/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19-gen-2016, 13.33.00
    Author     : Luca
*/

/* PERSONALIZZAZIONI FEBOSOFT */
.form-separator {
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px #3C8DBC dashed;
    color: #3C8DBC;
}

.border-green {
    border-color: #398439;
}

.border-green:focus {
    border-color: #88be14;
}


.box-primary .box-body {
    background-color: #F4F4F5 !important;
}

label.error {
    color: darkorange;
}

div.background-yellow {
    background-color: lightgoldenrodyellow;
    padding: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #3c8dbc !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

div.dataTables_filter {
    float: right !important;
    margin-right: 10px !important;
}

.ui-autocomplete {
    border: 1px solid #d2d6de;
    border-radius: 0px;
    border-color: #3c8dbc;
    box-shadow: none;
    background: #ffffff;
    width: 30%;
    list-style-type: none;
    padding:0;
    z-index: 3;
}

.ui-menu-item {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-state-focus {
    border: 1px solid #999999;
    background-color: lightsteelblue;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#C4DBE8;
}

.table-striped>tbody>tr:nth-of-type(even){
    background-color:#F4FAFD;
}

.table-striped>thead>tr{
    background-color:#3C8DBC;/*#21C178;*/
    color:white;
}

.login-page, .register-page {
    background: #367fa9 !important;
}

.skin-green .main-header .logo {
    background-color: white !important;
}

td > span.label {
     font-size: 90%;
}

/* BUG ADMINLTE MANCA IL BLOCCO */
.sidebar-menu li.active>a>.fa-angle-left {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}


/* RADIO BUTTON ORIZZONTALI */
.iradio_flat-blue:not(.checked), .icheckbox_flat-blue:not(.checked), .icheckbox_flat-red:not(.checked) {
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,1));
}

.spacer {
    display: inline-block;
    width: 8px;
}

.hidden_column {
    display: none;      
}
