.maxLength-limit{
  float: none;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}
textarea.form-control {
    height: auto;
}
.error{
    border: red 1px solid;
}
.red{
    color: red;
}
.error-div{
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}
/* HIDE RADIO */
/*[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}*/

/* IMAGE STYLES */
/*[type=radio] + img {
  cursor: pointer;
}*/

/* CHECKED STYLES */
/*[type=radio]:checked + img {
  outline: 2px solid black;
}*/
/*.categorySelect {
    display:table-row;
    border:none ;
}
.categorySelect option {
  display:table-cell;
  border:3px solid white;
  width:300px ;
  text-align:center;
  padding: 10px;  
  margin: 10px;
}*/
.home-icon{
    text-align: center;
}

.home-icon .eu_cat_name{
    color: #233974;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 50px;
}
.eu_radio_wrap i {
  width: 200px !important;
  height: 200px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 34px;
  vertical-align: middle;
  cursor: pointer;
  /*border: solid 1px #ddd;*/
  border-radius: 100%;
}
/*.eu_radio_wrap input:checked ~ i {
  background-color: #ececec !important;
  border-color: transparent !important;
  color: #000 !important;
}*/

.eu_radio_wrap {
    width: 200px !important;
    padding: 50px 40px !important;
    height: 200px;
}

.eu_radio_wrap.eu_blue {
  background-color: #33b1ff !important;
  border-color: transparent !important;
  border-radius: 100%;
  padding: 40px;
  position: relative;
  cursor: pointer;
}

.eu_radio_wrap.eu_orange  {
  background-color: #ff9933 !important;
  border-color: transparent !important;
  border-radius: 100%;
  padding: 40px;
  position: relative;
  cursor: pointer;
}

.eu_radio_wrap.eu_green {
  background-color: #6aa709 !important;
  border-color: transparent !important;
  border-radius: 100%;
  padding: 40px;
  position: relative;
  cursor: pointer;
}

.eu_radio_wrap img {
  width: 100%;
  height: auto;
}

.eu_radio_wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.eu_chat_wrap {
    display: inline-flex;
    margin: 10px 30px 30px 0%;
    position: relative;
}
.eu_chat_wrap .eu_chat_img {
    width: 60px;
    margin: 0 30px 0 10px;
}

.eu_chat_wrap .eu_chat_img img{
    /*width: 100%;*/
    width: 66px;
    height: auto;
}
.eu_chat_wrap .eu_chat_text {
    margin-top: 10px;
}
.eu_chat_wrap .eu_chat_text .eu_bg_blue{
    width: 100%;
    background: #33b1ff;
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
}

.eu_chat_wrap .eu_chat_text .eu_bg_blue:after{
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    left: -8px;
    width: 23px;
    height: 13px;
    background: url("/images/chat-bg.png") no-repeat left bottom;
}

.eu_chat_wrap .eu_chat_text .eu_bg_orange{
    width: 100%;
    background: #ff9933;
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
}

.eu_chat_wrap .eu_chat_text .eu_bg_orange:after{
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    left: -8px;
    width: 23px;
    height: 13px;
    background: url("/images/chat-bg-orang.png") no-repeat left bottom;

}

.eu_chat_wrap .eu_chat_text .eu_bg_orange_lite{
    width: 100%;
    background: #ffc033;
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
}

.eu_chat_wrap .eu_chat_text .eu_bg_orange_lite:after{
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    left: -8px;
    width: 23px;
    height: 13px;
    background: url("/images/chat-bg-orang-lite.png") no-repeat left bottom;

}

.eu_chat_wrap .eu_chat_text .eu_bg_green{
    width: 100%;
    background: #6aa709;
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
}

.eu_chat_wrap .eu_chat_text .eu_bg_green:after{
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    left: -8px;
    width: 23px;
    height: 13px;
    background: url("/images/chat-bg-green.png") no-repeat left bottom;

}
.eu_chat_wrap .eu_chat_text .eu_bg_grey{
    width: 100%;
    background: #d1d1d1;
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
}

.eu_chat_wrap .eu_chat_text .eu_bg_grey:after{
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    left: -8px;
    width: 23px;
    height: 13px;
    background: url("/images/chat-bg-grey.png") no-repeat left bottom;

}
.eu_radio_check{
    margin-top: 15px;
    display: inline-flex;
}

.eu_radio_check button{
    display: inline-block;
    border: 0;
    background: #233974;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
}

.custom-file{
    position: relative;
    display: inline-block;
    width: 70%;
    height: 50px;
    margin-bottom: 0;
    margin-left: 15px;
}
 .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    margin: 0;
    opacity: 0;
}
 .custom-file-input:focus ~ .custom-file-control {
     border-color: #000;
     box-shadow: #000;
}
 .custom-file-input:focus ~ .custom-file-control::before {
     border-color: #000;
}
 .custom-file-label {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    padding: .375rem .75rem;
    line-height: 43px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-style: italic;
    margin-left: -15px; 
}
 .custom-file-label::after {
     position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 48px;
    padding: .375rem .75rem;
    line-height: 43px;
    color: #fff;
    content: "sfoglia";
    background-color: #233974;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
#btnSubmit_
{
  width: 150px; 
  margin: 20px 0; 
  font-size: 18px; 
  background: rgb(35, 57, 116) none repeat scroll 0% 0%; 
  color: rgb(255, 255, 255); 
  border: 0px none; 
  display: none;
  border-radius: 0px;
}

.btn.btn-danger.validateField{margin-top: 31px }
.check-ord button.btn.validateField.btn-success{margin-top: 30px}
.check-ord button.btn.changeOrderNum.btn-danger{margin-top: 28px;margin-left: 5px;}


.form-clienti{ margin-bottom: 30px;}

.field_parent .form-group button{width: 150px; 
  margin: 20px 0; 
  font-size: 18px; 
  background: rgb(35, 57, 116) none repeat scroll 0% 0%; 
  color: rgb(255, 255, 255); 
  border: 0px none; 
  border-radius: 0px;
}
#dynamicFields label{
  /*padding:0 10px;*/
  width: 100%;
}

#dynamicFields .form-group .form-control{
  width: 70%;
}

#dynamicFields .form-group .red{
  color: #ff0000 !important;
}


#order_num_help{
  /*padding: 10px 0;*/
}

.form-group{
  margin-bottom: 10px;
}

.field_parent .form-control{
  width: 70%;
}

@media (max-width: 980px){ 
  .eu_radio_wrap {height: auto;padding: 45px 40px !important;}
}

@media (max-width: 767px){ 
  .check-ord button.btn.validateField.btn-success{margin-top: 5px}
  .check-ord button.btn.changeOrderNum.btn-danger{margin-top: 4px;}
  .btn.btn-danger.validateField { margin-top: 5px;}
  .eu_radio_wrap {width: 100px !important;padding: 47px 40px !important;height: 100px}
  .home-icon .eu_cat_name {font-size: 11px;line-height: initial;}
  .form-clienti label.eu_radio_wrap {margin: 0 5px 10px 5px; position: relative;}
  .eu_radio_wrap img {width: 71%; position: absolute;top: 26px;left: 20px;}
  .form-clienti { padding: 0;}
  .headform-clienti {padding: 0;}
  #dynamicFields label{
    width: 100%;
  }

  #dynamicFields .form-group .form-control{
    width: 100%;
  }

  .field_parent .form-control{
    width: 100%;
  }
  .custom-file{
    width: 100%;
  }
  .custom-file-label{
    font-size: 12px;
  }
}

@media (max-width: 380px){
  .eu_radio_wrap {padding: 41px 40px !important;}
}