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

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


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: 300px;
  max-width: 300px;
  background: #075778;
  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 img{
  width: 60%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 0px 0px 48px;
}
#admin-sidebar.active{
  margin-left: -300px;
}
#admin-sidebarCollapse{
  background-color: transparent;
  border-color: transparent;
}
#admin-sidebar ul.components {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
#admin-sidebar .header{
  text-decoration: underline;
  font-weight: 600;
}
#admin-sidebar ul p{
  text-decoration: underline;
  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: #D5D929;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#admin-sidebar ul li a:hover:after {
  width: 40%;
  left: 30%;
}
#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: #075778;
  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: #075778;
}
.text-center-with-rightcontainer{
  padding-left: 20px !important;
}
ul ul ul a{
    font-size: 0.9em !important;
    /* padding-left: 20px !important; */
    background: #075778;
}
.admin-sidebar-menu li>a>.pull-right-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:768px) {
  #admin-sidebar{
    margin-left: -300px;
  }

  #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: #f5f5f5;
  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;
}
#example{
  margin-top: 14px;
}
#example_wrapper .row{
  width: 100%;
}
#example_wrapper #example_filter{
  float: right;
}
.card:after {
  content: "";
  display: table;
  clear: both;
}
.card .column {
  float: left;
  width: 50%;
  padding: 10px;
}
.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: 38px;
}
.card-shadow{
    box-shadow: 5px 4px #2727277d;
}
.btn-balancd{
  color: #fff;
  background-color: #D5D929;
  border-color: #D5D929;
  width: 200px;
}
.btn-balancd:hover{
  background-color: rgb(149, 151, 28);
}
.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: #6c757d !important;
        color:  #fff !important;
}
.dt-button.buttons-collection{
        color: #6c757d !important;
        background-color: transparent !important;
        background-image: none !important;
        border-color: #6c757d !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;
        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-colvisGroup:hover{
        background-color: #6c757d !important;
        color:  #fff !important;
}
.dt-button.buttons-colvisGroup{
        color: #6c757d !important;
        background-color: transparent !important;
        background-image: none !important;
        border-color: #6c757d !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;
        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: #28a745 !important;
      background-color: transparent !important;
      background-image: none !important;
      border-color: #28a745 !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:hover ,.dt-button.buttons-html5:hover{
      background-color: #6c757d !important;
      color:  #fff !important;
}
.dt-button.buttons-columnVisibility.active ,.dt-button.buttons-html5.active{
      color: #6c757d !important;
      background-color: transparent !important;
      background-image: none !important;
      border-color: #6c757d !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.active:hover ,.dt-button.dt-button-collection.active:hover{
      background-color: #28a745 !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;
}
#personalInfo-tab-container ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
#personalInfo-tab-container .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#personalInfo-tab-container .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#personalInfo-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;
}
#personalInfo-tab-container .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#personalInfo-tab-container .nav>li {
    position: relative;
    display: block;
}
#personalInfo-tab-container .nav-tabs>li>a:hover {
    background-color: rgba(0,0,0,.075);
}
#personalInfo-tab-container .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
#personalInfo-tab-container .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#personalInfo-tab-container a {
    color: #337ab7;
    text-decoration: none;
}
#personalInfo-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: #075778;
  text-align: center;
}
#login_content_logo{
  width: 200px;
  margin-top: 24px;
  margin-bottom: 24px;
}
#login_content .btn{
  width: 100%;
}
#login_content .btn:hover{
  color: #fff;
}
.login_content_item{
  position: fixed;
  /* center the div */
  right: 0;
  left: 0;
  margin-top: 256px;
  margin-right: auto;
  margin-left: auto;
  /* give it dimensions */
  min-height: 10em;
  width: 300px;
  /* just for example presentation */
  top: 5em;
}
.dropdown-menu{
  padding:0px !important;
}
.user-body a{
  border-left: 3px solid #fff;
}

/*Modal Poster Preview*/
.modal-posterPreview {
    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-posterPreview {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption-posterPreview {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation */
.modal-content-posterPreview, #caption-posterPreview {
    -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-posterPreview {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close-posterPreview:hover,
.close-posterPreview:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content-posterPreview {
        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;
}
