.page-header.navbar {
    height: 60px;
    min-height: 60px;
}

.page-header.navbar .page-logo {
    height: 60px;
    background: #6A469C;
}

.page-header.navbar .menu-toggler > span, .page-header.navbar .menu-toggler > span:after, .page-header.navbar .menu-toggler > span:before, .page-header.navbar .menu-toggler > span:hover, .page-header.navbar .menu-toggler > span:hover:after, .page-header.navbar .menu-toggler > span:hover:before {
    background: #fff;
}

.page-header.navbar .page-logo .logo-default {
    margin: 23px 0 0;
}

.page-header.navbar .menu-toggler.responsive-toggler {
    margin: 19.5px 6px 0;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin: 21px 0 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    height: 60px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 20px 10px 19px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    top: 13px;
}

.page-container-bg-solid .page-bar, .page-content-white .page-bar {
    margin: -15px -20px 0;
}

.page-container-bg-solid .page-bar .page-breadcrumb > li > span > i.fa-circle,
.page-content-white .page-bar .page-breadcrumb > li > span > i.fa-circle {
    font-size: 5px;
    margin: 0 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    opacity: .4;
    filter: alpha(opacity=40);
}

.table-checkable tr > td:first-child, .table-checkable tr > th:first-child {
    text-align: center;
    max-width: 50px;
    min-width: 40px;
    padding: 10px 18px;
}

.dataTables_extended_wrapper div.dataTables_info {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    float: none !important;
    display: inline-block !important;
}

.modal-open .colorpicker, .modal-open .datepicker, .modal-open .daterangepicker {
    z-index: 10048 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
    display: inline-block;
}

.page-actions {
    margin: 12px 0 15px 15px;
    padding: 0;
    float: left;
}

.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a,
.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li.active > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li.active > a {
    border-left: 4px solid #6A469C;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background-color: #6A469C;
    color: #fff;
}

.btn.btn-outline.custom-color {
    border-color: #6a469c;
    color: #6a469c;
    background: 0 0;
}

.btn.btn-outline.custom-color.active,
.btn.btn-outline.custom-color:active,
.btn.btn-outline.custom-color:active:focus,
.btn.btn-outline.custom-color:active:hover,
.btn.btn-outline.custom-color:focus,
.btn.btn-outline.custom-color:hover {
    border-color: #6a469c;
    color: #FFF;
    background-color: #6a469c;
}

@media (max-width: 767px) {
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu {
        margin-right: -50px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:before {
        margin-right: 60px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu {
        margin-right: -100px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu:before {
        margin-right: 105px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu {
        margin-right: -150px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:before {
        margin-right: 158px;
    }

    .page-header.navbar {
        background-color: #6a469c;
    }
}

.note {
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
}

.page-logo a img {
    height: 57px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 3px 32px;
}

.logo a img {
    height: inherit !important;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

/*input#country {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type=text]#country {
    background-color: #f1f1f1;
    width: 100%;
}
input[type=submit]#country {
    background-color: DodgerBlue;
    color: #fff;
}*/
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*
.form-basic-page textarea#body{
    height: 330px;
}*/

.card {
    display: inline-block;
    padding-top: 15px;
    width: 100%;
}

.form-group select[name=country_code] {
    width: 50%;
}

.form-group input[name=phone] {
    width: 50%;
}

#filter-form .form-group, .registration-form .form-group {
    margin-bottom: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 80px;
}

/*.control-label {*/
/*min-height: 48px;*/
/*}*/

.card-header {
    margin-bottom: 14px;
}

.control-label {
    text-align: left;
}

.icone-edit {
    font-size: 18px;
    margin-left: 20px;
}

.icon-actions {
    font-size: 16px;
    margin-left: 10px;
}

.index-candidat tr td {
    white-space: nowrap;
    text-align: center;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable th, table.table-bordered.dataTable td, table.table-bordered.dataTable td {
    display: table-cell !important;
}

.modal-status table th, .modal-status table td, .modal-status table {
    border: 1px solid black;
    border-collapse: collapse;
}

.modal-status .historic-table {
    margin-top: 40px;
    max-height: 250px;
    overflow-y: auto;
}

.modal-status .modal-body {
    margin: 22px;
}

.input-element {
    margin-bottom: 25px;
}

.title-historic {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 20px;
}

.message-popup-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    display: none;
}

.message-popup-error {
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    display: none;
}

.message-popup p:last-child {
    margin-bottom: 0;
}

.message-popup p {
    margin: 0;
}

.message-popup p, .page-loading, .panel .panel-body {
    font-size: 13px;
}

.historic-table thead > tr > th {
    min-width: 100px !important;
}

.historique-table {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

a.add-motif-button, .add-priority-button {
    text-align: center;
    text-decoration: none;
    margin-top: 27px;
}

.filter-button {
    display: inline-block;
    float: left;
    padding-left: 16px;
    margin-top: 48px;
}

.modal-status .historic-table {
    max-height: 250px;
}

.modal-status .modal-dialog {
    width: 912px;
}

.modal-status .control-label, .modal-status thead th {
    text-align: center;
}

.date-from-to > label:first-child {
    text-align: center;
    width: 100%;
}

.date-from-to label {
    min-height: 21px;
}

#app-datatable tr .child {
    display: none !important;
}

.enabled-save-btn {
    background-color: #3598dc;
    border-color: #3598dc;
    color: #FFF;
}

.modal-save-filter .modal-dialog {
    width: 416px;
}

#filter-form .control-label {
    min-height: 38px;
}

#filter-form .date-from-to .control-label {
    min-height: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#filter-form span.multiselect-selected-text {
    float: left;
    overflow: hidden;
    width: 100%;
}

#filter-form b.caret {
    float: right;
    margin-top: 9px;
    position: absolute;
    top: 7px;
    right: 5px;
}

#filter-form button.multiselect {
    max-width: 270px;
}

.modal-date-reminder .modal-dialog {
    width: 449px;
}

.modal-date-reminder .modal-body {
    height: 70px;
}

.modal-status tbody td {
    min-width: 132px;
}

.phone-icone {
    font-size: 22px;
}

.historic-table table td {
    max-width: 60% !important;
}

#filter-form .show-more-filter {
    display: inline-block;
    float: left;
    width: 184px;
    margin-left: 15px !important;
}

.amcharts-chart-div a {
    display: none !important;
}

.flot-x-axis > div {
    display: inline-table;
}

.priority_candidate_university {
    background-color: beige;
}

.registration-form .multiselect-container li input {
    position: initial !important;
    margin-left: initial !important;
}

.list-users-university {
    margin-left: 57px !important;
}

.modal-list-lead-contested .modal-dialog {
    width: 80%;
}

.dropdown-menu table {
    margin: 20px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    min-width: 305px;
    max-width: 320px;
}

button[name="reply"] {
    margin-top: 22px;
}

.slimScrollDiv ul.dropdown-menu-list {
    overflow: auto !important;
}

.message_not_read {
    background-color: #0000002b;
    position: relative;
}

.message_not_read:before {
    position: absolute;
    content: '';
    background: red;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 45%;
    border-radius: 50%;
}

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}

.modal-appointment .modal-content {
    height: 850px;
}

.modal-appointment .modal-dialog {
    width: 1000px;
}