/*
 * Fonts
 */

@font-face {
    font-family: 'SFProText-Regular';
    src: url('../../fonts/SFProText-Regular.eot');
    src: url('../../fonts/SFProText-Regular.woff2') format('woff2'),
    url('../../fonts/SFProText-Regular.woff') format('woff'),
    url('../../fonts/SFProText-Regular.ttf') format('truetype'),
    url('../../fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText-Medium';
    src: url('../../fonts/SFProText-Medium.eot');
    src: url('../../fonts/SFProText-Medium.woff2') format('woff2'),
    url('../../fonts/SFProText-Medium.woff') format('woff'),
    url('../../fonts/SFProText-Medium.ttf') format('truetype'),
    url('../../fonts/SFProText-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText-Semibold';
    src: url('../../fonts/SFProText-Semibold.eot');
    src: url('../../fonts/SFProText-Semibold.woff2') format('woff2'),
    url('../../fonts/SFProText-Semibold.woff') format('woff'),
    url('../../fonts/SFProText-Semibold.ttf') format('truetype'),
    url('../../fonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText-Heavy';
    src: url('../../fonts/SFProText-Heavy.eot');
    src: url('../../fonts/SFProText-Heavy.woff2') format('woff2'),
    url('../../fonts/SFProText-Heavy.woff') format('woff'),
    url('../../fonts/SFProText-Heavy.ttf') format('truetype'),
    url('../../fonts/SFProText-Heavy.eot?#iefix') format('embedded-opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText-Bold';
    src: url('../../fonts/SFProText-Bold.eot');
    src: url('../../fonts/SFProText-Bold.woff2') format('woff2'),
    url('../../fonts/SFProText-Bold.woff') format('woff'),
    url('../../fonts/SFProText-Bold.ttf') format('truetype'),
    url('../../fonts/SFProText-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplay-Semibold';
    src: url('../../fonts/SFProDisplay-Semibold.eot');
    src: url('../../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../../fonts/SFProDisplay-Semibold.woff') format('woff'),
    url('../../fonts/SFProDisplay-Semibold.ttf') format('truetype'),
    url('../../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplay-Heavy';
    src: url('../../fonts/SFProDisplay-Heavy.eot');
    src: url('../../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
    url('../../fonts/SFProDisplay-Heavy.woff') format('woff'),
    url('../../fonts/SFProDisplay-Heavy.ttf') format('truetype'),
    url('../../fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplay-Bold';
    src: url('../../fonts/SFProDisplay-Bold.eot');
    src: url('../../fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('../../fonts/SFProDisplay-Bold.woff') format('woff'),
    url('../../fonts/SFProDisplay-Bold.ttf') format('truetype'),
    url('../../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

/*
* General styling
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: SFProText-Regular, sans-serif;
    color: #383837;
    background-color: #F6F6F5;
}

@media screen and (min-width: 770px) {
    .padding {
        padding: 15px 50px 50px 50px;
    }
}

@media (min-width: 768px) {
    .label-shift {
        top: 7px;
    }

    .checkbox-shift {
        margin-top: 10px !important;
    }
}

.sidebar {
    margin-top: 0;
    background-color: white;
    min-height: 100%;
    position: fixed;
    -webkit-box-shadow: 2px 0px 10px -5px grey;
    /*width: 300px;*/
}

/*
 * Page wrapper optimalisation
 */
#page-wrapper {
    position: absolute;
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    height: calc(100% - 55px);
    background: #F6F6F5;
    padding: 0 !important;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
}

.container {
    padding-left: 45px !important;
    padding-right: 45px !important;
    width: 100%;
}

/*
 * Button styling
 */
.btn {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.btn-success {
    background: #479C16 !important;
    border-color: #479C16 !important
}

.success {
    border-color: rgba(19, 181, 147, 0.7);
    background-color: rgba(19, 181, 147, 0.7);
}

.success:hover {
    border-color: rgba(19, 181, 147, 1);
    background-color: rgba(19, 181, 147, 1);
}

.button-default {
    color: white;
    background: #479C16;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: SFProDisplay-Heavy, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.4;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    border-radius: 20px;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    min-width: 150px;
}

.button-default:hover {
    color: #479C16;
    background-color: white;
    border: #479C16 1px solid;
}

a:hover {
    text-decoration: none !important;
}

/*
 * Modal styling
 */
#wrapper > nav > ul > li > ul > li > a {
    color: black !important;
    background-color: white !important;
}

#wrapper > nav > ul > li > ul > li > a i {
    color: #ff7f00 !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 0px !important;
}

.modal-footer, .modal-header {
    border: none;
}

/*
 * Title styling
 */
.title-page {
    margin: 0 0 0;
    color: #383837;
    padding: 10px 10px 10px 0;
    font-size: 20px;
    text-align: left;
    font-family: SFProDisplay-Bold, sans-serif;
    background-color: #F6F6F5;
}

/*
 * Breadcrumbs styling
 */
ul#breadcrumbs li {
    display: inline;
}

#breadcrumbs {
    color: #383837;
    padding-top: 0px;
    margin-bottom: 0px;
}

#breadcrumbs > li > a {
    color: #383837;
}

/*
 * Error message styling
 */
.alert-danger {
    color: white;
    border-radius: 0px;
    margin-bottom: 10px !important;
    background-color: rgba(228, 65, 51, 0.7);
    border: none;
}

.alert-success {
    color: white;
    border-radius: 0px;
    margin-bottom: 10px !important;
    background-color: rgba(19, 181, 147, 0.7);
    border: none;
}

.alert-warning {
    color: white;
    border-radius: 0px;
    margin-bottom: 10px !important;
    background-color: rgba(242, 146, 13, 0.7);
    border: none;
}

.alert-info {
    color: white;
    border-radius: 0px;
    margin-bottom: 10px !important;
    background-color: rgba(42, 143, 215, 0.70);
    border: none;
}

/*
 * Navbar styling
 */
.navbar {
    background: #F6F6F5;
    border-color: #F6F6F5;
    color: white !important;
    margin-bottom: 0;
}

.navbar-brand {
    font-family: SFProDisplay-Heavy, sans-serif;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #F6F6F5;
}

.nav > li > a {
    color: #383837;
    font-size: 18px;
}

.sidebar ul li {
    border: none;
}

.menu-icon {
    color: #E17000;
}

/*
 * The content container
 */
.container {
    max-width: 100% !important;
}

#wrapper {
    /*background-color: #009e14 !important;*/
}

#page-wrapper {
    padding: 0px;
    min-height: 845px;
}

#menu-headers {
    margin-bottom: 50px;
    margin-top: 20px;
}

#side-nav-bar-head {
    color: #479C16;
    text-align: center;
    font-family: SFProDisplay-Heavy, sans-serif;
    font-size: 23px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.sidebar ul li a.active {
    font-weight: bold;
    color: #6cc525;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #6cc525;
}

@media (max-width: 768px) {
    #page-wrapper {
        width: 100%;
    }

    .container-fluid {
        padding-top: 20px;
    }

    .table-responsive {
        border: unset;
    }
}

/*
 * Styling for the table data
 */
#tabledata_filter > label > input[type="search"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}

#tabledata_filter > label > input[type="search"]:focus, #tabledata_filter > label > input[type="search"]:active {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none !important;
}

.dataTables_paginate {
    border-radius: 5px;
    padding: 0 !important;
    margin-top: 10px !important;
    border: 1px solid #ddd !important;
}

#tabledata_next, #tabledata_previous {
    color: black !important;
    border-left: solid 1px #ddd;
}

.paginate_button {
    margin: 0 !important;
    border-right: 1px solid #ddd !important;
}

#tabledata_next:hover, #tabledata_previous:hover {
    background: none;
    margin: 0 !important;
    border-color: #ddd !important;
    background-color: #eee !important;
    border-right: 1px solid #ddd !important;
}

#tabledata_paginate > span > a.paginate_button.current {
    background: none;
    color: black !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

#tabledata_paginate > span > a {
    color: #ffffff !important;
    border-left: 1px solid #ddd;
    background-color: white !important;
}

#tabledata_paginate > span > a:hover {
    color: white !important;
    background: none;
    background-color: #ff7f00 !important;
    border-color: #ff7f00 !important;
}

#tabledata tbody tr {
    background-color: #F6F6F5;
}

.table-actions {
    min-width: 85px;
}

.black-grey {
    color: #383837;
}

.green {
    color: #479C16;
}

/*
 * Login form styling
 */
#login {
    margin: auto;
    max-width: 500px;
    margin-top: 20%;
    padding: 20px;
}

.login-full-width {
    height: 100vh;
    width: 100vw;
    background: url('/images/backend/login-bg.png') center center no-repeat;
    background-size: 100vw 100vh;
}

.main-center div {
    margin: 2px;
}

.login-logo {
    height: 60px !important;
    color: #eeeeee !important;
    border: 0px !important;
    background: rgba(0, 0, 0, .25) !important;
}

#login img {
    width: 40% !important;
    height: 100% !important;
}

#login input {
    height: 64px !important;
    font-size: 15px !important;
    color: #eeeeee !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, .25) !important;
}

#login button {
    height: 64px !important;
    font-size: 15px !important;
    color: #eeeeee !important;
    margin: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, .25) !important;
}

.copyright {
    color: white;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/*
 * DTT logo in the bottom
 */
.menu-logo {
    position: fixed;
    padding-left: 50px;
    padding-bottom: 15px;
    bottom: 0px;
}

/**
 * Image Upload styles
 */
.image-holder > img {
    max-width: 200px;
    margin-bottom: 20px;
}

.image-holder > img.hidden {
    display: none;
    margin-bottom: 0px;
}

label.custom-file-upload input[type="file"] {
    position: fixed;
    top: -1000px;
}

.custom-file-upload {
    color: white;
    background: #041031;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.custom-file-upload:hover, .custom-file-upload:active {
    color: #041031;
    background-color: white;
    border: #041031 1px solid;
}

.table-image {
    width: 100px;
    height: auto;
    max-height: 200px;
}

.filler {
    color: #FFF !important;
}

#contentCsv {
    padding-left: 20px;
}

.csv-main-container {
    padding-top: 20px;
    padding-left: 20px;
}

.csv-td {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1.5px solid #ddd;
}

.csv-th {
    padding: 10px 18px;
    border-bottom: 1.5px solid #111;
    width: 26%;
    color: #111111;
}

.csv-th2 {
    padding: 10px 18px;
    border-bottom: 1.5px solid #111;
    color: #FFFFFF;
    width: 26%;
}

.csv-content {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.csv-container {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 650px) {
    .csv-container {
        display: flex;
        flex-direction: column;
    }
}

.csv-header {
    padding: 8px 8px;
    font-size: 14px;
    font-weight: bold;
}

.csv-notes {
    width: 70%;
}

.csv-th-other {
    padding: 10px 18px;
}

.csv-table {
    width: 100%;
    border-bottom: 1.5px solid #ddd;
}

