.table-outer{
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.workspace .btn:not(.rounded){
    border-radius: 5px !important;
    color: #fff !important;
}
.table{
  text-align: left;
}
table th{
    font-size:12.5px !important; 
}
table td{
    font-size:13px !important;
}
.rightAlign{
  text-align: right;
}
thead tr th{
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #D5D5D5 !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 38%, #fbfbfc 44%, #f7f8f9 94%, #d5d5d5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 38%, #fbfbfc 44%, #f7f8f9 94%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 38%, #fbfbfc 44%, #f7f8f9 94%, #d5d5d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5', GradientType=0);
}
table .right{
    font-size:14px !important;
    font-weight: bold;
    color:#5bbc2e;
}
table td .wrong{
    font-size:20px !important;
    color:#c61d23;
}
.marginUp{
  margin-top:-15px;
}
tbody{
  border-left:1px solid #dee2e6;
  border-bottom:1px solid #dee2e6;
  border-right:1px solid #dee2e6;
}

table tbody th:first-child{
    font-weight: 400 !important;
    padding-top: 15px;
}
.fa-sort{
    float:right;
    padding-top:4px;
}

.btn-panel{
    padding: 0 0 10px 0px !important;
}

.search-panel{
    padding: 0 0 10px 0px !important;
    padding-left:18% !important;
}

.close{
    top: -10px;
    position: absolute;
    right: 10px;
}

.img-upload{
    width:100%;
    max-width: 200px;
    height:auto;
}

.contact-info{
    margin-top:10%;
}
.contact-info input{
    background-color: darkgray;
    border-radius: 0px !important;
    color: #fff;
    margin-top:-10px;
}
.contact-info img{
    margin-bottom: 15%;
}
.contact-info h2{
    margin-bottom: 10%;
}
.col-md-8{
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.col-md-9{
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.contact-form{
    width: 90%;
    margin-left: 5%;
}
.form-check-label{
    margin-left:10%;
}
.form-title{
    margin:-10px;
    text-align: center;
    padding-bottom: 15px;
    font-size: 27px;
    color: var(--primary-blue);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.contact-form label{
    font-weight:600;
}
.contact-form button{
    background: #5bbc2e;
    color: #fff;
    font-weight: 600;
    width: 25%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.contact-form button:focus{
    box-shadow:none;
}
.background{
    background-color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Switch toggle btn*/

.switch {
    position: relative;
    display: inline-block;
    margin-bottom: 0rem !important; 
  }

  .tgbtn-sm{
    width: 45px;
    height: 17px;
  }

  .tgbtn-lg{
    width: 90px;
    height: 34px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .tgbtn-sm .slider:before{
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
  }

  .tgbtn-lg .slider:before{
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
  }
  
  input:checked + .slider {
    background-color: #2ab934;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  .tgbtn-sm input:checked + .slider:before {
    -webkit-transform: translateX(27.5px);
    -ms-transform: translateX(27.5px);
    transform: translateX(27.5px);
  }

  .tgbtn-lg input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
  }
  
  /*------ ADDED CSS ---------*/
  .on
  {
    display: none;
  }
  
  .on, .off
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 11px;
    font-family: Verdana, sans-serif;
  }
  .off{
    margin-left: 7px !important;
  }
  
  input:checked+ .slider .on
  {display: block;margin-left:-5px}
  
  input:checked + .slider .off
  {display: none;}
  
  /*--------- END --------*/
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;}

/*Schedule page Css*/

.searchbar{
    border-radius:5px;
    border:3px solid #5bbc2e;
}

.schedulePanel{
    margin-top:-10px !important;
}
