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 {
    padding: 12px 0px;
}

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

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

.table-bottom-line {
    border-bottom: 1px solid #ddd;
}

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

/*
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
*/
