/*#region Reset */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

b, strong {
    font-weight: bold !important;
}

ol, ul {
    list-style: none;
}

.list-style-initial ul {
    margin: 15px;
}

    .list-style-initial ul li {
        list-style: initial;
        text-indent: 0;
        line-height: 16px;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.line-through {
    text-decoration: line-through;
}

/*#endregion */

/*#region Font face */

@font-face {
    font-family: 'Jost';
    src: url('/Resources/Content/fonts/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('/Resources/Content/fonts/Jost-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('/Resources/Content/fonts/CircularAir-Book.eot');
    src: url('/Resources/Content/fonts/CircularAir-Book.woff2') format('woff2'), url('/Resources/Content/fonts/CircularAir-Book.woff') format('woff'), url('/Resources/Content/fonts/CircularAir-Book.ttf') format('truetype'), url('/Resources/Content/fonts/CircularAir-Book.svg#CircularAir-Book') format('svg'), url('/Resources/Content/fonts/CircularAir-Book.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('/Resources/Content/fonts/Brown-Regular.eot');
    src: url('/Resources/Content/fonts/Brown-Regular.woff2') format('woff2'), url('/Resources/Content/fonts/Brown-Regular.woff') format('woff'), url('/Resources/Content/fonts/Brown-Regular.ttf') format('truetype'), url('/Resources/Content/fonts/Brown-Regular.svg#Brown-Regular') format('svg'), url('/Resources/Content/fonts/Brown-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/Resources/Content/fonts/MaterialIcons.woff2') format('woff2'), url('/Resources/Content/fonts/MaterialIcons.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url('/Resources/Content/fonts/LatoLatinExt.woff2') format('woff2'),url('/Resources/Content/fonts/LatoLatinExt.woff2') format('truetype');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url('/Resources/Content/fonts/LatoLatin.woff2') format('woff2'), url('/Resources/Content/fonts/LatoLatin.woff2') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

    .material-icons.big {
        font-size: 40px;
    }

/*#endregion */

/*#region Easter Eggs */

/*#region Ruota */

/** {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/

/*#endregion */

/*#region Aeroplanino di carta */

#login.front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.wing {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-perspective: 1;
    -moz-perspective: 1;
    -ms-perspective: 1;
    -o-perspective: 1;
    perspective: 1;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.3s linear;
    -moz-transition: all 1.3s linear;
    -o-transition: all 1.3s linear;
    -ms-transition: all 1.3s linear;
    transition: all 1.3s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-top: 240px solid hsla(0, 0%, 0%, 0);
    border-bottom: 0px solid hsla(0, 0%, 0%, 0);
    border-right: 100px solid hsl(0, 0%, 88%);
    width: 0;
    height: 0;
    bottom: 0;
}

#container {
    -webkit-perspective: 600;
    -moz-perspective: 600;
    -ms-perspective: 600;
    -o-perspective: 600;
    perspective: 600;
    -webkit-perspective-origin: 200px 131px;
    -moz-perspective-origin: 200px 131px;
    -ms-perspective-origin: 200px 131px;
    -o-perspective-origin: 200px 131px;
    perspective-origin: 200px 131px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    width: 400px;
    height: 260px;
    top: -300px;
    text-align: center;
    display: block;
    margin: auto;
}

#login {
    z-index: 9998;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#left-wing, #right-wing {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 200px;
    height: 260px;
    display: block;
    position: absolute;
    top: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#left-wing {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transform-origin: 100% 50% 0;
    -moz-transform-origin: 100% 50% 0;
    -o-transform-origin: 100% 50% 0;
    -ms-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    left: 0;
}

#right-wing {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    left: 199px;
}

.wing1 {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) skewY(-22.62deg);
    -moz-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) skewY(-22.62deg);
    -o-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) skewY(-22.62deg);
    -ms-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) skewY(-22.62deg);
    transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) skewY(-22.62deg);
}

.wing2 {
    -webkit-transform: rotateZ(22.62deg);
    -moz-transform: rotateZ(22.62deg);
    -o-transform: rotateZ(22.62deg);
    -ms-transform: rotateZ(22.62deg);
    transform: rotateZ(22.62deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-left: 100px solid hsl(0, 0%, 88%);
    border-right: none;
    left: 100px;
}

.wing3 {
    -webkit-transform: rotateZ(-22.62deg);
    -moz-transform: rotateZ(-22.62deg);
    -o-transform: rotateZ(-22.62deg);
    -ms-transform: rotateZ(-22.62deg);
    transform: rotateZ(-22.62deg);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    border-right: 100px solid hsl(0, 0%, 88%);
}

.wing4 {
    -webkit-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) skewY(22.62deg);
    -moz-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) skewY(22.62deg);
    -o-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) skewY(22.62deg);
    -ms-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) skewY(22.62deg);
    transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) skewY(22.62deg);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    border-right: none;
    border-left: 100px solid hsl(0, 0%, 88%);
    left: 100px;
}

#container.hover #left-wing {
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    transform: rotateY(60deg);
}

#container.hover #right-wing {
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
}

#container.hover.fly_away_first {
    -webkit-transform: translatex(-100px) translateZ(300px) rotateX(42deg) rotateY(-11deg) rotateZ(27deg);
    -moz-transform: translatex(-100px) translateZ(300px) rotateX(42deg) rotateY(-11deg) rotateZ(27deg);
    -o-transform: translatex(-100px) translateZ(300px) rotateX(42deg) rotateY(-11deg) rotateZ(27deg);
    -ms-transform: translatex(-100px) translateZ(300px) rotateX(42deg) rotateY(-11deg) rotateZ(27deg);
    transform: translatex(-100px) translateZ(300px) rotateX(42deg) rotateY(-11deg) rotateZ(27deg);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    #container.hover.fly_away_first.fly_away {
        -webkit-transform: translateX(600px) translateY(-400px) translateZ(-5000px) rotateX(66deg) rotateY(-12deg) rotateZ(36deg);
        -moz-transform: translateX(600px) translateY(-400px) translateZ(-5000px) rotateX(66deg) rotateY(-12deg) rotateZ(36deg);
        -o-transform: translateX(600px) translateY(-400px) translateZ(-5000px) rotateX(66deg) rotateY(-12deg) rotateZ(36deg);
        -ms-transform: translateX(600px) translateY(-400px) translateZ(-5000px) rotateX(66deg) rotateY(-12deg) rotateZ(36deg);
        transform: translateX(600px) translateY(-400px) translateZ(-5000px) rotateX(66deg) rotateY(-12deg) rotateZ(36deg);
        -webkit-transition: -webkit-transform 2s ease-out, opacity 1.5s 0.5s linear;
        -moz-transition: -moz-transform 2s ease-out, opacity 1.5s 0.5s linear;
        -o-transition: -o-transform 2s ease-out, opacity 1.5s 0.5s linear;
        -ms-transition: -ms-transform 2s ease-out, opacity 1.5s 0.5s linear;
        transition: transform 2s ease-out, opacity 1.5s 0.5s linear;
        opacity: 0;
    }

#container.hover .wing1 {
    -webkit-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) rotateY(-60deg) skewY(-22.62deg);
    -moz-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) rotateY(-60deg) skewY(-22.62deg);
    -o-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) rotateY(-60deg) skewY(-22.62deg);
    -ms-transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) rotateY(-60deg) skewY(-22.62deg);
    transform: translateY(-38px) translateX(8px) rotateZ(22.62deg) rotateY(-60deg) skewY(-22.62deg);
    border-right: 100px solid hsl(0, 0%, 95%);
}

#container.hover .wing2 {
    border-left: 100px solid hsl(0, 0%, 85%);
}

#container.hover .wing3 {
    border-right: 100px solid hsl(0, 0%, 71%);
}

#container.hover .wing4 {
    -webkit-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) rotateY(60deg) skewY(20deg);
    -moz-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) rotateY(60deg) skewY(20deg);
    -o-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) rotateY(60deg) skewY(20deg);
    -ms-transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) rotateY(60deg) skewY(20deg);
    transform: translateY(-38px) translateX(-8px) rotateZ(-22.62deg) rotateY(60deg) skewY(20deg);
    border-left: 100px solid hsl(0, 0%, 95%);
}

#container.hover {
    -webkit-transform: rotateX(54deg) rotateY(-10deg) rotateZ(25deg);
    -moz-transform: rotateX(54deg) rotateY(-10deg) rotateZ(25deg);
    -o-transform: rotateX(54deg) rotateY(-10deg) rotateZ(25deg);
    -ms-transform: rotateX(54deg) rotateY(-10deg) rotateZ(25deg);
    transform: rotateX(54deg) rotateY(-10deg) rotateZ(25deg);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#container.beginning {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*.message {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 140px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-size: 14px;
    font-family: Helvetica, Arial, Verdana;
    line-height: 20px;
}*/

/*#btn-login {
    -webkit-appearance : none;
    -moz-appearance    : none;
    -ms-appearance     : none;
    -o-appearance      : none;
    appearance         : none;

    -webkit-transition : all 0.3s ease-in-out;
    -moz-transition    : all 0.3s ease-in-out;
    -o-transition      : all 0.3s ease-in-out;
    -ms-transition     : all 0.3s ease-in-out;
    transition         : all 0.3s ease-in-out;
    border             : 2px solid hsl(194, 100%, 72%);
    margin             : 15px 0;
    padding            : 10px;
    font-size          : 20px;
    background-color   : hsl(0, 0%, 94%);
}

#btn-login:active {
    -webkit-transform  : scale(0.85);
    -moz-transform     : scale(0.85);
    -o-transform       : scale(0.85);
    -ms-transform      : scale(0.85);
    transform          : scale(0.85);

    -webkit-transition : all 10ms ease-in-out;
    -moz-transition    : all 10ms ease-in-out;
    -o-transition      : all 10ms ease-in-out;
    -ms-transition     : all 10ms ease-in-out;
    transition         : all 10ms ease-in-out;
    background-color   : hsl(0, 0%, 85%);
    border             : 2px solid hsl(194, 30%, 55%);
}*/

.curvable.top_left {
    -webkit-transform-origin: 100px 112px;
    -moz-transform-origin: 100px 112px;
    -o-transform-origin: 100px 112px;
    -ms-transform-origin: 100px 112px;
    transform-origin: 100px 112px;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    transition-delay: 1300ms;
    width: 0;
    height: 0;
    top: 0;
    border-right: 202px solid hsla(0, 0%, 0%, 0);
    border-bottom: 202px solid hsla(0, 0%, 0%, 0);
    border-top: 223px solid hsl(0, 0%, 88%);
}

.curvable {
    -webkit-transition: -webkit-transform 800ms ease-out;
    -moz-transition: -moz-transform 800ms ease-out;
    -o-transition: -o-transform 800ms ease-out;
    -ms-transition: -ms-transform 800ms ease-out;
    transition: transform 800ms ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background-color: transparent;
    z-index: 0;
    width: 0;
}

.top_right.curvable {
    right: 0;
    border-left: 202px solid hsla(0, 0%, 0%, 0);
    border-bottom: 202px solid hsla(0, 0%, 0%, 0);
    border-top: 224px solid hsl(0, 0%, 88%);
    -webkit-transform-origin: 96px 112px;
    -moz-transform-origin: 96px 112px;
    -o-transform-origin: 96px 112px;
    -ms-transform-origin: 96px 112px;
    transform-origin: 96px 112px;
    -webkit-transition-delay: 1650ms;
    -moz-transition-delay: 1650ms;
    -o-transition-delay: 1650ms;
    -ms-transition-delay: 1650ms;
    transition-delay: 1650ms;
}

.bottom_left.curvable {
    -webkit-transform-origin: 109px 0;
    -moz-transform-origin: 109px 0;
    -o-transform-origin: 109px 0;
    -ms-transform-origin: 109px 0;
    transform-origin: 109px 0;
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    -o-transition-delay: 2100ms;
    -ms-transition-delay: 2100ms;
    transition-delay: 2100ms;
    width: 109px;
    height: 38px;
    background: hsl(0, 0%, 88%);
    bottom: 0;
    left: 0;
}

    .bottom_left.curvable:after {
        position: absolute;
        content: "";
        border-right: 92px solid hsla(0, 0%, 0%, 0);
        border-bottom: 39px solid hsl(0, 0%, 88%);
        border-top: 37px solid hsla(0, 0%, 0%, 0);
        left: 109px;
        bottom: 0;
    }

.bottom_right.curvable {
    -webkit-transform-origin: 0px 0;
    -moz-transform-origin: 0px 0;
    -o-transform-origin: 0px 0;
    -ms-transform-origin: 0px 0;
    transform-origin: 0px 0;
    -webkit-transition-delay: 2450ms;
    -moz-transition-delay: 2450ms;
    -o-transition-delay: 2450ms;
    -ms-transition-delay: 2450ms;
    transition-delay: 2450ms;
    width: 109px;
    height: 38px;
    background: hsl(0, 0%, 88%);
    bottom: 0;
    right: 0;
}

    .bottom_right.curvable:after {
        position: absolute;
        content: "";
        border-left: 92px solid hsla(0, 0%, 0%, 0);
        border-bottom: 39px solid hsl(0, 0%, 88%);
        border-top: 37px solid hsla(0, 0%, 0%, 0);
        left: -92px;
        bottom: 0;
    }

.top_left.curvable.curved {
    -webkit-transform: rotate3d(1, -1.11, 0, 180deg);
    -moz-transform: rotate3d(1, -1.11, 0, 180deg);
    -o-transform: rotate3d(1, -1.11, 0, 180deg);
    -ms-transform: rotate3d(1, -1.11, 0, 180deg);
    transform: rotate3d(1, -1.11, 0, 180deg);
}

.bottom_left.curvable.curved {
    -webkit-transform: rotate3d(2.4867, 1, 0, -180deg);
    -moz-transform: rotate3d(2.4867, 1, 0, -180deg);
    -o-transform: rotate3d(2.4867, 1, 0, -180deg);
    -ms-transform: rotate3d(2.4867, 1, 0, -180deg);
    transform: rotate3d(2.4867, 1, 0, -180deg);
}

.bottom_right.curvable.curved {
    -webkit-transform: rotate3d(-2.4867, 1, 0, 180deg);
    -moz-transform: rotate3d(-2.4867, 1, 0, 180deg);
    -o-transform: rotate3d(-2.4867, 1, 0, 180deg);
    -ms-transform: rotate3d(-2.4867, 1, 0, 180deg);
    transform: rotate3d(-2.4867, 1, 0, 180deg);
}

.top_right.curvable.curved {
    -webkit-transform: rotate3d(1, 1.11, 0, 180deg);
    -moz-transform: rotate3d(1, 1.11, 0, 180deg);
    -o-transform: rotate3d(1, 1.11, 0, 180deg);
    -ms-transform: rotate3d(1, 1.11, 0, 180deg);
    transform: rotate3d(1, 1.11, 0, 180deg);
}

#container.hover .wing {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

#container.hover .curved {
    display: none;
}

/*#endregion */

/*#endregion */

/*#region Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*#endregion */

/*#region HTML  */

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #fbfbfb;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999999; /* #ececec; */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

body {
    font-family: 'Jost', 'Circular', 'Lato', 'Roboto', Arial, sans-serif;
    font-weight: lighter;
    font-size: 11px;
    color: #404040;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

    body.block-scroll {
        overflow-y: hidden;
    }

header {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35); /* 0 0 10px 1px rgba(0, 0, 0, 0.35); */
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35); /* 0 0 10px 1px rgba(0, 0, 0, 0.35); */
    margin-bottom: 20px;
    z-index: 10;
}

    header.fixed-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        header.fixed-navigation .top-header-container {
            display: none;
            overflow: hidden;
            visibility: collapse;
        }

        header.fixed-navigation ~ main {
            margin-top: 120px;
        }

    header.has-sub-header.fixed-navigation ~ main {
        margin-top: 160px;
    }

@media screen and (max-width: 990px) {
    header.has-zones ~ main {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    header:not(.has-zones) {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    header .navigation-header-container {
        display: none;
        overflow: hidden;
        visibility: collapse;
    }

    header ~ main {
        margin-top: 70px;
    }

    header.has-zones ~ main {
        margin-top: 50px;
    }

    header.has-sub-header ~ main {
        margin-top: 110px;
    }

    header.fixed-navigation.has-zones ~ main {
        margin-top: 120px;
    }

    header.has-zones.sourcing.fixed-navigation ~ main,
    header.has-zones.licensee.fixed-navigation ~ main {
        margin-top: 70px !important;
    }
}

main {
    flex: 1 0 auto;
    padding-bottom: 40px;
}

    main#main > section > .row {
        margin-bottom: 0 !important;
    }

#main-body-container {
    padding-top: 0;
    padding-bottom: 0;
}

a {
    color: #003580;
    color: var(--primary);
}

    a.accent {
        color: #00478d;
        color: var(--accent);
    }

    a:not(.btn):hover {
        color: #00478d;
        color: var(--accent);
    }

    a.unauthorized {
        color: #888888 !important;
        cursor: not-allowed !important;
    }

h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 12px;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: thin solid #cccccc;
    height: 36px;
}

h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 12px;
    margin-bottom: 15px;
    border-bottom: thin solid #cccccc;
}

h5 {
    font-size: 1.4rem;
}

blockquote {
    line-height: 24px;
    text-indent: 15px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-left: 4px solid #003580; /* #ececec; */
    border-color: var(--primary);
}

i {
    font-style: italic;
}

    i.prefix {
        opacity: .8;
        font-size: 20px;
        top: 10px;
        left: 20px;
    }

    i.tiny {
        font-size: 1rem !important;
    }

p {
    text-indent: 15px;
    line-height: 24px;
    margin-bottom: 6px;
}

.truncate label.truncate {
    max-width: 100%;
}

label {
    font-size: inherit !important;
}

    label.custom-label {
        color: inherit;
        height: 22px;
        line-height: 22px;
        padding-left: 30px;
    }

select {
    max-width: 80%;
    margin: 15px;
}

.inline select {
    display: inline-block !important;
}

td,
th {
    border-radius: 0;
    padding: 10px 5px !important;
    vertical-align: middle !important;
}

table th {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    border-radius: 0;
}

table tbody tr {
    padding: 0 !important;
}

    table tbody tr td {
        text-indent: 6px;
        border-radius: 0;
    }

        table tbody tr td:not(:last-of-type):not(.edit-template) {
            white-space: nowrap;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        table tbody tr td:not(.edit-template) div,
        table tbody tr td:not(.edit-template) div > span,
        table tbody tr td:not(.edit-template) > div,
        table tbody tr td:not(.edit-template) > span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

table.selectable tbody tr:not(.selected) td {
    opacity: .4;
}

table.selectable tbody tr.selected {
    border-bottom: 2px solid #003580;
    border-color: var(--primary);
}

    table.selectable tbody tr.selected td {
        background-color: #ffffff;
    }

@media screen and (min-width: 992px) {
    table tr {
        height: 32px;
        max-height: 32px;
    }
}

nav {
    background-color: #003580;
    background-color: var(--primary);
    height: 32px;
    line-height: 32px;
}

    nav .nav-wrapper i {
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
    }

    nav input[type="search"] {
        font-size: 13px;
    }

.group {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 12px;
    min-height: 36px;
    margin-bottom: 15px;
    border-bottom: thin solid #cccccc;
}

    .group .toggle-control {
        position: absolute;
        right: 6px;
    }

    .group > i:first-of-type {
        float: left;
        position: relative;
        margin-right: 6px;
        font-size: 19px !important;
        top: -3px;
    }

    .group .select-wrapper.right {
        width: 50%;
        top: -4px;
        position: absolute;
        right: 0;
    }

    .group .select-wrapper.left {
        width: 50%;
        top: 0;
        position: absolute;
        left: 0;
    }

    .group .btn i {
        height: 26px;
        line-height: 26px;
    }

.group-header {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 10px;
    color: #696969;
    margin: 0 0 10px 0;
}

/*#endregion */

/*#region Fix columns */

@media screen and (max-width: 600px) {
    .col.s12 {
        padding: 0 3px;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .col.m12 {
        padding: 0 3px;
    }
}

@media screen and (min-width: 992px) {
    .col.l12 {
        padding: 0 3px;
    }
}

/*#endregion */

/*#region Override materializecss */

@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }

    .show-on-small {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}

select.browser-default ~ label,
label.select-browser-default {
    top: -5px;
    color: #9e9e9e;
}

.select-wrapper + label {
    top: -5px;
}

select.browser-default {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    margin: 0;
    margin-bottom: 20px;
    height: 2.2rem;
    line-height: 2.2rem;
    max-width: 100%;
    padding-left: 0;
}

    select.browser-default:focus {
        outline: none;
    }

.input-field label {
    left: 0;
}

input, textarea {
    font-size: 13px !important;
}

    input[type="text"]:-webkit-autofill,
    input[type="text"]:focus,
    input[type="password"]:-webkit-autofill,
    input[type="password"]:focus,
    input[type="email"]:-webkit-autofill,
    input[type="email"]:focus {
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    }

    input[type="text"].browser-default,
    input[type="email"].browser-default,
    input[type="number"].browser-default,
    input[type="password"].browser-default,
    input[type="date"].browser-default,
    input[type="search"].browser-default,
    input[type="tel"].browser-default {
        border: thin solid #ccc;
        height: 32px;
        line-height: 32px;
        margin-top: 13px;
    }

        input[type="text"].browser-default + label,
        input[type="email"].browser-default + label,
        input[type="number"].browser-default + label,
        input[type="password"].browser-default + label,
        input[type="date"].browser-default + label,
        input[type="tel"].browser-default + label,
        input[type="search"].browser-default + label {
            top: 24px;
            left: 16px;
        }

            input[type="text"].browser-default + label.active,
            input[type="email"].browser-default + label.active,
            input[type="number"].browser-default + label.active,
            input[type="password"].browser-default + label.active,
            input[type="tel"].browser-default + label.active,
            input[type="date"].browser-default + label.active,
            input[type="search"].browser-default + label.active {
                -webkit-transform: translateY(-230%);
                transform: translateY(-230%);
            }

.select-wrapper input.select-dropdown {
    height: 2.2rem;
    line-height: 2.2rem;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="search"] {
    height: 2.2rem;
    line-height: 2.2rem;
}

.input-field label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-180%);
    transform: translateY(-180%);
}

.btn:not(.btn-flat) {
    background-color: #003580; /* #ececec; */
    background-color: var(--primary);
    color: #ffffff; /* #404040; */
}

.pagination .btn.btn-flat {
    padding: 0 4px !important;
    margin: 0 2px !important;
}

.btn-activator {
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.btn:not(.btn-flat):hover {
    background-color: #00478d;
    background-color: var(--accent);
}

.btn:not(.btn-floating),
.btn-small {
    height: 26px;
    line-height: 26px;
    padding: 0 1.1rem;
    font-size: 10px;
}

.btn-group input[type="button"],
.btn-group input[type="submit"],
.btn-group input[type="reset"],
.btn-group input[button],
.btn-group .btn {
    display: inline-block;
    border-radius: 0;
    margin-left: -3px;
}

    .btn-group input[type="button"]:first-of-type,
    .btn-group input[type="submit"]:first-of-type,
    .btn-group input[type="reset"]:first-of-type,
    .btn-group input[button]:first-of-type,
    .btn-group .btn:first-of-type {
        border-radius: 2px 0 0 2px;
    }

    .btn-group input[type="button"]:last-of-type,
    .btn-group input[type="submit"]:last-of-type,
    .btn-group input[type="reset"]:last-of-type,
    .btn-group input[button]:last-of-type,
    .btn-group .btn:last-of-type {
        border-radius: 0 2px 2px 0;
    }

.btn-group .active {
    background-color: #00478d;
    background-color: var(--accent);
}

.btn:disabled,
.bt[disabled],
.btn.disabled {
    cursor: not-allowed;
}

.btn-flat:disabled {
    background-color: #ffffff !important; /* #404040 !important; */
}

.btn-flat[disabled],
.btn-flat.disabled {
    background-color: #ffffff !important;
}

.btn-floating i {
    color: #ffffff; /* #404040; */
}

[type='checkbox']:checked + label::before {
    border-right-color: #003580;
    border-bottom-color: #003580;
    border-right-color: var(--primary);
    border-bottom-color: var(--primary);
}

.select-wrapper.ng-valid input.select-dropdown {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: inherit !important;
}

.select-wrapper.ng-valid + label {
    color: inherit !important;
}

table.striped > tbody > tr:nth-child(odd) {
    background-color: #f7f7f7 !important;
}

table.highlight > tbody > tr:hover {
    background-color: #f1f1f1 !important;
}

table.highlight > tbody > tr {
    cursor: pointer;
}

table tbody tr td div > span,
table tbody tr td > div,
table tbody tr td > span {
    line-height: 12px;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #003580;
    background-color: var(--primary);
    z-index: 0;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-color: #003580;
    border-color: var(--primary);
}

[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom-color: #003580;
    box-shadow: 0 1px 0 0 #003580;
    border-bottom-color: var(--primary);
    box-shadow: 0 1px 0 0 var(--primary);
}

    input:not([type]):focus:not([readonly]) + label,
    input[type=text]:focus:not([readonly]) + label,
    input[type=password]:focus:not([readonly]) + label,
    input[type=email]:focus:not([readonly]) + label,
    input[type=url]:focus:not([readonly]) + label,
    input[type=time]:focus:not([readonly]) + label,
    input[type=date]:focus:not([readonly]) + label,
    input[type=datetime]:focus:not([readonly]) + label,
    input[type=datetime-local]:focus:not([readonly]) + label,
    input[type=tel]:focus:not([readonly]) + label,
    input[type=number]:focus:not([readonly]) + label,
    input[type=search]:focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #003580;
        color: var(--primary);
    }

.input-field .prefix.active {
    color: #003580;
    color: var(--primary);
}

.dropdown-content li > a,
.dropdown-content li > span {
    color: #003580;
    color: var(--primary);
    font-size: 13px;
}

.tabs {
    height: unset;
    display: flex !important;
    border-bottom: thin solid #cccccc;
}

    .tabs .tab {
        flex: 1 !important;
        min-width: 150px !important;
        max-width: 300px !important;
        width: auto !important;
    }

        .tabs .tab.disabled a {
            color: #cccccc !important;
        }

.tabs,
.tab a {
    color: #003580 !important;
    color: var(--primary) !important;
}

.tab a {
    padding: 0 8px;
}

@media screen and (max-width: 601px) {
    .tab a {
        padding: 0 !important;
    }
}

.tabs .indicator {
    background-color: #00478d !important;
    background-color: var(--accent) !important;
}

.tabs .tab:not(.disabled) a:hover {
    color: #00478d !important;
    color: var(--accent) !important;
}

.autocomplete-content {
    position: absolute;
    width: 96%;
}

.progress.blue-progress {
    height: 2px;
    margin-top: -1px;
    background-color: #7facd8 !important;
}

    .progress.blue-progress.margined {
        top: -21px !important;
    }

    .progress.blue-progress .indeterminate {
        background-color: #003580;
        background-color: var(--primary);
    }

    .progress.blue-progress.white,
    .progress.blue-progress.white .indeterminate {
        background-color: transparent !important;
    }

.chip {
    text-transform: none !important;
    margin-top: -2px;
}

.card .card-content .card-title > i i {
    cursor: pointer;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #00478d;
    color: var(--accent);
}

    .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
        color: #00478d;
        color: var(--accent);
    }

.card .card-action .btn {
    height: 26px;
    line-height: 26px;
    padding: 0 1.1rem;
    font-size: 10px;
}

.card.no-depth {
    box-shadow: none !important;
}

.card-title.group {
    font-size: inherit;
    font-weight: inherit;
}

.card.horizontal .card-image img {
    max-height: 140px;
}

@media screen and (max-width: 992px) {
    .chip {
        max-width: 400px;
    }

    table.responsive-table td {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .chip {
        max-width: 200px;
    }
}

.chips {
    border: none;
    box-shadow: none;
    outline: none;
    transition: all .3s;
    display: inline-block;
    margin: 0 0 0 12px;
    height: 32px;
    line-height: 32px;
    min-height: 0 !important;
}

@media only screen and (max-width:992px) {
    .pagination {
        width: auto;
    }
}

@media only screen and (max-width:600px) {
    .pagination {
        width: auto;
    }
}

.switch label input[type=checkbox]:checked + .lever::after {
    background-color: #003580;
    background-color: var(--primary);
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #00478d;
    background-color: var(--accent);
}

.autocomplete-content span.highlight {
    color: #00478d;
    color: var(--accent);
}

.modal {
    width: 75%;
    max-width: 1100px;
}

    .modal.open {
        overflow: inherit;
    }

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.modal .modal-footer {
    height: 48px;
    padding: 10px 6px;
}

    .modal .modal-footer .btn {
        margin: 0 3px !important;
    }

.modal .btn:not(.btn-floating):not(.prev):not(.next) {
    height: 26px;
    line-height: 26px;
    padding: 0 1.1rem;
    font-size: 10px;
}

.modal.fullpage-modal {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}

.modal.modal-small {
    height: 30%;
}

.dropdown-content li {
    word-wrap: break-word !important;
}

span.badge.new {
    background-color: #fec626;
    color: #404040;
    cursor: pointer;
    line-height: 20px;
}

    span.badge.new::after {
        content: '';
    }

.side-nav.custom-sidenav li {
    float: inherit !important;
    line-height: inherit !important;
}

    .side-nav.custom-sidenav li a {
        color: #003580 !important;
        color: var(--primary);
        display: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        height: inherit !important;
        line-height: inherit !important;
        padding: inherit !important;
    }

        .side-nav.custom-sidenav li a:hover {
            color: #00478d !important;
            color: var(--accent) !important;
            background-color: inherit !important;
        }

        .side-nav.custom-sidenav li a > i {
            float: inherit !important;
            line-height: inherit !important;
            margin: inherit !important;
            width: inherit !important;
            color: inherit !important;
        }

.side-nav.custom-sidenav a.switch-menu-icon,
.side-nav.custom-sidenav a.clear-selection-icon {
    color: inherit !important;
    display: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    height: inherit !important;
    line-height: inherit !important;
    padding: inherit !important;
}

    .side-nav.custom-sidenav a.switch-menu-icon:hover,
    .side-nav.custom-sidenav a.clear-selection-icon:hover {
        background-color: inherit !important;
    }

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #26a69a;
}

/*#endregion */

/*#region Dran N'Drop */

.element-drag {
    opacity: 0.4 !important;
}

.element-over:not(.element-drag) {
    border: 1px grey dashed !important;
}

.drag-helper {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    min-width: 200px;
    padding: 2px 5px;
    border-left: 2px solid #003580;
    border-color: var(--primary);
    list-style: none;
    font-weight: bold;
}

.drop-target-hover {
    background-color: #d4d4d4 !important;
}

ul li.ui-droppable {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: transparent;
}

    ul li.ui-droppable:first-of-type {
        border-width: 1px 1px 0 1px;
    }

    ul li.ui-droppable:last-of-type {
        border-width: 0 1px 1px 1px;
    }

ul li.active-drop-area {
    border-width: 0 1px 0 1px;
    border-style: dashed;
    border-color: grey !important;
}

    ul li.active-drop-area:first-of-type {
        border-width: 1px 1px 0 1px;
    }

    ul li.active-drop-area:last-of-type {
        border-width: 0 1px 1px 1px;
    }

/*#endregion */

/*#region Preloader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    z-index: 1000;
}

#loader {
    display: none;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

    #loader::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite;
        -moz-animation: spin 3s linear infinite;
        -ms-animation: spin 3s linear infinite;
        -o-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite;
        -moz-animation: spin 1.5s linear infinite;
        -ms-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*#endregion */

/*#region Validation */

form .input-field .select-wrapper.ng-valid input.select-dropdown :not(.ng-pristine),
form .input-field input.ng-touched.ng-valid :not(.ng-pristine),
[ng-form] .input-field .select-wrapper.ng-valid input.select-dropdown :not(.ng-pristine),
[ng-form] .input-field input.ng-touched.ng-valid :not(.ng-pristine) {
    border-bottom: thin solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

form .input-field .ng-touched.ng-valid + label :not(.ng-pristine),
form .input-field .select-wrapper.ng-valid + label :not(.ng-pristine),
form .input-field .ng-touched.ng-valid + label::after :not(.ng-pristine),
form .input-field .select-wrapper.ng-valid + label:after :not(.ng-pristine),
[ng-form] .input-field .ng-touched.ng-valid + label :not(.ng-pristine),
[ng-form] .input-field .select-wrapper.ng-valid + label :not(.ng-pristine),
[ng-form] .input-field .ng-touched.ng-valid + label::after :not(.ng-pristine),
[ng-form] .input-field .select-wrapper.ng-valid + label:after :not(.ng-pristine) {
    color: #81c784;
}

form .input-field .select-wrapper.ng-invalid input.select-dropdown :not(.ng-pristine),
form .input-field input.ng-touched.ng-invalid :not(.ng-pristine),
[ng-form] .input-field .select-wrapper.ng-invalid input.select-dropdown :not(.ng-pristine),
[ng-form] .input-field input.ng-touched.ng-invalid :not(.ng-pristine) {
    border-bottom: thin solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

[ng-form] .select-wrapper.ng-valid.ng-valid-required input.select-dropdown :not(.ng-pristine),
[ng-form] input.ng-valid.ng-valid-required :not(.ng-pristine),
[ng-form] input.ng-valid.ng-valid-maxlength :not(.ng-pristine),
[ng-form] input.ng-valid.ng-valid-minlength :not(.ng-pristine),
[ng-form] input.ng-valid.ng-valid-number :not(.ng-pristine) {
    border-bottom: thin solid #4CAF50 !important;
    box-shadow: 0 1px 0 0 #4CAF50;
}

[ng-form] .select-wrapper.ng-valid.ng-valid-required,
[ng-form] .ng-valid.ng-valid-required + label,
[ng-form] input.ng-valid.ng-valid-maxlength + label,
[ng-form] input.ng-valid.ng-valid-minlength + label,
[ng-form] input.ng-valid.ng-valid-number + label {
    color: #81c784 !important;
}

[ng-form] .select-wrapper.ng-invalid.ng-invalid-required input.select-dropdown,
[ng-form] div.select-wrapper.ng-invalid.ng-invalid-select-option-invalid input.select-dropdown,
[ng-form] input.ng-invalid.ng-invalid-required,
[ng-form] input.ng-invalid.ng-invalid-maxlength,
[ng-form] input.ng-invalid.ng-invalid-minlength,
[ng-form] input.ng-invalid.ng-invalid-number {
    border-bottom: 1px solid #F44336 !important;
    box-shadow: 0 1px 0 0 #F44336;
}

    [ng-form] .select-wrapper.ng-invalid.ng-invalid-required,
    [ng-form] .ng-invalid.ng-invalid-required + label,
    [ng-form] input.ng-invalid.ng-invalid-maxlength + label,
    [ng-form] input.ng-invalid.ng-invalid-minlength + label,
    [ng-form] input.ng-invalid.ng-invalid-number + label,
    [ng-form] .input-field input.ng-invalid.ng-invalid-required,
    [ng-form] div.select-wrapper.ng-invalid.ng-invalid-select-option-invalid {
        color: #e57373 !important;
    }


        [ng-form] .select-wrapper.ng-invalid.ng-invalid-required + label,
        [ng-form] div.select-wrapper.ng-invalid.ng-invalid-select-option-invalid + label {
            color: #e57373 !important
        }

.error-label {
    color: red;
    font-weight: bold;
}

/*#endregion */

/*#region Error pages */

.error-code {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 150px;
    font-weight: lighter;
    /*background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #003580), color-stop(1, #c00000) );
    background-image: gradient( linear, left top, right top, color-stop(0, #003580), color-stop(1, #c00000) );
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, var(--primary)), color-stop(1, #c00000) );*/
    background-image: -webkit-linear-gradient(to right, var(--primary),#c00000); /*gradient( linear, left top, right top, color-stop(0, var(--primary)), color-stop(1, #c00000) );*/
    background-image: linear-gradient(to right, var(--primary),#c00000); /*gradient( linear, left top, right top, color-stop(0, var(--primary)), color-stop(1, #c00000) );*/
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.error-description {
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: lighter;
    /*background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #003580), color-stop(1, #c00000) );
    background-image: gradient( linear, left top, right top, color-stop(0, #003580), color-stop(1, #c00000) );
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, var(--primary)), color-stop(1, #c00000) );*/
    background-image: -webkit-linear-gradient(to right, var(--primary),#c00000); /*gradient( linear, left top, right top, color-stop(0, var(--primary)), color-stop(1, #c00000) );*/
    background-image: linear-gradient(to right, var(--primary),#c00000); /*gradient( linear, left top, right top, color-stop(0, var(--primary)), color-stop(1, #c00000) );*/
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 80px;
}

.error-link {
    font-size: 14px;
}

/*#endregion */

/*#region Classi custom */

.clickable:hover {
    cursor: pointer;
    color: lightblue;
}

.basic-blue {
    color: #003580;
    color: var(--primary);
}

.basic-grey {
    color: lightgrey;
}

.fixed-on-top,
ul.select-dropdown {
    position: fixed !important;
    z-index: 9999;
}

.divider.customhr {
    margin-bottom: 30px;
    height: 6px;
    background: url('/Resources/Content/images/template/customhr.png') repeat-x 0 0;
    border: 0;
}

.relative {
    position: relative;
}

.wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width : 601px) {
    .wrapper {
        width: 100%;
    }
}

.staggered li {
    opacity: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.hidden {
    visibility: hidden;
    height: 0;
    width: 0;
}

.opacity-xhight {
    opacity: .9;
}

.opacity-hight {
    opacity: .7;
}

.opacity {
    opacity: .5;
}

.opacity-low {
    opacity: .3;
}

.opacity-xlow {
    opacity: .1;
}

.opacity-hover-xhight:hover {
    opacity: .9;
}

.opacity-hover-hight:hover {
    opacity: .7;
}

.opacity-hover:hover {
    opacity: .5;
}

.opacity-hover-low:hover {
    opacity: .3;
}

.opacity-hover-xlow:hover {
    opacity: .1;
}

.bordered {
    border: thin solid #e8e8e8;
}

    .bordered.radius {
        border-radius: 2%;
    }

.inline,
.inline > * {
    display: inline-block;
}

@media screen and (max-width: 992px) {
    ul.inline.port-vertical {
        display: list-item;
        text-align: left !important;
    }

        ul.inline.port-vertical li {
            width: 100%;
            margin: 6px 0;
        }
}

.list {
    margin-top: 25px;
    display: list-item;
    clear: both;
}

    .list li *:not(label) {
        line-height: 20px;
    }

    .list li a i {
        position: relative;
        top: 2px;
        margin-right: 6px;
    }

    .list li a.list-item-indent {
        margin-left: 15px;
    }

.listed {
    margin-top: 25px;
    display: list-item;
    list-style: initial;
}

    .listed li {
        line-height: 28px;
        list-style: disc;
    }

        .listed li > * {
            line-height: 28px;
        }

.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-large {
    margin-top: 40px;
}

.margin-top-small {
    margin-top: 10px;
}

.margin-top-xsmall {
    margin-top: 5px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.margin-bottom-xsmall {
    margin-bottom: 5px;
}

.margin-left {
    margin-left: 20px;
}

.margin-left-small {
    margin-left: 10px;
}

.margin-left-xsmall {
    margin-left: 5px;
}

.margin-right {
    margin-right: 20px;
}

.margin-right-small {
    margin-right: 10px;
}

.margin-right-xsmall {
    margin-right: 5px;
}

.margin-horizontal {
    margin: 0 20px !important;
}

.margin-horizontal-small {
    margin: 0 10px !important;
}

.margin-horizontal-xsmall {
    margin: 0 5px !important;
}

.margin-vertical {
    margin: 20px 0 !important;
}

.margin-vertical-small {
    margin: 10px 0 !important;
}

.margin-vertical-xsmall {
    margin: 5px 0 !important;
}

.margin {
    margin: 20px !important;
}

.margin-small {
    margin: 10px !important;
}

.margin-xsmall {
    margin: 5px !important;
}

.no-border {
    border: none !important;
}

.indent {
    text-indent: 15px !important;
}

.small {
    line-height: 16px;
    font-size: 10px;
}

.no-indent {
    text-indent: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.padding {
    padding: 20px !important;
}

.padding-small {
    padding: 10px !important;
}

.padding-xsmall {
    padding: 5px !important;
}

.padding-horizontal {
    padding: 0 20px !important;
}

.padding-horizontal-small {
    padding: 0 10px !important;
}

.padding-horizontal-xsmall {
    padding: 0 5px !important;
}

.padding-left-xsmall {
    padding-left: 5px !important;
}

.padding-right-xsmall {
    padding-right: 5px !important;
}

.padding-vertical {
    padding: 20px 0 !important;
}

.padding-vertical-small {
    padding: 10px 0 !important;
}

.padding-vertical-xsmall {
    padding: 5px 0 !important;
}

.padding-top {
    padding-top: 20px !important;
}

.padding-top-small {
    padding-top: 10px !important;
}

.padding-top-xsmall {
    padding-top: 5px !important;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-bottom-small {
    padding-bottom: 10px;
}

.padding-bottom-xsmall {
    padding-bottom: 5px;
}

.padding-left {
    padding-left: 20px;
}

.padding-left-small {
    padding-left: 10px;
}

.padding-left-xsmall {
    padding-left: 5px;
}

.padding-right {
    padding-right: 20px;
}

.padding-right-small {
    padding-right: 10px;
}

.padding-right-xsmall {
    padding-right: 5px;
}

.uppercase {
    text-transform: uppercase;
}

.vertical-navigation {
    margin-bottom: 50px;
}

    .vertical-navigation a.active {
        color: #00478d;
        color: var(--accent);
    }

.italic {
    font-style: italic;
}

.header-line-height {
    height: 20px;
    line-height: 20px;
}

.show-for-empty-data,
.show-for-error {
    margin: 0;
    font-style: italic;
}

.fixed-height {
    max-height: 300px;
}

.scrollable {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 1px;
    position: relative;
}

.scrollable-short {
    max-height: 258px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 1px;
    position: relative;
}

.scrollable.fixed-height {
    height: 400px;
}

.card-preload section {
    display: none;
}

.card-preload blockquote.placeholder {
    position: relative;
}

    .card-preload blockquote.placeholder img {
        width: 70%;
        max-width: 70%;
        max-height: 70px;
        margin-left: 30px;
    }

    .card-preload blockquote.placeholder .preloader-wrapper {
        position: absolute;
        top: calc(50% - 20px);
        left: 20px;
    }

    .card-preload blockquote.placeholder .spinner-layer {
        border-color: #003580;
        border-color: var(--primary);
    }

.spinner-layer {
    top: 0;
    left: 0;
    border-color: #003580;
    border-color: var(--primary);
}

.export-xls-container {
    width: 80px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    position: relative;
    float: right;
    margin: 0 3px;
    top: -2px;
}

.export-xls-button {
    width: 100%;
}

.export-xls-spinner {
    position: absolute;
    top: 3px;
    left: 36%;
}

.basic {
    color: #003580;
    color: var(--primary);
}

.basic-alt {
    background-color: #003580;
    background-color: var(--primary);
    color: #ffffff;
}

.dotcom {
    color: #c00000;
}

.no-depth {
    box-shadow: none !important;
}

.pointer {
    cursor: pointer !important;
}

.pagination {
    top: -10px;
    position: relative;
}

    .pagination > *:not(.tooltip) {
        height: 30px;
        line-height: 30px;
    }

    .pagination .dropdown-content * {
        height: inherit !important;
    }

.pagination-navigator {
    font-size: 12px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    text-transform: none !important;
}

.filter-list li ng-if,
.filter-list li filter-checkbox,
.filter-list li filter-switch {
    line-height: 0px;
}

.list.filter-list.scrollable {
    max-height: 350px;
}

.list.filter-list .switch .custom-label {
    padding-left: 0px;
    line-height: 32px;
}

.input-autocomplete-content {
    margin-top: 0px;
    display: block;
    opacity: 1;
    position: static;
}

.profile-box {
    line-height: 24px;
    padding: 0 20px;
    margin: 20px 0;
}

.profile-box-title {
    font-size: 12px;
    line-height: 32px;
    color: #003580;
    color: var(--primary);
    font-weight: bold;
}

.profile-box-company {
    line-height: 15px;
}

.profile-box-time {
    color: #999999;
    text-indent: 10px;
}

.profile-box-switch {
    position: relative;
    margin-right: 20px;
    top: -2px;
    font-size: 10px;
}

.no-pointer-event {
    pointer-events: none;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.disable-user-select {
    -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 */
}

/*#endregion */

/*#region Fake modal */

.fake-modal {
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 120%;
    left: 0;
    background-color: #ffffff;
    z-index: 995;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

    .fake-modal.open {
        opacity: 1;
        top: 0;
    }

.fake-modal-content {
    position: relative;
    height: calc(100% - 40px);
    width: 100%;
    background-color: #ffffff;
}

.fake-modal-action {
    position: relative;
    bottom: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 100%;
    background-color: #ffffff;
}

.hide {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

/*#endregion */

/*#region Tab */

.tab-wrapper .tab {
    border-bottom: 2px solid transparent;
    transition: border-color .28s ease;
}

    .tab-wrapper .tab.disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.5;
    }

        .tab-wrapper .tab.disabled a {
            color: lightgrey;
        }

    .tab-wrapper .tab.active {
        border-color: #003580;
        border-color: var(--primary);
        font-weight: bold;
    }

.tab-wrapper .tab-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

    .tab-wrapper .tab-content.active {
        display: block;
        visibility: visible;
        opacity: 1;
    }

/* fix per lasciare scrollable il tab in mobile
@media (max-width: 600px) {
    .tabs {
        display: none !important;
    }
} */

/*#endregion*/

/*#region bn-avatar */

bn-avatar-image .avatar-container {
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

    bn-avatar-image .avatar-container > div {
        border-radius: 100%;
    }

    bn-avatar-image .avatar-container .avatar-image {
        height: 40px;
        width: 40px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    bn-avatar-image .avatar-container .avatar-letter {
        line-height: 40px;
        text-align: center;
        font-size: 24px;
    }

    bn-avatar-image .avatar-container .selector {
        display: none;
        height: 40px;
        width: 40px;
        line-height: 50px;
        text-align: center;
    }

    bn-avatar-image .avatar-container.has-selection:hover .avatar-image,
    bn-avatar-image .avatar-container.has-selection:hover .avatar-letter {
        display: none;
    }

    bn-avatar-image .avatar-container.has-selection:hover .selector {
        display: block;
    }

        bn-avatar-image .avatar-container.has-selection:hover .selector label {
            margin: 0 auto;
            padding: 9px;
        }

.modal bn-avatar-image .avatar-container .avatar-letter {
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0;
}

/*#endregion */

/*#region bn-image */

bn-image .bn-image-container > div {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/*#endregion */

/*#region bn-list */

.bn-list {
    float: left;
    width: 100%;
}

    .bn-list .item {
        padding: 20px 0;
        float: left;
        width: 100%;
    }

    .bn-list li:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

    .bn-list li:not(:last-of-type) {
        border-bottom: thin solid #e0e0e0;
    }

    .bn-list .list-item {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

        .bn-list .list-item:not(.active-drop-area) {
            border-left: 3px solid transparent;
        }

        .bn-list .list-item.selected {
            border-left-color: #003580;
            border-left-color: var(--primary);
            background-color: #f1f1f1;
        }

        .bn-list .list-item .content {
            max-width: calc(100% - 50px);
            padding-left: 10px;
        }

        .bn-list .list-item .title {
            font-size: 13px;
            line-height: 20px;
            color: #003580;
            color: var(--primary);
        }

        .bn-list .list-item .subtitle {
            line-height: 20px;
            text-indent: 10px;
        }

        .bn-list .list-item .description {
            line-height: 20px;
            color: #999999;
            text-indent: 10px;
        }

    .bn-list i {
        margin: 0;
    }

/*#endregion */

/*#region bn-smile */

bn-smile .smile {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/*#endregion */

/*#region error-modal*/

.error-modal {
    width: 30% !important;
    height: 30% !important;
}

/*#endregion*/

/*#region img-modal*/

#bn-modal-basic-img-modal .modal-content {
    overflow: hidden;
}

#bn-modal-basic-img-modal [ng-transclude="bodySlot"] {
    height: 100%;
}

#bn-modal-basic-img-modal div.valign-wrapper {
    height: 100%;
}

#bn-modal-basic-img-modal img {
    margin: auto;
}

.modal.img-modal {
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.78);
}

    .modal.img-modal .modal-footer {
        background-color: transparent;
    }

    .modal.img-modal .modal-action {
        color: white;
    }

/*#endregion*/

/*#region beta-modal */

.beta-modal-container {
    height: 20%;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.beta-modal-text-container .group-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #003580;
    color: var(--primary);
}

.beta-modal-text-container {
    font-size: 14px;
}

    .beta-modal-text-container p {
        text-indent: 0 !important;
    }

.beta-modal-text-container {
    width: 85%;
}

    .beta-modal-text-container .beta-modal-icon {
        position: relative;
        left: 0;
        top: 6px;
        color: #003580;
        color: var(--primary);
    }

/*#endregion */

/*#region Gauge*/

.gauge-container {
    position: relative;
    height: 30px;
    top: 10px;
}

.gauge-marker {
    position: absolute;
    top: -2px;
    left: 10px;
    height: 15px;
    background-color: transparent
}

    .gauge-marker::after {
        content: '';
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background-color: #ffffff;
        border: thin solid #404040;
        position: absolute;
        top: 0;
        right: 0px;
        overflow: visible;
        z-index: 1;
    }

    .gauge-marker.fill::after {
        background-color: #acece6;
    }

.progress {
    background-color: #ffffff;
    border: thin solid #cccccc;
    margin: 0;
    height: 10px;
    border-radius: 6px;
}

/*#endregion*/

/*#region Item Tabs */

.items-tab .card.horizontal {
    height: 60px;
}

    .items-tab .card.horizontal.selected {
        background-color: #003580;
        background-color: var(--primary);
    }

        .items-tab .card.horizontal.selected * {
            color: #ffffff !important;
        }

    .items-tab .card.horizontal .card-image {
        background-color: #add8e6;
        width: 35%;
        text-align: center;
        margin: 0;
    }

        .items-tab .card.horizontal .card-image img {
            max-height: 60px;
            width: auto;
            max-width: 100%;
            margin: 0 auto;
        }

/*#endregion */

/*#region Inbox card container */

.inbox-card-container .card-content {
    height: 550px;
    width: 100%;
    position: relative;
}

    .inbox-card-container .card-content .activities {
        width: calc(100% - 40px);
        height: calc(100% - 150px);
    }

    .inbox-card-container .card-content #new-message-container {
        position: absolute;
        bottom: 6px;
        width: calc(100% - 40px);
        margin-bottom: 20px !important;
    }

/*#endregion */

/*#region Tooltip */

@media screen and (max-width:600px) {
    .tooltip {
        display: none;
    }
}

.tooltip[role="tooltip"] {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    text-transform: initial;
    text-align: center;
    /*overflow: hidden;*/
    background-color: #323232;
}

    .tooltip[role="tooltip"] .tooltip-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        margin: 5px;
        border-color: #323232;
    }

    .tooltip[role="tooltip"][x-placement^="top"] {
        margin-bottom: 5px;
    }

        .tooltip[role="tooltip"][x-placement^="top"] .tooltip-arrow {
            border-width: 5px 5px 0 5px;
            border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            bottom: -5px;
            left: calc(50% - 5px);
            margin-top: 0;
            margin-bottom: 0;
        }

    .tooltip[role="tooltip"][x-placement^="bottom"] {
        margin-top: 5px;
    }

        .tooltip[role="tooltip"][x-placement^="bottom"] .tooltip-arrow {
            border-width: 0 5px 5px 5px;
            border-left-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            top: -5px;
            left: calc(50% - 5px);
            margin-top: 0;
            margin-bottom: 0;
        }

    .tooltip[role="tooltip"][x-placement^="right"] {
        margin-left: 5px;
    }

        .tooltip[role="tooltip"][x-placement^="right"] .tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-left-color: transparent;
            border-top-color: transparent;
            border-bottom-color: transparent;
            left: -5px;
            top: calc(50% - 5px);
            margin-left: 0;
            margin-right: 0;
        }

    .tooltip[role="tooltip"][x-placement^="left"] {
        margin-right: 5px;
    }

        .tooltip[role="tooltip"][x-placement^="left"] .tooltip-arrow {
            border-width: 5px 0 5px 5px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            right: -5px;
            top: calc(50% - 5px);
            margin-left: 0;
            margin-right: 0;
        }

.tooltip[role="tooltip"],
.material-tooltip {
    z-index: 9998;
}

/*#endregion */

/*#region html-text*/

.html-text {
    font-size: 12px;
    line-height: 20px;
}

    .html-text ol,
    .html-text ul {
        margin-bottom: 15px;
    }

    .html-text li {
        list-style-type: circle;
        margin-left: 25px;
    }

    .html-text h1,
    .html-text h2,
    .html-text h3,
    .html-text h4 {
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        padding: 12px;
        margin-bottom: 15px;
        height: 36px;
    }

    .html-text h1,
    .html-text h2 {
        border-bottom: thin solid #cccccc;
    }

    .html-text .icon {
        position: relative;
        top: 3px;
        margin-left: 2px;
        margin-right: 2px;
    }

/*#endregion*/

/*#region Table wrapper */

.table-wrapper {
    overflow-x: auto;
    min-width: 100%;
    table-layout: fixed;
}

    .table-wrapper table.bidirectional-scrollable-table thead,
    .table-wrapper table.bidirectional-scrollable-table tfoot,
    .table-wrapper table.bidirectional-scrollable-table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .table-wrapper table.bidirectional-scrollable-table tbody {
        display: block;
        overflow-y: auto;
        min-width: 1240px;
        max-height: 600px;
    }

/*#endregion*/

/*#region Utils*/

.border-right {
    border-right: 1px solid lightgray;
}

.border-left {
    border-left: 1px solid lightgray;
}

border-top {
    border-top: 1px solid lightgray;
}

.border-bottom {
    border-bottom: 1px solid lightgray;
}

.btn.btn-warn {
    background-color: #5a0000;
}

    .btn.btn-warn:hover {
        background-color: #920000;
    }

.btn.btn-accent {
    background-color: #00478d;
    background-color: var(--accent);
}

    .btn.btn-accent:hover {
        background-color: #00478d;
        background-color: var(--accent);
    }

.btn.selected {
    background-color: #00478d;
    background-color: var(--accent);
}

a.selected {
    color: #00478d;
    color: var(--accent);
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-default {
    cursor: default !important;
}

/*#endregion*/

/*footer {
    background-color: #2e3032 !important;
    color: #cccccc;
}

#footer-loghi-brand img {
    opacity: .4;
}

.footer-column-header {
    margin: 15px 0;
}

    .footer-column-header span {
        text-transform: uppercase;
        font-weight: lighter;
        font-size: 13px;
        color: #818692;
    }

.footer-column-content {
    color: #9e9e9e;
}

    .footer-column-content a {
        color: #f1f1f1;
    }

        .footer-column-content a:hover {
            color: #fec626;
        }

        .footer-column-content a.logo,
        .footer-column-content a.logo img {
            margin-top: 30px;
        }

            .footer-column-content a.logo img {
                opacity: .5;
            }

            .footer-column-content a.logo:hover img {
                opacity: 1;
            }

.footer-copyright {
    background-color: #212121 !important;
}

    .footer-copyright ul {
        float: right;
    }

    .footer-copyright li {
        padding: 0 15px;
        position: relative;
    }

        .footer-copyright li:not(:last-of-type)::after {
            content: '';
            position: absolute;
            height: 30px;
            top: 10px;
            right: -15px;
            margin-right: 15px;
            border-left: thin solid #696969;
        }

        .footer-copyright li span {
            color: #696969;
        }

    .footer-copyright *::selection {
        background-color: transparent;
    }

@media screen and (max-width : 600px) {
    .footer-column-header {
        margin: 40px 0 15px 0;
    }

    footer .row:first-of-type .col:first-of-type .footer-column-header,
    .footer-column-content a.logo,
    .footer-column-content a.logo img {
        margin-top: 0;
    }

    footer .row:first-of-type .col:first-of-type .footer-column-content {
        text-align: center;
    }

    .footer-copyright {
        height: auto !important;
    }

        .footer-copyright ul {
            float: left;
        }

        .footer-copyright li {
            display: list-item;
        }

            .footer-copyright li:not(:last-of-type)::after {
                content: normal;
            }
}

/*#region Header */

/*#menu-basicnet.dev-environment {
    background-color: #197710 !important;
}*/

/*.menu {
    height: 50px;
    z-index: 9999;
}

    .menu a {
        text-decoration: none !important;
    }

#menu-basicnet,
#menu-licensee,
#menu-sourcing {
    background-color: #02214c;
}

#menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .69);
    -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .69);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .69);
}

.menu > ul {
    height: 48px;
    line-height: 48px;
}

.menu .menu-list > li > a {
    position: relative;
    float: left;
    font-weight: lighter;
    padding: 0 20px;
    margin-left: -3px;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-bottom-color .4s, background-color .8s, color .8s;
    -moz-transition: border-bottom-color .4s, background-color .8s, color .8s;
    -ms-transition: border-bottom-color .4s, background-color .8s, color .8s;
    -o-transition: border-bottom-color .4s, background-color .8s, color .8s;
    transition: border-bottom-color .4s, background-color .8s, color .8s;
}

.menu:not(#menu) .menu-list > li > a {
    text-transform: uppercase;
}

.menu .menu-list > li > a:not(.no-hover-border):not(.active):hover {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.menu .menu-list > li > a:not(.no-hover-border).active {
    background-color: #ffffff;
    color: #02214c;
}

    .menu .menu-list > li > a:not(.no-hover-border).active i {
        color: #02214c;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#notifications-area a {
    padding: 0;
    margin: 0 12px;
}

@media screen and (max-width : 600px) {
    .menu .menu-list > li > a {
        padding: 0;
        margin: 0 15px;
    }
}

.menu .menu-list > li > a i {
    float: right;
    line-height: 48px !important;
    margin-left: 6px;
    margin-right: -6px;
    color: #ffffff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

a.logo img {
    position: relative;
    top: 7px;
    opacity: .89;
}

a.logo:hover img {
    opacity: 1;
}

.button-collapse.no-hover-border {
    width: 36px;
}

    .button-collapse.no-hover-border i {
        width: 24px;
        float: none !important;
    }

    .button-collapse.no-hover-border.active {
        background-color: #003580;
        background-color: var(--primary);
    }

        .button-collapse.no-hover-border.active i {
            color: #ffffff !important;
        }

#avatar,
.avatar-header-menu,
.avatar-header-menu > div {
    height: 36px !important;
    line-height: 36px !important;
    width: 36px !important;
    position: relative;
    top: 3px;
}

#avatar-dashboard,
.avatar-dashboard,
.avatar-dashboard > div {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    font-size: 50px !important;
}

.badge-counter {
    position: absolute;
    top: 2px;
    left: 60%;
    background-color: #920000;
    color: #ffffff;
    padding: 0 6px;
    font-size: 10px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.stock-info:hover {
    color: #00478d !important;
    color: var(--accent) !important;
}

.stock-info i {
    position: relative;
    margin: 0 6px !important;
}

.stock-info span {
    margin: 0 4px;
    text-transform: none;
}

@media screen and (max-width : 400px) {
    .stock-info {
        display: none;
    }
}

.dashboard-container {
    position: relative;
}

    .dashboard-container .profiles-list {
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 1px;
        position: relative;
    }

.dashboard {
    display: none;
    position: absolute;
    background-color: #ffffff;
    top: 46px;
    z-index: 998;
    border: thin solid #eeeeee;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .39);
    -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .39);
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .39);
}

    .dashboard::after {
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #eeeeee;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dashboard ul.list a {
        height: 30px;
        line-height: 30px;
    }

#apps {
    width: 250px;
    left: -100px;
}

    #apps::after {
        left: calc(50% - 5px);
    }

    #apps .bordered {
        border-bottom: thin solid #e8e8e8;
    }

    #apps .link-box-container {
        margin: 10px 0 5px 0;
        float: left;
        line-height: 18px;
        text-align: center;
    }

        #apps .link-box-container img {
            height: 40px;
            width: 40px;
            position: relative;
            top: 2px;
        }

        #apps .link-box-container:hover {
            background-color: #eeeeee;
        }

    #apps a {
        color: #404040;
        padding: 0 !important;
        margin: 0;
        border: none;
        text-transform: none !important;
        transition-duration: .2s !important;
    }

#notification-list {
    width: 350px;
    left: -250px;
}

    #notification-list::after {
        left: calc(80% - 10px);
    }

    #notification-list > ul {
        max-height: 500px;
    }

.no-notifications i {
    font-size: 56px;
    color: #969696;
}

.no-notifications span {
    font-style: italic;
    line-height: 32px;
    color: #696969;
}

.notification {
    position: relative;
    padding: 10px 0;
    border-left: 6px solid transparent;
    border-bottom: thin solid #f1f1f1;
}

    .notification a {
        margin: 0 !important;
        line-height: 28px !important;
    }

    .notification:hover {
        background-color: #f1f1f1;
    }

.notification-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.notification.unread {
    border-left-color: #003580;
    border-left-color: var(--primary);
}

.notification.read {
    font-style: italic;
}

    .notification.read .notification-content {
        color: #696969;
    }

.mark-as-read {
    position: absolute;
    top: 4px;
    right: 0;
}

    .mark-as-read i {
        font-size: 18px;
    }

.notification.read .mark-as-read {
    display: none;
}

.time {
    font-size: 10px !important;
    font-style: italic;
    color: #696969;
}

#account-dashboard {
    width: 300px;
    left: -250px;
    top: 52px;
    max-height: 565px;
    overflow-y: auto;
}

    #account-dashboard::after {
        left: calc(100% - 29px);
    }

#account-user-info {
    line-height: 32px;
}

#account-username {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 10px;
    color: #696969;
    margin: 0 0 10px 0;
}

#account-email a {
    font-style: italic;
}

#border-submenu {
    height: 4px;
    position: absolute;
    top: 44px;
    width: 100%;
    background-color: #003580;
    background-color: var(--primary);
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9998;
}

    .sub-menu::before,
    .sub-menu::after {
        z-index: -1;
        position: absolute;
        content: '';
        bottom: 10px;
        left: 10px;
        width: 50%;
        height: 40px;
        background: #333333;
        -webkit-box-shadow: 0 15px 10px #333333;
        -moz-box-shadow: 0 15px 10px #333333;
        box-shadow: 0 15px 10px #333333;
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        -o-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    .sub-menu::after {
        -webkit-transform: rotate(1.5deg);
        -moz-transform: rotate(1.5deg);
        -o-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
        right: 10px;
        left: auto;
    }

@media screen and (max-width : 992px) {
    .sub-menu::before,
    .sub-menu::after {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .sub-menu::after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

.sub-menu .row {
    background-color: #ffffff;
    margin: 0;
}

.sub-menu a:not(.btn) {
    color: #003580;
    color: var(--primary);
    font-size: 12px;
    line-height: 18px;
}

    .sub-menu a:not(.btn):hover {
        color: #2b78a4;
    }

    .sub-menu a:not(.btn).disabled {
        color: #dddddd;
    }

        .sub-menu a:not(.btn).disabled:hover {
            color: #cccccc;
        }

.sub-menu li.unauthorized a,
.sub-menu li.unauthorized a:hover {
    color: #888888;
    cursor: not-allowed;
}

#under-layer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9996;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
}

#links-box-container {
    margin-top: 10px;
}

.activate-second-menu,
.activate-second-menu:hover {
    color: #404040 !important;
}

.links-box {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}

    .links-box.active {
        background-color: #003580;
        background-color: var(--primary);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .links-box.active * {
            color: #ffffff !important;
        }

        .links-box.active:hover * {
            color: #ffffff !important;
        }

.links-box-header {
    text-transform: uppercase;
    font-size: 12px;
    color: #404040;
    margin-bottom: 10px;
}

.group {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 12px;
    margin-bottom: 15px;
    border-bottom: thin solid #cccccc;
    height: 36px;
}

    .group .toggle-control {
        position: absolute;
        right: 6px;
    }

    .group > i:first-of-type {
        float: left;
        position: relative;
        margin-right: 6px;
        font-size: 19px !important;
        top: -3px;
    }

    .group .select-wrapper.right {
        width: 50%;
        top: 0;
        position: absolute;
        right: 0;
    }

    .group .select-wrapper.left {
        width: 50%;
        top: 0;
        position: absolute;
        left: 0;
    }

.group-title {
    font-size: 14px;
}

.group-header-container {
    margin: 20px 0 0 0;
}

    .group-header-container:first-of-type {
        margin-top: 0;
    }

.group-header {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 10px;
    color: #696969;
    margin: 0 0 10px 0;
}

@media screen and (max-width : 992px) {
    .group-header-container {
        margin-top: 30px;
    }
}

@media screen and (max-width : 600px) {
    .group-header-container,
    .group-header-container:first-of-type {
        margin-top: 40px;
    }
}

.second-menu:not(.active) {
    display: none;
}

#second-menu {
    background-color: #003580;
    color: #f1f1f1;
    white-space: nowrap;
}

    #second-menu .breadcumb li {
        position: relative;
        margin: 0 15px;
    }

        #second-menu .breadcumb li:first-of-type {
            margin-left: 0 !important;
        }

        #second-menu .breadcumb li:not(:last-of-type)::after {
            content: "";
            height: 35px;
            width: 35px;
            background-color: transparent;
            position: absolute;
            top: 8px;
            right: -20px;
            border-top: thin solid #fff;
            border-right: thin solid #fff;
            transform: rotate(45deg);
        }

    #second-menu .breadcumb .section-title {
        font-weight: lighter;
        font-size: 18px;
        padding: 0 12px;
    }

    #second-menu li a {
        position: relative;
        color: #f1f1f1;
        padding: 0 15px;
        float: left;
        text-align: center;
        line-height: 13px !important;
        height: 50px;
    }

        #second-menu li a.selected {
            color: #ffffff;
            font-weight: bold;
        }

        #second-menu li a.active {
            background-color: #4068a0;
            background-color: var(--secondary);
        }

        #second-menu li a:hover {
            background-color: #4068a0;
            background-color: var(--secondary);
            text-decoration: underline;
        }

        #second-menu li a > i {
            font-size: 24px;
            text-align: center;
            position: relative;
            top: 4px;
        }

        #second-menu li a > p {
            text-indent: 0;
            line-height: 0 !important;
        }

            #second-menu li a > p > span > i {
                position: relative;
                top: 4px;
            }

    #second-menu .col.icons-container {
        height: 50px;
    }

    #second-menu .third-menu-activator.active span > i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #second-menu #third-menu {
        position: relative;
        width: 100%;
        height: 50px;
    }

        #second-menu #third-menu .less {
            position: absolute;
            left: 1px;
        }

        #second-menu #third-menu .more {
            position: absolute;
            right: 1px;
        }

    #second-menu .third-menu {
        display: none;
        position: absolute;
        min-width: 400px;
        width: auto;
        background-color: #4068a0;
        background-color: var(--secondary);
        top: 50px;
        z-index: 2000;
        left: 10%;
    }

        #second-menu .third-menu.open {
            display: block !important;
        }

    #second-menu .third-menu-container {
        text-align: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        overflow: auto;
        background-color: #4068a0;
        background-color: var(--secondary);
    }

        #second-menu .third-menu-container > div {
            padding: 0 10px;
        }

        #second-menu .third-menu-container ul {
            display: list-item;
        }

            #second-menu .third-menu-container ul li a {
                line-height: 24px !important;
                height: 24px !important;
                padding: 0;
                width: 100%;
                text-align: left;
                float: none !important;
            }

                #second-menu .third-menu-container ul li a.disabled {
                    color: #cccccc !important;
                    cursor: not-allowed;
                }

                    #second-menu .third-menu-container ul li a.disabled:hover {
                        text-decoration: none !important;
                    }

.forecast-percentage, .forecast-subtitle {
    font-size: 100%;
    padding: 6px 10px;
}

#left-navigation-menu li.object-description a {
    max-width: 100%;
}

#left-navigation-menu ~ a.expand {
    display: none;
}

#left-navigation-menu .navigation-container {
    display: inline-block;
}

@media screen and (max-width : 992px) {
    #left-navigation-menu ~ a.expand {
        display: block;
        max-width: 8% !important;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 10px;
        right: 0px;
    }

    #left-navigation-menu {
        margin: 0;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

        #left-navigation-menu li {
            display: block;
            max-width: 100%;
            width: 100%;
        }

            #left-navigation-menu li a {
                display: inline-block;
                padding: 0 !important;
                max-width: 100%;
                width: 100%;
                position: relative;
            }

        #left-navigation-menu .navigation-container {
            display: none;
        }

        #left-navigation-menu li.navigation-container.selected {
            display: block;
        }
}

@media screen and (max-width: 600px) {
    #second-menu .third-menu.open {
        left: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        height: calc(100% - 100px);
    }
}

#parallax-container {
    height: 100px;
    width: 100%;
    position: absolute;
}

.parallax-container {
    height: 100px;
}

    .parallax-container p {
        position: absolute;
        top: 20%;
        font-size: 22px;
        text-align: center;
        width: 100%;
    }

        .parallax-container p::selection {
            background-color: transparent;
        }

#parallax-search-container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

    #parallax-search-container input {
        background-color: #ffffff;
        margin: 0;
        width: 80%;
        border: none;
        padding: 0 12px;
        color: #ffffff;
    }

#parallax-search {
    z-index: 9999;
    position: absolute;
    width: 98%;
    left: 1%;
    top: 10px;
    color: #ffffff !important;
}

    #parallax-search:focus {
        color: #003580 !important;
        color: var(--primary) !important;
    }

#close-basic-search {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99999;
}

#parallax-search-response {
    top: 53px;
    width: 90%;
    position: absolute;
    border: thin solid #cccccc;
    background-color: #ffffff !important;
    left: 5%;
    z-index: 9997;
}

    #parallax-search-response::after,
    #parallax-search-response::before {
        z-index: -1;
        position: absolute;
        content: '';
        bottom: 10px;
        left: 10px;
        width: 50%;
        height: 40px;
        background: #333333;
        -webkit-box-shadow: 0 15px 10px #333333;
        -moz-box-shadow: 0 15px 10px #333333;
        box-shadow: 0 15px 10px #333333;
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        -o-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    #parallax-search-response::after {
        -webkit-transform: rotate(1.5deg);
        -moz-transform: rotate(1.5deg);
        -o-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
        right: 10px;
        left: auto;
    }

@media screen and (max-width : 992px) {
    #parallax-search-response::before,
    #parallax-search-response::after {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    #parallax-search-response::after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

#parallax-search-response .row {
    background-color: #ffffff !important;
    z-index: 2;
}

#parallax-search-response a.disabled,
#parallax-search-response a:hover.disabled {
    color: #696969;
    cursor: not-allowed;
}

#parallax-search-response li {
    line-height: 16px;
}

    #parallax-search-response li.category-hints {
        padding: 6px 12px;
    }

#parallax-search-response .group {
    padding: 0;
    color: #404040;
}

#parallax-search-response .pagination {
    top: 8px;
    position: relative;
    height: 28px;
    line-height: 28px;
}

#hints div {
    margin: 4px 0;
}

    #hints div p {
        line-height: 15px;
    }

        #hints div p.search-type {
            line-height: 12px;
            color: #999999;
            font-size: 11px;
            margin: 0;
            margin-bottom: 6px;
            text-transform: uppercase;
        }

        #hints div p.search-text {
            line-height: 14px;
            color: #696969;
            font-size: 12px;
            margin: 0;
            margin-bottom: 6px;
        }

ul.hints-list.scrollable,
ul.shortcuts-list.scrollable {
    max-height: 500px;
}

.search-hint-link img {
    height: 70px;
}

.search-hint-link .hint {
    font-size: 15px;
    color: #003580;
    color: var(--primary);
}

.search-type {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

.search-text {
    padding-left: 10px;
    color: gray;
}

.fake-link-container {
    margin-top: 10px;
}

    .fake-link-container .custom-fake-link {
        color: #003580;
        color: var(--primary);
        font-weight: bold;
    }

        .fake-link-container .custom-fake-link:hover {
            text-decoration: underline !important;
            color: #00478d !important;
            color: var(--accent) !important;
        }

    .fake-link-container .custom-fake-link-description {
        color: gray !important;
        padding-left: 25px;
    }



@media screen and (min-width: 993px) {
    .fixed-header-menu {
        position: fixed !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 2;
    }

    #second-menu.fixed-header-menu {
        top: 0 !important;
        z-index: 200;
    }

        #second-menu.fixed-header-menu .third-menu {
            top: 50px !important;
        }

        #second-menu.fixed-header-menu.with-left-nav .third-menu {
            top: 50px !important;
        }

    #left-nav.fixed-header-menu {
        top: 50px !important;
        background-color: #ffffff;
    }

    #left-nav.dock-top {
        top: 0 !important;
    }

    .has-fixed-menu:not(.with-left-nav) {
        padding-top: 51px !important;
    }

    .has-fixed-menu.with-left-nav {
        padding-top: 112px !important;
    }
}

/*#endregion */
