html {
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #38383a;
    min-height: 100%;
    background-color: #f5f5f5
}

a:focus, button:focus {
    outline: 0 !important
}

a {
    color: #e0502f
}

a:hover {
    color: #d43f29
}

:focus {
    outline: 0
}

.bootstrap-select .dropdown-toggle:focus, .form-control:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    outline: 0 !important;
    -webkit-box-shadow: 0 0 7px 1px rgba(235, 97, 50, .5) !important;
    box-shadow: 0 0 7px 1px rgba(235, 97, 50, .5) !important;
    border-color: #eb6132
}

.form-errors {
    margin-left: -24px
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.panel .panel-heading .panel-title {
    line-height: 22px
}

.text-300 {
    font-weight: 300
}

.text-400 {
    font-weight: 400
}

.text-600 {
    font-weight: 600
}

.text-700 {
    font-weight: 700
}

.text-800 {
    font-weight: 800
}

.text-orange {
    color: #e0502f
}

.text-orangedark {
    color: #d43f29
}

.text-orangelight {
    color: #eb6132
}

.text-gray {
    color: #717073
}

.text-graydark {
    color: #38383a
}

.text-graylight {
    color: #b8b7b9
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.orange {
    background-color: #e0502f
}

.orangedark {
    background-color: #d43f29
}

.orangelight {
    background-color: #eb6132
}

.gray {
    background-color: #717073
}

.graydark {
    background-color: #38383a
}

.graylight {
    background-color: #b8b7b9
}

.white {
    background-color: #fff
}

.black {
    background-color: #000
}

.select2-container--open {
    z-index: 9999
}

@media (max-width: 767px) {
    .fancybox-inner .container-fluid {
        width: calc(100vw - 40px);
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .fancybox-inner .container-fluid {
        width: 750px
    }
}

.fancybox-inner .select2-container {
    width: 100% !important
}

.vertical-parent {
    display: table;
    width: 100%;
    height: 100%
}

.vertical-parent .vertical-child {
    display: table-cell;
    vertical-align: middle
}

.vertical-parent .vertical-child.bottom {
    vertical-align: bottom
}

.vertical-parent .vertical-child.top {
    vertical-align: top
}

.nomargin {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

.btn {
    border-width: 1px
}

.btn .badge {
    background-color: #fff;
    color: #000;
    font-weight: 400
}

.btn.btn-outline {
    background-color: transparent
}

.btn.btn-outline.btn-white {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important
}

.btn.btn-outline.btn-white:hover {
    background-color: #fff !important;
    color: #00f !important
}

.btn.btn-outline.btn-white.btn-link {
    border: none
}

.btn.btn-outline.btn-orange {
    background-color: transparent !important;
    border-color: #e0502f !important;
    color: #e0502f !important
}

.btn.btn-outline.btn-orange:hover {
    background-color: #e0502f !important;
    color: #fff !important
}

.btn.btn-outline.btn-orange.btn-link {
    border: none
}

.btn.btn-outline.btn-orangelight {
    background-color: transparent !important;
    border-color: #eb6132 !important;
    color: #eb6132 !important
}

.btn.btn-outline.btn-orangelight:hover {
    background-color: #eb6132 !important;
    color: #fff !important
}

.btn.btn-outline.btn-orangelight.btn-link {
    border: none
}

.btn.btn-outline.btn-orangedark {
    background-color: transparent !important;
    border-color: #d43f29 !important;
    color: #d43f29 !important
}

.btn.btn-outline.btn-orangedark:hover {
    background-color: #d43f29 !important;
    color: #fff !important
}

.btn.btn-outline.btn-orangedark.btn-link {
    border: none
}

.btn.btn-outline.btn-gray {
    background-color: transparent !important;
    border-color: #717073 !important;
    color: #717073 !important
}

.btn.btn-outline.btn-gray:hover {
    background-color: #717073 !important;
    color: #fff !important
}

.btn.btn-outline.btn-gray.btn-link {
    border: none
}

.btn.btn-outline.btn-graylight {
    background-color: transparent !important;
    border-color: #b8b7b9 !important;
    color: #b8b7b9 !important
}

.btn.btn-outline.btn-graylight:hover {
    background-color: #b8b7b9 !important;
    color: #fff !important
}

.btn.btn-outline.btn-graylight.btn-link {
    border: none
}

.btn.btn-outline.btn-graydark {
    background-color: transparent !important;
    border-color: #38383a !important;
    color: #38383a !important
}

.btn.btn-gray.btn-link, .btn.btn-graydark.btn-link, .btn.btn-graylight.btn-link, .btn.btn-orange.btn-link, .btn.btn-orangedark.btn-link, .btn.btn-orangegradient.btn-link, .btn.btn-orangelight.btn-link, .btn.btn-outline.btn-graydark.btn-link, .btn.btn-outline.btn-success.btn-link {
    border: none
}

.btn.btn-outline.btn-graydark:hover {
    background-color: #38383a !important;
    color: #fff !important
}

.btn.btn-outline.btn-success {
    background-color: transparent !important;
    color: #449d44 !important
}

.btn.btn-outline.btn-success:hover {
    background-color: #449d44 !important;
    color: #fff !important
}

.btn.btn-orange {
    background-color: #e0502f;
    color: #fff
}

.btn.btn-orange:hover {
    background-color: #d43f29;
    color: #fff !important
}

.btn.btn-orangelight {
    background-color: #eb6132;
    color: #fff
}

.btn.btn-orangelight:hover {
    background-color: #e0502f
}

.btn.btn-orangedark {
    background-color: #d43f29;
    color: #fff
}

.btn.btn-orangedark:hover {
    background-color: #e0502f
}

.btn.btn-orangegradient {
    background: linear-gradient(135deg, #eb6132 0, #e0502f 50%, #d43f29 100%);
    color: #fff
}

.btn.btn-orangegradient:hover {
    background-color: #e0502f
}

.btn.btn-gray {
    background-color: #717073;
    color: #fff
}

.btn.btn-gray:hover {
    background-color: #38383a
}

.btn.btn-graylight {
    background-color: #b8b7b9;
    color: #fff
}

.btn.btn-graylight:hover {
    background-color: #717073
}

.btn.btn-graydark {
    background-color: #38383a;
    color: #fff
}

.btn.btn-graydark:hover {
    background-color: #717073
}

.btn.btn-xl {
    padding: 20px 30px
}

.dropdown-menu .dropdown-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px
}

.dropdown-menu .dropdown-header {
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.dropdown-menu#ajax-quicksearch-output {
    padding-top: 0
}

.dropdown-menu#ajax-quicksearch-output a:focus, .dropdown-menu#ajax-quicksearch-output a:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 3px 0 #e0502f;
    box-shadow: inset 3px 0 #e0502f
}

.dropdown-menu#ajax-quicksearch-output > li {
    position: relative;
    border-bottom: 1px solid #eee
}

.dropdown-menu#ajax-quicksearch-output > li img {
    position: absolute;
    right: 10px;
    top: calc(50% - 17.5px)
}

#page-wrapper {
    position: absolute;
    height: 100%;
    width: 100%
}

.popover.popover-fiche {
    min-width: 200px
}

.popover.popover-fiche .popover-content {
    font-size: 13px
}

.popover.popover-fiche dl {
    margin-bottom: 0
}

.popover.popover-fiche dl dd {
    margin-bottom: 5px
}

.popover.popover-fiche dl dd:last-of-type {
    margin-bottom: 0
}

.dropdown-menu.advanced {
    width: 400px;
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0
}

.dropdown-menu.advanced > li > a {
    white-space: normal;
    font-size: 13px
}

.dropdown-menu.advanced > li > a .user-basicinfo .user-name {
    font-weight: 700
}

.dropdown-menu.advanced > li > a .user-basicinfo .user-company, .dropdown-menu.advanced > li > a .user-basicinfo .user-id {
    color: #717073
}

.dropdown-menu.advanced .popover-content, .dropdown-menu.advanced .popover-title {
    display: none
}

.dropdown-menu.advanced li.loading {
    text-align: center;
    padding: 30px
}

.dropdown-menu.advanced li.all-results {
    border-top: 1px solid #e5e5e5;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px 0
}

.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1600px) {
    .col-xl-1 {
        width: 8.33333333%;
        float: left
    }

    .col-xl-2 {
        width: 16.66666667%;
        float: left
    }

    .col-xl-3 {
        width: 25%;
        float: left
    }

    .col-xl-4 {
        width: 33.33333333%;
        float: left
    }

    .col-xl-5 {
        width: 41.66666667%;
        float: left
    }

    .col-xl-6 {
        width: 50%;
        float: left
    }

    .col-xl-7 {
        width: 58.33333333%;
        float: left
    }

    .col-xl-8 {
        width: 66.66666667%;
        float: left
    }

    .col-xl-9 {
        width: 75%;
        float: left
    }

    .col-xl-10 {
        width: 83.33333333%;
        float: left
    }

    .col-xl-11 {
        width: 91.66666667%;
        float: left
    }

    .col-xl-12 {
        width: 100%;
        float: left
    }

    .hidden-xl {
        display: none
    }
}

section#leftside-wrapper {
    position: fixed;
    height: 100vh;
    width: 260px;
    background-color: #38383a;
    color: #b8b7b9;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: inset -5px 0 10px rgba(0, 0, 0, .33);
    box-shadow: inset -5px 0 10px rgba(0, 0, 0, .33)
}

section#leftside-wrapper header#leftside-header {
    height: 75px;
    border-bottom: 1px solid #262627;
    background-color: white;
}

section#leftside-wrapper header#leftside-header h1 {
    margin: 0;
    line-height: 75px;
    text-align: center
}

section#leftside-wrapper header#leftside-header h1 a {
    display: block;
    color: #fff;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#leftside-wrapper header#leftside-header h1 a img {
    width: 180px;
}

section#leftside-wrapper header#leftside-header h1 a:focus, section#leftside-wrapper header#leftside-header h1 a:hover {
    text-decoration: none
}

section#leftside-wrapper header#leftside-header h1 span {
    font-weight: lighter
}

@media (max-width: 991px) {
    section#leftside-wrapper {
        width: 54px;
        z-index: 10
    }

    section#leftside-wrapper header#leftside-header h1 {
        font-size: 16px;
        line-height: 16px;
        display: block;
        padding-top: 21px;
        padding-bottom: 21px
    }

    section#leftside-wrapper header#leftside-header h1 span {
        display: block
    }
}

section#leftside-wrapper main#leftside-main {
    height: calc(100vh - 75px);
    overflow-x: hidden;
    overflow-y: auto
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li > a:focus, section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .1)
}

@media (max-width: 991px) {
    section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li > a .menu-text {
        display: none
    }
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.active {
    -webkit-box-shadow: inset 4px 0 0 0 #e0502f;
    box-shadow: inset 4px 0 0 0 #e0502f
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.active > a,
section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper .contract_menu a.active {
    color: #e0502f
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-group {
    -webkit-box-shadow: none;
    box-shadow: none
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-group span {
    display: block;
    padding: 15px 15px 0;
    font-size: 12px
}

@media (max-width: 991px) {
    section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-group span {
        font-size: 10px;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-separator hr {
    border-top: 1px solid #777
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-button {
    padding: 10px 15px
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-button a.btn-xs {
    padding: 1px 5px;
    font-size: 12px
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-button .quickAdd-plus {
    display: none
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li .dropdown-menu {
    min-width: 230px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    margin-top: 0;
    z-index: 11
}

@media (max-width: 991px) {
    section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-button span {
        display: none
    }

    section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-button .quickAdd-plus {
        display: inline
    }

    section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li .dropdown-menu {
        position: fixed;
        z-index: 999;
        left: 53px;
        top: 74px;
        overflow: visible;
        border-radius: 0 4px 4px 0
    }

    section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li .dropdown-menu:before {
        content: '';
        display: block;
        position: absolute;
        left: -15px;
        top: 6px;
        width: 15px;
        height: 30px;
        border-top: 15px solid #38383a;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #38383a;
        background: #fff
    }
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li .dropdown-menu a {
    color: #000;
    padding: 5px 10px;
    font-size: 12px
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li .dropdown-menu a:hover {
    background-color: #cfced0
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-sublist {
    padding: 10px 15px
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li.menu-sublist.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li #anchor-menu > ul > li.active a {
    background-color: #e0502f;
    border-color: #e0502f
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li #anchor-menu > ul > li a {
    padding-top: 3px;
    padding-bottom: 3px
}

section#leftside-wrapper main#leftside-main nav.leftside-menu-wrapper > ul > li .panel.panel-default .panel-body {
    color: #38383a
}

section#leftside-wrapper footer#leftside-footer {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000
}

section#main-wrapper {
    position: absolute;
    height: 100%;
    width: calc(100% - 260px);
    left: 260px
}

section#main-wrapper header#main-header {
    position: fixed;
    width: calc(100% - 260px);
    min-height: 75px;
    border-bottom: 1px solid #cfced0;
    margin-bottom: 15px;
    background-color: #fff;
    z-index: 1
}

@media (max-width: 991px) {
    section#main-wrapper {
        width: calc(100% - 54px);
        left: 54px
    }

    section#main-wrapper header#main-header {
        width: calc(100% - 54px)
    }
}

section#main-wrapper header#main-header .main-action {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0
}

@media (max-width: 767px) {
    section#main-wrapper header#main-header .main-action {
        text-overflow: initial;
        overflow: visible;
        white-space: normal
    }
}

section#main-wrapper header#main-header .main-action h1.main-title {
    display: inline-block;
    line-height: 74px;
    margin: 0 15px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

section#main-wrapper main#main-main .panel#users-search .users-search-view, section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .select2 {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 1200px) {
    section#main-wrapper header#main-header .main-action h1.main-title {
        font-size: 25px
    }
}

@media (max-width: 767px) {
    section#main-wrapper header#main-header .main-action h1.main-title {
        text-overflow: initial;
        overflow: visible;
        white-space: normal;
        line-height: normal;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results .fixed-table-toolbar .bs-bars h4, section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results > .table-responsive:first-of-type .fixed-table-toolbar .bs-bars {
    margin-top: 0
}

section#main-wrapper header#main-header .main-action a.btn, section#main-wrapper header#main-header .main-action button {
    vertical-align: text-bottom
}

@media (min-width: 992px) {
    section#main-wrapper header#main-header .general-action {
        text-align: right
    }
}

section#main-wrapper header#main-header .general-action #global-search {
    display: inline-block;
    padding-top: 20px
}

@media (min-width: 1024px) {
    section#main-wrapper header#main-header .general-action #global-search {
        text-align: right
    }
}

section#main-wrapper header#main-header .general-action .inline, section#main-wrapper header#main-header .general-action .inline > .dropdown, section#main-wrapper header#main-header .general-action .inline > button {
    display: inline-block
}

section#main-wrapper main#main-main {
    padding-top: 90px
}

section#main-wrapper main#main-main .panel.panel-default .panel-heading {
    background-color: #fff
}

section#main-wrapper main#main-main .panel#users-search {
    min-height: calc(100vh - 105px)
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters {
    margin-bottom: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .panel {
    margin-bottom: 5px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .panel .panel-heading {
    padding: 5px 10px;
    background: 0 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .panel .panel-heading .panel-title {
    font-size: 14px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item {
    padding-top: 0;
    padding-bottom: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .nopadding {
    padding: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item > select.form-control {
    border: none;
    border-radius: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .select2 .select2-selection.select2-selection--multiple {
    border: none;
    border-radius: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .select2 .select2-search--inline {
    float: none
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .select2 .select2-search__field {
    width: 100% !important
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .selectize-control {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    line-height: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .selectize-control .selectize-input {
    border: none;
    border-radius: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .selectize-control .selectize-input input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .list-group-item .selectize-control .selectize-input.focus {
    outline: 0 !important;
    -webkit-box-shadow: 0 0 7px 1px rgba(235, 97, 50, .5) !important;
    box-shadow: 0 0 7px 1px rgba(235, 97, 50, .5) !important;
    border-color: #eb6132
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters .filter-datepicker {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section#main-wrapper footer#main-footer, section#main-wrapper footer#main-footer .debug {
    height: auto
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters #users-quarter input {
    border: none;
    border-radius: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters #users-quarter .input-group {
    margin-right: -1px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #users-filters #users-quarter .input-group .input-group-addon {
    border: none;
    border-left: 1px solid #ddd;
    border-radius: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results .fixed-table-toolbar {
    position: relative;
    min-height: 44px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results .fixed-table-body {
    overflow: visible
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results .pull-right.search {
    position: absolute;
    right: 0;
    bottom: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results .select2-toolbar h4 {
    margin-top: 15px;
    margin-bottom: 0
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .btn {
    margin-bottom: 3px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table td.user-infos {
    position: relative
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .user-startdate {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 5px 5px 0;
    font-size: 12px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .user-contact i.fa {
    color: #38383a
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .user-contact div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 1199px) {
    section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .user-contact div {
        max-width: 150px !important
    }
}

@media (max-width: 1599px) {
    section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .user-action .btn {
        width: 100%
    }
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .user-tags {
    min-height: 20px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .results-infos {
    position: relative;
    min-width: 320px
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .results-contact {
    width: 150px
}

@media (min-width: 1600px) {
    section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .results-contact {
        width: auto;
        min-width: 420px
    }
}

section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .results-action {
    width: 80px !important
}

@media (min-width: 1600px) {
    section#main-wrapper main#main-main .panel#users-search .users-search-view #search-results table.table .results-action {
        width: 207px !important
    }
}

section#main-wrapper footer#main-footer .panel.panel-default .panel-heading {
    background-color: #fff
}

section#main-wrapper footer#main-footer .debug .well {
    margin-bottom: 30px;
    text-align: center
}

body.single-client .employe-header, body.single-client .employe-header .employe-basicinfo, body.single-employe .employe-header, body.single-employe .employe-header .employe-basicinfo {
    margin-bottom: 15px
}

section#main-wrapper footer#main-footer .credits {
    text-align: center;
    height: 50vh
}

section#right-side-wrapper {
    height: calc(100% - 76px);
    width: 400px;
    right: -400px;
    top: 76px;
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
    position: fixed;
    -webkit-transition: .33s right ease;
    transition: .33s right ease;
    border-left: 1px solid #cfced0
}

section#right-side-wrapper.visible {
    right: 0
}

section#right-side-wrapper iframe {
    position: absolute
}

body.single-client .employe-header .employe-avatar, body.single-employe .employe-header .employe-avatar {
    position: relative;
    padding-bottom: 100%
}

body.single-client .employe-header .employe-avatar img, body.single-employe .employe-header .employe-avatar img {
    position: absolute;
    width: 100%;
    height: 100%
}

body.single-client .employe-header .employe-avatar:hover .avatar-action, body.single-employe .employe-header .employe-avatar:hover .avatar-action {
    display: inline-block
}

body.single-client .employe-header .employe-avatar .avatar-action, body.single-employe .employe-header .employe-avatar .avatar-action {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center
}

body.single-client .employe-header .employe-basicinfo .geo-light, body.single-employe .employe-header .employe-basicinfo .geo-light {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid grey;
    border-radius: 50px
}

body.single-client .employe-header .employe-basicinfo .geo-light.active, body.single-employe .employe-header .employe-basicinfo .geo-light.active {
    border: none;
    background-color: #abff00;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89ff00 0 2px 12px;
    box-shadow: rgba(0, 0, 0, .2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89ff00 0 2px 12px
}

body.single-client .employe-header .employe-basicinfo .employe-contact, body.single-employe .employe-header .employe-basicinfo .employe-contact {
    margin-top: 5px
}

body.single-client .employe-header .employe-alerts, body.single-employe .employe-header .employe-alerts {
    margin-top: 15px
}

body.single-client .employe-header .employe-alerts .alert, body.single-employe .employe-header .employe-alerts .alert {
    margin-bottom: 10px
}

body.single-client .employe-actions, body.single-employe .employe-actions {
    text-align: right;
    line-height: 2.7
}

@media (max-width: 991px) {
    body.single-client .employe-actions, body.single-employe .employe-actions {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px
    }

    body.single-client .employe-actions .btn, body.single-employe .employe-actions .btn {
        width: 100%
    }
}

body.single-client #table_client_note_output table tr th:first-of-type, body.single-employe #table_client_note_output table tr th:first-of-type {
    width: 200px
}

body.single-client #table_client_note_output .client-name, body.single-employe #table_client_note_output .client-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

body.single-client #filter-note, body.single-employe #filter-note {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 34px
}

body.single-client #table_client_assignation_output tr th:first-of-type, body.single-employe #table_client_assignation_output tr th:first-of-type {
    width: 50%
}

body.single-client #table_client_assignation_output tr th:last-of-type, body.single-employe #table_client_assignation_output tr th:last-of-type {
    width: 50px
}

body.single-client #table_client_mention_output tr th:first-of-type, body.single-employe #table_client_mention_output tr th:first-of-type {
    width: 25%
}

body.single-client .panel-body .bootstrap-table .table, body.single-employe .panel-body .bootstrap-table .table {
    border: none
}

body.single-client .panel-body .bootstrap-table .fixed-table-toolbar .pull-right.search, body.single-employe .panel-body .bootstrap-table .fixed-table-toolbar .pull-right.search {
    margin-top: 3px
}

body.single-client .panel-body .bootstrap-table .fixed-table-pagination, body.single-employe .panel-body .bootstrap-table .fixed-table-pagination {
    padding: 0 15px
}

body.calendar .fc-view, body.calendar .fc-view > table {
    z-index: 0
}

body.transport .map-pane .col-sm-9 {
    padding-right: 0
}

body.transport .map-pane .col-sm-3 {
    padding-left: 30px;
    max-height: 100vh;
    overflow-y: auto;
    background: #fff
}

body.transport .map-transfers .transfer-title {
    background: #f1f1f1;
    margin-left: -30px;
    padding-left: 30px;
    padding-top: 5px
}

body.transport .map-transfers .transfer-in {
    background: #f1f1f1
}

body.transport .map-transfers .transfer-in .transfer-gutter {
    background: #f1f1f1;
    padding: 5px 0;
    margin-top: -5px;
    border-bottom: 1px solid #b8b7b9
}

body.transport .map-transfers .transfer-out:last-of-type {
    border-bottom: 0
}

body.transport .map-transfers .transfer-in, body.transport .map-transfers .transfer-out {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #b8b7b9
}

body.transport .map-transfers .transfer-in.transfer-status-0, body.transport .map-transfers .transfer-out.transfer-status-0 {
    background: #f0ad4e
}

body.transport .map-transfers .transfer-in.transfer-status-1, body.transport .map-transfers .transfer-out.transfer-status-1 {
    background: #5cb85c
}

body.transport .map-transfers .transfer-in.transfer-status-2, body.transport .map-transfers .transfer-out.transfer-status-2 {
    background: #f1f1f1
}

body.transport .map-transfers .transfer-in .transfer-gutter, body.transport .map-transfers .transfer-out .transfer-gutter {
    position: absolute;
    width: 30px;
    height: calc(100% + 1px);
    left: -30px;
    color: #b8b7b9
}

body.transport .map-transfers .transfer-in .transfer-gutter div, body.transport .map-transfers .transfer-out .transfer-gutter div {
    top: 0;
    left: 0;
    line-height: 30px;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.transport .map-transfers .transfer-in .transfer-metas, body.transport .map-transfers .transfer-out .transfer-metas {
    font-size: 12px
}

body.transport .map-transfers .transfer-in .transfer-metas .transfer-meta, body.transport .map-transfers .transfer-out .transfer-metas .transfer-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.transport .map-transfers .transfer-in .transfer-metas .transfer-meta .meta-label, body.transport .map-transfers .transfer-out .transfer-metas .transfer-meta .meta-label {
    white-space: nowrap;
    padding-right: 5px
}

body.transport .map-transfers .transfer-in .transfer-metas .transfer-meta .meta-data, body.transport .map-transfers .transfer-out .transfer-metas .transfer-meta .meta-data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

body.transport .map-transfers .transfer-in .transfer-metas .transfer-meta .meta-data .moment, body.transport .map-transfers .transfer-out .transfer-metas .transfer-meta .meta-data .moment {
    display: inline;
    color: #717073;
    font-weight: 400
}

body.transport .map-transfers .transfer-in .transfer-metas pre, body.transport .map-transfers .transfer-out .transfer-metas pre {
    margin-bottom: 0
}

.mentions-input-box .mentions-autocomplete-list {
    max-height: 200px;
    overflow: auto
}

/*
* module CONTRACT
*/
.contract .nav-tabs > li.active > a {
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #38383a;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: 500;
}

.contract .nav-tabs > li > a {
    color: #38383A;
    margin: 10px 15px;
    padding: 0;
}

.contract_menu {
    padding-left: 40px;
}

.contract_menu a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-decoration: none;
}

.border-dark {
    background: #38383A;
    border-radius: 8px;
    padding: 14px;
    margin: 18px 0px;
    padding: 14px 14px 19px 14px;
}


.multiselect-container {
    width: 100%;
    width: 100%;
    max-height: 250px;
    overflow: auto;
}

.multiselect-container li {
    border: solid;
    border-width: 0 0 1px 0;
    border-color: #CCCCCC;
    margin: 0px 5px 2px 5px;
}

.txtwhite {
    margin-bottom: 5px;
    color: #fff;
    line-height: 2;
}

#contracts {
    background-color: #fff;
    padding-top: 20px;
}

.contracts .selectBlack {
    background: transparent;
    color: #fff;
}

.contracts .border-dark .select2-container .selection .select2-selection {
    background: #38383A;
    border-color: #989898;
    color: #fff;
}

.contracts .border-dark .select2-container--bootstrap .select2-selection {
    box-shadow: none;
    color: #fff;
}

.contracts .border-dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.contracts .border-dark .flatpickr a {
    background: #38383A;
    color: #fff;
}

.contracts .border-dark .flatpickr input {
    background: #38383A;
    color: #fff;
}

.contracts .thead-dark {
    background: #38383A;
    color: #fff;
    text-transform: capitalize;
}

.contracts .fullwidthbtm {
    width: 100%;
    color: #e0502f;
    border: solid 1px;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
}

.contracts.row, .contracts .row, #contracts .row {
    margin-left: 0;
    margin-right: 0;
}

.contracts .rowContract {
    margin-top: 20px;
}

.new_contract .table thead,
.contracts #contracts-datatable thead {
    color: white;
    background-color: #38383A;
}

.contracts #contracts-datatable th {
    font-weight: 400;
    text-transform: uppercase;
}

.contracts #contracts-datatable td,
.new_contract .table td,
.new_contract .table th,
.contracts #contracts-datatable th,
#contracts #contracts-datatable td,
#contracts #contracts-datatable th {
    padding: 15px 18px;
    border: none;
}

.contracts #contracts-datatable .odd,
.new_contract .table tbody tr:nth-child(even) {
    background: #F5F5F5;
}

.contracts #contracts-datatable .status,
.contracts #contracts-datatable tbody td:last-child,
.new_contract .table tbody td:last-child {
    text-align: right;
}

.contracts #collapseOne .row {
    margin: 5px 0;
}

.row.filter_block {
    padding-top: 10px;
}

.filter_block .panel-default {
    border-color: transparent;
}

.add {
    color: #e0502f;
}

.add::before {
    content: "+ ";
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 35px !important;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
}

.rowContract .select2-selection__clear {
    display: none;
}


.multiselect-container input {
    accent-color: #e74c3c;
}

.multiselect-container .active a {
    background-color: #fff;
    color: #000;
}

.multiselect-container::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.multiselect-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.multiselect-container::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.multiselect-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.theadDarkStyle th {
    font-weight: 400;
}

.valign-items {
    align-items: center;
    display: inherit;
}

.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-tag {
    padding: 5px 10px;
    background-color: #505050;
    color: white;
    font-size: 14px;
    border-radius: 25px;
}

.form-title {
    font-size: 20px;
}

.form-sub-title {
    font-size: 16px;
}

input[type=text]:read-only {
    background-color: white;
}

.input-group-addon-text {
    margin-left: 10px;
}

.period-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.assignment-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.assignment-container.assignment-container-side {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 15px;
}

.assignment-container .assignment-search {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.assignment-container .assignment_period_select,
.assignment-container #assign-all-periods-select {
    width: 230px;
}

.assignment-search .select2-container .select2-selection--single {
    height: 34px;
}

.assignment-search .select2-container--default .select2-selection--single {
    border-color: #e0502f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.assignment-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #e0502f;
}

.assignment-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.assignment-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.assignment-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e0502f transparent transparent transparent
}

.assignment-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e0502f transparent
}

.assignment-container .assignment-search input {
    width: auto;
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #e0502f;
}

.assignment-container .assignment-search.request-assignment-search span.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.assignment-container .assignment-or {
    margin: 0 10px;
}

.assignment-container.assignment-container-side .assignment-or {
    margin: 10px 0;
}

.assignment-who {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    flex-direction: column;
}
.assignment-who .contract-request-fa-circle[class*='planing_'] {
    margin: 0px;
    margin-bottom: 7px;
}

.assignment-who .assignment-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background-color: #e0502f;
    color: white;
    border-radius: 50%;
}

.assignment-name {
    text-align: right;
}

.assignement-link {
    margin-top: 10px;
    /*text-decoration: underline;*/
}

.assignement-link i {
    margin-left: 10px;
}

.select2-results__option {
    padding: 15px;
}

.select2-results__option .request-assignment-client-name {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: white;
    color: #e0502f;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .request-assignment-client-name {
    color: #e0502f;
}

.select2-selection__rendered > .request-assignment-client-name {
    color: #e0502f;
}

.select2-selection__rendered > .request-assignment-type-of-job {
    display: none;
}

.request-bar .request-bar-item {
    padding: 8px 8px;
    margin: 0px 8px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    text-transform: capitalize;
}

.request-bar a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.request-bar a:hover {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    border-bottom: solid;
    border-color: #565656;
}

.request-bar a.active {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    border-bottom: solid;
}

.btn-filled-orange {
    border: 0;
    border-radius: 4px;
    padding: 8px 24px;
    margin: 0;
    background: #DE5137;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
}

.btn-link-orange {
    border: 0;
    padding: 8px 24px;
    margin: 0;
    background: transparent;
    color: #DE5137;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
}

.fancybox-wrap .btn-orange,
.contract .btn-orange,
.btn-x-orange {
    border: solid 1px #DE5137;
    border-radius: 4px;
    padding: 8px 24px;
    margin: 0;
    background: #FFFFFF;
    color: #DE5137;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
}

.btn-orange:disabled,
.btn-filled-orange:disabled,
.btn-link-orange:disabled {
    opacity: 35%;
}

a.btn-orange {
    float: right;
    margin-left: auto;
}

a.btn-orange:focus {
    color: #DE5137;
}

.request-bar-top {
    display: flex;
    height: 100%;
}

.request-bar {
    display: inline-block;
    align-self: flex-end;
}

.table-dark thead {
    background: #000000;
    color: #fff;
    text-transform: uppercase;

}

.table-dark thead td {
    padding: 12px;
}

.contract-request-filtre {
    margin: 15px 5px;
}

.contract-request-fa {
    font-size: 20px;
}

.table-dark td {
    text-transform: capitalize;
}

.contract-request-filtre {
    margin: 15px 5px 2px 5px;
}

.fa-star {
    margin: 0px 7px;
}

.contract-request-fa {
    font-size: 20px;
    margin: 0px 7px;
}

.contract-request-fa-circle {
    padding: 6px 5px;
    border-radius: 25px;
    width: 51px;
    /* align-items: center; */
    text-align: center;
    color: #fff;
}

.bg-orange {
    background: #F33F3F;
    margin: auto;
}

.fa-c-orange {
    color: #DE5137;
    font-size: 19px;
    vertical-align: middle;
}

.fa-c-gray {
    color: rgba(56, 56, 58, 0.6);
    font-size: 19px;
    vertical-align: middle;
}

.fa-c-black {
    color: black;
    font-size: 19px;
    vertical-align: middle;
}

.bg-gry {
    background: rgba(56, 56, 58, 0.6);
    margin: auto;
}

.bg-sky-bleu {
    background: rgba(6, 166, 188, 0.3);
    margin: auto;
}

.bg-sky-green {
    margin: auto;
    background: rgba(17, 164, 67, 0.3);
}

.contract-request-table th {
    text-align: center;
}

.contract-request-table tbody td {
    padding: 18px 5px !important;
    vertical-align: center !important;
    text-align: center;
}

.contract-request-table tbody tr:hover {
    border-bottom: solid 1px;
    border-color: #CCCCCC;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 16px 15px -20px;
}

.contract-request-table tbody tr.disabled {
    background: #F5F5F5;
    opacity: 0.85;
}

/* background: unset !important;
} */
.contract-request-table .defaultshow {
    display: block;
}

.contract-request-table .defaulthiden {
    display: none;
}

.contract-request-table tr:hover .defaultshow {
    display: none;
}

.contract-request-table tr:hover .defaulthiden {
    display: block;
}

.contract-request-table tbody tr {
    background: unset !important;
}


.modal-md {
    width: 400px;
}

#modelAgency .select2-selection__clear, .headerAgency .select2-selection__clear {
    display: none;
}

.headerAgency {
    display: inline-block;
    padding-top: 22px;
    width: 250px;
    border: solid;
    border-width: 0px 0px 0px 0px;
    padding-right: 8px;
    height: 80px;
    border-color: #D2D2D2;
    margin-right: 10px;
    vertical-align: middle;
    text-align: left;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.btn.btn-orange-border {
    background-color: white;
    border: 1px solid #e0502f;
    color: #e0502f;
}

label[for=files].btn.btn-orange-border {
    z-index: 1000;
}

.files-dropzone {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #e0502f;
    border-radius: 5px;
}

.files-dropzone:not(.disabled).hover {
    border: 1px solid #e0502f;
    background-color: #fbedea;
}

.files-dropzone [type="file"] {
    cursor: default;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.files-count {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.files-count li .text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fbedea;
    padding: 3px 6px;
    border-radius: 5px;
}

.files-submit {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.dz-remove {
    position: absolute;
    top: 0;
    right: 5px;
}

.files-dropzone.disabled {
    border-color: #CCCCCC;
    background-color: #EEEEEE;
}

.attachment-delete-button {
    margin-left: 10px;
    cursor: pointer;
}

.attachment-delete-button i {
    color: #e0502f;
}

.shit_active {
    opacity: 1;
    z-index: 10;
}

.shit_not_active {
    opacity: 0.5;
}

.contract-request-table tr #access_request {
    display: none;
}

.contract-request-table tr:hover #access_request {
    display: block;
    max-width: 300px;
    background-color: #DE5137;
    padding: 6px 5px;
    border-radius: 25px;
    width: 51px;
}

/* background-color: #F33F3F;
} */

.contract-request h2 {
    font-size: 24px;
    margin: 15px 0;
}

.contract-request h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.contract-request h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.emergency-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #e0502f;
    border-radius: 50%;
    color: white;
}

.collapse-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.collapse-button .collapse-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    color: white;
    background-color: #e0502f;
    border-radius: 50%;
    transition: 0.3s;
}

.collapse-button[aria-expanded=true] .collapse-icon {
    background-color: #989898;
    transform: rotateZ(180deg);
}

.contract-request-date {
    margin-top: -5px;
    display: flex;
    align-items: center;
}

.contract-request-date .calendar-icon {
    width: 38px;
    height: 30px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    border-right: 1px solid #ccc;
}

.contract-request-email-request {
    width: 100%;
    padding: 15px 25px 15px 15px;
    max-height: 220px;
    overflow-y: auto;
    text-align: justify;
    border-radius: 4px;
    border: 2px solid #cccccc;
}

.no-field-info {
    display: inline-block;
    margin: 6px 15px;
}

.select-only-when-active .select2-container:not(:hover):not(.select2-container--open):not(.select2-container--focus) .select2-selection:not(:hover) {
    border-color: transparent;
    box-shadow: none;
}

.select-only-when-active .select2-container:not(:hover):not(.select2-container--open):not(.select2-container--focus) .select2-selection__clear,
.select-only-when-active .select2-container:not(:hover):not(.select2-container--open):not(.select2-container--focus) .select2-selection__arrow {
    opacity: 0;
}

.input-group.only-when-active {
    /* fix issue w/ 'text' inputs not taking full width in edit mode */
    width: 100%;
}
.input-group.only-when-active .input-group-addon {
    transition: 0.2s;
}

.input-group.only-when-active:not(:hover):not(:focus-within) .input-group-addon,
.assigned-period .input-group.only-when-active .input-group-addon {
    background-color: transparent;
    border-color: transparent;
}

.input-group.only-when-active:not(:hover):not(:focus-within) input.form-control,
.assigned-period .input-group.only-when-active input.form-control {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    box-shadow: none;
    cursor: auto;
}

.secondRow .dl-horizontal dd {
    margin-left: 324px;
}


.secondRow .dl-horizontal dt {
    width: 288px;
}

ul.contract-request-attachments {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

ul.contract-request-attachments li {
    margin-bottom: 5px;
}

ul.contract-request-attachments li a {
    color: #e0502f;
}

ul.contract-request-attachments li a .text {
    margin-left: 10px;
    text-decoration: underline;
}

.period-container {
    display: flex;
    justify-content: space-between;
}

.period-row {
    display: flex;
    flex-direction: column;
}

.period-hr-container {
    margin: 0 15px;
}

.period-container .period-container-dates {
    width: 30%;
    padding-right: 20px;
}


.period-container .period-container-times {
    width: 22%;
}

.period-container .period-container-department {
    width: 28%;
}


.period-container .period-container-shift {
    width: 12%;
}

.period-delete-button {
    color: #e0502f;
    cursor: pointer;
}

.period-update-button {
    color: #e0502f;
    cursor: pointer;
}

.period-create-button {
    color: #e0502f;
    cursor: pointer;
}

.period-create-button .period-create-button-inner,
.period-update-button .period-update-button-inner,
.period-delete-button .period-delete-button-inner {
    margin-left: 10px;
    text-decoration: underline;
}

.assigned-period .period-delete-button,
.assigned-period .field-update-buttons {
    display: none;
}

.field-update-buttons {
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
}

.first_row dt {
    min-width: 280px !important;
    text-align: left;
}

.field-update-buttons.active {
    visibility: visible;
}

.field-update-buttons span {
    color: #e0502f;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.field-update-buttons span:first-child {
    margin-right: 10px;
}

/* .select2-container.select2-container--open + .field-update-buttons,
.select2-container.select2-container--focus + .field-update-buttons {
    opacity: 1;
} */

.row-centered {
    text-align: center;
}

.col-centered {
    vertical-align: middle;
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

/*
*
*/
.new_contract .selectBlack {
    background: transparent;
    color: white;
}

.new_contract optgroup {
    color: #000;
}

.new_contract .flatpickr .flatpickr-input,
.new_contract .flatpickr .input-group-addon {
    background: transparent;
    color: white;
}

.new_contract .block_about .multiselect {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_contract .block_about li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.new_contract .hide {
    display: none;
}

.new_contract .btnRed {
    background: white;
    border: 1px solid #e0502f;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 20px 0px;
}

.addenda {
    text-align: center;
    border: 1px dashed #e0502f;
    width: 100%;
    margin: 25px 0 40px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}

.addenda input {
    padding: 5px;
    border: 1px solid #e0502f;
    border-radius: 5px;
}

.addenda p {
    margin-top: 10px;
}

.new_contract .addenda {
    text-align: center;
    border: 1px dashed #e0502f;
    width: 100%;
    margin: 25px 0;
}

.new_contract .block_submit {
    text-align: right;
    margin: 40px 0 50px;
}

.new_contract #communitiesaction {
    text-align: center;
}

.several-periods-container-depatement .select2 {
    width: 100% !important;
}

.new_contract h3 {
    margin-top: 30px;
    margin-bottom: 29px;
}

.new_contract #bloc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_contract #bloc_title span {
    padding: 3px 11px;
    color: white;
    background-color: #696969;
    border-radius: 18px;

}

/*
* show page
*/
.show_contract {
    padding: 0 30px 50px;
    margin-bottom: 50px;
}

#contracts .head_block {
    background: #38383a;
    color: white;
    padding: 20px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 30px;
}

.contract-log #contracts .head_block {
    border-radius: 10px
}

#contracts .head_block h4 {
    margin-top: 20px;
}

#contracts .progress {
    height: 8px;
}

#contracts .progress-bar {
    background-color: #DE5137;
}

.contact_block {
    padding: 15px 15px 30px;
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#contracts h5 {
    font-weight: 600;
}

#contracts p {
    margin: 0;
}

#contracts .fa-pen {
    color: #DE5137;
    cursor: pointer;
}

#contracts .delete-community {
    margin-right: 25px;
    color: #DE5137;
    cursor: pointer;
}

#contracts .title_block {
    display: flex;
    justify-content: space-between;

}

.contact_block .title_block {
    padding: 15px !important;
}

#contracts .title_block label {
    width: 100%;
}

.about_block,
.budget_block {
    padding: 30px 0px;
}

.about_block .title_block,
.budget_block .title_block,
.notification_block .title_block,
.billRates_block .title_block,
.requirement_block .title_block,
.expenses_block .title_block,
.community_block .title_block {
    margin: 10px 0 20px;
}

.notification_block .panel-default {
    border-left: none;
    border-right: none;
}

.notification_block .panel-heading {
    padding: 10px 0 20px;
}

/* .billRates_block{ */

.contract-request-table tbody tr.disabled {
    background: #F5F5F5 !important;
    opacity: 0.85;
}

.dataTables_length {
    display: none !important;
}

.new_contract .control-label {
    text-transform: capitalize;
}

.note-row {
    margin-top: 20px;
}

.note-inner {
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

.note-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.note-header .note-date {
    margin-right: 15px;
}

.note-header .note-author {
    flex-grow: 1;
    font-weight: bold;
}

.note-header .note-actions span,
.create-note-actions span {
    margin-left: 15px;
    color: #e0502f;
    cursor: pointer;
}

.note-inner .body-p {
    margin: 0;
    white-space: pre-wrap;
}

/* .create-note-actions {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
} */
.note-creation-container .note-header {
    justify-content: space-between;
}

.note-creation-container .note-header .note-create-title {
    font-weight: bold;
}

.jqte {
    border-color: #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.jqte_focused {
    border-color: #eb6132 !important;
    -webkit-box-shadow: 0 0 7px 1px rgb(235 97 50 / 50%) !important;
    box-shadow: 0 0 7px 1px rgb(235 97 50 / 50%) !important;
}

.new_contract .thead-dark th {
    text-transform: capitalize;
}

.main-title {
    text-transform: capitalize;

}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--prm-color);
    color: #fff;
}

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}

.assignation .stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.assignation .stepwizard-row {
    display: table-row;
}

.assignation .stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.assignation .stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.assignation .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.assignation .stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 66.66%;
    height: 2px;
    background-color: #DDDDDD;
    z-index: 0;
    margin: auto;
    left: 16%;
}

.assignation .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.assignation .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.assignation .btn-circleactive {
    background-color: #fff;
    border: solid 3px #DE5137;

}

.summary-title {
    display: inline-block;
}

.summary-chevron-up,
.summary-chevron-down {
    margin-top: 18px;
    float: right !important;

}


.list_assination {
    margin-top: -27px;
}

.list_assination svg {
    display: block;
    color: #000;
    font-size: 20px;

}

.summary-chevron-down svg {
    display: block;
    color: #DE5137;
}

summary::-webkit-details-marker {
    display: none;
}

.optionFiltre {
    background: #F5F5F5;
    border-radius: 18px;
    padding: 4px 12px;
    margin: 4px;
    gap: 8px;
    display: inline-table;
    align-items: center;
    /*line-height: 2.2;*/
}

.optionFiltres {
    width: 93%;
    float: left;
}

.resetOptionFiltre {
    float: right;
    color: #DE5137;
}

.resetOptionFiltre fa {
    color: #DE5137;
}

.optionFiltre .fa {
    color: #DE5137;
}

.optionFiltres .fa {
    color: #DE5137;
}

.client_type_of_job span {
    color: #38383A;
    border: solid #c3c3c3 1px;
    border-radius: 20px;
    padding: 5px 10px;
    display: -webkit-inline-box;
}

.client-assignation-table td {
    padding: 13px 10px;
}

.client-assignation-table thead {
    background: #38383A;
}

.client-assignation-table thead th {
    font-weight: 500;
}

.client-assignation-table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.client-assignation-table th {
    font-weight: 500 !important;
    padding: 10px 10px 10px 11px !important;
}

.client-assignation-table tbody td {
    color: #38383A;
    height: 45px;
    vertical-align: middle !important;

}

.client-assignation-table .select-checkbox::before {
    margin-top: 11px !important;
}

.client-assignation-table .sorting_asc {
    background-image: unset !important;
}

.noresult {
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.noresult .btn-orange {
    text-align: center;
    float: unset;
    display: block;
}

.client-assignation-table tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: 5px !important;
}

.noresult {
    display: none;
}

.assignation .dataTables_wrapper {
    display: block;
}

.assignation #DataTables_Table_0_info {
    display: none;
}

.assignation table.dataTable tbody > tr.selected, .assignation table.dataTable tbody > tr > .selected {
    background-color: unset !important;
}

.assignation input[type=checkbox] {
    accent-color: #DE5137;
}


.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #DE5137; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.assignation .table_info {
    display: none;
    margin: 0px;
}


table.dataTable thead .sorting_asc {
    width: 112px;
    background-image: url(/assets/img/icons/arrow-top.svg) !important;
    background-size: 16px;
    background-position-x: 83%;
}

table.dataTable thead .sorting {
    background-image: unset !important;
}

table.dataTable thead .sorting_desc {
    width: 112px;
    background-image: url(/assets/img/icons/arrow-down.svg) !important;
    background-size: 16px;
    background-position-x: 83%;
}

.row_full_red td {
    color: red;
}

.show-form-group {
    display: grid;
    margin-bottom: 25px;
}

.text-fright {
    float: right;
}

.text-fright span {
    margin: 0px 10px;
}

.filtre_header {
    display: -webkit-box;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 400px;
}

.filtre_header h3 {
    margin: auto;
    padding-right: 15px;
}

.filtre_header_icon {
    margin-top: -40px;
    margin-right: 42px;
    font-size: 20px;
}

.planing_draft {
    margin: auto;
    background: #696969;
    width: fit-content;
    padding: 4px 13px;
}

.planing_send {
    margin: auto;
    background: #BD43F6;
    width: fit-content;
    padding: 4px 13px;
}

.planing_toSendToClient {
    margin: auto;
    background: #FFC700;
    width: fit-content;
    padding: 4px 13px;
    color: black;
    line-height: 1.1;
}

.planing_toapprove {
    margin: auto;
    background: #FFC700;
    width: fit-content;
    padding: 4px 13px;
    color: black;
    line-height: 1.1;
}

.planing_confirmed {
    margin: auto;
    background: #11A443;
    width: fit-content;
    padding: 4px 13px;
}

.planing_inprogress {
    margin: auto;
    background: #06A6BC;
    width: fit-content;
    padding: 4px 13px;
}

.planing_notfilled {
    margin: auto;
    background: #F33F3F;
    width: fit-content;
    padding: 4px 13px;
}

.planing_completed {
    margin: auto;
    background: #DDDDDD;
    color: #000;
    width: fit-content;
    padding: 4px 13px;
}

.planing_cancelled_client {
    margin: auto;
    background: #F33F3F;
    color: #000;
    width: fit-content;
    padding: 4px 13px;
    color: #fff;
}

.planing_cancelled_agency {
    margin: auto;
    background: #F33F3F;
    color: #000;
    width: fit-content;
    padding: 4px 13px;
    color: #fff;
}

.planing_cancelled_client:after {
    content: url('../img/icons/cancelled_client.png');
    vertical-align: middle;
}

.planing_cancelled_employee {
    margin: auto;
    background: #F33F3F;
    color: #000;
    width: fit-content;
    padding: 4px 13px;
    color: #fff;
}

.planing_cancelled_employee:after {
    content: url('../img/icons/cancelled_employee.png');
    vertical-align: middle;
}

.planing_cancelled_employee_with_penalties {
    margin: auto;
    background: #F33F3F;
    color: #000;
    width: fit-content;
    padding: 4px 13px;
    color: #fff;

}

.planing_cancelled_employee_with_penalties:after {
    content: url('../img/icons/cancelled_employee_with_penalties.png');
    vertical-align: middle;
}

.planing_not_filled {
    margin: auto;
    background: #F33F3F;
    color: #000;
    width: fit-content;
    padding: 4px 13px;
    color: #fff;

}

.listassignation #search-results td {
    padding-left: 21px;
}

.listassignation .contract {
    color: #38383A;
}


.assignation .modal-header {
    border-bottom: unset !important;
}

.assignation .modal-body {
    text-align: center;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.accesslink {
    color: unset !important;
    text-decoration: unset !important;
}

#contracts .save_block {
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
    font-size: 16px;
}

#contracts .save_block button {
    background-color: #fff;
    border: 1px solid #F33F3F;
    border-radius: 5px;
    color: #F33F3F;
}

#contracts #edit_billRates .save_block {
    margin-bottom: 20px;
}

#contracts #edit_billRates textarea {
    display: block;
    width: 100%;
}

.list_ajax .period-row {
    background-color: #cccccc12;
    margin: 20px;
    border: solid 1px;
    border-color: #6c6c6c61;
    border-radius: 15px;
}

#date_start[disabled="disabled"], #date_end[disabled="disabled"], #time_start[disabled="disabled"], #time_end[disabled="disabled"], input[disabled="disabled"] {
    background: #eee;
}

.waiting_for_return {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 50px;
}

.box_waiting_for_return {
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    margin: auto;
}

.selected_client_to_approve {
    background-color: #F5F5F5;
    margin: 20px 0;
    padding: 25px;
    padding-bottom: 20px;
}

.step_done {
    background: #DE5137;
    border-color: #DE5137;
    color: #fff !important;
}

.step_done:active, .step_done:hover, .step_done:focus, .step_done:active:hover, .btn-success:active:focus {
    background: #DE5137;
    border-color: #DE5137;
}

#next_update .row {
    margin-right: 0px;
    margin-left: 0px;
}

#next_update p, #next_update .col-xs-6 {
    margin: 20px 0;
}

#next_update .col-xs-6.nopadding {
    margin: 20px 0;
}

/* #contracts .billRates_block .title_block label {
    width: 80%;
} */

.assignation_candidat_icon {
    margin: 0px 5px;
}

.assignation .progress-bar-warning {
    background: #DE5137;
    line-height: 6px;
}

.assignation .progress {
    line-height: 10px;
    height: 10px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

input[name="references"][disabled] {
    background: #eee;
}

.summary-chevron-up svg {
    display: block;
    color: #DE5137;
    transform: unset;

}


details[open] > summary .summary-chevron-up svg {
    display: block;
    color: #DE5137;
    transform: rotate(180deg);
}

.cursor {
    cursor: pointer;
}

.planing_cancel {
    cursor: pointer;
}

.step_done::before {
    content: '✓';
    font-weight: 800;
}

.assignation .title-container .contract-request-fa-circle {
    margin: 5px;
}

.selected_client_to_send {
    vertical-align: middle;
    display: inline-block;
    margin-top: unset;
    float: unset !important;
}

.not_actif {
    color: #b1b1b1 !important;
}

.request-bar {
    text-transform: capitalize;

}


.contract .select_agency {
    width: 200px;
}

.contract .search-text {
    font-size: 24px;
    color: #38383A;
    font-family: "Helvetica Neue";
    font-style: normal;
}

.contract .padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.contract .reference {
    text-decoration: underline;
    color: #DE5137;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.contract .select2-selection__choice_tag, .selection__choice_tag {
    background: #F5F5F5;
    border-radius: 18px;
    padding: 4px 12px;
    margin: 4px;
    gap: 8px;
    display: inline-table;
    align-items: center;
    line-height: 2.2;
    border: unset;
}

.contract .select2-selection__choice__remove_tag, .selection__choice__remove_tag {
    color: #DE5137;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 5px;
}

.search-text.pull-left {
    margin-right: 25px;
}

.contract .filter_block {
    margin: 4px 0px;
}

.contract .contracts .panel-default {
    border-color: unset !important;
    border: unset !important;
}

.contract .contracts .panel-default > .panel-heading {
    border-color: unset !important;
    border: unset !important;
}

.contract .contracts hr {
    width: 99%;
}

.contract .contracts .accordion-toggle {
    text-decoration: none;
}

.contract .contracts .btn.btn-orange {
    width: 156px;
}

.contract .contracts .fa-search {
    cursor: pointer;
}

.contract .contracts .resetfiltre {
    color: #DE5137;
    font-size: 16px;
    cursor: pointer;
    text-align: end;
}

.contract .select2-selection__rendered {
    padding: 0px;
}

.contract #contracts-datatable_processing {
    background: whitesmoke;
}

.contract .institutions-filtre {
    float: inherit;
    align-content: center;
    padding-right: 15px;
    margin-top: 7px;
}

.contract .optionFiltres i {
    margin: 6px;
    cursor: pointer;

}

.contract-institutions-table td:not(:first-child) {
    width: 50%;
    text-align: left !important;
}


/* width */
.contract-institutions-table ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.contract-institutions-table ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.contract-institutions-table ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.contract-institutions-table ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.contract .contract-institutions-table tr {
    width: 100%;
    display: flex;
}

#institutions-filtre-btm {
    cursor: pointer;

}

#communities .dataTables_wrapper .dataTables_info {
    display: none !important;
}

.pscrm-modal .modal-header,
.pscrm-modal .modal-footer {
    border: none;
}

.pscrm-modal .modal-title {
    text-align: center;
    font-size: 25px;
}

.pscrm-modal .modal-body {
    text-align: center;
    font-size: 20px;
    color: #656568;
}

.pscrm-modal .modal-footer {
    text-align: center;
}

.pscrm-modal .modal-footer .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.pscrm-modal .modal-footer .bth:not(.btn-orange-border) {
    border: none;
}
.pscrm-modal .modal-footer .btn.btn-orange-border:hover {
    color: white;
    background-color: #DE5137;
}

.pscrm-modal .modal-footer .btn-primary {
    text-align: center;
    background-color: #DE5137;
}

.pscrm-approval-modal .modal-dialog {
    width: 350px;
    height: 200px;
    margin: 0;
}

.pscrm-approval-modal-request .modal-dialog {
    width: 600px;
    height: 750px;
    margin: 0;
}

.pscrm-approval-modal .modal-title {
    font-size: 18px;
    text-align: left;
}

.pscrm-approval-modal .modal-body {
    text-align: left;
    font-size: 14px;
}

.pscrm-approval-modal .modal-body input {
    background-color: #F5F5F5;
    border: none;
}

.pscrm-approval-modal .modal-footer {
    text-align: left;
}

.pscrm-approval-modal .modal-footer .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 5px;
    border: none;
}

#add {
    cursor: pointer;
}

html {
    scroll-padding-top: 50px;
}

#fileList li {
    display: block;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    background: #fbedea;
    /* padding: 3px 6px; */
    border-radius: 5px;
    margin-left: -34px;
    margin-top: 10px;
}

#fileList li .remove-list {
    cursor: pointer;
}

.summary-chevron-up {
    cursor: pointer;
    z-index: 999999999999;
}

.listassignation .summary-chevron-up {
    cursor: pointer;
    z-index: 999999999999;
    position: relative;
}

#find_by_text {
    cursor: pointer;
}


.assignation_calentder .static-calendar .month {
    min-width: 485px;
    max-width: 65%;
    background: #a3afad;
    text-align: center;
    margin: auto;
}

.static-calendar .month .days li.accepted {
    padding: 2px;
    background: #b2de5bd4 !important;
    color: white !important;
}

.static-calendar .month .days li.by_employee {
    padding: 2px;
    background: #5bde6b !important;
    color: white !important;
}

.static-calendar .month .days li.fullAccepted {
    padding: 2px;
    background: rgba(17, 164, 67, 0.3) !important;
    color: white !important;
}

.contract input[type=text]:read-only {
    background-color: #e1e1e1;
}

.notification-row {
    display: flex;
    align-items: flex-end;
}

.notification-row .notification-delete {
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 10px;
    color: #DE5137;
    font-size: 18px;
    cursor: pointer;
}

.log-span {
    color: white;
    background-color: #06A6BC;
    border-radius: 18px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
}

.contact_history_changed {
    background: #DE513725 !important;
}


.contact_history_changed .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: unset !important;
}

.new-contract .framework {
    display: block;
}

.contract_status_listing {
    color: white;
    border-radius: 18px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
    display: inline-flex;
}

.fullrowclicked {
    cursor: pointer;
}

.close_select_popup {
    width: 25px;
    position: absolute;
    right: 7px;
    cursor: pointer;
}

.contract-request-table .defaultshow {
    display: inline-block;
}

.po_number {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}


.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}

.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: rgb(180, 182, 183);
    border-color: rgb(180, 182, 183);
    box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232, 235, 238);
    border-color: rgb(255, 255, 255);
}

.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248, 249, 250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
    box-shadow: rgb(248, 249, 250) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
    box-shadow: rgb(52, 58, 64) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: rgb(100, 102, 104);
    border-color: rgb(100, 102, 104);
    box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: rgb(200, 35, 51);
    border-color: rgb(200, 35, 51);
    box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
    box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: rgb(102, 192, 206);
    border-color: rgb(102, 192, 206);
    box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: rgb(226, 195, 102);
    border-color: rgb(226, 195, 102);
    box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.request-to_process {
    margin: auto;
    background: #696969;
    width: fit-content;
    padding: 8px 13px;
}

.request-to_process {
    margin: auto;
    background: #696969;
    width: fit-content;
    padding: 8px 13px;
}

.request-not_filled {
    margin: auto;
    background: #F33F3F;
    width: fit-content;
    padding: 8px 13px;
}

.request-send {
    margin: auto;
    background: #BD43F6;
    width: fit-content;
    padding: 8px 13px;
}

.request-inprogress {
    margin: auto;
    background: #06A6BC;
    width: fit-content;
    padding: 8px 13px;
    display: inherit;

}

.request-completed {
    margin: auto;
    background: #DDDDDD;
    width: fit-content;
    padding: 8px 13px;
    display: inherit;

}

.request-confirmed {
    margin: auto;
    background: #11A443;
    width: fit-content;
    padding: 8px 13px;
    display: inherit;

}

.request-cancelled_client {
    margin: auto;
    background: #F33F3F;
    width: fit-content;
    padding: 8px 13px;
}

.request-cancelled_client:after {
    content: url('../img/icons/cancelled_client.png');
    vertical-align: middle;
}

.request-cancelled_employee {
    margin: auto;
    background: #F33F3F;
    width: fit-content;
    padding: 8px 13px;
}

.request-cancelled_employee:after {
    content: url('../img/icons/cancelled_employee.png');
    vertical-align: middle;
}

.request-cancelled_employee_with_penalties {
    margin: auto;
    background: #F33F3F;
    width: fit-content;
    padding: 8px 13px;
}

.request-cancelled_employee_with_penalties:after {
    content: url('../img/icons/cancelled_employee_with_penalties.png');
    vertical-align: middle;
}

.request-toapprove {
    margin: auto;
    background: #FFC700;
    width: fit-content;
    padding: 8px 13px;
}

.request-toSendToClient {
    margin: auto;
    background: #FFC700;
    width: fit-content;
    padding: 8px 13px;
}

.optionFiltres .fa-remove {
    cursor: pointer;

}

.select-status-assignation {
    min-width: 400px;
}

#savePoNumber {
    background-color: #fff;
    border: 1px solid #F33F3F;
    border-radius: 5px;
    color: #F33F3F;
}

.cancel-accepted-shifts-modal-close,
.cancel-confirmed-shifts-modal-close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.cancel-shift-modal .modal-dialog {
    width: 600px;
}

.cancel-shift-modal .modal-dialog .static-calendar .month {
    max-width: 100%;

}

.several-periods-modal-form {
    text-align: left;
}

.several-periods-modal-form h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgb(56, 56, 58);
    font-size: 16px;
}

.several-periods-modal-form label {
    color: rgb(56, 56, 58);
    font-size: 14px;
    font-weight: 700;
}

.tasks-container input[type=text]:read-only {
    background-color: #eee;
}

.assignment-warning-p {
    margin: 0 20%;
    font-weight: bold;
    font-size: 18px;
    color: #F33F3F;
    text-align: center;
}

.assignment-warning-modal-p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #F33F3F;
}

.assignment-warning {
    margin-right: 5px;
    cursor: default;
}

.assignment-warning i {
    color: #F33F3F;
}

.border_red {
    border: solid red !important;
}

.perioddepartment .select2 {
    width: 100% !important;
}

.mtz {
    display: inline-grid;
    text-align: end;
}

#nbrcommunity, #nbrcontract, #nbrtype_of_job, #nbrdepartment {
    color: green;
}

.border_red {
    border: solid red !important;
}

.contract-actions {
    float: right;
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
}

.contract-actions .btn-orange {
    float: right;
}

.modal-copy-contract {
    background: #FFFFFF;
    padding: 15px;
    color: #38383A;
}

.modal-copy-contract h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
}

.modal-copy-contract h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
}

.modal-copy-contract label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}

.modal-copy-contract .checkbox-group,
.modal-copy-contract .checkbox-subgroup {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-copy-contract .checkbox-subgroup {
    margin-left: 20px;
}

input[type="checkbox"] {
    margin: 0;
    accent-color: #de5137;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.modal-copy-contract .select2-results__option {
    padding: 5px;
}

.modal-copy-contract form .actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.btn-link {
    color: #DE5137;
}

.fancybox-skin {
    background: #fff;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.request-bar-top {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.transfer-request {
    padding: 15px;
    font-family: Helvetica Neue;
}

.transfer-request .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 32px;
    margin-top: 0;
}

.transfer-request .inputs {
    margin-bottom: 13px;
}

.transfer-request .inputs input {
    font-size: 16px;
    height: 44px;
}

.transfer-request .inputs select {
    padding: 10px 32px 10px 15px !important;
    height: 44px;
}

.transfer-request .actions {
    display: flex;
    justify-content: space-between
}

.transfer-request hr {
    margin-top: 24px;
    margin-bottom: 24px;
}

.transfer-request .content {
    padding-bottom: 5px;
}

.transfer-request .check-box {
    width: 18px;
    height: 18px;
    accent-color: #de5137;
}

.transfer-request #data-table-container {
    width: 100%;
    display: none;
}

.transfer-request .table-info h3 {
    font-family: Helvetica Neue;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 0;
}

.transfer-request .table-info .select-all {
    display: flex;
    align-items: center;
    gap: 8px;
}

.transfer-request .table-info .select-all #select-all-checkbox {
    margin: 0;
}

.transfer-request .table-info .select-all label {
    margin: 0;
}

.transfer-request .modal-footer {
    position: sticky;
    bottom: 0;
    z-index: 1000;
    padding: 24px 0 15px;
    width: 100%;
    background-color: #FFFFFF;
}

.transfer-request button i {
    margin-left: 8px;
}

.message.alert {
    padding: 24px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    border-radius: 8px;
}

.contract-expenses {
    border: 1px solid rgba(152, 152, 153, 0.3);
    border-radius: 8px;
    padding: 24px;
}

.contract-expenses-application {
    margin-top: 32px;
    margin-bottom: 24px;
    border: 1px solid rgba(152, 152, 153, 0.3);
    border-radius: 8px;
    padding: 24px;

}

.contract-expenses-application h3 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.contract-expenses-application .form-group label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contract-expenses input[type=radio] {
    width: 19px;
    height: 19px;
    accent-color: #de5137;
}

.contract-expenses-application .form-group {
    margin-bottom: 16px;
    height: 32px;
}

.contract-expenses-application .form-group input[type=radio] {
    margin-top: 0;
}

/* both contract-request/{create,show}.blade.php */
.control-longterm {
    /* hidden by default until JS shows them based on type-of-request */
    display: none;
}

.periods-container textarea.default-size {
    /* default initial height (same as other input elements) */
    height: 34px;
    /* don't resize smaller than 34px, else weird-looking textarea */
    min-height: 34px;
    /* only resize vertically */
    resize: vertical;
}
