/*Main CSS*/

.m-auto {
    margin: auto;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-6 {
    margin-bottom: 6px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-b-140 {
    margin-bottom: 140px !important;
}

.m-b-245 {
    margin-bottom: 245px !important;
}

.m-b-m30 {
    margin-bottom: -30px !important;
}

.m-b-m50 {
    margin-bottom: -50px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


html,
body {
    width: 100%;
    height: 100%;
    background: #00a2e8;
    font-family: "Roboto", sans-serif !important;
}

body {
    overflow-x: hidden;
}

.wrapper {
    background: #00a2e8;
    width: 100%;
    height: 100%;
}



/* start page login */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 80px;
    padding: 40px 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    border: 5px solid #ddd;
}

.login-title {
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}

.select-img {
    border-radius: 50%;
    display: block;
    height: 75px;
    margin: 0 30px 10px;
    width: 75px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.select-name {
    display: block;
    margin: 30px 10px 10px;
}

.logo-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}



/* end page login */

#navigation {
    background: #0e1a35;
    padding: 0;
    z-index: 2;
}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.display-table-row {
    display: table-row;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align {
    vertical-align: top;
}

.sidebar-toggle-main {
    margin-left: 35px;
    display: none;
}

.sidebar-toggle-nav {
    display: none;
    position: absolute;
    right: 5px;
    z-index: 99999;
    top: 55px;
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sidebar-toggle-nav:hover,
.sidebar-toggle-nav:focus {
    color: #fff;
}

.sidebar .logo {
    text-align: center;
    margin-bottom: 1rem;
}

.sidebar .logo>a {
    background: #fff;
    display: inline-block;
    padding: 10px 12px 8px;
    border-radius: 10px;
}

.logo img {
    max-width: 90px;
    max-height: 120px;
    padding: 16px 0 17px;
    width: 100%;
}

.header-top {
    margin: 0;
    padding-top: 2px;
}

.header-top img {
    border-radius: 50%;
    max-width: 48px !important;
    width: 100%;
}

.header-top li.dropdown {}

.header-top li.dropdown>a {
    color: #fff;
}

.header-top li.dropdown>a:hover,
.header-top li.dropdown>a:focus {
    text-decoration: none;
}

.header-top li.dropdown .dropdown-menu {
    margin-top: 15px;
    padding: 0;
}

.header-top li.dropdown .dropdown-menu>li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.header-top li.dropdown .dropdown-menu>li>a {
    color: #333;
}

.header-rightside .nav>li>a:focus,
.header-rightside .nav>li>a:hover {
    background: none;
    text-decoration: none;
}

.header-top i {
    color: #0e1a35;
}

.icon-info {
    position: relative;
}

.navi i {
    font-size: 20px;
}

.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
}

.view {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content>span {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}

#navigation {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.top_header {
    background: #4E5C82 none repeat scroll 0 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    display: inline-block !important;
    line-height: 23px;
    padding: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.top_header a {
    color: #fff;
}

.top_header .navbar-header .navbar-toggle {
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.navi a {
    border-bottom: 1px solid #0d172e;
    border-top: 1px solid #0d172e;
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 28px 20px;
    text-decoration: none;
}

.navi i {
    margin-right: 15px;
    color: #5584ff;
}

.navi .active a {
    background: #122143;
    border-left: 5px solid #5584ff !important;
    padding-left: 15px;
}

.navi a:hover {
    background: #122143 none repeat scroll 0 0 !important;
    border-left: 5px solid #5584ff;
    display: block;
    padding-left: 15px;
}

.navi li ul.nav-list {
    margin-left: 1em;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

.circle-logo {
    margin: 0 auto;
    max-width: 30px !important;
    text-align: center;
}

.hidden-xs {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navigation_left_form {
    padding: 5px 5px;
}

.navigation_left_form>form>.form-group {
    margin: 0;
}

.navigation_left_form>form>.form-group input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.main-dashboard {
    margin: 0 -15px;
}

.user-dashboard h1 {
    color: #0e1a35;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 21px 0;
}

.sales {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.sales button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dadee7;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 32px;
    color: #0e1a35;
}

.sales button::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 11px;
}

.sales .btn-group {
    float: right;
}

.sales h2 {
    color: #8492af;
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}

.btn.btn-secondary.btn-lg.dropdown-toggle>span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sales .dropdown-menu {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    width: 100%;
    color: #0e1a35;
}

.sales .btn-group.open .dropdown-toggle,
.btn.active,
.btn:active {
    box-shadow: none;
}

.sales .dropdown-menu>a {
    color: #0e1a35;
    display: inline-block;
    font-weight: 800;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}

#my-cool-chart svg {
    width: 100%;
}

.sales .dropdown-menu>a:hover {
    color: #5584FF;
}

.shield-buttons {
    display: none;
}

.close,
.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    outline: none;
}
.modal .close:focus, .modal .close:hover {
    color: #808080 !important;
}

.modal-body input:not([type=checkbox]) {
    border: 1px solid #d4d9e3;
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0;
    /*padding: 14px 10px;*/
    width: 100%;
    color: #212123;
}

.modal-body textarea {
    border: 1px solid #d4d9e3;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
    color: #212123;
    height: auto;
}

.modal-header.login-header h4 {
    color: #ffffff;
}

.modal-footer .add-project {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}

.modal-footer .add-project::before {
    display: none;
}

.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}

.cancel {
    background: #0E1A35;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}

.modal {
    top: 20%;
    overflow: auto;
}

.modal-header .close {
    margin-top: 2px;
}

.search input:focus {
    border-bottom: 1px solid #BDC4D4;
    line-height: 22px;
    transition: 0.1s all;
}

.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



/*Main CSS*/


/* Tabs panel */

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
    background: #f5f5fa;
}



/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li:not(:last-child)  > a {
    border-right: 1px solid #00a0f0;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: white;
    background-color: #00AAFF;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: white;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #00a0f0;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}



.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
    background-color: white;
    border-bottom: 4px solid #00a0f0;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 15px;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}



/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.tabbable-panel .tab-content .tab-pane .row {
    margin-left: 0px;
    margin-right: 0px;
}

.tabbable-line .tab-footer {
    padding: 10px 0px 15px 0px;
    border-top: 1px solid #eee;
    background-color: #fff;
}


/*Tabbable left */

.tabs-left-panel {
    background: #fff;
    min-height: 38rem;
    padding: 5px;
}

.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-left>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-left .tab-content {
    background: #fff;
    padding: 1rem 0;
}

.tabs-left .tab-content .tab-pane.active {
    width: calc(100% - 200px);
    display: inline-block;
}

.user_stats_top .dashboard-stats {
    text-align: center;
    padding: 1em 2em;
    border: 1px solid #424242;
    background: #f5f5fa;
    font-size: 18px;
    font-weight: bold;
}

.user_stats_top .dashboard-stats .s-title {
    float: left;
}

.user_stats_top .dashboard-stats .s-number {
    float: right;
    color: #333;
}

.main-content {
    /*  margin-top: 1em;
    max-width: 1168px;*/
}

.row-no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pointer {
    cursor: pointer;
}

.table-container_stats {
    width: 100%;
    max-width: 1057px;
    overflow: auto;
}

.mw-10 {
    width: 10em !important;
    min-width: 10em !important;
}

.datepicker>div.datepicker-days {
    display: block;
}

.mg-top-1 {
    margin-top: 1em;
}

form.form-horizontal fieldset {
    border: 1px solid #eee;
    padding: 1em;
    margin-bottom: 1em;
}

form.form-horizontal fieldset legend {
    font-weight: 700;
    color: #1d1d1d;
    font-size: 18px;
}

.form-group.error .help-block,
.form-group.error .control-label,
.form-group.error .radio,
.form-group.error .checkbox,
.form-group.error .radio-inline,
.form-group.error .checkbox-inline,
.form-group.error.radio label,
.form-group.error.checkbox label,
.form-group.error.radio-inline label,
.form-group.error.checkbox-inline label {
    color: #f04124;
}

.form-group.error .form-control,
.form-group.error .ck.ck-editor__main>.ck-editor__editable{
    border-color: #f04124;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bold {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.upper {
    text-transform: uppercase;
}

.sa-button-container button.cancel,
.sa-button-container button.confirm {
    border-radius: 0;
}

.table.table-align-middle>thead>tr>th,
.table.table-align-middle>tbody>tr>th,
.table.table-align-middle>tfoot>tr>th,
.table.table-align-middle>thead>tr>td,
.table.table-align-middle>tbody>tr>td,
.table.table-align-middle>tfoot>tr>td {
    vertical-align: middle;
}

.p-left-10 {
    padding-left: 10px;
}

.no-border {
    border: 0 !important;
}

.autocomplete-suggestions {
    background: #fff;
    overflow-x: auto;
}

.autocomplete-suggestions .autocomplete-suggestion {
    border-bottom: 1px solid #eee;
    padding: 6px 10px;
    cursor: pointer;
}

.side-collapse-container {
    width: 100%;
    position: relative;
    right: 0;
    transition: right .4s;
}

.side-collapse-container.out {
    right: 250px;
    /*left: 0;*/
    /*width: calc(100% - 200px);*/
}

.side-collapse {
    top: 36px;
    bottom: 0;
    right: 0;
    width: 250px;
    position: fixed;
    overflow-x: hidden;
    transition: width .4s;
}

.side-collapse.story-state-dossier{
    width: 400px;
}

.side-collapse-container.toggle-story-state-dossier.out{
    right: 400px;
}

.side-collapse .panel {
    border-radius: 0;
}

.side-collapse.in {
    width: 0;
    visibility: hidden;
}

.table-stats td.date {
    background-color: #ecf0f1;
}

.table-stats td.value {
    background-color: #fff000;
}

#resultFormMandatSearch #monTableau_wrapper #monTableau_filter {
    margin-top: 1em;
    padding-right: 5px;
}

#resultFormMandatSearch #monTableau_wrapper #monTableau_filter>label,
#resultFormMandatSearch #monTableau_wrapper #monTableau_filter>label>input {
    width: 100%;
}

#dropzone-upload .dz-default.dz-message {
    border: 3px dotted #ddd;
    margin: auto;
    padding: 6em 3em;
}

#dropzone-upload .dz-preview {
    border: 1px solid #ddd;
    width: auto;
    margin: auto;
    padding: 5px 12px;
}

.selectize-form .selectize-control {
    width: 100%;
}

.selectize-form .selectize-control .selectize-input,
.selectize-input {
    border-radius: 0px !important;
}

.panel-map {
    width: 100%;
    min-height: 450px;
    overflow: auto;
}

.canvas-map {
    width: 100%;
    min-height: 450px;
    height: 100%;
}

.input-search-address-map {
    position: absolute;
    width: 500px;
    left: calc(50% - 250px);
    top: 10px;
    z-index: 999;
}

.panel-map #map-results {
    min-height: 450px;
    height: 100%;
    overflow: auto;
}

#nav-tabs-header {
    height: 50px;
}

#nav-tabs-header>li>a {
    padding: 15px 15px;
    font-size: 15px;
    font-weight: 700;
}

#nav-tabs-header>li>.close {
    position: absolute;
    z-index: 6;
    width: 9px;
    height: 10px;
    top: 0;
    right: 7px;
    font-size: 14pt;
    background: #ea2f10;
    display: inline-table;
}

#nav-tabs-header>li>.close i {
    color: #fff;
}



/*#nav-tabs-header>li> .close.current{
    color: #ea2f10;
}*/


/*#nav-tabs-header>li> .close.current:hover,
#nav-tabs-header>li> .close.current:focus{
    color: #DF3213;
}*/

#nav-tabs-header>li {
    background: #ccc;
    border-right: 1px solid #1b1b1b;
    box-shadow: 0px 2px 0px 0px #ccc;
    margin: 0;
}

#nav-tabs-header>li.active>a,
#nav-tabs-header>li.active>a:hover,
#nav-tabs-header>li.active>a:focus {
    color: #333;
    background-color: #f6f7fa;
}

#nav-tabs-header>li.active {
    box-shadow: 0px 2px 0px 0px #f6f7fa;
}

#nav-tabs-header>li.p-last {
    float: right;
    box-shadow: none !important;
    border-right: 0;
    margin-right: 10px;
    padding-top: 6px;
    background: transparent;
}

#nav-tabs-header>li.p-last .btn {
    padding: 6px 22px;
    border-bottom: 0;
    box-shadow: none !important;
    font-weight: normal;
}

#nav-tabs-header>li.p-last .btn-danger:hover,
#nav-tabs-header>li.p-last .btn-danger:focus {
    background-color: #d32a0e;
}

.nav-menu-mobile {
    position: relative;
    z-index: 99999;
}

table.table-sortable.dataTable {
    width: 100% !important;
    display: inline-block;
}

.scrollble.scrollable-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollble.scrollable-bar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.scrollble.scrollable-bar::-webkit-scrollbar-thumb {
    background-color: #bdc3c7;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.nav-tabs.nav-equaled li a {
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.required-star {
    color: #f04124;
}

.form-lined .form-control {
    width: 100%;
}

.form-lined .selectize-input {
    height: 40px;
}

.font-bold {
    font-weight: bold;
}

.modal-full-screen.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-full-screen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.btn-control-box {
    text-align: center;
}

.btn-control-box .btn {
    width: 95px;
}

.btn-plus-lv-ctr {
    float: left;
    margin-right: 6px;
}



/*DOING 05 Jul 20017 */

.dropdown-menu-top-header {
    margin-top: 19px;
    left: -40px;
}

.navbar-btn .btn-toggle-fullwidth {
    font-size: 24px;
    padding: 4px 8px;
    line-height: .7;
    border: none;
    background: none;
    outline: none;
    color: white;
}

.navbar-top-header .navbar-form {
    background: #4E5C82;
    padding: 0;
    margin: 0;
    min-height: 50px;
}

.navbar-top-header .navbar-btn-right {
    padding: 6px 0 !important;
    height: 50px;
    margin: 0;
}

.navbar-top-header .navbar-btn-right > ul {
    margin: 0;
    padding: 0;
}

.navbar-top-header .navbar-btn-right > ul > li {
    margin-left: 5px;
}

.navbar-top-header .navbar-btn-right>ul>li>a {
    color: #fff;
}

.navbar-top-header .navbar-btn-right>ul > li {
    display: inline-block;
}

.p-d-r-0 {
    padding-right: 0px;
}

#wrapper .main {
    background-color: #00a2e8;
}

.bg-light {
    background-color: #f5f5fa;
}

.bg-blue-light {
    background-color: #bfecff;
}

table.table {
    border: 2px solid #bfecff;
}

table.table thead,
table.table tfoot {
    background: #bfecff;
    font-weight: bold;
}

.table.no-border>thead>tr>th,
.table.no-border>tbody>tr>th,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>tbody>tr>td,
.table.no-border>tfoot>tr>td {
    border-top: 0px;
}

table.table-bordered-dark {
    border: 1px solid #333;
}

.table-bordered-dark>thead>tr>th,
.table-bordered-dark>tbody>tr>th,
.table-bordered-dark>tfoot>tr>th,
.table-bordered-dark>thead>tr>td,
.table-bordered-dark>tbody>tr>td,
.table-bordered-dark>tfoot>tr>td {
    border: 1px solid #333;
}

.headline-dossier .actions-bar {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.tabs-left-panel.tabs-cogs,
.tabs-left-panel.tabs-cogs>.tab-content {
    background: #f5f5fa;
}

.tabs-left-panel.tabs-cogs .tabs-left>.nav-tabs {
    margin-right: 0px;
}

.tabs-left-panel.tabs-cogs .tabs-left .tab-content .tab-pane.active {
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 0px 5px 5px 5px;
}

.tabs-left-panel.tabs-cogs .tab-content {
    padding: 0px;
    background: #f5f5fa;
}

.tabs-left-panel.tabs-cogs .tabs-left>.nav-tabs li.active a {
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}


.box_picture {
    border: 1px solid #eee;
    max-height: 360px;
    border-radius: 6px;
    padding: 6px 6px;
    margin-bottom: 1em;
    cursor: pointer;
}

.box_picture img {
    height: 100%;
    width: 100%;
}

.btn-edit-picture {
    position: absolute;
    right: 20px;
    margin-top: 0px;
    background: rgba(49, 131, 187, 0.67);
    border: 1px solid #1A88D5;
    color: #fff;
    border-radius: 0px;
}


.btn-remove-picture {
    position: absolute;
    left: 20px;
    margin-top: 0px;
    background: rgba(231, 76, 60, 0.82);
    border: 1px solid #e74c3c;
    color: #fff;
    border-radius: 0px;
}

#wrapper #sidebar-nav {
    margin-top: 50px;
    overflow-y: auto;
}

.btn-group-same {
    display: flex;
    flex-direction: row;
}

.btn-group-same .btn {
    width: 50px;
}

.btn-w-icon-lab {
    padding: 0;
}

.icon-lab {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 28px;
    display: block;
    margin: 0;
}

.icon-lab.icon-lab-fr {
    background-image: url(../images/icons/FR.png);
}


.icon-lab.icon-lab-r {
    background-image: url(../images/icons/R.png);
}

.icon-lab.icon-lab-r:hover,
.icon-lab.icon-lab-r:focus {
    background-image: url(../images/icons/R-open.png);
}

.icon-lab.icon-lab-o {
    background-image: url(../images/icons/O.png);
}

.icon-lab.icon-lab-o:hover,
.icon-lab.icon-lab-o:focus {
    background-image: url(../images/icons/O-open.png);
}

.icon-lab.icon-lab-f {
    background-image: url(../images/icons/F.png);
}

.icon-lab.icon-lab-f:hover,
.icon-lab.icon-lab-f:focus {
    background-image: url(../images/icons/F-open.png);
}

.icon-lab.icon-lab-bl {
    background-image: url(../images/icons/BL.png);
}

.bg-archived {
    background-image: url(../images/bg-archived.png);
}


table.table-info-dossier {
    border: 2px solid #333;
}

.table-info-dossier>thead>tr>th,
.table-info-dossier>tbody>tr>th,
.table-info-dossier>tfoot>tr>th,
.table-info-dossier>thead>tr>td,
.table-info-dossier>tbody>tr>td,
.table-info-dossier>tfoot>tr>td {
    border: 2px solid #333;
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}
.custom-checkbox .custom-control-input{
    visibility: hidden;
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px;
}

.custom-checkbox .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none !important;
}

.disabled {
    pointer-events:none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring.d-block{
    display: block;
    margin: auto;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #333;
    border-color: #333 transparent #333 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-link-white {
    color: white;
    text-decoration: underline;
}

.fancy-radio-group {
    display: flex;
    padding-top: 9px;
}

.fancy-radio-group.inline {
    flex-direction: row;
}

.fancy-radio-group.inline .fancy-radio {
    margin-right: 5px;
}

.fancy-checkbox-group {
    display: flex;
}

.fancy-checkbox-group.inline {
    flex-direction: row;
}

.fancy-checkbox-group.inline .fancy-checkbox {
    margin-right: 5px;
    display: inline-block;
    flex: 1;
}

.fancy-checkbox.white input[type="checkbox"] + span:before {
    background-color: white;
}

.pac-container {
    z-index: 99999;
}

.toast-success {
    background-color: #43ac6a;
}
.toast-error {
    background-color: #f04124;
}
.toast-info {
    background-color: #5bc0de;
}
.toast-warning {
    background-color: #e99002;
}

#toast-container > div {
    width: auto;
    max-width: 560px;
}

/* Chrome, Safari, Edge, Opera */
input.no-spin::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-spin[type=number] {
    -moz-appearance: textfield;
}

.no-white-space {
    white-space: nowrap;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00AAFF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00AAFF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/** loading-mask **/
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loading-mask {
    position: relative;
}

.loading-mask:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: wait;
    opacity: 1;
    background-color: rgba(255,255,255, .6);
    animation: breathing 1s infinite alternate ease-out;
 }

.loading-mask:after {
    position: absolute;
    z-index: 2000;
    content: '';
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    height: 120px;
    width: 120px;
    border: 4px dashed #00AAFF;
    border-top: none;
    border-right: none;
    border-radius: 50%;
    animation: rotation 2s infinite linear normal;
 }

.d-inline {
    display: inline-block;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.font-size-inherit {
    font-size: inherit !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 300;
    line-height: 1.1;
    color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: normal;
    line-height: 1;
}


h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}


h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 18px
}

h2,.h2 {
    font-size: 17px
}

h3,.h3 {
    font-size: 16px
}

h4,.h4 {
    font-size: 15px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 13px
}

b, strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

.list-style-none {
    list-style: none;
}

ul.navigation_tree_container{
    display:inline-block;
    position: relative; float: left; clear: left;
    margin:.25em;
    padding:0;
}
ul.navigation_tree_container:before{
    content:""; position: absolute; z-index: 1;
    top:.25em; right:auto; bottom:0; left: 1.75em;
    margin: auto;
    border-right: dotted black .1em;
    width: 0; height: auto;
}
ul.navigation_tree_container:after, .tree_item.tree_has_children:after {
    content: "-"; position: absolute; z-index: 3;
    top:0; left:-.5em;
    margin:.65em; padding:0;
    width:.8em; height: .8em;
    text-align:center; line-height: .6em; font-size: 1em;
}
.tree_item.tree_has_children.closed:after {
    content: "+";
}

.tree_item.tree_has_children.closed > ul.navigation_tree_container {
    display: none;
}

ul.navigation_tree_container>li{
    display: block; position: relative; float: left; clear: both;
    right:auto;
    padding-left: 1em;
    width:auto;
    text-align: center; color:white;
    background: gray;
}
ul.navigation_tree_container>li>input{
    display:block; position: absolute; float: left; z-index: 4;
    margin:0 0 0 -1em; padding:0;
    width:1em; height: 2em;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
}
ul.navigation_tree_container>li>input:checked~ul:before{
    display: none;
}

ul.navigation_tree_container>li>input:checked~ul *{
    display: none;
}
ul.navigation_tree_container>li>span{
    display: block; position: relative; float: left; z-index: 3;
    margin:.25em; padding:.25em;
    background: lightblue;
}
ul.navigation_tree_container>li>span:after{
    content: ""; display: block; position: absolute;
    left:-1em; top:0; bottom:0;
    margin: auto .25em auto .25em;
    border-top: dotted black .1em;
    width: .75em; height: 0;

}

ul.navigation_tree_container>li:last-child:before{
    content: ""; display: block; position: absolute; z-index: 2;
    top:1em; left:0; bottom:-.25em;
    width:.75em; height:auto;
    background:lightblue;
}

.navigation_tree_wrapper {
    position: relative;
}
.navigation_tree_wrapper:before{
    left:.5em !important;
}
.navigation_tree_wrapper:after{
    display: none;
}

/*decoration*/
ul.navigation_tree_container,
ul.navigation_tree_container >li:last-child:before{
    background: white;
}
ul.navigation_tree_container >li{
    background: transparent;
}
ul.navigation_tree_container :after{
    background: white;
    color: black;
    border:solid gray 1px;
    border-radius: .1em;
    content: unset;
}
ul.navigation_tree_container> li >input~span:before{
    font-family: 'FontAwesome';
    content: "\f115";
    display: inline-block;
    margin: 0 .25em 0 0;
    width:1em;
    height: 1em;
    line-height: 1em;
}
ul.navigation_tree_container > li > span{
    border-radius: .25em;
    color: black;
    background: white;
}
ul.navigation_tree_container > li >input:checked~span:before{
    content: "\f114";
}

ul.navigation_tree_container >li>span:hover {
    cursor: pointer;
    background: #ddd;
}

ul.navigation_tree_container >li.checked > span {
    background: #2B333E;
    color: white;
}

li.tree_item.disabled {
    pointer-events: auto;
}

li.tree_item.disabled > span {
    text-decoration: line-through;
}

.map-marker-infos a {
    outline: unset;
}

.map-marker-label {
    position: absolute;
    color: white;
    font-size: 9px;
}

.line-through {
    text-decoration: line-through;
}

/* start ul steps */

.wizard {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: bth-wizard-steps;
    display: flex;
    flex-wrap: no-wrap;
    overflow: hidden;
}
.wizard .wizard__item-arrows:after, .wizard .wizard__item-arrows:before {
    content: " ";
    display: block;
    position: absolute;
}
.wizard .wizard__item-arrows:before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid white;
    top: -4px;
    left: -1px;
    z-index: 1;
}
.wizard .wizard__item-arrows:after {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 18px solid #e7e7e7;
    top: 0;
    right: -16px;
    left: auto;
    z-index: 2;
}
.wizard .wizard__item {
    background-color: #e7e7e7;
    color: #737373;
    counter-increment: bth-wizard-steps;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    min-width: 30px;
    max-width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: no-wrap;
    padding-left: 34px;
    padding-right: 8px;
    cursor: pointer;
    position: relative;
}
.wizard .wizard__item:before {
    content: counter(bth-wizard-steps);
    font-size: 14px;
    font-weight: 600;
    min-width: 30px;
    display: flex;
    width: 30px;
    height: 30px;
    background-color: white;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.wizard .wizard__item:first-child {
    padding-left: 8px;
}
.wizard .wizard__item:first-child .wizard__item-arrows:before {
    display: none;
}
.wizard .wizard__item:last-child .wizard__item-arrows:after {
    display: none;
}
.wizard .wizard__item-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wizard .wizard__item--active {
    background-color: #00AAFF;
    color: white;
    min-width: auto;
}
.wizard .wizard__item--active .wizard__item-arrows:after {
    border-left-color: #00AAFF;
}
.wizard .wizard__item--active:before {
    color: #00a0f0;
}
.wizard .wizard__item--visited {
    background-color: #00a0f0;
    color: white;
}
.wizard .wizard__item--visited .wizard__item-arrows:after {
    border-left-color: #00a0f0;
}
.wizard .wizard__item--visited:before {
    font-family: 'Linearicons-Free';
    color: #00AAFF;
    font-size: 18px;
    content: "\e87f";
}
.wizard .wizard__item--disabled, .wizard .wizard__item [disabled] {
    background-color: #f9f9f9;
    color: #b4b3b3;
    cursor: not-allowed;
}
.wizard .wizard__item--disabled .wizard__item-arrows:after, .wizard .wizard__item [disabled] .wizard__item-arrows:after {
    border-left-color: #F5F7FA;
}
.wizard .wizard__item--disabled:before, .wizard .wizard__item [disabled]:before {
    color: #c0c0c0;
    content: counter(bth-wizard-steps);
}

/* end ul steps */


.description-action-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    max-width: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.description-action-popover {
    max-width: 420px;
}

.selectize-control.selectize.multi .selectize-input.items.not-full.has-options:not(.focus):before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333333 transparent transparent transparent;
}