* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%; background:#fff;
  font-family: 'Mukta', sans-serif;
}
 
/*---------------------------------------------*/
a {
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #631d9a;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}
img {
  max-width: 100%;
}
ul, li {
  margin: 0px;
  list-style-type: none;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  /* border-color: transparent !important; */
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: 'Mukta', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: 'Mukta', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
}


.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.login100-form {
  width: 50%;
  min-height: 100vh;
  display: block;
  background-color: #fff;
  padding: 130px 55px 55px 55px;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  margin-bottom: 15px;
}

.label-input100 {
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #631d9a;
  border-radius: 30px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px; opacity:0;
}

.has-val {
  height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px; opacity:0;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: 'Mukta', sans-serif;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #6675df;

  font-family: 'Mukta', sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}
/************************ Added by Karishma **********************************/
/* span.dropdown-chose-list {
    
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: 100%;color: #666;
}

span.dropdown-chose-list span.placeholder {
    display: none;
}

span.dropdown-search {
    width: 100%;
    float: left;
    
}
span.dropdown-search input {
    background: transparent url(../images/select-dropdown.png) no-repeat scroll 102% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    float: left;
    padding: 5px;
    border-bottom: 1px solid #999999;
    font-weight: 300;
    min-height: 30px;
    padding-left: 0;
}
.dropdown-main ul {
    display: none;
}
 
.dropdown-main:focus ul, .dropdown-main:focus-within ul {
    display: block;
    display: block;
    float: left;
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    background: #f5f5f5;
} */
a.dropdown-display {
    padding: 0 0px;
    float: left;
    width: 100%;border:0;border-bottom:1px solid #999999;border-radius: 0;min-height: 30px;background:url(../images/select-dropdown2.png) no-repeat right center;
}
a.dropdown-display:after{content:unset;}
.dropdown-display .dropdown-chose-list{font-family: 'Mukta', sans-serif;font-size:15px;color:#666;}
/* .dropdown-main ul li {
    outline: none;
}
.dropdown-main {
    float: left;
    width: 100%;min-height: 31px;
}

span.dropdown-chose-list span.dropdown-selected {
    margin-right: 8px;
    font-size: 16px;
}

span.dropdown-chose-list span.dropdown-selected i:after {
    content: '\D7';
    font-size: 18px;
    font-style: normal;
    margin-left: 4px;
    color: red;
}

a.dropdown-clear-all {
    display: none;
} */
/*.form-group.dropdown-single a.dropdown-display {
    position: absolute;
    width: auto;
    top: 37px;
}
.form-group.dropdown-single {
    position: relative !important;
}

.form-group.dropdown-single span.dropdown-search input::placeholder {
    color: transparent !important;
}

.form-group.dropdown-single span.dropdown-chose-list {
    background: none;
}*/

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;min-height: auto;
padding: 70px 30px;
  }

  .login100-more {
    /* display: none; */width: 100%;
height: 300px;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;  min-height: auto;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: 'Mukta', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
[ Social ]*/
.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}

/*-- Common --*/
.btn-1 { background: #631d9a; font-size: 20px; color: #fff; font-weight: 700; padding: 15px 70px; line-height: 1; min-width: 150px; border-radius: 25px; float: left; }
.pay-btn button, .form-next-btn button, .form-next-btn span { background: #9028df; font-size: 18px; color: #fff; font-weight: 600; padding: 0 20px;height:40px; line-height: 1; min-width: 130px; text-transform:uppercase; position:relative;}
.pay-btn button, .form-next-btn button, .form-next-btn span {position:relative}
.pay-btn button::after, .form-next-btn button::after, .form-next-btn span::after { content: ""; position: absolute; width: 15px; height: 15px; right: -5px; background: #9028df; transform: rotate(45deg); top: 15px; }
.pay-btn { display: inline-block; }
.td-bg-1 { background: #f7dbd2; line-height: 1; padding: 7px 10px; display: inline-block; }
.td-bg-2 { background: #c6e5f5; line-height: 1; padding: 7px 10px; display: inline-block; }
.td-bg-3 { background: #f5f0b0; line-height: 1; padding: 7px 10px; display: inline-block; }
.td-bg-4 { background: #d8f2cb; line-height: 1; padding: 7px 10px; display: inline-block; }
.td-bg-5 { background: #fae7bb; line-height: 1; padding: 7px 10px; display: inline-block; }
.td-bg-6 { background: #f1dcf7; line-height: 1; padding: 7px 10px; display: inline-block; }


/*-- Login page --*/
.login100-form-title.login-form-logo { text-align: left; }
.part-login { max-width: 375px; }
.container-login-form-btn { display: inline-block; width: 100%; }
.forgot-pass {color:#333; font-size:15px; text-decoration:underline; font-weight:300;}
.user-icon::after { content:""; position:absolute; top:0; right:10px; width:50px; height:50px; background: transparent url("../images/login-icon.png") no-repeat scroll center; }
.password-icon::after { content:""; position:absolute; top:0; right:10px; width:50px; height:50px; background: transparent url("../images/password-icon.png") no-repeat scroll center; }


.dot { text-align: right; font-size: 16px; font-weight: 700; letter-spacing: 2px; line-height: 2; } 
.box-dot { text-align: right; font-size: 16px; font-weight: 700; letter-spacing: 2px; float:right; margin-left: 15px; } 
.bg-white {background:#fff;}
.no-bg {background:none !important;}
/*-- Dashboard --*/
.top-panel { padding: 2px 15px; width: 100%; float: left; }
.logo-panel { float: left; width: auto; }
.header-right-panel { float: right; text-align: right; margin-top: 15px;}
.top-notification-panel {float:left;padding-top:6px;display: inline-block; position: relative; padding-right: 10px; margin-right: 10px; }
.notification-number { position: absolute; top: 0; right: 0; background: #9028df; color: #fff; font-size: 14px; width: 20px; text-align: center; border-radius: 100%; line-height: 1.4; }
.top-user-panel { display: inline-block; }
.top-user-panel i { margin-left: 5px; }
.top-menu { float: left; width: 100%; background: #fcce79; }
.top-menu ul { float: left; width: 100%; margin:0; padding:0; list-style:none; }
.top-menu ul li { float: left; width: auto; margin:0; padding:0; list-style:none; }
.top-menu ul li a { float: left; width: auto; margin: 0; padding: 15px 19px; font-size: 16px; line-height: 1; color: #000; }
.last-dot a { font-weight: 700; letter-spacing: 2px; }
.main-content { background: #fff; float: left; width: 100%; display:flex;  align-items: stretch; }
.left-menu { float: left; width: auto; background: #fff; }
.left-menu-icon.left-menu-toggle {width: 100%;text-align: right;}
.left-menu-icon.left-menu-toggle img {transform: rotate(180deg);}
#sidebar.active .left-menu-icon.left-menu-toggle {text-align: center; }
#sidebar.active .left-menu-icon.left-menu-toggle img {transform: rotate(0deg); }
.left-menu-part { float: left; width: 100%; background: #fff; border-bottom:1px solid #ddd; padding:10px 20px; display: flex; }
.left-menu-part:first-child { padding: 2px 2px; }
.left-menu-icon { float: left; width: auto; min-width: 35px; text-align: center; align-self: center;}
.left-menu-name { float: left; width: auto; padding-left: 20px; line-height: 1.3; padding-top: 6px;  visibility: visible; opacity: 1; transition:0.5s; }
.left-menu-name a { font-size: 15px; color: #000; }
.left-menu-part.active .left-menu-name a { color: #fff; }
#sidebar.active .left-menu-name { display: none; width: 0; overflow: hidden; padding-left: 0; visibility: hidden; opacity: 0; }
.left-menu-part.active .left-menu-name { color: #fff; }
.left-menu-part.active { background: #9028df; }
.left-menu-part.active .left-menu-icon img { filter: brightness(100); }
.left-menu-icon.left-menu-toggle button {width:30px; cursor:pointer;}
.open-menu .left-menu-icon.left-menu-toggle {text-align:right;}
.open-menu .left-menu-icon.left-menu-toggle img { transform: rotate(180deg); }
.main-content-right { float: right; width: calc(100% - 75px); padding: 15px 20px; background:#faf6ed; }
.date-selection { width: 100%; float: left; }
.date-selection select { width: auto; float: right; font-size: 15px; color: #333; border: 1px solid #ebebeb; background: #fff url("../images/select-dropdown.png") no-repeat scroll right center; padding: 10px 35px 10px 20px; line-height: 1; border-radius: 20px; -webkit-border-radius: 20px;  -moz-appearance: none; -webkit-appearance: none; appearance: none; }
.make-paymet-box { width: 100%; background: #fff; padding: 15px 20px; margin: 10px 0 30px; }
.make-paymet-part { display: flex; align-content: center; align-items: center; }
.make-paymet-ttl { font-size: 16px; text-transform: uppercase; font-weight: 700; padding-right: 20px; }
.make-paymet-selection { /* width: calc(100% - 175px); */width:65%; }
/*.make-paymet-selection input { width: 100%; background: #fff url("../images/search-icon.png") no-repeat scroll 97% center; padding: 6px 35px 6px 20px; line-height: 1; border-radius: 30px; -webkit-border-radius: 30px; color: #333; border: 1px solid #ebebeb !important; height: auto; min-height: auto;font-size: 15px;font-weight: 300;text-shadow: none;box-shadow: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; }
*/
.make-paymet-selection input { width: 100%; background: #fff center; padding: 6px 35px 6px 20px; line-height: 1; border-radius: 30px; -webkit-border-radius: 30px; color: #333; border: 1px solid #ebebeb !important; height: auto; min-height: auto;font-size: 15px;font-weight: 300;text-shadow: none;box-shadow: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; }
.make-paymet-selection button {  background: #ee008b  center; padding: 6px 35px 6px 20px; line-height: 1; border-radius: 30px; -webkit-border-radius: 30px; color: #fff; border: 1px solid #ebebeb !important; height: auto; min-height: auto;font-size: 15px;font-weight: 300;text-shadow: none;box-shadow: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; }
.make-paymet-selection select { width: auto; float: right; font-size: 15px; color: #333; border: 1px solid #ebebeb; background: #fff url("../images/select-dropdown.png") no-repeat scroll right center; padding: 10px 35px 10px 20px; line-height: 1; border-radius: 20px; -webkit-border-radius: 20px; -moz-appearance: none; -webkit-appearance: none; appearance: none; text-shadow: none;box-shadow: none; background:#fff;}
.box-ttl { font-size: 16px; text-transform: uppercase; font-weight: 700; display:inline-block; }
.box-selection { width: auto; float: right; margin-top:-5px; }
.box-selection select { width: auto; float: right; font-size: 15px; color: #333; border: 1px solid #ebebeb; background: #fff url("../images/select-dropdown.png") no-repeat scroll right center; padding: 10px 35px 10px 20px; line-height: 1; border-radius: 20px; -webkit-border-radius: 20px; -moz-appearance: none; min-width: 200px; appearance: none; -webkit-appearance: none;}
.new-admission-part { display: block; width: 100%; padding: 20px 20px; border-bottom: 1px solid #ebebeb; }
.common-box { background: #fff; padding: 44px 25px; }
.common-box-2 { background: #fff; padding: 15px; }
.common-box-3 { background: #fff; padding: 15px 20px; }
.graph-img { text-align: center; }
.content-v-center { display: flex; align-items: center; }
.graph-content { width: 100%; }
.graph-content-part { font-size: 16px; color: #333; border-bottom: 1px solid #ebebeb;width: 100%; padding: 10px 0; padding-left: 25px; position: relative;}
.graph-content-part:first-child::before { content: ""; position: absolute; width: 12px; height: 12px; background: #8484f2; left: 0; top: 14px; border-radius: 100%; }
.graph-content-part:nth-child(2)::before { content: ""; position: absolute; width: 12px; height: 12px; background: #8c29dc; left: 0; top: 14px; border-radius: 100%; }
.graph-content { width: 100%; }
.graph-content-percent { float: right; font-weight: 700; }
.graph2-content { width: 100%; }
.graph2-content-part { font-size: 16px; color: #333; border-bottom: 1px solid #ebebeb;width: 100%; padding: 10px 0;}
.graph-content-part:last-child,.graph2-content-part:last-child {border-bottom:0}
.graph2-content { width: 100%; }
.graph2-content-price { float: right; font-size:20px; }
.price-total .graph2-content-price, .price-total .graph2-content-text {font-weight: 700;font-size: 20px;}
.new-admission-box { margin-bottom: 30px; }
.month-selection { width: 100%; float: left; text-align:center; margin: 10px 0; }
.month-selection ul { width: auto; float: none; text-align: center; border: 1px solid #ebebeb; display: inline-block; border-radius: 30px; overflow:hidden; }
.month-selection ul li { width: auto; float: none; text-align: center; display: inline-block; border-right: 1px solid #ebebeb !important; padding: 10px 20px; line-height: 1; text-transform: uppercase; font-size: 15px; font-weight: 300; float:left; cursor:pointer; background:#fff !important}
.month-selection ul li.active {background:#631d9a; color:#fff;}
.month-selection ul li.resp-tab-active {background:#631d9a !important; color:#fff;}
.month-selection ul li:last-child {border:0;}
.month-fees-table th { background: #f3f3f3; font-size: 16px; font-weight: 400; text-align:center; padding: 12px 20px; }
.month-fees-table th:first-child { text-align:left; font-weight: 700;}
.month-fees-table td:first-child { text-align:left; }
.month-fees-table td { font-size: 16px; font-weight: 400; text-align:center; vertical-align: middle; padding: 12px 20px;}
.month-fees-table th.last-th { text-align: right; font-weight: 700; }
.month-fees-table td.last-td { text-align: right; }
.copyright-part { text-align: left; font-size: 15px; font-weight: 300; margin-bottom: 10px; float: left; width: 100%; }
.student-detail-part { background: #fff; padding: 20px; margin-bottom: 30px; }
.student-detail-part .make-paymet-part { max-width: 600px; margin-bottom:30px;}
.student-img-part { float: left; width: 100%; text-align: center; }
.student-img { display: inline-block; position: relative; width: 195px; height: 195px; text-align: center; }
.student-img::before {content:""; position:absolute; width:100%; height:100%; background:transparent url("../images/student-border.png") no-repeat scroll top center; left:0; top:-6px; z-index:99 }
.student-img span {width:180px; height:180px;border-radius: 100%; overflow: hidden; display: inline-block;}
.student-img img {max-width:100%;}
.student-ttl { font-size: 35px; font-weight: bolder; width: 100%; float: left; border-bottom:1px solid #ebebeb; line-height: 1.3; padding-bottom: 15px;}
.student-data { float: left; width: 100%; border-bottom:1px solid #ebebeb; }
.student-data ul { float: left; width: 100%; margin: 0; padding: 0; }
.student-data ul li { float: left; width: 25%; margin: 0; padding: 10px 15px; border-right:1px solid #ebebeb; font-size: 16px; }
.student-data ul li:first-child { padding-left:0; }
.student-data ul li:last-child { border-right:0; }
.student-data-ttl { font-weight: 700;float: left; width: 100%;font-size: 16px; }
.student-data-txt { font-weight: 300;float: left; width: 100%;font-size: 16px; }

.student-payment { float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #ebebeb; }
.detail-ttl-part { float: left; width: 100%; margin-bottom:10px; }
.detail-ttl { float: left; font-size: 16px; font-weight: 700; color: #8e26dd; text-transform: uppercase; }
.detail-price { float: right; font-size: 20px; color: #8e26dd; }
.checkbox-selection { float: left; width: 100%; }
.checkbox-container{display:inline-block;position:relative;padding: 15px 15px 15px 40px;margin-bottom:0;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; background:#faf6ed; border:1px solid #fcedce; font-size: 21px; margin-right: 7px; line-height:1; min-width: 120px;}
.checkbox-container:last-child {margin-right:0;}
.checkbox-container.no-bg { border-color: #ededed; }
.checkbox-container .small-price {font-size: 16px;}
.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkmark{position:absolute;left:15px;height:13px;width:13px;background-color:#fff;border:1px solid #ef0084;border-radius:2px;border-color:#c9c9c9;top: 18px;}
.checkbox-container:hover input ~ .checkmark{background-color:#ccc}
.checkbox-container input:checked ~ .checkmark{background-color:#ef0084;border-color: #ef0084;}
.checkmark:after{content:"";position:absolute;display:none}
.checkbox-container input:checked ~ .checkmark:after{display:block}
.checkbox-container .checkmark:after{content:"";position:absolute;display:none;left:3px;top:1px;width:5px;height:7px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.checkbox-container input:checked ~ .radiobtn {background-color:#ef0084;}
.checkbox-container.empty { height: 54px; padding: 0; border: 0; background: none; min-width: 30px; }
.pay-payment-part { float: left; width: 100%; margin-top: 20px; text-align: right; }
.pay-price { display: inline-block; width: 150px; font-size: 20px; color: #8e26dd; font-weight:700;}

/*-- Admision Form --*/
.new-admision-form-box { padding: 30px; float: left; width: 100%; margin-bottom: 20px; }
.breadcrumb-part { text-align: center; font-size: 13px; font-weight: 300; float: left; width: 100%; color:#333; }
.breadcrumb-part a { font-size: 13px; font-weight: 300; color:#333; }
.inside-ttl { float: left; width: 100%; text-align: center; font-size: 32px; font-weight: 300; color: #9028df; margin: 0 0 10px; }
.admision-form-part { float: left; width: 100%; }
.admision-form-form { width: 100%; max-width: 800px; margin: 0 auto; }
/* .parent-field .admision-form-form {max-width:1100px;} */
.admision-form-part form label { font-size: 16px; margin-bottom: 7px; }
.admision-form-left { float: left; width: 48%; }
.admision-form-right { float: right; width: 48%; }
.admision-form-part form .form-group { margin-bottom: 25px; position:relative;}
.help-block {position: absolute;font-size: 12px;top: 55px;left: 0;}
.error{ color: #FF0000;}
.form-control1.date-input {background:#fff url("../images/date-icon.png") no-repeat scroll 98% top;}
.form-control1 { width: 100%; border:0; border-bottom: 1px solid #999999; font-weight: 300; min-height: 30px; box-shadow: none; background: #fff; border-radius: 0; -webkit-border-radius: 0; color: #666; }
.form-control1:focus {border-color:#fcce79;}
.form-full { float: left; width: 100%; border-bottom: 1px solid #ebebeb; padding: 0 0 30px; margin: 0 0 40px; }
.admision-form-part form .form-full-2 .form-group {width:48%; float:left;}
.admision-form-part form .form-full-2 .form-group:nth-child(2n) {float:right;}
.form-next-btn { float: left; width: 100%; margin: 15px 0 0; }
.display-none { display: none; }
.admision-form-part form .form-full-2 .form-group.full {width:100%}
.form-full.form-full-last { border-bottom: 0; margin-bottom: 0; }
.radio-part { display: inline-block; margin: 5px 15px 0 0; font-weight: 300; width: 30%; }
.radio-part.full { width: 100%; margin: 0 0 5px 0; }
.radio-part input { display: inline-block; margin: 0 5px 0 0; }
.admision-form-detail { float: left; width: 100%; margin: 0 0 50px; }
.admision-form-detail ul { float: left; width: 100%; margin: 0 0; counter-reset: section; position:relative}
.admision-form-detail ul::before { content: ""; position: absolute; left: 0; top: 25px; width: 100%; height: 5px; background: #f5f5f5;width: calc(100% - 110px);transform: translateX(50px);}
.admision-form-detail li { float: left; width: auto; margin: 0 0; padding: 60px 18px 0 18px; max-width: 132px; text-align: center; font-size: 16px; font-weight: 300; line-height: 1.2; position:relative; }
.admision-form-detail li::before { content: ""; position: absolute; left: 50%; top: 0; width: 50px; height: 50px; background: #f5f5f5; border-radius: 100%; transform: translateX(-25px); }
.admision-form-detail li::after { counter-increment: section; content: " " counter(section); position:absolute; width:100%; height:50px; top:0;left:0; line-height: 3.5; font-size: 16px;  }
.admision-form-detail li.selected {color:#9028df;}
.admision-form-detail li.selected::before {background:#9028df;}
.admision-form-detail li.selected::after {color:#fff}
select.form-control1 {background: transparent url("../images/select-dropdown.png") no-repeat scroll 102% center; -moz-appearance: none; -webkit-appearance: none; appearance: none;}
.form-full-ttl { float: left; width: 100%; margin-bottom: 30px; }
.form-ttl { font-size: 22px; font-weight: 300; color: #9028df; margin: 0 0 10px; float: left; width: 100%; text-align: left; }
.form-ttl-2 { font-size: 19px; font-weight: 300; color: #9028df; margin: 0; float: left; width: 100%; font-weight: 500; }
.small-text { font-size: 15px; }
.form-control1.form-control-left { float: left; width: 48%; }
.form-control1.form-control-right { float: right; width: 48%; }
.form-next-btn button.nxt-btn {float:right;}
.form-next-btn span.nxt-btn {float:right; text-align: center; padding:0;}
.form-next-btn span.prev-btn {float:left; text-align: center; padding:0;}
.form-next-btn span input { background: none; height: 40px; min-height: auto; width: 100%; padding: 11px 20px; }
.form-next-btn button.prev-btn., .form-next-btn span.prev-btn1 {float:left;}
.form-next-btn button.prev-btn::after, .form-next-btn span.prev-btn1 .prev-btn::after {left:-5px;}
.form-next-btn span.prev-btn::after {left:-5px;}
.radio-part.radio-part-4 { width: 23.2%; margin-right: 1%; }
.radio-part.radio-part-4.last { margin-right: 0; }
.checkbox-span { padding-left: 0; width: calc(100% - 25px); float: right; font-size: 15px; }

.dropbtn {
/*   background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; */
}

.dropbtn:hover, .dropbtn:focus {
  /* background-color: #2980B9; */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
  z-index: 1; right:0; text-align:left;
}
.dropdown-content li { border-bottom: 1px solid #ebebeb; }
.dropdown-content a { color: #333; padding: 10px 16px; text-decoration: none; display: block; font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 1.2; }

.dropdown a:hover {background-color: #ebebeb;}
.show {display: block;}
.top-user-panel .dropdown-content i { margin-left: 0px; width: 20px; text-align: left; color: #9028df; }
.top-user-panel .dropdown-content {overflow: visible; top: 60px;}
.top-user-panel .dropdown-content::before { content: ""; position: absolute; top: -7px; z-index: 9; right: 15px; height: 0; width: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 8px solid #fff; }
.admision-form-menu { float: left; width: 100%; margin: 0 0 30px; display:none; }
.admision-form-menu .dropdown { width: 100%; }
.admision-form-menu .dropdown .dropdown-content { width: 100%; }
.admision-form-menu .dropbtn { width: 100%; background: #9028df; display: inline-block; padding: 10px; color: #fff; position: relative; }
.admision-form-menu .dropbtn::after { content: ""; position: absolute; width: 15px; height: 15px; left: 46%; background: #9028df; transform: rotate(45deg); bottom: -7px; }

i.fa.fa-bars {
    color: #000;
    padding: 5px;
    border: 1px solid #000; font-size: 18px;
}
.mobile-nav-toggle.darkmenu i.fa.fa-bars {
    color: #000;
}
.mobile-nav-toggle{position:static;right:0;top:40px;z-index:9999999;border:0;background:0;font-size:24px;transition:all .4s;outline:none!important;line-height:1;cursor:pointer;text-align:right; float:right;}
body.mobile-nav-active button.mobile-nav-toggle {
    top: 40px;
}
button.mobile-nav-toggle i.fa.fa-times {
    /* margin: 0; */margin: 10px 15px;    
    padding: 5px;  font-size: 14px;
    background: none;
    top: 20px;
    color: #000;
    padding: 7px;
    border: 1px solid #000;
  
}
.mobile-nav-toggle i{/* margin: 24px 18px 0 0; */margin: 10px 15px;}
.mobile-nav-active .mobile-nav{left:0; box-shadow:0 0px 30px rgba(127,137,161,0.3)}
.mobile-nav{position:fixed;top:0;bottom:0;z-index:999999999;overflow-y:auto;left:-350px;width:350px;padding-top:18px;background:#fff;transition:.4s; }
.mobile-nav ul li a{color:#000;font-size:1rem;padding:12px 20px;margin-left:0;width:100%;float:left; text-transform: capitalize;}
.mobile-nav ul{margin:0;padding:0;list-style-type:none}
.mobile-nav{left:-260;width:260px; }

.categories-container input:checked ~ .radiobtn {background-color:#fff; border-color: #f40092;}
.radiobtn {position: absolute;top: 2px;left: 0;height:16px;width:16px;background-color: #fff;border-radius: 50%;border:1px solid #999}
.categories-container input:checked ~ .radiobtn::after {top: 3px;display: block;left: 3px;width: 8px;height: 8px;border-radius: 50%;background: #f40092;content:"";position:absolute;}
.categories-container{display:block;position:relative;padding-left:28px;margin-bottom:12px;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.categories-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.categories-container .checkmark:after{content:"";position:absolute;display:none;left:5px;top:2px;width:6px;height:9px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}

.main-content {position:relative;}
.main-content-right {width:100%}
/* #sidebar:hover { min-width: 250px; position: absolute; left: 0; top: 0; z-index: 999; height: 100%; }
#sidebar:hover .left-menu-name {display:block;float: left; width: auto; padding-left: 20px; line-height: 1.3; padding-top: 6px; visibility: visible; opacity: 1; transition: 0.5s;} */
#sidebar.active .left-menu-part {position:relative}
#sidebar.active .left-menu-part:hover .left-menu-part-1 { min-width: 250px; position: absolute; left: 0; top: 0; z-index: 999; padding: 10px 20px; background: #fff; min-height: 56px; width: 100%; box-shadow: 0 0 5px #eee;}
#sidebar.active .left-menu-part:hover .left-menu-part-1 .left-menu-name {display:block;float: left; width: auto; padding-left: 20px; line-height: 1.3; padding-top: 6px; visibility: visible; opacity: 1; transition: 0.5s;}
.left-menu-part-1 { float: left; width: 100%;max-width: 210px; }
#sidebar.active .left-menu-part-1 {width: 0; }
#sidebar.active .left-menu-part {min-height:57px;}
#sidebar.active .left-menu-part.active:hover .left-menu-part-1 { background: #9028df; }
#sidebar.active .left-menu-part-1 .left-menu-name { margin-left: -10px; }
#sidebar.active .left-menu-part-1:hover .left-menu-name { margin-left: 0; }
#sidebar.active .left-menu-part.no-min {min-height: auto;}
.table .btn {padding: 5px 12px;border-radius: 0; font-size: 13px;font-weight: 300;}
.table .btn.edit {background:#20a7c2;}
.table .btn.view {background:#28a745;}
.table .btn.delete {background:#dc3545;}

.table th { background:#fcce79 !important; font-size: 16px; font-weight: 400; text-align: center; padding: 12px 12px !important; border:1px solid #fde6bc !important; border-top: 1px solid #fde6bc !important; }
.table td { font-size: 16px; font-weight: 400; text-align: center; vertical-align: middle; padding: 12px 12px;  border-top: 1px solid #ddd !important;  }

/*-- tejas chnages-- */
.table1 th { background:#fcce79 !important; font-size: 12px; font-weight: 200; text-align: center; padding: 12px 12px !important; border:1px solid #fde6bc !important; border-top: 1px solid #fde6bc !important; }
.table1 td { font-size: 12px; font-weight: 200; text-align: center; vertical-align: middle; padding: 9px 9px;  border-top: 1px solid #ddd !important;  }
.table1 th{background: #fcce79 !important;border-color: #eee !important;}
/*---sushama css---*/

.form-group .text-info {color: #ffb938 !important;font-weight: 300;font-size: 15px;}

form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #666!important;opacity:1!important;
}
form input::-moz-placeholder,form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #666!important;opacity:1!important;
}
form input:-ms-input-placeholder,form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #666!important;opacity:1!important;
}
form input:-moz-placeholder,form textarea:-moz-placeholder { /* Firefox 18- */
  color: #666!important;opacity:1!important;
}
.x_content table td:last-child br{display:none;}
.btn.focus, .btn:focus{box-shadow: none !important;}
.table-striped tbody tr:nth-of-type(2n+2){background-color: #fff;}
.table-striped tbody tr:nth-of-type(2n+1) {background-color: #fbfbfb;}
body .modal-dialog{top:205px;max-width: 1100px;}
body #webcamModal .modal-dialog{top:40px;}
.modal-header .close{margin-top: 0;background:#9028df;position: absolute;top:-35px;right: 0;width: 35px;height: 35px;border: 0;opacity: 1;color: #fff;text-shadow: none;}
.modal-content{border-radius:0!important;}
.nav.nav-tabs.bordered li a:before{content:unset;} 
.nav.nav-tabs .fa{margin: 0 5px 0 0}
.nav-tabs{justify-content: center;border:0;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color: #fff;cursor: default;background-color: #9028df;}
.nav-tabs > li > a{margin-right: -1px;border: 1px solid #eee;border-radius: 0;background: #fff;color:#000;}
.nav-tabs > li:first-child a{border-radius: 30px 0 0 30px;}
.nav-tabs > li:last-child a{border-radius: 0 30px 30px 0;}
body .modal-dialog .table th,body .modal-dialog .table td{text-align: left;padding:10px 8px !important;line-height: 1;}
body .modal{z-index: 9999999999;}
.modal-open .modal{background: rgba(0,0,0,0.5);}
.table .btn{margin-bottom: 2px;margin-top: 2px;min-width: 74px;border-radius: 4px;}
.form-inline{justify-content: space-between;}
#datatable-responsive_filter input{margin-left:10px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #9028df;border-color: #9028df;}
div.dataTables_info#datatable-responsive_info{padding-top:0;}
div.dataTables_paginate#datatable-responsive_paginate{padding-top:8px;} 
.prev-btn a{background: #9028df;font-size:18px;color: #fff;font-weight:600;line-height: 1;text-transform: uppercase;min-height: auto;width: 100%;padding: 11px 20px;display:block;height: 40px;} 
.nxt-btn a{background: #9028df;font-size:18px;color: #fff;font-weight:600;line-height: 1;text-transform: uppercase;min-height: auto;width: 100%;padding: 11px 20px;display:block;height: 40px;} 
#tab_edit_class .form-full,#tab_add_class .form-full,.admision-form-part #add .form-full{border-bottom:0;padding-bottom:0;margin-bottom:0;}
.admision-form-part #add .form-full.form-full-last{margin-top:30px;} 
.admision-form-part #add .form-full.form-full-last .form-full-ttl{margin-bottom:15px;} 
.admision-form-part #add .form-full.form-full-last ol{float:left;width:100%;}
.admision-form-part #add .form-full.form-full-last ol li{background:url(../images/list-arrow.png) no-repeat 0 6px;padding: 0 0 3px 12px;} 
.admision-form-part #add .form-full.form-full-last ol li a{color:#9028df;text-decoration:underline;}
button, html input[type="button"], input[type="reset"], input[type="submit"]{text-transform:uppercase;}
.btn-default.btn-file:active{background-color: transparent;border-color: transparent;padding-left: 0;box-shadow: none;}
.content.invoice .row{display:block;}
.content.invoice .invoice-col address{}
#datatables_buttons_info.dt-button-info{border:1px solid #ddd;}
#datatables_buttons_info.dt-button-info h2{font-size:22px;color: #9028df;margin:0;background:#f7f7f7;text-transform:capitalize;}
.action-td .view-button,.dtr-data .view-button{color: #28a745!important;/* background-color: #28a745; */border:1px solid #28a745;padding: 5px 12px;border-radius: 4px;font-size: 13px;font-weight: 300;line-height: 1.25;display: inline-block;margin-bottom: 2px;margin-top: 2px;min-width: 74px;cursor:pointer;}
.action-td .edit-button,.dtr-data .edit-button{cursor:pointer;color: #17a2b8!important;/* background-color: #17a2b8; */border:1px solid #17a2b8;padding: 5px 12px;border-radius: 4px;font-size: 13px;font-weight: 300;line-height: 1.25;display: inline-block;margin-bottom: 2px;margin-top: 2px;min-width: 74px;}
.action-td .view-button:hover, .dtr-data .view-button:hover{color:#fff!important;background:#28a745}
.action-td .edit-button:hover, .dtr-data .edit-button:hover,.action-td .btn-success:hover{color:#fff!important;background:#17a2b8}
.btn-success:hover {color: #fff !important;}

div .modal-backdrop{z-index: -1;}
#single.admision-form-form .form-full,#tab_edit_section #edit .form-full{border-bottom:0;padding-bottom:0;margin-bottom:0;}
#amount1 label:first-child,#amount2 label:first-child {font-size: 19px;color: #9028df;margin:0 0 10px;float: left;width: 100%;font-weight: 500;}
body .modal .table-striped tbody tr:nth-of-type(2n+2){background-color: #fff;}
.admision-form-part form .form-group .form-group{margin-top: 30px;}
td .btn-danger{color: #dc3545;background-color:transparent;border:1px solid #dc3545;}
td .btn-info{color: #17a2b8;background-color:transparent;border:1px solid  #17a2b8;}
td .btn-success{color: #28a745!important;background-color:transparent;border:1px solid  #28a745;} 
.modal .table th,.content.invoice .col-xs-12 .table th{background: #f7f7f7 !important;border-color: #eee !important;}
.btn.btn-default.btn-file{padding-left:0;padding-right:0;border: 0;width: 100%;}
.btn.btn-default.btn-file:focus,.btn.btn-default.btn-file:hover{background:transparent;border:0;box-shadow:none;} 
.invoice-col .btn-success{padding: 4px 7px !important;line-height: 1;height: auto;display: inline-block;}
.content.invoice table td .btn-danger {display: inline-block;}
.invoice-hd {margin: 0 0 15px;font-size: 32px;line-height: 1;}
.guardian-form .form-horizontal .form-group{margin:0 0 20px;}
.guardian-form .column-title{margin:0 0 15px;}
.guardian-photo .btn-file span{display:none;}
.guardian-photo .btn-file{margin-top:12px;}
#edit.admision-form-form .form-full{padding-bottom:0;margin-bottom:0;border-bottom:0;}
label span{color:#ff0000;}
.br-btm table td:last-child{border-bottom: 1px solid #eee !important;}
.br-btm table {border: 1px solid #eee !important}

.no-print .btn.btn-default{cursor:pointer;color: #646ed1!important;/* background-color: #17a2b8; */border:1px solid #646ed1;padding: 5px 12px;border-radius: 4px;font-size: 14px;font-weight: 300;line-height: 1.25;display: inline-block;margin-bottom: 2px;margin-top: 2px;min-width: 74px;text-transform:uppercase;}
.no-print .btn.btn-default:hover,.no-print .btn.btn-default:active,.no-print .btn.btn-default:focus{color:#fff!important;background:#646ed1}
.tab{display:flex;flex-wrap:wrap;}
#tab_single_invoice{width:100%;}

.tab-content > #tab_add_student.tab-pane{padding:0;}
.new-admision-form-box.bg-white table.table th{background:transparent!important;border:0!important;text-align:left;padding: 12px 8px !important;width: auto !important;font-size: 15px;font-weight: 600;}
.new-admision-form-box.bg-white table.table td{border:0;text-align:left;border-top: 1px solid #ebedf3 !important;padding: 12px 8px !important;width: auto !important;font-size: 15px;}
.new-admision-form-box.bg-white table.table{border-left: 0 !important;border-right: 0 !important;}
.tab-content > .tab-pane{padding: 0 5%;}


.bulk-student-row1{width: 61%;display: inline-block;padding-right: 5px;}
.bulk-student-row2{width: 37%;display: inline-block;text-align: right;}
.bulk-student-row1 .btn.btn-file{padding:0;}



.new-admission-box .row{display:block;}
.modal-content .tab-content > .tab-pane {padding: 0 1%;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Mukta', sans-serif!important;font-weight: 300;}
body .modal-dialog .table th, body .modal-dialog .table td{background: transparent !important;border: 0 !important;font-size: 15px;vertical-align: middle;border: 0 !important;}
body .modal-dialog .table th{font-weight: 600;color:#9028df;}
body .modal-dialog .table-bordered{border: 0 !important;}
body .modal-dialog .table tbody tr{border-top: 1px solid #eee !important;border-bottom: 0 !important;}
body .modal-dialog .table tbody tr:first-child{border-top:1px solid #eee !important;}

body .modal-dialog .thd-mother-info .th-mother-info,body .modal-dialog .thd-father-info .th-father-info{color:#9028df;font-size: 20px;margin: 7px 0 6px;display: block;}

body .modal .table-striped tbody tr:nth-of-type(2n+1) {background-color: #fff;}
body .modal .table-striped tbody tr:nth-of-type(2n+2) {background-color: #fbfbfb;}
.th-birth,.td-birth{white-space: nowrap;}
.td-mother-name,.td-father-name{text-transform:capitalize;}

body .modal-dialog #tab_parent_info .table-bordered{border-top:0;}
body .modal-dialog #tab_parent_info .table tbody th{border-top: 1px solid #eee !important}
.new-admision-form-box.bg-white table th.th-sr-no,.new-admision-form-box.bg-white table td.td-sr-no{text-align:center;}
.new-admision-form-box.bg-white table.table th{color:#9028df;}
.new-admision-form-box.bg-white table.table td{vertical-align: middle;}
.td-school-name img,.td-photo-no img{height:60px;width:60px;object-fit: cover;}
.th-due-invoice,.td-due-invoice{white-space: nowrap;}

body div.dt-button-background{width:0;height:0;}
body .modal-dialog .td-stud-photo img{height:50px;width:50px;object-fit: cover;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #9028df!important;}
div.dataTables_info#datatable-responsive_info,button.dt-button, div.dt-button, a.dt-button,div.dataTables_filter label{color: #9028df!important;} 
body .modal-dialog table td:last-child{white-space: normal;}
body .modal-dialog #tab_payment .table-bordered{border-top:1px solid #eee!important;border-bottom:1px solid #eee!important;}
.bulk-student-row2 .btn-success,.bulk-student-row2 .btn-success:hover,.bulk-student-row2 .btn-success:active,.bulk-student-row2 .btn-success:focus{background-color: #ee008b;border-color: #ee008b;}
.min-h1 {min-height:61px;}
.pink-bt{background: #ee008b;border:1px solid #ee008b;display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;padding: 10px 15px;font-size: 1rem;line-height: 1;border-radius: .25rem;transition: all .15s ease-in-out;font-family: 'Mukta', sans-serif;color:#fff;/* min-width: 135px; */margin-top: 16px;}
.fees-collection-panel #tab_single_invoice{padding:0;}
#tab_single_invoice .pay-opt .radio-part{width:22%;}
.make-paymet-box .row{display:block;}
.modal-footer {display:none;}

#webcamModal input#capture,#webcamModal input#crop,#webcamModal .btn.btn-success{background: #ee008b;border:1px solid #ee008b;display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;padding: 10px 15px;font-size: 1rem;line-height: 1;border-radius: .25rem;transition: all .15s ease-in-out;font-family: 'Mukta', sans-serif;color:#fff;/* min-width: 135px; */margin-top: 16px;} 
#webcamModal #results{padding:20px;border: 1px solid #eee;background: #f7f7f7;text-align: center;height: 390px;display: flex;justify-content: space-evenly;align-items: center;}
#webcamModal #my_camera{border: 1px solid #eee;background: #f7f7f7;text-align: center;}
.fees-collection .col-lg-3.fees-collection-row{margin-bottom:40px;}
.fees-collection-row .make-paymet-selection{width:100%;}
.fees-collection-row label{margin:0 0 10px;}
.fees-collection-row .make-paymet-selection input{background:#fff;padding:0 0 5px 0;border:0!important;border-bottom: 1px solid #999 !important;border-radius: 0;min-height: 30px;}
.fees-collection-row .make-paymet-selection input::-webkit-input-placeholder {font-size:15px;color: #666;opacity:1;}
.fees-collection-row .make-paymet-selection input:-moz-placeholder {font-size:15px;color: #666;opacity:1;}
.fees-collection-row .make-paymet-selection input::-moz-placeholder {font-size:15px;color: #666;opacity:1;}
.fees-collection-row .make-paymet-selection input:-ms-input-placeholder {font-size:15px;color: #666;opacity:1;}
.fees-collection .tab-content > .tab-pane{padding:0;}
.student-list-fee-cl {padding:20px 15px;}
/* .student-list-fee-cl .pink-bt{background:transparent;} */

.total-paid .student-data:last-child,.br-0{border-bottom:0!important;padding-bottom:0!important;}
.right-txt{float:right;text-align:right;}
.amount-paid.right-txt input{text-align:right;}
.amount-paid.right-txt input::-webkit-input-placeholder {color: #666;opacity:1;}
.amount-paid.right-txt input:-moz-placeholder {color: #666;opacity:1;}
.amount-paid.right-txt input::-moz-placeholder {color: #666;opacity:1;}
.amount-paid.right-txt input:-ms-input-placeholder {color: #666;opacity:1;}
.new-admision-form-box.bg-white .parent-field table.table th:nth-child(2), .new-admision-form-box.bg-white .parent-field table.table td:nth-child(2) {width:90px !important;}
.new-admision-form-box.bg-white .parent-field table.table th:last-child, .new-admision-form-box.bg-white .parent-field table.table td:last-child {width:90px !important;}
.parent-field .table-striped tbody tr:nth-of-type(2n+1) {background-color: #fff;}
.parent-field .td-sr-no{text-align:left!important;} 
.radio-align .form-group{float:left;width:33.33%;margin-bottom:20px!important;}
.radio-align .radio-part.radio-part-4{width:99%;}
.radio-align2 .radio-part.radio-part-4{width:99%;}
.radio-align2 .form-group{float:left;width:34%;margin-bottom:20px!important;}
.radio-align,.radio-align2{float: left;width: 100%;}
.radio-align2{margin-bottom:10px!important;}
.table-status {width:100%;max-width:800px;margin: 0 auto;display: block;}
.new-admision-form-box.bg-white table.table td.img-align{text-align: center;padding-top: 0 !important;border-top: 0 !important;}
.img-align .text-info{text-align: center;color: #ffb938 !important;font-weight: 300;font-size: 15px;}
select.form-control1.school-fee-type{background:url(../images/school.png) no-repeat right center;padding: 10px 40px 10px 0;height: auto;/* background-size: 35px; */}
select.form-control1.fee-type{background:url(../images/fees.png) no-repeat right center;padding: 10px 40px 10px 0;height: auto;/* background-size:29px; */}
.form-control1.fee-title{background:url(../images/fees-title.png) no-repeat right center;padding: 10px 40px 15px 0;height: auto;/* background-size:24px; */}
.form-control1.note{background:url(../images/note.png) no-repeat right 18px;padding: 10px 40px 10px 0;height: auto;/* background-size: 30px; */}
/* input[attribute="title"] {
    font-style: italic;
    color: ##9028df;border:1px solid #9028df;
} */

.invc-view .x_content{margin:0 auto;max-width:800px;}
.new-admision-form-box.bg-white.invc-view table.table th:last-child, .new-admision-form-box.bg-white.invc-view table.table td:last-child{text-align: right;width: 85px !important;}
.new-admision-form-box.bg-white table.table.total-table th{text-align:right;border-top: 1px solid #ebedf3 !important;}
.pay-status{margin: 15px 0;float: left;width: 100%;}

.new-admision-form-box.bg-white table.table.fees-tbl th:first-child, .new-admision-form-box.bg-white table.table.fees-tbl td:first-child{text-align:center;}
.pay-opt .detail-ttl{margin-bottom:5px;}
.new-admision-form-box.bg-white table.table.total-table th:last-child, .new-admision-form-box.bg-white table.table.total-table td:last-child{font-weight:700;}
.new-admision-form-box.bg-white table.table.fees-tbl th{background:#fff!important;}
.new-admision-form-box.bg-white table.table.fees-tbl{border-top: 5px solid #9028df;margin-bottom: 20px;margin-top:20px;}
.invoice-header h1 {float: left;width: 100%;text-align: center;font-size: 32px;font-weight: 300;color: #9028df;margin: 0 0 35px;}
.invc-view .no-print .btn.btn-default{padding: 10px 12px;min-width: 100px;font-size: 16px;}
.student-data.pay-opt{padding-top:0;}
.parent-details-div{margin-top:35px;}
.parent-details-section{float:left;width:100%;}
.parent-details-section .nav-tabs{float:left;width:100%;}
.parent-details-section .nav-tabs > li.last-tb a{font-size: 19px;display: inline-block;border: 0;}
.parent-field .parent-details-section .form-control1{width:100%;}
.parent-details-section .nav-tabs > li.last-tb span{font-size: 0;/* margin: 0 5px 0 5px; */display: inline-block;vertical-align: 2px;color: #adadad;}
.parent-details-section .nav-tabs > li.last-tb{border: 1px solid #eee;border-radius: 0 25px 25px 0;overflow: hidden;height: 42px;padding-top: 3px;}
.parent-details-section .nav-tabs > li.last-tb a.last-tb1{padding-right:12px;padding-top: 0;height: auto;padding-bottom: 0;margin-left: -1px;}
.parent-details-section .nav-tabs > li.last-tb a.last-tb2{padding-left: 10px;padding-top: 0;padding-bottom: 0;height: auto;vertical-align: super;}
.parent-details-section .nav-tabs > li.last-tb a:hover{background:transparent;}
.parent-details-section .nav-tabs > li.last-tb span:before{content: '';height: 100%;position: absolute;width: 1px;background: #eee;top: 0;}
.dropdown-main ul {border: 1px solid #eee;background: #f7f7f7;margin-top: 0;max-height: 180px;overflow-y: scroll;}
.top-notification-panel button.feedback{background:url(../images/feedback2.png) no-repeat 0 center;padding:4px 0 4px 30px;min-height: 38px;}
.checkbox-container.checkbox-single{background: transparent;border: 0;padding: 6px 0 0 25px;}
.checkbox-container.checkbox-single .checkmark{left: 0;top: 7px;}
.form-full.form-full-2.space{padding-bottom:10px;}
.form-full.form-full-2.space .form-group{margin-bottom:0;}

.dt-button.buttons-collection.buttons-page-length {background:#fff !important;}
.dt-button-collection {padding:0;border-radius:0 !important;margin-top:0;}
div.dt-button-collection a.dt-button {border: 0 !important; border-bottom: 1px solid #ebedf3 !important;}
.form-group .dropdown-main, .fees-collection-row .dropdown-main, .dropdown-main { position: absolute; top: 30px; left: 0; }
.form-group .dropdown-main ul, .fees-collection-row .dropdown-main ul, .dropdown-main ul { background:#fff; border:0; }
.form-group .dropdown-main .dropdown-option, .fees-collection-row .dropdown-main .dropdown-option, .dropdown-main .dropdown-option { font-weight: 300; font-size: 15px; padding: 5px; }
.form-group .dropdown-main .dropdown-option.dropdown-chose::after, .fees-collection-row .dropdown-main .dropdown-option.dropdown-chose::after, .dropdown-main .dropdown-option.dropdown-chose::after { background:transparent url("../images/select-option.png") no-repeat scroll center; border-radius: 0; }

.student-detail-part .student-payment {margin-bottom:20px;}
.student-detail-part .student-data table {margin-top:10px;}
.new-admision-form-box.bg-white .fee_structure_view .student-list-fee-cl table, .student-detail-part .student-data table, .student-detail-part .student-detail-data table {border: 0 !important;}
.new-admision-form-box.bg-white .fee_structure_view .student-list-fee-cl table th, .student-detail-part .student-data table th , .student-detail-part .student-detail-data table th {background: transparent !important; border: 0 !important; text-align: left; padding: 12px 8px !important; width: auto !important; font-size: 15px; font-weight: 600; color: #9028df;} 
.new-admision-form-box.bg-white .fee_structure_view .student-list-fee-cl table td input, .student-detail-part .student-data table td input , .student-detail-part .student-detail-data table td input {width: 100%; max-width: 50px; text-align: center;}
.new-admision-form-box.bg-white .fee_structure_view .student-list-fee-cl table td , .student-detail-part .student-data table td , .student-detail-part .student-detail-data table td {background: #fbfbfb !important; border: 0; text-align: left; border-top: 1px solid #ebedf3 !important; padding: 12px 8px !important; width: auto !important; font-size: 15px; } 
.new-admision-form-box.bg-white .fee_structure_view .student-list-fee-cl table tbody tr:nth-child(2n) td, .student-detail-part .student-data table tbody tr:nth-child(2n) td, .student-detail-part .student-detail-data table tbody tr:nth-child(2n) td {background: #fff !important; } 
 .student-detail-part .student-detail-data table tr {background:none !important}
 .student-detail-part .student-detail-data table tr th {background:#fff !important; margin: 0;}
 .student-detail-part .student-detail-data table tr th .checkbox-container.empty {height: 35px;}
.student-detail-part .student-detail-data .total-paid { margin-top: 10px; }
.bs-avail-transport-modal-lg .admision-form-form { max-width: 100%; width: 95%; margin: 0 auto; }
.bs-avail-transport-modal-lg .admision-form-form table {border: 0 !important;}
.bs-avail-transport-modal-lg .admision-form-form table th {background: transparent !important; border: 0 !important; text-align: left; padding: 12px 8px !important; width: auto !important; font-size: 15px; font-weight: 600; color: #9028df;}
.bs-avail-transport-modal-lg .admision-form-form table td {background: #fff !important; border: 0; text-align: left; border-top: 1px solid #ebedf3 !important; padding: 12px 8px !important; width: auto !important; font-size: 15px; } 
.bs-avail-transport-modal-lg .admision-form-form table td a {color: #212529; text-decoration: underline; } 
.bs-avail-transport-modal-lg .admision-form-form table tbody tr:nth-child(2n) td {background: #fbfbfb !important; }  

.make-paymet-selection-search { position: relative; float: left; width: 40px; height: 38px; }
.make-paymet-selection-search #search_button { background: transparent url("../images/search-icon.png") no-repeat scroll center; text-indent: -9999px; width: 40px; height: 40px; position: absolute; left: -45px; top: 0; z-index: 9; }
 
.total_amount_txt { font-weight: 400; font-size: 27px; line-height: 1; }
.total_amount { font-weight: 700; font-size: 35px; line-height: 1; }

.admision-form-part form .form-group label.error { position: absolute; font-size: 12px; bottom: -25px; left: 0; }
.pink-bt .prev-btn-a { line-height: 1; color: #fff; font-size: 16px; }
.bulk-student-row1 input[type="file"] {display: block;}
.student-detail-part .student-detail-data table td {margin: 0; margin-top:-1px;}
.student-detail-part .student-detail-data table td .checkbox-container.empty {height: 35px;}
.fee-type-student-data.student-data { margin-bottom: 15px; border-bottom: 0; }
.student1-part { text-align: left; padding-left: 40px; background:transparent url("../images/pick-point.png") no-repeat scroll 0px 5px; float: left;width: 100%;border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;margin-top: 15px;}
.student2-part { text-align: left; padding-left: 40px; background: transparent url("../images/drop-point.png") no-repeat scroll 0px 5px; float: left; width: 100%; padding-bottom: 15px; }

.full-width.tab-list { max-width: 1160px; padding: 0; }
.full-width.tab-list #tab_single_invoice {padding:0;}
.student-detail-part .student-payment .detail-price {text-align: right;padding-right: 15px;}
.student-detail-part .student-payment .detail-price #fee_be_paid2 {display: block;}
.student-detail-part .student-detail-data .total-paid .detail-price #fee_be_paid2 {text-align: right;padding-right: 15px;}
.student-detail-part .student-detail-data .total-paid .detail-price #fee_pending {width:100px;}


@media (min-width:1024px) {
.new-admision-form-box.bg-white table.standard-table th.standard-th, .new-admision-form-box.bg-white table.standard-table td.standard-td{width: 185px !important;}
.new-admision-form-box.bg-white table.table.standard-table th:nth-child(2),.new-admision-form-box.bg-white table.table.standard-table td:nth-child(2){width:515px !important;}
.new-admision-form-box.bg-white #tab_feetype_list table th.th-fee-title, .new-admision-form-box.bg-white #tab_feetype_list table td.td-fee-title{width: 200px !important;}
body .modal-dialog .table th.th-school-name, body .modal-dialog .table td.td-school-name{width: 200px !important;}
body .modal-dialog .table th.th-stud-name, body .modal-dialog .table td.td-stud-name{width: 200px !important;}
.new-admision-form-box.bg-white table.table th:last-child,.new-admision-form-box.bg-white table.table td:last-child{width: 235px !important;}
body .modal-dialog .table th.th-present-add,body .modal-dialog .table td.td-present-add{width: 200px !important;}
.new-admision-form-box.bg-white table.table th:first-child,.new-admision-form-box.bg-white table.table td:first-child{width: 35px !important;}
.new-admision-form-box.bg-white table.table th:nth-child(2),.new-admision-form-box.bg-white table.table td:nth-child(2){width: 200px !important;}

.new-admision-form-box.bg-white table.table th.th-stud-name,.new-admision-form-box.bg-white table.table td.td-stud-name{width: 160px !important;}
.new-admision-form-box.bg-white table.table th.th-photo-no,.new-admision-form-box.bg-white table.table td.td-photo-no{width:70px !important;}
.new-admision-form-box.bg-white .parent-field table.table th.th-school-name,.new-admision-form-box.bg-white .parent-field table.table td.td-school-name{width: 160px !important;}
.new-admision-form-box.bg-white table.table.standard-table th.th-action-list, .new-admision-form-box.bg-white table.table.standard-table td.td-action-list {width: 155px !important;}
.new-admision-form-box.bg-white table.table.division-table th.th-action-list, .new-admision-form-box.bg-white table.table.division-table td.td-action-list {width: 155px !important;}

.new-admision-form-box.bg-white table.table.division-table th.th-note,.new-admision-form-box.bg-white table.table.division-table td.td-note {width: 270px !important;}

.new-admision-form-box.bg-white table.table.division-table th.th-school-name,.new-admision-form-box.bg-white table.table.division-table td.td-school-name {width: 230px !important;} 

.new-admision-form-box.bg-white table.table.admission-table th:last-child,.new-admision-form-box.bg-white table.table.admission-table td:last-child {width:130px !important;} 

.new-admision-form-box.bg-white table.table.fees-tbl th:nth-child(2), .new-admision-form-box.bg-white table.table.fees-tbl td:nth-child(2) {width: 300px !important;}
.new-admision-form-box.bg-white.invc-view table.table.fees-tbl th:last-child, .new-admision-form-box.bg-white.invc-view table.table.fees-tbl td:last-child{width:200px !important;}



.admision-form-part form .form-full-2 .form-group.mbl1{width: 58%;}
.admision-form-part form .form-full-2 .form-group.mbl2{width: auto;float: left;padding-left: 15px;}
.div1 {float:left;width:50%;}
.div1.div2{padding-left: 30px;}
.make-paymet-box .row .col-md-7,.make-paymet-box .row .col-md-5{float:left;}
.make-paymet-box .row .col-md-7{width: 58%;}
.make-paymet-box .row .col-md-5{width: 41%;}
.fees-collection .col-lg-3.search1{}
.fees-collection .col-lg-3.search2{}
.fees-collection .col-lg-3.search3{}
.fees-collection .col-lg-3.fees-collection-row{-ms-flex: 0 0 29%;flex: 0 0 29%;max-width: 29%;}
.fees-collection .col-lg-3.search4{-ms-flex: 0 0 12%;flex: 0 0 12%;max-width: 12%;}

.new-admision-form-box.bg-white .student-list-fee-cl table.table th:last-child, .new-admision-form-box.bg-white .student-list-fee-cl table.table td:last-child {width: 100px !important;}

.new-admision-form-box.bg-white .student-list-fee-cl table.table th.th-stud-name, .new-admision-form-box.bg-white  .student-list-fee-cl table.table td.td-stud-name {
    width: 310px !important;
}

.new-admision-form-box.bg-white .student-list-fee-cl table.table th.th-school-name, .new-admision-form-box.bg-white  .student-list-fee-cl table.table td.td-school-name {
    width:280px !important;
}
.new-admision-form-box.bg-white .student-list-fee-cl table.table th.th-photo-no, .new-admision-form-box.bg-white .student-list-fee-cl table.table td.td-photo-no {
    width: 95px !important;
}
/* .fees-collection .tab-content > .tab-pane{padding:0 2%;} */
.address-40{float:left;width:45%;}
.map{float:right;width:52%;/* min-height: 260px; */background: #f7f7f7;text-align:center;padding:25px 0}
#registration-form4 .form-group.full{position: static;}
.new-admision-form-box.bg-white table.table.total-table th{background: #fff !important;}
.parent-details-section .nav-tabs > li a{height: 42px;}



}
@media (min-width:768px) {

.x_content,.full-width{width:100%;}
}
@media (width:1024px) {
.admision-form-detail li { padding: 60px 12px 0; max-width: 97px; font-size: 14px; }
.checkbox-container {padding: 15px 10px 15px 35px;font-size: 19px; margin-right: 5px; line-height: 1; min-width: 110px;}
.top-menu ul li a {padding: 15px 7px; font-size:15px}
.admision-form-detail ul {display:flex}
}

@media (min-width: 1025px){ 
.left-menu.open-menu {width: 20%;}
.main-content-right.open-menu-content-part { width: 80%; }
.left-menu.open-menu .left-menu-name { display: block; }
.admision-form-detail ul {float: none; display:table;}
.admision-form-detail ul li {float: none; display:table-cell;}
table td:last-child{white-space: nowrap;}
#tab_single_invoice .radio-part{width:16%;}
.late-fees .admision-form-part form .form-group .form-group {margin-top: 0;}



}
@media (max-width:991px) { 
.new-admision-form-box .x_content{overflow-y:scroll;padding:0;}
.table > tbody > tr > td,.table > thead > tr > th{text-align:left;}
.table .btn{width:75px;}
.modal .tab-pane{overflow-y:scroll;}
.pink-bt{min-width:135px;margin-top:0;}
.student-list-fee-cl{overflow-y: scroll;}
.student-list-fee-cl .td-school-name img,.student-list-fee-cl .td-photo-no img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.fees-collection .col-lg-3.fees-collection-row{margin-bottom:20px;}
.student-detail-div{margin-top:40px;}
.address-40{float:left;width:100%;}
.map{float:left;width:100%;/* min-height: 260px; */background: #f7f7f7;text-align:center;padding: 25px 0}
.content.invoice{padding:0 15px;}
.invoice-header h1{margin-bottom:15px;}
.new-admision-form-box.bg-white table.table.fees-tbl{margin-bottom:0;}
.content.invoice .pr-0 .table-responsive{border: 0 !important;}
.new-admision-form-box.bg-white table.table.total-table th{background: #fff !important;}
.no-print .pl-0 { padding-left:15px !important;}
.content.invoice .col-xs-12.table{padding:0 15px;}

}

@media (min-width:992px) and (max-width:1100px) {
.student-detail-div .checkbox-container{padding: 15px 10px 15px 30px;min-width: 100px;} 
.student-detail-div .checkmark{left: 8px;}
.student-detail-div .checkbox-container.empty{min-width: 30px !important;}
.new-admision-form-box.bg-white table.table.total-table th{background: #fff !important;}
}


@media (min-width: 768px) and (max-width: 991px) {
.new-admision-form-box .x_content{padding:0;}
#tab_single_invoice .pay-opt .radio-part {width:32%;}
.make-paymet-box .row .col-md-7,.make-paymet-box .row .col-md-5{float:left;}
.make-paymet-box .row .col-md-7{width: 58%;}
.make-paymet-box .row .col-md-5{width: 41%;}
.make-paymet-selection {width: calc(100% - 175px);}
.new-admision-form-box.bg-white .parent-field table.table th:nth-child(2), .new-admision-form-box.bg-white .parent-field table.table td:nth-child(2) {width:130px !important;}
.new-admision-form-box.bg-white .parent-field table.table th:last-child, .new-admision-form-box.bg-white .parent-field table.table td:last-child {width:130px !important;}
.invc-view .radio-part.radio-part-4 {width: 100%;margin: 0;}
.new-admision-form-box.invc-view{padding-left:10px;padding-right:10px;}
.parent-details-section .nav > li > a{padding-left:5px;padding-right:5px;}
.parent-details-section .nav-tabs > li.last-tb a.last-tb2{padding-left: 4px;}
.parent-details-section .nav-tabs > li.last-tb a.last-tb1 {padding-right: 5px;}
.parent-details-div .pink-bt{margin-top:7px;}
}
@media (max-width:550px) {
.nav-tabs > li{width:100%;}
.nav-tabs > li:first-child a, .nav-tabs > li:last-child a{border-radius:0;}
div button.dt-button,div div.dt-button,div a.dt-button{padding: 5px 5px;}
.nav-tabs{width:100%;}
.right-txt{float:left;text-align:left;margin-top: 10px;}
.amount-paid.right-txt input{text-align:left;}
.table-status {width:90%}
}
@media (max-width:767px) {
.parent-details-div .pink-bt{margin-top:7px;}
#tab_single_invoice .pay-opt .radio-part {width: 49%;}
.make-paymet-part {display: inline-block;}
.make-paymet-selection {width:100%}
.make-paymet-ttl {padding-bottom: 10px;padding-right: 10px;}
.student-ttl {font-size: 25px;padding-bottom: 10px;}
.student-data ul li {width: 100%;border-bottom: 1px solid #ebebeb;border-right: 0;padding: 10px 0;}
.student-data ul li:last-child { border: 0; padding-bottom:0px }
.checkbox-container {min-width: auto; width: 100%;margin: 0 0 10px;}
.checkbox-container.empty {height: 35px;}
.new-admission-part {float: left;}
.common-box, .common-box-2, .common-box-3 {float: left;width: 100%;}
.box-ttl {display: inline-block; max-width: calc(100% - 30px);}
.box-dot {margin-left: 0;}
.content-v-center {display: inline-block;}
.graph2-content-part {display: inline-block;width: 100%;}
.graph2-content-text {display: inline-block;width: 100%;}
.graph2-content-price {width: 100%;}
.month-fees-table {width:100%; overflow-x:auto;}
.month-fees-table th.last-th {min-width: 180px;}
.month-selection ul {border-radius: 7px;}
.month-selection ul li {width: 25%;padding: 10px 10px;font-size: 14px;}
.month-selection ul li:nth-child(4n) {border-right:0;}
.box-selection {margin-top: 6px; margin-right: 5px;}
/* .top-menu-part { display: none; } */
.admision-form-part form .form-full-2 .form-group {width: 100%;}
.admision-form-detail li {width: 100%;max-width: 100%;background: #fff;margin-bottom: 25px; padding-bottom:10px;}
.admision-form-detail ul::before {width: 5px; height: 90%; top: 0;left: 50%;transform: translateX(-3px);}
.admision-form-left, .admision-form-right {width:100%}
.resp-tab-content.resp-tab-content-active {border: 1px solid #ebebeb;border-top: 0;padding: 10px;}
.main-content {overflow: hidden;}
.radio-part {width: 49%; margin-right:0;}
.form-next-btn button { min-width: auto;}
.admision-form-detail li { opacity: 0; visibility: hidden;  height: 0; margin: 0; padding: 0; }
.admision-form-detail li.selected { color: #9028df; opacity: 1; visibility: visible; margin-bottom: 0; height: auto; padding: 60px 18px 0 18px; }
.admision-form-menu {display:block;}
.top-menu ul li {width: 100%; border-bottom: 1px solid #e1e1e1;}
.new-admision-form-box{padding:20px 0;}
.main-content-right{padding:12px;}
.table th{padding: 12px 8px !important;border: 1px solid #ddd!important;border-bottom:0!important;}
.dtr-data {display:block;width:100%;}
.invoice-info .invoice-col{padding:0;}
.content.invoice .col-xs-12,.invoice-header{padding:0;}
.mr-b-1,.invoice-info{margin-bottom:15px;}
.invoice-hd{margin:0;}
.main-content-right {width: 86%;}
.new-admision-form-box.bg-white table th.th-sr-no, .new-admision-form-box.bg-white table td.td-sr-no {text-align: left;}
body .modal-dialog .thd-mother-info .th-mother-info, body .modal-dialog .thd-father-info .th-father-info{white-space: nowrap;font-size: 16px;}
.admision-form-part{padding:0 15px;}
#tab_add_feetype .admision-form-part{padding:0;}
.pay-btn button, .form-next-btn button, .form-next-btn span{min-width:110px;}
.bulk-student-row2{width:100%;text-align:left;margin-top:10px;}
.form-group.bulk-student-row{margin-bottom:0;}
.new-admision-form-box.bg-white table.standard-table th.th-sr-no, .new-admision-form-box.bg-white table.standard-table td.td-sr-no{width: auto !important;padding-left: 30px !important;}
.new-admision-form-box.bg-white table.feetype-table th.th-sr-no, .new-admision-form-box.bg-white table.feetype-table td.td-sr-no{width: auto !important;padding-left: 30px !important;}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
top: 13px!important;}
.new-admision-form-box.bg-white table.division-table th.th-sr-no, .new-admision-form-box.bg-white table.division-table td.td-sr-no{width: auto !important;padding-left: 30px !important;}
.new-admision-form-box.bg-white table.table td {vertical-align: top;}
.dt-responsive .dtr-details{width:100%;}
div.dataTables_filter input{width: 16em!important;}
.full-width{width:100%;}
.pay-btn button, .form-next-btn button, .form-next-btn span{padding: 12px 20px;}
body #tab_single_invoice .pay-opt .radio-part {width: 100%;}
body #tab_single_invoice .pay-opt .radio-part label{margin:0;}
.student-detail-div .categories-container{margin:0;}
.new-admision-form-box.bg-white .parent-field table.table th:nth-child(2), .new-admision-form-box.bg-white .parent-field table.table td:nth-child(2) {width:150px !important;}
.new-admision-form-box.bg-white .parent-field table.table th:last-child, .new-admision-form-box.bg-white .parent-field table.table td:last-child {width:150px !important;}
.parent-field {overflow-y:scroll;}
.parent-field .form-control1{width:100px;}
.radio-align .form-group,.radio-align2 .form-group{width:100%;margin-bottom: 0 !important;}
.table-status{overflow-y:scroll;}
.invoice-header h1{margin-bottom:15px;}
.new-admision-form-box.bg-white table.table.fees-tbl{margin-bottom:0;}
.content.invoice .pr-0 .table-responsive{border: 0 !important;}
.new-admision-form-box.bg-white table.table.total-table th{background: #fff !important;}
.no-print .pl-0 { padding-left:15px !important;}
.content.invoice .col-xs-12.table{padding:0 15px;}
.parent-details-section .nav-tabs > li.last-tb{border-radius:0;}
.form-full.form-full-2.space .form-full-ttl{margin-bottom: 10px;margin-top: -25px;}
.top-notification-panel{padding-right: 5px;margin-right: 0;}
.top-notification-panel button.feedback{padding-left:35px;}
}
@media (max-width: 549px){
.form-group.bulk-student-row .bulk-student-row1{width: 100%;padding-right:0;}
.invc-view .radio-part.radio-part-4 {
    width: 100%;
    margin: 0;
}
}
@media (min-width: 550px) and (max-width:767px) {  
.bulk-student-row2{width:37%;}
  
}
@media (min-width: 768px) and (max-width: 1023px) {
.login100-form {width:50%;}
.login100-more {width:50%;height: auto;}
.checkbox-container .small-price {font-size: 14px;}
.checkmark{left:7px;}
.checkbox-container {padding: 15px 10px 10px 25px;font-size: 18px; margin-right:5px; line-height: 1; min-width: 93px;}
.month-selection ul li {padding: 10px 14px;font-size: 13px;}
.month-fees-table th.last-th {min-width: 180px;}
.month-fees-table {width:100%; overflow-x:auto;}
.admision-form-detail {overflow-x: scroll; overflow-y: hidden; padding-bottom: 15px;}
.admision-form-detail ul {width: 1170px; display: flex;}
.main-content {overflow:hidden}
.top-menu ul li {width: 100%; border-bottom: 1px solid #e1e1e1;}
.main-content-right {width: calc(100% - 80px);}
.tab-content > .tab-pane {padding: 0;}
.new-admision-form-box.bg-white table.table th:last-child, .new-admision-form-box.bg-white table.table td:last-child {width: 80px !important;}
body .modal-dialog{max-width: 96%;}
body .modal-dialog #tab_basic_info .table th.th-school-name, body .modal-dialog #tab_basic_info .table td.td-school-name{width:125px;}
body .modal-dialog #tab_basic_info .table th.th-present-add, body .modal-dialog #tab_basic_info .table td.td-present-add{width:150px;}





}
@media (min-width:1024px) and (max-width:1100px) {
body .modal-dialog{max-width: 96%;}
.new-admision-form-box.bg-white table.table th:last-child, .new-admision-form-box.bg-white table.table td:last-child { width: 160px !important;} 
.tab-content > .tab-pane {padding: 0;}
.new-admision-form-box.bg-white table.table.standard-table th.th-action-list, .new-admision-form-box.bg-white table.table.standard-table td.td-action-list {width: 170px !important;}
#tab_single_invoice .pay-opt .radio-part {width: 24%;}



}
@media (min-width: 768px) and (max-width: 991px) {
.top-menu ul li {width: 100%; border-bottom: 1px solid #e1e1e1;}
}
  
@media (min-width: 1200px) and (max-width: 1300px) {
.admision-form-detail li {padding: 60px 14px 0;max-width: 124px;}
.admision-form-detail ul {display:flex}
  
}



/*--- added by Tejas for upload file button --- */
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: #ee008b;border:1px solid #ee008b;display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;padding: 10px 15px;font-size: 1rem;line-height: 1;border-radius: .25rem;transition: all .15s ease-in-out;font-family: 'Mukta', sans-serif;color:#fff;/* min-width: 135px; */margin-top: 16px;
    margin-bottom: 0px;
}
.admision-form-part form label.custom-file-upload {margin-bottom: 0;}



/* .full-select  also added  & finish css added by tejas */ 