p,
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #929292;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #fafafa;
}

span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
html{
  background: #121212;
}


th,td {
  font-size: 14px;
  font-weight: 400;
}

.section-title {
  padding: 25px 10px ;
}
.box-body{
  padding: 0px 10px ;
}
.box-body .sub-title{
  font-size: 20px;
  display: flex;
}
.box-body .sub-content{
  padding: 0px 10px ;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.dropdown-toggle {
  display: none;
}

.toggle-caret{
  float: right;
}
h1.title {
    color:#929292;
    font-weight: 700;
}
h1.dashboard-title{
    text-align: left;
    margin-bottom: 20px;
}
.dashboard{
  margin-bottom: 40px;
}
.page-title {
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 30px;
}

.page-title h1 {
    padding-bottom: 20px;
}

#admin-sidebar {
  text-align: center;
  /* height: 100vh; */
  min-width: 250px;
  max-width: 250px;
  background: #121212;
  color: #fff;
  transition: all 0.3s;
  position: static;
}
#admin-sidebar h6 hr{
  margin: 0.5rem 2rem;
  border: #909090;
  border-top: 1px solid #909090;
}
#admin-sidebar .admin-sidebar-header{
  margin-top: 48px;
}
#admin-sidebar .admin-sidebar-header img{
  width: 84%;
  margin-bottom: 24px;
}
#admin-sidebar.active{
  margin-left: -250px;
}
#admin-sidebarCollapse{
  background-color: transparent;
  border-color: transparent;
}
#admin-sidebar ul.components {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
#admin-sidebar .header{
  font-weight: 600;
  font-size: 1em;
  pointer-events:none;
}
#admin-sidebar ul p{
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
  margin-top: 12px;
  letter-spacing: 0.1em;
}
#admin-sidebar ul li a {
  color: #fff;
  text-decoration: none;
  padding: 12px 12px;
  /* font-size: 1.1em; */
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 20px;
  position: relative;
}
#admin-sidebar ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ec9377;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#admin-sidebar ul li a:hover:after {
  width: 70%;
  left: 15%;
}
#admin-sidebar ul li.active span {
    font-size: 16px;
    font-weight: 500;
}
#admin-sidebar ul li.active>a,
a[aria-expanded="true"]{
  color: #fff;
  background: #121212;
  text-decoration: none;
}
#admin-sidebar ul li.active>a:hover,
#admin-sidebar ul li.active>a:focus{
  width: 100%;
  left: 0;
}
#admin-sidebar ul li a span:nth-child(1) {
  /* padding-right: 10px; */
}
ul ul a {
  font-size: 0.8em !important;
  /* padding-left: 30px !important; */
  background: #121212;
}
.text-center-with-rightcontainer{
  padding-left: 20px !important;
}
ul ul ul a{
    font-size: 0.9em !important;
    /* padding-left: 20px !important; */
    background: #121212;
}
.admin-sidebar-menu li>a>.pull-right-container {
    float:right;
}
.pull-left-container{
    float:right;
}
.pull-right-container{
    float:right;
}
.admin-sidebar-menu .menu-open>a>.fa-caret-down, .admin-sidebar-menu .menu-open>a>.pull-right-container>.fa-caret-down {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (max-width:1024px) {
  #admin-sidebar{
    margin-left: -250px;
  }

  #admin-sidebar.active{
    margin-left: 0px;
  }

  #admin-sidebarCollapse{
    background-color: transparent;
    border-color: transparent;
  }
}
.custom-navbar {
  margin-bottom: 0px !important;
}

.custom-navbar a{
  color: #000;
}
#logout {
  background-color: transparent;
  border-color: transparent;
}

.card {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.card div.button {
  width: 100px !important;
}

td,
th {
  vertical-align: middle !important;
}

td label{
  margin-bottom: 0;
}
a[data-toggle="collapse"]{
  position: relative;
}

.wrapper {
  width: 100%;
  align-items: stretch;
  display:flex;
}
.content-background {
  padding: 10px;
  background-color: #e7eaec;
  min-height: 100vh;
  margin-left: 0px;
  width: 100%;
}
.dropdown-toggle:after{
  display: block;
  position: absolute;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 5px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.judgelist ,
.criterialist {
  padding-left: 14px;
  margin-bottom: 1px;
}

.judgelist li,
.criterialist li {
  padding-bottom: 4px;
}
#main-footer {
    /* background: #fff; */
    padding: 15px;
    color: #444;
    /* border-top: 1px solid #d2d6de; */
    margin-left: 0px;
}
.child-table tr th{
  font-weight: bolder;
}
table#example{
      /* border-collapse: collapse; */
      width: 100% !important;
      margin-top: 14px;
      /* min-width: 1024px; */
}
table#example>tbody>tr{
  text-align: center !important;
}
table#example>tbody>tr>td>.img-tutor-pic{
  max-width: 150px;
  max-height: 150px;
}
#example_wrapper #example_filter{
  float: right;
}
#example_filter input{
  display: inline;
  width:auto;
}
.card:after {
  content: "";
  display: table;
  clear: both;
}
.card .column {
  float: left;
  width: 50%;
}
.card .left {
  width: 50%;
}
.card .right {
  width: 50%;
}
.card .full {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .column {
    width: 100% !important;
  }
}
.card p{
  font-weight: 100;
}
.card strong{
    font-weight: 600;
}
.card a{
  color: inherit;
  /* text-decoration: underline; */
}
.content-padding{
  padding: 16px;
}
.height-limiting{
  overflow: scroll;
  max-height: 80vh;
}
.card-shadow{
    box-shadow: 5px 4px #2727277d;
}
.btn-studioweb{
  color: #fff;
  background-color: #121212;
  border-color: #121212;
  width: 200px;
}
.btn-studioweb:hover{
  background-color: #ec9377;
}
.background-blue{
  background:#67AABA ;
}
.background-green{
  background:#94B86E ;
}
.background-red{
  background:#E55756 ;
}
.background-yellow{
  background:#FEB848 ;
}
.dashboard-box{
    color:#fff !important;
    border-radius: 20px;
    display: block;
    box-shadow: 4px 3px #00000099;
    text-align: center;
    height: 180px;
}
.dashboard-box .inner h3{
  font-weight: 500;
}
.dashboard-box .inner h2{
  font-weight: 600;
  font-size: 2.5rem;
}
.row .lg-3,.xs-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0px 15px 15px 15px;
}
@media (min-width: 1200px){
  .row .lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}

@media (min-width: 850px){
  .row .xs-6 {
      width: 50%;
  }
}
.inner-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94%;
}
div.dt-buttons {
    float: initial !important;
}
.dt-button.buttons-collection:hover{
        background-color: #621EAF !important;
        color:  #fff !important;
}
.dt-button.buttons-collection{
        color: #6c757d !important;
        background-color: transparent !important;
        background-image: none !important;
        border-color: #6c757d !important;
        min-width: 160px;
        max-width: 160px;
        display: inline-block !important;
        font-weight: 400 !important;
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        padding: .375rem .75rem !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
        border-radius: .25rem !important;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
/* .dt-button-collection{
  background-color: red !important;
} */
.dt-button.buttons-colvisGroup:hover{
        background-color: #621EAF !important;
        color:  #fff !important;
}
.dt-button.buttons-colvisGroup{
        color: #6c757d !important;
        background-color: transparent !important;
        background-image: none !important;
        border-color: #6c757d !important;
        min-width: 160px;
        max-width: 160px;
        display: inline-block !important;
        font-weight: 400 !important;
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        padding: .375rem .75rem !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
        border-radius: .25rem !important;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.dt-button.buttons-columnVisibility ,.dt-button.buttons-html5{
      color: #621EAF !important;
      background-color: transparent !important;
      background-image: none !important;
      border-color: #621EAF !important;


      box-shadow: inset 1px 1px 3px #666 !important;
      display: inline-block !important;
      font-weight: 400 !important;
      text-align: center !important;
      white-space: nowrap !important;
      vertical-align: middle !important;
      -webkit-user-select: none !important;
      -moz-user-select: none !important;
      -ms-user-select: none !important;
      user-select: none !important;
      border: 1px solid transparent !important;
      padding: .375rem .75rem !important;
      font-size: 1rem !important;
      line-height: 1.5 !important;
      border-radius: .25rem !important;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.dt-button.buttons-columnVisibility:hover ,.dt-button.buttons-html5:hover{
      background-color: #621EAF !important;
      color:  #fff !important;
}
.dt-button.buttons-columnVisibility.active ,.dt-button.buttons-html5.active{
      color: #621EAF !important;
      background-color: transparent !important;
      background-image: none !important;
      border-color: #621EAF !important;

      box-shadow: 1px 1px 3px #666 !important;
      display: inline-block !important;
      font-weight: 400 !important;
      text-align: center !important;
      white-space: nowrap !important;
      vertical-align: middle !important;
      -webkit-user-select: none !important;
      -moz-user-select: none !important;
      -ms-user-select: none !important;
      user-select: none !important;
      border: 1px solid transparent !important;
      padding: .375rem .75rem !important;
      font-size: 1rem !important;
      line-height: 1.5 !important;
      border-radius: .25rem !important;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.dt-button.buttons-columnVisibility.active:hover ,.dt-button.dt-button-collection.active:hover{
      background-color: #621EAF !important;
      color:  #fff !important;
}

.dropdown-item:hover {
    background: #ccc !important;
}
#tab-container ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
#tab-container .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#tab-container .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#tab-container .nav-tabs>li>a.show, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
#tab-container .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#tab-container .nav>li {
    position: relative;
    display: block;
}
#tab-container .nav-tabs>li>a:hover {
    background-color: rgba(0,0,0,.075);
}
#tab-container .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
#tab-container .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#tab-container a {
    color: #337ab7;
    text-decoration: none;
}
#tab-container a {
    background-color: transparent;
}
#editMember-tab-container ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
#editMember-tab-container .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#editMember-tab-container .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#editMember-tab-container .nav-tabs>li>a.show, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
#editMember-tab-container .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#editMember-tab-container .nav>li {
    position: relative;
    display: block;
}
#editMember-tab-container .nav-tabs>li>a:hover {
    background-color: rgba(0,0,0,.075);
}
#editMember-tab-container .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
#editMember-tab-container .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#editMember-tab-container a {
    color: #337ab7;
    text-decoration: none;
}
#editMember-tab-container a {
    background-color: transparent;
}
#editCase-tab-container ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
#editCase-tab-container .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#editCase-tab-container .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#editCase-tab-container .nav-tabs>li>a.show, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
#editCase-tab-container .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#editCase-tab-container .nav>li {
    position: relative;
    display: block;
}
#editCase-tab-container .nav-tabs>li>a:hover {
    background-color: rgba(0,0,0,.075);
}
#editCase-tab-container .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
#editCase-tab-container .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#editCase-tab-container a {
    color: #337ab7;
    text-decoration: none;
}
#editCase-tab-container a {
    background-color: transparent;
}
.modal { overflow: auto !important; }

.indentation-left{
  padding-left: 24px;
  border-left: 2px solid #d8d8d8;
}
.margin-bottom-4{
  margin-bottom: 4px;
}

/* Login Home Page*/
#login_content{
  background: #121212;
  text-align: center;
  line-height: 3;
}
#login_content_logo{
  width: 300px;
  margin-top: 24px;
  margin-bottom: 24px;
}
#login_content .btn{
    width: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
}
#login_content .btn:hover{
  color: #fff;
}
#login_content .btn-link{
  color: #000;
  border: 2px solid #000;
}
#login_content .panel-heading{
  font-size: x-large;
  color: #000;
}
#login_content>.login_content_item>.panel.panel-default {
    padding: 80px;
    border: 4px solid #f5f8fa;
    border-radius: 20px;
    background: #fff;
}
.login_content_item {
    position: fixed;
    right: 0;
    left: 0;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 480px;
    top: 5em;
}
.dropdown-menu{
  padding:0px !important;
}
.user-body a{
  border-left: 3px solid #fff;
}

/*Modal Poster Preview*/
.modal-imagePreview {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content-imagePreview {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption-imagePreview {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation */
.modal-content-imagePreview, #caption-imagePreview {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
/* The Close Button */
.close-imagePreview {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close-imagePreview:hover,
.close-imagePreview:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content-imagePreview {
        width: 100%;
    }
}
table.table.table-hover.table-sm.dataTable.no-footer.fixedHeader-floating{
  margin-top: 0px !important;
}
table.table.table-hover.dataTable.no-footer.fixedHeader-floating{
  margin-top: 0px !important;
}
.specifiedBoldContent .swal-text{
    font-weight: 500 !important;
}
/**
 * Using .touched with js :required blur function
 * If a required input has been touched and is invalid, it should be pink.
 */
.touched:required:invalid {
  background-color: #ffb0b059;
}
.cautionText {
    padding-top: 20px;
    text-align: center;
    color: rgb(235,59,90);
    letter-spacing: 0.2px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'PingFangSC-Regular',sans-serif;
    font-weight: 100;
}
/**
 * bootstrap HOVER EFFECT 9
 */
 .hovereffect {
   width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-bottom: 16px;
 }

 .hovereffect .overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
 }

 .hovereffect img {
   display: block;
   position: relative;
   -webkit-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
 }

 .hovereffect:hover img {
   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
   filter: grayscale(1) blur(3px);
   -webkit-filter: grayscale(1) blur(3px);
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
 }

 .hovereffect h2 {
   text-transform: uppercase;
   text-align: center;
   position: relative;
   font-size: 12px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.6);
 }
 .hovereffect p.info-row {
   position: absolute;
   bottom: 0;
   width: 100%;
 }
 .hovereffect a.info {
   display: inline-block;
   text-decoration: none;
   padding: 0px 7px;
   border: 1px solid #fff;
   background-color: transparent;
 }

 .hovereffect a.info:hover {
   box-shadow: 0 0 5px #fff;
 }

 .hovereffect a.info, .hovereffect h2 {
   -webkit-transform: scale(0.7);
   -ms-transform: scale(0.7);
   transform: scale(0.7);
   -webkit-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   opacity: 0;
   filter: alpha(opacity=0);
   color: #fff;
   font-size: 10px;
   text-transform: uppercase;
 }

 .hovereffect:hover a.info, .hovereffect:hover h2 {
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
 }
 /**
  * END OF bootstrap HOVER EFFECT 9
  */
  @media (min-width: 1200px)
.col-lg-3 {
    width: 25%;
}
@media (min-width: 1200px)
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
@media (min-width: 992px)
.col-md-4 {
    width: 33.33333333%;
}
@media (min-width: 992px)
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.label-red{
  color:red;
}
.pointer-hover:hover{
    cursor: pointer;
}
.sub-content>.form-group>label {
    text-decoration: unset;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.registration-form{
    color: rgb(103, 103, 103);
}
section.registration-form>.card>.box-body>.box-body>.sub-content>.form-group>.form-row>label {
    margin-left: 6px;
}
section.exportdetails table#example>tbody>tr :not(.shown)>th {
    background: #ececec !important;
}
section.exportdetails table#example>tbody>tr :not(.shown)>tr {
    background: inherit !important;
    text-align: center !important;
}
section.memberdetails table#example>tbody>tr :not(.shown)>tr {
    background: #ececec;
    text-align: center;
}
section.memberdetails table#example>tbody>tr:not(.shown):not(.text-center)>td{
  padding:0px;
}
section.memberdetails table#example>tbody>tr:not(.shown)>td>table.child-table>tbody>tr>td {
    width: 33.33333333%;
}

.main {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
}
/* Hide the default checkbox */
/* input[type=checkbox] {
    visibility: hidden;
} */

/* Creating a custom checkbox
based on demand */
.geekmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    border: 1px solid #999999;
}
/* Specify the background color to be
shown when checkbox is checked */
.main input:checked ~ .geekmark {
    background-color: green;
}
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Display checkmark when checked */
.main input:checked ~ .geekmark:after {
    display: block;
}
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.main .geekmark:after {
    left: 8px;
    bottom: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-left {
    display: block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 15px;
    cursor: pointer;
}
/* Hide the default checkbox */
/* input[type=checkbox] {
    visibility: hidden;
} */

/* Creating a custom checkbox
based on demand */
.geekmark-left {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    border: 1px solid #999999;
}
/* Specify the background color to be
shown when checkbox is checked */
.main-left input:checked ~ .geekmark-left {
    background-color: green;
}
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark-left:after {
    content: "";
    position: absolute;
    display: none;
}
/* Display checkmark when checked */
.main-left input:checked ~ .geekmark-left:after {
    display: block;
}
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.main-left .geekmark-left:after {
    left: 8px;
    bottom: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-------*/
input[type=text]:focus {
  background-color: lightblue;
}
textarea.visit-content {
  width: 100%;
  height: 150px;
  padding: .375rem .75rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* background-color: #f8f8f8; */
  resize: none;
}
/*Context Menu*/
.ui-contextmenu {
    z-index: 1;
}

/*Full calender*/
.fc-col-header-cell-cushion, .fc-daygrid-day-number{
    color: #121212;
}
/*Custom Datatable style*/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background: none !important;
}
.page-item.active .page-link {
    background: #ec9377 !important;
    border: #121212 !important;
}
/* ---- For QR Reader ---- */
.qrPreviewVideo{
  width: 100%;
}
textarea#scannedTextMemo {
    width: 100%;
    font-size: 12px;
}


/* Start edited by Cookie on 2024-06-13 issue 0000149 - send manual email to user */
.form-info{
  color: #959595;
  font-size: 14px;
}
/* End edited by Cookie on 2024-06-13 issue 0000149 - send manual email to user */