#tabs-container {
    margin: 20px auto;
    width: 100%;
}

#tabs-container input.tab-group {
    visibility: hidden;
}

#tabs-container .tab-group + label {
    border-radius: .25em .25em 0 0;
    color: #888;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: .25em;
    padding: 0 1.5em;
    text-align: center;
}

.mobile #tabs-container .tab-group + label {
    background: none !important;
    color: #f47e20 !important;
}

#tabs-container input.tab-group:hover + label {
    background: #ddd;
    color: #666;
}

.edit-user .label-control > label {
    margin-top: -10px;
    margin-right: 8px;
    width: 160px;
}

#tabs-container input.tab-group:checked + label {
    background: #f47e20;
    color: #ffffff;
    position: relative;
}

#tabs-container #content {
    border-radius: 0 .25em .25em .25em;
    position: relative;
    width: 100%;
}

#content > div {
    display: none;
    transition: all linear 0.1s;
    border-top: 2px solid #f47e20;
    border-radius: 0 0 5px 5px;
    background-color: white;
}

#content-1 p {
    margin-bottom: 1em;
}

#content-2 {
    margin-bottom: 1em;
}

#content-3 {
    margin-bottom: 1em;
}

#tabs-container input.tab-group#tab-1:checked ~ #content #content-1 {
    display: block;
    transition: All 0.3s ease;
    width: 100%;
}

#tabs-container input.tab-group#tab-2:checked ~ #content #content-2 {
    display: block;
    transition: All 0.3s ease;
    width: 100%;
}

#tabs-container input.tab-group#tab-3:checked ~ #content #content-3 {
    display: block;
    transition: All 0.3s ease;
    width: 100%;
}

#tabs-container input.tab-group#tab-4:checked ~ #content #content-4 {
    display: block;
    transition: All 0.3s ease;
    width: 100%;
}

input.visible {
    visibility: visible !important;
}

.admin-panel .menu-tab .item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    border-left: 4px solid transparent;
    cursor: pointer;
    min-width: 160px;
}

.admin-panel .menu-tab .item.mobile {
    border-left-width: 0;
    border-bottom: 4px solid transparent;
    min-width: auto;
}

.admin-panel .menu-tab .item:last-child {
    border-bottom: none;
}

.admin-panel .menu-tab .item span {
    font-size: 14px;
    margin-left: 6px;
}

.admin-panel .menu-tab .item i {
    font-size: 20px;
}

.admin-panel .menu-tab .item.active {
    color: #f47e20;
    border-left-color: #f47e20;
}

.admin-panel .menu-tab .item.active.mobile {
    border-bottom-color: #f47e20;
}

.admin-panel .menu-tab .item:hover {
    color: #f47e20;
    border-left-color: #f47e20;
}

.admin-panel .view-tab {
    padding: 10px;
    border-left: 1px solid #f47e20;
    height: 100vh;
}

.admin-panel .view-tab.mobile {
    border: none;
}

.admin-panel .view-tab .title-section {
    font-size: 17px;
    color: #f47e20;
}

.admin-panel .view-tab .selected-content {
    width: 100%;
}

.admin-panel .view-tab .selected-content .table-details {
    margin: 10px 0;
}

.admin-panel .view-tab .selected-content .h1 {
    font-size: 13px;
    margin: 5px 0;
    color: #6b6b6b;
    font-weight: 600;
}

.admin-panel .view-tab .selected-content .h1 i {
    color: #f47e20;
    margin-right: 5px;
}

.admin-panel .view-tab .selected-content .p {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}

.admin-panel .view-tab .selected-content .capsules .cap {
    background: #f47e20;
    font-size: 10px;
    color: #ffffff;
    padding: 2px 5px;
    margin-right: 5px;
}

.admin-panel .view-tab .selected-content .capsules .cap span {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.type-check.group.user-group {
    margin: 0;
}

.type-check.group.user-group .empty-label {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 15px;
}

.label-control.editable-check input {
    margin-bottom: 0;
    font-weight: 600;
    color: #f47e20 !important;
}

.label-control.editable-check input::-webkit-input-placeholder {
    font-weight: 600;
    color: #f47e20;
}

.label-control.editable-check input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 600;
    color: #f47e20;
}

.label-control.editable-check input:-ms-input-placeholder {
    font-weight: 600;
    color: #f47e20;
}

.label-control.editable-check input:-moz-placeholder {
    font-weight: 600;
    color: #f47e20;
}

.type-check.group.user-group label {
    color: #f47e20;
}

.level-cards {
    margin: 10px 0;
}

.level-cards .level {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 0 10px;
}

.level-cards .level:nth-child(2) {
    margin-left: 10px;
}

.level-cards .level .type-check.select-all {
    margin: 0 !important;
}

.level-cards .level .label-control {
    margin: 0;
}

.level-cards .level .level-content {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 -10px;
    padding: 0 10px;
    background: #fbfbfb;
}

.level-cards .level .level-content i.icon-chevron-right {
    color: #ffffff;
    cursor: pointer;
    background: #f47e20;
    margin-left: 5px;
    border-radius: 2px;
    padding: 5px;
    font-size: 15px;
}

.level-cards .level .label-control i.icon-close {
    color: rgba(193, 28, 3, 0.5);
    position: absolute;
    top: 15px;
    right: 4px;
    /* z-index: 2; */
    cursor: pointer;
    font-size: 10px;
}

.level-cards .level .label-control i.icon-close:hover {
    color: #f47e20;
}

.level-cards .level .level-content .checkbox {
    min-height: initial !important;
}

.level-cards .level .level-content .checkbox label {
    font-weight: 300;
    color: #384849;
    font-size: 13px;
    padding-left: 32px;
}

.admin-panel .view-tab .selected-content .bloc .label-control.wrap, .admin-panel .view-tab .selected-content .bloc .select-container {
    min-width: 250px;
}

.admin-panel .view-tab .selected-content .checkbox {
    line-height: normal;
    min-height: 40px;
}

.ie .admin-panel .view-tab .selected-content .checkbox {
    line-height: 40px;
}

.admin-panel .view-tab .selected-content [select-behavior] .display-option {
    font-size: 15px;
}

.admin-panel .view-tab .selected-content .steps {
    position: absolute;
    top: 0px;
    right: -5px;
}

.admin-panel .view-tab .selected-content .steps.mobile {
    top: -85px;
    right: 0px;
}

.admin-panel .view-tab .selected-content .steps .step {
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}

.admin-panel .view-tab .selected-content .steps .step.active {
    background: #f47e20;
}

.admin-panel .view-tab .selected-content .step-button {
    margin: 10px 0;
}

.admin-panel .view-tab .selected-content .step-button .toolbar {
    background: rgba(193, 28, 3, 0.1);
    border-radius: 3px;
    padding: 5px;
    margin-right: 10px;
    font-size: 13px;
}

.admin-panel .view-tab .selected-content .select-container, .view-tab .selected-content .select-container {
    border-bottom: 1px solid #eee;
}

.admin-panel .view-tab .selected-content .table-details .action-btn i {
    color: #737373;
    margin: 0 5px;
    font-size: 16px;
    cursor: pointer;
}

.admin-panel .view-tab .selected-content .table-details .action-btn i:hover {
    color: #f47e20;
}

.admin-panel .view-tab .selected-content .table-details {
    overflow-x: auto;
}

.admin-panel .bloc .label-control {
    min-width: 150px;
}

.spacer {
    height: 20px;
}

.enrolement {
    background: #f7f7f7;
    padding: 0 20px;
    /* overflow: auto; */
}

.enrolement > * {
    box-sizing: border-box;
}

.enrolement .slider-detail .user-detail {
    width: 300px;
}

.enrolement .slider-detail .user-detail .cnt.edit-user {
    box-sizing: border-box;
    width: initial;
}

.enrolement .edit-enrolement {
    width: 100%;
}

.enrolement .edit-enrolement .cnt {
    width: initial;
}

.enrolement .slidebar.advanced {
    width: 875px !important;
}

.enrolement .sub-header {
    background: #eee;
    padding: 10px;
}

.enrolement .module-section .lbl {
    font-size: 20px;
}

.enrolement .module-section .title {
    color: #f47e20;
}

.enrolement .section-name {
    margin: 10px -20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: white;
    margin-top: 0;
}

.enrolement.mobile {
    padding: 0;
}

.enrolement .section-name {
    display: none;
}

.enrolement .upload-area {
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
}

.enrolement .upload-area .tips {
    color: #f47e20;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

.enrolement .upload-csv {
    border: 2px dashed #f47e20;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #949494;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
}

.enrolement .upload-csv.dz-drag-hover {
    background: #f47e20;
    color: #ffffff;
    border-color: #ffffff;
}

.level-cards.mobile .level {
    margin: 10px -5px;
    border-radius: 0;
}

.level-cards.mobile {
    display: block !important;
}

.enrolement .table-details table, .table-details table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.enrolement .table-details td.action-btn {
    text-align: right;
}

.enrolement .table-details table tr.new {
    background: rgba(120, 197, 60, 0.5) !important;
}

.enrolement .table-details table tr.exists {
    background: rgba(84, 200, 255, 0) !important;
}

.enrolement .table-details table tr.modified {
    background: rgba(84, 200, 255, 0.5) !important;
}

.enrolement .table-details table tr.error {
    background: rgba(233, 30, 30, 0.2) !important;
}

.enrolement .table-details table tr:nth-child(odd), .table-details table tr:nth-child(odd) {
    background: #f7f7f7;
}

.enrolement .table-details table th, .table-details table th {
    text-align: left;
    padding: 10px;
    background: #f47e20;
    color: #ffffff;
    font-size: 13px;
}

.enrolement .table-details table tr td, .table-details table tr td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.enrolement .table-details.grp table tr td, .table-details.grp table tr td {
    white-space: normal;
}

.enrolement .table-details.grp table tr td.icon img, .table-details.grp table tr td.icon img {
    width: 100%;
    margin-top: -5px;
    margin-bottom: -10px;
}

.enrolement .table-details.grp table tr td.icon, .table-details.grp table tr td.icon {
    max-width: 65px;
    min-width: 65px;
    position: relative;
}

.enrolement .table-details.grp table tr td.icon i.icon-deny, .table-details.grp table tr td.icon i.icon-deny {
    display: none;
    position: absolute;
    right: 11px;
    bottom: 4px;
}

.enrolement .table-details.grp table tr td.icon.inactif i.icon-deny, .table-details.grp table tr td.icon.inactif i.icon-deny {
    display: block;
}

.enrolement .table-details.grp table tr td.icon.inactif img, .table-details.grp table tr td.icon.inactif img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.enrolement .table-details table tr td a, .table-details table tr td a {
    text-decoration: none;
    font-size: 24px;
    color: #f47e20;
}

.enrolement .table-details table tr .pro-val, .table-details table tr .pro-val {
    text-align: right;
}

.enrolement [select-behavior] .options.opened {
    max-height: 300px;
    overflow: auto;
}

.enrolement .flat-drop {
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.enrolement .grp-desc {
    font-size: 13px;
    color: #969696;
    padding-bottom: 20px;
}

.enrolement .slidebar.EditSelectedUsers {
    width: 600px !important;
}

.enrolement .slidebar {
    position: fixed;
    right: 0;
    top: 50px;
    bottom: 0;
    width: 300px;
    background: #fff;
    padding: 0px;
    box-shadow: -2px 0 15px -5px rgba(0, 0, 0, 0.35);
    z-index: 99;
    display: flex;
}

.enrolement .slidebar .cnt-container {
    background: #f1f1f1;
    overflow: auto;
    overflow-x: hidden;
}

.enrolement .slidebar .cnt-container .cnt-container-title {
    background: #353535;
    color: #ffffff;
}

.enrolement .slidebar .cnt-container .cnt-container-title .data {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}

.enrolement .slidebar .cnt-container .cnt-container-title .cls {
    height: 35px;
    min-width: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
}

.enrolement .slidebar .outer-button {
    padding: 0 10px;
}

.enrolement .slidebar .closer {
    min-width: 14px;
    width: 14px;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.enrolement .slidebar .closer i {
    font-size: 10px;
    color: #bdbdbd;
}

.enrolement .slidebar .closer:hover i {
    color: #999;
}

.enrolement .slidebar .btn {
    margin: 5px 0;
}

.enrolement .slidebar .validate-signature {
    padding: 10px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 10px 0;
}

.cnt-container .icon-warning {
    position: absolute;
    right: 0;
    color: #f47e20;
    cursor: pointer;
    bottom: 0;
}

.warninghint::after {
    margin-right: 20px;
}

.warninghint::before {
    margin-right: 9px;
}

.hint--left:before {
    margin-bottom: 0px;
}

.hint--left:after {
    margin-bottom: -7px;
}

.enrolement .slidebar .validate-signature.valid {
    background: rgba(33, 186, 69, 0.1);
}

.enrolement .slidebar .validate-signature.invalid {
    background: rgba(219, 40, 40, 0.1);
}

.enrolement .slidebar .btn:nth-child(2) {
    margin-left: 5px;
}

.enrolement .slidebar .select-container {
    margin: 0;
}

.enrolement .select-container input[type="text"] {
    border: none !important;
    margin-bottom: 0 !important;
}

.enrolement .table-details.celled tr {
    cursor: pointer;
}

.enrolement .table-details.celled tr:hover td, .enrolement .table-details.celled tr.active td {
    background: rgba(193, 28, 3, 0.07);
}

.enrolement .table-details.celled tr.active td:first-child {
    border-left: 5px solid #f47e20;
}

.enrolement .table-details.celled.readable tr {
    cursor: default;
}

.enrolement .table-details.celled.readable tr:hover td {
    background: none;
}

.enrolement .slidebar .cnt {
    margin: 8px;
    background: #fff;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.edit-enrolement .label-control select {
    max-width: 250px;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    margin-right: 8px;
}

.enrolement.mobile .slidebar {
    position: fixed;
    right: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    box-shadow: -2px 0 15px -5px rgba(0, 0, 0, 0.35);
}

.enrolement.mobile .slidebar .cnt {
    overflow: auto;
}

.enrolement.mobile .slidebar .closer {
    min-width: 14px;
    width: 20px;
    background: #f3f3f3;
    margin: -20px 10px -20px -20px;
    cursor: pointer;
}

.enrolement.mobile .slidebar .closer i {
    font-size: 10px;
    color: #bdbdbd;
}

.enrolement.mobile .slidebar .closer:hover i {
    color: #999;
}

.enrolement.mobile .slidebar .select-container {
    margin: 0;
}

.enrolement.mobile .select-container input[type="text"] {
    border: none !important;
    margin-bottom: 0 !important;
}

.enrolement .user-signature, .enrolement .m-signature-pad--body {
    height: 58px;
    text-align: center;
    border: solid 1px #eeeeee;
}

.enrolement .signature-container i {
    color: #f47e20;
}

.enrolement .signature-container .add-signature-group {
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 0px;
    height: 16px;
}

.enrolement .signature-container .add-signature {
    margin: 0 3px;
    text-align: center;
}

.enrolement .m-signature-pad {
    position: relative;
}

.enrolement .m-signature-pad.editing {
    position: fixed;
    top: 0;
    left: 278px;
    right: 0;
    bottom: 0;
    background: rgba(193, 28, 3, 0.9);
    z-index: 3;
    animation: fadebg 0.1s ease;
    -webkit-animation: fadebg 0.1s ease;
}

.enrolement .m-signature-pad.editing .m-signature-pad--body {
    width: 600px;
    height: 300px;
}

.enrolement .m-signature-pad.editing .m-signature-pad--body .choose-signature {
    outline: 2px dashed #f47e20;
    outline-offset: 10px;
    margin: 20px;
}

.enrolement .m-signature-pad.editing .m-signature-pad--body .choose-signature .btn {
    overflow: hidden;
}

.enrolement .m-signature-pad.editing .m-signature-pad--body .choose-signature .btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    display: block;
}

.enrolement .m-signature-pad .sign-foot {
    width: 600px;
    padding: 10px;
}

.enrolement .m-signature-pad .sign-foot .m-signature-pad--footer > div {
    padding: 10px;
}

.enrolement .m-signature-pad.editing .m-signature-pad--body {
    cursor: url(../images/pen.png) 0 24, auto;
}

.enrolement .m-signature-pad i {
    margin: 5px;
    color: #ffffff;
    cursor: pointer;
}

.enrolement .m-signature-pad .description {
    font-size: 10px;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #717171;
    text-align: left;
}

.enrolement .m-signature-pad--body {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    user-select: none;
    background: #ffffff;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.15);
}

.enrolement .signature-container .tip {
    border-top: 1px solid #eee;
    padding: 5px 0;
    width: 100%;
    font-size: 10px;
    color: #949494;
}

.enrolement .user-signature img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.enrolement.mobile .signature-container {
    opacity: 1;
}

.enrolement.mobile .signature-container .user-signature {
    opacity: 1;
    margin-top: 1em;
}

.enrolement.mobile .signature-container .user-signature img {
    max-width: 100%;
    max-height: 200px;
    min-height: 60px;
    width: auto;
    height: auto;
}

.enrolement.mobile .user-signature, .enrolement.mobile .m-signature-pad--body {
    width: auto;
    height: auto;
    text-align: center;
}

.enrolement.mobile .signature-container .user-signature.editing img {
    height: auto;
}

.enrolement.mobile .signature-container .add-signature {
    opacity: 1;
    min-width: 15px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.enrolement.mobile .signature-container .tip {
    opacity: 1;
    text-align: left;
    padding: 5px 0;
    margin-bottom: 10px;
    border-top: 1px solid #a9b0bb;
    font-size: 15px;
    font-size: 13px;
}

.enrolement.mobile .signature-container .tip + i {
    color: #f47e20;
}

.enrolement.mobile .m-signature-pad {
    opacity: 1;
}

.enrolement.mobile .m-signature-pad.editing, .handheld .enrolement .m-signature-pad.editing {
    position: fixed;
    top: 50px;
    background: rgba(53, 53, 53, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.enrolement.mobile .m-signature-pad.editing .m-signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.handheld .enrolement .m-signature-pad.editing .m-signature-pad--body {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.enrolement.mobile .m-signature-pad.editing .m-signature-pad--body {
    opacity: 1;
    background: white;
    box-shadow: 0 0 10px -3px #000;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 60px;
    top: 10px;
    border-radius: 3px;
    width: auto;
    height: auto;
    transform: none;
}

.enrolement.mobile .m-signature-pad .m-signature-pad--body {
    opacity: 1;
}

.enrolement.mobile .m-signature-pad .sign-foot, .handheld .enrolement .m-signature-pad .sign-foot {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #353535;
    padding: 0 10px;
    width: auto;
}

.enrolement .tx a, .tx a {
    color: #353535;
}

.enrolement.mobile .m-signature-pad .description {
    opacity: 1;
    font-size: 14px;
    color: #929292;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: left;
    padding: 0 22px;
}

.enrolement.mobile .m-signature-pad .m-signature-pad--footer {
    opacity: 1;
}

.enrolement.mobile .m-signature-pad .m-signature-pad--footer > div {
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    -ms-flex: 1 1 0.000000001px;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-flex-basis: 0.000000001px;
    -ms-flex-preferred-size: 0.000000001px;
    flex-basis: 0.000000001px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.enrolement.mobile .m-signature-pad .m-signature-pad--footer i {
    opacity: 1;
}

.enrolement .activate-user {
    margin: 14px 0;
}

.enrolement .activate-user .tx {
    font-size: 13px;
}

.enrolement .activate-user input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.enrolement .activate-user label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.enrolement .activate-user label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.enrolement .activate-user .switch-checkbox.checked {
    background: #21ba45;
}

.enrolement .activate-user .switch-checkbox.checked:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.enrolement .activate-user .switch-checkbox.processing:after {
    animation: 1s infinite rotateBorder;
    -webkit-animation: 1s infinite rotateBorder;
    box-sizing: border-box;
    left: 13px;
}

.enrolement .activate-user .switch-checkbox.activated {
    background: #21ba45;
}

.enrolement .activate-user .switch-checkbox.activated:after {
    left: calc(75% - 3px);
    transform: translateX(-100%);
}

.enrolement .activate-user .switch-checkbox.programing {
    background: #006fb7;
}

.enrolement .activate-user .switch-checkbox.programing:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

@keyframes rotateBorder {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(0.4);
    }
    100% {
        transform: scale(1);
    }
}

.enrolement .popup-question {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
}

.enrolement .popup-question h1 {
    font-size: 25px;
    font-weight: normal;
    color: #f47e20;
    margin-bottom: 1em;
}

.enrolement .popup-question p {
    width: 500px;
    margin: 10px auto;
    margin-bottom: 1em;
}

.enrolement .popup-question p b {
    color: #f47e20;
    font-weight: bold;
}

.enrolement .popup-question i {
    font-size: 50px;
    color: #f47e20;
}

.enrolement .popup-question .popup-button {
    width: 500px;
}

.enrolement .popup-question .popup-button .btn {
    margin-right: 5px;
}

@media handheld, only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .search-all {
        top: 60px;
        display: flex;
        background-color: #353535;
        width: 100%;
        min-width: 100%;
        left: 0;
        padding: 15px 5px 10px;
        position: fixed;
        box-sizing: border-box;
    }

    .wrapper .sidebar .menu {
        padding-top: 23px;
    }

    .overlay {
        overflow: hidden;
    }

    .overlay-content {
        width: 85% !important;
        height: calc(100% - 55px);
        top: 5px !important;
        bottom: 5px !important;
        overflow: auto;
        transform: none !important;
    }
    

    .overlay-content p {
        font-size: 0.9em;
        margin-bottom: 0.75em;
    }

    .close-popup {
        position: absolute;
        top: 0;
        right: 0;
        color: #ffffff;
        border-left: 75px solid rgba(255, 255, 255, 0);
        border-top: 75px solid black;
        width: 0;
        height: 0;
    }
      
        .close-popup:before {
          content: '\0d7';
          font-size: 30px;
          position: absolute;
          top: -75px;
          right: 10px;
      }

    .admin-panel {
        display: block !important;
    }

    .admin-panel .menu-tab {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        align-items: center;
    }

    .admin-panel .menu-tab .item span {
        display: none;
    }

    .admin-panel .menu-tab .item {
        -ms-flex: 1 1 0.000000001px;
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        -webkit-flex-basis: 0.000000001px;
        -ms-flex-preferred-size: 0.000000001px;
        flex-basis: 0.000000001px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    .admin-panel .bloc .label-control {
        max-width: 100% !important;
        width: 100%;
    }

    .admin-panel .view-tab .selected-content .bloc .select-container {
        margin-right: 0 !important;
        padding: 15px 0;
        width: 100%;
    }

    #tabs-container .tab-group + label {
        background: none !important;
        color: #f47e20 !important;
    }

    .admin-panel .menu-tab .item {
        border-left-width: 0;
        border-bottom: 4px solid transparent;
        min-width: auto;
    }

    .admin-panel .menu-tab .item.active {
        border-bottom-color: #f47e20;
    }

    .admin-panel .view-tab {
        border: none;
    }

    .admin-panel .view-tab .selected-content .steps {
        top: -85px;
        right: 0px;
    }

    .enrolement {
        padding: 0;
    }

    .level-cards .level {
        border-radius: 0;
    }

    .level-cards {
        display: block !important;
    }

    .enrolement .slidebar .cnt {
        overflow: auto;
    }

    .enrolement .slidebar .closer {
        min-width: 14px;
        width: 20px;
        background: #f3f3f3;
        margin: -20px 10px -20px -20px;
        cursor: pointer;
    }

    .enrolement .slidebar .closer i {
        font-size: 10px;
        color: #bdbdbd;
    }

    .enrolement .slidebar .closer:hover i {
        color: #999;
    }

    .enrolement .slidebar .select-container {
        margin: 0;
    }

    .enrolement .select-container input[type="text"] {
        border: none !important;
        margin-bottom: 0 !important;
    }

    .enrolement .table-details.grp table tr td.icon, .table-details.grp table tr td.icon {
        min-width: auto;
        max-width: 100%;
        text-align: right;
    }
}

@media handheld, only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
    .enrolement .slidebar.advanced {
        width: initial !important;
    }

    .enrolement .slider-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .enrolement .slider-detail .user-detail {
        width: initial !important;
    }
}

.overlay {
    position: absolute;
    width: 100%;
    min-height: calc(100vh - 50px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 30;
    overflow: auto;
}

.overlay-content {
    width: 50%;
    margin: auto;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 5px 5px 12px -6px;
    border-radius: 3px;
    position: relative;
}

.overlay-content i {
    color: #b1b2b7;
    font-size: 0.7em;
}

.overlay-content h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #f47e20;
    margin-bottom: 0.75em;
}

.overlay-content.edit-user .label-control > label {
    margin-top: -10px;
    margin-right: 8px;
    width: 80px;
}
.overlay .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    border-left: 75px solid rgba(255, 255, 255, 0);
    border-top: 75px solid black;
    width: 0;
    height: 0;
} 
.overlay .close-popup:before {
      content: '\0d7';
      font-size: 30px;
      position: absolute;
      top: -75px;
      right: 10px;
    }


.in-progress {
    animation: rotaty 0.5s infinite;
    transform-origin: 50%;
}

@keyframes rotaty {
    to {
        transform: rotate(-360deg);
    }
}

.notification-center_icon .badge {
    width: 16px;
    height: 16px;
    background-color: red;
    color: white;
    position: absolute;
    top: 16px;
    right: 8px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-family: arial, sans-serif;
}

.notification-iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 80vh;
}

.notification {
    margin: 5px -10px;
    font-size: 1em;
}

.notification .notif-title {
    font-size: 17px;
    color: #f47e20;
    margin-bottom: 10px;
}

.notification .notif-title i {
    font-size: 1.5em;
    color: #f47e20;
}

.notification .notif-footer {
    padding: 10px;
    font-size: 14px;
}

.notification .notif-footer a {
    color: #f47e20;
}

.notification .notification-item, .notification .notification-item__splash, .notification .notification-item__banner {
    margin: 2px 0;
    padding: 8px;
}

.notification .notification-item {
    background-color: rgba(193, 28, 3, 0.1);
    border-left: solid rgba(193, 28, 3, 0.2);
}

.notification .notification-item__splash {
    background-color: rgba(193, 28, 3, 0.15);
    border-left: solid rgba(193, 28, 3, 0.25);
}

.notification .notification-item__banner {
    background-color: rgba(193, 28, 3, 0.2);
    border-left: solid rgba(193, 28, 3, 0.3);
}

.notification h3 {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0;
    line-height: 13px;
}

.notification small {
    font-size: 0.8em;
}

.notification img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.notification p {
    font-size: 0.8em;
    margin-left: 33px;
}

.notification i {
    color: #353535;
    font-size: 0.7em;
}

.notification-center.slidebar {
    z-index: 2;
    overflow: auto;
    top: 50px;
}

.notification-center_icon {
    color: white;
    font-size: 20px !important;
    background-color: transparent;
    padding: 16px;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.banner {
    position: fixed;
    background-color: #eee;
    bottom: 0;
    left: 70px;
    right: 70px;
    color: #000;
    z-index: 10;
    padding: 20px;
}

.banner .banner-content > p {
    margin: 0 20px;
    font-size: 0.8em;
}

.banner h3 {
    font-size: 1em;
    color: #000;
    margin: 0 5px 0 0;
    font-weight: 600;
    max-width: 20%;
    border-right: solid 1px #353535;
    padding-right: 10px;
}

p.banner-title {
    font-size: 1em !important;
}



.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: #f47e20;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }