﻿/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0
}

.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0;
}

    figure img {
        max-width: 100%
    }

iframe {
    border: none
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    background: #fafafa;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

p,
li,
address {
    line-height: 24px
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}

p {
    margin: 0 0 20px
}

a {
    color: #cc0000;
}

    a.nocolor {
        color: inherit;
    }

    a:hover,
    a:focus {
        text-decoration: none;
        color: #cc0000;
    }

.container {
    margin: 0;
}

.inner {
    padding-top: 70px;
    padding-bottom: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #555;
    margin-bottom: 10px;
    font-weight: bold;
}

.navbar-title h1 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.row.gutter-0 {
    margin-left: 0;
    margin-right: 0
}

    .row.gutter-0 > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.row.gutter-s {
    margin-left: -7px;
    margin-right: -7px
}

    .row.gutter-s > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

section {
    margin-bottom: 60px;
}

.list-inline {
    margin: 0;
    display: inline
}

    .list-inline > li {
        padding-left: 0;
        padding-right: 25px
    }

.list-unstyled ul {
    list-style: none;
    padding-top: 10px;
}

strong {
    /*color: #d9d9d9;*/
    font-weight: bold;
}

.highlight {
    background-color: #6aa9c2;
    font-weight: bold;
    font-style: italic;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: #6aa9c2;
    text-shadow: none;
    color: inherit;
}

.inverse-wrapper {
    background: #323534
}

.light-wrapper {
    background: #fafafa;
}

.login .logo {
    padding: 20px 0;
}

.login {
    width: 380px;
    background: #6aa9c2;
    margin: 0 auto;
    padding-bottom: 10px;
    border-radius: 3px;
    position: relative;
}

.favicon {
    background: transparent url(style/images/f.png) no-repeat;
    width: 30px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
    opacity: 0.4;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

body {
    padding-top: 90px;
    padding-bottom: 8px !important;
}

.navbar {
    border: 0;
    height: 90px;
    border-bottom: 1px solid #e5e5e5;
    background: #FFF;
}

.navbar-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.navbar-brand,
.navbar-title,
.navbar-menu {
    display: table-cell;
    vertical-align: middle;
}

.navbar-title {
    padding: 0 20px;
}

.navbar > .container-fluid {
    padding: 0;
}

    .navbar > .container-fluid .navbar-brand {
        margin-left: 0
    }

.navbar-brand {
    padding: 0;
    height: 90px;
    float: none;
    width: 200px;
    background-color: #6aa9c2;
    align-content: center;
}

    .navbar-brand.bg {
        background: #6aa9c2;
        text-align: center;
    }

.navbar .navbar-nav {
    margin: 0;
    gap: 0;
    flex-wrap: nowrap;
    align-items: stretch;
    font-size: 0;
}

    .navbar .navbar-nav .nav-item {
        width: 100px;
    }

        .navbar .navbar-nav .nav-item + .nav-item > .nav-link {
            border-left: 1px solid rgba(0,0,0,0.2);
        }

    .navbar .navbar-nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 90px;
        padding: 0;
        background: transparent;
        color: #a3a3a3;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
        font-size: 12px;
    }

        .navbar .navbar-nav .nav-link > i {
            font-size: 17px;
            margin-bottom: .25rem;
        }

        .navbar .navbar-nav .nav-link > span {
            display: block;
        }

        .navbar .navbar-nav .nav-link:hover,
        .navbar .navbar-nav .nav-link:focus {
            background-color: #6aa9c2;
            color: #fff;
        }

    .navbar .navbar-nav .show > .nav-link {
        background-color: #6aa9c2;
        color: #fff;
    }

    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.active:focus {
        background: transparent;
        color: #a3a3a3;
    }

    .navbar .navbar-nav .dropdown-toggle::after {
        display: none;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #6aa9c2 !important;
    color: #fff !important;
}
/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/

.main {
    padding: 10px 20px;
    margin-left: 200px;
}

.compact .main {
    margin-left: 60px;
}

.main .page-header {
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/

.sidebar {
    position: fixed;
    top: 89px;
    bottom: 0;
    left: 0;
    z-index: 1031;
    display: block;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3e3e;
    width: 200px;
    border-top: 1px solid #6aa9c2;
}

.nav-sidebar {
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .nav-sidebar li a {
        padding: 15px 10px;
        line-height: 1;
        letter-spacing: 0.05em;
        font-size: 10px;
        text-transform: uppercase;
        color: #FFF;
        border-bottom: 1px solid #5b5b5b;
        display: block;
        transition: all 0.2s ease;
    }

    body:not(.compact) .sidebar .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #3e3e3e;
        background-color: #6aa9c2;
    }

    .nav-sidebar > li > a > span {
        display: table-cell;
        vertical-align: middle;
    }

    .nav-sidebar > li > a > span {
        display: table-cell;
        vertical-align: middle;
    }

        .nav-sidebar > li > a > span.icon {
            padding-right: 5px;
        }

        .nav-sidebar > li > a > span > i {
            font-size: 20px;
        }

    .nav-sidebar > li {
        position: relative;
    }

        .nav-sidebar > li:after {
            right: 10px;
            top: 10px;
            border: solid transparent;
            content: "\f054";
            position: absolute;
            pointer-events: none;
            transition: all 0.2s ease;
            font-family: 'FontAwesome';
            color: #FFF;
        }

        .nav-sidebar > li:hover:after {
            color: #3e3e3e;
        }

        .nav-sidebar > li.active:after {
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            color: #3e3e3e;
        }

    .nav-sidebar ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .nav-sidebar ul li a {
            background: #4e4e4e;
            padding: 15px 25px;
            font-size: 9px;
        }

            .nav-sidebar ul li.current a,
            .nav-sidebar ul li a:hover {
                background-color: #cccccc;
                color: #fff;
            }

    .nav-sidebar li.current > a {
        background-color: #6aa9c2;
        color: #3e3e3e;
    }

.nav.nav-sidebar > li > a:hover,
.nav.nav-sidebar > li > a:focus {
    color: #3e3e3e;
}

.compact .sidebar {
    width: 40px;
}

    .compact .sidebar .nav-sidebar > li > a > span:not(.icon) {
        display: none;
    }

    .compact .sidebar .nav-sidebar > li:after {
        display: none;
    }
/*-----------------------------------------------------------------------------------*/
/*	DROPDOWN
/*-----------------------------------------------------------------------------------*/

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 13px;
    background: #FFF;
    font-size: 11px;
    right: -1px;
}

    .navbar .dropdown-menu hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .navbar .dropdown-menu dl {
        margin: 0;
    }

    .navbar .dropdown-menu .dl-horizontal dt {
        float: left;
        width: 80px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }

        .navbar .dropdown-menu .dl-horizontal dt:after {
            content: ":";
            position: absolute;
            right: 0;
        }

    .navbar .dropdown-menu .dl-horizontal dd {
        margin-left: 82px
    }
/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    background: #e1e1e1;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 10px;
    border-radius: 3px;
    color: #7b7b7b;
    transition: all 200ms ease-in;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active {
        box-shadow: none;
    }

.btn-select {
    color: #333;
    background: #FFF;
    border-radius: 0;
}

    .btn-select:hover,
    .btn-select:focus {
        color: #333;
        background: #FFF;
        box-shadow: none;
    }
/*-----------------------------------------------------------------------------------*/
/*	BOOTSTRAP SELECT
/*-----------------------------------------------------------------------------------*/

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .selected:focus {
    outline: 0 !important;
}

.bootstrap-select .dropdown-menu > li > a:focus {
    outline: 0 !important;
}

.btn-group.open .dropdown-toggle,
.open > .dropdown-toggle.btn-select:focus,
.btn-select:active:hover,
.btn-select.active:hover,
.open > .dropdown-toggle.btn-select:hover,
.btn-select:active:focus,
.btn-select.active:focus,
.open > .dropdown-toggle.btn-select:focus,
.btn-select:active.focus,
.btn-select.active.focus,
.open > .dropdown-toggle.btn-select.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    background: #FFF;
    border: 1px solid #6aa9c2;
    border-top: 0;
}

.table-heading .bootstrap-select .dropdown-menu {
    margin: 0;
}

.bootstrap-select .dropdown-menu.inner {
    background: none;
    border: 0;
    padding: 0;
}

.bootstrap-select .dropdown-menu > li > a {
    padding: 10px 10px;
    color: #333;
    font-size: 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: -2px;
    right: -4px;
    margin-top: 0;
    border: 0;
}

    .bootstrap-select.btn-group .dropdown-toggle .caret:before {
        font-family: 'FontAwesome';
        content: "\f107";
        font-size: 18px;
        color: #a3a3a3;
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #333
}
/*-----------------------------------------------------------------------------------*/
/*	DEFINITION LIST
/*-----------------------------------------------------------------------------------*/

.panel-body {
    padding: 15px;
}

    .panel-body .dl-horizontal dt {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }

        .panel-body .dl-horizontal dt:after {
            content: ":";
        }

.dl-horizontal.tiny dt {
    width: auto;
}

.dl-horizontal.tiny dd {
    margin-left: 100px;
}

.dl-horizontal dt {
    white-space: normal;
}
/*-----------------------------------------------------------------------------------*/
/*	BREADCRUMBS
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

    .breadcrumbs li {
        display: inline-block;
        font-size: 12px;
        font-weight: 300;
    }

        .breadcrumbs li a {
            color: #7e7e7e;
        }

        .breadcrumbs li:before {
            content: "/";
            padding: 0 5px;
        }

        .breadcrumbs li:first-child:before {
            display: none;
        }
/*-----------------------------------------------------------------------------------*/
/*	PANEL
/*-----------------------------------------------------------------------------------*/

.panel {
    box-shadow: none;
}

.panel-default {
    border: 1px solid #ebebeb;
}

.panel-color > .panel-heading {
    color: #FFF;
    background-color: #6aa9c2;
    padding: 10px 25px;
}

.panel-title {
    font-size: 20px;
    font-weight: normal;
}

.panel-color > .panel-sub-heading {
    color: #FFF;
    padding: 15px 25px;
    background-color: #959595;
}

.panel-color .panel-sub-title {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.panel-color {
    border: 0;
}

    .panel-color > .panel-body {
        border: 1px solid #ebebeb;
        border-top: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 25px 25px;
    }
/*-----------------------------------------------------------------------------------*/
/*	TABLE
/*-----------------------------------------------------------------------------------*/

.table-color > .table-heading {
    background-color: #6aa9c2;
    padding: 10px 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table-color > .table-footer {
    padding: 5px 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #959595;
}

.table-heading,
.panel-heading {
    display: table;
    width: 100%;
    table-layout: fixed;
    table-layout: auto;
}

    .table-heading .cell,
    .panel-heading .cell {
        display: table-cell;
        vertical-align: middle;
    }

    .table-heading a,
    .table-footer a,
    .panel-heading a,
    .panel-footer a {
        color: #FFF;
        vertical-align: middle;
        padding-right: 5px;
    }

.table-icon {
    font-size: 20px;
}

.table-footer a {
    font-size: 14px;
}

    .table-heading a:hover,
    .table-footer a:hover {
        color: #333;
    }

.table-color > .table-heading h3 {
    color: #FFF;
}

.table-color thead {
    background-color: #959595;
}

    .table-color thead > tr > th {
        border-color: #aaa;
        border-top: 1px solid #aaa !important;
        border-bottom: 0;
        font-weight: normal;
        font-size: 14px;
        color: #FFF;
    }

.table-default thead > tr > th {
    border-color: #ddd;
    border-top: 1px solid #ddd !important;
    border-bottom: 0;
    font-size: 12px;
}

.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-left: 10px;
    padding-right: 10px;
}

.table-color > thead > tr > th {
    padding: 15px 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff8ec
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fffcf8
}

.table-color table {
    margin: 0;
}

.table > thead > tr > th {
    vertical-align: top;
}

.pagination {
    margin: 0;
    display: inline
}

    .pagination ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .pagination ul li {
            display: inline;
        }
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        width: 100%;
    }

.form-control {
    height: 33px;
    font-size: 12px;
    border-radius: 0;
}

select.form-control {
    padding: 0;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc
}
/*.form-group label > input,
.form-group label > .input-group,
.form-group label > select,
.form-group label > .bootstrap-select,
.form-group label > textarea {
    margin-top: 5px !important;
}*/
.form-inline .form-control {
    display: inline-block;
}

.form-inline label > input,
.form-inline label > .bootstrap-select {
    margin-right: 5px;
}

label {
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
}

    label small {
        color: #959595;
        padding-left: 50px;
    }

    label select {
        margin-top: 10px;
    }

.floating-label-form-group {
    position: relative;
    margin-bottom: 5px;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        position: relative;
    }

    .floating-label-form-group label {
        display: block;
        position: relative;
        top: 2em;
        opacity: 0;
        z-index: 0;
        vertical-align: middle;
        vertical-align: baseline;
        margin: 0;
        font-size: 10px;
        -webkit-transition: top 0.5s ease, opacity 0.5s ease;
        -moz-transition: top 0.5s ease, opacity 0.5s ease;
        -ms-transition: top 0.5s ease, opacity 0.5s ease;
        transition: top 0.5s ease, opacity 0.5s ease;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 33px;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        box-shadow: none;
        border: 1px solid #ccc;
    }

::-webkit-input-placeholder {
    color: #333 !important;
    font-weight: normal !important;
}

:-moz-placeholder {
    color: #333 !important;
    font-weight: normal !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #333 !important;
    font-weight: normal !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333 !important;
    font-weight: normal !important;
}

.floating-label-form-group ::-webkit-input-placeholder {
    color: #999 !important;
    font-weight: normal !important;
}

.floating-label-form-group :-moz-placeholder {
    color: #999 !important;
    font-weight: normal !important;
    opacity: 1;
}

.floating-label-form-group ::-moz-placeholder {
    color: #999 !important;
    font-weight: normal !important;
    opacity: 1;
}

.floating-label-form-group :-ms-input-placeholder {
    color: #999 !important;
    font-weight: normal !important;
}

textarea {
    padding: 8px 13px;
    min-height: 100px;
    resize: vertical;
    font-weight: inherit;
}

.dl-horizontal textarea {
    min-height: 100px;
}

.checkbox,
.radio {
    position: relative;
    cursor: pointer;
    margin: 0;
}

    .checkbox::-moz-selection,
    .radio::-moz-selection {
        background: transparent;
    }

    .checkbox::selection,
    .radio::selection {
        background: transparent;
    }

    .checkbox input + span,
    .radio input + span {
        background: white;
        border: 1px solid #c2c2c2;
        content: "";
        display: inline-block;
        margin: -2px .5em 0 0;
        padding: 0;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }

    .checkbox.single {
        margin-right: 0;
        width: 12px;
    }

        .checkbox.single input + span {
            margin-right: 0;
        }

    .radio input + span {
        border: 2px solid #c2c2c2;
        width: 16px;
        height: 16px;
    }

        .checkbox input + span::after,
        .radio input + span::after {
            content: "";
            display: block;
            opacity: 0;
        }

    .checkbox input:checked + span::after,
    .radio input:checked + span::after {
        opacity: 1;
    }

    .checkbox input,
    .radio input {
        position: absolute;
        cursor: pointer;
        opacity: 0;
    }

        .checkbox input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: 12px;
            height: 12px;
        }

        .radio input + span {
            border-radius: 100%;
        }

            .radio input + span::after {
                border-radius: 100%;
                margin: 2px;
                width: 8px;
                height: 8px;
            }

        .radio input:checked + span::after {
            background: black;
        }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    width: 0;
    margin-right: 0;
}

.form-inline label.radio,
.form-inline label.checkbox {
    margin-right: 20px !important;
}

#sticky {
    width: 100%;
    padding: 2px;
    padding-bottom: 2px;
    background: black;
    color: white;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    font-style: italic;
    margin-left: 200px;
}

    #sticky div {
        width: 100%;
        padding-left: 40%;
    }

input[data-role="datetimepicker"] {
    height: 2em !important;
}

.toast {
    text-align: center;
    border-radius: 3px;
    display: none;
}

    .toast.active {
        transform: translateX(0%);
        display: inline-block;
        animation-name: warningShow;
        animation-duration: 2s;
        width: auto;
    }

    .toast .toast-content {
        padding: 5px 12px;
        display: flex;
        align-items: center;
    }

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: white;
}

.check {
    font-size: 20px;
}

.toast .close {
    color: white;
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
}

    .toast .close:hover {
        opacity: 1;
    }

.toast-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    color: #fff;
    font-size: 10px;
}

@keyframes warningShow {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.modal-header-timesPosition {
    font-size: 21px;
    font-weight: bold;
    color: #3e3e3e !important;
    position: absolute;
    transform: translateY(-50%);
    right: 10px;
    transition: color 0.3s;
}

    .modal-header-timesPosition:hover {
        color: #666 !important;
        cursor: pointer;
    }

.float-right {
    float: right;
}

.custom-modal-lg .modal-dialog {
    width: 1200px;
    max-width: 100%;
}

.custom-modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    background-clip: padding-box;
    width: 100%;
}

.btn-report-status {
    border-color: #cccccc;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

    .btn-report-status:hover {
        border-color: #cccccc;
        cursor: pointer;
        color: white;
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 10px;
    }

.navbar .dropdown-toggle::after {
    display: none;
}
