/*
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;
}

i.green_icon {
    color: #45b545;
    font-size: 1.5rem;
    margin: 0 5px;
}

button.delete_file_btn {
    font-size: 1.5rem;
    background: transparent;
    border: none;
    position: absolute;
    right: 12px;
    color: #db6651;
    cursor: pointer;
}

div.febo_check_div {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

label.febo_check_label {
    margin-right: 5px;
    font-weight: normal;
    margin-bottom: 0px;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    font-weight: bold;
}


/****** DIALOG ******/
div.dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    justify-content: center;
    align-items: center;
    /*backdrop-filter: blur(4px);*/
    backdrop-filter: brightness(0.5);
    display: none;
    overflow: auto;
}

div.dialog.show {
    display: flex;
}

div.dialog div.dialog_container {
    min-width: 1200px;
    width: 100%;
    height: 80%;
    max-width: 800px;
}

div.dialog div.dialog_container form {
    background-color: white;
    padding: 10px;
    border: 4px solid #61bb95;
    border-radius: 12px;
}

@media (max-width: 1230px) {
    div.dialog div.dialog_container {
        min-width: fit-content;
    }
}
/****** END DIALOG ******/

p.mobilep {
    float: left;
    margin-right: 5px;
    line-height: 24px;
}

/**** MOBILE ****/
@media only screen and (max-width: 768px) {
    .nav-tabs-custom>.nav-tabs>li {
        width: 100%
    }

    .nav-tabs-custom>.nav-tabs {
        background: lightblue;
    }

    .nav-tabs-custom>.nav-tabs>li.active {
        border-top-color: #3c8dbc;
        border-bottom-color: #3c8dbc !important;
        border-bottom: solid 3px;
    }
}

/** Floating button **/
#WAbutton {
    position: fixed;
    bottom: 10px;
    right: 15px;
    border-radius: 50px;
    background: #ffffff;
    padding: 10px;
}

tr.dtrg-start {
    background: #ffdc79 !important;
    font-weight: bold;
}

tr.dtrg-end {
    background: #a7a49a !important;
    font-weight: bold;
}