#content{
  padding:5px;
}
.table-success{
  background-color:#E5D2C4;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.brown{
  color:#7A4F56;
}
.wrapper {
  display: flex;
  width: 100%;
}
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #E5D2C4;
  color: #613C24;
  transition: all 0.3s;
  border-right: 1px solid #613C24;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #E5D2C4;
}

/* #sidebar ul.components {
  padding: 10px 0;
  border-bottom: 1px solid #613C24;
} */

#sidebar ul p {
  color: #613C24;
}

#sidebar ul li a {
  padding: 10px;
  /* font-size: 1.1em; */
  display: block;
}

#sidebar ul li a:hover {
  color: #E5D2C4;
  background: #613C24;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #E5D2C4;
  background: #613C24;
}

a[data-toggle="collapse"] {
  position: relative;
  
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #E5D2C4;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

#contents {
  width: calc(100% - 250px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
#contents.active {
  width: 100%;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
      margin-left: -250px;
  }
  #sidebar.active {
      margin-left: 0;
  }
  #contents {
      width: 100%;
  }
  #contents.active {
      width: calc(100% - 250px);
  }
  /* #sidebarCollapse span {
      display: none;
  } */

}

html {
position: relative;
min-height: 100%;
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
font-size:1em;
text-align: center;
line-height:40px;
margin-top: 25px;
}
.striped tbody tr:nth-of-type(odd) {
  /* background-color: #EEFFFD; */
  background: #fff;
}
.table{
  background: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #FFF;
}
.table-hover tbody tr:hover {
    background-color: #98C1DD;
}
.table-info > td{
  background-color: #EEEEEE;
  border-bottom: 1px solid #FFF;

}

.form-control:focus {
  border-color: #D88255;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #D88255;
}

.feemastercard{
   height: 380px;
}
.scrollable{
  overflow-y: auto;
  max-height: 500px;
}

.successmessage{
  background-color: #2ED573;
  color: #FFF;
}
a.successmessage:hover{
  background-color: #DFE4EA;
  color: #46c88c;
}
.check-item label.dangermessage{
  color: #46c88c;
  text-decoration: line-through;
}
.dashboard_card
{
  margin: 0px auto;
  padding: 1em;
  border-radius: 5px;
  border-color: #fafafa;
}
.bignumber{
  font-size: 1.2em;
  color: #2c3e50;
  margin-bottom: .5em;
}
a.bignumber:hover{
  color: #222F3E;
}
.bigText{
  text-align: center;
  font-size: 1.2em;
  color: #FFF;
}
#dociframe{
  min-width: 99%;
  min-height: 32rem;
  border:1px dashed #dada;

}
#dociframe img{
  text-align: center;
  width: 100%;
}
#modalViewDocument{
  min-height: 80%;
  min-width: 95%;
}
#globalModalContent,#modalViewcontent{
  min-height: 35rem;
}
.modal-dialog#dialogmodal{
  min-width: 70em;
}


.whitebg{
  background-color: #FFF;
}
.whitetext{
  color: #FFF;
}
.pageheader{
  color: #659D89;
  text-transform: uppercase;
}
.space{
  margin-bottom: .4em;
}
.pagetitle{
  border-bottom:2px solid #613C24;
  font-size: 1.5em;
  padding: 5px;
}
.lefttitle{
 color: #659D89;
  text-align: left;
  font-size: 1em;
  padding: 2px; 
}
.title{
  padding:1.2em;
  border-radius: 10px;
}
.subtitle{
  padding: 1em;
}

.resultheader{
  margin-bottom: 3em;
}
.resultmsg{
  color: #FF4757;
  text-align: center;
}

.menu_admission > div{
  border-radius: 10px;
}
.menu_admission > div > a {
    padding: .5em 0em !important;
    margin: 0 !important;
    height: 7em;
}
.dash_bottom{
  margin-bottom: .5em;
}

.blue{
  background-color: #48dbfb;
}
.joustblue{
  background-color: #54a0ff;
}
.lotus_pink, .cyanite, .armour, .meadow {
     color: #2c3e50;
     border-color: #FFF;
}
.lotus_pink {
    background-color: #2ed573;
}
.armour{
  background-color: #ee5253;
}
.cyanite{
  background-color: #feca57;
}
.meadow{
  background-color: #C0CA33;
}
.pastelred{
  background-color: #ff6b6b;
}
.armour400{
  background-color: #BCAAA4;
}
a.meadow:hover, a.cyanite:hover, a.armour:hover, a.lotus_pink:hover{
  background-color: #222f3e;
  color: #FFF;
}
.instruction_list li{
  list-style: none;
}
#passport{
  max-width: 20em;
  max-height: 30em;
}

.pdftable td {
  border: 1px solid #7f8c8d;
  width: 71px;
  text-align: center;
}
.pdftable th {
  border: 1px solid #7f8c8d;
  width: 100%;
}
.pdftable tr td.lastCol {
  width:79px;
}
.wengtableborder{
  border-bottom: none;
  border-top: none;
  border-right: none;
}
.modal-dialog {
  max-width: 600px;
  min-height: 6em;
}
.admission_login{
  height: 24em;
}
.modal-dialog {
  max-width: 40em;
}
.login
{
max-width: 500px;
}
.biggerscreen{
  max-width: 64em;
}
.admissionindex{
  max-width: 68em;
}
.list-group-item{
  border:none;
}
.cursor-pointer{
  cursor: progress;
}
a.link2admission{
  color:#FFF;
}
a.link2admission hover{
  font-weight: bold;
  color: #FFF;
}
#mustsee{
  font-size: 1.2em;
  font-weight: bold;
  font-family: sans-serif;
}
p.line{
  border-bottom: 1px solid #dadada;
  margin: 0px;
}
p.line:last-child{
  border-bottom: none;
}
.rightalign{
  text-align: right;
}
.pull-right {
    float: right !important;
}
.modal-content{
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.division{
  margin:.4em;
  padding: .4em;
}
table.light-bg{
  background-color: #E5D2C4;
}
table.light-bg th,table.light-bg td{
  border-top:none;
}
.rightverticalline{
  border-right: 1px solid #dadada;
}
.highlightbox{
  background-color: #D98255;
  padding:5px;
}
.highlightbox a{
  color:#EEE5E4;
}
.card{
  border:none;
  background-color: #EEE5E4;
}
.card-header{
   border: 1px solid #dadada;
   background-color: #F4F4F4;
}
.card-footer{
  background-color: #EEE5E4;
  border:none;
}
.bottom-dash{
  border-bottom: 1px dashed #dadada;
}
.rightdivider{
  padding-right: 1em;
  border-right: 1px dashed #dadada;
}
.leftdivider{
  margin-right: .5em;
}
.swal2-styled.swal2-confirm{
  background: #7A4F56;
}
.btn{
  box-shadow: none !important;
}


.btn.disabled, .btn:disabled {
  border-color: #7A4F56;
}
.btn.disabled:hover, .btn:disabled:hover {
  border-color: transparent;
  cursor: default;
}

.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
  color: #fff;
  background-color: #7c7173;
  border-color: #7A4F56;
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary
{
  border: 1px solid rgb(45, 45, 45);
  color: rgb(45, 45, 45);
  cursor: pointer;
  font-family: MTTMilano, sans-serif;
  font-size: 11px;
  letter-spacing: 1.75px;
  padding: 9px 40px;
  text-transform: uppercase;
  background: transparent;
}
button.btn-primary:hover
{
  color: #FFF;
  background-color: #7A4F56;
  border-color: #7A4F56;
}
.btn.disabled, .btn:disabled {
  background-color: #EDEDED;
  color: #dadada;
}
.text-info{
	color: #EDB100;
}
.text-warning{
  color: rgb(231, 76, 60);
}

.errorMessage{
	font-style: italic;
	color: #BD5D38;
	font-size: .8em;
}
ul.menulist{
  list-style: none;
  margin-left:-2.7em;
}
ul.menulist li a::before{
  content: "\f0a4\a0\a0";
  font-family: FontAwesome;
  display: inline-block;
}
ul.menulist li a {
  text-decoration: none;
}
.login
{
  max-width: 500px;
}
.hint
{
  margin: 0;
  padding: 0;
  color: #999;
}
.biggerscreen{
  max-width: 56em;
}
caption{
  caption-side:top;
  text-align: center;
}
ul.dashboard {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.dashboard li {
  border-bottom: 1px solid #ccc;
}

ul.dashboard li:last-child {
  border: none;
}

ul.dashboard li a {
  text-decoration: none;
  color: #FFF;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
  width: 200px;
}

ul.dashboard li a:hover {
  font-weight: bold;
}

.white{
  background-color: #EFEEEE;
  opacity: .9
}
.turquoise{
  background-color: #1abc9c;
}
.emerald{
  background-color: #2ecc71;
}
.peterriver{
  background-color: #3498db;
}
.amethyst{
  background-color: #9b59b6;
}
.wetasphalt{
  background-color: #34495e;
}
.clouds{
  background-color: #ecf0f1;
}
.carrot{
  background-color: #e67e22;
}
.alizarin{
  /*background: rgb(231, 76, 60); */
  background-color: #ff4757;
}
.concrete{
  background:#95a5a6;
}
.abestos{
  background-color: #7f8c8d;
}
.greensea{
  background-color: #16a085;
}
.nephitritis
{
  background-color: #27ae60;
}
.hole{
  background-color: #2980b9;
}
.term_link
{
  color:#FFF;
}
.term_link:hover{
  font-weight: bold;
  color:#FFF;
}

.marksheet {
  max-width: 70em;
  max-height: 40em;
}


#markmodal.modal-dialog, #docmodal.modal-dialog{
  max-width: 90%;
  max-height: 90%;
}
#documents.img{
  max-width: 90%;
  max-height: 90%;
}
#dociframe{
  min-width: 99%;
  min-height: 32rem;
  border:1px dashed #dada;

}
#dociframe img{
  text-align: center;
  width: 100%;
}
.hr_link{
  border-bottom: 1px solid #FFF;
}
.tblcombo td:first-child {  
 background-color: #B1DFBB;
 border-bottom: 1px solid #FFF;
}

.alert-danger{
  background-color:#D57983;
  color: #FFF;
  border-color: #D57983;
}
.alert-info{
background-color: #BF7682;
  color: #fff; 
  border-color:#BF7682;
}
.form-group.required .col-form-label:after { 
    color: #FC0404;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}
.light_bg{
  background-color: #FAFAFA;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #F9FBE7;
    opacity: 1;
    color: rgba(0,0,0,.5);
}
p.label_next_input{
  margin-bottom: 0px;
}
.label_next_input:after {
  color: #FC0404;
    content: "*";
    margin-left: 8px;
}
/*Radio Button*/
.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 8px 0 0;
}

.radio-item input[type='radio'],.radio-item input[type='checkbox'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #B1DFBB;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after,.radio-item input[type=checkbox]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #7A4F56;
}
/*Checkbox Button*/
.check-item {
  /*display: inline-block;*/
  position: relative;
  padding: 0 6px;
  margin: 8px 0 0;
}

.check-item input[type='checkbox'] {
  display: none;
}

.check-item label {
  color: #666;
  font-weight: normal;
}

.check-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #B1DFBB;
  background-color: transparent;
}

.check-item input[type=checkbox]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #7A4F56;
}
/*Steps */
.wrapper-step {
  display: table-cell;
  vertical-align: middle;
}

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 10px 10px 10px 30px;
  min-width: 100px;
  float: left;
  position: relative;
  background-color: #F5F5F5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #F5F5F5;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff; 
  z-index: 0;
}
.arrow-steps .step:first-child:before {
  border: none;
}
.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.arrow-steps .step span {
  position: relative;
}
.arrow-steps .step span:before {
  opacity: 0;
  /*content: "✔";*/
  position: absolute;
  top: -2px;
  left: -20px;
  color: #06ac77;
}
.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}
.arrow-steps .step.current {
  color: #fff;
  background-color: #7A4F56;
}
.arrow-steps .step.current:after {
  border-left: 17px solid #7A4F56;
}
.arrow-steps .done{
  background-color: #B1DFBB;
}
.arrow-steps .done::after{
  border-left: 17px solid #B1DFBB;
}

@media (max-width: 765px) {
  .arrow-steps .step {
    min-width: 35px;
  }
}
ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:solid 1px #DFE4EA;
    font-weight:bold;
    color:#3ABFEC;
    padding:1px 6px;
    text-decoration:none;
    padding: 3px 9px;    
}
ul.yiiPager li.active a{
  background-color: #46c88c;
  color: #FFF;
}
ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    border:solid 1px #0e509e;
}

ul.yiiPager .selected a
{
    background:#3ABFEC;
    color:#FFFFFF;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    border:solid 1px #DEDEDE;
    color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}

/*snackbar from w3schools*/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/*START OF ACCORDION*/
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px #dadada;
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: .5em;
  /*background: #659d83;
  font-weight: bold;*/
  color:#613C24;
  cursor: pointer;
}
.tab-label:hover {
  background: #98C1DD;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #212121;
  background: #FFFAF0;
  transition: all .35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #ffb74d;
  cursor: pointer;
}
.tab-close:hover {
  background: #ff9800;
}
input:checked + .tab-label {
  background: #D98255;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

input.checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/*eND OF ACCORDION */

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background:#E5D2C4;
    color: #231F20;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    padding: 15px 10px;
    background: #613C24;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

