﻿@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Black.ttf);
    font-weight:900;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Thin.ttf);
    font-weight: 100;
}


@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-MediumItalic.ttf);
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-BoldItalic.ttf);
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-BlackItalic.ttf);
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf);
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf);
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}



:focus {
    outline: none !important;
}
body {
    background-color: #fff;
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    /*font-family: 'Segoe UI';*/
    font-family: Montserrat;
    overflow-x: hidden;
}
/*body {
    opacity: 0;
    transition: opacity 0.6s;
}
    body.render {
        opacity: 1;
    }*/

textarea {
    resize: vertical;
}
.container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.navbar-eplay {
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    z-index: 999 !important;
    /*padding-left: 10px !important;
    padding-right: 10px !important;*/
    margin-bottom: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    /*background-color: #fff;*/
    background-color: #383b3d;
}

.navbar-inverse {
    /*background-color: #fff;*/
    background-color: #383b3d;
    border: none;
    border-radius: 0;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #aaa;
    }
.tile-menu {
    /*background-color: #FFFF00;*/
    /*display: inline-block;*/
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
}

    .tile-menu button {
        background-color: #E2B231;
        border: none;
        font-size: 16px;
        color: #000;
        margin: auto;
        width: 50px;
        height: 50px;
    }

        .tile-menu button > img {
            width: 50%;
        }

/*og-grid*/

.og-grid {
    list-style: none;
    padding: 0 2px 4px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
    .og-grid > ul {
        margin: 0;
        padding: 0;
        width: 312px;
        margin-left: auto;
        margin-right: auto;
    }
    .og-grid > li:last-child {
        margin-bottom: 85px;
    }
        .og-grid > ul.title::before {
            content: attr(data-title);
            display: block;
            margin: 4px 2px 0 2px;
            text-align: center;

            font-size: 14px;
            background: #E2B231;
            padding: 7px 5px 7px 25px;
            font-weight: bold;
            position: relative;
        }
        .og-grid > ul:not(:nth-child(1)).title::before {
            margin: 16px 2px 0 2px;
        }
    .og-grid li {
        display: inline-block;
        margin: 4px 2px 0 2px;
        vertical-align: top;
        /*height: 100px;*/
        width: 100px;
        text-align: center;
    }
    .og-grid.expanded > li:not(.active){
        opacity: 0.5;
    }

        .og-grid li > a {
            background-color: #383b3d;
        }

        .og-grid li > a {
            height: 100px;
            width: 100px;
            color: #E2B231;
            padding: 15px 0;
            font-size: 12px;
        }
            .og-grid li > a:hover, .og-grid li > a:focus {
                text-decoration: none;
            }

            .og-grid li > a,
            .og-grid li > a img {
                border: none;
                outline: none;
                display: block;
                position: relative;
            }

                .og-grid li > a img {
                    height: 30px;
                    margin: 0 auto 20px auto;
                }
        .og-grid li.mb-1,
        .og-grid li.mb-1 > a {
            width: 100px;
        }

        .og-grid li.mb-2,
        .og-grid li.mb-2 > a {
            width: 204px;
        }
        .og-grid li.mb-3,
        .og-grid li.mb-3 > a {
            width: 308px;
        }

        .og-expander {
            position: absolute;
            background: #ddd;
            top: auto;
            left: 0;
            width: 100%;
            margin-top: 10px;
            text-align: left;
            height: 0;
            overflow: hidden;
        }

.active a.dropdown-toggle {
    background: #E2B231;
    color: #383b3d;
    font-weight: bold;
}
.og-expander-inner {
    padding: 0;
    height: 100%;
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .og-close::before,
    .og-close::after {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #888;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .og-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .og-close:hover::before,
    .og-close:hover::after {
        background: #333;
    }

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.og-fullimg {
    text-align: center;
}

    .og-fullimg img {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
    }
.og-details {
    padding: 0 40px 0 20px;
}

    .og-details h3 {
        font-weight: 300;
        font-size: 52px;
        padding: 40px 0 10px;
        margin-bottom: 10px;
    }

    .og-details p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #999;
    }

    .og-details a {
        font-weight: 700;
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 10px 20px;
        border: 3px solid #333;
        display: inline-block;
        margin: 30px 0 0;
        outline: none;
    }

        .og-details a::before {
            content: '\2192';
            display: inline-block;
            margin-right: 10px;
        }

        .og-details a:hover {
            border-color: #999;
            color: #999;
        }

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
    0% {
        background: #ddd;
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@-moz-keyframes loader {
    0% {
        background: #ddd;
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@keyframes loader {
    0% {
        background: #ddd;
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@media screen and (max-width: 830px) {

    .og-expander h3 {
        font-size: 32px;
    }

    .og-expander p {
        font-size: 13px;
    }

    .og-expander a {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {

    .og-fullimg {
        display: none;
    }

    .og-details {
        float: none;
        width: 100%;
    }
}

/*end og-grid*/


.sidemenu-right {
    display: block !important;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 75px;
    right: -500px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-color: #F6F6F6;
    /*border-left: 1px solid #000;*/
    box-shadow: -5px 0px 10px -5px #888;
    z-index: 990;
    padding: 20px;
}

    .sidemenu-right.open {
        right: 0;
    }

.open .sidemenu-right {
    right: 0;
}

.sidemenu-left {
    display: block !important;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 75px;
    left: -500px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-color: #F6F6F6;
    /*border-left: 1px solid #000;*/
    box-shadow: 0px 0px 10px 0px #888;
    z-index: 990;
    padding: 20px;
}

#pnlMenu.sidemenu-left {
    width: 336px;
    padding: 0;
    left: -500px;
    overflow-y: scroll;
}

    #pnlMenu.sidemenu-left.open,
    .sidemenu-left.open {
        left: 0;
        
    }

.open #pnlMenu.sidemenu-left,
.open .sidemenu-left {
    left: 0;
}

.modal-backdrop.in {
    display: none;
}

.modal-dialog {
    height: 100%;
    margin: 0;
    width: 100%;
}

/*.ep-drawer.open {
    background-color: #fff !important;
    color: #000 !important;
}*/


.xnavbar-brand {
    color: #fff;
    float: left;
    height: 75px;
    padding: 25px 15px;
    font-size: 26px;
    line-height: 27px;
}

    .xnavbar-brand:hover {
        color: #E2B231;
        text-decoration: none;
    }

.navbar-inverse .navbar-nav > li > a:focus {
    background-color: initial;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover:focus {
    background-color: initial;
    color: yellow;
}

.xnavbar-right a.ep-drawer,
.xnavbar-left a.ep-drawer {
    padding: 0;
    height: 75px;
    width: 75px;
    /*border-left: 1px solid #F6F6F6;*/
    border-bottom: 12.5px solid #383b3d;
    border-top: 12.5px solid #383b3d;
}

    .xnavbar-right a.ep-drawer.xuser,
    .xnavbar-left a.ep-drawer.xuser {
        padding: 0px 12.5px 0px 25px;
        height: 50px;
        width: auto;
        border-left: 1px solid #F6F6F6;
        text-align: right;
        display: inline-flex;
    }

    .xnavbar-right a.ep-drawer img.white,
    .xnavbar-left a.ep-drawer img.white {
        display: block;
    }

    .xnavbar-right a.ep-drawer img.black,
    .xnavbar-left a.ep-drawer img.black {
        display: none;
    }


.ep-drawer.open, .xnavbar-right li:hover, .xnavbar-left li:hover, a.ep-drawer.open:focus {
    color: #000;
}

    .ep-drawer.open, .xnavbar-right li:hover a.ep-drawer, .xnavbar-left li:hover a.ep-drawer {
        border-bottom: 12.5px solid #F6F6F6 !important;
        border-top: 12.5px solid #F6F6F6 !important;
    }

    .ep-drawer.menu.open, .xnavbar-right li:hover a.menu.ep-drawer, .xnavbar-left li:hover a.menu.ep-drawer {
        border-bottom: 12.5px solid transparent !important;
        border-top: 12.5px solid transparent !important;
    }


.ep-drawer.open, .xnavbar-right li a:hover, .xnavbar-left li a:hover, a.ep-drawer.open:focus {
    color: #000 !important;
}

    .ep-drawer.open img.white, .xnavbar-right li:hover a.ep-drawer img.white, a.ep-drawer.open:focus img.white {
        display: none !important;
    }

    .ep-drawer.open img.black, .xnavbar-right li:hover a.ep-drawer img.black, a.ep-drawer.open:focus img.black {
        display: block !important;
    }

.xnavbar-left li:hover a.ep-drawer img.white, .xnavbar-left li:hover a.ep-drawer.open img.white {
    display: block !important;
}

.xnavbar-left li:hover a.ep-drawer img.black, .xnavbar-left li:hover a.ep-drawer.open img.black {
    display: none !important;
}

.ep-drawer.open, .xnavbar-right li:hover, .xnavbar-left li:hover, a.ep-drawer.open:focus {
    background-color: #F6F6F6 !important;
}


.tile-menu .xnavbar-left li:hover, .ep-drawer.menu:focus, .ep-drawer.menu.open, a.ep-drawer.menu.open:focus {
    background-color: #383b3d !important;
}
.xnavbar-right img, .xnavbar-left img {
    height: 30px;
    margin: 7.5px 20px;
}

.tile-menu .xnavbar-left li img {
    transition: transform .2s linear;
}
.tile-menu .xnavbar-left li:hover img {
    /*height: 35px;
    margin: 5.5px 17.5px;*/
    transform: scale(1.1);
}

a.ep-drawer.menu.open:focus {
    /*color: #000;*/
}

.ep-drawer.menu.open, .ep-drawer.menu, .ep-drawer.menu:focus .ep-drawer.menu:hover {
    /*border-bottom: 12.5px solid #E2B231 !important;
    border-top: 12.5px solid #E2B231 !important;
    background-color: #E2B231 !important;*/
}

.lang p {
    margin: -1px 0;
}

.lang a {
    padding: 5px;
    width: 100%;
    border: 1px solid #000;
    display: block;
    background-color: #fff;
    color: #000;
}

.lang p.active a {
    background-color: #E2B231;
    color: #000;
}

.lang > div {
    margin: 5px 0 10px 0;
}

#popup-content .details > div {
    display: inline-block;
    vertical-align: top;
}

#popup-content .details .gallery {
    width: 200px;
}

#popup-content .details .info {
    width: calc(100% - 210px);
}

#popup-content .editor {
    padding: 40px 10px;
}

.xtra-tabs,
.xtra-tabs2,
.xtra-tabs3 {
    width: 100%;
}

.xtra-tabs-header {
    width: 100%;
    background-color: #E2B231;
    position: fixed;
    z-index: 100;
    top: 75px;
    height:50px;
}
    .xtra-tabs-header .xtra-tabs-header-content {
        display:inline-block;
        height:50px;
    }
.xtra-tabs-content {
    margin-top: 125px;
}
.xtra-tabs2-header {
    width: 100%;
    position: relative;
}

.xtra-tabs3-header {
    width: 100%;
    position: relative;
    background-color: #E2B231;
}

.xtra-tab-header {
    padding: 15px 25px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    padding-left: 55px;
    color: #fff;
}
    .xtra-tab-header:first-child {
        padding-left: 36px;
    }
.xtra-tab2-header {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    font-size: 12px;
}

.xtra-tab3-header {
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    /*font-size: 12px;*/
    color: #fff;
}

.xtra-tab-header.active {
    background-color: #fff;
    padding-left: 55px;
    font-weight: bold;
    padding-right: 25px;
    color: #000;
}

.xtra-tab-header:first-child.active {
    background-color: #fff;
    padding-left: 35px;
    font-weight: bold;
    padding-right: 25px;
}

.xtra-tab2-header.active {
    font-weight: bold;
    font-size: 18px;
}

.xtra-tab3-header.active {
    font-weight: bold;
    /*font-size: 18px;*/
    background-color: #fff;
    color: #000;
}


.xtra-tab-header.active::before {
    content: "";
    display: block;
    transform: rotate(45deg);
    border: 18px solid #E2B231;
    position: absolute;
    overflow: hidden;
    top: 7px;
    /* border: 18px solid; */
    left: -18px;
}
.xtra-tab-header:first-child.active::before {
    display: none;
}


.xtra-tab-header::before {
    content: "";
    display: block;
    transform: rotate(45deg);
    border: 18px solid #E2B231;
    position: absolute;
    overflow: hidden;
    top: 7px;
    /* border: 18px solid; */
    left: -18px;
}

.xtra-tab-header.active + .xtra-tab-header::before {
    content: "";
    display: none;
}
.xtra-tab-header:not(:last-child)::after {
    content: "";
    display: block;
    transform: rotate(45deg);
    border: 18px solid #fff;
    position: absolute;
    overflow: hidden;
    top: 7px;
    /* border: 18px solid; */
    right: -23px;
}

.xtra-tab-header.active:not(:last-child)::after {
    content: "";
    display: block;
    transform: rotate(45deg);
    border: 18px solid #fff;
    position: absolute;
    overflow: hidden;
    top: 7px;
    /* border: 18px solid; */
    right: -18px;
}

.xtra-tabs-header .xtra-tabs-actions,
.xtra-tabs3-header .xtra-tabs3-actions {
    display: inline-block;
    position: absolute;
    right: 0;
}

    .xtra-tabs-header .xtra-tabs-actions div {
        width: 120px;
        text-align: center;
        /*padding: 15px;*/
        cursor: pointer;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
        vertical-align: top;
        height: 50px;
        display: inline-table;
    }
        .xtra-tabs-header .xtra-tabs-actions div > span {
            vertical-align: middle;
            display: table-cell;
        }

        .xtra-tabs-header .xtra-tabs-actions div p, {
            vertical-align: middle;
        }

    .xtra-tabs-header .xtra-tabs-actions.responsive {
        width: 50px;
        height: 50px;
        overflow: hidden;
        font-size: 0;
        background: #E2B231;
        position: relative;
        float: right;
    }
        .xtra-tabs-header .xtra-tabs-actions.responsive > *{
            font-size: 14px;
        }

        .xtra-tabs-header .xtra-tabs-actions.responsive::after {
            content: '\f142';
            display: block;
            position: absolute;
            width: 150px;
            height: 50px;
            background: #E2B231;
            font-family: "FontAwesome";
            top: 0;
            left: 0;
            color: black;
            font-size: 18px;
            padding: 13px 20px;
        }
        .xtra-tabs-header .xtra-tabs-actions.responsive.opened::after {
            display: none;
        }

        .xtra-tabs-header .xtra-tabs-actions.responsive.opened {
            height: auto;
            width: 150px;
        }

            .xtra-tabs-header .xtra-tabs-actions.responsive.opened::before {
                content: 'Chiudi';
                position: relative;
                width: 150px;
                height: 50px;
                display: block;
                font-size: 14px;
                padding: 15px 25px;
                cursor: pointer;
                position: relative;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                /* padding-left: 55px; */
                color: #fff;
            }



    .xtra-tabs3-header .xtra-tabs3-actions div {
        width: 70px;
        text-align: center;
        /*padding: 15px;*/
        cursor: pointer;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
        vertical-align: top;
        height: 50px;
        display: inline-table;
    }

        .xtra-tabs3-header .xtra-tabs3-actions div > span {
            vertical-align: middle;
            display: table-cell;
        }

        .xtra-tabs3-header .xtra-tabs3-actions div p {
            vertical-align: middle;
        }

.xtra-action {
    border-left: 1px solid #fff;
}
.xtra-tabs3-actions .xtra-action {
    border-left: none;
}

.xtra-tab,
.xtra-tab2,
.xtra-tab3 {
    display: none;
    padding: 10px;
}

    .xtra-tab.active,
    .xtra-tab2.active,
    .xtra-tab3.active {
        display: block;
    }


.xtra-header-content.responsive {
    width: 150px;
    height: 50px;
    overflow: hidden;
    font-size: 0;
    background: #E2B231;
    position:relative;
}

    .xtra-header-content.responsive .xtra-tab-header::after,
    .xtra-header-content.responsive .xtra-tab-header::before {
        content: '';
        display: none;
    }
    .xtra-header-content.responsive::after {
        content: '\f0c9';
        display: block;
        position: absolute;
        width: 150px;
        height: 50px;
        background: rgba(255,255,255,0);
        font-family: "FontAwesome";
        top: 0;
        left: 0;
        color: black;
        font-size: 18px;
        padding: 13px 20px;
    }
    .xtra-header-content.responsive.opened::after {
        display: none;
    }
    .xtra-header-content.responsive .xtra-tab-header:not(.active) {
        display: none;
    }

    .xtra-header-content.responsive .xtra-tab-header {
        width: 150px;
    }
    .xtra-header-content.responsive .xtra-tab-header.active {
        padding-left: 55px;
    }

    .xtra-header-content.responsive > * {
        padding: 15px 25px;
        vertical-align: top;
        font-size: 14px;
    }
    .xtra-header-content.responsive .xtra-tab-header.active {
        padding-left: 55px;
    }
    .xtra-header-content.responsive.opened .xtra-tab-header.active {
        padding-left: 25px;
    }


    .xtra-header-content.responsive.opened {
        height: auto;
    }
        .xtra-header-content.responsive.opened::before {
            content: 'Chiudi';
            position: relative;
            width: 150px;
            height: 50px;
            display: block;
            font-size: 14px;
            padding: 15px 25px;
            cursor: pointer;
            position: relative;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            /* padding-left: 55px; */
            color: #fff;
        }

        .xtra-header-content.responsive.opened .xtra-tab-header:not(.active) {
            display: inline-block;
        }

.xtra-header-content.responsive {
}




.xtra-toolbar-footer {
    height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #E2B231;
    text-align: center;
    z-index: 100;
}

    .xtra-toolbar-footer .xtra-toolbar-action {
        display: inline-block;
        width: 150px;
        padding: 15px;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    }

        .xtra-toolbar-footer .xtra-toolbar-action.active {
            background-color: #fff;
        }
        .xtra-toolbar-footer .xtra-toolbar-action.selected {
            background-color: #F6CB58;
        }
.xtra-toolbar-footer-content > div {
    display: none;
    height: calc(100vh - 100px);
    width: 100vw;
    background-color: #ffffff44;
    position: fixed;
    top: 0;
    bottom: 50px;
    z-index: 1000;
}
    .xtra-toolbar-footer-content > div.active {
        display: block;
    }
    .xtra-toolbar-footer-content > div > div {
        box-shadow: 0px -3px 11px #00000044;
        height: calc(100% - 160px);
        background-color: #fff;
        position: fixed;
        bottom: 50px;
        width: 100%;
        /*padding: 25px;*/
        overflow-y: auto;
    }





.dataTable th {
    background-color: #dde2e6;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
    .dataTable th::before {
        position: absolute;
        right: 5px;
    }
    .dataTable th.sorting_asc::before {
        content: "\f0de";
        font-family: FontAwesome;
    }
    .dataTable th.sorting_desc::before {
        content: "\f0dd";
        font-family: FontAwesome;
    }
.dataTable td {
    text-align: center;
    padding: 10px;
}

.dataTable tr td {
    background-color: #fff;
}
.dataTable tr.even,
.dataTable tr.even td {
    background-color: #f3f4f8;
}
.dataTable tr.selected td {
    background-color: #a1aec7;
}

.dataTable tr.background-yellow {
    background-color: #FFDE84;
}
.dataTable tr.even.background-yellow {
    background-color: #FFDE84;
}

.top-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #E2B231;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    z-index:100;
}
    .top-button::before {
        content: "\f077";
        font-family: FontAwesome;
        display: block;
    }
.font0 {
    font-size: 0;
}
.xtra-group {
    width: 100%;
    font-size: 0;
    margin-top: 15px;
}
    .xtra-group .split {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .xtra-group p{
        font-size: 14px;
    }
        .xtra-group p.caption {
            width: calc(100% - 30px);
            font-size: 14px;
            background: #E2B231;
            padding: 7px 5px 7px 25px;
            font-weight: bold;
            position: relative;
            cursor: pointer;
            margin: 0 15px;
        }
            .xtra-group p.caption:after {
                content: "";
                display: block;
                position: absolute;
                width: 10px;
                height: 10px;
                border-left: 1px solid #000;
                border-bottom: 1px solid #000;
                transform: rotate(-45deg);
                right: 13px;
                top: 9px;
            }

    .xtra-group.closed p.caption:after {
        transform: rotate(135deg);
        top: 15px;
    }
    .xtra-group .xtra-group-content {
        width: 100%;
    }
    .xtra-group.closed .xtra-group-content {
        display: none;
    }

    .xtra-group:not(.closed):focus-within p.caption, .xtra-group:not(.closed):focus p.caption {
        background: #383b3d;
        color: #fff;
    }
        .xtra-group:not(.closed):focus-within p.caption:after, .xtra-group:not(.closed):focus p.caption:after {
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
.xtra-field {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 15px;
}
    .xtra-field > * {
        width: 100%;
        font-weight: bold;
    }
    .xtra-field > label {
        height: 11px;
        font-size: 12px;
        font-weight: normal;
    }

    .xtra-field input,
    .xtra-field select,
    .xtra-field textarea {
        border: none;
        /*box-shadow: 0 0 2px #888;*/
        border-bottom: 1px solid;
    }

        .xtra-field input[type=checkbox] {
            box-shadow: none;
            position: absolute;
        }
        .xtra-field input[type=button],
        .xtra-field input[type=submit] {
            background: #E2B231;
            border-bottom: none;
        }
            .xtra-field input[type=button]:hover,
            .xtra-field input[type=submit]:hover {
                background: #BD8F14;
            }
    .xtra-field.not-valid input,
    .xtra-field.not-valid textarea,
    .xtra-field.not-valid .xtra-dropdown > span {
        border-bottom: 2px solid red;
    }

    .xtra-field.not-valid .xtra-dropdown input {
        box-shadow: none;
        box-shadow: none;
        border-bottom: none;
    }
    .xtra-field.not-filled input,
    .xtra-field.not-filled textarea,
    .xtra-field.not-filled .xtra-dropdown > span {
        border-bottom: 2px solid #E2B231;
    }
    .xtra-field.not-filled .xtra-dropdown input {
        box-shadow: none;
        border-bottom: none;
    }

.xtra-col12 {
    width: 100%;
}
.xtra-col8 {
    width: calc(66.6% - 0px);
}
.xtra-col6 {
    width: calc(50% - 0px);
}
.xtra-col5 {
    width: calc(41.6% - 0px);
}
.xtra-col4 {
    width: calc(33.3% - 0px);
}
.xtra-col3 {
    width: calc(25% - 0px);
}
.xtra-col2 {
    width: calc(16.6% - 0px);
}
.xtra-col1 {
    width: calc(8.3% - 0px);
}

form,
div.form {
    padding: 10px;
}
input, select {
    height: 35px;
}

.xtra-select {
    width: 100%;
}
    .xtra-select > div {
        display: inline-block;
        vertical-align: top;
        padding: 25px;
        margin: 5px;
        background-color: #E2B231;
        cursor: pointer;
    }
        .xtra-select > div.active {
            background-color: rgb(255, 222, 132);
        }


div.dt-buttons,
div.dataTables_filter {
    display: none;
}

.xtra-popup {
    width: 100vw;
    height: 100vw;
    background-color: #ffffffaa;
    position: fixed;
    top: 0;
    bottom: 50px;
    z-index: 1000;
    display: none;
}
    .xtra-popup.active {
        display: block;
        z-index: 10000;
    }
    .xtra-popup > div {
        box-shadow: 0px 0px 10px #888;
        /*height: 400px;*/
        width: 80%;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .xtra-popup .xtra-popup-title {
        width: 100%;
        /*background-color: #E2B231;*/
        background-color: #383b3d;
        color: #fff;
        padding: 12px 20px;
        /*font-weight: bold;*/
        font-size: 18px;
        cursor: default;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    }
    .xtra-popup .xtra-popup-content {
        width: 100%;
        /*padding: 20px;*/
        overflow-y: auto;
        max-height: 80vh;
        height: 80vh;
        margin-bottom: 50px;
    }
    .xtra-popup .xtra-tabs-header.fixed {
        position: fixed !important;
        top: 48px;
    }
    .xtra-popup .xtra-tabs-header.fixed + .xtra-tabs-content {
        margin-top: 48px !important;
    }
    .xtra-popup .close {
        opacity: 1;
        color: #fff;
    }
        .xtra-popup .close:hover {
            color: #fff;
        }
    .xtra-popup .xtra-tabs-header .xtra-header-content {
        overflow: hidden;
    }

    .popup-gallery {
        width: 19%;
        display: inline-block;
        vertical-align: top;
    }
.popup-fields {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.popup-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
}
.xtra-button {
    padding: 10px 20px;
    background-color: #E2B231;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    cursor: pointer;
    width: 120px;
    text-align: center;
}
    .xtra-button.Right {
        float: right;
    }
    .xtra-button:hover {
        background-color: #F6CB58;
    }


img.xtra-toolbar-icon {
    max-height: 20px;
    margin: 0 5px;
}
.full-width {
    width: 100%;
}

/* CSS3 */

/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

    /* Each of the items in the list */
    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all .3s ease;
        user-select: none;
        font-size: 14px;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }



.green {
    color: green;
}
.red {
    color: red;
}
.bold{
    font-weight: bold;
}

.xtra-filter {
    width: 100%;
}
    .xtra-filter .xtra-filter-label {
        width: 100%;
        background-color: #babec1;
        padding: 10px 15px;
    }
    .xtra-filter .xtra-filter-content {
        font-size: 0;
        height: 50px;
    }
        .xtra-filter .xtra-filter-content.h-75 {
            height: 75px;
        }
        .xtra-filter .xtra-filter-content .xtra-filter-search {
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            width: 150px;
        }
            .xtra-filter .xtra-filter-content .xtra-filter-search input {
                width:  100%;
                height: 50px;
            }

        .xtra-filter .xtra-filter-content .left-button,
        .xtra-filter .xtra-filter-content .right-button {
            position: absolute;
            width: 20px;
            height: 100%;
            background-color: #fff;
            cursor: pointer;
            /*top: 50%;
            transform: translate(0,-50%);*/
        }
            .xtra-filter .xtra-filter-content .left-button.hidden,
            .xtra-filter .xtra-filter-content .right-button.hidden {
                display:none;
            }
            .xtra-filter .xtra-filter-content .left-button:hover,
            .xtra-filter .xtra-filter-content .right-button:hover {
                /*background-color: #00000099;*/
            }
            .xtra-filter .xtra-filter-content .left-button::after,
            .xtra-filter .xtra-filter-content .right-button::after {
                font-family: FontAwesome;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                font-size: 30px;
                /*color: #fff;*/
            }
            .xtra-filter .xtra-filter-content .left-button::after {
                content: "\f104";
            }
            .xtra-filter .xtra-filter-content .right-button::after {
                content: "\f105";
                /*.real-content*/
            }
        .xtra-filter .xtra-filter-content .left-button {
            left: 0;
        }
        .xtra-filter .xtra-filter-content .right-button {
            right: 0;
        }
        .xtra-filter .xtra-filter-content .xtra-filter-contents {
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            width: calc(100% - 150px);
            height: 50px;
            overflow-x: hidden;
            overflow-y: hidden;
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
            -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
            padding: 0 20px;
            position: relative;
        }
            .xtra-filter .xtra-filter-content .xtra-filter-contents > div.real-content {
                height: 50px;
                width: max-content;
                transition: all .2s;
            }
                .xtra-filter .xtra-filter-content .xtra-filter-contents > div.real-content > div {
                    display: inline-block;
                    vertical-align: top;
                    /*padding: 10px 15px;*/
                    width: 120px;
                    text-align: center;
                    display: inline-table;
                    height: 50px;
                }

                    .xtra-filter .xtra-filter-content .xtra-filter-contents > div.real-content > div.hidden {
                        display: none;
                    }
                    .xtra-filter .xtra-filter-content .xtra-filter-contents > div.real-content > div > span {
                        display: table-cell;
                        vertical-align: middle;
                        cursor: pointer;
                        font-weight: bold;
                    }
                    .xtra-filter .xtra-filter-content .xtra-filter-contents > div.real-content > div.selected > span {
                        color: #E2B231;
                    }



.read-only input,
.read-only select,
.read-only textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #888;
    -webkit-appearance: none;
    -moz-appearance: none;
    apearance: none;
    box-shadow: none;
}
    .read-only input[type=checkbox] {
        border-bottom: none;
    }
tr td.details-control::before {
    content: "\f204";
    font-family: FontAwesome;
    cursor: pointer;
}
tr.shown td.details-control::before {
    content: "\f205";
    font-family: FontAwesome;
    cursor: pointer;
}
.tbl-disp * {
    text-align: left;
}

td.align-left {
    text-align: left;
}
td.align-right {
    text-align: right;
}
.tbl-disp tfoot {
    border-top: 1px solid;
}
td.filter-cell {
    padding:0;
    position: relative;
}
td.filter-cell > input {
    width: 100% !important;
    padding: 0 0 0 37px;
    border: none;
}
    td.filter-cell::before {
        content:'';
        display:block;
        position: absolute;
        background: #fff url('../icons/lens.png') center center;
        background-size: contain;
        width: 13px;
        height: 13px;
        top: 10px;
        left: 15px;
    }
    .nofilter td.filter-cell::before {
        content: '';
        display: none;
    }

.page-title {
    position: fixed;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #E2B231;
    z-index: 9999;
    left: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
    .page-title > img {
        max-height: 45px;
        margin-top: 5px;
    }
.xgallery {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
    .xgallery .content {
        width: max-content;
    }
    .xgallery img {
        display: inline-block;
        vertical-align: top;
        height: auto;
    }
    .xgallery .xgallery-left,
    .xgallery .xgallery-right {
        position: absolute;
        width: 20px;
        height: 50px;
        background-color: #00000033;
        cursor: pointer;
        top: 50%;
        transform: translate(0,-50%);
    }
    .xgallery .xgallery-left:hover,
    .xgallery .xgallery-right:hover {
        position: absolute;
        width: 20px;
        height: 50px;
        background-color: #00000099;
        cursor: pointer;
    }
    .xgallery .xgallery-left{
        left: 0;
        z-index:1;
    }
    .xgallery .xgallery-right {
        right: 0;
        z-index: 1;
    }
        .xgallery .xgallery-left::after,
        .xgallery .xgallery-right::after {
            font-family: FontAwesome;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 30px;
            color: #fff;
        }
    .xgallery .xgallery-left::after {
        content: "\f104";
    }

    .xgallery .xgallery-right::after {
        content: "\f105";
    }

.xtra-dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 10000;
    transform: scale(0);
    transition: all 0.5s;
}
    .xtra-dialog.show {
        transform: scale(1);
    }
    .xtra-dialog .xtra-dialog-content {
        width: 70%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        box-shadow: 0 0 10px #ddd;
    }
        .xtra-dialog .xtra-dialog-content .xtra-dialog-title {
            width: 100%;
            /*height: 50px;*/
            background-color: #E2B231;
            padding: 10px 10px;
            font-size: 18px;
        }
        .xtra-dialog .xtra-dialog-content .xtra-dialog-text {
            width: 100%;
            padding: 10px 10px;
        }


button {
    background: none;
    border: none;
    transition: all .5s;
    font-size: 14px;
}
    /*button:hover {
        transform: scale(1.01);
    }*/


.xtra-dropdown {
    position: relative;
}

    .xtra-dropdown > span {
        cursor: pointer;
        /*box-shadow: 0 0 2px #888;*/
        border-bottom: 1px solid;
        display: block;
        padding: 6px 30px 6px 5px;
        height: 35px;
        overflow: hidden;

    }
        .xtra-dropdown > span::after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            background-color: #fff;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
            font-size: 20px;
            width: 30px;
            text-align: center;
        }
        .xtra-dropdown.xtra-active > span::after {
            content: "\f106";
        }
    .xtra-dropdown.xtra-multiple > span > span > span.tagbox-selected {
        /*border: 1px solid;*/
        padding: 3px 20px 3px 5px;
        border-radius: 5px;
        margin: 0 1px;
        position: relative;
        display: inline-block;
    }
        .xtra-dropdown.xtra-multiple > span > span > span.tagbox-selected::after {
            content: '';
            display: block;
            background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right 0px center;
            position: absolute;
            right: 6px;
            top: 3px;
            height: 20px;
            width: 9px;
        }
    .xtra-dropdown.xtra-multiple .xtra-multiple-buttons {
        position: absolute;
        display: none;
        padding: 5px 10px;
        box-shadow: 0 0 2px #888;
        background: #fff;
        width: 100%;
        z-index: 1;
    }
        .xtra-dropdown.xtra-multiple .xtra-multiple-buttons button {
            width: calc(50% - 8px);
            padding: 10px 20px;
            background-color: #E2B231;
            display: inline-block;
            vertical-align: top;
            margin: 4px;
            cursor: pointer;
            text-align: center;
        }
            .xtra-dropdown.xtra-multiple .xtra-multiple-buttons button:hover {
                background-color: #F6CB58;
            }
    .xtra-dropdown.xtra-multiple.xtra-active .xtra-multiple-buttons {
        display: block;
    }
    .xtra-dropdown ul {
        display: none;
        list-style: none;
        padding: 0;
        position: absolute;
        width: 100%;
        max-height: 210px;
        overflow-y: auto;
        /*border-bottom: 1px solid;*/
        background-color: #ffffff66;
        box-shadow: 0 0 2px #888;
        z-index: 1;
    }
        .xtra-dropdown ul li {
            padding: 6px 5px;
            height: 35px;
            margin: 0;
            background-color: #fff;
            width: 100%;
            cursor: pointer;
            box-shadow: 0 0 2px #888;
            transition: background-color 0.5s;
            display: none;
        }
            .xtra-dropdown ul li:hover {
                background-color: #E2B231;
            }
            .xtra-dropdown ul li.active {
                background-color: #E2B231;
                color: #fff;
            }
            .xtra-dropdown ul li.active:hover {
                color: initial;
            }

            .xtra-dropdown ul li.focused {
                color: #000;
                background-color: #FFDE84;
            }
    .xtra-dropdown.xtra-multiple ul li::before {
        content: "\f096";
        font-family: FontAwesome;
        margin-right: 8px;
    }
    .xtra-dropdown.xtra-multiple ul li.active::before {
        content: "\f046";
        font-family: FontAwesome;
    }
    .xtra-dropdown.xtra-active ul {
        display: block;
    }
    .xtra-dropdown .xtra-dropdown-search {
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: none;
        outline: none;
    }
    .xtra-dropdown ul li.option-visible {
        display: block;
    }
.xtra-dropdown-search.readonly {
    cursor: pointer;
}
.xtra-dropdown-search.clearable.x.readonly {
    background-position: right 5px center;
}

.xtra-dropdown li.group-header::before {
    display: block;
    content: 'Gruppo 1';
    position: absolute;
    top: -100%;
    height: 35px;
    background: gray;
    width: 100%;
    left: 0;
    pointer-events: none;
}

.xtra-dropdown li.group-header {
    margin-top: 35px;
}
.xtra-dropdown.xtra.xtra-multiple.no-search .xtra-dropdown-search {
    display: none;
}
.xtra-dropdown.xtra.xtra-multiple.no-search .multiple-values {
    width: 100%;
}




*::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);*/
    border-radius: 0;
    background-color: #F5F5F5;
}
.xtra-popup *::-webkit-scrollbar-track {
    /*margin-top: 50px;*/
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);*/
    background-color: #F6CB58;
}



/* Clearable text inputs */
.clearable {
    background: #fff url(../images/x.gif) no-repeat right 0px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    /*transition: background 0.4s;*/
}

    .clearable.x {
        background-position: right 5px center;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
.read-only .clearable {
    background: none;
}
.read-only .clearable.onX {
    cursor: default;
}
/* Remove IE default X */

.content {
    margin-bottom: 50px;
}


input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
    input[type=file] + label {
        font-size: 1.25em;
        font-weight: 700;
        color: #000;
        background-color: #E2B231;
        display: inline-block;
        height: 35px;
        width: 150px;
        padding: 5px 0 5px 35px;
        position: relative;
    }
        input[type=file] + label::before {
            content: "\f093";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 30px;
            padding: 5px 10px;
        }

        input[type=file]:focus + label,
        input[type=file] + label:hover {
            background-color: #F6CB58;
            height: 35px;
        }

        input[type=file] + label + span {
            background-color: white;
            width: calc(100% - 170px);
            display: inline-block;
            height: 35px;
            vertical-align: inherit;
            padding: 5px 10px;
        }

input[type=checkbox] {
    /*display: none;*/
    width: 1px;
    height: 1px;
}
    input[type=checkbox]:focus + label {
        /*outline-color: rgb(77, 144, 254);
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 5px;*/
    }

    input[type=checkbox] + label {
        /*height:0px;*/
        position: relative;
        cursor: pointer;
        max-width: 140px;
        height: 35px;
    }
        input[type=checkbox] + label::before {
            content: "";
            background-image: url('../images/switch_off.svg');
            background-size: 77.609px 35px;
            background-origin: content-box;
            background-position: top left;
            background-repeat: no-repeat;
            width: 77.609px;
            height: 35px;
            position: absolute;
            top:0;
            left: 0;
        }
        input[type=checkbox] + label::after {
            content: attr(data-no);
            position: absolute;
            left: 82px;
            top: 0px;
            padding: 5px;
            font-weight: bold;
        }

    input[type=checkbox]:checked + label::before {
        background-image: url('../images/switch_on.svg');
    }
    input[type=checkbox]:checked + label::after {
        content: attr(data-yes);
    }

img.preview {
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: auto;
}
table.fixedHeader-floating.no-footer {
    margin-top: 50px;
    border-bottom: 1px solid #888 !important;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: right;
    padding: 25px 75px;
}

    .dataTables_paginate.paging_simple_numbers a {
        padding: 10px;
        border: 1px solid #b0b2ba;
        cursor: pointer;
    }
        .dataTables_paginate.paging_simple_numbers a.current {
            padding: 10px;
            border: 1px solid #b0b2ba;
            background: #b0b2ba;
            cursor: pointer;
        }

.select-checkbox {
    width: 50px;
}

.column-selector {
    cursor: pointer;
    padding: 5px 10px;
}
span.custom-field {
    cursor: pointer;
    padding: 5px 10px;
}

#tblStock_wrapper {
    margin-top: 50px;
}

tbody tr .xgallery {
    /*display: none;*/
    max-height: 40px;
}
tbody tr .xgallery {
    width: 100%;
}
    tbody tr .xgallery .content {
        /*display: none;*/
        margin-bottom: 10px;
        width: 100%;
    }
        tbody tr .xgallery .content img {
            width: 100% !important;
            display: block;
            transform: translateX(-50%);
            left: 50%;
            position: relative;
            max-height: 40px;
            width: auto !important;
            height: auto !important;
        }
tbody tr td {
    min-height: 60px;
    max-height: 60px;
    height: 60px;
}
.big-list-view tbody tr {
    height: 120px;
}

    .big-list-view tbody tr td {
        min-height: 120px;
        max-height: 120px;
        height: 120px;
    }


.big-list-view tbody tr .xgallery .content {
    /*display: none;*/
    margin-bottom: 10px;
    width: 100%;
}
    .big-list-view tbody tr .xgallery {
        display: block;
        max-height: 100px;
        width: 250px;
    }
        .big-list-view tbody tr .xgallery .content img {
            /*max-height: 100px !important;
            width: auto !important;*/
            /*width: 100%;*/
            max-height: 90px;
        }

.tile-view thead{
    display: none;
}

.tile-view tbody tr .xgallery .content {
    /*display: none;*/
    margin-bottom: 10px;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}

.tile-view tbody {
    display: block;
}

    .tile-view tbody tr {
        display: inline-block;
        width: calc(25% - 20px);
        vertical-align: top;
        margin: 10px;
        border: 1px solid;
        min-height: 350px;
        background: #fff;
    }
        .tile-view tbody tr.even {
            background: #fff;
        }

        .tile-view tbody tr td {
            display: block;
            padding: 0 10px;
            background: #fff;
            min-height: initial;
            max-height: initial;
            height: initial;
        }
        .tile-view tbody tr.even td {
            background: #fff;
        }
        .tile-view tbody tr .xgallery {
            display: block;
            max-height: 200px;
            position: relative;
        }
            .tile-view tbody tr .xgallery {
                width: 100%;
            }
            .tile-view tbody tr .xgallery .content img {
                max-width: 100%;
                max-height: 200px;
                width: auto !important;
                height: auto !important;
            }



.dataTables_processing {
    position: fixed;
    width: 100vw;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 17%;
    z-index: 555;
    font-size: 22px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dataTables_wrapper {
    position: relative;
}
.xtra-group-content .dataTables_wrapper {
    padding: 15px;
}

span.ev {
    background: yellow;
    padding: 6px 0;
}

.ui-slider-horizontal {
    background: #abc;
}

    .ui-slider-horizontal .ui-slider-range {
        background: #FFDE84;
    }
.ui-slider .ui-slider-handle {
    background: #E2B231;
}

.xtra-filter-price .xtra-filter-content{
    /*padding: 15px;*/
}

    .xtra-filter-price .xtra-filter-content > .xtra-filter-search {
        font-size: 0;
    }

    .xtra-filter-price .xtra-filter-content > .xtra-filter-search > input {
        font-size: initial;
        width: 50%;
    }

    .xtra-filter-price .xtra-filter-content > .xtra-filter-contents {
        padding: 15px 20px;
    }
.dataTables_paginate.paging_simple_numbers {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 500;
    padding: 15px 50px;
    font-size: 14px;
    text-transform: uppercase;
    background: #E2B231;
    color: #333;
}
    .dataTables_paginate.paging_simple_numbers a {
        background: #E2B231;
        padding: 15px 10px;
        color: #333;
        border: none;
    }
        .dataTables_paginate.paging_simple_numbers a.current {
            padding: 15px 10px;
            background: #FFDE84;
        }

.tile-view tr {
    position: relative;
}
.tile-view td.editable.Brand {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 22px;
    vertical-align: top;
}
.tile-view td.editable.Line {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 20px;
    vertical-align: top;
}
.tile-view td.editable.Series {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 18px;
    vertical-align: top;
}
.tile-view td.editable.Code {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: bottom;
}
.tile-view td.editable.Group {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: bottom;
}
.tile-view td.editable.DiscountedTotalPrice {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: bottom;
}
.tile-view td.editable.Coherency {
    position: absolute;
    right: 100px;
    top: 175px;
}
.tile-view td.editable.Status {
    text-align: left;
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
}
.tile-view td.select-checkbox {
    display: none;
}
.tile-view td.editable.Description {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: bottom;
}
    .tile-view td.editable.Description::before,
    .tile-view td.editable.Description::after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: #ccc;
    }


@media only screen and (max-width: 1400px) {
    .tile-view tbody tr {
        width: calc(33% - 20px);
    }

}
@media only screen and (max-width: 1200px) {
    .tile-view tbody tr {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .tile-view tbody tr {
        width: calc(100% - 20px);
    }
    .page-title {
        display: none;
    }
    .xnavbar-brand {
        display: none;
    }
    .xnavbar-right a.ep-drawer, .xnavbar-left a.ep-drawer, .tile-menu {
        width: 50px;
        height: 50px;
    }
    .xnavbar-right img, .xnavbar-left img {
        height: 25px;
        margin: 0px 12.5px;
    }
    .sidemenu-left, .sidemenu-right {
        top: 50px;
    }
    .xtra-field {
        width: 100%;
    }
    .xtra-tabs-header {
        /*overflow-x: scroll;*/
        top: 50px;
    }
}
@media only screen and (max-width: 500px) {
}
table {
    font-size: 14px;
}


.exclude-config.xtra-group {
    display: block !important;
}

.exclude-config.xtra-group .xtra-field:not(.hidden) {
    display: inline-block !important;
}
div.dt-button-background {
    z-index:20001 !important;
}
div.dt-button-collection {
    position: fixed;
    width: 250px !important;
    height: 80vh !important;
    overflow-y: scroll !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    z-index:20002 !important;
}

.login-form {
    left: 50%;
    top: calc(50% + 37.5px);
    transform: translate(-50%,-50%);
    position: absolute;
    box-shadow: 0 0 32px #777;
    /*border: 1px solid #ccc;*/
    max-width: 400px;
    min-width: 300px;
    padding-top: 55px;
}
    .login-form .xtra-field {
        padding: 0 15px;
    }
    .login-form:before {
        content: attr(data-title);
        width: 100%;
        display: block;
        background: #383b3d;
        position: absolute;
        top: 0;
        left: 0;
        /* transform: translateY(-100%); */
        padding: 12px 20px;
        /* border-top: 1px solid #999; */
        /* border-left: 1px solid #999; */
        /* border-right: 1px solid #999; */
        /*font-weight: bold;*/
        color: #fff;
        font-size: 18px;
    }
.login-form p.login-error {
    padding: 25px 20px;
    /* border: 1px solid red; */
    outline: 1px solid red;
    outline-offset: -15px;
}

.navbar-nav{
    margin: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0;
    float: left;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    float: right;
}
.nav > li {
    float: left;
}


.gallery-container {
    padding: 15px;
}
.gallery-container .content {
    margin-bottom: 0;
}