@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 300;
    src: url("font/Saira-Light.woff2") format('woff2');
}

.yearcolumn {
    background: rgba(147,50,0,.2);
}

.iconpicker-popover.fade.in {
    opacity: 100 !important;
}

input {
    border: 0;
    outline: 0;
}

input:focus {
    outline: none !important;
}

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url("font/Saira-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: bold;
    src: url("font/Saira-SemiBold.woff2") format('woff2');
}

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 700;
    src: url("font/Saira-SemiBold.woff2") format('woff2');
}

@font-face {
    font-family: 'Saira';
    font-style: italic;
    font-weight: 300;
    src: url("font/Saira-LightItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Saira';
    font-style: italic;
    font-weight: 400;
    src: url("font/Saira-Italic.woff2") format('woff2');
}

@font-face {
    font-family: 'Saira';
    font-style: italic;
    font-weight: 700;
    src: url("font/Saira-SemiBoldItalic.woff2") format('woff2');
}

/* ------------ */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url("font/robotocondensedlight.woff") format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url("font/robotocondensed.woff") format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url("font/robotocondensedbold.woff") format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url("font/robotocondensedlightitalic.woff") format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url("font/robotocondenseditalic.woff") format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url("font/robotocondensedbolditalic.woff") format('woff');
}

html {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
}

body {
    background-color: #454d55 !important;
    font-family: 'Saira', 'Roboto Condensed', 'Roboto', 'Baloo Thambi 2', serif;
    /*font-family: 'Poppins', 'Saira', 'Roboto Condensed', 'Roboto', 'Baloo Thambi 2', serif;*/
    /*font-family: 'Roboto Condensed' !important;*/
    /*margin-bottom: 60px;*/
    font-size: 13px;
}


table.wage-details-table {

}

table.wage-details-table td.indentcell {
    border-right: 1px solid #353a40;
    border-left: 1px solid #353a40;
    border-top: 1px solid #353a40;
    border-bottom: 1px solid rgb(156, 163, 175);
}

.modal-wageeditor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.dropdown-menu .dropdown-submenu-left {
    right: 0;
    bottom: 100%;
    top: auto;
    left: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 200px;
}

.today-bar tr td {
    padding: 0 !important;
    border: 0 !important;
    line-height: 1px;
}

.today-bar tr td:last-child {
    border-bottom: 1px solid gray !important;
}

.today-bar tr:last-child td {
    padding: 0 !important;
    border: 0 !important;
    line-height: 1px;
    border-bottom: 0px solid white !important;
}

.today-bar tr.noon td {
    border-bottom: 1px solid white !important;
}

.card.notifications .show-all-notifications {
    display: none;
}

.card.notifications a {
    border-bottom: 1px solid rgb(75, 84, 92);
}

.card.notifications .notification-time {
    float: right;
}

.status-circle-header:hover {
    border: 2px solid rgba(255, 255, 255, 0.5);
}


.status-circle-header {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}


.status-circle-menu {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.status-circle-small {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    bottom: -8px;
    right: -8px;
    margin: 1rem; /* NAVBAR HAS 1REM PADDING */
}

.initials-medium {
    position: relative;
    margin: auto;
    top: 0.2em;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 3.0em !important;
    font-weight: bold;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial";
}

.status-circle-medium {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 1px;
    border: 4px solid #343a40;
    /*bottom: -53px;
    right: -53px;*/
    /*margin: 0;*/ /* NAVBAR HAS 1REM PADDING */
}

.wage-details-table td {
    padding-left: 0.25em;
    padding-right: 0.25em;
    /*border: 2px solid red !important;*/
}

.fas-custom-exit-black {
    display: block;
    height: 20px;
    width: 15px;
    background: url("../storage/images/exit-icon-black.png") no-repeat center center;
    background-size: cover;
}

.fas-custom-exit {
    display: block;
    height: 20px;
    width: 15px;
    background: url("../storage/images/exit-icon.png") no-repeat center center;
    background-size: cover;
}

.employee-inactive {
    color: gray !important;
}

.btn-datatables {
    min-width: 2.5em !important;
}

#IconPreview {
    color: white !important;
}

.IconPickerModal {
    color: black !important;
}

.ip-icons-area i {
    color: black !important;
}

img, video {
    max-width: inherit;
    height: inherit;
}

.navbar-nav > .user-menu .user-image {
    float: left;
    line-height: 10px;
    margin-right: 0.4rem;
    margin-top: -8px;
}

.homeoffice {
    background-color: #f4b6fa !important;
    color: #1f2d3d;
}

.sick-leave {
    background-color: #f7caac !important;
    color: #1f2d3d;
}

.dayoff {
    background-color: #a8d08d !important;
    color: #1f2d3d;
}

.training {
    background-color: #ffd965 !important;
    color: #1f2d3d;
}

.delegacy, .other {
    background-color: #bdd6ee !important;
    color: #1f2d3d;
}

.substitution {
    background-color: #2e75b5 !important;
    color: white;
}

.conference {
    background-color: #ffe598 !important;
    color: #1f2d3d;
}

.unpaid {
    background-color: #a5a5a5 !important;
    color: #1f2d3d;
}

.event-target {
    border: 3px solid gray !important;
}

.sidebar-collapse .logo-xs {
    margin-left: 0 !important;
}

.nav-sidebar .nav-header {
    font-size: inherit !important;
    padding: .5rem .75rem;
}

.unread-notification {
    font-weight: bold;
}

.read-notification {
    font-weight: normal;
    color: grey !important;
}

.content-wrapper {
    background-color: #454d55;
    padding-bottom: 1rem;
    color: white;
    padding-bottom: 60px; /* STICKY FOOTER */
}

.login-page, .register-page {
    display: block;
    /*background-color: #f4f6f9;*/
    height: auto !important;
}

.profil-sheet .timeline-header {
    padding: 4px 10px 4px !important;
    line-height: 24px !important;
}

ol.breadcrumb {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
    padding-left: 10px !important;
    background-color: #566069 !important;
    width: 100% !important;
    border-radius: 0.1rem !important;
}

ol.breadcrumb a {
    color: white !important;
}

.btn-cardheader {
    padding: 1px 6px !important;
    margin-right: .25rem !important;
    /* margin-top: 2px;*/
    font-weight: 200 !important;
}

.btn i {
    font-size: 1.1em !important;
}

.btn {
    font-size: inherit;
}

.btn.padding {
    margin-right: 0.2em;
}

.timeline > div > .timeline-item > .timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #495057;
    font-size: inherit !important;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.icon-large {
    font-size: 1.6em;
}

.dropdown-menu {
    font-size: 1em;
}

.dropdown-footer, .dropdown-header {
    font-size: 1em;
}

/*
.comboTreeDropDownContainer {
    background-color: darkgrey;
    color: black;
}
*/
label.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.modal-title {
    font-size: 1.2em;
}

.btn-small {
    zoom: 70%;
}

.pull-right {
    position: absolute;
    right: 0px;
    z-index: 1000;
}

.pull-left {
    position: relative;
    left: 0px;
    display: block;
    vertical-align: center;
}

.card-body {
    padding: 1.0rem;
}

.card-footer {
    padding: .75rem;

}

.card-columns-profile {
    column-count: 2 !important;
}

@media only screen and (min-width: 992px) {
    .card-columns-profile {
        column-count: 2 !important;
    }
}

@media only screen and (min-width: 1200px) {
    .card-columns-profile {
        column-count: 2 !important;
    }
}

.box-body {
    padding: 0.5em;
}

.modal-content {
    background: none !important;
}

.dark-mode input, .dark-mode select, .dark-mode textarea {
    background: darkgrey !important;
    color: black !important;
}

.card-header {
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-title {
    float: left;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
}

.card-single {
    background-color: #40474e;
}

.dataTables_wrapper, .card-content {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: .25rem;
    padding: 1rem !important;
}

.navbar-dark {
    background-color: #343a40;
    border-color: #4b545c;
    border-top-color: rgb(75, 84, 92);
    border-right-color: rgb(75, 84, 92);
    border-bottom-color: rgb(75, 84, 92);
    border-left-color: rgb(75, 84, 92);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 !important;
    padding: 0 1rem;
    border: none !important;
}

.form-control {
    background-color: #f4f6f9 !important;
    font-size: inherit;
    height: calc(2rem + 2px);
}

input[type=checkbox].form-control {
    height: calc(1rem + 2px);
    width: calc(1rem + 2px);
}

.header-menu {
    padding-left: 1rem;
    padding-right: 0.9rem;

}

.comboTreeDropDownContainer {
    color: black !important;
}

.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
    color: black !important;
}

.editormodal {
    background-color: black;
}

.list-group {
    clear: both;
}

.menueditor .list-group-item {
    padding: 0;
}

.top-level .list-group-item {
    padding: 0.5rem 0.75rem;
}

.sub-level .list-group-item {
    padding: 0.5rem 0 0 0.75rem;
    border: none;
    margin: auto 0;
}

.hover {
    margin-top: -5px;
    margin-bottom: -5px;
    height: 40px;
    width: 100%;
}

.hover:hover {
    background-color: #315870;
}

.modal-xl {
    max-width: 90% !important;
}

.modal-lg {
    max-width: 50% !important;
}

.modal-content {
    box-shadow: none;
    background: transparent;
    border: none;
}

.dt-bootstrap4 {
    padding: 0.25rem;
}

.dt-buttons {
    float: left;
}

.dataTables_info {
    float: left;
}

.dt-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s;
    user-select: none;
}

.dt-button-collection {
    display: inline-block;
    height: 1.75rem;
    background: #4b545c;
    border: 1px solid #f4f6f9;
    transition: color .15s;
    border-radius: .25rem;
}

.button-page-length {
    color: #f4f6f9;
    font-weight: 400;
    font-size: 0.85rem;
    height: 100%;
    border-right: 1px solid #ffffff;
}

.button-page-length:last-child {
    border-right: none;
}

.vexor-span {
    display: inline-block;
    width: 100%;
    padding-bottom: .75rem;
}

.vexor-check {
    display: block;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.position-ref {
    position: relative;
}

.code {
    border-right: 2px solid;
    font-size: 26px;
    padding: 0 15px 0 15px;
    text-align: center;
}

.message {
    font-size: 18px;
    text-align: center;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.action {
    font-size: 18px;
    text-align: center;
}

.action a {
    text-decoration: none;
    color: #636b6f;
}

.action a:hover {
    text-decoration: none;
}

.vexor-dt-table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.vexor-dt-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.select2-selection__choice {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

#to-manual-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 100;
    padding: 0.7rem;
    background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
    border-radius: 50%;
    text-align: center;
}

#to-manual-link a {
    text-decoration: none;
    color: #343a40;
}

#to-manual-link a:hover {
    text-decoration: none;
}

#contents {
    width: 75%;
    display: block;
}

#contents li {
    margin-bottom: 0.4rem;
}

#contents li ul {
    margin-top: 0.4rem;
    list-style: none
}

#contents li a {
    color: white;
    font-size: 1rem;
    transition: padding-left 0.4s;
}

#contents li a:hover {
    padding-left: 0.4rem;
    font-weight: bold;
}

/* DARK MODE ADD */

.dark-mode .breadcrumb-item + .breadcrumb-item::before, .dark-mode .breadcrumb-item.active {
    color: #adb5bd;
}

.timeline-header {
    font-weight: bold !important;
}

.timeline-body .form-group {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.dark-mode .timeline > div > .timeline-item {
    background-color: #40474e;
    color: #fff;
    border: none;
}

.text-black-important {
    color: black !important;
}

/* ICONPICKER */

.iconpicker-popover {
    background-color: #40474e !important;
}

.iconpicker-popover.popover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    max-width: none;
    padding: 1px;
    text-align: left;
    width: 234px;
    background: #40474e !important;
    z-index: 9;
}

.iconpicker .iconpicker-items {
    position: relative;
    clear: both;
    float: none;
    padding: 12px 0 0 12px;
    background: inherit !important;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    min-height: 49px;
    max-height: 246px;
}

.iconpicker-popover.popover .popover-title {
    padding: 12px;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid #ebebeb;
    background-color: inherit !important;
}

/* DEFAULTS - OVERRIDE CSS LIBRARIES */

button, input, optgroup, select, textarea {
    padding: 1px 6px;
}
