/* font size google material */
.material-icons.md-18, .material-icons-outlined.md-18 { font-size: 18px; }
.material-icons.md-22, .material-icons-outlined.md-22 { font-size: 22px; }
.material-icons.md-24, .material-icons-outlined.md-24 { font-size: 24px; }
.material-icons.md-30, .material-icons-outlined.fnt-30 { font-size: 30px; }
.material-icons.md-36, .material-icons-outlined.md-36 { font-size: 36px; }
.material-icons.md-48, .material-icons-outlined.md-48 { font-size: 48px; }
.material-icons.md-60, .material-icons-outlined.md-60 { font-size: 60px; }

/* custom font size text */
.fs-questions{font-size:1.1em;}

h3.title-section{
  color: var(--light-blue) !important;
}

input, select{ outline: none !important;}
input[type="date"], input[type="text"].currency, input[type="text"], input[type="password"]{
  width: 100%;
  height: 35px;
  margin: 0 !important;
}

.component-dropDown{
  /* height: 42px; */
  height: auto;
}


textarea.select2-search__field {
  height: 35px !important;
  margin: 0 !important;
  position: relative;
  top: 8px;
  left: 10px;
}

select.form-select{
  height: 4px !important;
  position: relative;
  top: 5px;
}

.form-control, .form-select {
  min-height: 26px !important;
}

span.material-icons.md-22.currency, span.material-icons.md-22{
  position: relative;
  top: 6px;
}

.btn-dark:focus, .btn:focus{
  box-shadow: none !important;
  border: none !important;
}

 input[type="text"].hp-login,  input[type="text"].psw, input[type="text"], input[type="password"].psw{
  background-color: var(--white) !important;
  border: none !important;
  color: var(--black);
}
/* 
input[type="text"].psw,  input[type="password"].psw{
 border: none;
} */

input[type="text"].input-standard.psw{
  border: 2px solid var(--blue) !important;
}


.bold {
	font-weight: bold;
}

.mb-line{
  margin-bottom: 35px;
}

.pointer{
  cursor:pointer;
}


/* Variabili */
:root {

  --bg-button-color: #0099d3;
  --button-color: #ffffff;
  --bg-color-element: #004586;  
  --white: #ffffff;
  --blue: #004586;
  --light-blue:#00aff2;
  --grey:#eaf0f5;
  --grey-2:#d3dfea;
  --grey-number:#b5b5b5;
  --bg-subcoverage:#0099d3;
  --bg-navbar:#e5ecf2;


  /* range slider */
  --darkgrey: #3b3a3b;
  --black: #000000;
}


html{
  box-sizing: border-box;
  min-height: 100%;
  height: auto;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}



body {
  margin: 0;
  /* background-color: #f0f0f0 !important; */
  font-family: "Open Sans", sans-serif !important;
}


#mainContainer header{
  background-color: #ffffff;
}

#mainContainer {
  background:#f0f0f0;
}

#pageContent .pageTile {
  padding: 1%;
  background-color: #fff;
}

/* #WidgetsTabsEdit label, span.label-text{
  font-size: .825em;
} */


/* MULTISELECT */
span.select2.select2-container.select2-container--classic{
  width: 100% !important;
}


.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 41px !important;
  background-color: white;
}

.select2--large{
  background-color: var(--white) !important;
  border: 2px solid var(--blue) !important;
  color: var(--blue) !important;
  font-size: .9em;
}

.select-comparator{
  background-color: var(--blue) !important;
  border: none !important;
  color: var(--white) !important;
  font-size: .9em;
}

::-webkit-input-placeholder{
  color: var(--white) !important;
  opacity: .6;
} 


.select2-container .select2-selection--single {
  height: 45px !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
  box-shadow: none !important;
}

.select2-container--classic .select2-selection--single .select2-selection__choice {
  background-color:transparent !important;
  border: none !important;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  font-size: .9em;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color:transparent !important;
  border: none !important;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  font-size: .9em;
}


.select2-container .select-comparator.select2-selection .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  color: var(--white) !important;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container .select2-selection .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  color: var(--blue) !important;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}


.MultiSelComparator .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: var(--white) !important;
  color: var(--blue) !important;
}

.MultiSelComparator .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: var(--white) !important;
  color: var(--blue) !important;
}


.select2-container--classic .select2-selection--single{
  border-radius:  inherit !important;
}

.select2-container--classic .select2-selection--multiple{
  border-radius:  inherit !important;
}

textarea.select2-search__field {
  cursor: pointer !important;
  background-color: transparent;
}

ul#select2-1_TravelDestination-results {
  background-color: var(--blue);
  color: var(--white);
  font-size: .9em;
}


/* SELECT */
select.form-select{
    background-color: var(--white);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-position:right;
    background-size:30px 15px;
    background-repeat:no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="%23ffffff"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
}

select.form-select:focus{
  box-shadow: none !important;
}


select option:checked,
select option:hover {
  box-shadow: 0 0 10px 100px #0F0 inset;
}



.listBox{
  /* width: 325px */
}



.selectDropdown.component-dropDown.d-flex.justify-content-around.border.border-white.listBox{
  height: 42px;
}

/* RADIO */
.form-group input {
	display: none;
	cursor: pointer;
}

.form-group label.radio-comparator {
  -webkit-appearance: none;
  background-color: var(--bg-color-element) !important;
  border: 1px solid var(--white) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 8px;
  border-radius: 50px;
  /* display: inline-block; */
  position: relative;
  vertical-align: middle;
  cursor: pointer;
} 

 .form-group input:checked + label.radio-comparator:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: var(--white) ;
}


/* RADIO STANDARD */
 .form-group label {
  -webkit-appearance: none;
  background-color: var(--white) !important;
  border: 1px solid var(--bg-color-element) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 10px;
  border-radius: 50px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.form-group input:checked + label:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--blue);
} 







/* CHECKBOX */
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue) !important;
}


input[type="checkbox"]:checked{
  background-color: var(--blue);
  border: 2px solid var(--white) !important;
}


/* Calendar - Currency - Text */
input[type="date"], input[type="text"].currency, input[type="text"], input[type="text"] {
    background-color: var(--bg-color-element) !important;
    border: none;
    color: var(--white);
}

input[type="date"]{
  padding: 1px;
}

::-webkit-calendar-picker-indicator{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon-svg-white" fill="%23ffffff" viewBox="0 0 24 24" stroke="%23004586"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>');
  background-position:center;
  background-size:22px 22px;
  background-repeat:no-repeat;
  cursor:pointer;
}

.check-box-widget{
  padding-left: 45px !important;
  border-left: 1px solid var(--white);
}

/* COUNTER */
.component-counter{
  max-width: 170px !important;
}

.minus, .plus {
  position: relative;
  top: 5px;
  cursor: pointer;
}

span.material-icons.minus {
  position: relative;
  left: -5px;
}

span.material-icons.plus {
  position: relative;
  left: 5px;
}

input.counter {
  width: 35px;
  background-color: var(--bg-color-element) !important;
  border: none !important;
  text-align: center;
  color: var(--white);
}

/* TABS */

a.nav-link.active p{
  color: var(--white);
  margin-bottom: 0;
  margin-top: 7px;
}

a.nav-link p{
  color: var(--light-blue);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 7px;
}

ul.nav.nav-pills li.tab-product a.active{
  background-color: var(--bg-color-element);
}

ul.nav.nav-pills li.tab-product a{
  background-color: var(--white);
}

.nav-item.tab-product .active:after{
  display: none;
}

 .tab-pane.fade.active.show{
    background-color: var(--bg-color-element) !important;
    color: var(--white);
}
.nav-link, .nav-link.active:hover{
    text-decoration: none !important;
}

/* .nav-link{
    color:var(--bg-color-element) !important;
}  */

.nav-link{
  color:var(--white);

  /* color:var(--white) !important; */
} 

img.img-tab {
  width: 35%;
}

li.nav-item.tab-product {
  width: 130px;
}

ul.nav.nav-pills li.tab-product a.active {
 border-top-left-radius: 5% !important;
 border-top-right-radius: 5% !important;
}

.tab-pane{
  border-bottom-left-radius:5px !important;
  border-bottom-right-radius:5px !important;
  border-top-right-radius:5px !important;
}


/*  BUTTON */
.btn-check:focus+.btn-primary, .btn-primary:focus{
  box-shadow: none !important;
}

  button.btn-primary.btn-vs, button.btn-primary.btn-vs:hover, button.btn-primary.btn-vs:focus{
  background-color: var(--bg-button-color);
  color: var(--white);
  font-size:16px;
}

button.widget-btn{
  width:205px;
  height : 48px;

}

span.material-icons.position-absolute.start-60{
  position: absolute;
  right: 5px;
  top: 13px;
}



/* RESUME DATA */
.resume{
  background-color: var(--bg-color-element);
  color:var(--white) !important;
}

img.size-10{
  width: 10%;
}


/* input */
.inputItem{
    height: 36px !important;
    border-radius: 5px !important;
    /* padding: 0 8px !important; */
    box-shadow: none;
  }
  
  .inputItem .jqx-input-content{
    margin: 0 !important;
    height: 36px !important;
    padding: 0 !important;
  }
  
  .inputItem input{
    margin: 0 !important;
    height: 36px !important;
    padding: 0 !important;
  }
  
  /* select */
  .jqx-fill-state-normal-web{
    background: none;
    border-radius: 4px !important;
  }
  
  .inputItem .jqx-dropdownlist-state-normal{
    /* margin: 0 -8px !important; */
    height: 36px !important;
    /* padding: 0 8px !important; */
  }
  
  .inputItem .jqx-disableselect{
    height: 36px !important;
    display: flex !important;
    margin: 0 !important;
    align-items: center !important;
  }
  
  .inputItem .jqx-dropdownlist-content{
    margin: 0;
    height: auto !important;
  }
  
  /* button */
  .buttonAction,
  .buttonAction:active,
  .buttonAction:focus,
  .buttonAction:visited,
  .buttonAction:hover,
  .buttonAction:active:hover,
  button#btnBack,
  button#btnBack:active,
  button#btnBack:focus,
  button#btnBack:visited,
  button#btnBack:active:hover,
  .annullaAction{
    border: none;
    background: #00aeef;
    border-color: #00aeef;
    padding: 8px 16px;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    transition: background .15s ease;
    font-family: "Open Sans", sans-serif  !important;
  }
  .buttonAction:hover{
    background: #119DD2;
  }
  
  button#btnBack,
  button#btnBack:active,
  button#btnBack:focus,
  button#btnBack:visited,
  button#btnBack:active:hover,
  .annullaAction
  {
    background: #f0f0f0;
    border-color: #bababa;
  }
  

/* NAVBAR */
  .bg-navbar{
    background-color:var(--bg-navbar);
  }

  .box .numberCircle {
    font-size: 1em;
    width: 31px;
    height: 31px;
    padding: 3px;
    font-weight: bold;
    background:var(--white);
    color: var(--grey-number);
    text-align: center;
  }

  .box p{
    color: var(--grey-number);
    font-weight:inherit;
  }

  .box .numberCircle.current-step{
    background:var(--blue);
    color: var(--white);
  }

  .box p.current-step{
    color: var(--blue);
    font-weight: bold;
  }

  span.dot{
    color:var(--grey-number);
  }


  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: transparent !important;
}

  /* MENU  HEADER*/
  header {
    /* margin: 0 7px; */
  }

  ul.dropdown-menu.dropdown-menu-dark {
    height: auto;
    background-color: var(--light-blue);
    font-size: 1em;
  }
  ul.dropdown-menu.dropdown-menu-dark li{
    padding: 10px;
  }

  ul.dropdown-menu.dropdown-menu-dark li a, ul.dropdown-menu.dropdown-menu-dark li a:hover{
    text-decoration: none;
    color: var(--white);
  }

  ul.dropdown-menu.dropdown-menu-dark.show {
    border-color: #fff;
    top: 39px;
}

  #header .menu{
    border: none;
    background: inherit !important;
    background-color: var(--light-blue) !important;
  }

  #header .menuItemCont .sMenu{
    z-index: 20 !important;
  }


  #header .menuContent{
    max-width: 1330px;
    width:100%;
  }

  #header .selected{
    background: url("/platform/feWt/img/_default/header_selected.png");
    width: 13px;
    height: 7px;
    position: absolute;
    transform: rotate(180deg);
    top: 24px;
  }

  .sMenu div{
    border-top: 1px solid #ffffff;
  }


  #sub-menu-mobile {
    padding: 0;
}

/* MENU LEFT */

#prodMenu{
  background-color: var(--white);
}

.left-menu-vs{
  list-style: none;
}

.left-menu-vs li p{
  cursor: pointer;
}

.item-lm.normal .arrow-menu{
  font-size: 36px !important;
  color: var(--grey-2);
}

.item-lm.normal.selected .arrow-menu{
  color: var(--light-blue);
  opacity: .3;
}

.item-lm.normal.selected p{
  color: var(--light-blue);
}

/* MENU LEFT MOBILE */
#sub-menu-mobile .accordion-button{
  background-color: var(--blue);
  color: var(--white);
  font-size: 1.5em;
}

#sub-menu-mobile .accordion-body, #sub-menu-mobile .accordion-body ul li{
  background-color: var(--blue);
  color: var(--white);
}

.accordion-button:focus{
  box-shadow: none !important;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

p.header-title{
  display: block;
  width: 100%;
  text-align: center;
}


.msgLabel{
  color: var(--light-blue);
  font-weight: bold;
}

/* MATRICE */
/*
button.btn-light{
  border: 1px solid var(--blue)  !important;
  color:var(--blue)  !important;
  background-color: var(--white)  !important;
}

button.btn-dark{
  border: none;
  color:var(--white)  !important;
  background-color: var(--blue)  !important;
}

td.list-coverage{
  background-color: var(--light-blue);
  color: var(--white);
  position: relative;
}

td.list-coverage span{
  position: absolute;
  right: 2%;
  cursor: pointer;
} 

td .form-check input{
  float: none !important;
}

td.align-text{
  text-align: center;
}

.otherCond{
background-color: #7fa1c2;
}

.sub-coverages{
  background-color: var(--bg-subcoverage) !important;
  color: #fff;
  padding-left: 39px !important;
  text-transform: lowercase !important;
}

.bckGrey2{
  background-color: var(--grey-2);
}
*/
/* .imgClassRound svg{
  border-radius: 50%;
  margin-bottom: 10px;
} */


/* Questionario */
.titQuestCat ul{
  list-style: none;
}

.titQuestCat ul > li{
  font-size: 1.1em;
}

.blockQuestionsMixer .optionSpace{
  margin-left:5px;
  font-weight: bold;
}


/* Range slider */
.rangeContainer {
  position: relative;
  width: 50%;
}

/* 
.slider{
  width: 100% !important;
} */


.slider {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  transition: 0.3s ease-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: -webkit-gradient(linear,
          left, top,
          right, top,
          color-stop(0%, var(--grey)),
          color-stop(10%, var(--grey)));
  background-image: linear-gradient(to right, var(--grey) 0%, var(--grey) 10%);
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}


.ticks {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 25px;
  left: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
}

.tick {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 42px; */
  width: auto !important;
  height: 24px;

  font-weight: bold;
  box-sizing: border-box;
  font-size: 12px;
  z-index: 2;
  transition: 0.4s ease-out;
  cursor: pointer;
  pointer-events: none;
  line-height: 1;
}


.slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: var(--black);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.slider::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: var(--black);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.slider::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: var(--black);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.slider::-ms-tooltip {
    display: none;
}

.slider::-ms-track {
    background: transparent;
    color: transparent;
    border: none;
}

.slider::-ms-fill-upper {
    background-color: transparent;
}

.slider::-ms-fill-lower {
    background-color: transparent;
}

/* Generals */
.title{
  margin-bottom: 20px !important;
}

.company-data p{
  font-size: 1em;
}

.inputContainer input, .inputItem input{
  width:100% !important;
  
}

.inputItem input {
  padding: 0 !important;
}

.inputLabel{
  font-size: .9em;
}

#dvBtnIssuePolicy{
  background: var(--light-blue) !important;
}


/* MODAL */

/* modale comparetor */
#sliderComparator .modal-header{
  background-color: transparent !important;
  padding: 20px;
}

.modal-header, .jqx-window-header.jqx-window-header-web.jqx-widget-header.jqx-widget-header-web.jqx-disableselect.jqx-disableselect-web.jqx-rc-t.jqx-rc-t-web
{
  background-color: var(--bg-navbar) !important;
  color: var(--blue) !important;
  border: none !important;
  padding: 20px 5px !important;
  background-image: none !important;
  font-size: 16px;
  font-weight: bold;

}



#sliderComparator .modal-header span{
  color:var(--black);
  position: relative;
  right: -97%;
}

#sliderComparator .header-content-modal{
  background-color: var(--blue);
  color: var(--white);
}


#sliderComparator .modal-body{
  padding: 15px;
} 

/* button.btn-close{
  opacity: 1 !important;
  background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233f5263' %3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.header-content-modal{
  background-color: var(--bg-color-element) !important;
}

.header-content-modal .item.logo img{
  border-radius: 50% !important;
}

.header-content-modal .item p{
  color: var(--white) !important;
}

.item.coverage-label p{
  font-size:.9em !important;
}

.modal-footer button{
  font-size:.9em !important;
} */

/* VARIE */

.footer-step{
  border-top:2px solid var(--grey);
}

button#btnBack{
  color: var(--black);
}



.inline {
  float: inherit;
  margin-left: 10px !important;
  clear: none !important;
}

#pageContent .title {
  width: 100% !important;
}

.toggle-eye {
  background: none;
  border: none;
  color: var(--black);
  font-weight: 600;
  position: absolute;
  right: .75em;
  top: 2em;
  z-index: 9;
}




/* box errors  */
.ui-state-error{
  background: inherit !important;
  background-color: var(--bg-navbar) !important;
  border: none !important;
}

.ui-state-error strong{
  color: var(--blue);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon{
  background-image: none !important;
}

.ui-state-error ul{
  padding-left: 30px !important;
}

.errorDialog{
  width: 100% !important;
}

/* Sinistri */
#sinistri .accordion-button{
  background-color: var(--light-blue) !important;
  color: var(--white) !important;
  font-size: 1em;
}

#tabs-leisure button, #tabs-business button{
  color: var(--blue) !important;
}

.tabContent.sinistri{
  background-color:var(--white) !important;
  border: none !important;
  border-radius: 0  !important;
  color: #000000 !important;
}

#dvList, #dvListFree{
  margin: 0;
}

/* div#grdList, div#contentgrdList, div#pagergrdList, div#grdListFree, div#contentgrdListFree, div#pagergrdListFree {
  width: 100% !important;
} */

div#search-prod, div#search-pol-ass {
  background-color: transparent !important;
}

input#txtPolicyPolAss {
  width: 350px !important;
}

/* Pagina configurazioni */
a, a:hover, a:visited{
  text-decoration: none !important;
  width: auto;
}

.box-configuration{
  width: 150px;
  height: 150px;
  border: 2px solid var(--light-blue);
  background-color:var(--white);
  color: var(--blue);
}

input[type="text"].inputwhite{
  background-color: var(--white) !important;
  border:1px solid #ced4da;
  color: #000000 !important;
}


/* DROPZONE */
a.dz-remove{
  margin-top: 10px !important;
  background-color: var(--bg-subcoverage) !important;
  color: var(--white) !important;
}

.dropzone .dz-preview.dz-file-preview .dz-image{
  border: 1px solid #bebebe;
  background: transparent !important;
}

span.material-icons-outlined.custom {
  position: relative;
  left: 28px;
  top: 20px;
  font-size: 60px;
}

.dz-filename {
  position: relative !important;
  top: 28px !important;
  font-size: .8em !important;
}

.dz-size{
  font-size: .7em !important;
  position: relative;
  top: 74px !important;
}

.dropzone .dz-preview .dz-progress{
  top: 14px !important;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{


  top: 41% !important;
  left: 89% !important;
  height: 39px;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  width: 39px;
}

.dropzone .dz-preview .dz-error-mark{
  color: #be2626 !important;
}

.dropzone .dz-preview .dz-success-mark{
  color: #037909 !important;
}

.dropzone .dz-preview .dz-error-message{
  top: 155px !important;
  opacity: 1 !important;
  color:#be2626 !important;
  width: 170px !important;
  background: transparent !important;
}

.dropzone .dz-preview .dz-error-message:after{
  display: none;
}


.dropzone.dz-clickable{
  border: 2px dotted  #616161 !important; 
}

.dz-button{
  color:#b4b4b4 !important;
}


/* left menu altezza dinamica */
.HeightLeftMenu{
  height: max-content;
}


#prodMenu div.brand.aCenter.mt-5 img{
  margin-bottom: 30px;
}

/* Calendar - Currency - Text */
input[type="date"].input-comparator, input[type="text"].input-comparator, input[type="text"].input-comparator {
    background-color: var(--bg-color-element) !important;
    border: none;
    color: var(--white);
}

input[type="date"]{
  background-color:var(--white) !important;
  border: 2px solid var(--bg-color-element) !important;
  color: var(--blue);
  height: 45px !important;
}

input[type="text"].currency, input[type="text"] {
  border: none !important;
}

.input-standard input[type="text"], .input-standard input[type="password"]{
  background-color:var(--white) !important;
  color: var(--blue);
}
input[type="text"].input-standard.currency {
  background-color:var(--white) !important;
  color: var(--blue);
  border: 2px solid var(--blue) !important;
  height: 45px !important;
}
.input-standard{
  border: 2px solid var(--blue);
}


/* SELECT */
select.form-select.select-comparator{
  background-color: var(--bg-color-element);
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="%23ffffff"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
}

select.form-select{
  background-color: var(--white);
  color: var(--bg-color-element) !important;
  border: 2px solid var(--bg-color-element) !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="%23000000"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-position:right;
  background-size:30px 15px;
  background-repeat:no-repeat;
  height: 42px !important;
  position: relative;
  top: 0;
}

.imgLogoBusiness_GEO001, .imgLogoRelax_GEO001 {
  width: 80%;
}

/* Datatables */

.dataTables_length select{
  background-color: #00aff2;
  color: #ffffff !important;
}
.dataTables_length select option{
  background-color: #00aff2;
  color: #ffffff;
}
.dataTables_length select.form-select.form-select-sm {
  height: auto !important;
  position: relative;
  font-size: 10px;
  top: 0;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.previous a, 
.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.next a{
  /* padding: 1px !important; */
}
.dataTables_paginate.paging_simple_numbers .page-item.active .page-link{
  /* padding-left:10px !important;
  padding-right:10px !important; */
  background-color: #00aff2 !important;
  border-color: #00aff2 !important;
}
.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.active a{
  color: #ffffff !important;
  /* padding: 5px 0 !important; */
}
.dataTables_paginate.paging_simple_numbers .paginate_button.page-item a{
  color: #00aff2 !important;

}
.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.previous a span,
.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.next a span{
  position: relative;
  top: 5px;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.previous span,
.dataTables_paginate.paging_simple_numbers .paginate_button.page-item.next span
{
  font-size: 1.1em;
  position: relative;
  top: 3px;
}

.dataTables_scrollBody{
  overflow: inherit !important;
  position: relative;
  width: 100%;
}


/* MEDIA QUERY */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 575.98) and (max-width: 767.98px) {

  #wrapper.container, #body.container{
    margin-top: 0;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    header {
    /*  margin: 0 7px;*/
    }
 }

 @media (min-width: 992px) { 
  header {
    /* margin: 0 ; */
  }
  #wrapper.container, #body.container{
    margin-top: 30px;
  }
}


/* SPINNER */

#overlay{	
	position: fixed;
	top: 0;
	z-index: 20000;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.9);
}

#overlayProcessing{	
	position: fixed;
    top: 0;
    left: 0;
	z-index: 2000;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,1);
} 

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}


/* TOOLTIP */

.tooltip .tooltip-inner {
  background-color: #0099d3;
  color: var(--white);
  border-radius: 5px;
  padding: 6px;
  max-width: 400px;
}

/* TOOLTIP */


.aCenter {
	text-align: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disable {
  pointer-events: none;
  opacity: 0.4;
}


/*  TEXTAREA */
.textarea {
  border: 2px solid var(--bg-color-element) !important; /* SI PUò TOGLIERE L'IMPORTANT CAMBIANDO L'ORDINE DEL CARICAMENTO DEI FILE CSS in functions.php. è DA VALUTARE L'IMPATTO SU TUTTI GLI ELEMENTI */
}
/*  TEXTAREA */

#pageContent .pageTile .title{
  text-transform: uppercase;
}

.titName {
  font-size: 24px;
  padding-bottom: 18px;
  font-weight: bold;
  margin-bottom: 0;
  color: #54606c;
}