body {
    background-color: #ffffff;
}

header.container-fluid {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.loginbox .form-control {
    border-radius: 0px;
    margin: 12px 0;
    height: 40px;
}

.logo {
    margin: auto;
    text-align: center;
    padding-top: 20%;
}

.logo img {
    height: 70px;
}

/*footer*/
.loginbox .footer a {
    color: #000;
    text-decoration: none;
}

.loginbox .footer {
    color: #000;
    text-align: center;
}

/*footer end*/


/*for logintemplate blue*/
.loginbox .grayBody {
    background-color: #E9E9E9;
}

.loginbox .loginbox {
    margin-top: 5%;
    border-top: 6px solid #b81e0d;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.12), 0 -2px 10px -2px rgba(0, 0, 0, 0.12);
}

.loginbox .singtext {
    font-size: 28px;
    color: #b81e0d;
    font-weight: 500;
    letter-spacing: 1px;
}

.loginbox .submitButton {
    background-color: #b81e0d;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 10px 0px;
    width: 100%;
    margin-left: 2px;
    font-size: 16px;
    border-radius: 0px;
    outline: none;
}

.loginbox .submitButton:hover, .loginbox .submitButton:focus {
    color: #fff;
    outline: none;
}

.forGotPassword {
    background-color: #F2F2F2;
    padding: 15px 0px;
    text-align: center;

}

.forGotPassword:hover {
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.12);
}

.forGotPassword a {
    color: #000;
    outline: none;
}

.forGotPassword a:hover, .forGotPassword a:active, .forGotPassword a:focus {
    text-decoration: none;
    outline: none;
}

.navbar {
    min-height: 80px;
    display: flex;
    align-items: center;
}

.navbar > .container-fluid {
    width: 100%;
}

.navbar-default {
    border-color: #dddddd;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    cursor: default;
}

.nav > li > a {
    padding: 15px;
}

ul.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataTables_wrapper > .row:first-child, .dataTables_wrapper > .row:last-child {
    margin-top: 38px;
    margin-bottom: 25px;
}

.username {
    text-transform: capitalize;
}

.datepicker-dropdown {
    width: fit-content !important;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 15px;
}

.actions-pills {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.actions-pills .btn:hover, .btn.focus {
    color: #333;
    outline: none;
}

tr {
    text-align: center;
}

td {
    vertical-align: middle !important;
}

.pastille {
    display: inline-block;
    cursor: pointer;

    height: 12px;
    width: 12px;

    border-radius: 6px;
}

.pastille.green {
    background: #54d256;
    border: 1px solid #54d256;
}

.pastille.blue {
    background: #3faade;
    border: 1px solid #3faade;
}

.pastille.cancel {
    background: #777775;
    border: 1px solid #777775;
}

.pastille.empty {
    background: #fff;
    border: 1px solid #777775;
}

.pastille.near {
    background: #d9831f;
    border: 1px solid #d9831f;
}

.pastille.expired {
    background: #d9230f;
    border: 1px solid #d9230f;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    color: #E2230F;
}

table th.action {
    width: 14px;
}

.invisibility-mantle {
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;

    border-bottom: 1px solid #dddddd;
    background-color: #fff;

    padding: 10px;
}

nav.subheader {
    padding: 20px 40px;
    background: #f4f4f4;
    justify-content: center;

    margin-bottom: 80px;
}

nav .brand, nav .menu__informations {
    z-index: 10;
    display: flex;
    align-items: center;
}

nav .menu__informations .dropdown-menu {
    left: -95px;
}

.brand .brand__informations p {
    margin: 0;
}

.brand .navbar-brand {
    height: 60px;
}

.brand .navbar-brand img {
    height: auto;
}

.jumbotrone {
    justify-content: space-between;
    display: flex;
    padding: 2rem !important;
    align-items: center;
    /* border-radius: 10px; */
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    border-top: none;
}

.jumbotrone h2, .jumbotrone ul {
    margin: 0;
}

.jumbotron {
    border-radius: 0 !important;

    border: 1px solid #dddddd;
    border-top: none;

    padding: 30px 60px !important;
}

.jumbotron h2 {
    line-height: 0px;
    padding-bottom: 10px;
}

.jumbotron.borderline {
    border-top: 1px solid #dddddd;
    border-radius: 4px !important;
}

.jumbotron.borderline ul.list-inline li:first-child {
    display: block;
    margin-bottom: 15px;
}

.jumbotron.borderline ul.list-inline li {
    display: block;
    margin-bottom: 5px;
}

.jumbotron.borderline ul.list-inline li .btn {
    width: 100%;
}

.borderline-sticky {
    top: 181px;
    position: sticky;
}

.jumbotron.borderline h2 {
    line-height: initial;
}

.jumbotron.borderline ul {
    padding: 0 !important;
}

.jumbotron p:first-child {
    font-size: 15px;
}

.nav.nav-tabs {
    display: flex;
    justify-content: center;
}

.infinite_input {
    padding-left: 80px;
}

.infinite_input.active {
    color: transparent;
}

input[is="infinite-value"] + input[type="checkbox"] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

input[is="infinite-value"] + input[type="checkbox"] + label {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.p-0 {
    padding: 0;
}

.px-6 {
    padding: 0 6rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #f4f4f4;
}

label {
    font-weight: 900;
}

.filedset {
    min-height: 20px;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}

.filedset button {
    float: right;
    margin-top: 20px
}

.chosen-container-multi .chosen-choices {
    height: 36px !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    border: 1px solid #dddddd !important;
    background-color: #fff !important;
    background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 36px !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.custom-table .row{
    display: flex;
    align-items: center;

    height: 50px;
}

.custom-table .row label {
    margin-bottom: 0;
}

.custom-table .nav.nav-pills.actions-pills {
    width: 36px;
    height: 38px;
}

.custom-table button.btn.dropdown-toggle {
    margin-top: 0;
}

.custom-table .title {
    height: 80px;
}

button[aria-label="Close"] {
    margin-top: 0;
}

.mg-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.invisible {
    position: absolute;
    bottom: 0;
}

.mg-t-10 {
    margin-top: 10px;
}

code {
    white-space: nowrap;
    overflow: hidden;
}

.mg-b-80 {
    margin-bottom: 80px;
}

.mg-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mg-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

select + .chosen-container {
    width: 100% !important;
}

nav.main-nav {
    margin-bottom: 10px;
}

nav.nav-dossier {
    position: absolute;
    top:0;
    left: 0;

    width: 100%;
    height: 81px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: transparent;

    margin-bottom: 40px;
}

@media (max-width: 1340px) {
    nav.main-nav {
        margin-bottom: 0px;
    }
    nav.nav-dossier {
        position: relative;
        padding: 20px 40px;
        background: #f4f4f4;
        justify-content: center;

        height: auto;
    }
}

#ccpu-results {
    max-height: 50vh;
    overflow: auto;
}
