@font-face {font-family: 'Roboto';font-style: normal;font-weight: 100;src: url('../webfonts/roboto-v20-latin-100.eot');src: local('Roboto Thin'), local('Roboto-Thin'), url('../webfonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-100.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-100.woff') format('woff'), url('../webfonts/roboto-v20-latin-100.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-100.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 200;src: url('../webfonts/roboto-v20-latin-100.eot');src: local('Roboto Thin'), local('Roboto-Thin'), url('../webfonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-100.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-100.woff') format('woff'), url('../webfonts/roboto-v20-latin-100.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-100.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 300;src: url('../webfonts/roboto-v20-latin-300.eot');src: local('Roboto Light'), local('Roboto-Light'), url('../webfonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-300.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-300.woff') format('woff'), url('../webfonts/roboto-v20-latin-300.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-300.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 400;src: url('../webfonts/roboto-v20-latin-regular.eot');src: local('Roboto'), local('Roboto-Regular'), url('../webfonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-regular.woff') format('woff'), url('../webfonts/roboto-v20-latin-regular.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-regular.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 500;src: url('../webfonts/roboto-v20-latin-500.eot');src: local('Roboto Medium'), local('Roboto-Medium'), url('../webfonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-500.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-500.woff') format('woff'), url('../webfonts/roboto-v20-latin-500.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-500.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 600;src: url('../webfonts/roboto-v20-latin-500.eot');src: local('Roboto Medium'), local('Roboto-Medium'), url('../webfonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-500.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-500.woff') format('woff'), url('../webfonts/roboto-v20-latin-500.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-500.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 700;src: url('../webfonts/roboto-v20-latin-700.eot');src: local('Roboto Bold'), local('Roboto-Bold'), url('../webfonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-700.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-700.woff') format('woff'), url('../webfonts/roboto-v20-latin-700.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-700.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 800;src: url('../webfonts/roboto-v20-latin-700.eot');src: local('Roboto Bold'), local('Roboto-Bold'), url('../webfonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-700.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-700.woff') format('woff'), url('../webfonts/roboto-v20-latin-700.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-700.svg#Roboto') format('svg');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 900;src: url('../webfonts/roboto-v20-latin-900.eot');src: local('Roboto Black'), local('Roboto-Black'), url('../webfonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-v20-latin-900.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-900.woff') format('woff'), url('../webfonts/roboto-v20-latin-900.ttf') format('truetype'), url('../webfonts/roboto-v20-latin-900.svg#Roboto') format('svg');}
body{
    font-family: "Roboto",sans-serif;
    background-color: #f9f9f9;
}
/*body:not(.pace-done) #rendered{*/
/*    display: none;*/
/*}*/
/*body.pace-done #skeleton{*/
body #skeleton{
    display: none;
}
body #app{
    opacity: 0;
    transition: opacity 0.5s ease;
}
body.pace-done #app{
    opacity: 100;
    transition: opacity 0.5s ease, blur .3s;
}
body.pace-done #app.blur{
    filter: blur(4px);
    transition: blur .3s;
}
.pace .pace-progress {
    height: .250rem;
}
.pace .pace-activity {
    top: calc( 50% - 1.250rem );
    right: calc( 50% - 1.250rem );
    width: 2.500rem;
    height: 2.500rem;
    border: solid .250rem transparent;
    border-top-color: #3c4e71;
    border-left-color: #3c4e71;
    border-radius: 200px;
}
body:not(.pace-done) #skeleton.list:empty {
    display: none;
    width: 100%;
    height: 460px; /* change height to see repeat-y behavior */
    background-repeat: no-repeat;
    background-image:
            linear-gradient( 100deg, rgba(235, 238, 244, 0), rgba(235, 238, 244, 0.5) 50%, rgba(235, 238, 244, 0) 80% ), /* highlight */
            linear-gradient( #dfe4ed 40px, transparent 0 ),     /* nav button */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* heading */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* full line */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* full line */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* full line */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* heading */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* full line */
            linear-gradient( #dfe4ed 20px, transparent 0 ),     /* full line */
            linear-gradient( #dfe4ed 40px, transparent 0 );     /* nav button */
    background-size:
            50px 460px,                                         /* highlight */
            200px 200px,                                        /* nav button */
            50% 200px,                                          /* heading */
            90% 200px,                                          /* full line */
            90% 200px,                                          /* full line */
            90% 200px,                                          /* full line */
            30% 200px,                                          /* heading */
            90% 200px,                                          /* full line */
            90% 200px,                                          /* full line */
            200px 200px;                                        /* nav button */
    background-position:
            0 0,                                                /* highlight */
            0 0,                                                /* nav button */
            0 60px,                                             /* heading */
            0 100px,                                            /* full line */
            0 140px,                                            /* full line */
            0 180px,                                            /* full line */
            0 220px,                                            /* heading */
            0 260px,                                            /* full line */
            0 300px,                                            /* full line */
            0 380px;                                            /* nav button */
    animation: shine 1s infinite;
}
@keyframes shine {
    to {
        background-position:
            100% 0,                                             /* highlight */
            0 0,                                                /* nav button */
            0 60px,                                             /* heading */
            0 100px,                                            /* full line */
            0 140px,                                            /* full line */
            0 180px,                                            /* full line */
            0 220px,                                            /* heading */
            0 260px,                                            /* full line */
            0 300px,                                            /* full line */
            0 380px;                                            /* nav button */
    }
}
a:hover {
     text-decoration: none;
}
.big{
    font-size: 1rem;
}
.btn {
    line-height: 1.6;
}
.app-header {
    z-index: 5;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: inherit !important;
    color:#3c4e71 !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text .spinner-border {
    width: 2.500rem;
    height: 2.500rem;
    animation: spinner-border .45s linear infinite;
}
#global_alert, #global_nfo, #copypaste{
    position: fixed;
    top: 60px;
    right: 20px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 9999;
}
#export_nfo{
    position: fixed;
    bottom: 60px;
    left: 20px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 9999;
    padding: .75rem 1.25rem;
}
#global_alert.rendered, #global_nfo.rendered, #copypaste.rendered{
    top: 80px;
    opacity: 1;
}
#export_nfo.rendered{
    bottom: 80px;
    opacity: 1;
}
body.app-login #global_alert, #global_nfo, #copypaste{
    top: 10px;
}
body.app-login #global_alert.rendered, #global_nfo.rendered, #copypaste.rendered{
    top: 30px;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 1rem;
}
.app-header .menu .menu-img, .app-header .menu .menu-img-text {
    height: 25px;
    width: 25px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #212837;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: .700rem;
    font-style: normal;
}
.app-header .menu .menu-img.online:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    right: 1px;
    bottom: 1px;
    background: #1abd36;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item.active {
    color: #fff;
    background-color:#1f6bff;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item:last-child {
    border-bottom: none;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bsTableBadge .ellipsis {
    width: 125px;
}
.bsTableBadge .large.ellipsis {
    width: 175px;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 5px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bootstrap-table .form-control {
    height: calc(1.5em + .75rem + 2px);
}
.custom-control-label {
    font-size: 0.875rem;
    color: #000;
}
label {
    font-weight: initial;
    color: #3c4e71;
    font-size: .700rem;
}
.filepondarea label {
    color: #64748b;
    opacity: .65;
}
.dropdown-header {
    color: #64748b;
    /*opacity: .65;*/
}
.selectpickerbadge .bootstrap-select .dropdown-menu li a.opt {
    padding: 6px 20px;
}
.card {
    border: none;
}
.badge-bootstraptable {
    padding: .60em .85em;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.badge-page {
    padding: .60em .95em;
    font-weight: 600;
    border-radius: 75px;
    font-size: 0.750rem;
    text-transform: uppercase;
}
.th-inner {
    font-weight: initial;
    color: #9aa3b1;
    font-size: .700rem;
}
.bootstrap-table .fixed-table-container .table thead th .sortable.asc:after,
.bootstrap-table .fixed-table-container .table thead th .sortable.desc:after {
    color: #42526e;
}
.app-content.inbox {
    margin-left: 260px;
    margin-top: 12px;
}
/*.bootstrap-table .fixed-table-container .table thead {*/
/*    background-color: #f6f7fa;*/
/*}*/
.table-bordered {
    border: none;
}
.bootstrap-table .fixed-table-container .table thead{
    /*opacity: 0.5;*/
}
.bootstrap-table .fixed-table-container .table tbody{
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.bootstrap-table .fixed-table-container .table tbody tr:first-child td:first-child { border-top-left-radius: 8px; }
.bootstrap-table .fixed-table-container .table tbody tr:first-child td:last-child { border-top-right-radius: 8px; }
.bootstrap-table .fixed-table-container .table tbody tr:last-child td:first-child { border-bottom-left-radius: 8px; }
.bootstrap-table .fixed-table-container .table tbody tr:last-child td:last-child { border-bottom-right-radius: 8px; }
.bootstrap-table .fixed-table-container.fixed-height{
    height: auto !important;
    padding-bottom: 0 !important;
    border: none !important;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border:not(.fixed-table-loading){
    display: none !important;
}
.bootstrap-table .fixed-table-container .table thead th {
    border-bottom: none !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    border-radius: 9px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding-bottom: .25rem !important;
}
.table-bordered tbody tr td {
    border: 1px solid rgba(77,101,147,.2);
    /*padding: .50rem .65rem;*/
    border-left: none;
    border-right: none;
}
.table-bordered tbody tr:last-child td {
    border-bottom: none;
}
.table-bordered th {
    border: none;
}
.bootstrap-table .btn-group-sm>.btn, .btn-sm {
    font-size: .865rem;
}
.bootstrap-table .fixed-table-toolbar .columns label {
    display: flex !important;
}
input[type=checkbox], input[type=radio] {
    margin-right: 5px !important;
}
.bootstrap-table .fixed-table-container .table td {
    font-weight: 600;
}
.bootstrap-table .fixed-table-container .table td span.std {
    font-weight: normal;
    font-size: 0.75rem;
}
.bootstrap-table .fixed-table-container .table td span.initiales {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #212837;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}
.initiales-profil {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 80px;
    color: #212837;
    font-weight: 600;
    font-size: 1.500rem;
}
group-item-action:focus, .list-group-item-action:hover {
    background-color: #f6f7fa;
}
.bootstrap-table{
    position: relative;
}
.bootstrap-table .fixed-table-container {
     position: initial !important;
}
.bootstrap-table .bs-bars.float-right .toolbar{
    margin-left: 15px !important;
}
.bootstrap-table .bs-bars.float-left .toolbar{
    margin-right: 15px !important;
}
.btn-primary .text-muted {
    color: #fff !important;
}
.bootstrap-table .search{
    float: left !important;
    min-width: 35% !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background: rgba(235,238,244,0.85) !important;
    top: 0 !important;
    border: none !important;
    z-index: 4 !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
    color: #fff !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
    display: none !important;
}
.bootstrap-table .operatePackshotFormatter{
    width: 50px;
}
.bootstrap-table .operatePackshotFormatter img{
    width: 50px;
    height: auto;
    border: solid 1px rgba(77,101,147,.075);
}
.bootstrap-table .roundedpicture{
    border-radius: 100%;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
.bootstrap-table .operatePackshotFormatter.Rounded img{
    width: auto;
    height: auto;
    border: none;
}
.bootstrap-table .bsTableLabelForEllipsis{
    max-width: 250px;
}
.bootstrap-table .bsTableBadge{
    width: 95px;
}
.bootstrap-table .bsTablesmallBadge{
    width: 95px;
}
.bootstrap-table .bsTablelargeBadge{
    width: 230px;
}
.bootstrap-table .bsTableFile{
    width: 55px;
}
.bootstrap-table .bsTableProgress{
    width: 110px;
}
.bootstrap-table .bsTableProgress .pourc{
    position: absolute;
    margin-left: 93px;
    margin-top: -15px;
    font-size: .700rem;
}
.bootstrap-table .bsTableActions2Btns{
    width: 110px;
}
.bc{
    color: #212837;
}
.custom-switch {
    margin-right: -0.70rem;
}
.bootstrap-table .fixed-table-toolbar .search {
    z-index: 0;
}
header .dropdown-toggle::after {
    vertical-align: .500em;
}
header .dropdown-menu {
    min-width: 100%;
}
.modal-cover .modal-footer {
    justify-content: space-between;
    border-top: 1px solid #e9ecf3 !important;
}
.pagination .page-item .page-link {
     border-radius: 0;
}
.pagination .page-item+.page-item {
    margin-left: 0;
}
.btn.badge{
    /*line-height: 1;*/
    border: none;
}
.table-bordered tbody tr.no-records-found td {
    border: none;
}
.widget-chat .widget-chat-name, .widget-chat .widget-chat-status {
    font-weight: 300;
}
.widget-chat .widget-chat-message {
    background: #1f6bff;
    color:#fff;
}
.widget-chat .widget-chat-message.last:before {
    border-bottom-color: #1f6bff;
    border-right-color: #1f6bff;
}
span.bootstrap-maxlength{
    opacity: 0.50;
    top: 2px;
    right: 8px;
    color: #3c4e71;
    font-size: .500rem;
    z-index: 2 !important;
}
.disablecursor{
    cursor: initial !important;
}
a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
    background-color: rgba(77,101,147,.075) !important;
}
.note-toolbar {
    background-color: rgba(218,224,236,.25) !important;
}
.note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
    background-color: rgba(218,224,236,.25) !important;
}
/*.jstree-default .jstree-closed>.jstree-ocl{*/
/*    background-image: url('../svg/plus-square-regular.svg') !important;*/
/*    background-position: 0 0 !important;*/
/*    width: 16px !important;*/
/*    height: 16px !important;*/
/*    line-height: 16px !important;*/
/*}*/
/*.jstree-default .jstree-open>.jstree-ocl{*/
/*    background-image: url('../svg/minus-square-regular.svg') !important;*/
/*    background-position: 0 0 !important;*/
/*    width: 16px !important;*/
/*    height: 16px !important;*/
/*    line-height: 16px !important;*/
/*}*/
.jstree-default .jstree-node, .jstree-default .jstree-icon:not(.jstree-themeicon-custom){
    background-image: url('../img/jstree/9XpwU.png') !important;
    background-size: 320px 96px !important;
}
li[data-visible="false"] .jstree-icon:not(.jstree-themeicon-custom) {
    opacity: .4 !important;
}
.jstree-default .jstree-last {
    background: inherit !important;
}
.jstree-default a.jstree-anchor[aria-expanded="true"] .jstree-themeicon {
    background-position: -102px -67px;
}
.jstree-default a.jstree-anchor .jstree-themeicon.fa-atom {
    margin-top: 5px !important;
    margin-left: 0px !important;
}
.jstree-default .jstree-icon.jstree-themeicon-custom {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 2px;
    margin-right: 6px;
    margin-left: 3px;
}
.jstree-default .jstree-icon.fa-graduation-cap {
    margin-top: 5px !important;
}
#jstreeto{
    min-height: 100px;
}
.menu-search {
    /*margin: 0 auto 0 auto;*/
    position: relative;
    max-width: 760px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.menu-search .menu-search-icon {
    position: absolute;
    left: 0;
    width: 46px;
    top: 0;
    bottom: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-search .menu-search-input .form-control {
    background: #f9f9f9;
    border-color: transparent;
    padding-left: 46px;
    height: 40px;
}
.menu-search .menu-search-input .form-control:focus {
    -webkit-box-shadow: 0 0 0 2px #1e78fd;
    box-shadow: 0 0 0 2px #1e78fd;
}
.jstree-default .jstree-search {
    font-style: normal !important;
    color: inherit !important;
    font-weight: normal !important;
}
.jstree-default .jstree-anchor {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc( 100% - 1.5rem ) !important;;
}
.jstree-default .jstree-anchor {
    line-height: 30px !important;;
    height: 30px !important;;
}
.jstree-anchor > .jstree-themeicon {
    margin-right: 2px !important;;
    margin-top: 2px !important;;
}
.jstree-default .jstree-leaf > .jstree-ocl {
    background-position: -68px -1px !important;
}
.jstree-default .jstree-closed > .jstree-ocl {
    background-position: -100px -1px !important;
}
.jstree-default .jstree-open > .jstree-ocl {
    background-position: -132px -1px !important;
}
.jstree-default .jstree-hovered {
    background: #f9f9f9 !important;
    box-shadow: none !important;
}
.jstree-default .jstree-anchor span {
    opacity: 0.50;
}
.vakata-context, .vakata-context ul {
    margin: 0 !important;
    padding: 1px !important;
    position: absolute !important;
    background: #212837 !important;
    border: none !important;
    color:#ffffff !important;
    box-shadow: 0px 0px 20px #999999 !important;
    border-radius: 4px !important;
}
.vakata-context li > a {
    padding: 0 1em 0 2em !important;
    text-shadow: none !important;
    color:#ffffff !important;
    background: #212837 !important;
    border-radius: 4px !important;
}
.vakata-context li > a:hover {
    padding: 0 1em 0 2em !important;
    text-shadow: none !important;
    color:#ffffff !important;
    background: #212837 !important;
    border-radius: 4px !important;
}
.vakata-context li > a .vakata-contextmenu-sep {
    display: none !important;
}
.jstree-default .jstree-clicked {
    background: #1f6bff !important;
    box-shadow: none !important;
    color:#ffffff !important;
    border-radius: 6px !important;
}
.btn .spinner-border {
    vertical-align: text-top !important;
}
.ajaxloading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(235,238,244,.65);
}
.ajaxloading span{
    position: absolute;
    top: calc( 50% - 1rem );
    left:  calc( 50% - 1rem );
}
.widget_dashboard{
    height:400px;
}
.widget_dashboard_auto{
    height:auto;
}
.widget_dashboard_extra_light{
    height:260px;
}
.widget_dashboard_light{
    height:320px;
}
.widget_dashboard_medium{
    height:350px;
}
.widget_dashboard .bootpag_{
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_dashboard .bootpag_ .bootpag{
    margin: 0 15px 15px auto;
}
.widget_dashboard .bootpag_ .bootpag li a{
    padding: 15px 5px;
}
.vakata-context .vakata-context-separator > a{
    display: none !important;
}
.vakata-context .vakata-context-separator{
    width: 100%;
    height: 1px;
    background-color: rgba( 255, 255, 255, .3 );
}
.section_conditions.empty,
.section_remises.empty{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.section_conditions.empty:after,
.section_remises.empty:after{
    color: rgba(23,43,77,0.4)!important;
}
.section_conditions.empty:after{
    content: "Aucune condition n'a été définie.";
}
.section_remises.empty:after{
    content: "Aucune remise n'a été définie.";
}
.line{
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
.line .list-group-item{
    border: none;
    padding: 0;
    margin: 0;
}
.section_conditions{
    margin: 0 !important;
}
#packaging .packaging{
    display: flex;
    justify-content: center;
    align-items: center;
}
#packaging a{
    display: inline-flex;
    width: 150px;
    height: 150px;
    border: solid 3px transparent;
    border-radius: 10px;
    box-shadow: 0 0 0 0.2rem rgba(31,107,255,0) !important;
}
#packaging a img{
    width: 100%;
}
#packaging a:not(.activ) i{
    display: none;
}
#packaging a:hover{
    display: inline-flex;
    border: solid 3px #ebeef4;
    box-shadow: 0 0 0 0.2rem rgba(31,107,255,0) !important;
}
#packaging a.activ{
    display: inline-flex;
    border: solid 3px #1f6bff;
    box-shadow: 0 0 0 0.2rem rgba(31,107,255,.2) !important;
}
#packaging a.activ i{
    position: absolute;
    bottom: 10px;
    margin-left: 105px;
    font-size: 1.35rem;
}
.jauge{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.jaugecontainer{
    display: flex;
    align-items: flex-end!important;
    overflow: hidden!important;
    width: .25rem!important;
    height: 1rem!important;
    margin-left: .5rem!important;
    border-radius: .25rem!important;
    border-color: #e2e8f0;
}
.jaugebar{
    display: flex;
    width: 100%!important;
    border-color: #e2e8f0;
}
.jauge.success .jaugecontainer{ background-color: rgba(39,214,122,.25)!important; }
.jauge.success .jaugebar{ background-color: #27d67a!important;height: 100%!important; }
.jauge.warning .jaugecontainer{ background-color: #fcd9bd!important; }
.jauge.warning .jaugebar{ background-color: #ff8a4c!important;height: 66.66666%!important; }
.jauge.danger .jaugecontainer{ background-color: #fbd5d5!important; }
.jauge.danger .jaugebar{ background-color: #e02424!important;height: 33.33333%!important; }
.prehide .filepond--file-info-main, .prehide .filepond--file-info-sub{ display: none; }
/*.card.filepondfullarea{ background: transparent !important;}*/
/*.card.filepondfullarea .filepondfullarea{ left: 0; right: 0; }*/
/*.card.filepondfullarea .filepond--drop-label {*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: #fff;*/
/*    border-radius: 9px;*/
/*}*/
/*.card.filepondfullarea .filepond--list {*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/*.card.filepondfullarea .filepond--item {*/
/*    margin: 0.25em 0;*/
/*}*/
/*.card.filepondfullarea .filepond--root .filepond--list-scroller {*/
/*    margin-top: 0;*/
/*    margin-bottom: 0;*/
/*}*/
/*.card.filepondfullarea .filepond--drip {*/
/*    border-radius: 0.5em !important;*/
/*}*/
/*.card.filepondfullarea .filepond--panel[data-scalable="true"] {*/
/*    background-color: transparent !important;*/
/*}*/
.select-lg .btn{
    line-height: 2.2;
}
@media (max-width: 767.98px){
    .app-header .brand {
         display: initial;
    }
    .app-header .menu .menu-item .menu-link {
        padding: 5px;
    }
    .app-header .menu .btn {
        padding: .375rem .25rem;
    }
    .app-header .menu .btn-light {
        background-color: #ffffff;
        border-color: #ffffff;
    }
    .app-header .menu .btn-light:not(:disabled):not(.disabled):active:focus, .app-header .menu .show>.btn-light.dropdown-toggle:focus {
        box-shadow: none;
    }
    .app-header .menu .btn-light.focus, .app-header .menu .btn-light:focus {
        box-shadow: none;
    }
    .dropdown-notification {
        position: fixed;
        top: 60px;
        width: 100%;
    }
    .hideOnMobile,
    .bootstrap-table .fixed-table-toolbar .columns{
        display: none !important;
    }
    .bootstrap-table .bsTableActions2Btns{
        width: 65px;
    }
    .bootstrap-table .fixed-table-container .table td {
        font-size: 0.80rem;
    }
    .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
        font-size: .700rem;
    }
    .bootstrap-table .search-input {
        max-width: 150px;
    }
    .bc .fa-2x{
        font-size: 1.5em;
    }
    .launchers.d-flex{
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .launchers button{
        width: 100%;
    }
    .fullmob .bootstrap-table .search {
        min-width: 100% !important;
    }
    .fullmob #daterange,
    .fullmob .bootstrap-table .fixed-table-toolbar .bs-bars,
    .fullmob .bootstrap-table .bs-bars.float-left .toolbar{
        width: 100%;
        margin-right: 0;
    }
    body .daterangepicker .drp-buttons .drp-selected {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .fullmob .bootstrap-table .search-input {
        max-width: 100%;
    }
    .bootstrap-table .bsTableLabelForEllipsis {
        max-width: 180px;
    }
    .widget_dashboard {
        height: auto;
    }
    .preprodprod{
        position: fixed;
        width: 100%;
        bottom: 22px;
        left: 0;
    }
    .preprodprod .btn-group a{
        -webkit-box-shadow: 0px 0px 35px 10px rgba(23,43,77,0.20);
        -moz-box-shadow: 0px 0px 35px 10px rgba(23,43,77,0.20);
        box-shadow: 0px 0px 35px 10px rgba(23,43,77,0.20);
    }
    #publication .launchers.d-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 374.98px){
    .hideOnMobile5{
        display: none !important;
    }
    #togglecarrier button{
        width: calc( 100% - 2.25rem ) !important;
    }
    #togglecarrier button span.ellipsis{
        display: inline-block;
        width: calc( 100% - 1.25rem ) !important;
    }
    .bootstrap-table .bsTableLabelForEllipsis {
        max-width: 130px;
    }
}
@media (max-width: 767.98px){
    .widget_dashboard, .widget_dashboard_light {
        height: auto;
    }
}
@media (max-width: 768.02px){
    .hideOnTablet{
        display: none !important;
    }
    .app-header .brand {
        width: auto !important;
    }
    .app-header .brand img {
        max-height: 55% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: landscape){
    .hideOnTablet{
        display: none !important;
    }
}
@media (min-width: 768.02px){
    .hideOnDesktop{
        display: none !important;
    }
}