/*************************
**
**  DASHBOARD STYLE
**
*************************/

html, body {
    font-family: 'Poppins', sans-serif;
    background: #f3f3f3;
}

/**-- TOP --**/

#top-content {
    background: #2c3e50;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 10;
}

.logo {
    margin-top: 10px;
}

.navbar-collapse .fa {
    font-size: 18px;
}

.navbar-collapse .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -3px;
}

.nav-user, .nav-test, .nav-alert, .nav-mail {
    border-left: 1px solid #3f5264;
}

.navbar.navbar-default .container-fluid {
    padding-left: 0px !important;
}

.navbar-header {
    width: 16.66666667%;
}

/**-- LEFT MENU --**/

.main-content .col-md-10 {
    float: right;
}

.left-menu {
    margin-top: 64px;
    background: #34495e;
    height: 100vh;
    padding: 0px;
    position: fixed;
}

.user-account {
    padding-bottom: 10px;
    border-bottom: 1px solid #142638;
}

.user-account img {
    width: 70%;
    margin-top: 20px;
    margin-left: 15%;
    border: 5px solid #2c3e50;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.welcome {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #8a98a7;
    font-style: italic;
    margin-bottom: 0px;
}

.name.tooltip-sidebar-logout {
    margin: 0;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 300;
    color: #ccd1d7;
    text-align: center;
}

.name.tooltip-sidebar-logout .last-name {
    font-weight: 400;
    color: #fff;
}

/**-- STICKY --**/

.sticky-left {
    padding: 20px 15px;
    min-height: 200px;
    border-top: 1px solid #54677a;
}

.sticky-content {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #c7db3f;
    margin-top: 40px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.sticky-content::before {
    display: block;
    content: '';
    width: 179px;
    height: 74px;
    background: url("../img/stick.png");
    position: absolute;
    top: -37px;
    left: 17%;
}

.sticky-content textarea {
    padding: 8px;
    width: 100%;
    min-height: 200px;
    margin-top: 30px;
    background: none;
    border: 1px solid #b9cb44;
}

.sticky-content textarea::-webkit-input-placeholder {
    color: #54677a;
}

.sticky-content textarea::-moz-placeholder {
    color: #54677a;
}

/* Firefox 19+ */
.sticky-content textarea:-moz-placeholder {
    color: #54677a;
}

/* Firefox 18- */
.sticky-content textarea:-ms-input-placeholder {
    color: #54677a;
}

.sticky-content input {
    float: right;
    margin-top: 15px;
    background: #54677a;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px 3px 10px;
    border-radius: 3px;
}

.sticky-content input:hover {
    background: #2c3e50;
}

/**-- CONTENT --**/

.content-page {
    margin-top: 60px;
    padding: 30px 15px;
}

.page-title h1 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.breadcrumb li,
.breadcrumb > .active {
    color: #54677a;
    font-size: 15px;
}

.breadcrumb a {
    color: #54677a;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.btn.btn-green {
    background: #54677a;
    color: #a3dce7;
    letter-spacing: 0.6px !important;
    margin-top: -8px;
    margin-right: -15px;
    padding-top: 9px;
    padding-bottom: 9px;
    box-shadow: none;
    border-radius: 0px 3px 3px 0px;
}

.btn.btn-green:hover {
    background: #2c3e50;
}

.btn-ajouter-candidats {
    position: relative;
    float: left;
    margin-top: 15px;
    background: #54677a;
    border: none;
    color: #b0b9c1;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px 3px 40px;
    border-radius: 3px;
}

.btn-ajouter-candidats::before {
    position: absolute;
    top: 0px;
    left: 5px;
    display: block;
    content: "\f067";
    font-family: FontAwesome;
    color: #b0b9c1;
    border-right: 1px solid #2c3e50;
    z-index: 9;
    padding: 4px 7px 5px 5px;
}
.btn-ajouter-candidats.print-icon::before {
    content: '\f02f'
}

.btn-ajouter-candidats:hover {
    text-decoration: none;
    color: #b0b9c1;
    background: #2c3e50;
}

.btn-ajouter-candidats:hover::before {
    border-right: 1px solid #54677a;
}

/**-- HOME WIDGET --**/

.widget-content {
    margin-top: 32px;
    position: relative;
    background: #54677a;
    float: left;
    width: 100%;
    border-radius: 3px;
    text-align: center;
}

.widget-content::before {
    display: block;
    font-family: FontAwesome;
    content: "";
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #54677a;
    margin: 0 auto;
    margin-top: -32px;
    font-size: 36px;
    line-height: 74px;
    color: #FFF;
}

.widget-content-candidats::before {
    content: "\f0c0";
}

.widget-content-facettes::before {
    content: "\f022";
}

.widget-content-sessions::before {
    content: "\f017";
}

.widget-content-title {
    color: #b0b9c1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.widget-content-nr {
    color: #b0b9c1;
}

.widget-content-nr {
    color: #b0b9c1;
    font-weight: 700;
    font-size: 32px;
}

.widget-content a {
    background: #3b4d5f;
    display: block;
    border-radius: 0px 0px 3px 3px;
    padding: 8px 0px 6px 0px;
    color: #b0b9c1;
    font-size: 13px;
}

.widget-content a:hover {
    text-decoration: none;
    background: #2c3e50;
}

/**-- Gerer Candidats --**/

.portlet-heading {
    background: #54677a;
    padding: 8px 15px;
}

.portlet-heading .portlet-title {
    float: left;
}

.portlet-heading .portlet-title h4 {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0px;
}

.portlet .portlet-heading .portlet-widgets {
    float: right;
    margin: 3px 0;
}

.portlet .portlet-heading .portlet-widgets a {
    color: #FFF;
}

.portlet.portlet-default {
    background: #FFF;
    border: 1px solid #54677a;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.portlet-body {
    padding: 20px 15px;
}

.portlet-body:before, .portlet-body:after {
    display: table;
    content: "";
    line-height: 0;
}

.portlet-body:after {
    clear: both;
}

.portlet-body input {
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    padding-left: 5px;
}

.portlet-body .btn.btn-default {
    background: #54677a;
    padding: 10px 20px 8px 20px;
    border: none;
    border-radius: 3px;
    color: #FFF;
    letter-spacing: 1px;
}

.portlet-body .btn.btn-default:hover {
    background: #2c3e50;
}

/**-- Liste Candidats --**/

.list-candidats .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.edit-candidats, .delete-candidats {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background: #54677a;
    border-radius: 3px;
    text-align: center;
    line-height: 29px;
    color: #FFF;
    font-size: 16px;
}

.edit-candidats {
    margin-right: 8px;
}

.edit-candidats:hover, .delete-candidats:hover {
    color: #FFF;
    background: #2c3e50;
}

.list-candidats table td:last-child {
    width: 82px;
}

#dt_gal_length select {
    margin-bottom: 1px;
    margin-left: 0px;
    border: 1px solid #54677a;
    font-size: 16px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
}

#dt_gal_length {
    margin-bottom: 15px;
    margin-left: -15px;
}

#dt_gal_info {
    margin-left: -15px;
}

.list-candidats table thead th {
    position: relative;
}

.list-candidats table thead th:first-child::after {
    display: none;
}

.list-candidats table thead th:last-child::after {
    display: none;
}

.list-candidats table thead th::after {
    display: block;
    content: "\f107";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    right: 0;
}

/**-- Creer Nouvelle Session --**/

.new-session .form-group {
    position: relative;
}

.new-session .form-group input, .new-session .form-group select {
    background: #54677a;
    border-radius: 3px;
    padding: 3px 5px 0px 40px;
    font-size: 13px;
    color: #b0b9c1;
}

.new-session .form-group::before, .add-on::before {
    position: absolute;
    top: 0px;
    left: 5px;
    display: block;
    content: "\f0c7";
    font-family: FontAwesome;
    color: #b0b9c1;
    border-right: 1px solid #2c3e50;
    z-index: 9;
    padding: 6px 8px 5px 6px;
}

.new-session .form-group.nom-form::before {
    content: "\f007";
}

.new-session .form-group.search-form::before {
    content: "\f002";
}

.new-session .form-group.list-form::before {
    content: "\f0ca";
}

.new-session .form-group.order-form::before {
    content: "\f0cb";
}

.new-session .form-group.email-form::before {
    content: "\f003";
}

.new-session .form-group.password-form::before {
    content: "\f023";
}

.new-session .form-group.un-intitule::before,
.new-session .form-group.un-intitule-de::before,
.new-session .form-group.un-intitule-fr::before {
    content: "\f1dc";
}

.new-session .form-group.un-intitule-de input,
.new-session .form-group.un-intitule-fr input {
    padding-right: 40px !important;
}

.new-session .form-group.liste-input::before {
    content: "\f0ca";
}

.new-session .form-group.une-lieu::before {
    content: "\f041";
}

.new-session .form-group.natel-form::before {
    content: "\f095";
}

.new-session .form-group.item-form::before {
    content: "\f00a";
}

.add-on::before {
    content: "\f073";
    border-right: none;
}

.new-session .form-group.clock::before {
    content: "\f017";
}

.new-session .form-group.durations-test::before {
    content: "";
    width: 26px;
    height: 35px;
    background: url(../img/duree-bg.png) 2px 10px no-repeat;
    background-size: 72%;
}

.new-session .form-group.calendar::before {
    content: "\f073";
}

.row.small-offset [class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.small-offset [class^='col']:first-child {
    padding-left: 15px;
}

.row.small-offset [class^='col']:last-child {
    padding-right: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.add-on {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    height: 35px;
    width: 31px;
}

.add-on.add-on-clock {
    opacity: 0;
}

.add-on:hover {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin-top: 7px;
    background-color: #54677a;
    color: #b0b9c1;
}

.bootstrap-datetimepicker-widget::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2) !important;
}

.bootstrap-datetimepicker-widget::after {
    display: none !important;
}

.timepicker a {
    color: #b0b9c1;
    font-size: 18px;
    line-height: 18px;
}

.timepicker a:hover {
    background: #2c3e50;
    color: #b0b9c1;
}

.new-session .form-group.un-intitule-de::after,
.new-session .form-group.un-intitule-fr::after {
    position: absolute;
    top: 0px;
    right: 5px;
    display: block;
    content: "";
    font-family: FontAwesome;
    color: #b0b9c1;
    border-left: 1px solid #2c3e50;
    z-index: 9;
    padding: 6px 8px 5px 6px;
    width: 26px;
    height: 35px;
    background-size: 72% !important;
}

.new-session .form-group.un-intitule-de::after {
    background: url(../img/de.png) 5px 13px no-repeat;
}

.new-session .form-group.un-intitule-fr::after {
    background: url(../img/fr.png) 5px 13px no-repeat;
}

/*** LOGIN ***/

.login-content {
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    float: left;
}

.main-login-form {
    margin: 12% auto 0;
    width: 380px;
    background: #54677a;
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.login-form input.form-control {
    padding: 6px 10px;
}

.login-form-header {
    padding: 0 15px;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 2px solid #2c3e50;
    border-radius: 3px 3px 0 0;
}

.login-form-header::before {
    display: block;
    font-family: FontAwesome;
    content: "\f023";
    font-size: 60px !important;
    color: #6f8da5;
    position: absolute;
    line-height: 80px;
    right: 15px;
}

a.logout_open {
    color: inherit;
}

.login-form-header h5 {
    font-family: Poppins;
    font-size: 18px !important;
    color: #B0C2D1;
    margin-top: 17px;
    line-height: 1.4em;
}

.login-form-header h6 {
    color: #91abc0;
    font-size: 12px;
    margin-top: 14px !important;
}

.login-form-body {
    padding: 15px;
    float: left;
    width: 100%;
}

.login-form input {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 6px;
    border: none;
    border-radius: 3px;
    background: #dce9f3;
    box-shadow: none !important;
}

.btn-login-form {
    padding: 10px !important;
    font-size: 15px;
    text-transform: uppercase;
    background: #2c3e50 !important;
    color: #FFF;
    letter-spacing: 2px;
}

.btn-login-form:hover {
    background: #91abc0 !important;
}

.login-form input::-webkit-input-placeholder {
    color: #54677a;
    font-size: 13px;
}

.login-form input::-moz-placeholder {
    color: #54677a;
    font-size: 13px;
}

/* Firefox 19+ */
.login-form input:-moz-placeholder {
    color: #54677a;
    font-size: 13px;
}

/* Firefox 18- */
.login-form input:-ms-input-placeholder {
    color: #54677a;
    font-size: 13px;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-group .error-icon {
    display: none;
}

.login-form .form-group.has-error .error-icon {
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f06a";
    font-size: 20px;
    color: #cc2929;
    position: absolute;
    line-height: 36px;
    right: 10px;
    z-index: 2;
    top: 0;
}

.login-form .has-error p.help-block-error {
    background: rgba(204, 41, 41, 0.5);
    color: #fff;
    padding: 6px 11px;
    border-radius: 3px;
    font-size: 12px;
}

/*** RESULT SESSION ***/

.table.info-user {
    border: none;
}

.table.info-user td {
    border: none;
    border-right: 2px solid #FFF;
    text-align: left;
}

.table.info-user.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #d3dfe9;
}

.table.info-user.table-striped > tbody > tr:nth-child(2n) {
    background-color: #CFDAE4;
}

.total-facettes {
    background: #54677a;
    color: #FFF;
    text-transform: uppercase;
}

/***************************************************************************************/

@media (min-width: 1200px) and (max-width: 1600px) {
    .sticky-content::before {
        width: 120px;
        height: 48px;;
        top: -26px;
        left: 19%;
        background-size: 100%;
    }

    .list-candidats table thead th::after {
        right: -8px;
    }

    .list-candidats table td, .list-candidats table thead th {
        vertical-align: top !important;
    }

    .list-candidats table thead th {
        position: relative;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sticky-content::before {
        width: 92px;
        height: 38px;
        top: -19px;
        left: 19%;
        background-size: 100%;
    }

    .list-candidats table thead th::after {
        right: -8px;
    }

    .list-candidats table td, .list-candidats table thead th,
    .table.table-bordered.table-striped th {
        vertical-align: top !important;
    }

    .list-candidats table thead th {
        position: relative;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 14px;
    }

    .sticky-content textarea {
        padding: 8px;
        width: 100%;
        min-height: 180px;
        margin-top: 16px;
    }

    .sticky-content {
        min-height: 270px;
    }

    .welcome {
        font-size: 12px;
    }

    .name.tooltip-sidebar-logout {
        font-size: 18px;
    }

    .pagination ul > li > a {
        padding: 4px 14px;
        line-height: 26px;
    }

    .header-liste, .name-liste {
        width: 60%;
    }

    .header-liste-oreder {
        width: 38%;
    }

    .edit-candidats, .delete-candidats {
        margin-bottom: 2px;
    }
}

.grid-view table thead th:first-child {
    width: 40px !important;
}

.grid-view input.form-control {
    background: #54677a;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 13px;
    color: #b0b9c1;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 100%;
}

/* Multi select */
.multi-select-list {
    padding: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    height: 342px;
    overflow-y: auto;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 0 0 15px;
}

.multi-select-list .multi-select-item,
.multi-select-list .multi-select-empty {
    border-bottom: 1px #eee solid;
    padding: 4px 10px;
    color: #555;
    font-size: 14px;

    cursor: pointer;
}

.multi-select-list .multi-select-empty {
    cursor: default;
}

.multi-select-list .multi-select-item.disabled {
    cursor: not-allowed;
    background: #d0d0d0;
}

.multi-select-list .multi-select-item.disabled:hover {
    background: #d0d0d0;
    color: #555;
}

.multi-select-list .multi-select-item:hover {
    color: #fff;
    background-color: #54677a;
}

.btn-save-liste {
    position: relative;
    float: right;
    background: #54677a;
    border: none;
    color: #b0b9c1;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px 3px 40px;
    border-radius: 3px;
}

.btn-save-liste::before {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    content: "\f0c7";
    font-family: FontAwesome;
    color: #b0b9c1;
    border-right: 1px solid #2c3e50;
    z-index: 9;
    padding: 4px 7px 5px 2px;
}

.btn-save-liste:hover {
    text-decoration: none;
    color: #b0b9c1;
    background: #2c3e50;
}

.btn-save-liste:hover::before {
    border-right: 1px solid #54677a;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #a3dce7;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.sort-handler {
    cursor: move;
    cursor: -webkit-grabbing;
}

[data-ms-source] .sort-handler {
    display: none;
}

.api-ui-wrapper {
    margin: 40px 0;
}

.api-ui-wrapper .form-control {
    background: #fff !important;
    padding: 6px 10px !important;
}

.aside-menu {
    margin-top: 15px;
}

.aside-menu .nav > li > a {
    color: #e7e7e7;
    background: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.aside-menu .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.7);
}

.aside-menu .nav > li > a > i {
    margin-right: 4px;
}

.info-block {
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #333;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.-blue {
    background: #558ED5;
}

.-yellow {
    background: #FFC000;
}
span.score-small {
    padding: 3px 7px 1px;
}
.info-block .info-block-title {
    padding-right: 75px;
    padding-left: 15px;
    line-height: 1.2em;
    height: 100%;
}

.table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-cell {
    vertical-align: top;
    display: table-cell;
}

.info-block .info-block-title .table-row {
    height: 100%;
}

.info-block .info-block-title .table-cell {
    vertical-align: middle;
}

.info-block .info-block-icon {
    position: absolute;
    line-height: 64px;
    border-left: 1px solid #333;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 30px;
}
.chart {
    display: inline-block;
}
@media print {
    #top-content,
    .left-menu,
    .page-title,
    .breadcrumb,
    .portlet-heading {
        display: none !important;
    }
    div[class^='col'] {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
        display: inline-block;
        float: none !important;
        width: 780px !important;
        padding: 0 !important;
        border: 0 !important;
        page-break-after: always;
        page-break-inside: avoid;
    }
    .print-center {
        text-align: center !important;
    }
    .info-user {
        /*margin-top: 40px;*/
    }
    .portlet.portlet-default {
        border: 0 !important;
    }


}