@charset "utf-8";

.bodybase {
  background-color: #fbfcfc;
}

.bodybaseadmin {
  background-color: pink;
}

.bodyevaluate {
  background-color: darkcyan;
}

.booth {
  width: 400px;
  background-color: #ccc;
  border: 10px solid #ddd;
  margin: 0 auto;
}

/* .container-fluid, .container {
  min-height: 100%;
} */

footer {
  background-color: #9db56c !important;
  color: #212f3d;
  /* padding: 5px 20px; */
  height: 40px;
  font-weight: 600;
  border-top: 2px solid #d0d3d4;
  /* margin-top: 5% !important; */
  position: relative;
  bottom: 0pt !important;
  left: 0pt !important;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

footer span.badge {
  background: #212f3d;
  color: #9db56c;
  border-radius: 0px !important;
}

.footer-separator {
  margin-left: 10px;
  margin-right: 10px;
}

.mandateTxt {
  color: red !important;
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.btn-disable {
  background-color: #eb984e !important;
  border-color: #eb984e;
  color: #fff !important;
}

/* CSS FOR FULL PAGE LOADER */

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(000, 000, 000, 0.8);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  /* width:40px;height:40px; */
  width: 60px;
  height: 60px;
  border-style: solid;
  /* border-color:black; */
  border-top: 16px solid #184db0;
  border-right: 16px solid #fcb223;
  border-bottom: 16px solid #d5341f;
  border-left: 16px solid #377e11;
  /* border-top-color:transparent; */
  border-width: 25px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

/* ./END OF CSS FOR FULL PAGE LOADER */

.success-status {
  color: #009f1a !important;
}

.captchaRefreshBtn {
  height: auto;
  padding: 9px 2px;
  background: none;
  border: none;
}

.captchaRefreshBtn>button {
  color: #45b39d;
  border: none;
  background-color: none !important;
}

.captchaImageDiv {
  height: calc(3.5rem + 2px);
  padding: 9px;
  background: #f5f5f5;
  border: 2px solid #f7ae47;
}

.captchaImage {
  height: 95%;
  width: 100%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.disabled {
  background: #bdc3c7 !important;
}

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.info_text {
  font-size: 15px !important;
  color: #6c757d !important;
}

.error {
  color: red;
  margin-bottom: 10px;
}

.panel-shadow-with-whitebg {
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  background-color: #fff !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  /* box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important; */
}

.card-no-border {
  border: none !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

/* padding and margin classes */
.mb-3 {
  margin-bottom: 3%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-5 {
  margin-top: 5%;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

.ml-10p {
  margin-left: 10px !important;
}

.ml-20p {
  margin-left: 20px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-10p {
  margin-right: 10px !important;
}

.mt-10p {
  margin-top: 10px !important;
}

.mt-20p {
  margin-top: 20px !important;
}

.mt-30p {
  margin-top: 30px;
}

.mb-0p {
  margin-bottom: 0px;
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-30p {
  margin-bottom: 30px;
}

.p-5p {
  padding: 5px;
}

.p-20p {
  padding: 20px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ptb-5p {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb-7p {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.ptb-8p {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ptb-10p {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr-20p {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ptb5lr10 {
  padding: 5px 10px !important;
}

/* custom checkbox size css */
.checkbox-lg {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  padding: 10px;
}

/* ./end of custom checkbox size css */

/* button color css */
.btn-blue {
  background-color: #2980b9 !important;
  color: #fff !important;
}

.btn-blue:hover,
.btn-blue:active {
  background-color: #154360 !important;
  color: #fff !important;
  border: 1px solid #5499c7;
}

.btn-aquagreen {
  background-color: #17a589 !important;
  color: #fff !important;
}

.btn-aquagreen:hover,
.btn-aquagreen:active {
  background-color: #117864 !important;
  color: #fff !important;
  border: 1px solid #1abc9c;
}

.btn-orange {
  background-color: #ff6528 !important;
  color: #fff !important;
}

.btn-darkblue {
  background-color: #2471a3 !important;
  color: #fff !important;
}

.btn-darkblue:hover,
.btn-darkblue:active {
  background-color: #a9cce3 !important;
  color: #1a5276 !important;
  border: 1px solid #1a5276;
}

.btn-purple {
  background-color: #a569bd !important;
  color: #fff !important;
}

.btn-purple:hover,
.btn-purple:active {
  background-color: #884ea0 !important;
  color: #fff !important;
  border: 1px solid #884ea0;
}

.btn-yellow {
  background-color: #d4ac0d;
  color: #fff !important;
}

.btn-yellow:hover,
.btn-yellow:active {
  background-color: #b7950b !important;
  color: #fff !important;
  border: 1px solid #b7950b;
}

/* color txt codes css */
.orange-text {
  color: #ff6528 !important;
}

.blue-text {
  color: #2980b9 !important;
}

.green-text {
  color: #138d75 !important;
}

.dark-green-text {
  color: #196f3d !important;
}

.white-text {
  color: #fff !important;
}

.light-grey-text {
  color: #d0d3d4 !important;
}

.light-grey-text1 {
  color: #f4f6f7 !important;
}

.dark-grey-text {
  color: #34495e !important;
}

.aquagreen-text {
  color: #45b39d !important;
}

.purple-text {
  color: #a569bd !important;
}

.yellow-text {
  color: #d4ac0d !important;
}

.darkyellow-text {
  color: #7d6608 !important;
}

.red-text {
  color: #cb4335 !important;
}

.dark-red-text {
  color: #943126 !important;
}

.bg-white {
  background: #fff;
}

.bg-lightgrey {
  background: #f5f5f5 !important;
}

.bg-lightgrey1 {
  background-color: #f4f6f7 !important;
}

.bg-orange {
  background: #ff6528 !important;
}

.bg-blue {
  background: #2980b9 !important;
}

.bg-lightblue {
  background: #a9cce3 !important;
}

.bg-aquagreen {
  background: #45b39d !important;
}

.bg-yellow {
  background: #f8c471 !important;
}

.bg-lightgreen {
  background: #9db56c !important;
}

.bg-red {
  background-color: #f1948a !important;
}

/* font css */
.font20 {
  font-size: 20px !important;
}

.font15 {
  font-size: 15px !important;
}

.fixed-top {
  position: relative;
  border-bottom: 4px solid #9db56c !important;
}

.separator-line {
  border: 1px solid #ccc;
  margin: 10px 0px;
}

.separator-line-dotted {
  border: 1px dotted #ccc;
  margin: 10px 0px;
}

.separator-line-dashed {
  border: 1px dashed #d0d3d4;
  margin: 10px 0px;
}

.header-nav-link {
  color: #ff6528;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-link-active {
  color: #ff6528 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-link-active:hover {
  color: #ff6528 !important;
}

.header-nav-item:first-child {
  border-left: 2px solid #f5f5f5;
}

.header-nav-item {
  padding: 0px 10px;
  border-right: 2px solid #f5f5f5;
}

/* header menu navigation css */
li.dropdown {
  border: 2px solid #ff6528;
  background: #ff6528;
}

.dropdown-menu {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate3d(0px, 50px, 0px);
}

.dropdown-item {
  font-size: 0.9rem !important;
}

.dropdown-item:hover {
  background-color: #ff6528;
  color: #fff !important;
}

.text-small {
  font-size: 13px !important;
}

/* CSS FOR TAB CONTENTS */
.nav-tabs .nav-link {
  border-radius: 0px;
}

.tab-nav-link {
  color: #ff6528;
}

.tab-nav-link:hover {
  color: #2980b9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #2980b9 !important;
  border-color: #2980b9 !important;
}

.tab-content {
  border: 1px solid #dee2e6;
}

.tab-content-list {
  padding: 0px 10px 20px 10px;
}

.tab-content-notice {
  background-color: #f9e79f !important;
  width: 100%;
  margin-left: 0px;
}

.tab-content-notice p {
  margin-bottom: 0px;
  padding: 5px;
  font-size: 13px;
}

.checkbox-md {
  height: 18px !important;
  width: 20px !important;
}

.custom-check-label {
  margin-left: 5px !important;
}

.divide-hr {
  border: none;
  width: 100%;
  height: 50px;
  margin-top: 0;
  border-bottom: 3px solid #d5d5d5;
  /* box-shadow: 0 5px 5px -5px #000; */
  margin: -50px auto 20px;
}

.custom-hr {
  border: none;
  width: 100%;
  border-bottom: 3px solid #d5d5d5;
}

/* ./END OF TAB CONTENT */

.rowNoti {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.divNoti {
  display: none;
}

.btn-refresh {
  background: #17a589;
  color: #fff;
  border: 1px solid #0e6251;
}

.btn-refresh:hover,
btn-refresh:active {
  background: #117a65;
  color: #fff;
  border: 1px solid #a2d9ce;
}

.btn-delete {
  background: #ec7063;
  color: #fff;
  border: 1px solid #943126;
}

.btn-delete:hover,
.btn-delete:active {
  background: #943126;
  color: #fff;
  border: 1px solid #ec7063;
}

.highlight-notice-text {
  color: #2980b9;
  font-weight: bold;
}

.align-center {
  text-align: center !important;
}

.badge-active {
  background-color: #27ae60;
  color: #fff;
  padding: 0.5em 1.5em !important;
}

.badge-deactive {
  background-color: #e74c3c;
  color: #fff;
  padding: 0.5em 1em !important;
}

.badge-expired {
  background-color: #85929e;
  color: #fff;
  padding: 0.5em 1em !important;
}

.badge-info {
  background-color: #2980b9;
  color: #fff;
  padding: 0.5em 1em !important;
}

.badge-yellow {
  background-color: #b7950b;
  color: #fff;
  padding: 0.5em 1em !important;
}

.thumbnail_image {
  height: 150px;
  width: 150px;
  /* border: 3px solid #ccc; */
  padding: 2px;
  /* background-color: lightcoral; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.thumbnail_image img {
  height: 100%;
  width: 100%;
}

.blue_checkbox {
  width: 25px;
  height: 25px;
  accent-color: #428bca;
}

.checkbox_lbl {
  vertical-align: bottom;
  font-weight: normal;
}

.blue_radiobtn {
  width: 1.5em;
  height: 1.5em;
  accent-color: #428bca;
}


.radiobtn_lbl {
  vertical-align: bottom;
  font-weight: 550;
}
