
body{
    font-family: 'Roboto', sans-serif;
}
p{
    margin-bottom: 5px;
}
a{
    color: #1890FF;
}
h2{
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    /* line-height: 14px; */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    color: #001529;
}
h2.title{
    margin-bottom: 5px !important;
    color: #1890FF;
}
.primary{
    color: #1890FF;
}

.col-md-4{
    padding: 0px 5px;
}

.col-md-8{
    padding: 0px 5px;
}

.col-md-12{
    padding: 0px 5px;
}

button{
    border: 0;
    padding: 0;
    font-size: 16px !important;
}
.btn.primary, .btn.outline, .btn.secondary{
    width: 160px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.btn.primary,.btn.primary.focus, .btn.primary:focus, .btn.primary:hover {
    background: #1890FF;
    color: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(50, 50, 50, 0.08);
}
.secondary,.secondary.focus, .secondary:focus, .secondary:hover{
    background: #F0F0F0;
    color: #7E7E7E;
    box-shadow: 0px 8px 16px rgba(50, 50, 50, 0.08);
}
.btn-default,.btn-default.focus, .btn-default:focus, .btn-default:hover{
    background: #F1F3FC;
    border-radius: 5px;
    color: #1890FF;
    border: 0;
}
.remove-btn{
    font-size: 14px;
    margin-left: 15px;
    width: 77px;
    height: 24px;
    padding: 0;
    border-radius: 25px;
    background: rgba(237, 130, 69, 0.1);
    border: 1px solid #ED8245;
    color: #ED8245;
}
.btn-outline {
    border: 1px solid #1890FF;
    background: transparent;
    color: #1890FF;
    width: 160px;
    height: 48px;
}
.btn.active, .btn:active,button:active{
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
button:focus,button:active:focus{
    outline: none;
}
.skin-blue .main-header .logo{
    background-color: transparent;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a{
    background: #1890FF;
}
.skin-blue .sidebar-menu>li.active>a{
    border: 0;
}

.content{
    padding: 2px 15px; 
}
/* Style the list */
.content-header>.breadcrumb{
    position: relative;
    float: none;
    top: 0;
    right: 0;
    padding: 0;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    color: #7E7E7E;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
.content-header>.breadcrumb>li+li:before {
    padding: 0;
    color: #7E7E7E;
    content: "/\00a0";
    padding-right: 6px;
    padding-left: 4px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #7E7E7E !important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #7E7E7E;
    /* text-decoration: underline; */
}

.img-thumbnail {
    border-color: #1890FF;
}

table { 
    table-layout: fixed; 
} 

.table-heading{
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table>thead>tr>th {
    padding: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #001529;
    background: #FAFAFA;
    text-align: Left;
    position: sticky; top: 0; z-index: 1;
}
.table>tbody>tr>td {
    padding: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #505050;
    background: #FFFFFF;
    text-align: Left;
}
.table>tbody>tr>td>a{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    color: #1890FF;
    border-color: #1890FF;
    background-color: transparent;
}
.box{
    border-color: transparent;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after{
    display: none;
}
.box-header{
    padding: 10px;
}
.box-header .box-title{
    font-size: 22px;
}
.box-body {
    padding: 5px;
}
.form-wrapper{
    padding: 20px;
}
.form-wrapper .box-title{
    font-size: 26px;
}
.form-wrapper .box-header{
 border: 0;
}
.form-group{
    margin-bottom: 18px;
}
.form-control {
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}
label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #001529;
}
.form-control:focus {
    border-color: #1890FF;
}
span.star{
    color: #FF4D4F;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
    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: 30px;
}

.slider.round:before {
    border-radius: 50%;
}


.box-header{
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    margin: 15px 20px 10px 21px;
    padding: 0 0 20px;
}


.box-header .left{
    display: flex;
    flex: 1;
}

.box-header .left .info .details{
    display: flex;
}
.box-header .left .info p{
    color: #505050;
    font-weight: 500;
    font-size: 16px;
    width: 100px;
}
.box-header .left .info span{
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
}


#customers table button{
    width: 97px;
    height: 48px;
}



#customers-details .box-body{
  padding: 20px;
}
#customers-details .left{
    display: flex;
}
#customers-details .left .info{
    margin-left: 24px;
}
#customers-details .left .info .details{
  display: flex;
}
#customers-details .left .info p{
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  width: 100px;
}
#customers-details .left .info span{
  color: #7E7E7E;
  font-weight: normal;
  font-size: 16px;
}
#customers-details #add-btn{
  width: 180px;
  height: 48px;
}



#department .box-body{
  padding: 20px;
}
#department .left{
    display: flex;
}

#department .left .info .details{
  display: flex;
}
#department .left .info p{
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  width: 100px;
}
#department .left .info span{
  color: #7E7E7E;
  font-weight: normal;
  font-size: 16px;
}
#department #add-btn{
  width: 156px;
  height: 48px;
  border-radius: 5px;
}


#unit .box-body{
    padding: 20px;
}
#unit .left{
    display: flex;
    flex: 1;
}

.left .info .details{
    display: flex;
}
.left .info p{
    color: #505050;
    font-weight: 500;
    font-size: 16px;
    width: 100px;
}
.left .info span{
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
}
.users h4{
    margin: 0;
}
.users .list{
    display: flex;
    /* margin-bottom: 16px; */
    height: auto;
    align-items: center;
    padding: 7px 0;
}
.users .list p{
    margin: 0;
}
.users .list .btn-sm {
    padding: 3px 10px;
    font-size: 11px;
    margin-left: 15px;
}
#add-btn{
    width: 176px;
    height: 48px;
}


#unit_create .unit_admin{
    padding-top: 15px;
}
#unit_create .unit_admin .heading{
    background-color: #FAFAFA;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.footer-btn{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.box{
    margin: 0px 0px 5px;
}


.box-body .info .details{
    display: flex;
}
.box-body .info p{
    color: #505050;
    font-weight: 500;
    font-size: 16px;
    width: 100px;
}
.box-body .info span{
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
}
#subscription .box-body .info p{
    min-width: 175px;
}

.probits .box-header{
    background: #8D64AA;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 83px;
    align-items: center;
}
.probits .box-header .left{
    display: unset;
    flex: unset;
}
.probits .box-header .center,.probits .box-header .right{
    margin-left: 31px;
}
.probits .box-header .center{
    display: flex;
    flex-direction: column;
    color: #fff;
    height: 77px;
    font-size: 16px;
}
.probits .box-header .center button{
    color: #8D64AA;
    font-size: 26px !important;
    padding: 4px 7px;
}
.probits .box-header button{
    padding: 7px;
    color: #B5B5B5;
}
.probits .box-header .prev,.probits .box-header .next{
    color:  #8D64AA;
    width: 32px;
}
.probits .box-body{
    padding: 0;
}

.color-list{
    display: flex;
}
.color-list .red{
    background-color: #F24D4D;
    width: 11px;
    height: 11px;
    border-radius: 25px;
    margin-left: 4px;
}
.color-list .green{
    background-color: #2BC67B;
    width: 11px;
    height: 11px;
    border-radius: 25px;
    margin-left: 4px;
}

.CellWithComment{
    position:relative;
    text-align: center;
}

.CellComment
{
    visibility: hidden;
    width: auto;
    position:absolute; 
    z-index:100;
    text-align: Left;
    opacity: 0.4;
    transition: opacity 2s;
    border-radius: 6px;
    background-color: #2196F3;
    padding:3px;
    top:-40px; 
    left:-120px;
    color: #FFFFFF;
}   
.CellWithComment:hover span.CellComment {visibility: visible;opacity: 1;}

/* Set a fixed scrollable wrapper */
.tableWrap {
    border: 2px solid #E8E8E8; 
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 8px;
}

/* Set table to "nowrap" to disable wrapping of content */
/* If we use border, we must use table-collapse to avoid a slight movement of the header row */
.tableWrap table {
    white-space: nowrap;
    border-collapse: collapse;
}

/* Set header to stick to the top of the container. */
.tableWrap tr th {
    position: sticky;
    top: 0;
}

/* Because we must set sticky on th,
we have to apply background styles here
rather than on thead */
.tableWrap th {
    padding: 8px;
    padding-left: 5px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;    
    background: #FAFAFA;
    text-align: left;
    /* With border-collapse, we must use box-shadow or psuedo elements
    for the header borders */
    box-shadow: 0px 0px 0 2px #e8e8e8;
}

/* Basic Demo styling */
.tableWrap  table {
    width: 100%;
    font-family: 'Roboto',sans-serif;
    color: #505050;
}

.tableWrap thead {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.tableWrap thead tr th.day {
    width: 50px;
    text-align: left;
}

.tableWrap thead tr th.activity {
    width: 60%;
    text-align: left;
}

.tableWrap thead tr th.time {
    width: 85px;
    text-align: center;
}

.tableWrap thead tr th.steps{
    width: 55px;
    text-align: center;
}

.tableWrap thead tr th.eaten{
    width: 50px;
    text-align: center;
}

.tableWrap thead tr th.status {
    width: 60px;
    text-align: center;
}

.tableWrap tbody  {
    border-bottom: 2px solid #e8e8e8;
}

.tableWrap tbody tr.dayTop {
    border-top: 1px solid #e8e8e8;
}


.tableWrap table td {
    border-left: 1px solid #e8e8e8;
}

.tableWrap tbody tr td.day {
    width: auto;
    text-align: left;
    padding:4px;    
}

.tableWrap tbody tr td.activity {
    text-align: left;
    padding:2px 4px;    
}

.tableWrap tbody tr td.time {
    text-align: center;
}

.tableWrap tbody tr td.steps {
    text-align: center;
}

.tableWrap tbody tr td.status {
    text-align: center;
}
.tableWrap_header{
    font-family: 'Roboto', sans-serif;
    font-weight: 1000;
    font-size: 16px;
    padding: 8px 0px;
    color: #777777;

}