.form-separator {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px rgb(51, 122, 183) dashed;
    color: rgb(51, 122, 183);
}

.form-separator-red {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px rgb(255, 0, 0) dashed;
    color: rgb(255, 0, 0);
}

.required-notice {
    color: red;
    float: right;
}

.select_filter {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

i[data-toggle="tooltip"] {
    cursor: pointer;
    color: #337AB7;
}

.box-header.with-border {
    border-bottom: 0px solid #f4f4f4;
}

.select2-container {
    width: 100% !important;
}

.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;
}

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

/*
.table-striped>tbody>tr:nth-of-type(odd){
}

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

/*
.table-striped>thead>tr{
    background-color:rgb(51, 122, 183);
    color:white;
}

.table-striped .group-title {
    background-color: rgba(255,165,0,0.5) !important;
}

.table-hover>tbody>tr:hover {
    background-color: #049edc;
}
*/

.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;
}

.box {
	/*
    background: rgba(36, 41, 35, 0.14);
    border-top: 1px solid rgba(106, 115, 111, 0.3);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 166, 90, 0.92);
    font-size: 13px;
    */
    /*  font-style: italic;
        font-weight: bold;*/
    /*
    background-color: #F4F4F5 !important;
    */
}

.widget-user-2 .widget-user-image>img {
    width: 35px;
}

.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
    background-color: #337AB7 !important;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #ECF0F5;
    padding: 10px;
    background-color: #337ab7;
}


.btn-success {
    background-color: rgb(21, 162, 86);
    border-color: rgb(21, 162, 86);
}

.btn-info {
    background-color: #337ab7;
    border-color: #337ab7;
}


/* PERSONALIZZAZIONE LOGIN */

.login-page,
.register-page {
    /*background: rgb(4, 158, 220);*/
    background: #367fa9 !important;
}


.skin-blue-light .main-header .logo {
    background: white !important;
    border-bottom: 1px lightgray solid;
}



/* PERSONALIZZAZIONE LOGO HEADER */

.skin-green .main-header .navbar {
    background-color: rgb(4, 158, 220);
}

.skin-green .main-header .logo {
    background-color: rgb(25, 60, 129);
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-green .main-header .logo:hover {
    background-color: rgb(25, 60, 129);
}

.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;
}

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

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

/* colonna segno nel componente widget-user-2 */
.sign-cell {
    line-height: 14px;
    font-size: 16px !important;
    font-weight: 900;
    width: 15px;
    text-align: right;
}

.bb-body-centered {
    text-align: center;
}

.form-group.has-error .select2-selection {
    border: 1px solid #dd4b39 !important;
    box-shadow: none;
}

.date-on-click, .datetime-on-click, .datepicker-show {
    cursor: pointer;
}

td[data-type="readonly"]:hover { cursor: default; }
td[data-type]:not([data-type="readonly"]):hover { cursor: pointer; }

td i.center {
    width: 100%;
    text-align: center;
}

button.checkbox_filter {
    width: 100%;
}

td.details-control {
    padding: 8px 15px !important;
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    padding: 8px 15px !important;
    background: url('../img/details_close.png') no-repeat center center;
}

.btn-group .btn-success {
    width: auto;
}

.permessi td.middle {
    vertical-align: middle !important;
}

.permessi td:first-child {
    width: 200px;
}

.permessi td:nth-child(2) {
    width: 300px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ddd;
    opacity: 1;
}

#table-integratori {
    margin-top: 5px;
}

.table-input-wide {
    width: 100%;
}


/**
 * faccine font awesome
 * *************************/
.fa-smile-o {
    color: white;
    background-color: #008000;
    border-radius: 50%;
    padding: 1px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.fa-meh-o {
    color: white;
    background-color: #ffa500;
    border-radius: 50%;
    padding: 1px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.fa-frown-o {
    color: white;
    background-color: #ff0000;
    border-radius: 50%;
    padding: 1px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.select2-results .fa-smile-o,
.select2-results .fa-meh-o,
.select2-results .fa-frown-o {
    height: 16px;
}


select.form-control {
    width: 100% !important;
}

/**
 * problemi di contrasto con iCheck opzioni non attive
 */
.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,.5));
}

.radio-group {
    background: #fff;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
}

/**
 * spaziatore radio button orizzontali
 */
.spacer {
    display: inline-block;
    width: 20px;
}

.numero_errori_label {
    line-height:30px;
}

.numero_errori_value {
    font-weight: 900;
    font-size: 24px !important;
    line-height: 24px !important;
    padding: 0 0 0 10px !important;
}

.numero_errori_value_rosso {
    color: red;
}

/**
 * trattativa: elementi vari
 */
.group-border-container {
    padding-left: 10px;
    padding-right: 10px;
}

.group-border {
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.group-border-stack {
    border-top: 1px dashed blue;
    border-left: 1px dashed blue;
    border-right: 1px dashed blue;
    border-color: #337ab7;
}

.group-border-end {
    border: 1px dashed green;
    border-color: #337ab7;
}

.tabella-concorrenti td,
.tabella-contatti td {
    padding: 0 !important;
}

.label-required {
    color: red;
}

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

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

.input-group-btn-file {
    vertical-align: top;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.profile-picture-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid black;
}

.profile-picture-box img {
    vertical-align: baseline;
}

.profile-picture-box-header {
    width: 55px;
    height: 44px;
}

.ui-autocomplete { z-index:99999; }
.dhx_cal_radio label { margin-left:3px;margin-right:20px; }
.dhx_cal_custom_button {
    color: #747473;
    width: 85px;
    text-decoration: none;
    font-weight: 700;
    font-family: arial;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background: 0 0;
    border: 1px solid #CECECE;
    text-align: center;
    cursor: pointer;
}

.alert {
    padding: 5px 30px 5px 15px !important;
    margin-bottom: 5px !important;
}

.mini-table-horizontal th {
    font-weight: normal;
    color: gray;
}

.mini-table-horizontal td span.big {
    height: 25px;
    font-weight: 900;
    font-size: 18px;
}

.mini-table-horizontal td span.medium {
    height: 25px;
    font-weight: 900;
    font-size: 14px;
}

.mini-table-horizontal th,
.mini-table-horizontal td {
    padding: 0px 10px;
}

.mini-table-horizontal th:not(:last-child),
.mini-table-horizontal td:not(:last-child) {
    border-right: 1px dashed gray;
}

.bootbox.modal {
    z-index: 9999;
}

.label-green { color: green; }
.label-red { color: red; }

.form-group.dashed {
    border-bottom: 1px rgb(51, 122, 183) dashed;
}

/**
 * TABS
 */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: rgba(36, 41, 35, 0.14);
    border-top: 1px solid #3c8dbc !important;
    border-left: 1px solid #3c8dbc !important;
    border-right: 1px solid #3c8dbc !important;
    color: black;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    /*background-color: #F4F4F5;*/
    background-color: white;
    border-top: 1px solid #3c8dbc !important;
    border-left: 1px solid #3c8dbc !important;
    border-right: 1px solid #3c8dbc !important;
    color: black;
}


.dataTable a {
    color: black;
    text-decoration: underline;
    font-size: 15px;
}

/**
 * impostazioni email
 */
.tabella-legenda {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tabella-legenda table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.tabella-legenda tr:first-child td {
    background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
    background: -o-linear-gradient(top,#cccccc,b2b2b2);
    background-color: #cccccc;
    text-align: center;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

.tabella-legenda td {
    vertical-align: middle;
    background: -o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) );
    background: -moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");
    background: -o-linear-gradient(top,#e5e5e5,ffffff);
    background-color: #e5e5e5;
    text-align: left;
    padding: 2px;
    font-size: 10px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}

#attachments-default {
    height: 73px;
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    overflow: auto;
}
.filename-attachment-default:hover {
    background-color: #6495ED;
}
input.attachment-close {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    color: #ff0000;
    font-weight: 900;
    height: 15px;
    line-height: 10px;
}
.upload_file_button {
    padding: 4px;
    margin-bottom: 4px;
    width: 100%;
    text-indent: 0px !important;
}
.submit_file_button {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #049edc !important;
    border: 1px solid #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
}

td.dt-center { text-align: center; }

/*
.ui-front {
    z-index: 99999 !important;
}
*/

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
        background-color: #dadada;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: inset 2px 2px 8px #c78900;
}



table.dataTable thead .sorting_desc:after {
    content: "\e156";
    opacity: 10;
    color: orange;
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    opacity: 10;
    color: orange;
}




/* PERSONALIZZAZIONI EMANUELE RISPETTO A SICOPER */
.mini-table-horizontal th {
    font-weight: normal;
    color: gray;
}

.mini-table-horizontal td span.big {
    height: 25px;
    font-weight: 900;
    font-size: 14px;

}

.mini-table-horizontal td span.medium {
    height: 25px;
    font-weight: 900;
    font-size: 14px;
}
.mini-table-horizontal th,
.mini-table-horizontal td {
    padding: 0px 10px;
}

.mini-table-horizontal th:not(:last-child),
.mini-table-horizontal td:not(:last-child) {
    border-right: 1px dashed #3C8DBC;
}

.form-separator-red {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px rgb(255, 0, 0) dashed;
    color: rgb(255, 0, 0);
}
/* FINE PERSONALIZZAZIONI EMANUELE RISPETTO A SICOPER */
