/******************* STYLE *******************/
#form_login {
    margin-top: 10%;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
}

footer {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 0px;
    padding: 0 20px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #009587;
}

#form_inserimento_fattura .table .form-control[readonly] {
    background: transparent;
    border: none;
    text-align: center;
}

@media (min-width: 1200px) {
    #modal_modificautente .modal-dialog {
        width: 80%;
        padding-top: 2%;
    }
}


/* RECUPERO CREDITO */

.conversazione {
    background-color: #f0f0f0;
}

.conversazione2 {
    background-color: #1b3c9ee0;
    color: #f1f1f1;
}

.info-item {
    background-color: #f0f0f0;
}

.info-item2 {
    background-color: #1b3c9ee0;
    color: #f1f1f1;
}

.tr-violet td {
    /*color: #fafafa;*/
    background-color: rgba(99, 42, 235, 0.54);
}

.saldato {
    background-color: rgba(0, 149, 135, 0.54);
}

.table-hover > tbody > tr.saldato:hover > td,
.table-hover > tbody > tr.saldato:hover > th {
    background-color: rgba(0, 149, 135, 0.34);
}

.pagamento_parziale {
    background-color: rgba(255, 184, 0, 0.54);
}

.table-hover > tbody > tr.pagamento_parziale:hover > td,
.table-hover > tbody > tr.pagamento_parziale:hover > th {
    background-color: rgba(255, 184, 0, 0.34);
}

.flag_utente_adm,
.flag_utente_avv {
    background-color: rgba(255, 0, 0, 0.54);
}

.table-hover > tbody > tr.flag_utente_adm:hover > td,
.table-hover > tbody > tr.flag_utente_adm:hover > th,
.table-hover > tbody > tr.flag_utente_avv:hover > td,
.table-hover > tbody > tr.flag_utente_avv:hover > th {
    background-color: rgba(255, 0, 0, 0.34);
}

.flag_adm_utente,
.flag_avv_utente {
    background-color: rgba(249, 255, 0, 0.54);
}

.table-hover > tbody > tr.flag_adm_utente:hover > td,
.table-hover > tbody > tr.flag_adm_utente:hover > th,
.table-hover > tbody > tr.flag_avv_utente:hover > td,
.table-hover > tbody > tr.flag_avv_utente:hover > th {
    background-color: rgba(249, 255, 0, 0.34);
}

.flag_avv_adm {
    background-color: rgba(0, 18, 255, 0.54);
}

.table-hover > tbody > tr.flag_avv_adm:hover > td,
.table-hover > tbody > tr.flag_avv_adm:hover > th {
    background-color: rgba(0, 18, 255, 0.34);
}

.flag_adm_avv {
    background-color: rgba(0, 163, 255, 0.54);
}

.table-hover > tbody > tr.flag_adm_avv:hover > td,
.table-hover > tbody > tr.flag_adm_avv:hover > th {
    background-color: rgba(0, 163, 255, 0.34);
}

#tabella_pratiche {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tabella_pratiche td:hover {
    cursor: pointer;
}

/*RECUPERO CREDITO  FINE*/


.navbar .navbar-nav > li > a > i {
    color: #007acc;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1440px) {
    .navbar .navbar-nav > li > a > i {
        display: block;
    }
}

.modal-content .modal-footer button {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control[readonly] {
    cursor: default;
}

.link_unstyled {
    color: inherit;
}

.link_unstyled:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.multiselect {
    padding: 7px 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-table;
    background-color: rgba(236, 236, 236, 1);
}

.multiselect-item {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.multiselect-item.close {
    padding-left: 15px;
}

address {
    margin-bottom: 0;
}

#account_navbar {
    width: auto;
}

.option:first-letter, .ucfirst:first-letter {
    text-transform: uppercase;
}

/********************* UTILITY *************************/

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.nopadding-right {
    padding-right: 0px;
}

.ellipsis {
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fab {
    position: fixed;
    bottom: 23px;
    right: 23px;
    z-index: 1039;
}

.noresize {
    resize: none;
}

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

/********************* SIDEBAR *************************/

#sidebar_toggle_desktop {
    position: fixed;
    height: 60px;
    padding-top: 9px;
    width: 30px;
    left: -5px;
    z-index: 9999999;
    cursor: pointer;

}

#sidebar_toggle_desktop.toggled {
    left: -10px;
}

#sidebar-wrapper {
    top: 0;
    z-index: 1041;
    position: fixed;
    left: 0;
    height: 100%;
    margin-left: -270px;
    overflow-y: auto;
    background: #000;
    background-color: #e7e7e7;
    -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .28);
    -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .28);
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .28);
}

#page-content-wrapper {
    width: 100%;
    padding: 20px 0 0 0;
}

#wrapper {
    padding-left: 0;

}

#wrapper.toggled #sidebar-wrapper {
    left: 270px;
    -moz-box-shadow: 4px 0 4px 0 rgba(0, 0, 0, .28);
    -webkit-box-shadow: 4px 0 4px 0 rgba(0, 0, 0, .28);
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, .28);
}

@media (max-width: 768px) {
    #sidebar-wrapper {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -270px;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 270px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        left: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #sidebar-wrapper {
        z-index: 1000;
        top: inherit;
        left: 270px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
    }
}

.sidebar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 270px;
}

.sidebar-nav li {
    text-indent: 20px;
}

.sidebar-nav > .sidebar-brand {
    height: 130px;
    width: 100%;
    padding: 10px 20px;
    line-height: inherit;
    display: table;
    font-size: 18px;
    vertical-align: middle;
    text-indent: 0;
    text-align: center;
    background-color: #f8f8f8;
}

.sidebar-nav > .sidebar-brand span {
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.sidebar-nav > .sidebar-brand span:hover {
    font-weight: bold;
    background: none;
}

.sidebar-nav .panel-group {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
}

#sidebar-footer {
    position: absolute;
    bottom: -41px;
    height: 280px;
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar-img {
    width: 190px;
    max-height: 105px;
}

#swipe-area {
    position: fixed;
    width: 20px;
    left: 0;
    top: 50px;
    height: 100%;
    z-index: 1;
}

#swipe-area.toggled {
    position: fixed;
    width: 20%;
    left: 270px;
    top: 50px;
    height: 100%;
    z-index: 9999;
}

.side_material .panel + .panel {
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
}

.side_material .collapse.in {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.sidebar-nav .panel-heading {
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: rgb(103, 103, 103);
}

.sidebar-nav .panel-heading.disabled {
    color: rgba(103, 103, 103, 0.5);
    cursor: not-allowed;
}

.sidebar-nav .panel-heading:hover {
    background-color: #3963dd !important;
    color: #ffffff;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.sidebar-nav .panel-heading i.pull-right {
    margin-right: 0;
    opacity: 0;
}

.sidebar-nav .panel-heading:hover i.pull-right {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}

.sidebar-nav .panel-heading.active {
    background-color: #1b3c9e;
    color: #ffffff;
}

.sidebar-nav .panel-heading.active i.pull-right {
    opacity: 1;
}

.sidebar-nav .panel-heading i {
    font-size: 1.7em;
    margin-right: 15px;
    vertical-align: middle;
}

.sidebar-nav .panel-heading span {
    vertical-align: middle;
}

.sidebar-nav .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.sottosezione_side ol {
    margin-left: 0;
    padding-left: 0;
}

.sottosezione_side li {
    display: block;
    margin-bottom: 0.2em;
    margin-left: 2.1em;
    line-height: 25px;
}

.sottosezione_side li:before {
    font-family: "Material-Design-Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "-";
    width: 1.4em;
    margin-left: -3.1em;
    text-indent: 0;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: inherit;
    min-height: 54px;
    background-color: #e7e7e7;
}


/***************** BOOTSTRAP ****************/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 1.2em;
    padding-top: 50px;
    background-color: #f1f1f1;

}

.body-login {
    /* background-image: linear-gradient(#81d4fa,#e1f5fe); */
}

.login-heading {
    /* background-color: #007acc !important; */
}

.login-heading legend {
    /* color: #ffffff !important; */
}

@media (max-width: 1199px) {
    body {
        padding-top: 50px;
    }
}

.navbar-brand {
    max-width: 270px;
    padding: 0;
    min-height: 54px;
    /*padding-top: 15px;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    min-height: 54px;
}

.navbar-brand:hover {
    background-color: inherit;
}

@media (min-width: 1281px) {
    .navbar-brand {
        background-color: #e7e7e7;
    }

    .navbar-brand img {
        margin-right: auto;
        margin-left: auto;
        /*width: 80%;*/
        width: 61%;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .navbar-brand img {
        margin-right: auto;
        margin-left: auto;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        position: absolute !important;
        width: 60%;
        left: 0;
        text-align: center;
        margin: 0 20%;
    }

    .navbar-brand img {
        margin-right: auto;
        margin-left: auto;
        /*margin-top: 6px;*/
        /*height: 65%;*/
        height: 100%;
    }
}

.panel-heading legend {
    margin-bottom: 0;
}

.btn.btn-fab.btn-fab-mini.btn-fab-micro {
    width: 32px;
    height: 32px;
    padding: 7px;
    margin: 0 3px;
    font-size: 16px;
}

.btn.btn-fab.btn-fab-mini.btn-fab-micro.btn-fab-secondary {
    width: 32px;
    height: 32px;
    padding: 7px;
    margin: 0 3px;
    font-size: 16px;
    margin-right: 70px;
    margin-bottom: 10px;
}

@media (max-width: 1366px) {
    .btn.btn-fab.btn-fab-mini.btn-fab-micro {
        width: 28px;
        height: 28px;
        padding: 6px;
        margin: 2px;
        font-size: 14px;
    }

    .navbar-nav > li > a {
        line-height: 20px;
    }
}


/**************** DATEPICKER ************************/

.datepicker {
    z-index: 1051 !important;
}


/************** EDITABLE TABLE ************/

.editable-popup {
    background-color: white;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.5)
}

/************** SWEETALERT ****************/

.sweet-alert h2 {
    margin-top: 25px;
}

.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(0, 150, 136, 0.41);
}

.sweet-alert .icon.success .line {
    background-color: #039be5;
}

.sweet-alert .icon.success {
    border-color: #039be5;
}

.sweet-alert .icon.info {
    border-color: #039be5;
}

.sweet-alert .icon.info::before {
    background-color: #039be5;
}

.sweet-alert .icon.info::after {
    background-color: #039be5;
}

/************* CHART.JS *******************/

.pie-legend {
    list-style: none;
    position: absolute;
    right: 28px;
    top: 0;
}

.pie-legend li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 4px;
    padding: 2px 8px 2px 38px;
}

.pie-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    border-radius: 2px;
}

/***** SCROLLBAR *****/

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**** SELECTIZE ****/


.form-control.selectize-control {
    padding: 0px;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    height: 100%;
}

.select_tipo_file {
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.selectize-dropdown {
    height: auto;
}

/**** VALIDATION *****/
.form-horizontal .has-feedback .form-control-feedback {
    top: 10px;
}

/**** SNACK-BAR ****/

.snackbar {
    position: relative;
    top: 10%;
    left: 50%;
    width: 200px;
    /* margin-left: 300px; */
    background-color: #1b3c9e99;
    color: #fff;
    padding: 15px;
}


/***** CARD PLATFORM ****/
.platform-card-description {
    min-height: 30px;
}

.card-home {
    padding: 8px 15px 8px 15px;
    margin-top: 10px;
    margin-right: 10px;
    width: 320px;
    background-color: white;
}

.card-img-top {
    width: 286px;
    height: 152px;
    object-fit: contain;
}

/***** PROGRESS BAR ****/
.bootbox-body {
    height: 30px;
}

/***** IMPORT FILE *****/
.file-caption-name {
    text-align: center;
    display: inherit;
}

/****** TICSI **********/
.componenti-icon {
    color: #337ab7;
}

.componenti-icon-text {
    color: #337ab7;
    font-size: medium;
}

.modal_dettaglio_ticsi {
    width: 95% !important;
}