body {
    font-family: 'Open Sans', sans-serif !important;
}

.page-container {
    background-color: #ffffff !important;
}

.select2lite {
    width: 99% !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.table-small td {
    padding: 4px !important;
}

.margin-top-small {
    margin-top: 0.5em;
}

.margin-top-medium {
    margin-top: 1em;
}

.margin-top-large {
    margin-top: 2em;
}

.margin-top-ex-large {
    margin-top: 4em;
}

.margin-small {
    margin: 0.5em;
}

.no-z {
    z-index: 0 !important;
}

.text-smaller3 {
    font-size: 11px;
}

.text-smaller2 {
    font-size: 12px;
}

.text-smaller2 td {
    padding: 7px 6px !important;
}

.page-container {
    background-color: #ffffff !important;
}

.select2lite {
    width: 99% !important;
}

.navbar-brand > img {
    height: 35px;
}

.navbar-brand {
    padding: 4px 0px;
}

.select2-color {
    height: 11px;
    width: 16px;
    margin-right: 8px !important;
}

.login-form {
    width: 320px;
}

.daterangepicker.dropdown-menu {
    z-index: 3001;
}

.cell {
    height: 80px;
    width: 150px;
    padding: 0px !important;
    margin: 0px !important;;
}

.free-day {
    width: 150px;
    text-align: center;
    background: #e0f7fa !important;
}

.cur-day {
    background-color: #e8f5e9 !important;
}

.cur-day-header {
    background-color: #e8f5e9 !important;
    font-weight: bold;
}

.table-gray-border,
.table-gray-border > tbody > tr > td,
.table-gray-border > tbody > tr > th,
.table-gray-border > tfoot > tr > td,
.table-gray-border > tfoot > tr > th,
.table-gray-border > thead > tr > td,
.table-gray-border > thead > tr > th {
    border: 1px solid #999999;
}

.cur-cell {
    border: 2px solid #2D552D !important;
}

div.required label.control-label:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

.sp-container {
    z-index: 2001;
}

.checkbox-lite .checkbox label {
    padding-left: 0px !important;
    padding-bottom: 10px;
}

a.asc:before {
    font-family: icomoon !important;
    content: '\ee4d';
    color: #333;
    font-family: icomoon;
    padding-right: 5px;
}

a.desc:before {
    font-family: icomoon !important;
    content: '\ee4e';
    color: #333;
    font-family: icomoon;
    padding-right: 5px;
}

a.green {
    color: #5cb600;
    text-decoration: none;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    border-bottom: 1px solid rgba(92,182,0,.3)
}

a.green:hover {
    color: #5cb600;
    border-color: #5cb600
}

a.green:focus {
    color: #5cb600;
    outline: none
}


/*
adaptive table
*/
.adaptive_table table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.adaptive_table table tr {
    background: white;
    border-bottom: 1px solid
}
.adaptive_table table th, table td {
    padding: 10px 20px;
}
.adaptive_table table td span.hidden_adaptive_table {
    background: #eee;
    color: dimgrey;
    display: none;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
}
@media(max-width: 800px) {
    .adaptive_table table{
        border: none;
    }
    .adaptive_table table thead {
        left: -9999px;
        position: absolute;
        visibility: hidden;
    }
    .adaptive_table table tr {
        border-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .adaptive_table table td {
        border: 1px solid;
        margin: 0 -1px -1px 0;
        padding-top: 35px!important;
        position: relative;
        width: 100%;
    }
    .adaptive_table table td span.hidden_adaptive_table {
        display: block;
        text-align: center;
        width: 100%;
    }
    .adaptive_table table td.element_column{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .adaptive_table table td .dropdown-toggle{
        display: none;
    }
    .adaptive_table table td li.dropdown{
        width: 100%;
    }
    .adaptive_table table td .dropdown-menu{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border: none;
        box-shadow: none;
        flex-wrap: wrap;
        position: relative;
    }
    .adaptive_table table td .dropdown-menu li{
        box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
        margin: 10px;
    }
    .adaptive_table table td .dropdown-menu li.divider{
        display: none;
    }
}
/*
 end adaptive table
*/