/* CSS Document | Print Styles | V1.4
> Copyright (c) 2017 MSBJ.com
> For: salandarhighschool.edu.bd, All rights reserved.

> Author: Mahbub S.B. Jalil (Sazu)
> Freelancer
> B.Sc, CSE
> Bangladesh.
*/

@charset "utf-8";

/* Common CSS */
/* Notice Legend */
fieldset legend.leg-notice {
  font-size: 15px;
  color: red;
}
/* Notice Legend Ends */
/* Common CSS Ends */

/* Help Popups for Pages */
.help-popup-pages .help-popup {
  padding-left: 0px;
  font-size: 15px;
}
/* Help Popup Ends */

/* Pagepath */
#pagepaths {
  font-size: 18px;
  text-align: left;
  margin: 0;
  background-color: #f8f8f8;
  padding: 5px;
}

#pagepaths ol {
  margin-bottom: 0;
  padding-left: 10px;
}

#pagepaths ol li {
  display: inline-block;
  list-style: none;
}

#pagepaths a {
  text-decoration: none;
  padding-left: 3px;
}

#pagepaths .fa-home {
  font-size: 22px;
}

#pagepaths ol li:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 15px;
  padding-left: 5px;
} /* Pagepath Ends */

/* Section Heading for Pages */
.sh-pages {
  background-color: #f8f8f8;
} /* Section Heading Ends */

/* Page Posts Starts */
/* Post Category */
.post-category {
  font-size: 18px;
}

.post-category span {
  font-size: 18px;
  margin-bottom: 15px;
} /* Post Category*/

/* Common Iteam Filter & Override */
.iteam-filter .well {
  padding: 3px 19px;
  font-size: 18px;
  margin-bottom: 15px;
}

.iteam-filter .form-group label {
  font-weight: 400;
}

.iteam-filter .form-inline {
  margin-top: 4px;
  margin-bottom: -3px;
}

.iteam-filter .form-control {
  height: 29px;
  padding: 0 12px;
  margin-left: 5px;
  font-size: 17px;
  margin-top: -2px;
}

.iteam-filter .btn {
  padding: 2px 12px;
  font-size: 16px;
  margin: -3px 0 0 5px;
}
/* for page style*/
.bs-callout-color-left {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #1b809e;
}
.bs-callout-color-right {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #eee;
  border-right-width: 5px;
  border-radius: 3px;
  border-right-color: #1b809e;
}

/* Filter Viewport & Override */
@media (max-width: 991px) {
  .iteam-filter .well {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .iteam-filter .well {
    height: 44px;
  }

  .iteam-filter .form-control {
    width: 25%;
    display: inline;
  }

  .iteam-filter .btn {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 450px) {
  .iteam-filter .well {
    padding: 3px 8px;
    font-size: 16px;
    height: 40px;
  }

  .iteam-filter .form-control {
    width: 37%;
  }

  .iteam-filter .btn {
    margin-top: -2px;
  }
} /* Viewport & Override */
/* Filter & Override Ends */

/* Common Blank Iteam Warning */
#blank-warning {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
} /* Blank Iteam Warning */

/* Post Title */
.post-title {
  margin: 10px 0 12px 0;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
}

.post-title::after {
  content: "";
  border: 1px solid #dc005a;
  display: inline-block;
  width: 35%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.post-title a {
  text-decoration: none;
} /* Post Title */

/* Post Description */
.post-description {
  font-size: 17px;
  text-align: justify;
}

/* Post Status */
.post-status {
  font-size: 16px;
}

.post-status span a {
  color: #fff;
  text-decoration: none;
}

.post-status span a:hover {
  color: #8838fb;
}

.post-status i {
  padding-right: 5px;
  color: #000;
} /* Post Status */
/* Page Posts Ends */

/* News Gallery */
.news-gallery-main .section-heading h3 span::before {
  content: "\f1ea";
} /* News Gallery Ends*/

/* Events Gallery */
.events-gallery-main .section-heading h3 span::before {
  content: "\f073";
}

.events-gallery-main .nav-tabs {
  font-size: 19px;
}

.events-gal-items {
  background-color: #f8f8f8;
  width: 49%;
  margin: 3px;
}

/* Events Gallery Viewport */
@media (min-width: 992px) and (max-width: 1199px) {
  .events-gal-items {
    width: 49%;
    margin: 1px;
  }
}

@media (max-width: 767px) {
  .events-gal-items {
    width: auto;
    margin: 4px;
    padding: 1px;
  }
} /* Viewport */
/* Events Gallery */

/* Common Gallery List Iteams */
.gallery-list-iteams {
  padding: 5px;
}

/* BS Pannel Override */
.gallery-list-iteams .panel-title {
  font-size: 19px;
}

.gallery-list-iteams .panel-title:before {
  content: "\f08d";
  font-family: "FontAwesome";
  font-size: 17px;
  padding-right: 10px;
  color: #000;
}

.gallery-list-iteams .panel a {
  text-decoration: none;
} /* Override */

.gallery-list-iteams .list-group-item:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 17px;
  padding-right: 10px;
  color: red;
}

.gallery-list-iteams .list-group-item:hover:before {
  color: black;
} /* Common Gallery List Iteams Ends */

/* Common Gallery & Thumbnail */
.image-set {
  text-align: center;
}

.common-gallery-img-thumb {
  width: 211px;
  border-radius: 5px;
}

/* CG & T Viewport */
@media (max-width: 712px) {
  .common-gallery-img-thumb {
    width: 125px;
  }
} /* Viewport */
/* Common Gallery & Thumbnail Ends */

/* Teacher Profile Details */
.t-bio-image {
  text-align: center;
}

.t-bio-image img {
  border-radius: 50%;
}

.t-footer-icons {
  text-align: center;
  font-size: 20px;
  padding-top: 6px;
}

.t-footer-icons .fa {
  padding-left: 7px;
}

.t-footer-icons a:hover {
  color: red;
}

/* Photo Gallery List */
.photo-gallery-list {
  height: auto;
  margin-top: 15px;
  font-size: 17px;
}

.photo-gallery-list .section-heading h3 span:before {
  content: "\f0c9";
}

/* Photo Gallery: Campus */
.gallery-campus .section-heading h3 span::before {
  content: "\f03e";
} /* Photo Gallery: Campus Ends */

/* Quotes Gallery */
.quotes-gallery-list {
  height: auto;
  margin-top: 15px;
  font-size: 17px;
}

.quotes-gallery-list .section-heading h3 span::before {
  content: "\f086";
}

/* BS Overrride & QG Viewport */
@media (max-width: 350px) {
  .quotes-gallery-list {
    font-size: 16px;
  }
  .quotes-gallery-list .panel-title {
    font-size: 17px;
  }
} /* Overrride & Viewport */
/* Quotes Gallery Ends*/

/* Staff Gallery List */
.staff-gallery-list {
  height: auto;
  margin-top: 15px;
  font-size: 17px;
}

.staff-gallery-list .section-heading h3 span:before {
  content: "\f0c0";
}
/* Staff Gallery List */

/* Result Databse Search */
.result-db-srch .section-heading h3 span:before {
  content: "\f002";
}

.result-db-srch-heading {
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}

/* RDS Viewport */
@media (max-width: 400px) {
  .result-db-srch-heading {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #btn-search {
    margin-top: 10px;
  }
} /* Viewport */

/* BS Form Override */
.result-db-srch[role="form"] {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.3em;
}

.result-db-srch[role="form"] h3 {
  margin-left: 6.7em;
  margin-bottom: 1em;
}

.result-db-srch .help-block {
  font-size: 16px;
} /* Override */

/* Result Notice */
.result-notice {
  margin: 0 auto;
  float: none;
}

.result-notice .panel-title {
  font-size: 19px;
  font-weight: bold;
  color: #ff0202;
}

.rn-dmy {
  text-align: right;
  font-size: 14px;
  text-decoration: underline;
}

.result-notice blockquote {
  font-size: 18px;
}
/* RDb Search Ends */

/* Result DB > Academic Transcript */
.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 */

/* Online Admission Form */
/*OA Form Grad BG*/
#oaf-grad-bg {
  background-color: #f2f1f1;
  background-image: linear-gradient(#f2f1f1, white);
}

/* Step Wizard Start */
.wizard {
  margin: 20px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
  position: relative;
}

.wizard .connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.wizard span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

.wizard span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  .wizard span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
/* Step Wizard Ends */

.oaf-ot-iteam {
  margin-top: 5px;
}

.oaf-area label {
  font-size: 13px;
}

.oaf-ccas-cb label {
  padding-right: 10px;
}

.oaf-subsec-heading {
  padding: 5px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}

.form-in-num input {
  padding-right: 30px;
}

.oaf-payment-help {
  font-size: 18px;
  text-align: justify;
}

.oaf-payment-help .panel-heading {
  font-weight: bold;
}

.oaf-legend {
  background-color: #def222;
  padding: 5px 10px;
  border-radius: 20px;
}

/* Required field (for Input) Start */
.required-field-block {
  position: relative;
}

.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}

.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 2.4em 0em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
  color: #b80000;
  font-size: 20px;
  margin: -3px 0 0 12px;
  font-weight: bold;
  cursor: pointer;
} /* Required field (for Input) End */

/* Required field (for Select) Start */
.required-field-block .required-icon-dl {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}

.required-field-block .required-icon-dl {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0.1em 3em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.required-field-block .required-icon-dl:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.required-field-block .required-icon-dl .text {
  color: #b80000;
  font-size: 20px;
  margin: -3px 0 0 12px;
  font-weight: bold;
  cursor: pointer;
} /* Required field (for Select) End */

/* Required field (for Select 2) Start */
.required-field-block .required-icon-dl2 {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}

.required-field-block .required-icon-dl2 {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 2.4em 1.6em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.required-field-block .required-icon-dl2:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.required-field-block .required-icon-dl2 .text {
  color: #b80000;
  font-size: 20px;
  margin: -3px 0 0 12px;
  font-weight: bold;
  cursor: pointer;
} /* Required field (for Select 2) End */

/* Required field (for Date Calender) Start */
.required-field-block .required-icon-datecal {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}

.required-field-block .required-icon-datecal {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em 3.6em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.required-field-block .required-icon-datecal:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.required-field-block .required-icon-datecal .text {
  color: #b80000;
  font-size: 20px;
  margin: -3px 0 0 12px;
  font-weight: bold;
  cursor: pointer;
} /* Required field (for Date Calender) End */

/* OA Legend/Fieldset */
.oaf-area fieldset {
  display: block;
  margin: 20px 1%;
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
  width: 98%;
  border-radius: 20px;
}

.oaf-area fieldset:last-of-type {
  margin-bottom: 0px;
}

.oaf-area legend {
  display: table;
  min-width: 0px;
  position: relative;
  margin: auto;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border: none;
  margin-left: 20px;
}

.oaf-prsnl-info legend {
  max-width: 19em;
} /* OA Legend/Fieldset Ends */

/* Image Upload */
.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.image-preview-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-preview-input-title {
  margin-left: 2px;
} /* Image Upload Ends */

/*School bKash No */
.rocket-info {
  color: blue;
}

.rocket-info fieldset {
  box-shadow: 1px 3px 3px red;
}

.rocket-info-bellow {
  font-size: 15px;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 0.6em;
}

.payment-warning {
  font-size: 19px;
  font-weight: bold;
  color: red;
  text-align: justify;
  margin-top: 20px;
  font-family: SolaimanLipi;
}
/*School bKash No */

.payment-notice {
  margin-bottom: 20px;
}

.payment-notice fieldset {
  border: 1px solid #888888;
  box-shadow: 1px 2px 2px;
}

.payment-notice legend {
  font-size: 18px;
  color: red;
}

.payment-notice li {
  font-size: 17px;
  font-weight: bold;
  text-align: justify;
  padding-right: 10px;
}

.congratz-msg {
  font-size: 16px;
  color: green;
  font-weight: bold;
}

.rocket-logo img {
  border-radius: 20px;
  width: 13em;
  height: 7em;
  float: right;
  margin-right: 20px;
  margin-top: 1em;
  box-shadow: 3px 3px 3px #888888;
}

.frm-flup-notice {
  padding-top: 0;
}

.frm-flup-notice-bn {
  font-family: SolaimanLipi;
  font-size: 18px;
  margin-right: 10px;
  text-align: justify;
}

.oaf-oath-text {
  margin-bottom: 20px;
}

.oaf-oath-text label {
  font-family: SolaimanLipi;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
}

/* Previous Result Style */
.prv-rslt {
  display: inline;
}

.prv-rslt .prv-rslt-btn {
  display: inline-block;
  float: right;
}

.prv-rslt .prv-rslt-sub-list {
  display: inline-block;
  float: right;
  margin-right: 1.5em;
}
/* Online Admission Ends */

/* Online Admission Payment Starts */
.oaf-payment-alert .alert {
  font-family: SolaimanLipi;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.oaf-payment-quote {
  font-size: 25px;
}
/* Online Admission Payment Ends */

/* 404 Error */
.error-template {
  padding: 40px 15px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
} /* 404 */
