body{
    font-size: 1rem;
}
footer{
    padding: 1rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
body .card{
    font-size: 1rem;
}
footer a{
    color: #fff;
}
.navbar>.container{
    display: block;
}
.sidebar .nav li a{
    font-size: 1rem;
}
ul.nav li ul.nav {
    margin-top: .8rem;
}
.sidebar .nav i{
    margin-right: .6rem;
}
thead th{
    font-weight: bold;
}
.logo-bg{
    background-color: #15002e;
}
.form-group input[type=file]{
    opacity: 1;
    z-index: 1;
    height: 3em;
}
.thumb-photo{
    max-width: 100%;
    max-height: 100px;
}
.col-form-label{
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
}
.btn{
    font-size: 1.2rem;
    text-transform: none;
}
.card .card-header .card-title{
    font-weight: bold;
}
#file-name-error{
    padding-top: 42px;
    display: block;
}
.width-100{
    width: 100px;
}
.img-thumbnail{
    border-radius: 0;
}
.thumb-photo-list{
    max-width: 70px;
    max-height: 70px;
}
#template-list .btn{
    padding: 4px 10px;
}
.border{
    border: 1px solid #ccc;
}
.modal-lg{
    max-width: 1000px;
}
.modal-footer{
    display: block;
}
.table thead tr th{
    font-weight: bold;
}
.pb-50{
    padding-bottom: 50px;
}
#template-list select.form-control{
    margin-top: -4px;
}
.modal-header{
    display: block;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.main-panel>.content{
    margin-top: 20px;
}
.lock-template-btn{
    margin-top: -10px !important;
}
.font-size-25{
    font-size: 25px !important;
}
.sidebar-wrapper ul li div  ul li a{
    padding-left: 40px;
}
.sidebar-wrapper ul li div  ul li a i{
    font-size: 14px !important;
}
.template-grid-view .image{
    height: 110px;
}
.template-grid-view .image img{
    max-height: 100%;
}
.template-grid-view .card-title{
    max-height: 45px;
    overflow: hidden;
}
.template-grid-view .image img:hover{
    opacity: 0.8;
}
.form-check .form-check-input{
    width: 18px;
    height: 18px;
    opacity: 1;
    z-index: 1;
}
.form-check .form-check-label{
    color: #333;
}
.font-weight-bold {
    font-weight: 700!important;
}
.user-form-label{
    width: 270px;
    display: inline-block;
}
.list-group-item{
    border: 1px solid rgba(0,0,0,.125);
}
.grid-list i{
    position: absolute;
    right: -8px;
    top: -8px;
}
.card .card-body{
    padding: 7px;
}

/*START: On/Off switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 34px;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px;
    text-align: right;
    color: red;
    padding-top: 8px;
    padding-right: 4px;
    color: #333;
  }

  .slider.approved{
    background-color: #d4edda;
    color: #333;
  }

  .slider.api_enabled{
    background-color: #fff3cd;
    color: #333;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  /*END: On/Off switch*/
  .color-code{
      line-height: 30px;
      display: inline-block;
  }
  .rectangle{
      width: 30px;
      height: 20px;
      display: inline-block;
      margin-top: 5px;
  }
  .rectangle.checked{
      background-color: #ccc;
  }
  .rectangle.approved{
    background-color: #d4edda;
}

.rectangle.api_enabled{
    background-color: #fff3cd;
}
strong{
    font-weight: 700;
}
.font-size-20{
    font-size: 20px !important;
}
.table.table-hover tbody tr:hover {
  background-color: #f5f5f5 !important;
}