@media print {
  a[href]:after {
    content: none
  }
    
    .sidebar {
        display: none;
    }
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type="date"]::-webkit-clear-button { display: none; }
.panel-heading-small {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 3px 8px;
    font-weight: bold;
    font-size: 12px;
}

.panel-body-small {
    padding: 3px 8px;
}

.panel {
    margin-bottom: 3px;
}

.panel-default .panel-heading-small {
    background-color: #9ab2ca;
}

.navbar-inverse {
    background-color: #0457a6;
    border-color: #0457a6;
}

.col-padding-5 {
    padding-left: 6px;
    padding-right: 6px;
}

.table-condensed-more tbody tr td{
    padding: 2px 5px;
    border-top: none;
}

.table-condensed-more thead tr th{
    padding: 4px 5px;
    background-color: #588bbf;
}

.input-group {
    margin-bottom: 10px;
}

html {
    height: 100%;
}

body {
    background-image: url("/img/background1.jpg");
    font-family: 'Titillium Web', sans-serif;
    height: 100%;
}

.main {
    width: 960px;
    /*max-height: 900px;*/
    min-height: 500px;
    /*height: 900px;*/
   /* height: 95vh;*/
    margin: 0px auto;
    background-color: #f3f2f5;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
    /*overflow-y: hidden;*/

}

.container {
    width: 100%;
    height: 100%;
}

.navbar-nav li a {
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 47px;
} 

#top {
    width: auto;
    height: 193px;
    background-image: url("/img/top_bkg.png");
    padding-top: 146px;
}

#topBand {
    position: absolute;
    left: 0px;
    top: 146px;
    height: 47px;
    width: 100%;
    background-color: rgba(4, 87, 166, 0.702);
}

#enpafOnline {
    margin: 5px auto;
    display: block;
    padding-top: 10px;
}

.sidebar {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    min-height: 500px;
    /*height: 700px;*/
    font-weight: 600;

}

.navbar {
    margin-left: auto;
    margin-right: auto;
    border-radius: none;
    min-height: 0px;
    margin-bottom: 0px;
    border: none;
}

.navbar ul {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    display:table;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar li {
    /*float: left;*/
    display: inline-block;
    padding: 0px 2px;
    /*width: 180px;*/
    margin-left: auto;
    margin-right: auto;
    line-height: 47px;
    font-size: 1.5em;
    font-family: "Titillium Web";
    font-weight: 700;
}

.navbar li a {
    text-decoration: none;
    color: white;
    padding-left: 20px;
}

.navbar li a:hover {
    text-decoration: none;
    color: #f68b1e;
}

.navbar li.deactivated {
    color: #9ab2ca;
    padding-left: 20px;
}

.navbar ul li a.selected {
    color: rgb(117, 184, 252);
    background-image: url("/img/baffo_orange.png");
    background-repeat: no-repeat;
    background-position: -4px 5px;
}


.list-group {
    margin-left: -15px;
    margin-right: -15px;
}

.list-group-item {
    border: none;
    text-align: center;
    background-color: transparent;
    line-height: 36px;
}

a.list-group-item:hover {
    background-color: white;
}

a.list-group-item.selected {
    background-color: white;
}

.content {
    margin-top: 10px;
    margin-bottom: 10px;
    /*height: 687px;*/
    /*height: 95vh;*/
    height: 50%;
    /*overflow-y: visible;*/
}

footer {
   width: 100%;
   padding: 10px;
   margin-top: 200px;
   font-size: 0.9em;
   text-align: center;

}

footer p {
    margin:0;
}

.col-md-9 {
    /*background-color: white;*/
}

#benvenuto {
    position: absolute;
    height: 46px;
    top: 100px;
    /*padding-left: 600px;*/
    padding-right: 15px;
    width: 960px;
    z-index: 14;
    color: #f3f2f5;
    text-align: right;
}

.cedoliniDetail:hover .detail {
    visibility: hidden;
    color: red;
}

.btn-sm {
    line-height: 1;
}

#logout {
    float:right;
    height: 46px;
    margin-left: 5px;
}

#logout i {
    line-height: 46px;
}

.modal-dialog {
    margin: 200px auto;
    width: 350px;
}

.modal-header {
    background-color: #3b5d7f;
    color: white;
    padding: 7px;
}

.modal-footer {
    padding: 9px;
}

.print{
    text-align: right;
}

.print a{
    color: black;
}

.field-has-error{
    border-color: red;
    background-color: #ffcccc;
}