/* style general */
/* structure du cadre */
.roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/*
.shadow (@string: 0px 0px 5px  #333) {
-webkit-box-shadow: @string;
-moz-box-shadow:    @string;
-ms-box-shadow:     @string;
-o-box-shadow:      @string;
box-shadow:         @string;
}
*/
/*
.round (@radius: 5px) {
-webkit-border-radius: @radius;
-moz-border-radius:    @radius;
border-radius:         @radius;

-moz-background-clip:    padding;
-webkit-background-clip: padding-box;
background-clip:         padding-box;
}
*/
.vertical-align-parent {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vertical-align {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.mobile {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.fullscreen {
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    z-index: 9999999 !important;
    background-color: #000 !important;
}

.fullscreen .conteneur_strict {
    height: 100% !important;
}

.fullscreen .conteneur_strict .grand_slider {
    height: 100% !important;
}

.fullscreen .conteneur_strict .grand_slider li {
    height: 100% !important;
}

.fullscreen .conteneur_strict .grand_slider li img {
    height: auto !important;
    width: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
}

.fullscreen .conteneur_strict .grand_slider li h2 {
    text-align: center;
}

.fullscreen .btn_left,
.fullscreen .btn_right {
    display: none;
}

.fullscreen ul.boutons {
    display: none;
}

.fullscreen .btn_fs span {
    width: 50px !important;
    height: 50px !important;
}

.fullscreen .btn_fs span i {
    font-size: 40px !important;
    top: 5px !important;
}

/* .fullscreen */
#cache_slider {
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: none;
}

.sliker {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.sliker .afficheur img {
    display: block;
    width: 100%;
}

.sliker .conteneur_strict {
    position: relative;
    width: 100%;
    margin: auto;
}

.sliker .conteneur_strict .grand_slider {
    position: relative;
    width: 100000px;
    left: 0px;
    overflow: hidden;
    font-size: 0;
}

.sliker .conteneur_strict .grand_slider li {
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.sliker .conteneur_strict .grand_slider li img.full {
    display: block;
    width: 100%;
}

.sliker .conteneur_strict .grand_slider li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url(../img/trans/b.png);
}

.sliker ul.boutons {
    overflow: hidden;
    margin: auto;
    text-align: center;
    z-index: 10;
    /* inter (en dessous) */
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    font-size: 0;
}

.sliker ul.boutons li {
    display: inline-block;
    background-color: #aaa;
    width: 15px;
    height: 15px;
    /*height: auto;*/
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    color: #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    /*.round(2px);*/
    cursor: pointer;
    overflow: hidden;
    text-indent: -100px;
    /*text-indent: 0;*/
}

.sliker ul.boutons li:hover,
.sliker ul.boutons li.selected {
    background-color: #35A8E0;
    color: #fff;
}

.sliker .btn_left,
.sliker .btn_right {
    font-weight: bold;
    position: absolute;
    top: 50%;
    visibility: visible;
    z-index: 10;
}

.sliker .btn_left span,
.sliker .btn_right span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -20px;
    text-align: center;
    font-size: 32px;
    color: #aaa;
}

.sliker .btn_left span:hover,
.sliker .btn_right span:hover {
    color: #35A8E0;
}

.sliker .btn_left {
    left: 5px;
}

.sliker .btn_right {
    right: 5px;
}

.sliker .btn_fs {
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 5px;
    visibility: visible;
    z-index: 11;
}

.sliker .btn_fs span {
    display: block;
    background-color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.4;
}

.sliker .btn_fs i {
    font-size: 14px;
    color: #ddd;
    position: relative;
    top: 2px;
}

.sliker .btn_fs span:hover {
    opacity: 0.8;
}

.sliker.vam .grand_slider li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.sliker.no_btn ul.boutons {
    display: none;
}

.sliker.safeload .btn_left,
.sliker.safeload .btn_right,
.sliker.safeload .btn_fs,
.sliker.safeload ul.boutons {
    display: none !important;
}

.sliker.safeload .conteneur_strict .grand_slider {
    position: static;
    width: 100%;
}

.sliker.safeload .conteneur_strict .grand_slider li {
    float: none;
    position: relative;
    overflow: hidden;
    display: none;
}

.sliker.safeload .conteneur_strict .grand_slider li:first-child {
    display: block;
    width: 100% !important;
}

.sliker.safeload .conteneur_strict .grand_slider li.selected {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.sliker.safeload .conteneur_strict .grand_slider li.selected:first-child {
    height: auto;
    position: static;
}

.customErrorValidation {
    position: absolute;
    display: none;
}

.customErrorValidation span {
    background: #a31916;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTkxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a31916), color-stop(100%, #f90000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a31916 0%, #f90000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a31916', endColorstr='#f90000', GradientType=0);
    /* IE6-8 */
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 10px;
    white-space: nowrap;
}

.customErrorValidation span .info {
    font-size: 15px;
    vertical-align: middle;
    opacity: 0.9;
}

.customErrorValidation span .arrow {
    color: red;
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 2px;
    font-size: 18px;
    vertical-align: top;
    line-height: 0px;
}

.zone_add_from_ext {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.zone_add_from_ext .exterior_add {
    float: left;
    margin-right: 10px !important;
}

.zone_add_from_ext .text {
    color: #666;
    font-size: 12px;
    display: block;
}

/*
.template_element {
display: none;
}
*/
.classic_select {
    border: 1px solid #ccc;
    overflow: hidden;
    background-image: url(../img/select_handler.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 27px;
    background-color: #fff;
    display: block;
    padding-right: 30px;
}

.classic_select:hover {
    background-position: bottom right;
    border-color: #ddd;
}

.classic_select.arrow_full {
    background-image: url(../img/select_handler_full.png);
}

.classic_select.gray {
    background-color: #888;
    border: none;
    padding: 1px;
}

.classic_select.gray:hover {
    background-color: #333;
}

.classic_select.gray select {
    color: #fff;
}

.classic_select.small {
    height: 20px;
    background-position: right -3px;
}

.classic_select.small select {
    height: 20px;
}

.classic_select.small:hover {
    background-position: right -30px;
}

.classic_select select {
    border: none;
    height: 27px;
    line-height: normal !important;
    width: 140%;
    min-width: 100px;
    background: transparent;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 5px;
}

.classic_select select:disabled {
    background-color: #eee;
}

.classic_select.select2_style {
    padding-right: 0;
}

.classic_select .select2-container .select2-selection {
    border: none !important;
    border-radius: 0px !important;
    background: none !important;
    cursor: defaut !important;
}

.classic_select .select2-container .select2-selection * {
    font-size: 12px;
    color: #333;
}

.classic_select .select2-container .select2-choice,
.classic_select .select2-container .select2-selection__rendered {
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    color: #333 !important;
    padding: 0 !important;
    height: 27px !important;
    line-height: 27px !important;
    box-shadow: none !important;
    padding-left: 5px !important;
    font-size: 12px !important;
    text-indent: 5px !important;
}

.classic_select .select2-container .select2-choice .select2-selection__choice,
.classic_select .select2-container .select2-selection__rendered .select2-selection__choice {
    text-indent: 0px !important;
    margin-top: 1px !important;
    margin-left: 1px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 23px !important;
    font-size: 10px !important;
}

.classic_select .select2-container .select2-arrow,
.classic_select .select2-container .select2-selection__arrow {
    display: none !important;
}

.classic_select .select2-container .select2-chosen {
    margin-left: 5px !important;
    margin-right: 32px !important;
    min-width: 100px !important;
}

.select2-drop {
    border-color: #ccc !important;
}

.select2-drop .select2-input {
    color: #333 !important;
}

.select2-drop .select2-result-label {
    color: #333 !important;
}

.select2-drop .select2-highlighted {
    background-color: #35A8E0 !important;
}

.select2-drop .select2-highlighted .select2-result-label {
    color: #fff !important;
}

.classic_file {
    position: relative;
    overflow: hidden;
}

.classic_file .infos {
    border: 1px solid #ccc;
    border-right: 0;
    height: 27px;
    line-height: 27px;
    display: block;
    float: left;
    min-width: 149px;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}

.classic_file .btn {
    background-color: #35A8E0;
    height: 29px;
    line-height: 29px;
    float: left;
    color: #fff;
    font-size: 12px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.classic_file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-200px, 0) scale(6);
    font-size: 400px;
    direction: ltr;
    cursor: pointer;
}

.classic_file:hover .btn {
    background-color: #83AA2E;
}

ul.files_uploaded li,
ul.dates_uploaded li {
    width: 260px;
    margin: 5px 0;
    position: relative;
    background-color: #eee;
    height: 29px;
    line-height: 29px;
}

ul.files_uploaded li a,
ul.dates_uploaded li a {
    margin-left: 5px;
    color: #666;
    font-size: 12px;
}

ul.files_uploaded li a:hover,
ul.dates_uploaded li a:hover {
    text-decoration: underline;
}

ul.files_uploaded li .delete_uploaded_file,
ul.dates_uploaded li .delete_uploaded_file {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #83AA2E;
    cursor: pointer;
}

ul.files_uploaded li .delete_uploaded_file i,
ul.dates_uploaded li .delete_uploaded_file i {
    font-size: 18px;
}

ul.files_uploaded li .delete_uploaded_file:hover,
ul.dates_uploaded li .delete_uploaded_file:hover {
    color: #000;
}

ul.files_uploaded li.template,
ul.dates_uploaded li.template {
    display: none;
}

ul.files_uploaded.dates_uploaded li,
ul.dates_uploaded.dates_uploaded li {
    width: auto;
}

.children_templates {
    display: none;
}

.children_templates.test {
    display: block;
}

.round_icon {
    display: block;
    height: 29px;
    line-height: 29px;
    width: 29px;
    text-align: center;
    background-color: #35A8E0;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}

.round_icon:hover {
    background-color: #83AA2E;
}

.round_icon.green {
    background-color: yellowgreen;
}

.round_icon.green:hover {
    background-color: #8DBA2C;
}

.round_icon.gray {
    background-color: #666;
}

.round_icon.gray:hover {
    background-color: #333;
}

.round_icon.gray_on_white {
    background-color: #fff;
    color: #666;
}

.round_icon.gray_on_white:hover {
    background-color: #fff;
    color: #000;
}

.round_icon.blue {
    background-color: #00BFFF;
}

.round_icon.blue:hover {
    background-color: #04A5DB;
}

.round_icon.red {
    background-color: red;
}

.round_icon.red:hover {
    background-color: #C61111;
}

.round_icon.big {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 24px;
}

label.radio,
label.checkbox {
    cursor: pointer;
}

label.radio:hover .name,
label.checkbox:hover .name {
    color: #000;
}

label.radio:hover span.input,
label.checkbox:hover span.input {
    border-color: #555;
}

label.radio.checked span.input,
label.checkbox.checked span.input {
    background-color: #35A8E0;
    height: 29px;
    line-height: 29px;
    width: 29px;
    border: none;
}

label.radio.checked:hover span.input,
label.checkbox.checked:hover span.input {
    background-color: #B1E83C;
}

label.radio.mousedown span.input,
label.checkbox.mousedown span.input {
    background-color: #83AA2E !important;
    height: 29px;
    line-height: 29px;
    width: 29px;
    border: none;
}

label.radio.checkbox span.input,
label.checkbox.checkbox span.input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

label.radio.black.checked span.input,
label.checkbox.black.checked span.input {
    background-color: #000;
}

label.radio span.input,
label.checkbox span.input {
    float: left;
    height: 27px;
    line-height: 27px;
    width: 27px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    overflow: hidden;
}

label.radio span.input.center,
label.checkbox span.input.center {
    float: none;
    margin: auto;
}

label.radio span.input input,
label.checkbox span.input input {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

label.radio span.name,
label.checkbox span.name {
    float: none !important;
    padding-left: 37px !important;
    margin-left: 0 !important;
}

label.radio span.illu,
label.checkbox span.illu {
    display: block;
}

label.radio span.illu img,
label.checkbox span.illu img {
    display: block;
    margin: auto;
}

label.radio span.illu + span.input,
label.checkbox span.illu + span.input {
    float: none;
    margin: auto;
}

/* label.radio */
.pickadate_button {
    background-color: #35A8E0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer !important;
    padding: 5px 0;
}

.pickadate_button:hover {
    background-color: #83AA2E;
}

label.star:hover .name {
    color: #000;
}

label.star.checked span.input .fa-star {
    display: inline;
}

label.star.checked span.input .fa-star-o {
    display: none;
}

label.star.checked:hover span.input {
    color: #F4BF00;
}

label.star.mousedown span.input {
    color: #BC9300 !important;
}

label.star span.input {
    float: left;
    height: 29px;
    line-height: 29px;
    width: 22px;
    text-align: center;
    color: #35A8E0;
    font-size: 20px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

label.star span.input .fa-star {
    display: none;
}

label.star span.input .fa-star-o {
    display: inline;
}

label.star span.input input {
    visibility: hidden;
}

label.star span.input + .name {
    margin-left: 5px;
}

/* label.star */
.lang_menu {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.lang_menu.mode_popup {
    display: none;
}

.lang_menu li {
    float: left;
    padding: 5px;
    background-color: #eee;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-right: 3px;
}

.lang_menu li:hover,
.lang_menu li.selected {
    background-color: #333;
    color: #fff;
}

/******* STRUCTURE FORM *********/
.form {
    /* options du cadre */
    /*
      .duplicate_wrapper .children_wrapper .duplicate {
      display: none;
      }
      */
}

.form.mg {
    margin: 15px;
}

.form .simple_text {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    color: #333;
}

.form .simple_text.bdb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.form .simple_text em {
    color: #35A8E0;
}

.form .simple_link {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    color: #35A8E0;
    text-decoration: underline;
}

.form .simple_link:hover {
    color: #333;
}

.form .round_icon {
    float: left;
    margin: 0 3px;
}

.form .delete {
    display: none;
}

.form .clone .delete {
    display: block;
}

.form .duplicate {
    display: none;
}

.form .duplicate_wrapper .duplicate {
    display: block;
}

.form .children_wrapper .delete {
    display: block;
}

.form .more_options {
    background-color: #eee;
    height: 35px;
    line-height: 35px;
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.form .more_options .cmd {
    float: left;
    height: 40px;
    cursor: pointer;
    color: #666;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.form .more_options .cmd i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    color: #666;
}

.form .more_options .cmd:hover {
    color: #000;
}

.form .more_options .cmd:hover i {
    color: #35A8E0;
}

.form .more_options .cmd .open_text {
    display: none;
}

.form .more_options .cmd.open .open_text {
    display: block;
}

.form .more_options .cmd.open .close_text {
    display: none;
}

.form .more_options button {
    float: right;
}

.form label {
    min-height: 10px;
    position: relative;
    display: block;
}

.form label.mgb {
    margin-bottom: 10px;
}

.form label .icon_info {
    position: absolute;
    bottom: 0;
    right: -32px;
}

.form > label,
.form .relay > label {
    margin: 5px 0;
}

.form > label.no_mg,
.form .relay > label.no_mg {
    margin: 0;
}

.form > label .name:first-child,
.form .relay > label .name:first-child {
    margin: 0;
}

.form > label.bdb,
.form .relay > label.bdb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.form > label.bdt,
.form .relay > label.bdt {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.form > label.radio.bdb,
.form .relay > label.radio.bdb,
.form > label.checkbox.bdb,
.form .relay > label.checkbox.bdb {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form > label.float,
.form .relay > label.float {
    float: left;
    margin-right: 20px;
}

.form label.clone .icon.delete,
.form fieldset.clone .icon.delete {
    display: block;
}

.form label.clone .icon.duplicate,
.form fieldset.clone .icon.duplicate {
    display: none;
}

.form fieldset.sup_option_hidden,
.form label.sup_option_hidden {
    display: none !important;
}

.form fieldset.not_tab,
.form label.not_tab {
    display: none !important;
}

.form fieldset.not_target,
.form label.not_target {
    display: none !important;
}

.form .children_wrapper {
    margin-left: 50px;
}

.form fieldset {
    margin: 5px 0;
    position: relative;
    display: block;
}

.form fieldset label {
    float: left;
}

.form fieldset label.bdr {
    border-right: 1px solid #ccc;
    margin-right: 5px;
}

.form fieldset label:first-child .name:first-child {
    margin-left: 0;
}

.form fieldset .clear + label .name:first-child {
    margin-left: 0;
}

.form fieldset label.radio,
.form fieldset label.checkbox {
    margin-bottom: 3px;
}

.form fieldset label.radio:first-child,
.form fieldset label.checkbox:first-child {
    margin-left: 0;
}

.form fieldset.equalize label.radio,
.form fieldset.equalize label.checkbox {
    margin-left: 3px;
}

.form fieldset.no_float legend {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
}

.form fieldset.no_float label {
    float: none;
    margin-left: 0;
}

.form fieldset.semi_float legend {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    margin-bottom: 0;
}

.form fieldset.semi_float label * {
    margin-left: 0;
}

.form fieldset.semi_float label *:first-child {
    float: none;
}

.form fieldset.bdb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.form fieldset.bdt {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.form fieldset.mgl {
    margin-left: 50px;
}

.form fieldset.unify input,
.form fieldset.unify .classic_select {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form fieldset.bd_sep label {
    border-right: 1px solid #ddd;
    padding-right: 5px;
    margin-right: 5px;
}

.form fieldset.bd_sep label:last-child {
    border-right: 0;
}

.form fieldset .cols {
    display: block;
    float: right;
    width: 49%;
}

.form fieldset .cols:first-child {
    float: left;
}

.form fieldset .cols .name {
    margin-left: 0;
}

.form fieldset.search button {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    font-size: 14px;
    color: #333;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.form fieldset.search button:hover {
    color: #83AA2E;
}

.form fieldset.search label input {
    padding-left: 25px;
}

.form fieldset.search.under_style label input {
    padding-left: 0;
    margin-left: 28px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.form .name,
.form legend {
    padding: 0;
    display: block;
    margin: 0 10px;
    min-height: 29px;
    line-height: 29px;
    float: left;
    font-size: 12px;
    color: #333;
}

.form .name.little_mg,
.form legend.little_mg {
    margin: 0 3px;
}

.form .name i,
.form legend i {
    font-size: 18px;
    color: #666;
    width: 20px;
}

.form .name em,
.form legend em {
    color: #666;
}

.form .name.no_size,
.form legend.no_size {
    margin-right: 10px;
}

.form .name.tac,
.form legend.tac {
    text-align: center;
}

.form .name.autoheight,
.form legend.autoheight {
    height: auto;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 20px;
}

.form .name.no_mgl,
.form legend.no_mgl {
    margin-left: 0;
}

.form .name.strong,
.form legend.strong {
    font-weight: bold;
}

.form .name.forced_align,
.form legend.forced_align {
    margin-right: 0;
}

.form legend {
    margin: 0;
}

.form .clear + label {
    /*
          .name:first-child {
          margin-left: 0;
          }
          */
}

.form .clear + label .classic_select:first-child {
    margin-left: 0;
}

.form .white .name,
.form .white legend {
    color: #fff;
}

.form .white .name em,
.form .white legend em {
    color: #35A8E0;
}

.form .icon {
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 0 3px;
    font-size: 30px;
    color: #666;
}

.form .icon a {
    color: #35A8E0;
}

.form .icon a .fa-plus-square,
.form .icon a .fa-plus {
    color: yellowgreen;
}

.form .icon a .fa-plus-square:hover,
.form .icon a .fa-plus:hover {
    color: green;
}

.form .icon a .fa-times-circle,
.form .icon a .fa-times {
    color: #666;
}

.form .icon a .fa-times-circle:hover,
.form .icon a .fa-times:hover {
    color: red;
}

.form .icon a:hover i {
    color: yellowgreen;
}

.form .icon.delete {
    display: none;
}

.form .icon.small {
    font-size: 14px;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="date"],
.form input[type="email"] {
    display: block;
    height: 27px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 3px;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.form input[type="text"][readonly],
.form input[type="password"][readonly],
.form input[type="number"][readonly],
.form input[type="tel"][readonly],
.form input[type="date"][readonly],
.form input[type="email"][readonly],
.form input[type="text"].readonly,
.form input[type="password"].readonly,
.form input[type="number"].readonly,
.form input[type="tel"].readonly,
.form input[type="date"].readonly,
.form input[type="email"].readonly {
    border-color: transparent !important;
    background-color: #fff !important;
}

.form input[type="text"].picker__input,
.form input[type="password"].picker__input,
.form input[type="number"].picker__input,
.form input[type="tel"].picker__input,
.form input[type="date"].picker__input,
.form input[type="email"].picker__input {
    border-color: #ccc !important;
    cursor: text;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="tel"]:focus,
.form input[type="date"]:focus,
.form input[type="email"]:focus {
    border-color: #ddd;
}

.form .classic_select {
    margin: 0 3px;
    float: left;
}

.form .classic_select:first-child {
    margin-left: 0;
}

.form .classic_file {
    margin: 0 3px;
    float: left;
}

.form .classic_file:first-child {
    margin-left: 0;
}

.form label:first-child input[type="text"]:first-child,
.form label:first-child input[type="password"]:first-child,
.form label:first-child input[type="number"]:first-child,
.form label:first-child input[type="tel"]:first-child,
.form label:first-child input[type="date"]:first-child,
.form label:first-child input[type="email"]:first-child {
    margin-left: 0;
}

.form .full {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    clear: both;
}

.form .full input[type="text"],
.form .full input[type="password"],
.form .full input[type="number"],
.form .full input[type="tel"],
.form .full input[type="date"],
.form .full input[type="email"],
.form .full .classic_select {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.form .to_the_right input[type="text"],
.form .to_the_right input[type="password"],
.form .to_the_right input[type="number"],
.form .to_the_right input[type="tel"],
.form .to_the_right input[type="date"],
.form .to_the_right input[type="email"],
.form .to_the_right .classic_select {
    margin-right: 0;
}

.form .clear + input[type="text"],
.form .clear + input[type="password"],
.form .clear + input[type="number"],
.form .clear + input[type="tel"],
.form .clear + input[type="email"],
.form .clear + input[type="date"],
.form .clear + .classic_select,
.form .clear + .classic_file {
    margin-left: 0;
}

.form .label_group {
    float: left;
}

.form .label_group > label,
.form .label_group .relay > label {
    float: none;
}

.form .label_group.float_ctn > label,
.form .label_group.float_ctn .relay > label {
    float: left;
}

.form .label_group fieldset {
    margin: 0;
}

.form .label_group .classic_select {
    margin-bottom: 3px;
}

.form textarea {
    display: block;
    border: 1px solid #ccc;
    float: left;
    margin: 0 3px;
    padding: 5px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    min-height: 100px;
    height: 100px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.form textarea[disabled=disabled] {
    background-color: #eee;
}

.form .clear + textarea {
    margin-left: 0;
}

.form .textarea {
    border: 1px solid #ccc;
    display: block;
    clear: both;
}

.form .textarea.no_wrap {
    border: none;
}

.form .textarea.no_wrap textarea {
    padding: 0;
    width: 100%;
}

.form .textarea textarea {
    border: none;
    float: none;
    margin: 0;
    padding: 10px 1%;
    width: 98%;
    max-width: 98%;
    min-width: 98%;
}

.form.off_form .classic_select {
    background: none;
    background-color: #eee;
    border: 1px solid #ccc;
}

.form.off_form .checkskin {
    cursor: default;
}

.form.off_form .checkskin .input {
    background-color: #eee;
    color: #eee;
    border: 1px solid #ccc;
}

.form.off_form .checkskin.checked .input {
    background-color: #aaa;
    border: none;
}

.form.off_form input[type="text"],
.form.off_form input[type="password"],
.form.off_form input[type="number"],
.form.off_form input[type="tel"],
.form.off_form input[type="email"],
.form.off_form input[type="date"] {
    background-color: #eee;
}

.form.off_form .delete {
    display: none !important;
}

.form.off_form .duplicate {
    display: none !important;
}

.form.off_form label.clone .delete {
    display: none;
}

/* form */
@media all and (max-width: 600px) {
    .form > label .classic_select,
    .form > label .classic_file,
    .form > label input[type="text"],
    .form > label input[type="password"],
    .form > label input[type="number"],
    .form > label input[type="tel"],
    .form > label input[type="date"],
    .form > label input[type="email"] {
        margin-left: 0;
        margin-right: 0;
        float: none;
        clear: both;
        max-width: 90%;
    }

    /* .form */
}

.clear {
    display: block;
    clear: both;
}

#autoloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/trans/loader.png);
    z-index: 9999;
    display: none;
}

#autoloader i {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    cursor: default;
}

.autopopup {
    background-image: url(../img/trans/b.png);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

.autopopup.test {
    display: block;
}

.autopopup.r5 .margin_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.autopopup.r10 .margin_wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.autopopup.r15 .margin_wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.autopopup.r20 .margin_wrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.autopopup.r25 .margin_wrapper {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.autopopup.r30 .margin_wrapper {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.autopopup.r35 .margin_wrapper {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}

.autopopup.r40 .margin_wrapper {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.autopopup.r45 .margin_wrapper {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
}

.autopopup.r50 .margin_wrapper {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.autopopup .center_wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
}

.autopopup .hor_wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    display: table;
}

.autopopup.w100 .hor_wrapper {
    width: 100px;
    left: -50px;
}

.autopopup.w200 .hor_wrapper {
    width: 200px;
    left: -100px;
}

.autopopup.w300 .hor_wrapper {
    width: 300px;
    left: -150px;
}

.autopopup.w400 .hor_wrapper {
    width: 400px;
    left: -200px;
}

.autopopup.w500 .hor_wrapper {
    width: 500px;
    left: -250px;
}

.autopopup.w600 .hor_wrapper {
    width: 600px;
    left: -300px;
}

.autopopup.w700 .hor_wrapper {
    width: 700px;
    left: -350px;
}

.autopopup.w800 .hor_wrapper .hor_wrapper {
    width: 800px;
    left: -400px;
}

.autopopup.w900 .hor_wrapper {
    width: 900px;
    left: -450px;
}

.autopopup.w1000 .hor_wrapper {
    width: 1000px;
    left: -500px;
}

.autopopup .vert_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.autopopup .margin_wrapper {
    background-color: #fff;
    overflow: auto;
}

.autopopup .content_wrapper {
    position: relative;
}

.autopopup.m5 .content_wrapper {
    margin: 5px;
}

.autopopup.m10 .content_wrapper {
    margin: 10px;
}

.autopopup.m15 .content_wrapper {
    margin: 15px;
}

.autopopup.m20 .content_wrapper {
    margin: 20px;
}

.autopopup.m25 .content_wrapper {
    margin: 25px;
}

.autopopup.m30 .content_wrapper {
    margin: 30px;
}

.autopopup.m35 .content_wrapper {
    margin: 35px;
}

.autopopup.m40 .content_wrapper {
    margin: 40px;
}

.autopopup.m45 .content_wrapper {
    margin: 45px;
}

.autopopup.m50 .content_wrapper {
    margin: 50px;
}

.autopopup .cross {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    cursor: pointer;
    color: #333;
}

.autopopup .cross:hover {
    color: #35A8E0;
}

.autopopup .cross i {
    position: relative;
    top: -2px;
    font-size: 20px;
}

.autopopup .popup_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #35A8E0;
    padding-right: 20px;
}

.autopopup .popup_buttons {
    overflow: hidden;
}

.autopopup .popup_buttons .left,
.autopopup .popup_buttons .right {
    float: left;
    width: 50%;
}

.autopopup .popup_buttons .left.right > *,
.autopopup .popup_buttons .right.right > * {
    float: left;
    margin-left: 2px;
}

.autopopup .popup_buttons .left.left > *,
.autopopup .popup_buttons .right.left > * {
    float: right;
    margin-right: 2px;
}

.autopopup .popup_cancel,
.autopopup .popup_validate {
    padding: 7px;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #666;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 5px;
    border: none;
}

.autopopup .popup_cancel:hover,
.autopopup .popup_validate:hover {
    background-color: #000 !important;
}

.autopopup .popup_cancel.popup_validate,
.autopopup .popup_validate.popup_validate {
    background-color: #35A8E0;
}

.autopopup .popup_cancel.big_icons_mode,
.autopopup .popup_validate.big_icons_mode {
    font-weight: bold;
    float: none !important;
    display: block;
}

.autopopup .popup_cancel.big_icons_mode i,
.autopopup .popup_validate.big_icons_mode i {
    display: block;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}

@media all and (max-width: 1050px) {
    .autopopup.w1000 .hor_wrapper {
        width: 900px;
        left: -450px;
    }
}

@media all and (max-width: 950px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper {
        width: 800px;
        left: -400px;
    }
}

@media all and (max-width: 850px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper {
        width: 700px;
        left: -350px;
    }
}

@media all and (max-width: 750px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper {
        width: 600px;
        left: -300px;
    }
}

@media all and (max-width: 650px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper,
    .autopopup.w600 .hor_wrapper {
        width: 500px;
        left: -250px;
    }
}

@media all and (max-width: 550px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper,
    .autopopup.w600 .hor_wrapper,
    .autopopup.w500 .hor_wrapper {
        width: 400px;
        left: -200px;
    }
}

@media all and (max-width: 450px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper,
    .autopopup.w600 .hor_wrapper,
    .autopopup.w500 .hor_wrapper,
    .autopopup.w400 .hor_wrapper {
        width: 300px;
        left: -150px;
    }
}

/* popup */
/*
<div class="illu_prop">
	<img class="template" src="<?php echo $pathLinkFile; ?>img/ratio/3_2.png">
	<span class="illu">
		<img class="full_width" src="<?php echo $pathLinkFile; ?>img/dfsdfsdf.jpg">
	</span>
</div>
*/
.illu_prop {
    position: relative;
    display: block;
}

.illu_prop.bd {
    border: 1px solid #ccc;
}

.illu_prop img.template {
    display: block;
    width: 100%;
}

.illu_prop img.shadow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.illu_prop.autopadding .illu {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.illu_prop .illu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.illu_prop .illu > span {
    display: table;
    width: 100%;
    height: 100%;
}

.illu_prop .illu > span > span {
    display: table-cell;
    vertical-align: middle;
}

.illu_prop .illu > span > span img {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
}

.illu_prop .illu img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
}

.illu_prop .illu img.full_width {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
}

#mobile_menu .navbar > li:first-child a {
    border-top: 0;
}

#mobile_menu .navbar > li > a,
#mobile_menu .navbar > li > span {
    border-top: 1px solid #ddd;
    display: block;
    padding: 20px 5px;
    font-size: 18px;
    color: #333;
    margin: 0 15px;
}

#mobile_menu .navbar > li > a i,
#mobile_menu .navbar > li > span i {
    font-size: 30px;
    vertical-align: middle;
}

#mobile_menu .navbar > li > a i.down,
#mobile_menu .navbar > li > span i.down {
    float: right;
    font-size: 24px;
}

#mobile_menu .navbar > li > span::selection {
    background: transparent;
}

#mobile_menu .navbar > li > span::-moz-selection {
    background: transparent;
}

#mobile_menu .navbar > li.open > a,
#mobile_menu .navbar > li.open > span {
    color: #83AA2E;
}

#mobile_menu .navbar > li.open > a i.down,
#mobile_menu .navbar > li.open > span i.down {
    color: #35A8E0;
}

#mobile_menu .navbar > li.open .submenu {
    display: block;
}

#mobile_menu .submenu {
    background-color: #83AA2E;
    display: none;
}

#mobile_menu .submenu > li:first-child a {
    border-top: 0;
}

#mobile_menu .submenu > li > a {
    border-top: 1px solid #fff;
    display: block;
    padding: 15px 5px;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

.online-editing {
    position: relative;
}

.online-editing .mce-edit-focus {
    outline: none;
    background-image: url(../img/trans/text-edit.png);
}

.online-editing button {
    background-color: #83AA2E;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    font-size: 10px;
    line-height: 9px;
    padding: 2px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 3;
    font-family: "Verdana", sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.online-editing button:hover {
    background-color: #3f6600;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_wrapper .row {
    overflow-x: auto;
}

.dataTables_wrapper td {
    vertical-align: middle !important;
}

.dataTables_wrapper .dataTables_info {
    display: none;
}

.dataTables_wrapper .search {
    text-align: center;
}

.dataTables_wrapper .dt-buttons {
    position: absolute;
    top: 0px;
    right: 0;
}

.dataTables_wrapper .dataTables_filter {
    position: relative;
    top: 5px;
}

@media all and (max-width: 800px) {
    .dataTables_wrapper .dt-buttons {
        position: static;
    }

    .dataTables_wrapper .dataTables_filter {
        top: 0;
    }
}

.small-input-group {
    width: 100px;
}

.small-input {
    width: 70px;
}

.input-off {
    display: none;
}

.avatar-ctn-hover {
    position: relative;
    display: block;
    cursor: pointer;
}

.avatar-ctn-hover .cover {
    background-color: rgba(92, 184, 92, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.avatar-ctn-hover .cover i {
    color: #fff;
    font-size: 40px;
}

.avatar-ctn-hover:hover .cover {
    display: flex;
}

.avatar-img {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.scan-zone {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: auto;
    max-width: 400px;
    position: relative;
    margin-bottom: 15px;
}

.scan-zone .aiming {
    border: 10px solid #000;
    margin: 10px;
}

.scan-zone .aiming > img {
    display: block;
    width: 100%;
}

.scan-zone .cover-hor {
    position: absolute;
    top: 30%;
    height: 40%;
    background-color: #fff;
    left: 0;
    width: 100%;
}

.scan-zone .cover-vert {
    position: absolute;
    left: 20%;
    width: 60%;
    background-color: #fff;
    top: 0;
    height: 100%;
}

.scan-zone .content {
    position: absolute;
    top: 18%;
    left: 20%;
    width: 60%;
    height: 64%;
}

.scan-zone .content.barcode {
    background-image: url(../img/barcode.png);
    background-size: 100%;
}

.scan-zone .content input {
    border: none;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 25px;
}

.scan-zone .load-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}

.scan-zone .load-icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 50px;
    position: relative;
    left: -30px;
    top: -30px;
}

.scan-zone.loading .content > * {
    display: none;
}

.scan-zone.loading .load-icon {
    display: block;
}

/* rend une image responsive verticalement, ce qui n'est pas le cas de la class bootstrap */
/* pas utile si .datatable .embed-responsive car c'est mis par defaut */
.embed-responsive-img {
    max-height: 100%;
    max-width: 100%;
}

/* option pour rajouter un bd, pas utile si ".datatable .embed-responsive" car le css en met un par defaut */
.embed-responsive-bd {
    border: 1px solid #ddd;
}

/* utilisé pour la mise en forme des petites images dans un grand tableau */
/* ne marche que dans le cas d'un .datatable */
.table-mini-img {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    width: 100px;
    text-align: center;
    font-size: 0;
    box-sizing: content-box;
}

.table-mini-img img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
}

.classic-mgb {
    margin-bottom: 15px;
}

.classic-mgt {
    margin-top: 15px;
}

.color-shower-bullet {
    height: 28px;
    width: 28px;
    display: block;
    margin: auto;
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-indent: -200px;
    font-size: 6px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-alpha {
    display: none !important;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

html,
body {
    position: relative;
    background-color: #F2F4F7;
}

/*
#window {
height: 100%;
display: flex;
flex-direction: column;
}

*/
#main_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    display: flex;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    flex-basis: 60px;
    z-index: 999;
    overflow: hidden;
}

#main_header #toggle_main_menu_btn {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    display: none;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 60px;
}

#main_header .logo_zone {
    height: 60px;
    line-height: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 250px;
    font-size: 0;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
}

#main_header .logo_zone img {
    max-height: 56px;
    max-width: 250px;
}

#main_header .notifications_zone {
    font-size: 0;
    flex-grow: 1;
    height: 60px;
}

#main_header .notifications_zone .notification-item {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    position: relative;
}

#main_header .notifications_zone .notification-item i {
    font-size: 22px;
    color: #999999;
    margin-right: 2px;
}

#main_header .notifications_zone .notification-item .text {
    color: #333;
}

#main_header .notifications_zone .notification-item .info {
    background-color: #F41E33;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    padding: 0 5px;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
}

#main_header .notifications_zone.icon_mode .notification-item .text {
    display: none;
}

#main_header .connection_zone {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: #333;
    text-align: right;
}

#main_header .connection_zone a {
    display: block;
}

#main_header .connection_zone a span {
    margin-right: 5px;
}

@media all and (max-width: 1500px) {
    #main_header #toggle_main_menu_btn {
        display: block;
    }

    #main_header .logo_zone {
        flex-basis: auto;
    }

    #main_header .logo_zone img {
        max-width: 130px;
    }
}

@media all and (max-width: 600px) {
    #main_header .connection_zone .name {
        display: none;
    }

    #main_header .connection_zone a {
        font-size: 18px;
    }

    #main_header .connection_zone a span {
        display: none;
    }
}

/*
#middle_window {
flex-grow: 1;
display: flex;
position: relative;
flex-direction: column;
background-color: @couleur_fond_site;
}
*/
#main_menu {
    width: 250px;
    background-color: white;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    transition: left 0.4s;
    z-index: 888;
}

#main_menu .head_safe_zone {
    flex-basis: 60px;
    flex-shrink: 0;
    flex-grow: 0;
}

#main_menu .avatar_zone {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    text-align: center;
    flex-basis: 170px;
    flex-shrink: 0;
    flex-grow: 0;
}

#main_menu .avatar_zone .avatar_zone_img {
    margin: auto;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

#main_menu .avatar_zone .avatar_zone_img img {
    display: block;
    width: 100%;
}

#main_menu .avatar_zone .profil_link {
    display: inline-block;
    margin-top: 5px;
    color: #35A8E0;
}

#main_menu .links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    flex-grow: 1;
}

#main_menu .links > li {
    border-left: 0px solid #ddd;
}

#main_menu .links > li > a {
    display: block;
    padding: 7px 15px;
    padding-right: 10px;
    position: relative;
    color: #666;
    text-decoration: none;
}

#main_menu .links > li > a i {
    display: inline-block;
    width: 22px;
    font-size: 20px;
    text-align: left;
}

#main_menu .links > li > a .arrow {
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #666 !important;
}

#main_menu .links > li > a:hover {
    text-decoration: none;
    background-color: #eceef0;
}

#main_menu .links > li.orange {
    border-color: orange;
}

#main_menu .links > li.orange > a i {
    color: orange;
}

#main_menu .links > li.blue {
    border-color: #35A8E0;
}

#main_menu .links > li.blue > a i {
    color: #35A8E0;
}

#main_menu .links > li.pink {
    border-color: #F096BF;
}

#main_menu .links > li.pink > a i {
    color: #F096BF;
}

#main_menu .links > li.green {
    border-color: #44B5A0;
}

#main_menu .links > li.green > a i {
    color: #44B5A0;
}

#main_menu .links > li.violet {
    border-color: blueViolet;
}

#main_menu .links > li.violet > a i {
    color: blueViolet;
}

#main_menu .links > li.red {
    border-color: red;
}

#main_menu .links > li.red > a i {
    color: red;
}

#main_menu .links .submenu {
    display: none;
    background-color: #F5F6F7;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#main_menu .links li.open {
    background-color: #F5F6F7;
    border-left-width: 5px;
}

#main_menu .links li.open > a {
    padding-left: 10px;
}

#main_menu .links li.open > a .arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 15px;
}

#main_menu .links li.open .submenu {
    display: block;
}

#main_menu .links li.open .submenu li a {
    display: block;
    padding: 5px 10px;
    padding-left: 15px;
}

#main_menu .links li.open .submenu li a:hover {
    text-decoration: none;
    background-color: #eceef0;
}

@media all and (max-width: 1500px) {
    #main_menu {
        left: -250px;
    }

    #main_menu.open {
        left: 0;
    }
}

#main_body {
    display: flex;
    flex: 1;
    margin-left: 250px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

#main_body #main_menu_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}

#main_body > .wrapper {
    margin: 15px;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

#main_body > .wrapper .lang {
    position: absolute;
    top: 20px;
    right: 0;
    list-style-type: none;
}

#main_body > .wrapper .lang li {
    float: left;
    margin-left: 5px;
}

#main_body > .wrapper .lang li a {
    color: #666;
    font-size: 16px;
}

#main_body > .wrapper .lang li.selected a {
    color: #35A8E0;
}

#main_body > .wrapper .lang li:hover a {
    text-decoration: underline;
}

#main_body h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #666;
    font-weight: 500;
    flex-basis: 60px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main_body #main_content {
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media all and (min-width: 1500px) {
    #main_body #main_menu_mask {
        display: none !important;
    }
}

@media all and (max-width: 1500px) {
    #main_body {
        margin-left: 0;
    }
}

@media all and (max-width: 700px) {
    #main_body > .wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    #main_body #main_content {
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }
}

#chat_listing .chat_item {
    display: none;
}

#chat_listing .chat_visible {
    display: block;
}

#historical_listing .historical_item {
    display: none;
}

#historical_listing .historical_visible {
    display: block;
}

.xdsoft_datetimepicker {
    margin-top: -60px;
}

#error_404 {
    text-align: center;
    font-size: 20px;
    color: #666;
    padding-bottom: 300px;
}

#error_404 i {
    color: #35A8E0;
    font-size: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#calendar {
    position: relative;
}

#calendar #loader_calendar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

#calendar #loader_calendar i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #fff;
}

#events-popup .select2 {
    width: 100% !important;
}

#events-popup .select2 .select2-selection {
    border: 1px solid #ccc;
}

#events-popup .form-inline .form-group {
    margin-right: 3px;
}

#events-popup .form-inline .form-group label {
    margin-right: 3px;
}
