body {
    display: none;
}

.authenticate-bg {
    background: url(../../img/bgSmart.jpg);
    background-attachment: fixed;
    overflow: auto;
}

.auth-box .auth-box-right .form-head img {
    width: 350px;
}

.info-box {
    bottom: 0;
    margin: 0;
    background: #222;
    padding: 20px;
    vertical-align: bottom;
}

.info-box p {
    line-height: 2em;
    color: #ddd;
    font-size:0.75em;
}

.info-box a {
    color: #ddd;
}

.signup-section {
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 10px;
}

.logobar {
    padding: 0;
    height: 70px;
    background: #fff;
}

.logobar .logo img {
    width: 75%;
    margin-top: 7px;
}

@media (min-width: 768px) {
    .vertical-layout.toggle-menu .logobar .logo img {
        width: 75%;
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .vertical-layout.toggle-menu .leftbar:hover .logobar .logo img {
        width: 75%;
        margin-top: 7px;
    }
}

.topbar {
    height: 70px;
}

.profilebar {
    margin-top: 10px;
}

.sidebar ul li, .sidebar ul li a {
    font-size: 0.95em!important;
}

.table-responsive table td {
    font-size: 13px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: auto!important;
}

span.label {
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-size: 0.75em;
}


.label-default { background: #444; }
.label.label-info, .label-info.jvectormap-tip { background: #fd7397; }
.label.label-primary, .label-primary.jvectormap-tip { background: #667add; }
.label.label-success, .label-success.jvectormap-tip { background: #4aa23c; }
.label.label-danger, .label-danger.jvectormap-tip { background: #f33923; }
.label.label-warning, .label-warning.jvectormap-tip { background: #f8b32d; }

@media (min-width: 576px) {
    .modal-dialog {
        width: 90%;
        max-width: 1200px;
        margin: 1.75rem auto;
    }
}

.title-img {
    width: 40px;
    margin-right: 20px;
}

.control-label {
    color: #000;
}

.form-control {
    border: 1px solid #bbb;
}

.form-box-featured {
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fbfbfb;
    padding: 20px;
}

.preloader-bar .bar {
    background:#0063AA;
}

/*
.btn {
    padding: 0px 7px;
    font-size: 1em;
}
*/

.app-title {
    color: #000;
    font-size: 1.3em;
}

#tableOrdini_filter,
#tableUtenze_filter,
#tableTipoUtenze_filter,
#tableRiepilogoMese_filter,
#tableRiepilogoMeseCliente_filter,
#tableRiepilogoMeseDett_filter { 
    float:right;
}

.card-title {
    float:left;
}

table .child {
    background: #fff;
}

table tr td {
    color: #666!important;
}

span.label {
    padding: 5px 15px;
}

.btn {
    min-width: 45px!important;
}

.card-header {
    background: #c8e4fc;
}

.box-img {
    margin: 20px;
}

h1.box-title:before {
    content : "";
    position: absolute;
    left    : 7px;
    bottom  : 0;
    height  : 1px;
    width   : 80%;
    border-bottom:1px solid #0635C9;
}

.field-credit {
    max-width:60px;
}

.float-left {
    float:left
}

/* AUTOCOMPLETE */

.workingAutocomplete {
    background: url('img/18.gif') no-repeat right center;
}

.resultSmall {
    font-size: 11px;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.selectedRow {
    background-color: #5C90D2;
    color: white;
}

.modal { overflow: auto !important; }

/* END AUTOCOMPLETE */