.head-box {
  background: #FFF;
  padding: 10px 0px 15px 0px;

  border-top: 3px solid #811b1b;
  box-shadow: 0px 3px 8px #d5d5d5;
}

.title-head {
  background: #013d9c;
  margin-bottom: 0px;
  padding: 6px;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  font-size: 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.section-links {

  background: #fff;

}

.p-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.formlink {
  display: block;

  border-radius: 7px;

  border: 1px solid #e7e7e7;

  background-color: #636363;

  color: #525252;

  font-size: 15px;

  width: 100%;

  height: 192px;

  text-align: center;

  padding: 15px;

  vertical-align: middle;

}

.title-hi {
  font-family: 'Hind';
  font-size: 26.5px;
  color: #945100;
  line-height: 28px;
  color: #853C01;
  font-family: 'Hind', sans-serif;
  ;
  -webkit-font-family: 'Hind', sans-serif;
  ;
  -moz-font-family: 'Hind', sans-serif;
  ;
  font-size: 29px;
  color: #945100;
  color: #c50000;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.title-en {
  font-family: 'Swiss721BT-RomanCondensed';
  font-size: 18.5px;
  color: #CB1E02;
  line-height: 25px;
  font-family: 'Swiss721BT-RomanCondensed';
  font-size: 20.4px;
  color: #CB1E02;
  color: #0083b5;
  line-height: 27px;
  letter-spacing: 0.4px;
}

.subtxt {
  font-size: 13px;
}

.formlink h4 {
  letter-spacing: 0.4px;
  font-weight: 600;
  font-size: 19px;
  color: #fff
}

.formlink p {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 25px;
  font-weight: 600;
  color: #e2e2e2;
}

.formlink a {
  text-decoration: none !important;

  color: #fff;

  text-transform: capitalize;

  font-size: 14px;

  letter-spacing: 1px;

  line-height: 25px;

  font-weight: 600;
}










/* CSS Document */
input,
option {
  padding: 5px 7px;

}

select {
  padding: 0px 4px;
}

input,
select {

  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #999;
}


input:focus,
select:focus {
  border: 1px solid #006;
  background-color: #FF9;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #fff;
  height: 100%;
}

.header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;

}

.header1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFF
}

.table {
  float: none;
  /*  height: 100%;*/
  background-color: #F7F7F7;
}

th {
  background-color: #DDD;
  vertical-align: top;

}

td {
  vertical-align: middle;
  padding: 3px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;

}

@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr,
  #no-more-tables2 table,
  #no-more-tables2 thead,
  #no-more-tables2 tbody,
  #no-more-tables2 th,
  #no-more-tables2 td,
  #no-more-tables2 tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr,
  #no-more-tables2 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr,
  #no-more-tables2 tr {
    border: 1px solid #ccc;
  }

  #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 5%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables2 td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 5%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables td:before {
    position: relative;
    top: 0px;
    left: 0px;
    width: 50%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /*
Label the data
*/
  #no-more-tables td:before,
  #no-more-tables2 td:before {
    content: attr(data-title);
    font-weight: 600
  }
}

.eventr {
  background-color: #DEDEDE;
}

.footer {
  background-color: #0C4ADE;
  color: #FFFFFF;
}

.link {
  font-size: 12px;
}

.link a {
  text-decoration: none;
  color: red;
}

.link a:hover {
  font-size: 14px;
  text-decoration: underline;
  color: #00CC00;
}

.linkheader {
  font-size: 14px;
}

.linkheader a {
  text-decoration: none;
  color: #FFFFFF;
}

.linkheader a:hover {
  font-size: 14px;
  text-decoration: underline;
  color: #FFFFFF;
}

.linkadmin a {
  text-decoration: none;
  color: #000000;
}

.linkadmin a:hover {
  text-decoration: underline;
  color: #000000;
}

.boxs {
  box-shadow: 1px 1px 2px #003;
}

.adminheader {
  background: #8484E9;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;

}

.subj {
  width: 150px;
}

.subcode {
  width: 60px;
}

.papercode {
  width: 60px;
}

.hidden {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.tbox {
  FONT-SIZE: 10px;
  WIDTH: 70px;
  FONT-FAMILY: verdana, Arial;
}

.smalltxt {
  font-size: 10px;
}

.error_strings {
  font-family: Verdana;
  font-size: 14px;
  color: #660000;
  background-color: #ff0;
}

label.error {
  color: #F00;
  position: relative;
}

.myerror {
  color: #F00;
  font-size: 12px;
  font-weight: bold;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.tabtable {
  border-collapse: collapse;
  border: 0px solid black;
  background-color: #666;
}

.tabtable tr td a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.tab {
  background-color: #C8C8C8;
  border: 1px solid #bfbfbf;
  float: left;
  display: block;
  width: 20%;
  padding: 10px;
  border-radius: 0px 0px 0 0;
}

.tabsel {
  background-color: #F5F5F5;
  border: 1px solid #bfbfbf;
  float: left;
  display: block;
  width: 20%;
  padding: 10px;
  border-radius: 0px 0px 0 0;
}

.tab a,
.tabsel a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media screen and (max-width:640px) {
  .tab {
    background-color: #C8C8C8;
    border: 1px solid #bfbfbf;
    float: left;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 0 0;
  }

  .tabsel {
    background-color: #F5F5F5;
    border: 1px solid #bfbfbf;
    float: left;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 0 0;
  }

}

input[readonly="readonly"],
select[readonly="readonly"] {
  background-color: #f1efe2;
}

.linkbtn {
  width: 200px;
  display: inline-block;
  padding: 10px;
  border: 1px black solid;
  border-radius: 5px;
  text-decoration: none;
  background-color: #FFF;
  color: #666;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0px;
}

.linkbtnsmall {
  padding: 5px;
  border: 1px black solid;
  border-radius: 3px;
  text-decoration: none;
  background-color: #FFF;
  color: #666;
  font-weight: bold;
  margin: 10px 0px;
}

.linkbtn:hover,
.linkbtnsmall:hover {
  background-color: #999;
  color: white;
}

.brdr {
  border-left: 1px dotted #930;
}

.news {
  width: 100%;

}

.news ul {
  padding-left: 5px;
  list-style-type: none;
}

.news ul li {
  padding: 8px 5px;

  border-bottom: 1px dotted #222;
}

.ta-r {
  text-align: right !important;
  line-height: 35px;
}

.news ul li a {
  text-decoration: none;
  color: black;

  font-size: 14px;
}

.forms-cont {
  background: #f7f7f7;

}

.inside-sec {
  margin-top: 7px;
  background: #f7f7f7;
  padding: 32px;
  min-height: 520px;

}

.he {
  height: 425px;
}

.he .head {
  background: #aeaeae;

  font-size: 18px;

  padding: 4px 13px;
}

.he .bodys {
  height: 385px;
  background: #E5E5E5;
  overflow: auto;
  border: 1px solid black;
}

.head {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  background: #e6e6e6;
  padding: 16px 0px 6px;
  margin: 0;

}

.head span {
  font-size: 16px;

  letter-spacing: 0.4px;

  font-weight: 500;
}

.head-p {
  font-size: 13px;
  padding: 16px 0px 0px 0px;

  letter-spacing: 0.5px;
}

.chec {
  position: relative;
  top: 13px;
  right: 8px;
}

.list {
  margin: 12px auto;
  width: 96%;
}

.list h2 {
  margin: 0;
  padding: 10px 4px 13px 12px;
  font-size: 12pt;
  color: #337ab7;
  font-weight: 600;
  background: #e3e3e3;
  border-radius: 0px;
}

.list ul {
  list-style-type: circle;
  margin: 0 0 0px 13px;
  padding-top: 8px;
  padding-left: 0px;
}

.list ul li {
  padding: 10px 0px 11px 4px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}

.bg-light-g {
  background-color: #e4ceb8 !important;
}

.bdot-1 {
  border-bottom: 1px dashed #000;
}

.font-12 {
  font-size: 12px !important;
}

.text-black {
  color: #000 !important;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 9px;
  padding-left: 7px;
  padding: 6px;
  padding-right: 6px;
  padding-left: 6px;
  border-right: 1px solid #757575;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.m-0 {
  margin: 0px !important;
}

.header-top {
  height: 10px;
}

.bg-white {
  background-color: #fff !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.m-0 {
  margin: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-border {
  border: none !important;
}

.header-nav {
  background: #404f73 !important
}

.disha {
  padding: 0;
  list-style: circle;
  padding-left: 15px;
}

.disha li {
  font-size: 13px;

  padding: 4px 0px;

  border-bottom: 1px dotted #ddd;
}
