/** INIT **/

body {
    font-family: 'robotoregular', arial;
    font-size: 12px;
    color: #9b9b9b;
    padding: 0px;
    background: #F4F6F8;
}

body.front {
    font-family: 'Helvetica', arial;
}

body.active {
    overflow: hidden;
}

.clear_left {
    clear: left;
}

.align_center {
    text-align: center;
}


/** ----- > AUTHENTIFICATION ------- > **/

body.registration {
    background: #DBE2DE;
}

body.registration.bo {
    overflow: hidden;
}

.registration_wrapper {
    max-width: 710px;
    margin: auto;
    width: 100%;
    color: #fff;
    background: url('../img/tablette_bg.jpg') no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 75px 0px 50px;
    position: relative;
    /* margin-top: 30px; */
}

.bo .registration_wrapper {
    background: url('../img/desk.jpg') no-repeat center;
    max-width: 100%;
    margin-top: 0;
    background-size: cover;
    padding: 5% 0px 0px;
    height: 100vh;
    box-sizing: border-box;
}

.registration_wrapper input,
.registration_container .btn-success {
    font-family: 'robotoregular', arial;
    color: #fff;
}

.registration_wrapper a,
.registration_wrapper h1 {
    font-family: 'source_sans_pro', arial;
}

.registration_wrapper h1 {
    font-size: 20px;
    padding: 20px 0px 30px;
    font-weight: 500;
}

.registration_wrapper .form {
    display: inline-block;
    max-width: 353px;
    width: 100%;
}

.bo .registration_wrapper .form {
    max-width: 381px;
}

.bo .registration_container .btn-success {
    padding: 12px 0px 11px;
    font-size: 16px;
    margin: 40px 0px 70px;
}

.registration_wrapper input[type="text"],
.registration_wrapper input[type="email"],
.registration_wrapper input[type="password"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    /* height: 50px;     */
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}

.registration_wrapper .mdl-textfield__label {
    color: #fff !important;
}

.registration_wrapper .mdl-textfield__label:after {
    background-color: #3F4E93;
    bottom: 0;
}


/* .registration_wrapper input:focus{ */


/* outline: none; */


/* border-bottom-color: #F5E713; */


/* } */

.registration_wrapper .form-group {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 15px;
}


/* .registration_wrapper .form>.form-group.last {
    margin-bottom: 10px;
} */

.registration_wrapper a,
.registration_container .btn-success {
    outline: none;
}

.registration_container .btn-success {
    width: 100%;
    background: #004494;
    border: none;
    padding: 11px 0px 10px;
    font-size: 14px;
    cursor: pointer;
    margin: 50px 0px 70px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

.registration_wrapper a {
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-decoration: none;
    /* position: absolute; */
    bottom: 40px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%);	 */
}

.password_request .form-group {
    margin-bottom: 10px;
}

.registration_wrapper .has-error,
.registration_wrapper .mdl-textfield__error {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: left;
    border-radius: 4px;
    margin-top: 10px;
    padding: 0px 5px;
}

.is-invalid .has-error:before,
.is-invalid .mdl-textfield__error:before {
    content: "\f06a";
    font-family: 'fontawesome';
    margin-right: 8px;
    color: #d50000;
    float: left;
    font-size: 14px;
    padding-top: 2px;
}

.for_select .has-error:before,
.for_select .mdl-textfield__error:before {
    padding-top: 0px;
}

.is-invalid .has-error ul {
    float: left;
}

.mdl-textfield__error {
    color: #fff;
    visibility: visible;
}


/** ----- > BACK ------- > **/

.back .logo_wrapper,
.back .logo_wrapper a {
    display: inline-block;
}

.back .logo_wrapper {
    background: #fff;
}

.back .user_wrapper {
    background: #514780;
}

.back .logo_wrapper {
    width: 431px;
    text-align: center;
    padding: 6px 0px;
}

.logo_wrapper a {
    padding: 0;
    font-size: 0;
    float: none;
    height: auto;
    line-height: 0;
}

.back .navbar-static-side ul li {
    border: none;
}

.user_img {
    display: inline-block;
    width: 52px;
    height: 52px;
    /* float: left; */
    background: #cdcdcd;
    border-radius: 50%;
    margin-right: 15px;
}

.user_name {
    font-family: 'robotoregular';
    font-size: 20px;
    font-weight: 500;
}

.back .user_wrapper {
    font-size: 18px;
}

.user_wrapper p {
    line-height: 20px;
    padding-top: 5px;
}

.back .user_function {
    font-size: 14px;
}

.back .navbar {
    background: #fff;
}

.back .logo_wrapper,
.back .navbar {
    -webkit-box-shadow: 0px 8px 48px -3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 8px 48px -3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 8px 48px -3px rgba(0, 0, 0, 0.20);
    z-index: 2;
    border: none;
}

.back .logo_wrapper {
    box-shadow: none;
}


/* .back .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
} */

.back #page-wrapper {
    -webkit-box-shadow: inset 9px 0px 39px -6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 9px 0px 39px -6px rgba(0, 0, 0, 0.16);
    box-shadow: inset 9px 0px 39px -6px rgba(0, 0, 0, 0.16);
}

.back #side-menu>li:first-child {
    display: none;
}

.back #side-menu>li>a {
    padding: 13px 0px;
    padding-left: 44px;
    line-height: 19px;
    color: #9B9B9B;
    font-size: 16px;
}

#side-menu>li>a:before {
    content: "\f055";
    font-size: 20px;
    border-radius: 50%;
    color: #9B9B9B;
    width: 18px;
    height: 18px;
    font-family: 'fontawesome';
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    /* float: left; */
}

.menu_level_1 li.active,
.menu_level_1>li:last-child {
    padding-bottom: 0px;
}

#side-menu>li.active>a {
    padding-bottom: 7px;
}

#side-menu>li.active>a:before {
    content: "\f056";
    color: #514780;
}

.menu_level_1 {
    margin-left: 53px;
    margin-bottom: 10px;
    padding-left: 56px;
    border-left: 1px dashed #9B9B9B;
}

.front .menu_level_2 a,
.menu_level_2 span {
    padding-left: 34px;
}

.menu_level_2 {
    margin-left: 21px;
    margin-top: 10px;
}

.front .menu_level_2 a,
.menu_level_2 span {
    padding-left: 34px;
}

.menu_level_1 span,
.menu_level_1 a {
    font-size: 16px;
    color: #9b9b9b;
    text-decoration: none;
}

.menu_level_1 li {
    padding: 10px 0px;
}

.back .page-header {
    border: none;
    display: inline-block;
    color: #004494;
    font-family: 'source_sans_pro', arial;
    font-weight: 800;
    font-size: 24px;
    margin: 36px 0px 0px;
    padding-bottom: 8px;
    position: relative;
}

.back .page-header:after {
    content: "";
    height: 3px;
    width: 80px;
    background: #004494;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.back .page_bo_top {
    text-align: center;
}

.back .custom .table thead,
.back .custom .table thead a,
.back .description {
    font-family: 'Helvetica', arial;
}

.back .custom .table {
    font-family: 'Helvetica', arial;
    font-size: 16px;
}

.back .custom .table tbody>tr>td:first-child,
.back .custom .table thead>tr>th:first-child {
    padding-left: 24px;
}

a.can_sort span:after {
    content: "\f0d7";
    font-family: 'fontawesome';
    padding-left: 13px;
    font-size: 15px;
    color: #fff;
}

.back .description {
    padding: 0px 10%;
    text-align: center;
    padding-top: 24px;
    font-size: 17px;
    color: #9B9B9B;
}

.back .custom .table thead,
.back .custom .table th,
.back .custom .table td {
    border: none;
    vertical-align: middle;
}

.back .custom .table thead {
    background: #AE3036;
}

.back .custom .table thead,
.custom .row.top a,
.custom .row.top span,
.back .custom .table thead a {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.page_bo_container {
    display: inline-block;
    width: 100%;
}

.page_bo_container .mdl-selectfield__box-value,
.page_bo_container .form-control,
.front .form-control {
    border-bottom: 1px solid #9B9B9B;
}

.front .form-control,
.page_bo_container .mdl-selectfield__label label,
.page_bo_container .mdl-selectfield__label,
.page_bo_container .mdl-selectfield__box-value,
.page_bo_container .form-control {
    box-shadow: none;
    border-radius: 0;
    font-family: 'Helvetica', arial;
    font-size: 18px;
    color: #9b9b9b;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
}

.page_bo_container .mdl-textfield__label:after {
    background-color: #3F4E93;
    bottom: 0px;
}

.page_bo_container .form-group {
    padding-bottom: 0;
    margin-top: 15px;
}

.page_bo_container .form-group,
.front_evaluation .form-group {
    width: 100%;
}

.front .form-group {
    margin-top: 0;
}

.page_bo_container .mdl-selectfield__box {
    height: 34px;
    top: 20px;
}

.page_bo_container .mdl-selectfield__error,
.page_bo_container .mdl-textfield__error {
    bottom: -20px;
}

.page_bo_container .mdl-selectfield__list-option-box {
    top: 56px;
}

.page_bo_container .mdl-selectfield.is-focused .mdl-selectfield__label {
    visibility: visible;
    top: 24px;
}

.page_bo_container .mdl-selectfield.is-invalid .mdl-selectfield__label {
    color: #9b9b9b;
}

.page_bo_container .has-error li,
.page_bo_container .has-error.mdl-textfield__error li {
    font-size: 10px;
    color: #d50000;
}

.page_bo_container .for_select .has-error li {
    position: relative;
    top: -4px;
    display: inline-block;
}

.page_bo_container .mdl-selectfield__box>.mdl-selectfield__arrow-down__container {
    right: 22px;
}

.mdl-selectfield__box>.mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #754F7B;
}

.page_bo_container .btn_wrapper {
    text-align: right;
    padding: 15px 0px 30px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.inspection_result button,
.btn_wrapper .btn {
    background: #3E2782;
    color: #fff;
    border: none;
    font-family: 'source_sans_pro', arial;
    font-size: 18px;
    padding: 13px 80px 7px;
    margin-left: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 25px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -4px rgba(0, 0, 0, 0.75);
    ;
}

.page_bo_container .btn-info {
    background-color: #754F7B;
    border-color: #754F7B;
}

.page_fo_container .btn-info {
    background-color: #754F7B;
    border-color: #754F7B;
}

.page_bo_container .btn-sm {
    margin: 2px;
    float: left;
    padding: 4px 7px 2px;
}

.file_upload {
    margin-bottom: 0px;
    border-bottom: 1px solid #9B9B9B;
}

.file_upload input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file_upload label {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding-top: 13px;
    cursor: pointer;
}

.file_upload label:before {
    color: #754F7B;
    font-family: 'fontawesome';
    margin-right: 15px;
}

.image_upload label:before {
    content: "\f030";
}

.video_upload label:before {
    content: "\f03d";
}

.all_upload label:before {
    content: "\f15b";
}

.file_upload .cancel {
    font-size: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    margin-left: 20px;
    border: 1px solid red;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
}

.file_upload .cancel.active {
    opacity: 1;
}

.file_upload .cancel:before {
    content: "\f00d";
    font-family: 'fontawesome';
    font-size: 15px;
    color: red;
    cursor: pointer;
    line-height: 24px;
    font-weight: 100;
}

.select_item {
    width: 100%;
}

.for_select .nice-select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #754F7B;
    border-bottom: none;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    right: 22px;
}

.for_select .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.for_select .nice-select {
    border: none;
    border-bottom: 1px solid #9B9B9B;
    margin-top: 13px;
    margin-bottom: 4px;
    padding-left: 0px;
}

.for_select .nice-select.open,
.for_select .nice-select:focus {
    border: none;
    border-bottom: 2px solid #3F4E93;
}

.for_select .nice-select .option {
    font-size: 18px;
    color: #9b9b9b;
}

.for_select .nice-select .option,
.for_select .nice-select .current {
    text-transform: uppercase;
}

.for_select .nice-select .option:hover,
.for_select .nice-select .option.focus,
.for_select .nice-select .option.selected.focus {
    background-color: #754F7B;
    font-weight: 500;
}

.for_select .nice-select .list>.option:first-child {
    border-bottom: 1px solid #754f7b;
    background: #F9F9F9;
    color: #9B9B9B;
    text-align: center;
}

.table_custom .for_select .nice-select .list>.option:first-child {
    border: none;
    background: #fff;
    text-align: left;
}

.table_custom .for_select .nice-select .list>.option:first-child:hover {
    background: #754f7b;
    color: #fff;
}

.table_custom .for_select .nice-select .list {
    max-height: 300px;
    overflow: auto;
}

.for_select .nice-select .option:hover {
    color: #fff;
}

.for_select {
    margin-bottom: 0;
}

span.has-error {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
}

.for_select span.help-text {
    left: 15px;
}

.sidebar-collapse {
    max-height: 500px;
}

.sidebar-col {
    overflow: auto;
    max-height: 450px;
}

.back .navbar-toggle .icon-bar {
    background: #253a8e;
}

.mCSB_scrollTools .mCSB_draggerRail {
    border: 1px solid rgba(155, 155, 155, 0.2);
    width: 13px;
    border-radius: inherit;
    border-right: none;
    border-top: none;
    background: #fff;
    margin: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 9px;
    background: #919EAB;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.form-group.text_area {
    position: relative;
    border-bottom: 1px solid #9B9B9B;
    padding-top: 17px;
}

.form-group.text_area .form-control {
    border: none;
    height: 36px;
}

.loader_wrapper {
    text-align: center;
    padding: 15px 0px;
}

.datepicker-container .datepicker-top-left:after,
.datepicker-container .datepicker-top-right:after,
.datepicker-container .datepicker-top-left:before,
.datepicker-container .datepicker-top-right:before {
    border-bottom-color: #CA4D3D;
}

.datepicker-container .datepicker-top-left:after,
.datepicker-container .datepicker-top-right:after {
    top: -5px;
}

.datepicker-container.datepicker-top-left {
    border-top-color: #CA4D3D;
}

.datepicker-container .datepicker-container {
    font-family: 'Helvetica', arial;
    z-index: 1050 !important;
}

.datepicker-container .datepicker-panel>ul>li.picked {
    color: #CA4D3D;
    font-weight: 900;
    border: 2px solid #CA4D3D;
}

.datepicker-container .datepicker-panel>ul>li.highlighted {
    background-color: #CA4D3D;
    color: #fff;
}

.datepicker-container .datepicker-panel>ul>li {
    line-height: 30px;
}

.no-desciption {
    margin-top: 45px;
}

.detail_table {
    font-family: 'Helvetica', arial;
    font-size: 14px;
}

.detail_table .table>tbody>tr>th,
.detail_table .table>tbody>tr>td {
    border: none;
}

.back .custom.detail_table .table th {
    line-height: 36px;
    padding-left: 24px;
}

.back .custom.detail_table .table {
    margin-bottom: 60px;
}

.for_checkbox {
    padding-top: 50px;
}

.for_checkbox h2 {
    font-size: 23px;
    margin: 0;
    padding: 0 0 14px;
    line-height: 10px;
    font-weight: bold;
    font-family: 'Helvetica', arial;
}

.for_checkbox h2:after {
    content: "";
    display: block;
    max-width: 230px;
    width: 100%;
    height: 2px;
    background: #875170;
    margin-top: 13px;
}

.for_checkbox .checkbox_widget {
    margin-bottom: 10px;
}

.for_checkbox label {
    font-family: 'Helvetica', arial;
    font-weight: 500;
}

.for_checkbox .mdl-checkbox__ripple-container .mdl-ripple {
    background: #c94d3d;
}

.for_checkbox .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: #c94d3d url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.for_checkbox .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border-color: #c94d3d;
}

.front_wrapper .nav-tabs>li>a,
.page_bo_container .nav-tabs>li>a {
    font-family: 'Helvetica', arial;
    color: #754f7b;
    font-weight: bold;
}

.front_wrapper .nav-tabs,
.page_bo_container .nav-tabs {
    border-bottom: 1px solid #754f7b;
    margin: 30px 0px 0px;
}

.front_wrapper .nav-tabs>li.active>a,
.page_bo_container .nav-tabs>li.active>a {
    border: 1px solid #754f7b;
    border-bottom-color: transparent;
    background: #754f7b;
    color: #fff;
}

.front_wrapper .nav-tabs>li>a:hover,
.page_bo_container .nav-tabs>li>a:hover {
    background: none;
    border: 1px solid #754f7b;
    color: #754f7b;
}

.pagination a {
    color: #9b9b9b;
}

.pagination span.current,
.pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    font-size: 17px;
    margin-right: 0px;
}

.pagination a:hover,
.pagination span.current {
    border-radius: 50%;
    background: #754F7B;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.pagination span.first a:hover,
.pagination span.previous a:hover,
.pagination span.next a:hover,
.pagination span.last a:hover {
    color: #9b9b9b;
    background: none;
}


/* .table_content,
.table_custom {
     width: 100%;
} */

.table_custom {
    display: table;
    width: 100%;
    padding-top: 20px;
}

.table_content {
    display: table-row;
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Helvetica', arial;
    line-height: 40px;
    border-left: 1px dashed #754f7b;
    padding-left: 21px;
    margin-bottom: 2px;
}

.table_title {
    width: 90%;
}

.table_mark {
    width: 10%;
}

.table_item {
    display: table-cell;
    float: left;
}

.table_item span {
    display: inline-block;
    line-height: 22px;
}

.table_custom h2,
.table_custom h3 {
    font-family: 'Helvetica', arial;
}

.table_custom h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    color: #754f7b;
}

.tab_conformmite .table_custom h3 {
    padding: 21px 0px 10px;
}

.tab_conformmite .table_custom>h3:first-child {
    padding-top: 0;
}

.table_custom h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #754f7b;
}

.table_custom h4 {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    padding: 15px 0px 5px;
    font-weight: 800;
    display: inline-block;
    width: 100%;
}

.table_custom .child {
    margin-top: 10px;
}

.table_custom .child>.table_content:nth-child(even) {
    background: #F9F9F9;
}

.table_custom .nice-select {
    background: transparent;
}

.table_custom .file_upload {
    display: inline-block;
    width: 100%;
    border: none;
}

.back .table_custom .file_upload {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.media_wrapper {
    padding: 16px 0px;
    overflow: hidden;
}

.back .media_wrapper {
    width: 25%;
}

.back .container-attachment {
    width: 100%;
}

.back .media_wrapper .item-img {
    height: 215px;
    overflow: hidden;
    width: 100%;
}


/* .back .item-img .zoomItem {} */

.back .media_wrapper .item-img img {
    height: 100%;
    width: auto;
}

.table_custom .file_upload label {
    color: #81547b;
    font-weight: bold;
}

.table_custom .file_upload label:before {
    font-weight: 500;
}

.response {
    color: #AE3036;
    font-weight: bold;
}

.table-responsive.custom h2,
.inspection_wrapper h2 {
    font-size: 20px;
    margin: 50px 0px 0px;
    color: #AE3036;
    font-weight: bold;
}

.title_custom .station_name i {
    background: url('../img/fuel_service_icon.png') no-repeat center;
    background-size: 70%;
    background-position: left bottom;
    position: relative;
    top: 3px;
}

.title_custom .fa {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    width: 25px;
    height: 26px;
}

.title_custom span {
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 14px;
}

.title_custom>span:last-child {
    padding: 0px;
}

.title_custom {
    border-left: 3px solid #ae3036;
    padding: 12px 0px;
    padding-left: 20px;
    background: #F9F9F9;
    margin-top: 40px;
}

.station_inspector .fa,
.title_custom b {
    color: #ae3036;
}

.tab-content {
    border: 1px solid rgba(117, 79, 123, 0.1);
    padding: 16px;
    border-top: none;
}

.img_user {
    padding: 40px 0px 10px;
}

.form-group.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.form-group.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.form-group.mdl-textfield--floating-label.is-invalid .mdl-textfield__label,
.form-group .mdl-textfield__label {
    color: #9b9b9b;
    font-weight: 500;
    font-size: 18px;
}

.form-group.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.form-group.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    font-size: 12px;
}

.form-group .mdl-textfield__label label {
    font-family: 'Helvetica', arial;
    font-weight: 500;
}

.table-responsive.custom .row.top {
    background: #AE3036;
    font-family: 'Helvetica', arial;
    padding: 10px 0px 9px;
    margin-bottom: 10px;
    margin: 0;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.sortable_item li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.sortable_item li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.sortable_item .sort>li>div>div:first-child {
    padding-left: 38px;
}

.sortable_item .parent_top {
    font-weight: bold;
    /* padding-bottom: 10px; */
}

.btn-sm.add-child {
    margin-left: 7px;
    display: inline-block;
}

.sortable_item .child,
.sortable_item .parent_top {
    cursor: move;
}

li.placeholder:before {
    content: " ";
    background: red;
    display: inline-block;
    width: 5px;
    height: 5px;
}

.sortable_item li {
    padding: 10px 0px;
    padding-left: 15px;
    font-size: 16px;
}

.sortable_item {
    padding-top: 12px;
}

.sortable_item .ui-sortable>li:last-child {
    padding-bottom: 0;
}

.ui-sortable-helper {
    background: #f9f9f9;
    height: 40px;
    display: inline-block;
    width: 100%;
    opacity: 0.8;
    padding-left: 15px;
}

.ui-state-highlight-child,
.ui-state-highlight-parent {
    display: inline-block;
    height: 40px;
    border: 1px dashed rgba(117, 79, 123, 0.4);
    width: 100%;
    margin: 10px 0px;
}

.ui-state-highlight-child {
    width: 98%;
    float: right;
}

.sortable_item.loading {
    position: relative;
    opacity: 0.5;
}

.sortable_item.loading:before,
.sortable_item.loading:after {
    content: "";
    position: absolute;
}

.sortable_item.loading:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(155, 155, 155, 0.5);
}

.sortable_item.loading:after {
    content: "\f017";
    font-family: 'fontawesome';
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.back .navbar-top-links {
    padding-top: 2px;
}

.back .navbar-top-links>li>a {
    color: #c6493c;
}

.slogan_top {
    float: right;
    line-height: 58px;
    padding-right: 20px;
}

.sort.ui-sortable {
    border-left: 1px dashed #754f7b;
    margin-left: 5px;
}

.align_center,
.btn_wrapper.center {
    text-align: center;
}

.detail_table .btn_wrapper .btn-sm {
    float: none;
    padding: 9px 30px 5px;
}

.tooltip-inner {
    font-weight: 500;
}

.inspection_result {
    -webkit-box-shadow: 0px 0px 47px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 47px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 47px -12px rgba(0, 0, 0, 0.75);
    margin: 60px 0px;
}

.inspection_result .table-responsive.custom {
    display: inline-block;
    width: 100%;
    padding: 15px 27px;
}

.inspection_result>.table-responsive.custom:first-child {
    background: #f9f9f9;
}

.inspection_result>.table-responsive.custom h2 {
    line-height: 96px;
}

.inspection_result>.table-responsive.custom.with_action h2 {
    line-height: 40px;
}

.page_bo_container .with_action .form-control,
.inspection_result>.table-responsive.custom.with_action {
    background: #f9f9f9;
}

.inspection_result p {
    margin: 0;
    font-size: 40px;
    display: inline-block;
    padding: 20px 14px;
    border-radius: 5px;
    border: 1px dashed #acabab;
    color: #000;
    background-color: #f9f9f9;
    min-width: 77.81px;
    margin-top: 20px;
}

.inspection_result button {
    padding: 13px 40px 7px;
    margin-top: 13px;
    margin-left: 20px;
}

.result_value {
    text-align: center;
    float: right;
}

.inspection_result .form-group.mdl-textfield {
    margin: 0;
    float: left;
    width: 100%;
}

.inspection_result .table-responsive.custom h2 {
    margin: 0px;
    width: 100%;
    display: inline-block;
    /* float: left; */
}

.inspection_result .title_wrapper {
    /*display: inline-block;*/
    text-align: center;
}

.table-responsive.with_action .col {
    padding: 0px;
}

.table-responsive.with_action>.col:last-child .result_value {
    text-align: right;
}


/****** FRONT *****/

.front .main_wrapper {
    text-align: center;
    float: left;
    width: 100%;
}

.front #wrapper {
    overflow-x: hidden;
}

.front header {
    background: #fff;
    padding: 13px 16px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 17px -5px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 7px 17px -5px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 7px 17px -5px rgba(0, 0, 0, 0.40);
    float: left;
    position: relative;
}

.front .logo_wrapper a {
    float: left;
}

.front #side-menu>li,
.front .hamburger span,
.front .hamburger a,
.front header {
    display: inline-block;
}

.front #side-menu>li,
.front .hamburger span,
.front .hamburger a,
.front header {
    width: 100%;
}

.front .hamburger {
    position: absolute;
    font-size: 0px;
    right: 20px;
    top: 19px;
    z-index: 3;
}

.front .hamburger a {
    width: 29px;
    height: 25px;
    position: relative;
    cursor: pointer;
}

.front .hamburger span:before,
.front .hamburger span:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}

.front .hamburger span,
.front .hamburger span:before,
.front .hamburger span:after {
    background: #C94C3D;
}

.front .hamburger span {
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

.front .hamburger span:before {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.front .hamburger span:after {
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
}

.front .hamburger a.active span:before {
    transform: translateY(0) rotate(45deg);
}

.front .hamburger a.active span:after {
    transform: translateY(0) rotate(-45deg);
}

.front .hamburger a.active span {
    height: 3px;
    background: transparent;
}

.front .hamburger a.active span:before,
.front .hamburger a.active span:after {
    background: #fff;
}

.front #wrapper {
    position: relative;
    /* min-height: 800px; */
    background: #fff;
    height: 100vh;
}

.front .menu_wrapper {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    width: 0px;
    height: 100%;
    box-sizing: border-box;
    right: -472px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    /* display: none; */
}

.front .menu_wrapper.active {
    right: 0px;
    width: 100%;
    /* display: block; */
}

.front .menu_container {
    width: 400px;
    float: right;
    padding-right: 71px;
    /* height: 100%;	  */
    height: 100vh;
    box-sizing: border-box;
    background: #f4f6f8;
    position: relative;
}

.front .menu_wrapper.active .menu_container {
    -moz-box-shadow: -17px 0px 47px -11px rgba(0, 0, 0, 0.2);
    box-shadow: -17px 0px 47px -11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -17px 0px 47px -11px rgba(0, 0, 0, 0.2);
}

.front .menu_content {
    background: #F4F6F8;
}

.front .user_img {
    width: 47px;
    height: 47px;
}

.front .menu_container:after {
    content: "";
    float: right;
    height: 100%;
    background: #c74332;
    background: -moz-linear-gradient(top, #c74332 0%, #3f2781 100%);
    background: -webkit-linear-gradient(top, #c74332 0%, #3f2781 100%);
    background: linear-gradient(to bottom, #c74332 0%, #3f2781 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c74332', endColorstr='#3f2781', GradientType=0);
    width: 71px;
    position: absolute;
    top: 0;
    right: 0;
}

.front .user_name {
    color: #253A8E;
}

.front .user_wrapper p {
    font-weight: 800;
    margin: 0px;
    display: inline-block;
    min-height: 52px;
}

.front .user_wrapper {
    padding: 14px 20px 19px;
    border-bottom: 2px solid rgba(217, 218, 221, 0.5);
    background: #fff;
}

.front #side-menu>li>a {
    padding: 13px 0px;
    padding-left: 20px;
    line-height: 19px;
    color: #9B9B9B;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.front .menu_level_1 {
    margin-left: 29px;
}

.front .menu_level_1 span,
.front .menu_level_1 a {
    font-size: 15px;
}

.front .nav a+ul {
    display: none;
}

.front .menu_level_1.active {
    height: auto;
}

.front .menu_level_2>li,
.front .menu_level_2.active>li:last-child {
    padding-bottom: 0;
}

.front .connection_wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding-right: 71px;
    text-align: left;
}

.front .connection_wrapper .fa-plus-circle {
    font-size: 20px;
    margin-right: 15px;
    float: left;
}


/* .front .connection_wrapper a:after {} */

.front .page-header {
    text-align: center;
    margin: 0px 0px 20px;
    font-size: 20px;
    font-family: 'Helvetica', arial;
    font-weight: 800;
    color: #004494;
    position: relative;
    display: inline-block;
    padding: 0px;
    border: none;
    padding-top: 35px;
}

.front_wrapper.home .page-header {
    margin: 0 0px 30px;
}

.front .page-header.home {
    color: #fff;
}

.front .page-header:after {
    content: " ";
    display: inline-block;
    width: 75%;
    height: 2px;
    bottom: -2px;
    background: #004494;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.front .content_top_link {
    background: #253A8E;
    text-align: left;
    padding: 12px 18px;
}

.front .content_top_link a {
    color: #fff;
    font-family: 'Helvetica', arial;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

.front .content_top_link a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url('../img/shape.png') no-repeat center;
    /* float: left; */
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.front .description {
    font-family: 'Helvetica', arial;
    color: #9b9b9b;
    margin-bottom: 0px;
}

.front .description.home {
    color: #fff;
}

.front .row.home .item {
    background: #c44234;
    background: -moz-linear-gradient(left, #c44234 0%, #412881 92%);
    background: -webkit-linear-gradient(left, #c44234 0%, #412881 92%);
    background: linear-gradient(to right, #c44234 0%, #412881 92%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c44234', endColorstr='#412881', GradientType=1);
    margin: auto;
    margin: 5px auto;
    max-width: 284px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.home .text-left>.item:last-child,
.home .text-right>.item:last-child {
    margin-bottom: 25px;
}

.home .text-left>.item:first-child,
.home .text-right>.item:first-child {
    margin-top: 20px;
}

.front .left {
    text-align: left;
}

.front .right {
    text-align: right;
}

.front .row.home a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-family: 'Helvetica', arial;
    font-size: 14px;
    text-align: left;
    /* float: left; */
    padding: 0px 5px 0px 16px;
    line-height: 68px;
    font-weight: 400;
}

.front .row.home span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.front .row.home i {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-top: 16px;
}

.front .row.home i,
.front .row.home span {
    float: left;
}

.front .row.home i.icon_1 {
    background: url('../img/menu_icon1.png') no-repeat center;
}

.front .row.home i.icon_2 {
    background: url('../img/menu_icon2.png') no-repeat center;
}

.front .row.home i.icon_3 {
    background: url('../img/menu_icon3.png') no-repeat center;
}

.front i.fa-check {
    font-size: 35px;
}

.front .row.home span:before {
    /* content: ""; */
    width: 1px;
    height: 50px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(17deg);
    -webkit-transform: translate(-50%, -50%) rotate(17deg);
}

.home .text-left {
    padding-left: 30px;
}

.home .text-right {
    border-right: 1px dashed #754F7B;
    padding-right: 30px;
}

.modal .modal-header {
    padding: 23px 20px 15px;
    position: relative;
}

.modal h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Helvetica', arial;
}

.modal .close {
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: 100;
    font-size: 35px;
}

.modal .close:before {
    /* content: ""; */
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/Close.png') no-repeat center;
}

.modal .description:before {
    content: "\f06a";
    width: 10px;
    height: 10px;
    font-family: FontAwesome;
    padding-right: 10px;
}

.modal .description {
    padding: 14px 15px 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.modal .col-lg-12 {
    padding: 0px 40px;
}

.modal .btn_wrapper {
    padding: 20px 0px 0px;
    text-align: center;
    border-top: 1px solid #DFE3E8;
    margin-top: 51px;
}

.modal .btn_wrapper .btn {
    font-size: 16px;
    padding: 13px 20px 10px;
}

.modal .modal-body {
    padding: 0 0px 10px;
    display: inline-block;
    width: 100%;
}


/* .modal .col-lg-12, */

.modal .row {
    padding: 0px 40px;
}

.modal .table-responsive.custom {
    padding-top: 20px;
}

.modal .table-responsive.custom li {
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
}

.modal .table-responsive.custom ul>li:nth-child(odd) {
    background-color: #f9f9f9;
}

.modal .table-responsive.custom ul {
    max-height: 260px;
    overflow: auto;
}

.nice-select .current,
.modal .nice-select .current {
    overflow: hidden;
    display: inline-block;
}

.modal .nice-select .current {
    width: 80%;
}

.nice-select .current {
    width: 93%;
}

.front .title_custom {
    padding: 2px 0px 6px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.front .select_item .current,
.front .btn_wrapper,
.front .inspection_wrapper h2,
.front_wrapper {
    display: inline-block;
}

.front_wrapper {
    width: 100%;
    /* height: 100%; */
    padding: 50px 0px 130px;
}

.img_hidden {
    display: none!important;
}

.front .slogan_top {
    padding-right: 55px;
    line-height: 40px;
}

.front_wrapper.home {
    background: url('../img/tablette_bg_home.jpg') no-repeat center;
}

.front .btn_wrapper {
    width: 100%;
    margin-top: 35px;
}

.front .inspection_wrapper .btn_wrapper {
    padding-top: 15px;
}

.front .nice-select .list {
    border-radius: 0px;
    width: 100%;
}

.nice-select.selected-station .list {
    max-height: 160px;
    overflow-y: auto;
}

.front .select_item .current {
    width: 97%;
    overflow: hidden;
    padding-right: 35px;
}

.front .item_inspection .current {
    padding: 0px 0px 0px 20px;
    font-size: 14px;
}

.front .for_select .nice-select .option {
    font-size: 14px;
    height: 32px;
    min-height: 0px;
    line-height: 32px;
}

.front .for_select .nice-select .list>.option:first-child {
    border: none;
    background: transparent;
    color: #9b9b9b;
    text-align: left;
}

.front .for_select .nice-select .list>.option:first-child:hover,
.for_select .nice-select .option:hover {
    background-color: #3E2782;
    color: #fff;
    font-weight: 500;
}

.inspection_wrapper>div>div:last-child .title_custom {
    padding-top: 13px;
}

.front .for_select .nice-select .option.focus,
.front .for_select .nice-select .option.selected.focus {
    background-color: #3E2782;
}

.front .item_inspection .form-control.nice-select {
    background: #FAFAFA;
    margin: 0px;
    border: none;
    /* line-height: 33px; */
    line-height: 45px;
}

.front .for_select .nice-select:after {
    right: 10px;
    border-top: 5px solid #3E2782;
}

.front .item_inspection_wrapper {
    display: table;
    width: 100%;
    position: relative;
    border: 1px solid #DDDDDD;
    border-left: 3px solid;
    padding: 6px 0px;
}

.front .item_inspection_wrapper>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.front .item_inspection_wrapper>div.media_field {
    display: table-footer-group;
    width: 100%;
}

.inspection_wrapper>div>div:first-child .title_custom {
    margin-top: 20px;
}

.item_inspection_wrapper .item_title {
    font-size: 14px;
}

.item_inspection .select_wrapper {
    padding-right: 7px;
}

.item_inspection:nth-child(odd) {
    clear: left;
}

.item_inspection .media_field {
    padding: 0px 8px 0px 18px;
    border: 1px solid #DDDDDD;
    border-left: 3px solid;
    border-top: none;
}

.item_inspection .media_field_wrapper {
    border-top: 1px solid #DDDDDD;
    padding: 14px 0px;
    border-bottom: none;
}

.with_media .item_inspection_wrapper {
    border-bottom: none;
}

.item_inspection .file_upload label {
    padding: 0;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    padding-bottom: 15px;
}

.item_inspection .file_upload label:before {
    font-size: 18px;
}

.front_wrapper .nav-tabs {
    margin-bottom: 15px;
}

.with_media .item_inspection_wrapper.open+.media_field,
.item_inspection_wrapper.open {
    border-left-color: #514780;
    -webkit-box-shadow: -1px 12px 32px -8px rgba(81, 71, 128, 0.31);
    -moz-box-shadow: -1px 12px 32px -8px rgba(81, 71, 128, 0.31);
    box-shadow: -1px 12px 32px -8px rgba(81, 71, 128, 0.31);
}

.with_media .item_inspection_wrapper.open {
    box-shadow: none;
}

.item_inspection_wrapper.open .item_title {
    color: #514780;
}

.front_wrapper .nav-tabs>li>a {
    font-size: 12px;
    padding: 10px;
}

.front_wrapper .recommandation_block {
    display: inline-block;
    width: 100%;
}

.front .conformity .item_inspection_wrapper>div {
    vertical-align: top;
}

.conformity .radio label {
    border-radius: 50%;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #D8D8D8;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.conformity .input_radio {
    display: none;
}

.input_radio:checked+label {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(81, 71, 128, 0.41);
    -moz-box-shadow: 0px 2px 10px 0px rgba(81, 71, 128, 0.41);
    box-shadow: 0px 2px 10px 0px rgba(81, 71, 128, 0.41);
}

.input_radio:checked+label.NA {
    background: #003399;
}

.input_radio:checked+label.NC {
    background: #F49342;
}

.input_radio:checked+label.C {
    background: #50B83C;
}

.front .text_area .mdl-textfield__label:after {
    bottom: 0px;
}

.front .form-group.text_area {
    /* height: 55px; */
    padding-bottom: 0px;
}

.table_front_content_wrapper>div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.table_front_content_wrapper {
    display: table;
    width: 100%;
    padding: 15px 0px;
}

.table_front_content>div:nth-child(odd) {
    background-color: #f9f9f9;
}

.table_front_content {
    font-size: 14px;
}

.front .table_front .btn_wrapper {
    margin-top: 30px;
}

.front .mdl-radio__label {
    font-weight: 500;
    font-size: 14px;
}

.file_upload .media_content {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 0px;
    padding-right: 11px;
}

.table_front_content.response>div {
    background: none;
}

.with_margin {
    margin-top: 20px;
}

.prev_wrapper {
    background: #c74231;
    background: -moz-linear-gradient(left, #c74231 1%, #3f2781 100%);
    background: -webkit-linear-gradient(left, #c74231 1%, #3f2781 100%);
    background: linear-gradient(to right, #c74231 1%, #3f2781 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c74231', endColorstr='#3f2781', GradientType=1);
    display: inline-block;
    width: 100%;
    padding: 10px 0px 9px;
    padding-left: 18px;
}

.prev_link {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica', arial;
    display: inline-block;
}

.prev_link:hover {
    color: #fff;
    text-decoration: none;
}

.prev_link:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url('../img/shape.png') no-repeat center;
    margin-right: 14px;
    position: relative;
    top: 3px;
}

.front .for_select .nice-select {
    padding-right: 20px;
}

.front .front_evaluation .form-control {
    background: transparent;
}

.front .front_evaluation .text_area {
    top: -7px;
}

.front .front_evaluation .form-group .mdl-textfield__label {
    font-size: 16px;
}

.front .front_evaluation .form-group.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.front .front_evaluation .form-group.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    font-size: 12px;
}

.front_station_name {
    color: #fff;
    padding: 96px 0px 21px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.dashboard_img {
    text-align: center;
}

.dashboard_img img {
    width: 60%;
}

.item_inspection.error {
    background: #eb32322b;
}


/** Select 2 **/

.for_select_2 .select2-selection {
    border: none;
    border-bottom: 1px solid #9B9B9B;
    border-radius: 0;
    height: 42px;
    margin-top: 13px;
    margin-bottom: 4px;
    outline: none;
    padding-left: 0px;
    text-transform: uppercase;
}

.for_select_2 .select2-selection .select2-selection__rendered {
    color: #9b9b9b;
    font-size: 18px;
    font-family: 'Helvetica', arial;
    font-weight: 500;
}

.for_select_2 .select2-selection .select2-selection__rendered {
    line-height: 42px;
}

.for_select_2 .select2-selection .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}


/* .select2-dropdown .select2-search {} */

.select2-dropdown .select2-results__options {
    font-size: 18px;
    color: #9b9b9b;
}

.select2-dropdown .select2-results__option {
    line-height: 40px;
    padding: 0px 18px;
    text-transform: uppercase;
}

.for_select_2 .select2-selection__clear {
    right: 30px;
    top: -5px;
}

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

.select2-container--default .select2-search__field {
    font-size: 18px;
    height: 40px;
    text-transform: uppercase;
}

.for_select_2 .select2-container {
    width: 100% !important;
}

div.role-action {
    background: #e8e8e8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
    padding: 6px;
}

.role-action .label {
    color: #afafaf;
    cursor: pointer;
    font-size: 17px;
    padding: 0px;
}

.role-action input[type="checkbox"] {
    display: none;
}

.role-action input[type="checkbox"]:checked+.label {
    color: #AE3036;
}

li.child-class-parent>a:before {
    content: "";
    font-size: 16px;
    border-radius: 50%;
    color: #9B9B9B;
    width: 18px;
    height: 18px;
    font-family: 'fontawesome';
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    /* float: right; */
}

.menu_level_1 li.child-class-parent a {
    margin-left: 27px;
    padding-left: 0;
}

.menu_level_1 .child-class-parent>a:before {
    position: absolute;
    left: 105px;
}

.nav li.child-class-parent>a:before {
    content: "\f055";
}

li.active.child-class-parent>a:before {
    content: "\f056";
    color: #514780;
}


/** MEDIA **/

@media screen and (max-width: 1440px) {
    .registration_wrapper>img {
        width: 10%;
    }
}

@media (min-width: 769px) {
    .front #wrapper {
        max-width: 768px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .back #page-wrapper {
        margin-left: 431px;
    }
    .back .user_wrapper,
    .back .navbar-static-side {
        width: 431px;
        margin: 0;
    }
    .back .user_wrapper {
        top: 58px;
        position: absolute;
        color: #fff;
        font-size: 18px;
        padding: 25px 0px;
        padding-left: 44px;
        z-index: -2;
    }
    .back .navbar-static-side {
        top: 167px;
    }
}

.item-attachement-file {
    float: right;
}

.container-pj label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 9px;
}

@media (max-width: 768px) {}

.container-pj .Ligne input {
    width: 100%;
    border-bottom: solid 1px;
    margin-top: 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Helvetica', arial;
    font-size: 18px;
    color: #9b9b9b;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
}