a.logout{
    position: absolute;
    right: 20px;
    top: 5px;
    font-weight: 600;
    text-transform: uppercase; 
}
.legend-con i.admin {
    cursor: pointer;
    color: #1c9ef8;
    text-shadow: 1px 1px 0 #fff;
    z-index: 100;
    font-size: 20px;
    position: absolute;
    left: -7px;
    top: -7px;
}
i.admin-edit.meta-tags{
    top: 24px;
    left: 0px;
    padding: 10px;
/*    background-color: #ffffffb3;*/
}
i.admin-edit.meta-tags ~ i.admin-edit{
    top:70px
}
i.admin-edit span{
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal{
    z-index: 9999;
}
.modal-content{
    border-radius: 0;
}
.modal-body{
    max-height: 600px;
    overflow: auto;
}
.preview-box{
    min-height: 140px;
    display: inline-block;
    background: #e9e9e9;
    width: 100%;
    text-align: center;
    position: relative;
}
.image-preview{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

#seo_seo .form-group{
    display: none;
}
.modal [imagepreview] input[type=file]{
    display: none;
}
.modal .container-fluid{
    padding: 0;
}
.row.grey{
    background-color: #f6f6f6;
}
.modal .row-prototype > div > p {
    margin: 2px 0;
}

.modal .container-fluid >.row{
    margin: 5px 0;
    padding: 5px 0;
}
.row-rotate{
    transform: rotate(-90deg);
    width: 140px;
    position: absolute;
    left: -32px;
    top: 40px;
    font-size: 17px;
}
.modal-dialog{
    width: 800px;
    background-color: #fff;    
}
.preview-box img{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.fa-times{
    color: red;
    font-size: 20px;
}
.fa-picture-o{
    font-size: 110px;
    background-color: #d8d8d8;
    padding: 13px 0;
    width: 100%;
    text-align: center;
}
.regular-checkbox {display: none;}
.regular-checkbox + label {
    background-color: #fafafa;
    border:2px solid #02b2a8;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin: 0 5px -5px 0;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
    background-color: #00b2a8;
    color: #fff;
}
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff;
}



.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}

/* RADIO */

.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio:checked + label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}




.modal-body .form-group .form-group{
    margin: 0px;
}
.modal-langue-bar>li>a:hover,
.modal-langue-bar>li>a:active,
.modal-langue-bar>li>a:focus{
    text-decoration: none;
}
.modal-langue-bar>li.active a{
    color: #fff;
    background-color: #a7d303;
}
.modal-langue-bar>li>a{
    font-size: 16px;
    line-height: 1em;
    font-weight: 800;
    color:#fff;
    padding: 4px 8px;
    display: inline-block;
    text-transform: uppercase;
    width: 37px;
    cursor: pointer;
}
.modal-langue-bar{
    position: absolute;
    right: 50px;
    top: 16px;
}
.modal-langue-bar>li{
    float: left;
    display:inline-block;
    list-style: none;
}
i.admin-edit{
    z-index: 9999;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: #0062ff;
    text-shadow: 1px 1px 1px #fff;
    cursor:pointer;
}

#editor-modal .wait{
    z-index: 9999;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    text-align: center;
    vertical-align: middle;
}
#editor-modal .wait-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#editor-modal h2{
    /*    color: #fff;
        font-size: 52px;*/
}
#editor-modal .wait img{
    width:100px;
}
.modal-header{
    background-color: #00b2a8;
    color: #fff;
    text-transform: uppercase;
}
.modal-body input,
.form-control{
    border-color: #00b2a8;
    border-radius: 0px;
    border-width: 2px;
}
.modal-body label{
    color: #4c4c4c;
}
.modal-body label+label{
    padding-top: 8px;
}
.modal .btn{
    background-color: #a6d300;
    border-width: 0px;
    padding: 5px 18px;
    font-size: 15px;
    color: #fff;
    border-radius: 0
}
.modal-body .mce-tinymce{
    border-width: 2px !important;
    border-color: #00b2a8;
}
.modal-body .form-group.has-error .mce-tinymce{
    border-color: #a94442;
}
.modal-body .mce-panel{
    background-color:#00b2a8;
}
.modal-body .mce-btn{
    background-color: inherit;
}
.modal-body .success{
    text-align: center;
    color: #00b2a8;
}
.modal article.admin{
    background-color: #fff;
    padding: 0 30px;
    margin: 0 -15px;
}
.modal .false-heading label{
    display: none;
}
.modal .false-heading input{
    color: inherit;
    font-size: inherit;
    border-width: inherit;
    padding: 0;
    text-transform: inherit;
    box-shadow: none;
}
.modal  .main-img-box{
    width: 1000px;
    height: 430px;
    overflow: hidden;
}
.modal  .min-img-box{
    width: 220px;
    height: 148px;
}
.modal .mindle-img  {
    padding: 0 160;  
}
.modal .remove-image{
    display:none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 39px;
}
.modal .empty-image  img{
    display:none;
}
.modal .empty-image.can-remove  img{
    display:inline;
}
.modal .empty-image.can-remove .remove-image{
    display:block;
}
.modal .empty-image.can-remove .add-image{
    display:none;
}
.modal .min-img-box .add-image{
    padding-top: 28px;
}
.modal .empty-image img{
    width: 100%;
    display:none;
}

.modal .main-img-box  span i{
    font-size: 72px;
    cursor: pointer;
}
.modal .main-img-box  i.fa-picture-o{
    font-size: 300px;
}
.modal .min-img-box  span i{
    font-size: 48px;
    cursor: pointer;
}
.modal .main-img-box  span p{
    font-size: 36px;
}
.modal .min-img-box  span p{
    font-size: 28px;
}
.modal span.add-image{
    cursor:pointer;
    display: inline-block;
}

