/* CSS Document | Page Styles
> Copyright (c) 2017 MSBJ.com All rights reserved
> For: IMS.

> Author: Mahbub S.B. Jalil (Sazu)
> Freelancer, Computer Engineer
> B.Sc, CSE
> Bangladesh.
*/

@charset "utf-8";

/* Font Including */
@font-face {
    font-family: "SolaimanLipi";
    src: url('../../fonts/SolaimanLipi.ttf') format('truetype');
}

/* Common CSS */
/* Common Font */
.font-bn {
    font-family: SolaimanLipi; 
}

/* Common BG */
.bg-gray {
    background-color: #f9f9f9;
}
/* Common BG Ends */

/* Common Legend/Fieldset */
.row fieldset {
  display: block;
  margin: 20px 0 30px 0;
  padding: 15px 0;
  border: 1px solid #9d9d9d;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
}

.row fieldset:last-of-type {
  margin-bottom: 0px;
}

.row legend {
  display: table; 
  min-width: 0px;
  position: relative;
  margin: auto;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border: none;
  margin-left: 20px;
} /* Common Legend/Fieldset Ends */

/* Common Quick Filters BS Table Override */
.quick_filter .table {
  margin-bottom: 5px;
}
/* Common CSS Ends */


/* Tabulation Sheet */
/* Search Bar */
.ts-srch-bar .input-group .form-control {
    width: 78%
}

.ts-png .pagination {
    margin: 0;
}

.ts-row-counter {
    padding-top: 6px;
    left: 10px;
}

.ts-header-table {
	text-align: center;
}

.ts-logo {
    width: 90px;
	margin-right: 7%;
	height: 75px;
}

.mark-interval {
	width: 100px;
	margin-left: 10%;

}

.ts-header-table p {
    margin: 0;
    font-weight: bold;
}

.ts-schoolinfo {
    display: inline-block;
    vertical-align: middle;
}

.ts-sc-name {
	font-size: 17px;
    letter-spacing: 4px;
}

.ts-address {
    font-size: 11px;
}

.ts-title {
    font-size: 14px;
    padding-top: 4px;
    letter-spacing: 5px;
    text-decoration: underline;
}

.ts-htsig {
    text-align: center;
    float: right;
}

.ts-htsig p {
    margin: 0;
}

.ts-htsig img {
    width: 100px;
    height: 40px;
    margin: 0 auto 0 60px;
}

/* Table Override */
.ts-print-area .table {
    margin-bottom: 0;
}

.ts-print-area .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
    border: none;
    font-size: 12px;
    margin-bottom: 0;
}

.ts-header-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 0;
}

.tabulation-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid;
}

.ts-htsig-table .ts-htsig-row td {
    vertical-align: baseline;
}


.ts-dnd {
    float: right;
}

.ts-copyright {
    float: left;
}

.text-left {
    text-align: left !important;
}

.text-cap {
    text-transform: uppercase;
}
/* Tabulation Sheet Ends */


/* Online Admission */
/* Online Admission Request List */
.oalist-stu-pic {
    position: relative;
    width: 50px;
    height: 60px;
}

/* Online Admission Request View */
.oaf-stu-pic {
    position: relative;
    width: 88px;
    height: 114px;
}

.oaf-seal {
    position: absolute;
    top: 60px;
    left: -35px;
    width: 60px;
}

.stu-pp-pic img {
    width: 100%;
    height: 100%
}

.oaf-logo {
    width: 75px;
    height: 62px;
    margin-right: 20px;
}

.oaf-sc-name {
    font-size: 20px;
    letter-spacing: 1px;
}

.oaf-address {
    font-size: 12px;
}

.oaf-title {
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: underline;
}

.oaf-print-area .table {
    margin-bottom: 5px;
}

.oaf-pay-table .table td {
    vertical-align: middle;
}

.oaf-bn-name {
    font-family: 'SolaimanLipi', Open Sans, Sans-Serif;
}

.oaf-last-update {
    vertical-align: middle !important;
    line-height: 2.5em;
    margin: 0 5px;
    text-align: right;
    font-weight: bold;
    float: right;
}

.oaf-footnote {
    display: inline-block;
    line-height: 2.5em;
    margin-left: 2em;
}

.oaf-last-update i {
    font-size: 17px;
    color: green;
}

.oaps-paid-sign {
    transform: rotate(-30deg);
    overflow: hidden;
    display: inline-block;
    margin: 100px 0;
    color: gray;
    font-size: 40px;
    letter-spacing: 5px;
}

/* OA Settings */
.oaf-prsnl-info legend {
  max-width: auto;
  width: auto;
}

.am-settings-block {
  margin-bottom: 15px;
} /* OA Settings Ends */

/* Admission On/Off Button Start */
.admision-on-off {
    position: relative;
    width: 104px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.admision-on-off-checkbox {
    display: none;
}
.admision-on-off-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
}
.admision-on-off-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.admision-on-off-inner:before, .admision-on-off-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.admision-on-off-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #2FCCFF;
    color: #FFFFFF;
}
.admision-on-off-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.admision-on-off-switch {
    display: block;
    width: 18px;
    margin: 5px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 75px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; 
}
.admision-on-off-checkbox:checked + .admision-on-off-label .admision-on-off-inner {
    margin-left: 0;
}
.admision-on-off-checkbox:checked + .admision-on-off-label .admision-on-off-switch {
    right: 0px; 
} /* Admission On/Off Button Ends */


/* Admission Form*/
.af-panel .panel-body {
    padding: 5px;
}

.oaf-stu-pic-sec {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
/* Admission Form Ends*/
/* Online Admission Ends */


/* Filter Pages Start */
.row.filter-row select {
    margin-bottom: 15px;
}
/* Filter Pages */

/* Financial Info */
.fin-top {
    font-weight: bold;
    text-align: center;
}

.fin-top span {
    display: inline-block;
    padding-right: 4px;
}

div .fn-pli-astxt {
    font-size: 11px !important;
}
/* Financial Info Ends */


/* Admit Card */
.ac-sc-name {
    font-size: 25px;
    letter-spacing: 3px;
    font-family: Arial;
}

.ac-address {
    font-size: 13px;
    font-family: Arial;
}

.ac-title {
    font-size: 18px;
    letter-spacing: 3px;
    text-decoration: underline;
    padding-top: 5px;
    font-family: Arial;
}

.ac-stu-pic {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: 20px;
}

.stu-pic {
    position: relative;
    top: 24px;
    left: 9px;
    width: 90px;
}

.sc-seal {
    position: absolute;
    top: 6.5em; /*top: 20px;*/
    left: -20px;
    width: 60px;
}

.ac-stu-info span {
    display: inline-block;
    padding-right: 4px;
}

.ac-stu-info p {
    margin-bottom: 3px;
}

.ac-stu-info-child {
    display: inline;
    padding-right: 4em;
}

.exam-date {
    color: green !important;
}

.exam-rules ul {
    padding-left: 15px;
    font-family: "SolaimanLipi";
    font-size: 14px;
    text-align: justify;
}

p.er-font {
    font-family: "SolaimanLipi";
    font-size: 15px;
    margin-bottom: 1px;
}

.exam-rules dl {
    margin-bottom: 0;
}

hr.ac-marks-hr {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 8em;
    border: 1px solid;
}

.ac-submarks {
    padding-left: 10.7em;
}

.ac-submarks span p {
    margin: 0;
}
/* Admit Card Ends */

/* Student Panel Settings */
.sp-setting-nb {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: red;
    text-decoration: underline;
}
/* Student Panel Settings Ends */


/* SMS Profile Update */
.prv-rslt {
    display: inline;
}

.prv-rslt .prv-rslt-sub-list {
    display: inline-block;
    float: right;
    margin-right: 7px;
}

.prv-rslt .prv-rslt-btn {
    display: inline-block;
    float: right;
}
/* SMS Profile Update Ends */

/* Financial Management Start */
.fm-pay-item-list-grp .list-group-item {
    padding: 0 15px;
}
/* Financial Management Ends */




/* Result DB > Academic Transcript copied from root */
.at-print {
  font-size: 18px;
  text-align: left;
  background-color: #f8f8f8;
  padding: 5px 20px;
  margin-bottom: 8px;
}

.at-print a {
  text-decoration: none;
}

.at-print i {
  font-size: 22px;
  color: #0003ff;
}

.at-print-btn {
  margin-right: 5px;
}

.at-print-btn i {
    margin-right: 5px;
}

.at-qsrch {
    margin-left: 5px;
}

/* AT Print Viewport */
  @media (max-width: 767px) {
    .at-print {
      margin-top: 8px;
    }
  }

  @media (max-width: 360px) {
    .at-print {
      text-align: center;
    }
  } /* Viewport */

    
.at-print-area, .at-htsig {
  /* width: 638px; */
  margin: 0 auto;
  float: none;
}

.at-popup label {
  font-size: 14px;
}

.at-popup .result-db-srch-heading {
  font-size: 16px;
}

.at-popup .help-block {
  font-size: 16px;
}

/* BS Table Override */
.at-print-area .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {  
  vertical-align: middle;
}

.at-banner-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: none;
}

@media screen {
  .ac-info-table .table-bordered {
    border: none;
  }

  .ac-info-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: none;
  }

  .stu-ot-ac-info .table-bordered {
    border: none;
  }

  .stu-ot-ac-info .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: none;
  }
} /* media screeen */

.footer-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: none;
}  /* Override */


  /* HR Override */
.at-print-area hr {
    margin-top: 10px;
    margin-bottom: 10px;
}  /* Override */

/* print */
.academic-transcript {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 2px;
}

.at-th {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 8px;
  margin-bottom: 0;
}

.stu-select-class {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .stu-select-class {
      padding-top: 5px;
    }
  } /* Viewport */


.at-banner-table {
  text-align: center;
}

.at-banner-table img {  
  width: 90px;
  margin-right: 6px;
  height: 75px;
}

.at-banner-table p {
  margin: 0;
  font-weight: bold;
}

.at-schoolinfo {
    display: inline-block;
    vertical-align: middle;
}

.at-sc-name {
    font-size: 28px;
    letter-spacing: 2px;
}

.at-address {
    font-size: 14px;
}


.at-website {
    font-size: 12px;
}

.grade-point {
  margin-bottom: 2px;
}

.at-txtc {
  text-align: center;
}

.at-txtb {
  font-weight: bold;
}

#at-txtvac {
  vertical-align: middle;
}

.at-gray {
  background-color: #f9f9f9;
}

.shs-gray:nth-child(odd) {
  background-color: white;
}

.grade-point-table .combine-bg:nth-child(5), .grade-point-table .combine-bg:nth-child(6) {
  background-color: #f9f9f9;
}

.at-red {
  color: red;
}

.at-green {
  color: green;
}

.stsig-dt {
  font-size: 11px;
}

.at-copyright {
    font-size: 10px;
}

.dnd {
  font-size: 11px;
}

.at-htsig {
  width: 100px;
  height: 45px;
  margin-left: 40%;
}

/* print */
.at-print-area table {
  font-size: 13px;
}

.at-print-area .table {
  margin-bottom: 0;
}

/* print */
.at-print-area .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 2px 5px 2px 5px;
}

.ac-info-table .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  border: 1px solid;
}

.at-gp-table .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  border: 1px solid black;
}

.stu-ot-ac-info .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  border: 1px solid #ededed;
}
/* RDbAT Ends */

/* Number Fard */
.NFMarkBox {
  border: 1px solid black;
  padding: 3px 2em;
  margin-left: 5px;
}
/* Number Fard Ends */

/* AMS Manage Validation */
.amsvaltitle {
    margin-top: 1em;
    background-color: #def222;
    padding: 5px 10px;
    border-radius: 20px;
    display: block;
}

.amsvalinputf {
    padding: 0.5em 0em 0.7em 0em;
}
/* AMS Manage Validation Ends */

/* Portal Mapping */
.custom-list-iteams .list-group-item:hover:before {
  color: black;
}

.custom-list-iteams .panel-title:before {
  content: "\f08d";
  font-family: 'FontAwesome';
  font-size: 17px;
  padding-right: 10px;
  color: #000;
}  

.custom-list-iteams .list-group-item:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 17px;
  padding-right: 10px;
  color: red;
}

.custom-list-iteams .panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fe0303;
  } /* Up/Down Arrow */

.custom-list-iteams .panel-heading [data-toggle="collapse"]:after {
  font-family: 'fontawesome';
  content: "\f054"; /* "play" icon */
  float: right;
  color: #3e03fe;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  }
/* Portal Mapping Ends */

/* Section Image Show */
.section-container-image-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px; /* Box width */
    padding: 10px;
    border-radius: 8px;
}
.section_image_preview {
    width: 200px;
    height: auto;
    border-radius: 6px;
}
.label-badge {
  font-size: 11px;
  padding: 2px 6px;
  border: 1px solid #ddd;
  margin-left: 2px;
  background: #0df3aa;
  border-radius: 15px;
  font-weight: bold;
}

.font-bn { font-family: "Noto Sans Bengali", "SolaimanLipi", "Hind Siliguri", sans-serif; }
.lang-badge { font-size: 11px; padding: 2px 6px; border: 1px solid #ddd; border-radius: 3px; margin-left: 6px;}