.table td, .table th {
  padding: 8px;
}
.form-control{
  padding: .2rem .4rem;
  font-size: .8rem;
}
.fa-laugh-wink:before {
    content: "";
}
form.search ul li, table ul li{
  display: inline-block;
  margin-right: 20px;
}
input[type='radio'], .form-inline{
  margin-right: 15px;
}
input[type='checkbox']{
  margin-right: 10px;
}
table{
  font: 14px/20px Arial,Sans-serif!important;
  color: #5a5a5a!important;
}
table ul{
  list-style-type: none;
}
ul.massages_ul{
  list-style-type: none;
  margin-right: 2rem;
}
.approval{
  position: relative;
  cursor: pointer;
  display: inline;
}
.approval:hover .approval_history{
  display: inline;
}
.approval_history{
  position: absolute;
  display: none;
  padding: 6px;
  background-color: rgba(253, 229, 109, 1);
  width: 600px;
  left: 10%;
  font-size: 80%;
  z-index: 10;
}
.bg-login-image, .bg-register-image{
  background-image: url('/static/img/logo.png');
  background-position: center;
  background-size: cover;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
.form-control::placeholder{ /* Others */
 color:#ccc;
}
.alert-error {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

.alert-error hr {
  border-top-color: #f5b7b1;
}

.alert-error{
  color: #4f1915;
}

.icon-img{
  width: 40px;
}

.icon-img-sm{
  width: 20px;
}
.icon-img-hr{
  height: 20px;
}
.icon-img-lg{
  width: 100px;
}
.even-row{
  background-color: #f8f9fc;
}
.modal-body ul{
  padding: 0;
  margin: 0;
  border-top: 1px solid #e3e6f0;
}
.modal-body ul li{
  white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
    width : 100%;
    padding: .25rem 1.5rem;
    list-style: none;
}
.modal-body ul li:hover{
  color:#2e2f37;
  text-decoration:none;
  background-color:#f8f9fc;
  cursor: pointer;
}
.table-responsive { overflow: visible; }
.dashboard-card:hover{
  text-decoration:none;
}
.dashboard-card .card:hover{
  color:#2e2f37;
  background-color:#f8f9fc;
}
.control-label{
  margin-right: 10px;
}
.card-header form.search{
  margin: 15px 0 15px;
  padding: 20px;
  background-color: white;
  border: 1px solid #e3e6f0;
}
input:required, select:required, textarea:required,
.required input, .required select, .required textarea {
  background-color: #ffecec;
}
table ul, label{
  margin-bottom: 0;
}
th {
  background-color: #f8f9fc;
}

.hide {
  display: none;
}
.loading {
   position: relative;

    width: 100%;
    height: 100%;

}
.fa{
//width: 100px;
  //height: 100px;
left: 46.5%;
  //margin-left: -50px;
    position: absolute;
    z-index: 1000;
}
.form-group ul{
  margin: 0;
  padding: 0;
}
ul.errorlist{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.errorlist li{
  color: red;
}
.bg-login-image, .bg-register-image{
  height: 290px;
}
.facility-box{
  padding: 20px;
  margin: 10px 0 20px;
  border: #e3e6f0 dashed 2px;
}
.tp-btn{
  background: transparent;
  border: transparent;
  padding: 0;
  margin: 0;
}
table .form-group label[for$='-attachment'],
table .form-group label[for$='-attachment1'],
table .form-group label[for$='-attachment2'],
table .form-group label[for$='-attachment3']{
  display: block;
}

.search .control-label{
  color: #4e73df;
}
.del td{
  text-decoration: line-through;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:fixed;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.sidebar.toggled .nav-item .collapse{
  z-index: 10;
}
.org .bg-gradient-primary{
  background-color: #031c66;
  background-image: none;
}
.scroll{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
.float-r{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
#toggle-area, #toggle-area2, #toggle-area3{
    display: none;
}
.w80{
    width: 80% !important;
}
.m-w80{
    max-width: 80% !important;
}

.table-bordered thead th{
  position: sticky;
  top: 0;
  color: #fff;
  background: #333;
}
.table-bordered thead th:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.scrollable {
  max-height: 900px;
  overflow-y: scroll;
}
.tablesorter-default tr.own>td {
    background-color: #FFFCDB;
}