/*
** Styles For Form Page
*/
form > .d-flex{
    align-items: end;
}

#userPhoto{
	width: 180px;
	height: 150px;
}
h2{
	font-size: 14px;
	color: #244895;
}
label.floating-label{
    position: absolute;
	top: 6px;
    left: 5px;
    padding: 0 5px;
    transition: 0.2s linear;
    pointer-events: none;
}
input:checked ~ label,
input:focus ~ label,
textarea:focus ~ label,
.shifted ~ label{
    top: -14px;
    transition: 0.2s linear;
    font-weight: bold !important;
	color: #244895;
}
input[type='file']{
    cursor: pointer;
}
#logoURL ~ label{
    width: 23%;
}
/*.documents-icon .file-upload-inputs{
  width: 20px;
  height: 20px;
  cursor: pointer;
}*/
.file-upload-inputs {
   margin: 0px 0px;
   padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.documents-icon input {
  cursor: pointer !important  ;
}
.file_icon {
  margin: -32px 0px;
}
.upload-user-bg {
    margin: 0;
    width: 180px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    pointer-events: none;
    background: #efece8;
}
.upload-user-bg span {
    position: absolute;
    bottom: 30px;
    left: 38px;
    color: #efece8;
    z-index: 9;
    font-size: 16px;
    pointer-events: none;
}
.upload-user-bg img{
	width: 100%;
}
select{
	width: 100%;
}
.form-style-1 form{
    /*padding: 10px;
    background: #fff; 
    box-shadow: 0 0 4px #a2a2a2;*/
}
.form-style-1 {
    position: relative;
    padding: 0;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 2px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding: 0px;
    display:block;
}
.form-style-1 input,
textarea, 
select,.form-group input,textarea,select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:none;
    border-radius: 3px;
    border: 1px solid #c1c5c5;
    padding:5px 8px;
    margin: 0px ;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    background: transparent;
}
.form-style-1 a,
.form-style-1 button,
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #88D5E9;
    border: none;
    color: #fff;
}
.form-style-1 a,
.form-style-1 button,
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #0b8fbf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1.form-button a,.user_table a {
  background: transparent;
    text-decoration: none;
    color: #4e2d04;
}
.user-button {
  background: #0b8fbf !important;
  color: #fff !important;
}
.form-style-1 .required{
    color:#ee1044;
}
.required{
    display: contents;
    color:red;
}
.form-style-1 .form-group input:focus ,
.form-style-1 .form-group textarea:focus {
    border-color: #244895
    background: #ccc;
}
.fa-eye{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    color: #38393c;
}
.form-group{
    width: 100%;
    margin: 4px 0;
    position: relative;
    /*background: #f9f9f9;*/
    padding: 5px;
}
.form-group.cta-submit{
    background: transparent;
}
form .d-flex {
    justify-content: space-between;
}
.d-flex >.form-group{
    width: 44%;
}
.form-group textarea{
    width: 100%;
}
.d-flex .form-group select,
.d-flex .form-group input{
    width: 100%;
    background: #fff;
}
.d-flex .form-group textarea{
      padding: 3px 11px !important;
    width: 100%;
    background: #fff;
    font-family: 'Roboto';
}
.custom-check{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.custom-check label{
    color: #000 !important;
}
.custom-check input:checked ~ label{
    color: #244895 !important
}
.custom-check input{
    width: auto !important;
    margin-right: 5px;
}
.cta-submit{
    margin: 15px auto;
    text-align: center;
}
.cta-submit input,
.cta-submit button,
.cta-submit a{
    display: block;
    width: 18% !important;
    margin: auto;
    /*padding: 11px 5px;*/
    padding: 6px 5px;
    border-radius: 3px;
    min-width: 125px;
    /*box-shadow: 0px 2px 5px #33559e;*/
    cursor: pointer;
}
.d-flex.form-style-1{
    justify-content: space-between;
    margin-bottom: 10px;
}
.cta-create{
    margin-left: auto; 
    margin-right: 0; 
}
.cta-create i{
    margin-right: 5px;
}
.cta-create.cta-submit a{
   font-size: 11px;
    display: block;
    width: 10% !important;
    min-width: 122px;
    margin: 0 0 0 auto;
    text-decoration: none;
}
@media screen and (max-width: 768px){
  .te-containers .d-flex .form-group {
    width: 47%;
  }
	.d-flex .form-group {
        width: 100%;
    }
  /*.ipsside-nav .d-flex .form-group {
    width: 100%;
  }*/
    .form-style-1 {
	    margin: 0 auto;
	    max-width: 100%;
	    padding: 20px;
	    /*font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	}
}
@media screen and (max-width: 767px){
	.d-flex .form-group,.d-flex .form-groups {
	    width: 97% !important;
	}
  .address-box {
    width: 97% !important;
  }
  .modal {
    left: 69% !important;
    width: 0% !important;
   }
   .modal-wrapper {
    width: 23em !important;
  }
  .dataTables_length select {
    width: 19% !important;
  }
}
.responsive-table::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}
.responsive-table::-webkit-scrollbar-thumb
{
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ddd;
}
.modal,.popup {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal.is-visible, .popup.is-visible {
    visibility: visible;
}
.modal.is-hidden, .popup.is-hidden {
  visibility: hidden;
}
.modal-overlay , .popup-overlay{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay ,.popup.is-visible .popup-overlay{
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper ,.popup-wrapper{
  position: absolute;
  z-index: 9999;
  top: 3em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition ,.popup-transition{
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition, .popup.is-visible .popup-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content, .popup-header, .popup-content {
  padding: 8px;
}

.modal-header, .popup-header {
  position: relative;
  background-color: #05475f;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close, .popup-close {
  position: absolute;
      top: 0px;
  right: 0;
  padding: 8px;
  color: #fff;
  background: none;
  border: 0;
}

.modal-close:hover ,.popup-close:hover{
  color: #777;
}

.modal-heading ,.popup-heading{
  color: #fff;
  font-size: 14px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
/*.modal .form-group select, .modal .form-group input {
    width: 43% !important;
}*/
.modal label ,.popup label{
    color: #000 !important;
}
.admission_menu {
    /*margin:30px 0px 64px;*/
} 
.admission_menu a, .user_table a,.admin-box-body a {
  cursor: pointer;
  text-decoration: none;
  color: #4e2d04;
   /* background-color: transparent;*/
}
.admission_menu a {
        cursor: pointer;
    background-color: transparent;
    /* position: absolute; */
    right: 19px;
}
.admission_menus a {
  z-index: 99999;
  position: absolute;
}
.user_table i {
    cursor: pointer;
    color: #000;
}
.admission_menu i {
    color: #000;
    display: inline-block;
    float: right;
}
.users_view1{
    padding: 10px 10px 67px !important;
    } 
    .form-groups {
        margin-top: 0px;
    width: 30%;
}
@media screen and (max-width: 768px) {
    .form-groups {
        margin-top: 0px !important;
    }   
    .cta-create.cta-submit a {
      width: 39% !important;
    margin: auto !important;
    }
    #progressbar {
      padding-inline-start:0px;
    }
    #progressbar li {
      width: 31% !important;
    font-size: 11px !important;
    }
    #progressbar li:after {
     width: 75% !important;
    left: -37% !important;
     }
    .admin-box {
    margin: 11px 11px !important;
  }
  .accordian-body {
    width: 100% !important;
    bottom: 151px !important;
  }

}
table.dataTable thead th, table.dataTable thead td, table.dataTable thead tr {
    border: 1px solid #ddd; 
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even {
    background: #fff !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #efecec !important;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #ffffff !important;
}
.course_btn li {
    float: right !important;
    display: inline-block !important;
    margin: 0px 0px 0 8px !important;
} 
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar ul {
  padding-left:0px !important;
}

#progressbar li {
   text-align: center;
    list-style-type: none;
    color: #171616;
    /* text-transform: uppercase; */
    font-size: 13px;
    width: 19%;
    float: left;
    position: relative;
}
.progress li {
  width: 46% !important;
}
#progressbar li:before {
      content: counter(step);
    counter-increment: step;
    width: 21px;
    line-height: 22px;
    display: block;
    font-size: 10px;
    color: #444141;
    background: #cec8c8;
    border-radius: 16px;
    margin: 0 auto 5px auto;
}


/*progressbar connectors*/

#progressbar li:after {
      content: '';
    width: 88%;
    height: 2px;
    background: #233f4a;
    position: absolute;
    left: -44%;
    top: 9px;
    z-index: 9999;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
  background: #4099d9;
    color: #f0f2f3;
}
.erp-btn {
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px 5px !important;
    color: #fff !important;
    border: none;
    background: #00a3d3 !important;
}
input[type="button"]  {
  text-decoration: none;
    /*padding: 10px 5px !important;*/
    color: #fff;
    border: none;
    background: #00a3d3;
    font-size: 15px;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  font-size: 12px;
    margin-right: -5px;
    background: transparent;
    color: #222;
    border-radius: 10px 10px 0px 0px;
    display: inline-block;
    padding: 3px 15px;
    cursor: pointer;
    border: 1px solid #ddd;
}

ul.tabs li.current{
  background: #00a3d3;
  color: #fff;
}

.tab-content{
  display: none;
  padding: 15px 0px;
}

.tab-content.current{
  display: inherit;
}
/*.document-table table,th,td{
  border:1px solid #ddd;
}*/
.admission-table td {
      border-bottom: 1px solid #ddd
}
.doc-upload {
   color: green;
}
.doc-pending {
  color: #f53e5e;
}
.doc-partial {
  color: #c7bb27;
}
.disabled {
  opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
}
.disabled option {
  display: none;
}
.page-text {
  color: red;
  padding: 0px 10px;
}
.dataTables_info ,.dataTables_paginate {
  margin:0px 0px;
}
.form-group p {
 /*color: #328a32;*/
    /*padding: 12px 0px;*/
    font-weight: 500;
    margin-bottom: 0px; 
}
.subject-collapse {
    
} 
.subject-collapse h5 {

}
.subject-collapse i {
      border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px;
}
.address-box {
  margin: 6px 0px;
  width: 47%;
  padding: 10px;
    background: #fff;
    /*box-shadow: 0 0 4px #a2a2a2;*/
}
.important {
  color: red;
}
.d-flex.top-align,.d-flex.top-align-box {
  align-items: flex-start;
}
#subject-accordion {
  cursor: pointer;
}
.admission-status {
    width: 47%;
    padding: 10px;
}
.admission-table i {
  margin-right: 7px;
      font-size: 9px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 3px 5px;
}
.admission-table ul {
  padding-inline-start :15px;
}
.admission-test ,.admission-header{
  cursor: pointer;
}
 /*New View Implement*/
.dataTables_wrapper .dataTables_length select {
    border-radius: 3px !important;
    padding: 2px 0px !important;
}
.dataTables_wrapper .dataTables_filter input {
    /*width: 97%;*/
    border-radius: 3px !important;
    padding: 6px 6px !important;
}
.paginate_button.current {
    padding: 0px 0px !important;
    border-radius: 5px !important;
    background: #1e4f97 !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border-radius: 5px !important;
    padding: 0px !important;
}
.tab-view {
    /*box-shadow: 0px 2px 4px #eaeaea;*/
    margin-top: -1px;
    /* border: 1px solid #ddd; */
    padding: 20px 0px;
}
.admin-box {
     padding: 7px 13px;
    background-color: #fff;
    color: #2f363c;
    display: block;
    position: relative;
}
/*.admin-box-body {
   padding: 12px 24px;
}*/
.art-bg, .theme-fruit.fixed{
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   }
.art-bg {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-attachment: fixed;
    z-index: -1;
    min-height: 507px;
}
.inner-box{
  width:240%;
  position: absolute;
  left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    margin: 0;
    background-color: #fafafa;
    /* height: 100%; */
    border-radius: 105% 105% 0 0;
}
.admin-heading {
      font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    padding: 0 8px;
}
.box-border {
  border-bottom: 1px solid #ddd;
}
table.dataTable thead th, table.dataTable thead td {
    text-align: -webkit-left;
}
.dataTables_filter {
  margin: 12px 0px;
}
.admin-box.form {
  width: 47%;
}
.admin-box label {
    color: #454848 !important;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0.3rem;
    font-weight: 500 !important;
}
.field-divided.select {
    
}
.form-select option{
   background-color: #fff;
   padding:12px 4px;
   border-radius: 4px 4px 0px 0px;
}
.d-flex.admin-align {
  align-items: baseline;
}
.select option {
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding:12px 0px;
  border:none !important;
}
.option_select {
  border-radius: 4px; 
}
.admin-heading.heading {
  padding :0px;
}
.d-flex.check .form-group input {
  width: auto;
}
form > .flex-box {
    align-items: end !important;
}
.d-flex.admin-form {
    justify-content: flex-start;
}
.remove-btn {
    float: right;
    background-color: #ce2525 !important;
    /*margin: 34px 0px 0px;*/
  }
  .ip-list ul {
    padding-inline-start :0px;
  }
  .ip-list ul li {
    display:inline-block;
    padding:0px 12px;
  }
  .dataTable p {
    width: max-content !important;
  }
  .accordian-body {
        box-shadow: 0px 0px 6px 1px #e8e6e6;
    width: 76%;
    position: fixed;
    bottom: 10px;
        padding: 21px 29px 34px;
    border-radius: none !important;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1030;
    background: #fff;
    border-radius: 10px;
        flex: 0 0 100%;
    max-width: 100%;
}
.accordian-close {
  border: none;
    margin: 0px 14px 20px;
    padding: 8px 11px;
    float: right;
    /* margin-bottom: 12px; */
    border-radius: 50%;
    background-color: #75bdd7;
}
.opacity {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 200%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.student-status td {
   width: 112px;
}
.accordian-close.box-closes {
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 3px 10px !important;
    z-index: 99;
}
.box-close_1 {
  display: none;
}

#user-create .ms-options-wrap > button:focus, #user-create .ms-options-wrap > button {
    /*width: 208px !important;*/
    border-radius: 3px !important;
    border: 1px solid #c1c5c5 !important;
    padding: 8px 3px !important;
    font-size: 11px !important; 
    color: #000 !important;
}.userform{width: 400px;}
.userform p {
    width: 100%;
}
.userform label {
    width: 120px;
    color: #333;
    float: left;
}
input.error {
    border: 1px dotted red;
}
label.error{
    width: 100%;
    color: red;
    font-style: italic;
    /*margin-left: 120px;
    margin-bottom: 5px;*/
}
.userform input.submit {
    margin-left: 120px;
}
.ms-options-wrap > button {
    width: 208px !important;
    border-radius: 3px !important;
    border: 1px solid #909294 !important;
    padding: 4px 8px !important;
    font-size: 11px !important; 
    color: #000 !important;
}
.ms-options-wrap > button:focus, .ms-active > button:focus{
    border: 1px solid #909294!important;
    /*height: 25px;*/
    width: 208px !important;
}
.ms-options-wrap > button:after {
    font-family: FontAwesome !important;
    content: "\f078" !important;
    position: absolute !important;
    right: 9px !important;
    top: 43% !important;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
    border-top-color: transparent !important;
}
.bank-payment ul {
  padding-inline-start:0px;
}
.bank-payment ul li {
  width: 18%;
  display: inline-block;
  padding: 0px 34px;
}
.d-flex .form-group.form-check input {
    width: 50px !important;
}
.access-tables .sub-access > td:first-child:before {
   display:none !important; 
}
.modal-body .d-flex,.form-style-1 .d-flex{
  justify-content: space-between;
}
/*.access-tables .sub-access td:first-child:before {
   display:none !important; 
}
.access-tables .sub-accesss td:first-child:before {
  display:block !important;
}*/
.arrows {
  float: right;
  cursor: pointer;
}
/*accordian body*/
.d-flex >.body-box {
    width: 47%;
}
.body-box {
  border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px 9px;
    margin: 5px 0px;
}
.body-box ul {
  padding-inline-start:24px;
}
.body-box ul li {
      display: list-item !important;
    list-style: disc !important;
}
.body-box h3 {
  text-align: center;
    color: #4766a7;
}
#progressbar a {
  color: #3e3b3b;
  background-color: transparent!important;
}
/*Loader*/
/*#overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:1;
  background:#4a4a4a;
}*/
.loader {
  border-radius: 29%;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    border: 4px solid #264b99;
    top: 50%;
    left: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
  border-radius: 20%;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #0b8fbf;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
.dataTables_scrollBody > table > thead > tr {
    visibility: collapse;
    height: 0px !important;
}
.icon-btn {
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    padding: 6px 11px !important;
    color: #fff !important;
    border: none;
    /*background: #00a3d3;*/
}
.admission-line {
  border-right: 1px solid #ddd;
}
/*Vertical log*/
.log-container {
   width: 100%;
   padding: 50px 0;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.timeline-blocks:after {
   content: '';
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1;
}
.timeline-blocking:before {
   content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 38%;
    background: #CCD1D9;
    z-index: 1;
}
.timeline-block {
   width: -webkit-calc(50% + 12px);
   width: -moz-calc(50% + 12px);
   width: calc(50% + 12px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
       width: 22px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #4FC1E9;
    margin-top: 10px;
    z-index: 9999;
}

.timeline-content {
  text-align: unset;
    width: 100%;
    padding: 0 15px;
    color: #666;
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    word-spacing: 0px;
    color: #3c3b3b;
}
@media screen (min-width: 320px) and (max-width: 600px) {
  .login-box {
    /*width: 100% !important;*/
    right: 0px !important;
   }
  /* .down-arrow {
    width: 348px !important;
  }
  .down-arrow:after {
    border-right: 149px solid transparent !important;
  }*/
}

@media screen (min-width: 321px) and (max-width: 768px) {
   .timeline-blocks:after,.timeline-blocking:before {
      left: 11px;
      width: 2px;
   }
   .admission-log-box p {
    font-size: 10px !important;
  }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
   .login-box {
    right: 0px !important;
   }
}
@media screen and (max-width: 992px) {
.login-box {
    left:0px;
    right: 0px !important;
  }
  .down-arrow {
    width: 333px !important;
  }
  .down-arrow:after {
    border-right: 137px solid transparent !important;
  }
  .marker {
    width: 27px;
  }
}
.admission-log-box {
    border: 1px solid #f3f2f2;
    margin: 19px 0px;
    border-radius: 5px;
    padding: 12px;
    background-color: #fafafa;
}
.admission-log-box p {
    font-size: 13px;
    font-weight: 500;
}
.marker-end {
  background-color: #158a07 !important;
}
.d-flex >.form-groups {
    width: 48%;
}
h3 {
  font-weight: 500;
}
.ms-options-wrap.ms-active > .ms-options {
    min-height: auto !important;
   box-shadow: 2px 1px 1px 2px #e2dfdf;
    }
    .select2-container--default .select2-selection--multiple {
      padding: 0px 6px !important;
    border-radius: 3px !important;
    }
.select2-container--default.select2-container--focus .select2-selection--multiple {
    /* border: solid black 1px; */
    outline: 0;
    padding: 0px 12px;
    border-radius: 3px;
}
.ms-options a {
  color: #1272ab;
  text-transform: capitalize !important;
    background: transparent;
    margin-left: 21px !important;
    text-decoration: underline;
}
#example a,.log-container a {
  background-color: transparent !important;
}
.log-active {
  margin-left: -3px;
  border: 5px solid #4099d9 !important;
}
/*Navigation*/
/*.nav {
  height: 50px;
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}*/
/*Navigation End*/
.datatable-form {
      margin-top: 9px;
    width: 83%;
    border: 1px solid #ddd;
    padding: 4px 7px;
    border-radius: 3px;
}
tr td:first-child {
  /*text-decoration: underline;*/
}
/*Login Page Start*/
.login-btn {
      margin-left: 27px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    /* padding: 0px 8px; */
    position: relative;
    display: block;
    width: 87%;
    height: 64px;
    line-height: 66px;
    text-decoration: none;
    background: #dd4b39;
    color: #FFF;
    cursor: pointer;
    border-radius: 4px;
}
.login-box {
  background-image: url(../images/login_btn.png);
  top: 0px;
    position: absolute;
    right: 133px;
    padding-bottom: 29px;
    /*background-image: url(../images/logo-bg.png);
    width: 100%;
    position: absolute;
    height: 100%;
    background-position: center left;
    background-size: cover;
    position: absolute;
    padding: 0px 0px 22px;
    box-shadow: 0 0 6px #cecaca;
    background-color:rgb(243 241 241 / 50%);
    right: 133px;
    top: 0px;*/
}
.logo-pic {
  width: 210%;
    text-align: center;
    /* margin-left: 17%; */
    max-width: 428px;
}
.logo-size {
  margin-left: 23%;
    max-width: 202px;
}
.login-box-background { 
      position: absolute;
    top: 52px;
    left: 64px;
    /*    padding: 44px 0px;
    background-color: #e8e6e6;
     border-bottom: 7px solid #ddd; 
    box-shadow: 0 76px 3px -1px rgb(232 230 230 / 66%);*/
}
.logo-box {
  padding: 29px 0px;
    width: 92%;
    position: relative;
    background-color: #fff;
    left: 16px;
    margin: 0px 0px 24px;
    box-shadow: 0 0 10px #908b8b; 
}
.down-arrow {
  margin-left: 18px;
    margin-right: 18px;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 30px 0px 19px;
    width: 370px;
    text-align: center;
    margin-bottom: 63px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0 0 12px #7b7070;
}
.down-arrow:after {
  content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 38px solid #fff;
    border-right: 172px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 190px solid transparent;

}
.box-up {
    margin-left: 12px;
    box-shadow: 0 0 82px #8c7878;
    width: auto;
    height: 3px;
    margin-right: 12px;
    background-color: #e8e6e6;
}
/*Login Page End*/
.fee-box {
     border-radius: 50%;
    background-color: #cad5d8;
    /* width: 33px; */
    /* height: 20px; */
    text-align: center;
    padding: 1px 5px;
}
/*On Off button Start*/
.mid {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Switch starts here */
.rocker {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  width: 7em;
  height: 27px;
  overflow: hidden;
  border-bottom: 0.5em solid #eee;
}
.mid label {
  font-size: 11px !important;
}
.rocker-small {
  font-size: 0.75em; /* Sizes the switch */
  margin: 1em;
}

.rocker::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  border: 0.5em solid #eee;
  border-bottom: 0;
}

.rocker input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-left,
.switch-right {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 3em;
  transition: 0.2s;
}

.switch-left {
  bottom: 0.4em;
    /*right: 0.8em;*/
    height: 1.5em;
    width: 2.75em;
  left: 0.85em;
 /* bottom: 0.4em;*/
  background-color: #ddd;
  transform: rotate(15deg) skewX(15deg);
}

.switch-right {
  right: 0.5em;
  bottom: 0;
  background-color: #d43b56;
  color: #fff;
}

.switch-left::before,
.switch-right::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 2.45em;
  bottom: -1.45em;
  background-color: #ccc;
  transform: skewY(-65deg);
}

.switch-left::before {
  left: -0.4em;
}

.switch-right::before {
  right: -0.375em;
  background-color: transparent;
  transform: skewY(65deg);
}

input:checked + .switch-left {
  background-color: #0084d0;
  color: #fff;
  bottom: 0px;
  left: 0.5em;
  height: 1.5em;
  width: 3em;
  transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
  background-color: transparent;
  width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
  background-color: #ddd;
  color: #888;
  bottom: 0.4em;
  right: 0.8em;
  height: 1.5em;
  width: 2.75em;
  transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
  background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
  color: #333;
}

input:checked:focus + .switch-left {
  color: #fff;
}

input:focus + .switch-left + .switch-right {
  color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
  color: #333;
}
/*On Off button Start*/
.tablle {
  display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    outline: none;
    padding: 1px 11px !important;
    border-radius: 4px !important;
    background-color: #1e4f97 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b8fbf), color-stop(100%, #efecec));
    background: -webkit-linear-gradient(top, #1e4f97 0%, #1e4f97 100%) !important;
    background: -moz-linear-gradient(top, #1e4f97 0%, #1e4f97 100%) !important;
    background: -ms-linear-gradient(top, #1e4f97 0%, #1e4f97 100%) !important;
    background: -o-linear-gradient(top, #1e4f97 0%, #1e4f97 100%) !important;
    background: linear-gradient(to bottom, #1e4f97 0%, #1e4f97 100%) !important
    box-shadow: inset 0 0 3px #1110 !important;
    color: #fff !important;
}
tbody td a {
  color: #474c4a;
  text-decoration: underline !important;
}
.admission-test {
  display: flex;
  padding: 0px 12px;
}
.admission-box-text p {
  line-height: 0.55;
}
.table-subchild {
  margin-left: 37px;
}
.table-subchilds {
  margin-left: 41px;
}
.transaction-heading_1,.fee-heading_1,.subvention-heading_1 {
  cursor: pointer;
}
.transaction-box {
  margin-bottom: 8px; 
    margin-top: 2px;
    border-radius: 4px;
    border: 1px solid #efecec;
    padding: 2px 0px 12px;
    background-color: #fbfdfd;
}
.transaction-chevron,.fee-chevron,.subvention-chevron {
  float: right;
}
.transaction-display {
  font-weight: 600;
    font-size: 15px;
}
/*Fee Reciept Start*/
.fee-reciept p {
  font-size: 14px;
  text-align: center;
  margin: 0px 0px 4px;
}
.student-fee-challan {
  padding: 12px 22px;
  width: 66%;
  border: 1px solid #ddd;
}
.student-fee-challan ul {
  width: 100%;
}
.student-fee-challan ul li {
  display: flex;
}
.student-fee-challan ul li p {
  width: 50%;
}
.student-fee-challan h5 {
    padding: 6px;
    text-align: center;
    border: 1px solid #ddd;
    background: #e6dede;
}
.student-fee-challan ul {
   margin-top: 38px;
} 
.student-fee-challan h6 {
  font-size: 14px;
  text-align: end;
  margin: 0px 0px 4px;
}
.challan-date-align {
  margin-left: 38px;
}
.student-fee-challan p {
  text-align: left;
}
.challan-align {
  float: right;
  text-align: left;
  margin-right: 23%;
}
.university-logo-image {
  max-width: 250px;
}    
.ms-options-wrap > .ms-options {
    /*left: 12px !important;*/
    width: 100% !important;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  width: auto !important;
  display: none;
}
/*Fee Reciept End*/
/*Payment Modal*/
.modal td, .modal th {
    padding: 4px 0 4px 10px !important;
}
.modal table {
  border: 1px solid #ddd !important;
    margin: 2px 0 !important;
}
.modal-btn input {
  width: 57px !important;
  padding: 8px 12px !important;
}
.modal-flex {
  padding: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
}
.modal-flex>.form-group {
    width: 17%;
}
.modal-form > .d-flex {
    align-items: baseline;
}
/*Checkbox Start*/
.checkbox-inline input[type=checkbox] {
    width: auto !important;
        margin-top: 2px;
    position: relative;
    margin-left: 0;
    float: left;
    margin-right: 7px;
    height: auto;
}
.checkbox-inline {
    display: inline-block;
}
#bulk-transfer-form .ms-options-wrap > button {
    padding: 8px 8px !important;
}
.dispatch-body .dataTables_wrapper .dataTables_filter {
    padding-right: 0px;
}

/**
Form Vaidation CSS
*/
.admin-box input.error {
  border: 1px dotted red !important;
}
.admin-box label.error{
  width: 100%;
  color: red !important;
  font-style: italic;
}