@import url("icons_im.css");
.datepicker.dropdown-menu{
    z-index: 9999 !important;
}
.error{
    color: red;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-10{
    margin-top: 10px;
}
.ml10{
    margin-left: 10px;
}
.opClass {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
tr.disabled {
    opacity: 0.3;
}

/*CARD*/
.card{
    width: 159px;
    height: 253px;
    position: relative;
    background: #fff;
    display: inline-block;
}
.card .header{
    background: #0073b7;
    margin-bottom: 10px;
    padding:5px;
}
.card .footer{
    background: #0073b7;
    height: 20px;
    color: #fff;
    margin-bottom: 0px;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 4px;
    font-size: 10px;
}
.card .header img{
    width: 100px;
    display: inline-block;
}
.card h2{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}
.card .profile-user-img{
    border: 1px solid #ccc;
    padding: 0px;
}
.card h3{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.card small{
    font-size: 10px;
}
.fs16{
    font-size: 16px;
}
.avatarimg{
    border-radius: 50%;
    display: inline;
    -webkit-box-shadow: 0px 10px 73px -19px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 10px 73px -19px rgba(0,0,0,0.71);
    box-shadow: 0px 10px 73px -19px rgba(0,0,0,0.71);
}
@page {
    margin: 0;
}
@media print {
  body{
      padding:0px !important;
      margin-left: 1px !important;
      padding-left: 1px !important;
  }
  body * {
    visibility: hidden;
    padding:0px !important;
    vertical-align: baseline;
  }
  #print, #print * {
    visibility: visible;
  }
  #print {
    padding: 0;
    width: 159px;
    height: 253px;
  }
}
.detail_day{
    cursor: pointer;
}
.range_label{
    font-size: 18px;
    color: #ccc;
    text-transform: capitalize;
}
.scrollDetail{
    display: block;
    min-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 450px;
}

.btn-app.active_check{
    background: #E30034;
    border: 1px solid #881F3C;
    color: white;
}
