﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    min-height:600px;
    /*padding-left: 15px;*/
    padding-top: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

/*bottoni grid senza testo*/
.k-grid-edit, .k-grid-delete, .k-grid-update, .k-grid-cancel {
    font-size: 0px;
}

.navbar {
    background-color: white !important;
}

.navbar a {
    color: #034694 !important;
}

.navbar .dropdown-menu a:hover {
    color: white !important;
}

.navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #428bca !important;
    color: white !important;
}

.btn-default {
    background-color: #034694 !important;
    color: white !important;
}

.grid-alert {
    color: red;
}

@@media (min-width: 1200px) {
    .container {
        max-width: 1480px;
    }
}

.k-detail-cell a.show {
    display: inline-block !important;
    margin-right: 10px;
    padding: 3px 10px;
    color: #034694;
}

    .k-detail-cell a.show::after {
        content: '';
        display: inline-block;
        border: 3px solid transparent;
        border-top-color: #034694;
        margin-left: 5px;
    }

.k-grid-filter.k-state-active {
    background-color: rgba(3, 70, 148, 0.5);
}

.k-grid tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.icone-griglia {
    width: 30px;
    height: 30px;
    padding-right: 5px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #404386;
}

.plus-txt{
    font-size:2.5em;
}

.ttl{
    display:none;
}

.invalid-field {
    color: red;
    font-weight: bold;
}