/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
 /* Eliminazione spazio inferiore nei box laterali */
 .panel-body {
     padding: 15px 15px 0 15px!important;
}
 
/* Modificato il colore del bordo per renderlo + visibile */
.table-forum tr td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-top-color: #57889C !important;
    border-top-style: dashed !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFF !important;
}

/*FIX Pulsante Lougout*/
@media (max-width: 767px) {
    #hide-menu > :first-child > a, .btn-header a {
        width: 65px !important;
	margin-top: 10px!important;
	height: 30px!important;
	line-height: 24px!important;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    #hide-menu > :first-child > a, .btn-header a {
        width: 65px !important;
    }
}


@media (max-width: 979px) and (min-width: 768px){
    #hide-menu > :first-child > a, .btn-header a {
        width: 65px !important;
    }
}

/* FIX spaziatura footer bordo pagina bassa */
.page-footer {
    height: inherit!important;
    padding: 15px 13px!important;
}