.light-logo {
    max-height: 170px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.error_ajax_custom {
    width: 100%;
}

/*UTILITIES*/

.width100 {
    width: 100%;
}

.display-inline-block {
    display: inline-block;
    vertical-align: middle;
}

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

.text-bold {
    font-weight: bold;
}

.position-relative {
    position: relative;
}

.row-eq-height {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-eq-height-top {
    display: flex;
    align-items: top;
}

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

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

.bg-white {
    background-color: #FFF;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*fine utilities*/
.select2-selection {
    height: auto !important;
    border-radius: 0px !important;
}

.select2-selection__arrow {
    top: 50% !important;
    margin-top: -13px;
}

.select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: inherit !important;
}

/**/
.back_cms {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
}
.h2_title_cms{
    width: auto;
    display: inline-block;
}

.limenu_label:not([href]):not([tabindex]) {
    color: #a7b1c2;
}

.limenu_label.without_child {
    background: #293846;

}

.page-wrapper > .container-fluid {
    min-height: calc(100vh - 145px);
}

.logo_login {
    max-width: 100%;
    max-height: 130px;
    margin-bottom: 30px;
}

.menu-right-elem {
    margin-left: 0;
}

.intMenu {

}

.help-block {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    font-style: italic;
}

.invalid-feedback {
    display: block;
}

#main-wrapper.mini-sidebar .logo-text {
    display: none;
}

#main-wrapper.mini-sidebar .logo-icon {
    display: block;
}

#main-wrapper .logo-text {
    display: block;
}

#main-wrapper .logo-icon {
    display: none;
    margin: 0;
}

.footer {
    background-color: white;
}

.img-list-admin {
    max-width: 150px;
}

.file-list-admin {
    font-size: 35px;
}

.custom_textarea{
    resize: none;
}








.select2-container {
    width: 100% !important;
}
.select2-container--open .select2-dropdown {
    left: 0;
    z-index: 999999999;
}

.sinoswitch .onoffswitch-inner::before {
    content: "Sì" !important;
    text-transform: uppercase;
}
.sinoswitch .onoffswitch-inner::after {
    content: "NO" !important;
}




.c-custom-checkbox {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.c-custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 15px;
    width: 15px;
    padding: 0;
    border: 0;
    left: 0;
}
.c-custom-checkbox .c-custom-checkbox__img {
    position: relative;
    left: 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.c-custom-checkbox input[type=checkbox]:checked + .c-custom-checkbox__img {
   /* background-position: 0 0;
    background-color: tomato;*/
}

.c-custom-checkbox input[type=checkbox]:checked + .c-custom-checkbox__img::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.c-custom-checkbox .c-custom-checkbox__img::after {
    display: inline-block;
    position: absolute;
    left: 1px;
    top: -1px;
    font-size: 11px;
    color: #555555;
}


.sk-loading.edit_loading {
    position: relative;
    min-height: 200px;
}

.sk-loading.edit_loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}
.sk-loading.edit_loading::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
