.login-form .logo img {
    max-height: 100px;
}
.login-container {
    background: url('/backend/img/login-bg.jpg') center center no-repeat;
    background-size: cover;
}
.login-container .content-wrapper {
    background-color: rgba(0, 0, 0, 0.9);
}

/**
 * fix pour le bootstrap switch avec des longues strings
*/
.bootstrap-switch-container>span{
    white-space: nowrap;
}

/**
 * fix pour le datatable avec le scrollX d'activé le menu dropdown bootstrap
 * ne fait pas activer le scroll vers le haut
 */
table.datatable-rv.few-data .dropup .dropdown-menu, table.datatable-rv.few-data .navbar-fixed-bottom .dropdown .dropdown-menu{
    position: relative;
}

.disabled-option:hover {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
}

.select2-container-multi .select2-choices .select2-search-choice.disabled-option>div {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
}

/*.navigation>li.active>a, .navigation>li.active>a:hover, .navigation>li.active>a:focus {*/
    /*background-color: #ff6600;*/
/*}*/

/*.sidebar-xs .sidebar-main .navigation-main>li>a>span {*/
    /*background-color: #ff6600;*/
    /*border-color: #fff;*/
/*}*/

.max-width-table:first-child {
    white-space: normal;
    min-width: 230px;
    max-width: 260px;
    display:inline-block;
}

.max-width-table {
    white-space: nowrap;
    display:block;
}

.max-width-table:last-child {
    max-width: 300px;
}

.form-group .other {
  margin-top: 10px;
  width: 50%;
}

.dataTables_scrollBody {
    position: static !important;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: auto;
}
.icons-list > li {
    position: static;
}
/*.upload-zone .block {*/
    /*border: #ddd solid 1px;*/
    /*border-radius: 3px;*/
    /*padding: 7px 12px;*/
    /*float: left;*/
    /*margin-bottom: 15px;*/
/*}*/
.upload-zone .progress-bar {
    /*height: 1.5em;*/
    /*background-color: blue;*/
}
/*.upload-zone .block {*/
    /*min-width: 100px;*/
/*}*/
/*.upload-zone .block + .block {*/
    /*margin-left: 5px;*/
/*}*/
/*.upload-zone .block .close {*/
    /*margin-left: 10px;*/
/*}*/
.progress-bar {
    border-radius: 3px;
}

.label-state {
    background-color: #455a64;
}

.select2-search-field {
    float: none !important;
    display: inline-block;
}
.content-wrapper {
    padding-bottom: 40px;
}

body,
.page-container,
.content-wrapper,
.page-content {
    /*height: 100%;*/
}

.navigation>li.active>a, .navigation>li.active>a:hover, .navigation>li.active>a:focus {
    background: linear-gradient(to bottom, #789ca8 0%, #78a6b4 100%);
}

.navbar .dropdown-support {
    display: flex !important;
    align-items: center;
}
.navbar .dropdown-support .info {
    margin-left: 15px;
    line-height: 1.25em;
    text-align: center;
}
.navbar .dropdown-support .info .phone a {
    font-size: 1.5em;
    font-weight: bold;
    color: #92d6e2;
}
.navbar .dropdown-support .info .email {
    color: white;
}

.daterangepicker .daterangepicker_input .form-control {
    padding-right: 0px;
}

.navbar-brand {
    padding: 4px 10px !important;
}

.navbar-brand>img {
    margin-top: 0px !important;
    height: 35px !important;
}

.navbar-inverse {
    background-color: #232323 !important;
}

.sidebar {
    background-color: #232323 !important;
}
.navbar-inverse {
    border-bottom-color: #232323 !important;
}

.sidebar-logo img {
    height: 75px !important;
    margin-top: -30px;
}
.sidebar-logo {
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    padding-bottom: 2rem;
    /*margin: 1rem 2rem 1rem 2rem;*/
}

.navbar-text-title {
    font-weight: bold;
    font-size: 2rem !important;
    text-transform: uppercase;
    line-height: 2rem;
    border-left: rgba(255, 255, 255, 0.1) solid 1px;
}

.sidebar-footer {
    margin-top: 3rem;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    background-color: rgba(0, 0, 0, 0.25);
}
.navigation li:not(.navigation-header) a {
    padding-left: 4rem;
}
.sidebar-xs .navigation li:not(.navigation-header) a {
    padding-left: 0;
}

.footer {
    right: 20px;
}

.sidebar-version {
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    margin-top: -1.5rem;
    left: 16rem;
    font-size: 1rem;
}

.datatable-header {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1rem;
}
.datatable-header .dataTables_info,
.datatable-header .dataTables_filter,
.datatable-header .ColVis,
.datatable-header .dataTables_length,
.datatable-header .dataTables_paginate {
    margin-bottom: 0 !important;
}

.DTTT_container {
    margin: 0;
}
.dataTables_filter {
    margin-left: 4rem;
}
.dataTables_length .select2-container {
    margin: 0 1rem;
}
.dataTables_filter input {
    margin-left: 1rem;
}
.dataTables_length,
.dataTables_paginate {
    margin-right: 3rem;
}

.dataTable thead .sorting::before {
    content: '';
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: initial;
}

.dataTables_paginate .paginate_button {
    margin: 0;
    padding: 0;
}

.dt-buttons.btn-group {
    float: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
}

.history-list .media-body {
    font-size: 1rem;
}


input.small {
    max-width: 200px;
}
.files-container {
    margin-bottom: 15px;
}








.file-gallery-dropzone-container {
    border: #ccc dashed 3px;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.05);
}
.file-gallery-dropzone-container p {
    margin: 0;
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.25);
    padding: 100px 0;
}
.file-gallery-item-inner {
    margin-bottom: 15px;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: #ccc solid 1px;
}
.file-gallery-item-inner {
    padding: 5px;
    position: relative;
}
.file-gallery-preview img {
    max-width: 100%;
    height: 200px;
}
.file-gallery-preview-item-details {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.file-gallery-preview-item-control {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
.file-gallery-item-inner .icon {
    font-size: 5rem;
    margin: 5rem 0 8rem 0;
}
.file-gallery-file {
    position: fixed;
    top: -900px;
}
.file-gallery-preview.dragover .file-gallery-dropzone {
    border-color: red;
}

.zemit-cell-table {
    max-width: 100% !important;
    width: 1% !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.rv-folder table tr th:nth-child(2),
.rv-folder table tr td:nth-child(2) {
    width: 70% !important;
    min-width: 400px !important;
    text-overflow: initial !important;
    overflow: initial !important;
    white-space: initial !important;
}

.zemit-table-overflow > table tr td {
    max-width: initial;
}

.hide-value {
    color: transparent;
}

.inline-shit {
    margin-right: 30px;
}
.inline-shit .select2-container {
    min-width: 200px;
}
.inline-shit > .form-group {
    float: left;
    margin: 0;
}

.locations-nav li + li {
    margin-left: 10px;
}
.locations-nav li button {
    margin: -5px;
    display: inline-block;
    margin-left: 10px;
}
.override-size-lg-2-10 .col-lg-2 {
    width: 33.333%;
}
.override-size-lg-2-10 .col-lg-10 {
    width: 66.666%;
}
form textarea {
    max-width: 100%;
    min-height: 150px;
}

form.heading-form .select2-container {
    min-width: 150px;
}

.sidebar-xs .sidebar-main .navigation-main > li > a > span {
    background: linear-gradient(to bottom, #6f909c 50%, #68929f 100%);
    border-color: white;
}

.sidebar-xs .sidebar-logo {
    display: none;
}

legend.toggler{
    position: relative;
}

legend.toggler i{
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    font-size: 18px;
}
