/* Codeigniter clases */
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

body {
    /*padding-top: 2rem;*/
    background-color: #fff;
    margin: 0 20px 0 20px;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
}

p.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

h5 {
    color: #dc574b;
}

/* Bootstrap classes */
.bg-dark {
  background-color: navy !important;
}

.bg-white {
  background-color: white !important;
}

.nav-link {
    font-weight: bold;
    color: navy !important;
}

.col-md-4{
    margin-left: auto;
    margin-right: auto;   
}

.errori_form {
    color: #ffffff;
    background-color: #dc574b;
    margin: 0 0 5px 0;
    padding: 2px;
}

.label2 {
    font: 13px normal Helvetica, Arial, sans-serif;
}

.rosso {
    color: #dc574b;
}

.container label {
  width: 100px;
}

/* autocomplete loading gif */
.ui-autocomplete-loading {
    background:white url('/local/img/ui-anim_basic_16x16.gif') right center no-repeat;
}

/*** datepicker ***/
.ui-draggable, .ui-droppable {
    background-position: top;
}

sup {
    color: #dc574b;
    font-weight: bold;
}

.btn_reset {
    padding: 0px;
    width: 60px;
    height: 20px;
}

/*** AGGIUNTI PER INPUT READONLY ***/
input:-moz-read-only { /* For Firefox */
    background-color: lightgray;
}

input:read-only {
    background-color: lightgray;
}

.inputaslabel {
    background: rgba(0, 0, 0, 0);
    border: none;
}

.containerIMG {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 52px;
    right: -2px;
    font-size: 60px;
    color: white;
}

.sideways-rl {
    rotate: 1 1 -2 60deg;
}
.ui-widget-content a {
    color: #007bff !important;
}
.mail-link {
    display: inline !important;
    white-space: nowrap; /* evita spezzature */
}
.mail-link a {
    display: inline !important; /* il link resta inline */
    white-space: nowrap; /* evita spezzature */
}
.ui-dialog[aria-describedby] {
    width: 350px !important; /* il frame */
}
