body{
    color: #666;
}

.pt-30 {
    padding-top:30px;
}

.form-group {
    background:#fff;
}

.slim-navbar .nav-link .icon {
    font-size:15px;
}


.form-layout-2 .form-control-label {
    font-size:14px;
    border-bottom: 1px solid #eee;
}


.form-layout-2 .form-control-label span.label-text {
    font-size:11px;
    margin-left:10px;
    color:#f18801;
}

.card-status .icon {
    font-size: 50px;
}

.card a{
    color: #868ba1;
}

.btn-secondary {
    color: #fff!important;
}

.card a:hover{
    color: #3399CC;
}

td.actions{
    white-space: nowrap;
}

td.actions .icon {
    font-size: 20px;
    margin-right:10px;
}

td.actions a.edit{
    color:#C60;
}

td.actions form.delete{
    display: inline;
}
td.actions form.delete a{
    color:#930;
}

td.actions a.list{
    color:#618C9C;
}

.label-provvigione{
    margin-right:10px;
}

a .titolo-1 {
    font-size: 25px;
    font-weight:100;
    color: #3399CC;
}

a .titolo-2 {
    font-size: 18px;
    font-weight:100;
    color: #666666;
}

.titolo-1 {
    font-size: 25px;
    font-weight:100;
    color: #3399CC;
    margin-bottom:5px;
}

.titolo-2 {
    font-size: 18px;
    font-weight:100;
    color: #666666;
}

.separatore {
    display:block;
    line-height:50px;
    background:#f0f2f7;
}

.separatore .icon{
    font-size: 18px;
    margin-right:5px;
}

.search-icon{
    position: absolute;
    left: 30px;
    top: 10px;
}

input.input-search, input.input-tariffa {
    padding-left: 50px;
}

input.input-tariffa {
    width:auto;
    display:inline-block;
}

.checkbox-privacy {
    padding:0;
}

.prezzo-condominio{
    width: 80px;
}

.wizard > .steps > ul li {
    width: 25%;
}

.wizard.vertical > .steps {
    width: 25%;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #1CAF9A;
}

.wizard.vertical > .steps-privacy2  {
    width: 100%;
    padding-right:0;
}

.wizard.vertical > .steps-privacy2  ul {
    flex-direction: row;
}

.wizard.vertical > .steps-privacy2 ul li + li {
    margin-top:0;
}

.wizard.vertical > .actions ul li:first-child {
    margin-left:0;
}



.wizard > .steps-privacy > ul li a {
    height: 70px;
    cursor:pointer!important;
}

.wizard > .steps-privacy > ul li.current a:hover {
    background:#2B4657!important;
}

.wizard > .steps-privacy > ul li a:hover {
    height: 70px;
}

.wizard > .content {
    background:#FFF;
}

.wizard > .document-content ul{
    list-style: disc !important;
    padding-left: 2em;
}
.wizard > .document-content ul li{
    display: list-item;
}

.wizard > .document-content ul.list-group{
    list-style: none !important;
    padding-left: 0px;
}

.input-group.date-privacy {
    width:170px;
}

.input-group-text.modalita-check{
    width:200px;
}

.input-group-text.tipologia-dati-check{
    width:90%;
}
.input-group-text.tipologia-dati-check span{
    padding-left:15px;
}


.input-group-text.modalita-check span{
    padding-left:15px;
}

.next-step a {
    background:#e9ecef;
}

.label-dati-comunicati{
    text-align:left;
}


.form-layout-7 .row > div:first-child {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.dash-headline {
    height: 450px;
}

.dash-headline-left {
    width: 60%;
}

.dash-headline-item-three {
    align-items: flex-start;
}

img.chart2 {
    max-width: 300px!important;
}


.choice-list{
    background: #ddd;
    padding: 20px;
}
.choice-list .form-check{
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.choice-list .form-check:last-child{
    border-bottom: none;
}
.choice-list-small{
    width: 50%;
    margin: auto;
}

#form_incaricati > fieldset{
    background: #ddd;
    padding: 20px;
}

#form_incaricati > fieldset .form-group{
    background: none;
}
#form_incaricati > fieldset legend{
    display: none;
}


.wizard > .steps .grayed a{
    background-color: #e9ecef;
    color: #5b636a;
}
.wizard > .steps .grayed a:hover{
    background-color: #dddddd;
}

.pagination .page-item .page-link{
    background-color: #e9ecef;
    border: none;
}
.pagination .page-item:hover .page-link{
    background-color: #ced4da;
}
.pagination .page-item.disabled .page-link{
    background-color: #e9ecef;
    color: #adb5bd !important;
}

.pagination .page-item.active .page-link{
    background-color: #1b84e7;
}

.hide-in-browser{
    display:none;
}

.fake-label {
    padding-top: 21px;
}
.fake-label .search-icon{
    top: 32px;
}

.modal-body .custom-file-input{
    opacity: 1;
}

.select2-selection__clear{
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: silver;
    border-radius: 100px;
    margin-right: 5px;
    padding-left: 6px;
}
#uploadModal .select2-dropdown li{
    text-align: left;
}

.form-layout .select2-container .select2-selection{
    height: 42px !important;
}

.js-persona-societa-form .form-group{
    margin-bottom: 0;
}