/* LOGIN */
.login-body {
    background: #4C4C4C;
    height: 100vh !important;
}

/* FONTS */
.font-xl {
    font-size: 25px;
}


/* COMPONENT */
.switch-label {
    display: inline !important;
}

.progress {
    margin-bottom: 0px !important;
    border-radius: 20px !important;
    height: 15px !important;
}

.progress, .progress-bar {
    height: 15px;
    line-height: 15px;
}

.progress-usercount {
    margin-top: 5px !important;
}

/*.input[type=radio]:empty {
}*/

/* SPACING */

.padding-20 {
    padding: 20px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

/* GLOBAL */
.page-title {
    font-size: 20px;
    display: inline-flex;
    padding-right: 5px;
}

.user-img {
    border-radius: 50px;
    background-color: #808080;
}

.img-circle {
    border-radius: 50%;
}

.user-img-small {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
}

.menu-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 200px;
}

.menu-footer-chart {
    display: table;
    margin: 0 auto;
}

.menu-secicon {
    margin-top: -35px;
    float: right;
}

.control-label.required:after {
    content: "*";
    color: #f04124;
}

@media(min-width: 1750px) {
    .col-xl-1 {
        float: left;
        width: 8.33333333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.66666667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.66666667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.33333333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.66666667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }
}


/* TABLE */
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ebebeb;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
}


/* BUTTON */

.btn-action {
    color: #686868 !important;
    font-size: 20px;
    padding: 1px 6px;
    height: 30px;
}


.btn-action-text {
    color: #686868 !important;
    font-size: 15px;
    padding: 1px 6px;
    height: 30px;
}

    .btn-action:hover, .btn-action:active, .btn-action-text:hover, .btn-action-text:active {
        background-color: #f1f1f1;
        border: 0px solid #d7d7d7
    }



.btn-icon-hover:hover {
    color: #1e9f2c !important;
}

.btn-icon-hover:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* SHADOW */
.shadow1 {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
}

/* OTHER */

.api-div {
    border-left: 3px solid;
    margin: 10px 0px;
    padding: 10px 0px 10px 10px;
}

.api-customer {
    font-size: 20px;
}


.block-title, .navbar.navbar-default, .form-bordered .form-group.form-actions,
.table tfoot > tr > th, .table tfoot > tr > td,
a.list-group-item:hover,
a.list-group-item:focus,
/*.nav > li > a:hover, 
.nav > li > a:focus, li.dropdown-header,*/
.style-alt .content-header + .breadcrumb-top,
.style-alt .breadcrumb-top + .content-header,
.style-alt footer, .dropzone,
.dataTables_wrapper > div {
    background-color: #ffffff !important;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -10px;
}

/*.nav-justified > li.active > a:hover {
    background-color: #1bbae1 !important;
}*/

div.sweet-alert > h2 {
    position: relative;
}

.remove-padding {
    padding: 0 !important;
}

.grd-block-border {
    border: 1px solid transparent !important;
}

/* AUTHENTICATIONCHOOSER */

.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type = radio] {
    position: relative;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

label {
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
}

/* ERROR PAGE */


.error-content {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    color: white !important;
    text-align: center;
}

.error-title {
    font-size: 10vw;
}

.error-subtitle {
    font-size: 20px;
}

.error-detail {
    margin-top: 30px;
}

.error-action {
    margin-top: 30px;
    font-size: 30px;
}

.inlineMessage {
    padding: 4px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}


/***************START FLOATING LABEL***************** */
.field {
    position: relative;
    font-family: Arial;
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*display: inline-block;*/
}

    .field > label {
        position: absolute;
        left: 0;
        top: -15px;
        transition: all .2s linear;
        font-size: 10px;
    }

    .field > input {
        border: 1px solid #999;
        padding: 3px 2px;
    }

        .field > input:not(:placeholder-shown) + label {
            opacity: 1;
            top: -15px;
        }

        .field > input:placeholder-shown + label {
            top: 3px;
            opacity: 0;
        }



/***************END FLOATING LABEL***************** */

.modal-xl {
    width: 90%;
}

#noscript-warning, .unsupported-browser {
    font-family: sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    background-color: #AE0000;
    padding: 5px 0;
}

input[type='date'] {
    min-width: 150px;
}

.date-container {
    width: 350px;
    float: right;
}

.dx-scrollbar-hoverable {
    background-color: rgba(191, 191, 191, 0.2);
}

.dx-scrollbar-vertical {
    width: 15px !important;
}

    .dx-scrollbar-vertical .dx-scrollable-scroll {
        width: 15px !important;
    }

.dx-scrollbar-horizontal {
    height: 15px !important;
}

    .dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 30px !important;
    }

@media screen and (max-width: 350px) {
    .date-container {
        width: 100%;
        float: left;
    }
}

.widgetContainer {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.widgetDetail {
    background-color: white;
    position: fixed;
    width: auto;
    top: 0px;
    margin-left: 25px;
    border-color: #dbe1e8;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    overflow: visible;
}

@media only screen and (max-device-width: 767px) {

    .widgetContainer {
        max-height: inherit;
        overflow-y: visible;
        overflow-x: visible;
    }

    .widgetDetail {
        position: relative;
        top: 0px;
        margin-left: 0;
    }
}
