main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.card.custom-background{
    background-color: #f4f6f9 !important;
    box-shadow: none !important;
}

h3.card-title{
font-weight: bold;
}


.table {

    background-color: white !important; 
    border-radius: 10px;
    border: none;


}

.table-bordered {
    border: none !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #ddd !important;
}

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: white !important;
}*/

/*.content-wrapper>.content {
    padding-left: 50px;
    padding-right: 50px;
}*/

table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap{

    table-layout: fixed !important;
    width: auto !important;
    word-break: break-word !important;

}

div .table-bordered>thead>tr>th{
    white-space: pre-wrap !important;
}

table.table-striped.table-bordered{
    table-layout: fixed !important;
    width: -webkit-fill-available !important;
    word-break: break-word !important;

}


table.table-striped.table-bordered.detail-view{
    table-layout: fixed !important;
    width: -webkit-fill-available !important;
    word-break: unset !important;

}

a.btn.btn-outline-info{
    text-decoration: none;
    color: #117a8b;
}

a.btn.btn-outline-info:hover{

    color: white;
}

.kv-table-header {

    background: white !important;
}



/*bordi card*/
.card-primary.card-outline {
    border-top: 3px solid #17a2b8;;
}

/*colore link attivi sidebar*/
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #17a2b8;;
}

/* titoli colonne tabelle*/
table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap thead tr th a{

    color: black !important;

}
table.kv-grid-table.table.table-hover.table-bordered.table-sm.kv-table-wrap thead tr th a {
    color: black !important;
}

/*bradcrumb*/
.breadcrumb {
    background-color: white !important;
    font-weight: bold;
    padding: 5px;
    border-radius: 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.breadcrumb a{
    color: #17a2b8 !important;
}


.pagination > li > a, .pagination > li > span {

    color: #17a2b8;;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #17a2b8;;
}

.page-item.active .page-link {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

/*colore action columns*/



table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap tbody tr td a span{

    color: grey !important;
    border: 2px solid grey;
    background-color: white;
    border-radius: 5px;
    padding: 2px;
    margin: 3px;
}




table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap tbody tr td a span:hover{

    color: white !important;
    border: 2px solid grey; 
    background-color: grey;   
    border-radius: 5px;
    padding: 2px;
    margin: 3px;
}


/*colore link btn outline info*/
a.btn.btn-outline-info {
    color: #17a2b8;;
}

/*tabelle index*/
table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap{

    table-layout: fixed !important;
    width: auto !important;
    word-break: break-word !important;
    border-top: 3px solid #17a2b8 !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}

.table-responsive.kv-grid-container {
    border-radius: 10px !important;
}

.callout.callout-info {
    border-left-color: #17a2b8;;
}

.card-info:not(.card-outline)>.card-header {
    background-color:#17a2b8;;
}

.card-info.card-outline {
    border-top: 3px solid #17a2b8;;
}

.btn-outline-info {
    color: #17a2b8;;
    border-color: #17a2b8;;
}

.btn-outline-info:hover{
    color: white;
    border-color: #17a2b8  !important;
    background-color: #17a2b8  !important;
}

/*tabs*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    border-top-color: #17a2b8;;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,0.2);

}

.nav-tabs .nav-link {
    border: 2px solid transparent;
    color: gray;
}

/* In reportistica, nascondo i bordi per il form range*/
div.kv-container-from.form-control.highlight-addon.field-transazionecardsearch-importo_spesa1{
    border : 0px !important;
    padding: 0px;
}

div.kv-container-to.form-control.highlight-addon.field-transazionecardsearch-importo_spesa2{
    border : 0px !important;
    padding: 0px;
}

div.kv-container-from.form-control.highlight-addon.field-transazionecardsearch-quantita1{
    border : 0px !important;
    padding: 0px;
}

div.kv-container-to.form-control.highlight-addon.field-transazionecardsearch-quantita2{
    border : 0px !important;
    padding: 0px;
}

p.dashboard-title {
    
    background-color: white;
    padding: 5px;
    padding-left:10px;
    border-radius: 0.25rem;
    border-left: 5px solid #17a2b8;;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
    font-weight: bold;
    font-size: 17px;
}


/*Collapsed row*/

.table-info, .table-info>td, .table-info>th {
    /**background-color: lightgray;*/
    background-color: #f0f0f0;
}
/*table page summary*/
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #e5e9ed;
}

/*table page summary hover*/
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #e5e9ed;
}

/*per pdf page summary*/
a.kv-page-summary td{
    background-color: #e5e9ed;
    border : none !important;
}

h3.titolo-card {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: bold;
    color:#6c757d;
}

div.modal-backdrop.fade.show{

    z-index: -999999;
}

@media only screen and (max-width: 650px){
   #fullscreen-mod {
    display: none !important;
   }
}

nav{
    padding-right: 30px !important;
}


 /* per firefox*/
 @-moz-document url-prefix() { 
    table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap{
        table-layout: unset !important;
        width: -moz-available !important;
        word-break: break-word !important;
    
    }
  }
  /*safari*/
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap{
        table-layout: fixed !important;
        max-width: none !important;
        width: auto !important;
        min-width: 100% !important;
    
    }
}}

div.center-page{
   display: block !important;
}

div.center-page button{
    background-color: #17a2b8;
    border-color: #17a2b8;
    }

    div.center-page button:hover{
        background-color: grey;
        border-color: grey;
        }

    div.center-page a{
        color: #17a2b8;
        font-weight: bold;
        }

div.form-auth{
    max-width: 500px;
    margin: auto;
}