/* GENERAL */
h2 {
    font-size: 1.5em !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

/* LOGINPAGE */
.loginpage {
    padding-top: 50px;
}
.loginpage .card {
    margin-bottom: 7px;
}

.loginpage .card .card-body {
    padding: 0px 30px 30px 30px;
}

.loginpage, .loginpage .content {
    background-color: #343535;
}

.loginpage .nav-link {
    color: #fff !important;
}

.loginpage .nav-link.active {
    color: #0db0f5 !important;
}

.loginpage .row-copyright,
.loginpage .row-terms,
.loginpage .row-copyright a,
.loginpage .row-terms a {
    color: #ccc;
}

.loginpage .row-copyright a:hover,
.loginpage .row-terms a:hover {
    color: #00bbff;
}

/* APPLICATION */
.sidebar .logo {
    background: #24B2E8;
    border-right: 1px solid #24B2E8;
}

.sidebar {
    background: #343535;
}

.navbar {
    background: #EFFAFF;
    border-bottom: 1px solid #24B2E8;
}

.navbar .navbar-brand {
    color: #888;
}

.navbar .navbar-nav .nav-link:hover {
    color: #24B2E8;
}

.content {
    background: #F7F7F8;
}

.title-row {
    margin-bottom: 20px;
    margin-top: 15px !important;
}
.option-row {
    margin-bottom:  15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.badge {
    font-weight: 300 !important;
    font-size: 0.85rem !important;
}

.btn .fa, .btn .fas {
    padding-right: 5px;
}

[data-href] {
    cursor: pointer;
}

.card-title.bg-info {
    background-color: #0DB0F5 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* CARDS */
.card,
.card-header:first-child{
    border-radius: 8px;
}

/* FULLPAGE */
.wrapper-full-page {
    min-height: 100vh;
    height: 100%;
    margin-top: -42px;
}
.wrapper-full-page .content {
    min-height: calc(100vh - 61px) !important;
}

/* SWITCH */
.bootstrap-switch .bootstrap-switch-handle-off {
    background-color: #9A9A9A !important;
}

/* TABS */
.nav-container {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

/* PWSTRENGTH */
.pwstrength_viewport_progress .progress {
    height: 20px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

/* PAGINATION */
.dataTable tfoot th {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #9A9A9A;
    font-weight: 200 !important;
    padding: 5px 8px 12px 8px !important;
    vertical-align: middle;
    border-color: #E3E3E3
}

.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after,
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    display: inline-block;
    bottom: 0px;
    right: -7px;
    font-family: 'Font Awesome\ 5 Pro';
    opacity: 0.8;
}

.dataTable thead .disabled-sorting.sorting:after,
.dataTable thead .disabled-sorting.sorting_asc:after,
.dataTable thead .disabled-sorting.sorting_desc:after,
.dataTable thead .disabled-sorting.sorting_asc_disabled:after,
.dataTable thead .disabled-sorting.sorting_desc_disabled:after {
    display: none;
}

.dataTable thead .sorting:after {
    opacity: 0.4;
    content: "\f0dc";
}

.dataTable thead .sorting_asc:after {
    content: "\f0de";
    top: 3px;
}

.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    top: -3px;
}

/* footer info */
.dataTables_info {
    font-size: 1rem;
    margin-top: 10px;
}

/* footer pagination */
.dataTables_paginate li {
    padding: 0;
}
.dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_paginate .paginate_button .page-link {
    color: #333333 !important;
}
.dataTables_paginate .paginate_button.active .page-link {
    background: #24B2E8;
    color: #FFFFFF !important;
}
.dataTables_paginate .paginate_button.disabled .page-link {
    background: #FFFFFF;
    color: #CCCCCC !important;
}
.dataTables_paginate .paginate_button.page-item.first .page-link,
.dataTables_paginate .paginate_button.page-item.previous .page-link,
.dataTables_paginate .paginate_button.page-item.next .page-link,
.dataTables_paginate .paginate_button.page-item .page-link,
.dataTables_paginate .paginate_button.page-item.last .page-link {
    border-radius: 20px;
}

.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_button:active,
.dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: none !important;
    padding: 5px !important;
}

@media screen and (max-width: 767px) {
    .dataTables_paginate .paginate_button.page-item.first,
    .dataTables_paginate .paginate_button.page-item.last {
        display: none;
    }
}

.column-id {
    width: 100px;
}
.fixedHeader-floating thead tr th {
    padding-top: 10px !important;
}
.dataTables_length, .dataTables_filter {
    display:  none;
}
.table>thead>tr>th {
    color: #184e63;
}

thead {
    padding-top: 15px;
    font-size: 1rem;
    color: #EFFAFF !important;
    background: #6bcff4 !important;
}
thead tr th {
    padding: 10px 10px 10px 10px !important;
    border-bottom: 2px solid #0c0c0c !important;
}
thead tr th input {
    width: 100%;
    border: #ccc 1px dotted;
    color: #333;
    padding: 3px;
    border-radius: 5px;
    background: #d4eef9;
}

.table-calculation input {
    padding: 2px;
    height: 30px;
}
.table-calculation textarea {
    height: 60px;
}

table tr td a {
    color: #000 !important;
}
table tr td a:hover {
    color: #0db0f5 !important;
    text-decoration: underline;
}
table tr td a i {
    color: #0db0f5 !important;
}

table tr td a.icon:hover {
    text-decoration: none !important;
}