/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/



:root {
    --main-primary-color: white;
    --main-accent-color: white;
    --main-text-color: #fff;
}

.btn-primary {
    background-color: var(--main-primary-color) !important;
    border-color: var(--main-primary-color) !important;
}

.table-primary {
    background-color: var(--main-primary-color) !important;
    border-color: var(--main-primary-color) !important;
    --bs-table-bg: var(--main-primary-color) !important;
    color: white;
}


.sidebar .panel {
    /*background-color: transparent !important;*/
    background-color: white;
}

#logout_sidebar_button {
    position: absolute;
    bottom: 15px;
}

.sidebar .list-group-item {
    position: unset;
}

html {
    height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 50px;
    font-family: 'Sailec-Medium', sans-serif;
    min-height: 100%;
}

@media screen and (min-width: 767px) {
    body {
        background-image: none;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
}

footer {
    position: relative !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}


.sidebar {
    width: 250px;
    height: 100%;
    padding-top: 10px;
    z-index: 1;
    left: 0px;
    top: 0px;
    position: fixed;
    background-color: var(--main-primary-color);
    overflow: auto;
}


        .sidebar .logo:hover .main-logo {
            /*-webkit-filter: drop-shadow( 3px 3px 2px rgba(255,255,255,0.3));
        filter: drop-shadow( 3px 3px 2px rgba(255,255,255,0.3));*/
            fill: #BABCC2;
        }

    .sidebar .list-group {
        border: none;
    }

    .sidebar .list-group-item-heading {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        color: #BABCC2;
    }

    .sidebar .list-group-item .fa-pull-left {
        margin-right: 20px;
    }

    .sidebar .list-group-item {
        border: none;
        border-left: 4px solid transparent;
        border-radius: 0px;
        background-color: transparent;
        color: white;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .sidebar .list-group-item :after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            bottom: 0px;
            background: #505564;
            padding: 0px;
            left: -4px;
        }

        .sidebar .list-group-item i.nav {
            color: #BABCC2;
            width: 24px;
            height: 24px;
            background-size: contain;
            margin-right: 12px;
            top: -4px;
        }

        .sidebar .list-group-item i.nav-home {
            background-image: none;
        }

        .sidebar .list-group-item i.nav-calendar {
            background-image: none;
        }

        .sidebar .list-group-item i.nav-staff {
            background-image: none;
        }

        .sidebar .list-group-item i.nav-gdpr {
            background-image: none;
        }

        .sidebar .list-group-item i.nav-fire {
            background-image: none;
        }

        .sidebar .list-group-item i.nav-visitors {
            background-image: none;
        }

        .sidebar .list-group-item i.nav-settings {
            background-image: none;
        }

        .sidebar .list-group-item.active {
            color: white;
            border-left: 4px solid #f3f6fb;
        }

        .sidebar .list-group-item.settings-collapsed.settings-active {
            border-left: 4px solid #f3f6fb;
        }

        .sidebar .list-group-item.settings-expanded {
            color: white;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar .list-group-item.active:hover,
        .sidebar .list-group-item.active:focus {
            color: #BABCC2;
            border-left: 4px solid #f3f6fb;
        }

        .sidebar .list-group-item:hover,
        .sidebar .list-group-item:focus {
            background-color: rgba(255, 255, 255, 0.1);
            color: #BABCC2;
        }

    .sidebar .list-group-sub-item:first-child {
        margin-top: 6px;
    }

    .sidebar .collapsing .list-group-sub-item {
        position: relative;
        display: block;
        border: none;
        background-color: transparent;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        margin-left: -55px;
        margin-right: -15px;
        padding-left: 15px;
        border-left: 4px solid transparent;
    }

    .sidebar .list-group-sub-item {
        position: relative;
        display: block;
        border: none;
        background-color: transparent;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        margin-left: -19px;
        margin-right: -15px;
        padding-left: 15px;
        border-left: 4px solid transparent;
    }

        .sidebar .list-group-sub-item.active:hover,
        .sidebar .list-group-sub-item.active:focus {
            color: #BABCC2;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar .list-group-sub-item.active {
            color: white;
            border-left: 4px solid white;
        }

        .sidebar .list-group-sub-item:hover,
        .sidebar .list-group-sub-item:focus {
            color: #BABCC2;
            background-color: rgba(255, 255, 255, 0.1);
        }

.main-content {
    margin-left: 300px;
    margin-right: 50px;
}

.logo-fill-width {
    width: -webkit-fill-available;
}

#logo-container {
    height: 150px;
}

.small-logo-container {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    float: right;
    margin-right: 20px;
    padding: 10px;
}
.small-logo {
    
    height: inherit;
}

.tab-content {
    margin-top: 50px;
}



.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.mt-100 {
    margin-top: 100px;
}

.dataTable {
    width:100% !important;

}

.primary-color {
    background-color: #111323;
    color: white;
}
.primary-color:hover {
    background-color: #111323;
    color: #cccccc;
}

.unread-job {
    -webkit-box-shadow: inset 6px 0px 0px 0px var(--main-primary-color);
    -moz-box-shadow: inset 6px 0px 0px 0px var(--main-primary-color);
    box-shadow: inset 6px 0px 0px 0px var(--main-primary-color);
    font-weight: bold;
}

h2 {
    margin-bottom:25px;
}

#notesDataTable td:nth-child(1) {
    width: 60% !important;
}

#notesDataTable td:nth-child(2) {
    width: 20% !important;
}

#notesDataTable td:nth-child(3) {
    width: 20% !important;
}