
.mano {cursor:pointer}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: auto !important;
}

.it-footer-main .it-brand-wrapper a .icon {
    width: auto !important;  
}

/*
@media (min-width: 992px) {
  .it-header-center-wrapper {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
  }
}
*/


.bg-red, .callout.callout-success, .alert-success, .alert-error, .label-success, .modal-success .modal-body {
   background-color: #fff !important;
   color : #000 !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
   background-color: #fff !important;
   color : #000 !important;
}

.tooltip-inner {
  font-size: 16px;
}

.tooltip-mio {
  font-size: 18px;
  text-align: left;
}


.colbody{
    background-color: #D2F0F0
}

.scheduler-border{
    padding: 2em !important;
    margin: 0 0 1.5em 0 !important;
}

.scheduler-info{
   display:inline-block;
   background-color: #3C91DD;
   color:#ffffff;
   padding:5px;

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.clr{
    display: block;
    clear: both;
    width: 100%;
    height:1px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer{
    background-color: #88BBD9;
}

.richiesto{
    color : #c40000;
}

label.ric::after{
    color: #e32;
    content: " *";
}

.pull-right{
    float: right !important;
}

a{
    color: #06c;
    text-decoration: none;
    background-color: transparent;
}

.nohidold{
    white-space: normal !important;
    overflow: visible !important;
}

.nohid{
    white-space: normal !important;
    overflow: visible !important;
    line-height: 25px !important;
    z-index: 45;
    padding-bottom: 10px !important;
}

.form-group label.active{
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    font-size: 0.9rem;
}

.cardbord{
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000;
}

table.dataTable thead tr{
    background-color: #B7C9F9;
}

.table-controls{
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_processing{
    background-color: #E1FFC4;
}

.content-wrapper, .right-side{
    background-color: #fff;
}

.nomargb{
    margin-bottom:auto
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    border: 0;
    height: 45px;
    padding: 14px 12px;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

.miaselect{
    border: 1px solid #ccc;
}

@media only screen and (max-width: 480px){
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: normal;
    }
}


.form-check [type="radio"]:disabled:checked + label::before {
  border-color: #B4BDD8;
}
.form-check [type="radio"]:disabled:not(:checked) + label::before {
  border-color: #B4BDD8;
}

.form-check [type="checkbox"]:disabled:checked + label::after {
  background-color: #B4BDD8;
  border-color: #B4BDD8;
}
.form-check [type="checkbox"]:disabled:not(:checked) + label::after {
  border-color: #B4BDD8;
}


.form-check [type="radio"]:disabled:checked + label::after {
  border-color: #566AA5;
  background-color: #B4BDD8;
}



/* colori template */
.it-header-slim-wrapper{
  /* background: #BEE8F5;  */
}

.it-header-center-wrapperXX{
    background: #EEEEEE;
}

.it-footer-mainXX{
    background-color: #FFFFFF;
    border-top: 1px solid #2E2A2B;
}

.it-footer-small-printsXX{
    background-color: #2E2A2B;
}



/*
.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #FFCC00;
    border-color: #FFCC00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #FF99FF;
    border-color: #FF99FF;
}
*/




/* AdminLTE  */
.box {
  padding:10px;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

