@charset "UTF-8";
/*
iq-potree.less
gestione elementi interfaccia Dashboard
*/
/*
iq-platform.less
*/
@font-face {
  font-family: 'Source Sans Variable';
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url('../../fonts/source-sans-variable/SourceSansVariable-Roman.ttf.woff2') format('woff2'), url('../../fonts/source-sans-variable/SourceSansVariable-Roman.ttf.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Variable';
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  src: url('../../fonts/source-sans-variable/SourceSansVariable-Italic.ttf.woff2') format('woff2'), url('../../fonts/source-sans-variable/SourceSansVariable-Italic.ttf.woff') format('woff');
}
/* muli-200 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'), url('../../fonts/muli/muli-v11-latin-200.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-200.woff') format('woff');
}
/* muli-300 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url('../../fonts/muli/muli-v11-latin-300.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-300.woff') format('woff');
}
/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url('../../fonts/muli/muli-v11-latin-regular.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-regular.woff') format('woff');
}
/* muli-italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url('../../fonts/muli/muli-v11-latin-italic.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-italic.woff') format('woff');
}
/* muli-600 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url('../../fonts/muli/muli-v11-latin-600.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-600.woff') format('woff');
}
/* muli-700 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url('../../fonts/muli/muli-v11-latin-700.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-700.woff') format('woff');
}
/* muli-700italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: local('Muli Bold Italic'), local('Muli-BoldItalic'), url('../../fonts/muli/muli-v11-latin-700italic.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-700italic.woff') format('woff');
}
/* muli-900 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: local('Muli Black'), local('Muli-Black'), url('../../fonts/muli/muli-v11-latin-900.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-900.woff') format('woff');
}
/* muli-900italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 900;
  src: local('Muli Black Italic'), local('Muli-BlackItalic'), url('../../fonts/muli/muli-v11-latin-900italic.woff2') format('woff2'), url('../../fonts/muli/muli-v11-latin-900italic.woff') format('woff');
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Mono'), local('RobotoMono-Regular'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-regular.woff2') format('woff2'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-regular.woff') format('woff');
}
/* roboto-mono-700 - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-700.woff2') format('woff2'), url('../../fonts/roboto-mono/roboto-mono-v7-latin-700.woff') format('woff');
}
.fontSans {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
}
.fontSerif {
  font-family: Georgia, Times, serif;
}
.fontMono {
  font-family: "Roboto Mono", Monospace;
}
.fontAlt {
  font-family: "Source Sans Variable", arial, helvetica, sans-serif;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-extralight {
  font-weight: 200;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-extrabold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-app-1 {
  color: #FFFFFF;
}
.bg-app-1 {
  background-color: #FFFFFF !important;
  color: #111111;
}
.bg-app-1 a:not(.btn) {
  color: #111111;
}
.btn-app-1 {
  color: #111111 !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.border-app-1 {
  border-color: #FFFFFF !important;
}
.separatore.separatore--app-1::before {
  background-color: #FFFFFF;
}
.btn-app-1:hover,
.btn-app-1:focus,
.btn-app-1.focus,
.btn-app-1:active,
.btn-app-1.active,
.open > .dropdown-toggle.btn-app-1 {
  color: #111111 !important;
  background-color: #bfbfbf;
  border-color: #bababa;
}
.btn-app-1:active,
.btn-app-1.active,
.open > .dropdown-toggle.btn-app-1 {
  background-image: none;
}
.btn-app-1.disabled,
.btn-app-1[disabled],
fieldset[disabled] .btn-app-1,
.btn-app-1.disabled:hover,
.btn-app-1[disabled]:hover,
fieldset[disabled] .btn-app-1:hover,
.btn-app-1.disabled:focus,
.btn-app-1[disabled]:focus,
fieldset[disabled] .btn-app-1:focus,
.btn-app-1.disabled.focus,
.btn-app-1[disabled].focus,
fieldset[disabled] .btn-app-1.focus,
.btn-app-1.disabled:active,
.btn-app-1[disabled]:active,
fieldset[disabled] .btn-app-1:active,
.btn-app-1.disabled.active,
.btn-app-1[disabled].active,
fieldset[disabled] .btn-app-1.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.text-app-2 {
  color: #000000;
}
.bg-app-2 {
  background-color: #000000 !important;
  color: #A5A7AB;
}
.bg-app-2 a:not(.btn) {
  color: #A5A7AB;
}
.btn-app-2 {
  color: #A5A7AB !important;
  background-color: #000000;
  border-color: #000000;
}
.border-app-2 {
  border-color: #000000 !important;
}
.separatore.separatore--app-2::before {
  background-color: #000000;
}
.btn-app-2:hover,
.btn-app-2:focus,
.btn-app-2.focus,
.btn-app-2:active,
.btn-app-2.active,
.open > .dropdown-toggle.btn-app-2 {
  color: #A5A7AB !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-app-2:active,
.btn-app-2.active,
.open > .dropdown-toggle.btn-app-2 {
  background-image: none;
}
.btn-app-2.disabled,
.btn-app-2[disabled],
fieldset[disabled] .btn-app-2,
.btn-app-2.disabled:hover,
.btn-app-2[disabled]:hover,
fieldset[disabled] .btn-app-2:hover,
.btn-app-2.disabled:focus,
.btn-app-2[disabled]:focus,
fieldset[disabled] .btn-app-2:focus,
.btn-app-2.disabled.focus,
.btn-app-2[disabled].focus,
fieldset[disabled] .btn-app-2.focus,
.btn-app-2.disabled:active,
.btn-app-2[disabled]:active,
fieldset[disabled] .btn-app-2:active,
.btn-app-2.disabled.active,
.btn-app-2[disabled].active,
fieldset[disabled] .btn-app-2.active {
  background-color: #000000;
  border-color: #000000;
}
.text-app-3 {
  color: #E65466;
}
.bg-app-3 {
  background-color: #E65466 !important;
  color: #FFFFFF;
}
.bg-app-3 a:not(.btn) {
  color: #FFFFFF;
}
.btn-app-3 {
  color: #FFFFFF !important;
  background-color: #E65466;
  border-color: #E65466;
}
.border-app-3 {
  border-color: #E65466 !important;
}
.separatore.separatore--app-3::before {
  background-color: #E65466;
}
.btn-app-3:hover,
.btn-app-3:focus,
.btn-app-3.focus,
.btn-app-3:active,
.btn-app-3.active,
.open > .dropdown-toggle.btn-app-3 {
  color: #FFFFFF !important;
  background-color: #a31829;
  border-color: #9a1627;
}
.btn-app-3:active,
.btn-app-3.active,
.open > .dropdown-toggle.btn-app-3 {
  background-image: none;
}
.btn-app-3.disabled,
.btn-app-3[disabled],
fieldset[disabled] .btn-app-3,
.btn-app-3.disabled:hover,
.btn-app-3[disabled]:hover,
fieldset[disabled] .btn-app-3:hover,
.btn-app-3.disabled:focus,
.btn-app-3[disabled]:focus,
fieldset[disabled] .btn-app-3:focus,
.btn-app-3.disabled.focus,
.btn-app-3[disabled].focus,
fieldset[disabled] .btn-app-3.focus,
.btn-app-3.disabled:active,
.btn-app-3[disabled]:active,
fieldset[disabled] .btn-app-3:active,
.btn-app-3.disabled.active,
.btn-app-3[disabled].active,
fieldset[disabled] .btn-app-3.active {
  background-color: #E65466;
  border-color: #E65466;
}
.text-app-4 {
  color: #22252A;
}
.bg-app-4 {
  background-color: #22252A !important;
  color: #A5A7AB;
}
.bg-app-4 a:not(.btn) {
  color: #A5A7AB;
}
.btn-app-4 {
  color: #A5A7AB !important;
  background-color: #22252A;
  border-color: #22252A;
}
.border-app-4 {
  border-color: #22252A !important;
}
.separatore.separatore--app-4::before {
  background-color: #22252A;
}
.btn-app-4:hover,
.btn-app-4:focus,
.btn-app-4.focus,
.btn-app-4:active,
.btn-app-4.active,
.open > .dropdown-toggle.btn-app-4 {
  color: #A5A7AB !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-app-4:active,
.btn-app-4.active,
.open > .dropdown-toggle.btn-app-4 {
  background-image: none;
}
.btn-app-4.disabled,
.btn-app-4[disabled],
fieldset[disabled] .btn-app-4,
.btn-app-4.disabled:hover,
.btn-app-4[disabled]:hover,
fieldset[disabled] .btn-app-4:hover,
.btn-app-4.disabled:focus,
.btn-app-4[disabled]:focus,
fieldset[disabled] .btn-app-4:focus,
.btn-app-4.disabled.focus,
.btn-app-4[disabled].focus,
fieldset[disabled] .btn-app-4.focus,
.btn-app-4.disabled:active,
.btn-app-4[disabled]:active,
fieldset[disabled] .btn-app-4:active,
.btn-app-4.disabled.active,
.btn-app-4[disabled].active,
fieldset[disabled] .btn-app-4.active {
  background-color: #22252A;
  border-color: #22252A;
}
.text-app-5 {
  color: #2D3035;
}
.bg-app-5 {
  background-color: #2D3035 !important;
  color: #A5A7AB;
}
.bg-app-5 a:not(.btn) {
  color: #A5A7AB;
}
.btn-app-5 {
  color: #A5A7AB !important;
  background-color: #2D3035;
  border-color: #2D3035;
}
.border-app-5 {
  border-color: #2D3035 !important;
}
.separatore.separatore--app-5::before {
  background-color: #2D3035;
}
.btn-app-5:hover,
.btn-app-5:focus,
.btn-app-5.focus,
.btn-app-5:active,
.btn-app-5.active,
.open > .dropdown-toggle.btn-app-5 {
  color: #A5A7AB !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-app-5:active,
.btn-app-5.active,
.open > .dropdown-toggle.btn-app-5 {
  background-image: none;
}
.btn-app-5.disabled,
.btn-app-5[disabled],
fieldset[disabled] .btn-app-5,
.btn-app-5.disabled:hover,
.btn-app-5[disabled]:hover,
fieldset[disabled] .btn-app-5:hover,
.btn-app-5.disabled:focus,
.btn-app-5[disabled]:focus,
fieldset[disabled] .btn-app-5:focus,
.btn-app-5.disabled.focus,
.btn-app-5[disabled].focus,
fieldset[disabled] .btn-app-5.focus,
.btn-app-5.disabled:active,
.btn-app-5[disabled]:active,
fieldset[disabled] .btn-app-5:active,
.btn-app-5.disabled.active,
.btn-app-5[disabled].active,
fieldset[disabled] .btn-app-5.active {
  background-color: #2D3035;
  border-color: #2D3035;
}
.text-app-6 {
  color: #34373D;
}
.bg-app-6 {
  background-color: #34373D !important;
  color: #A5A7AB;
}
.bg-app-6 a:not(.btn) {
  color: #A5A7AB;
}
.btn-app-6 {
  color: #A5A7AB !important;
  background-color: #34373D;
  border-color: #34373D;
}
.border-app-6 {
  border-color: #34373D !important;
}
.separatore.separatore--app-6::before {
  background-color: #34373D;
}
.btn-app-6:hover,
.btn-app-6:focus,
.btn-app-6.focus,
.btn-app-6:active,
.btn-app-6.active,
.open > .dropdown-toggle.btn-app-6 {
  color: #A5A7AB !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-app-6:active,
.btn-app-6.active,
.open > .dropdown-toggle.btn-app-6 {
  background-image: none;
}
.btn-app-6.disabled,
.btn-app-6[disabled],
fieldset[disabled] .btn-app-6,
.btn-app-6.disabled:hover,
.btn-app-6[disabled]:hover,
fieldset[disabled] .btn-app-6:hover,
.btn-app-6.disabled:focus,
.btn-app-6[disabled]:focus,
fieldset[disabled] .btn-app-6:focus,
.btn-app-6.disabled.focus,
.btn-app-6[disabled].focus,
fieldset[disabled] .btn-app-6.focus,
.btn-app-6.disabled:active,
.btn-app-6[disabled]:active,
fieldset[disabled] .btn-app-6:active,
.btn-app-6.disabled.active,
.btn-app-6[disabled].active,
fieldset[disabled] .btn-app-6.active {
  background-color: #34373D;
  border-color: #34373D;
}
.text-app-7 {
  color: #95979B;
}
.bg-app-7 {
  background-color: #95979B !important;
  color: #22252A;
}
.bg-app-7 a:not(.btn) {
  color: #22252A;
}
.btn-app-7 {
  color: #22252A !important;
  background-color: #95979B;
  border-color: #95979B;
}
.border-app-7 {
  border-color: #95979B !important;
}
.separatore.separatore--app-7::before {
  background-color: #95979B;
}
.btn-app-7:hover,
.btn-app-7:focus,
.btn-app-7.focus,
.btn-app-7:active,
.btn-app-7.active,
.open > .dropdown-toggle.btn-app-7 {
  color: #22252A !important;
  background-color: #56575b;
  border-color: #515256;
}
.btn-app-7:active,
.btn-app-7.active,
.open > .dropdown-toggle.btn-app-7 {
  background-image: none;
}
.btn-app-7.disabled,
.btn-app-7[disabled],
fieldset[disabled] .btn-app-7,
.btn-app-7.disabled:hover,
.btn-app-7[disabled]:hover,
fieldset[disabled] .btn-app-7:hover,
.btn-app-7.disabled:focus,
.btn-app-7[disabled]:focus,
fieldset[disabled] .btn-app-7:focus,
.btn-app-7.disabled.focus,
.btn-app-7[disabled].focus,
fieldset[disabled] .btn-app-7.focus,
.btn-app-7.disabled:active,
.btn-app-7[disabled]:active,
fieldset[disabled] .btn-app-7:active,
.btn-app-7.disabled.active,
.btn-app-7[disabled].active,
fieldset[disabled] .btn-app-7.active {
  background-color: #95979B;
  border-color: #95979B;
}
.text-app-8 {
  color: #8A8C90;
}
.bg-app-8 {
  background-color: #8A8C90 !important;
  color: #FFFFFF;
}
.bg-app-8 a:not(.btn) {
  color: #FFFFFF;
}
.btn-app-8 {
  color: #FFFFFF !important;
  background-color: #8A8C90;
  border-color: #8A8C90;
}
.border-app-8 {
  border-color: #8A8C90 !important;
}
.separatore.separatore--app-8::before {
  background-color: #8A8C90;
}
.btn-app-8:hover,
.btn-app-8:focus,
.btn-app-8.focus,
.btn-app-8:active,
.btn-app-8.active,
.open > .dropdown-toggle.btn-app-8 {
  color: #FFFFFF !important;
  background-color: #4b4d4f;
  border-color: #46484a;
}
.btn-app-8:active,
.btn-app-8.active,
.open > .dropdown-toggle.btn-app-8 {
  background-image: none;
}
.btn-app-8.disabled,
.btn-app-8[disabled],
fieldset[disabled] .btn-app-8,
.btn-app-8.disabled:hover,
.btn-app-8[disabled]:hover,
fieldset[disabled] .btn-app-8:hover,
.btn-app-8.disabled:focus,
.btn-app-8[disabled]:focus,
fieldset[disabled] .btn-app-8:focus,
.btn-app-8.disabled.focus,
.btn-app-8[disabled].focus,
fieldset[disabled] .btn-app-8.focus,
.btn-app-8.disabled:active,
.btn-app-8[disabled]:active,
fieldset[disabled] .btn-app-8:active,
.btn-app-8.disabled.active,
.btn-app-8[disabled].active,
fieldset[disabled] .btn-app-8.active {
  background-color: #8A8C90;
  border-color: #8A8C90;
}
.text-app-9 {
  color: #484848;
}
.bg-app-9 {
  background-color: #484848 !important;
  color: #FFFFFF;
}
.bg-app-9 a:not(.btn) {
  color: #FFFFFF;
}
.btn-app-9 {
  color: #FFFFFF !important;
  background-color: #484848;
  border-color: #484848;
}
.border-app-9 {
  border-color: #484848 !important;
}
.separatore.separatore--app-9::before {
  background-color: #484848;
}
.btn-app-9:hover,
.btn-app-9:focus,
.btn-app-9.focus,
.btn-app-9:active,
.btn-app-9.active,
.open > .dropdown-toggle.btn-app-9 {
  color: #FFFFFF !important;
  background-color: #080808;
  border-color: #030303;
}
.btn-app-9:active,
.btn-app-9.active,
.open > .dropdown-toggle.btn-app-9 {
  background-image: none;
}
.btn-app-9.disabled,
.btn-app-9[disabled],
fieldset[disabled] .btn-app-9,
.btn-app-9.disabled:hover,
.btn-app-9[disabled]:hover,
fieldset[disabled] .btn-app-9:hover,
.btn-app-9.disabled:focus,
.btn-app-9[disabled]:focus,
fieldset[disabled] .btn-app-9:focus,
.btn-app-9.disabled.focus,
.btn-app-9[disabled].focus,
fieldset[disabled] .btn-app-9.focus,
.btn-app-9.disabled:active,
.btn-app-9[disabled]:active,
fieldset[disabled] .btn-app-9:active,
.btn-app-9.disabled.active,
.btn-app-9[disabled].active,
fieldset[disabled] .btn-app-9.active {
  background-color: #484848;
  border-color: #484848;
}
.text-app-10 {
  color: #BABDC3;
}
.bg-app-10 {
  background-color: #BABDC3 !important;
  color: #22252A;
}
.bg-app-10 a:not(.btn) {
  color: #22252A;
}
.btn-app-10 {
  color: #22252A !important;
  background-color: #BABDC3;
  border-color: #BABDC3;
}
.border-app-10 {
  border-color: #BABDC3 !important;
}
.separatore.separatore--app-10::before {
  background-color: #BABDC3;
}
.btn-app-10:hover,
.btn-app-10:focus,
.btn-app-10.focus,
.btn-app-10:active,
.btn-app-10.active,
.open > .dropdown-toggle.btn-app-10 {
  color: #22252A !important;
  background-color: #767c88;
  border-color: #717782;
}
.btn-app-10:active,
.btn-app-10.active,
.open > .dropdown-toggle.btn-app-10 {
  background-image: none;
}
.btn-app-10.disabled,
.btn-app-10[disabled],
fieldset[disabled] .btn-app-10,
.btn-app-10.disabled:hover,
.btn-app-10[disabled]:hover,
fieldset[disabled] .btn-app-10:hover,
.btn-app-10.disabled:focus,
.btn-app-10[disabled]:focus,
fieldset[disabled] .btn-app-10:focus,
.btn-app-10.disabled.focus,
.btn-app-10[disabled].focus,
fieldset[disabled] .btn-app-10.focus,
.btn-app-10.disabled:active,
.btn-app-10[disabled]:active,
fieldset[disabled] .btn-app-10:active,
.btn-app-10.disabled.active,
.btn-app-10[disabled].active,
fieldset[disabled] .btn-app-10.active {
  background-color: #BABDC3;
  border-color: #BABDC3;
}
.em-size-50 {
  font-size: 0.5em;
}
.em-size-55 {
  font-size: 0.55em;
}
.em-size-60 {
  font-size: 0.6em;
}
.em-size-65 {
  font-size: 0.65em;
}
.em-size-70 {
  font-size: 0.7em;
}
.em-size-75 {
  font-size: 0.75em;
}
.em-size-80 {
  font-size: 0.8em;
}
.em-size-85 {
  font-size: 0.85em;
}
.em-size-90 {
  font-size: 0.9em;
}
.em-size-95 {
  font-size: 0.95em;
}
.em-size-100 {
  font-size: 1em;
}
.em-size-105 {
  font-size: 1.05em;
}
.em-size-110 {
  font-size: 1.1em;
}
.em-size-115 {
  font-size: 1.15em;
}
.em-size-120 {
  font-size: 1.2em;
}
.em-size-125 {
  font-size: 1.25em;
}
.em-size-130 {
  font-size: 1.3em;
}
.em-size-135 {
  font-size: 1.35em;
}
.em-size-140 {
  font-size: 1.4em;
}
.em-size-145 {
  font-size: 1.45em;
}
.em-size-150 {
  font-size: 1.5em;
}
.thumb-16 {
  width: 16px;
}
.thumb-32 {
  width: 32px;
}
.thumb-48 {
  width: 48px;
}
.thumb-64 {
  width: 64px;
}
.thumb-80 {
  width: 80px;
}
.thumb-96 {
  width: 96px;
}
.thumb-112 {
  width: 112px;
}
.thumb-128 {
  width: 128px;
}
.thumb-144 {
  width: 144px;
}
.thumb-160 {
  width: 160px;
}
.thumb-176 {
  width: 176px;
}
.thumb-192 {
  width: 192px;
}
.thumb-208 {
  width: 208px;
}
.thumb-224 {
  width: 224px;
}
.thumb-240 {
  width: 240px;
}
.thumb-256 {
  width: 256px;
}
.thumb-272 {
  width: 272px;
}
.thumb-288 {
  width: 288px;
}
.thumb-304 {
  width: 304px;
}
.thumb-320 {
  width: 320px;
}
.thumb-336 {
  width: 336px;
}
.thumb-352 {
  width: 352px;
}
.thumb-368 {
  width: 368px;
}
.thumb-384 {
  width: 384px;
}
.thumb-400 {
  width: 400px;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap !important;
}
pre.licenze {
  background: transparent;
  border: none;
  color: #A5A7AB;
  padding: 0;
  margin: 0;
}
code.licenze {
  background: transparent;
  border: none;
  color: #A5A7AB;
  padding: 0;
  margin: 0;
}
/* inizio tema */
html,
body {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  height: auto !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
  user-select: none;
  background-color: #22252A;
}
body {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
  color: #A5A7AB;
  height: 100%;
}
::selection {
  color: #FFF;
  background: #E65466;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
.select-text {
  user-select: text;
}
#contenitore {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0;
  max-width: 1920px;
  height: 100vh;
}
section.full {
  width: 100%;
  min-height: 100vh;
}
a {
  color: #F9F9F9;
  transition: all 0.3s;
}
a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.9rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
}
ol,
ul {
  padding-left: 20px;
}
b,
strong {
  font-weight: 700;
}
hr {
  border: solid #E5E5E5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 12px 0 12px 0;
}
.align-middle {
  vertical-align: middle;
}
.card-body hr {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #282A2F;
}
hr.inverse {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #282A2F;
}
figcaption {
  color: #767676;
  font-size: 1.4rem;
}
.sottolineato {
  border-bottom: 2px solid;
}
.sottolineato.tema {
  border-color: #E65466;
}
.sottolineato.giallo {
  border-color: #FF9B30;
}
.sottolineato.rosso {
  border-color: #E65466;
}
.sottolineato.grigio {
  border-color: #6A6C70;
}
.sottolineato.grigio-chiaro {
  border-color: #BABDC3;
}
.sottolineato.grigio-scuro {
  border-color: #8A8C90;
}
.sottolineato.nero {
  border-color: #22252A;
}
.sottolineato.bianco {
  border-color: #FFF;
}
.no-overflow {
  overflow: hidden;
}
.nav-pills > li {
  padding: 0;
  border: 0;
}
.nav-tabs {
  margin-bottom: 0;
}
.popover {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  font-weight: 600;
  background: #22252A !important;
}
.popover.top .arrow:after {
  border-bottom-color: #22252A;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.popover.top > .arrow:after {
  border-top-color: #22252A;
}
.select2-container--default .select2-selection--single {
  background-color: #2D3035;
  border: 1px solid #444951;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8A8D93;
}
/* margini e padding */
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* margini e padding personalizzati */
.mt-navbar {
  margin-top: 71px !important;
}
.mt-logo-navbar {
  margin-top: 10px;
}
.mt-pulsante-navbar {
  margin-top: 16px;
}
.mb-cop {
  margin-bottom: 20px !important;
}
/* interlinea */
.text-height-100 {
  line-height: 100% !important;
}
.text-height-110 {
  line-height: 110% !important;
}
.text-height-120 {
  line-height: 120% !important;
}
.text-height-130 {
  line-height: 130% !important;
}
.text-height-140 {
  line-height: 140% !important;
}
.text-height-150 {
  line-height: 150% !important;
}
.text-height-160 {
  line-height: 160% !important;
}
.text-height-170 {
  line-height: 170% !important;
}
/* border-radius */
.br0 {
  border-radius: 0 !important;
}
.br-sm {
  border-radius: 4px !important;
}
.br-md {
  border-radius: 8px !important;
}
.br-lg {
  border-radius: 16px !important;
}
.br-xl {
  border-radius: 32px !important;
}
/* sottolineato */
.u0:hover {
  text-decoration: none;
}
/* bordi */
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #E65466 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
/* spaziatura caratteri */
.ls-xs {
  letter-spacing: -2px !important;
}
.ls-sm {
  letter-spacing: -1px !important;
}
.ls-md {
  letter-spacing: 1px !important;
}
.ls-lg {
  letter-spacing: 2px !important;
}
.ls-xl {
  letter-spacing: 4px !important;
}
/* interlinea */
.lh-sm {
  line-height: 1.1 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 1.9 !important;
}
.lh-xl {
  line-height: 2.3 !important;
}
/* numero linee fisso */
.ln-0 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ln-1 {
  line-height: 1.3em;
  min-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
}
.ln-2 {
  line-height: 1.3em;
  min-height: 2.6em;
  height: 2.6em;
  overflow: hidden;
}
.text-middle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* colori testo */
.text-tema {
  color: #E65466 !important;
}
.text-testo {
  color: #A5A7AB !important;
}
.text-nero {
  color: #22252A !important;
}
.text-bianco {
  /* color: @coloreBianco !important; */
  color: #D9D9D9 !important;
}
.text-rosso {
  color: #E65466 !important;
}
.text-giallo {
  color: #FF9B30 !important;
}
.text-verde {
  color: #64C5B1 !important;
}
.text-verde-alt {
  color: #6BE000 !important;
}
.text-blu {
  color: #0B2749 !important;
}
.text-grigio {
  color: #6A6C70 !important;
}
.text-grigio-chiaro {
  color: #BABDC3 !important;
}
.text-grigio-scuro {
  color: #8A8C90 !important;
}
.text-arancione {
  color: #F7931A !important;
}
.text-viola {
  color: #864CD9 !important;
}
/* colori sfondo */
.bg-default {
  background-color: #FFF !important;
}
.bg-dark {
  background-color: #2D3035 !important;
  color: #A5A7AB !important;
}
.bg-tema {
  background-color: #E65466 !important;
  color: #FFF !important;
}
.bg-tema a {
  color: #FFF !important;
}
.bg-bianco {
  background-color: #FFF !important;
  color: #333 !important;
}
.bg-bianco a {
  color: #333 !important;
}
.bg-rosso {
  background-color: #E65466 !important;
  color: #FFF !important;
}
.bg-rosso a {
  color: #FFF !important;
}
.bg-nero {
  background-color: #22252A !important;
  color: #8A8D93 !important;
}
.bg-nero a:not(.btn) {
  color: #8A8D93 !important;
}
.bg-blu {
  background-color: #0B2749 !important;
  color: #FFF !important;
}
.bg-blu a {
  color: #FFF;
}
.bg-giallo {
  background-color: #FF9B30 !important;
  color: #171717 !important;
}
.bg-giallo a {
  color: #171717 !important;
}
.bg-arancione {
  background-color: #F7931A !important;
  color: #FFF !important;
}
.bg-arancione a {
  color: #FFF;
}
.bg-viola {
  background-color: #864CD9 !important;
  color: #FFF !important;
}
.bg-viola a {
  color: #FFF;
}
.bg-grigio {
  background-color: #6A6C70 !important;
  color: #333 !important;
}
.bg-grigio a {
  color: #333;
}
.bg-grigio-chiaro {
  background-color: #BABDC3 !important;
  color: #333 !important;
}
.bg-grigio-chiaro a {
  color: #333;
}
.bg-grigio-scuro {
  background-color: #8A8C90 !important;
  color: #F1F1F1;
}
.bg-grigio-scuro a {
  color: #F1F1F1;
}
.bg-verde {
  background-color: #64C5B1 !important;
  color: #FFF !important;
}
.bg-verde a {
  color: #FFF;
}
.bg-verde-alt {
  background-color: #6BE000 !important;
  color: #FFF !important;
}
.bg-verde-alt a {
  color: #FFF;
}
.bg-gradiente {
  background: #50bebe;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #50bebe 0px, #41aaaa 50%, #0099cb 100%) repeat scroll 0 0;
  color: #FFF;
}
.bg-gradiente a {
  color: #FFF;
}
.alert-tema {
  background-color: #e33e52;
  color: #FFF;
}
.alert-tema a {
  color: #FFF;
}
.alert-tema a:hover {
  text-decoration: none !important;
}
.alert-inverse {
  background-color: #22252A;
  color: #8A8D93;
}
.alert-inverse.t50 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #8A8D93;
}
.alert-inverse.t85 {
  background-color: rgba(0, 0, 0, 0.85);
  color: #8A8D93;
}
.alert-inverse a:not(.btn) {
  color: #8A8D93;
}
.alert-inverse a:hover {
  text-decoration: none !important;
}
.alert-inverse button.close {
  color: #FFF;
}
.alert-bianco {
  background-color: #FFF;
  color: #333;
}
.alert-bianco.t50 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
}
.alert-bianco a {
  color: #333;
}
.alert-bianco a:hover {
  text-decoration: none !important;
}
.alert-bianco button.close {
  color: #171717;
}
.alert-minimalist {
  background-color: #f1f2f0;
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: #959595;
  padding: 10px;
  z-index: 4500;
}
.alert-minimalist > [data-notify="icon"] {
  height: 50px;
  margin-right: 12px;
  background: #22252A;
}
.alert-minimalist > [data-notify="title"] {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 80%;
}
.alert-trasparente {
  background-color: transparent;
  color: #8A8D93;
}
[data-notify="container"][class*="alert-pastel-"] {
  background-color: #6A6C70;
  border-width: 0px;
  border-left: 25px solid #22252A;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}
[data-notify="container"].alert-pastel-info {
  border-left-color: #ffb328;
}
[data-notify="container"].alert-pastel-danger {
  border-left-color: #ff674c;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
  color: #505039;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
  font-weight: 400;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background-color: #E65466;
  border: 1px solid #E65466;
  border-radius: 4px;
}
label.control-label {
  color: #6A6C70;
}
.inline {
  display: inline-block !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #E65466;
  border-color: #E65466;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 1.3rem;
  padding: 4px 4px;
  margin: 0 1px;
  color: #999;
  border: none;
  background-color: transparent !important;
}
/* tabelle */
.table-responsive {
  border: none;
}
.table > tbody > tr > td {
  vertical-align: middle;
  padding-left: 10px;
}
.table > tbody > tr > th {
  vertical-align: middle;
  padding-left: 10px;
}
.table > tbody > tr > th.no-wrap,
.table > tbody > tr > td.no-wrap {
  white-space: nowrap;
}
.bg-nero .table-striped > tbody > tr:nth-child(odd) > td,
.bg-nero .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #4C5258;
}
.bg-nero table.table-bordered > tbody > tr > th,
.bg-nero table.table-bordered > tbody > tr > td {
  border: 1px solid #545A60;
}
.table.tableRiepilogoOrdini tr td:last-child {
  text-align: right;
}
.table.table-prodotti {
  margin-top: 25px !important;
}
.table.table-prodotti tr th {
  font-size: 1em;
}
.table.table-prodotti tr td {
  font-size: 0.9em;
}
.table.table-prodotti tr td:nth-child(1) {
  color: #6A6C70;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table.table-prodotti tr td:nth-child(2) {
  font-weight: bold;
  color: #A5A7AB;
}
.table.table-prodotti tr td:nth-child(3) {
  white-space: nowrap;
}
.table.table-prodotti tr td:nth-child(6) {
  white-space: nowrap;
}
/* Owl */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 1.4rem;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 8px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #BABDC3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #E65466;
}
textarea {
  outline: none;
}
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: #2d2d2d !important;
  border-width: 2px;
  box-shadow: none;
  outline: 0 none;
}
textarea {
  width: 100%;
  padding: 17px;
  height: 250px;
  background-color: #2D3035;
  border: 1px solid #444951;
  font-size: 15px;
  line-height: 1.6;
  color: #D9D9D9;
}
textarea.sm {
  height: 120px;
}
textarea.codice {
  height: 120px;
  font-family: "Roboto Mono", Monospace;
  font-size: 1.3rem;
}
textarea.codice.xl {
  height: 240px;
  font-size: 1.3rem;
}
textarea.codice:focus {
  border-color: #E65466 !important;
  border-width: 1px;
}
.switch * {
  cursor: pointer;
  margin: 0px 0 0 0;
}
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.switch small {
  position: relative;
  top: -7px;
  line-height: 1;
}
.switch span {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  background-color: #FFF;
  border: 1px solid #4C5056;
  border-radius: 100px;
  transition: all 0.5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #FFF;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #DDD;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
}
.switch input:checked + span {
  background-color: #E65466;
  border-color: #E65466;
  transition: all 0.5s;
}
.switch input:checked + span:after {
  left: 50%;
  transition: all 0.2s;
}
.zindex-sm {
  z-index: 100;
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.bordato {
  border: 1px solid #535B60;
}
.assoluto {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.fisso {
  overflow: hidden;
}
.h96 {
  height: 96px !important;
}
.h128 {
  height: 128px !important;
}
.h200 {
  height: 200px !important;
}
.h250 {
  height: 250px !important;
}
.h300 {
  height: 300px !important;
}
.h350 {
  height: 350px !important;
}
.h400 {
  height: 400px !important;
}
.h450 {
  height: 450px !important;
}
.h500 {
  height: 500px !important;
}
.sticky {
  position: sticky;
  top: 0px;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.dashtext-0 {
  color: #A5A7AB;
}
.dashtext-1 {
  color: #BEC2C6;
}
.dashtext-2 {
  color: #8A8D93;
}
.dashtext-3 {
  color: #6A6C70;
}
.dashtext-4 {
  color: #D5D7DB;
}
.dashtext-5 {
  color: #4A4C50;
}
.dashtext-10 {
  color: #EF8C99;
}
.dashtext-11 {
  color: #864DD9;
}
.dashtext-12 {
  color: #CF53F9;
}
.dashtext-13 {
  color: #E95F71;
}
.dashtext-14 {
  color: #7127AC;
}
.dashtext-21 {
  color: #723AC3;
}
.dashtext-22 {
  color: #864DD9;
}
.dashtext-23 {
  color: #9762E6;
}
.dashtext-24 {
  color: #A678EB;
}
.dashbg-1 {
  background: #864DD9;
}
.dashbg-2 {
  background: #CF53F9;
}
.dashbg-3 {
  background: #E95F71;
}
.dashbg-4 {
  background: #7127AC;
}
.dashbg-5 {
  background: #EF8C99;
}
.container {
  width: auto;
}
.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.topbar .topbar-left {
  float: left;
  text-align: center;
  height: 70px;
  position: relative;
  width: 280px;
  z-index: 1;
  background-color: #2D3035;
}
.navbar-default {
  background-color: #2D3035;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #34373D;
  margin-bottom: 0;
  padding: 0 10px;
}
.navbar-default .navbar-left li a.menu-item:hover,
.navbar-default .navbar-right li a.menu-item:hover {
  color: #E65466;
}
.navbar-default .navbar-left li a.menu-item,
.navbar-default .navbar-right li a.menu-item {
  padding: 0 15px;
  line-height: 70px;
}
.topbar-logo {
  margin: 20px auto 0 0px;
}
.topbar-logo svg.logo-dash-desktop {
  width: 32px;
  display: inline-block;
}
.topbar-logo:hover {
  text-decoration: none;
  color: #8A8D93;
}
.user-box a.user-link {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.user-box .user-img {
  position: relative;
  height: 36px;
  width: 36px;
  margin: 0 auto;
}
.navbar-default .dash-menu-item {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 1.9rem;
  border: 2px solid transparent !important;
  line-height: 33px;
  text-align: center;
  margin: 16px 5px;
  color: #A5A7AB !important;
  background-color: transparent !important;
}
.navbar-default .dash-menu-item .badge {
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  font-size: 1.2rem;
  position: absolute;
}
.navbar-default .dash-menu-item:hover {
  color: #E65466 !important;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #A5A7AB !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.side-menu {
  width: 280px;
  z-index: 501;
  background: #2D3035;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  position: fixed;
  top: 70px;
  border-right: 1px solid #34373d;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.side-menu .waves-effect .waves-ripple {
  background-color: rgba(100, 197, 177, 0.4);
}
.content-page {
  margin-left: 280px;
  overflow: hidden;
}
.content-page .content {
  margin-top: 70px;
}
.button-menu-mobile {
  border: none;
  color: #6A6C70;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 2.4rem;
}
#sidebar-menu .sidebar-header {
  padding: 30px 20px;
}
#sidebar-menu .sidebar-header h1,
#sidebar-menu .sidebar-header p {
  margin-bottom: 0;
}
#sidebar-menu .sidebar-header h1 {
  color: #8a8d93;
}
#sidebar-menu .sidebar-header p {
  font-size: 0.9rem;
}
#sidebar-menu span.heading {
  font-weight: 700;
  margin-left: 20px;
  color: #494d53;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#sidebar-menu .user-block {
  margin: 17px 17px 17px 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidebar-menu .user-block h3 {
  font-size: 1.9rem;
  color: #A5A7AB;
}
#sidebar-menu .user-block .avatar .icona {
  font-size: 4rem;
}
#sidebar-menu > ul > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #95979B;
  padding: 14px 20px;
  margin: 2px 0;
}
#sidebar-menu > ul > li > a:hover,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:active {
  text-decoration: none;
  background-color: #34373D;
}
#sidebar-menu > ul > li > a:hover .fa,
#sidebar-menu > ul > li > a:hover .fal,
#sidebar-menu > ul > li > a:hover .far,
#sidebar-menu > ul > li > a:hover .fas {
  color: #E65466;
}
#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}
#sidebar-menu {
  padding-top: 10px;
}
#sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  text-rendering: auto;
  line-height: 30px;
  font-size: 1.55rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#sidebar-menu .menu-arrow:before {
  content: "\f105";
}
#sidebar-menu .badge,
#sidebar-menu .label {
  margin-top: 3px;
}
#sidebar-menu li.active .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0 17px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  padding-right: 42px;
  border-right: 1px solid #454649;
}
#sidebar-menu ul li a .drop-arrow {
  float: right;
}
#sidebar-menu ul li a .drop-arrow i {
  margin-right: 0;
}
#sidebar-menu > ul > li > a.active {
  color: #ffffff !important;
  background-color: #34373d;
}
.nav-second-level.nav li a,
.nav-thrid-level.nav li a {
  padding: 8px 10px 8px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #6A6C70;
  background-color: #22252A;
}
.nav-second-level.nav li a:focus,
.nav-thrid-level.nav li a:focus {
  background-color: #2D3035;
}
.nav-second-level.nav li a:hover,
.nav-thrid-level.nav li a:hover {
  background-color: #292C32;
  color: #FFF;
}
.nav-second-level.nav > li > a {
  padding-left: 58px;
}
.nav-second-level.nav li.active > a {
  color: #FFF;
  background-color: #2D3035;
}
.nav-third-level.nav > li > a {
  padding-left: 68px;
}
.nav-third-level.nav li.active > a {
  color: #FFF;
}
.menu-title {
  padding: 3px 20px !important;
  /* letter-spacing: .05em; */
  pointer-events: none;
  cursor: default;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: none;
  color: #595D63;
}
.enlarged .slimScrollDiv,
.enlarged .slimscroll-menu {
  overflow: inherit !important;
}
.enlarged .slimScrollBar {
  visibility: hidden;
}
.enlarged #wrapper #sidebar-menu .menu-title,
.enlarged #wrapper #sidebar-menu .menu-arrow,
.enlarged #wrapper #sidebar-menu .label,
.enlarged #wrapper #sidebar-menu .badge {
  display: none !important;
}
.enlarged #wrapper .topbar-logo .topbar-logo-iqsystem {
  display: none;
}
.enlarged #sidebar-menu .user-block .media-left {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.enlarged #sidebar-menu .user-block .avatar .icona {
  font-size: 2.8rem;
}
.enlarged #sidebar-menu .user-block .media-body {
  display: none;
}
.enlarged #wrapper #sidebar-menu .collapse.in {
  display: none !important;
}
.enlarged #wrapper #sidebar-menu .nav.collapse {
  height: inherit !important;
}
.enlarged #wrapper #sidebar-menu ul ul {
  margin-top: -2px;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #2D3035;
}
.enlarged #wrapper .left.side-menu {
  width: 70px;
  z-index: 5;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 55px;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover {
  color: #FFF !important;
  background-color: #34373D;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active {
  color: #FFF !important;
  background-color: #34373D;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
  color: #FFF !important;
  background-color: #34373D;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a i {
  height: 26px;
  font-size: 18px;
  margin-right: 20px !important;
  border: none;
}
.enlarged #wrapper .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: 0.2em 0.6em 0.3em !important;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li {
  position: relative;
  line-height: 1.3;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 300px;
  color: #A5A7AB !important;
  background-color: #34373D;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 230px;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 230px;
  z-index: 6;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #FFF;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 230px;
  margin-top: -36px;
  position: absolute;
  width: 230px;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
  color: #FFF;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}
.enlarged #wrapper .left.side-menu .user-details {
  display: none;
}
.enlarged #wrapper .content-page {
  margin-left: 70px;
}
.enlarged #wrapper .footer {
  left: 70px;
}
.enlarged #wrapper .topbar .topbar-left {
  width: 70px !important;
}
.enlarged #wrapper .topbar .topbar-left .logo svg.ccode-desktop {
  display: none;
}
.enlarged #wrapper .topbar .topbar-left .logo svg.ccode {
  display: block;
}
.enlarged #wrapper #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}
.enlarged #wrapper #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}
#wrapper.right-bar-enabled .right-bar {
  right: 0;
}
#wrapper.right-bar-enabled .left-layout {
  left: 0;
}
.page-title-box {
  padding: 15px 20px;
  margin: 0 -20px 20px;
  background-color: #2D3035;
  height: 48px;
}
.page-title-box .page-title {
  float: left;
}
.page-title-box .tool-sx {
  float: left;
  display: none;
}
.page-title-box .tool-dx {
  float: right;
  margin-top: -5px;
}
.page-title-box .breadcrumb {
  float: right;
  background-color: transparent !important;
}
.card {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-bottom: 0;
}
.card {
  background-color: #2D3035;
  border: 1px solid #2D3035;
  color: #8A8D93;
  border-radius: 0;
}
.card a:hover {
  text-decoration: none;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-body {
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #34373D;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #34373D;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  padding: 1.25rem;
}
.card-img-overlay-opacity {
  background: rgba(0, 0, 0, 0.2);
}
.card-img {
  border-radius: 0;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck .card {
  margin-bottom: 15px;
}
.card img.thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.card img.thumbfull {
  width: 240px;
  height: 120px;
  object-fit: cover;
}
.card table {
  border: none;
}
.card table tr th {
  border: none;
}
.card table tr td {
  border-color: #34373D;
}
.card table.table-bordered > tbody > tr > th,
.card table.table-bordered > tbody > tr > td {
  border: 1px solid #34373D;
}
.card table.table-striped > tbody > tr:nth-child(odd) > td,
.card table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #282B2F;
}
@media (min-width: 576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.card .list-group-item {
  background: #2D3035;
  border-color: #34373d;
}
.login-page {
  position: relative;
}
.login-page .container {
  min-height: 100vh;
  z-index: 1;
  padding: 20px;
  max-width: 1200px;
}
.login-page .form-holder {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.login-page .form-holder .info,
.login-page .form-holder .form {
  min-height: 40vh;
  padding: 32px;
  height: 100%;
}
.login-page .form-holder div {
  padding: 0;
}
.login-page .form-holder .info {
  background: rgba(230, 84, 102, 0.9);
  color: #FFF;
}
.login-page .form-holder .form {
  background: #2D3035;
}
.login-page .form-holder .form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.login-page .form-holder .form .content {
  width: 100%;
}
.login-page .form-holder .form form {
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .login-page .form-holder .info,
  .login-page .form-holder .form {
    min-height: auto;
    padding: 40px;
    height: 100%;
  }
}
input {
  outline: none;
}
input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #444951;
  padding: 10px 0;
  font-size: 2.1rem;
  background: transparent;
  color: #A5A7AB;
}
input.input-material.is-invalid {
  border-color: #BB414D !important;
}
input.input-material:focus {
  border-color: #E65466 !important;
  border-width: 1px;
}
input.input-material ~ label {
  color: #AAA;
  position: absolute;
  top: 14px;
  left: 0;
  cursor: text;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 400;
}
input.input-material ~ label.active {
  font-size: 1.4rem;
  top: -10px;
  color: #FFF;
}
input.input-material ~ label.is-invalid ~ label {
  color: #bb414d;
}
.block {
  padding: 20px;
  background: #2D3035;
  color: #8A8D93;
}
.form-control {
  border: 1px solid #444951;
  background: #2D3035;
  border-radius: 0;
  color: #E9E9E9;
  font-family: "Roboto Mono", Monospace;
  font-weight: 400;
  font-size: 1.25rem;
}
input.form-control:focus {
  border-width: 1px;
  border-color: #E65466 !important;
}
.dropdown-menu {
  background-color: #32363e;
  color: #D9D9D9;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #3b3e45;
  border-radius: 0;
}
.dropdown-menu a {
  padding: 8px 15px !important;
  font-size: 1.3rem;
  color: #A5A7AB !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: #E65466;
  color: #FFF !important;
  outline: 0;
}
.dropdown-menu > li > a:focus {
  background-color: #E65466;
  color: #FFF !important;
}
.dropdown-menu > li > a:hover {
  background-color: #22252A;
  color: #8A8D93 !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  right: 15px;
  margin-top: 10px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  background-color: #E65466;
  color: #FFF;
  border: none;
  font-weight: 700;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 5px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: none;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #797979;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -21px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 3px;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e2e2e2;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #64c5b1;
  border-color: #64c5b1;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4489e4;
  border-color: #4489e4;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f96a74;
  border-color: #f96a74;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #34d3eb;
  border-color: #34d3eb;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffa91c;
  border-color: #ffa91c;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #32c861;
  border-color: #32c861;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-tema input[type="checkbox"]:checked + label::before {
  background-color: #E65466;
  border-color: #E65466;
}
.checkbox-tema input[type="checkbox"]:checked + label::after {
  color: #FFF;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #36404C;
  border-color: #36404C;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #FFF;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #FFF;
  border-radius: 50%;
  border: none;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #797979;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 6px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #4489e4;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #4489e4;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #4489e4;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #f96a74;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f96a74;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f96a74;
}
.radio-info input[type="radio"] + label::after {
  background-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #34d3eb;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffa91c;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffa91c;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffa91c;
}
.radio-success input[type="radio"] + label::after {
  background-color: #32c861;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #32c861;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #32c861;
}
.radio-tema input[type="radio"] + label::after {
  background-color: #E65466;
}
.radio-tema input[type="radio"]:checked + label::before {
  border-color: #E65466;
}
.radio-tema input[type="radio"]:checked + label::after {
  background-color: #E65466;
}
.radio-inverse input[type="radio"] + label::after {
  background-color: #36404C;
}
.radio-inverse input[type="radio"]:checked + label::before {
  border-color: #36404C;
}
.radio-inverse input[type="radio"]:checked + label::after {
  background-color: #36404C;
}
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #CCC;
  margin-right: 5px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #1C75BF;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}
.c-radio span {
  border-radius: 500px;
}
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
}
input[type=checkbox]:checked + span:before,
input[type=radio]:checked + span:before {
  color: #FFF;
  opacity: 1;
  transition: color 0.3s ease-out;
}
input[type=radio]:checked + span {
  background-color: #FFF;
}
input[type=radio]:checked + span:before {
  color: #E65466;
}
input[type=checkbox]:disabled + span,
input[type=radio]:disabled + span {
  border-color: #DDD !important;
  background-color: #DDD !important;
}
input[type=radio]:disabled + span {
  background-color: #FFF !important;
}
input[type=radio]:disabled + span:before {
  color: #DDD;
}
.moduloGenerico .search-panel {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
}
.moduloGenerico .search-inner .form-group {
  position: relative;
}
.moduloGenerico .search-inner .submit {
  background: none;
  font-size: 3.2rem;
  position: absolute;
  right: 0;
  bottom: -3px;
  color: #E65466;
  border: none;
  font-weight: 700 !important;
}
.moduloGenerico .search-inner .btn-small {
  background: none;
  font-size: 1.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #E65466;
  border: none;
  font-weight: 700 !important;
  cursor: pointer;
}
.moduloGenerico .search-inner span#azzeraFiltra {
  background: none;
  font-size: 2.6rem;
  position: absolute;
  right: 0;
  bottom: -3px;
  color: #E65466;
  border: none;
  font-weight: 700 !important;
  cursor: pointer;
}
.moduloGenerico .search-inner .submit:hover {
  color: #FFF;
}
.moduloGenerico .search-inner input {
  background: none;
  width: 100%;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #444951;
  color: #A5A7AB;
}
.moduloGenerico .search-inner input.small {
  font-size: 1.9rem;
  letter-spacing: 0;
}
.moduloGenerico .search-inner input:focus {
  border-color: #E65466 !important;
}
.moduloGenerico .search-inner input::-moz-placeholder {
  font-weight: 300 !important;
  color: #6A6C70;
}
.moduloGenerico .search-inner input::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #6A6C70;
}
.moduloGenerico .search-inner input:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #6A6C70;
}
.search__input {
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.search__input {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
  letter-spacing: -0.1rem;
  line-height: 1.5;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0.1em;
  color: #BABDC3;
  background: none;
  border: none;
  border-bottom: 1px solid #444951;
}
.search__input:focus {
  border-color: #E65466 !important;
}
.search__input::-webkit-input-placeholder {
  font-weight: 200;
  color: #6A6C70;
}
.search__input::-moz-placeholder {
  opacity: 1;
  font-weight: 200;
  color: #6A6C70;
}
.search__input:-ms-input-placeholder {
  font-weight: 200;
  color: #6A6C70;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.modal.inverse .modal-header {
  border-bottom: 1px solid #34373D;
}
.modal.inverse .modal-footer {
  border-top: 1px solid #34373D;
}
.modal.inverse button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  color: #FFF;
}
.modal.inverse .close {
  opacity: 0.5;
}
#modalScheda .modal-header {
  padding: 15px;
  border-bottom: none;
}
#ModalDB .modal-header {
  padding: 12px;
  border-bottom: none;
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #FFF;
  display: inline-block;
  font-size: 1.5rem;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 1.5rem;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 1;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
}
.bootstrap-dialog .close {
  opacity: 0.5;
}
.bootstrap-dialog button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  color: #FFF;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #22252A;
  border-bottom: 1px solid #34373D;
}
.bootstrap-dialog.type-primary .modal-content {
  background-color: #2D3035;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #22252A;
  border-bottom: 1px solid #34373D;
}
.bootstrap-dialog.type-primary .modal-footer {
  border-top: 1px solid #34373D;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#frecciaToolbarDx {
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#frecciaToolbarDx.aperto {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 990px) {
  .side-menu {
    width: 100%;
  }
}
@media (max-width: 990px) {
  body {
    overflow-x: hidden;
  }
  .topbar-left {
    width: 70px !important;
  }
  .navbar-custom {
    margin-left: 70px !important;
  }
  .topbar .topbar-left {
    height: 70px;
  }
  .navbar-nav.navbar-right {
    float: right;
  }
  .content-page {
    margin-left: 0 !important;
  }
  .enlarged .left.side-menu {
    margin-left: -70px;
  }
  .footer {
    left: 0 !important;
  }
  .mobile-sidebar {
    left: 0;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
  .m-t-sm-50 {
    margin-top: 50px !important;
  }
}
@media (max-width: 990px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .navbar-nav .open .dropdown-menu li {
    display: block;
  }
  .navbar-nav {
    margin: 0;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
  .dropdown-lg {
    width: 200px !important;
  }
  .user-box {
    float: right;
  }
  .dataTables_length {
    float: none;
    margin-bottom: 10px;
  }
}
.Aligner-item--top {
  align-self: flex-start;
}
.Aligner-item--bottom {
  align-self: flex-end;
  justify-content: center;
}
.Aligner-item--center {
  align-self: center;
}
.qq-uploader {
  position: relative;
  margin: 0px auto;
  width: 100%;
  padding: 5px;
  background: transparent;
}
.qq-upload-button {
  display: block;
  margin: 0 auto;
}
.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #A5A7AB;
  background: #22252A;
  border: 2px dashed #E65466;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-drop-area-active {
  background: #2D3035;
}
.qq-upload-list {
  margin: 15px 35px;
  padding: 0;
  list-style: disc;
}
.qq-upload-list li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  margin-right: 7px;
}
.qq-upload-spinner {
  display: inline-block;
  background: url("../images/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
  font-size: 11px;
}
.qq-upload-failed-text {
  display: none;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  cursor: pointer;
  line-height: 16px;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
}
div.colorPicker-palette {
  width: 138px;
  position: absolute;
  border: 1px solid #22252A;
  background-color: #2D3035;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  padding: 6px;
  z-index: 9999;
}
div.colorPicker_hexWrap {
  width: 100%;
  float: left;
}
div.colorPicker_hexWrap label {
  font-family: "Source Sans Variable", arial, helvetica, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
  margin: 5px 2px;
  width: 25%;
}
div.colorPicker_hexWrap input {
  margin: 5px 2px;
  padding: 0 3px;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #000;
  border: none;
  color: #A5A7AB;
  width: 65%;
}
div.colorPicker-swatch {
  height: 14px;
  width: 14px;
  margin: 3px;
  float: left;
  cursor: pointer;
  line-height: 14px;
}
.pw_content {
  position: absolute;
  top: 10px;
  width: 100%;
  height: calc(100vh - 140px);
  box-sizing: border-box;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #555;
  opacity: 1;
}
#cc-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#cc-list li .nomeDid {
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cc-list li .nomeDid a {
  color: #E9E9E9;
  font-style: normal;
  font-size: 1.4rem;
}
#cc-list li .nomeDid a.editable-empty {
  color: #FFAA00;
}
#cc-list li .sposta {
  cursor: move;
}
#cc-list li .elimina:hover {
  cursor: pointer;
}
#cc-list p {
  font-size: 11px;
  text-transform: none;
}
#pag-list,
#schede-list,
#link-list,
#ads-list,
#shipping-list,
#group-list,
#gruppietic-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#pag-list:hover,
#link-list:hover,
#ads-list:hover,
#shipping-list:hover,
#group-list:hover,
#gruppietic-list:hover {
  cursor: move;
}
ol.sortable,
ol.sortable ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}
ol.sortable {
  margin: 25px 0;
  min-height: 100px;
}
.sortable li {
  margin: 7px 0 0 0;
  padding: 0;
  width: 100%;
}
.sortable li div {
  cursor: move;
}
.sortable li .icona a {
  color: #FFF;
}
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
  border-color: #999;
  background: #FAFAFA;
}
.disclose {
  cursor: pointer;
  display: none;
}
.sortable li.mjs-nestedSortable-collapsed > ol {
  display: none;
}
.sortable li.mjs-nestedSortable-branch .disclose {
  display: inline-block;
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  line-height: 1;
  color: #656573;
  padding: 0;
}
.sortable li.mjs-nestedSortable-collapsed > div > div > div > div > h4 > .disclose > span:before {
  content: "\f067";
}
.sortable li.mjs-nestedSortable-expanded > div > div > div > div > h4 > .disclose > span:before {
  content: "\f068";
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  margin-left: 0;
  color: #A5A7AB;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: dotted 2px #6A6C70;
}
.note-editor {
  font-family: "Source Sans Variable", arial, helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #171717;
}
.note-editor a {
  color: #0174E8;
}
.note-editor .form-control {
  color: #000;
}
.note-editor.card {
  margin-bottom: 0;
}
.note-editor .dropdown-toggle::after {
  margin-left: 0.6rem;
  margin-right: 0.4rem;
}
.note-editor.note-frame {
  border: 1px solid #495057;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
}
.note-editor.note-frame .note-statusbar {
  border-radius: 0;
}
.note-editor .note-toolbar {
  background-color: #22252A;
  border-bottom: 1px solid #495057;
  margin: 0;
}
.note-editor .btn-group-sm > .btn,
.note-editor .btn-sm {
  padding: 5px 8px;
}
.note-editor .btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #dee2e6;
}
.note-editor .btn-light:hover,
.note-editor .btn-light:focus,
.note-editor .btn-light.disabled {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn-light.disabled {
  color: #343a40;
}
.note-editor .btn-light.active,
.note-editor .btn-light:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.note-editor .note-toolbar .note-btn {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.3rem;
  color: #98a6ad;
}
.note-editor .note-toolbar .note-btn.active {
  background-color: #E65466;
  color: #FFF;
}
.note-editor .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .note-statusbar {
  background-color: #22252a !important;
}
.note-editor .checkbox input[type="checkbox"] {
  opacity: 1;
}
.bg-primary {
  background-color: #E65466 !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #d13c4f !important;
}
.bg-secondary {
  background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #28a745 !important;
  color: #FFF;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
  color: #FFF;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffab02 !important;
  color: #FFF;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #bb414d !important;
  color: #FFF;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #95343d !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}
.text-primary {
  color: #E65466 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #df283e !important;
}
.text-secondary {
  color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #bb414d !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #95343d !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.btn {
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}
.btn-primary {
  color: color-yiq(#E65466);
  background-color: #E65466;
  border-color: #E65466;
}
.btn-primary:hover {
  color: color-yiq(#df283e);
  background-color: #df283e;
  border-color: #d82036;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #E65466;
  border-color: #E65466;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: color-yiq(#df283e);
  background-color: #df283e;
  border-color: #d82036;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
}
.btn-secondary {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: color-yiq(#727b84);
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-success {
  color: color-yiq(#28a745);
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: color-yiq(#218838);
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: color-yiq(#1e7e34);
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: color-yiq(#138496);
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: color-yiq(#117a8b);
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: color-yiq(#e0a800);
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: color-yiq(#d39e00);
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: color-yiq(#bb414d);
  background-color: #bb414d;
  border-color: #bb414d;
}
.btn-danger:hover {
  color: color-yiq(#9f3741);
  background-color: #9f3741;
  border-color: #95343d;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #bb414d;
  border-color: #bb414d;
}
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: color-yiq(#95343d);
  background-color: #95343d;
  border-color: #8c313a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
}
.btn-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: color-yiq(#e2e6ea);
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: color-yiq(#dae0e5);
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: color-yiq(#343a40);
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #D9D9D9 !important;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #D9D9D9 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: color-yiq(#1d2124);
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #E65466;
  background-color: transparent;
  background-image: none;
  border-color: #E65466;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #E65466;
  border-color: #E65466;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #E65466;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #E65466;
  border-color: #E65466;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.5);
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #bb414d;
  background-color: transparent;
  background-image: none;
  border-color: #bb414d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #bb414d;
  border-color: #bb414d;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #bb414d;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #bb414d;
  border-color: #bb414d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(187, 65, 77, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.statistic-block .number {
  color: inherit;
  font-size: 2.2rem;
}
.progress.progress-template {
  width: 100%;
  height: 4px;
  border-radius: 0px;
  overflow: hidden;
  background: #393C43;
}
.progress-bar.progress-bar-template {
  height: 4px;
}
@media print {
  @page {
    size: auto;
    margin: 0;
  }
  body {
    font-size: 1.3rem;
    margin: 20mm 20mm 20mm 20mm;
  }
  #areaStampa {
    margin: 0;
    padding: 0;
  }
  .table.table-print-noborder,
  .table.table-print-noborder tr,
  .table.table-print-noborder tr th,
  .table.table-print-noborder tr td {
    border: none !important;
    font-size: 1.1rem;
  }
}
.typeahead__container {
  font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;
  font-size: 1.3rem;
}
.typeahead__list,
.typeahead__dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 10px 12px;
  margin: 10px 0 0;
  list-style: none;
  text-align: left;
  background-color: #22252A;
  border: 1px solid #2D3035;
  background-clip: padding-box;
}
.typeahead__list .typeahead__item > a,
.typeahead__dropdown .typeahead__dropdown-item > a {
  display: block;
  padding: 0.4rem 0.75rem;
  clear: both;
  color: #171717;
  text-decoration: none;
}
.typeahead__list .typeahead__item:not([disabled]) > a:hover,
.typeahead__list .typeahead__item:not([disabled]) > a:focus,
.typeahead__list .typeahead__item:not([disabled]).active > a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
  background-color: #34373D;
  color: #FFFFFF !important;
}
.typeahead__list.empty > li {
  padding: 0.5rem 0.75rem;
  color: #E65466;
}
.typeahead__list > .typeahead__group {
  border: none;
  font-weight: 700;
}
.typeahead__list > .typeahead__group:first-child {
  border: none;
}
.typeahead__list > .typeahead__group > a,
.typeahead__list > .typeahead__group > a:hover,
.typeahead__list > .typeahead__group > a:focus,
.typeahead__list > .typeahead__group.active > a {
  color: #FFFFFF !important;
  background-color: transparent;
  padding: 0.4rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.typeahead__list > .typeahead__group > a::before {
  font-size: 1.3em;
  color: #E65466;
  content: "\f07c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}
.typeahead__list > li {
  border: none;
}
.typeahead__list > li.typeahead__group + li.typeahead__item {
  border: none;
}
.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border: none;
}
form.display-inline-block {
  display: inline-block !important;
}
/*!
 * ol-contextmenu - v3.3.0
 * Custom Context Menu for Openlayers
 * https://github.com/jonataswalker/ol-contextmenu
 * Built: Sat Jul 28 2018 12:30:41 GMT-0300 (Brasilia Standard Time)
 */
.ol-ctx-menu-container {
  position: absolute;
  padding: 8px;
  background: #22252A;
  color: #BABDC3;
  font-size: 1.3rem;
  font-weight: 600;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: 0 4px 30px #171717;
  box-sizing: border-box;
  z-index: 551;
  left: -999px;
}
.ol-ctx-menu-container div,
.ol-ctx-menu-container span,
.ol-ctx-menu-container a,
.ol-ctx-menu-container img,
.ol-ctx-menu-container ul,
.ol-ctx-menu-container li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.ol-ctx-menu-container a img {
  border: none;
}
.ol-ctx-menu-container *,
.ol-ctx-menu-container *::before,
.ol-ctx-menu-container *::after {
  box-sizing: inherit;
}
.ol-ctx-menu-container.ol-ctx-menu-hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 170ms, opacity 170ms;
}
.ol-ctx-menu-container ul {
  list-style: none;
}
.ol-ctx-menu-container li {
  position: relative;
  line-height: 24px;
  padding: 4px 2px;
}
.ol-ctx-menu-container li:not(.ol-ctx-menu-separator):hover {
  cursor: pointer;
  background-color: #E65466;
  color: #FFF;
}
.ol-ctx-menu-container li.ol-ctx-menu-submenu .ol-ctx-menu-container {
  border: 1px solid #eee;
  padding: 8px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.ol-ctx-menu-container li.ol-ctx-menu-submenu:hover .ol-ctx-menu-container {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.ol-ctx-menu-container li.ol-ctx-menu-submenu::after {
  position: absolute;
  top: 7px;
  right: 10px;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 0.3em solid #222;
  border-top: 0.3em solid #222;
  transform: rotate(45deg);
}
.ol-ctx-menu-container li.ol-ctx-menu-submenu:hover::after {
  border-color: #eee;
}
.ol-ctx-menu-container li.ol-ctx-menu-separator {
  padding: 0;
}
.ol-ctx-menu-container li.ol-ctx-menu-separator hr {
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 7px 0 7px 0;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #282A2F;
}
.ol-ctx-menu-icon {
  text-indent: 27px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.ol-ctx-menu-zoom-in {
  background-image: url("../../img/menu/search-plus-solid.svg");
  text-indent: 27px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.ol-ctx-menu-container li:hover.ol-ctx-menu-zoom-in {
  background-image: url("../../img/menu/search-plus-solid.svg");
  text-indent: 27px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.ol-ctx-menu-zoom-out {
  background-image: url("../../img/menu/search-minus-solid.svg");
  text-indent: 27px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.ol-ctx-menu-container li:hover.ol-ctx-menu-zoom-out {
  background-image: url("../../img/menu/search-minus-solid.svg");
  text-indent: 27px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 5000;
  background: #22252A;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
  margin-top: -20px;
}
.loader__label {
  margin-top: 25px;
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -25px;
}
.sk-wave .sk-rect {
  background-color: #E65466;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.overflow-hidden {
  overflow: hidden;
}
#potree_map_toggle {
  display: none !important;
}
#ifc-data-info .json-container {
  background-color: transparent;
  color: #808080;
  box-sizing: border-box;
}
#ifc-data-info .json-container .line {
  margin: 4px 0;
  display: flex;
  justify-content: flex-start;
}
#ifc-data-info .json-container .caret-icon {
  width: 18px;
  text-align: center;
  cursor: pointer;
}
#ifc-data-info .json-container .empty-icon {
  width: 18px;
}
#ifc-data-info .json-container .json-type {
  margin-right: 4px;
  margin-left: 4px;
}
#ifc-data-info .json-container .json-key {
  color: #999;
  margin-right: 4px;
  margin-left: 4px;
}
#ifc-data-info .json-container .json-index {
  margin-right: 4px;
  margin-left: 4px;
}
.json-container .json-value {
  margin-left: 8px;
}
.json-container .json-number {
  color: #f9ae58;
}
.json-container .json-boolean {
  color: #ec5f66;
}
.json-container .json-string {
  color: #86b25c;
}
.json-container .json-size {
  margin-right: 4px;
  margin-left: 4px;
}
.json-container .hidden {
  display: none;
}
.json-container .fas {
  display: inline-block;
  border-style: solid;
  width: 0;
  height: 0;
}
.json-container .fa-caret-down {
  border-width: 6px 5px 0 5px;
  border-color: #808080 transparent;
}
.json-container .fa-caret-right {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #808080;
}
.layer-switcher ul li {
  color: #BABDC3;
}
.layer-switcher input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 0.75em;
  height: 0.75em;
  border: 1px solid #95979B;
  border-radius: 50%;
  transform: translateY(0.08em);
  display: inline-block;
}
.layer-switcher input[type=radio]::before {
  position: absolute;
  left: 0.09em;
  top: 0.09em;
  content: "";
  width: 0.42em;
  height: 0.42em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #E65466;
  border-radius: 50%;
}
.layer-switcher input[type=radio]:checked::before {
  transform: scale(1);
}
.layer-switcher input[type=radio]:checked {
  border: 1px solid #BABDC3;
}
.layer-switcher input[type=radio]:focus {
  outline: max(1px, 0.05em) solid currentColor;
  outline-offset: max(1px, 0.05em);
}
.layer-switcher input[type=radio]:disabled {
  color: #959495;
  cursor: not-allowed;
}
.layer-switcher input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 0.75em;
  height: 0.75em;
  border: 1px solid #95979B;
  border-radius: 0;
  transform: translateY(0.08em);
  display: inline-block;
}
.layer-switcher input[type="checkbox"]:indeterminate::before {
  position: absolute;
  left: 0.1em;
  top: 0.2em;
  width: 0.42em;
  height: 0.17em;
  background-color: #E65466;
  transform: scale(1);
}
.layer-switcher input[type=checkbox]::before {
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  content: "";
  width: 0.42em;
  height: 0.42em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #E65466;
  border-radius: 0;
}
.layer-switcher input[type=checkbox]:checked::before {
  transform: scale(1);
}
.layer-switcher input[type=checkbox]:checked {
  border: 1px solid #BABDC3;
}
.layer-switcher input[type=checkbox]:focus {
  outline: max(1px, 0.05em) solid currentColor;
  outline-offset: max(1px, 0.05em);
}
.layer-switcher input[type=checkbox]:disabled {
  color: #959495;
  cursor: not-allowed;
}
#iq-waiter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;
  display: none;
}
#iq-waiter .iq-waiter--overlay {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.handler-sposta-messaggi-broadcast:hover {
  cursor: move;
}

.wmts-attr-container {
	position: absolute;
	top: 0px;
	bottom: 120px;
}

.wmts-attr-data {
	overflow-y: scroll;
	position: absolute;
	top: 0;
	bottom: 0px;
	width: 100%;
}