.transparent9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.transparent8 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.transparent7 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.transparent6 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.transparent5 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.td_elenco_clienti{
    padding: 8px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
}

.dropdown_clienti{
    padding: 7px;
    width: 250px;    
}

.padding20 {
    padding: 20px;
}
.padding-left20 {
    padding-left: 20px;
}

.bg-transparent-white9 {
    background: rgba(255,255,255,0.9);
}
.margin-side-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.table td{
    vertical-align: middle !important;
}

.info-allegati{
    margin-left: 20px;
    border: solid 1px;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
}

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 99999999999999999 !important;
    display: none;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -180px;
    font-size: 30px;
    color: #3C8DBC;
}

.no-border {
    border:none !important;
}



/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planFooter {
    text-align: center;
    color: white;
    padding:20px;    
}
.my_planTitle {
    font-size:2em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.8em;   
    background: #FFF;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
 }

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgb(224,234,242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
}
.my_planFooter.my_plan1 {
    background: rgb(105, 153, 193);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
}
.my_planFooter.my_plan2 {
    background: rgb(134, 162, 77);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
}
.my_planFooter.my_plan3 {
    background: rgb(253, 161, 49);
}




.my_planFeature {
    text-align: center;
    font-size: 2em;
}

.my_planFeature i.my_check {
    color: green;
}



.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999999;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

  .ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
  }

    .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-state-active {
      color: #ffffff !important;
      text-decoration: none;
      background-color: #0088cc !important;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
    
    .full-width {
        width: 100% !important;
    }
    
    .number_input {
        
    }
    
    .label-input {
        background: none;
        border: none;
        font-size: 20px;
        font-weight: bold;
    }
    
    .padding0 {
        padding: 0 !important;
    }
    .table-custom {
    margin-bottom: 0;
}
.table-custom td {
    height: 50px !important;
}

.big-text {
    font-size: 20px;
    font-weight: bold;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto !important;
}

.minw50 {
    min-width: 50px;
}
.select2-container .select2-selection--single {
    height: auto !important;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: normal;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}

@media (max-width: 550px) {
    .small-box h3 {
        font-size: 5.5vw;
    }
}