.logo{
    height: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color:#f6f6f6;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:white;
}
footer p{
    margin:0px;
}
footer p{
    line-height: 60px;
}
.navbar-brand{
    height: 100px;
    padding-top:0px;
    padding-bottom:0px;
}
body{
    font-family: 'Roboto', sans-serif;
}
body.login{
    background-color:#064276;
}
.navbar-default{
    border-radius: 0px;
    border:0px;
    background: linear-gradient(to bottom, white 0%,white 50%,#000000 50%,#064276 50%,#064276 100%);
    margin:0px;
}
.menu{
    background-color:#064276;
    padding-bottom:100px;
}
.menu-nav li.active a:hover{
    background:none;
}
.menu-nav li.active a{
    opacity: 1;
    background:none;
}
.menu-nav li a{
    color:white;
    opacity: 0.5;
}
.menu-nav li a:hover{
    color:white;
    opacity: 1;
    background:none;
}
.menu-nav img{
    height: 50px;
    display: block;
    margin:0px auto;
    margin-bottom:10px;
    fill: currentColor;
    color:white;
}
.containerPage{
    margin-top:-50px;
}
.containerPageWhite{
    background-color:white;
    padding-top:15px;
    padding-bottom:15px;
    border-radius:10px;
    padding-left:15px;
    padding-right:15px;
}
.page-header h1{
    margin:0px;
    text-transform: uppercase;
        line-height: 34px;
    font-size: 24px;
}
.page-header{
    margin:0px;
    margin-bottom:20px;
}











#in-sub-nav{
    background-color:#064276;
}
#in-sub-nav li a{
    text-transform: uppercase;
}
#in-sub-nav li a{
    text-align: center;
    margin:10px;
    margin-top:70px;
    margin-bottom:140px;
}
#in-sub-nav li a:hover{
    background:none;
}
#in-sub-nav li a:hover img{
    opacity: 1;
}
#in-sub-nav li a.active img{
    opacity: 1;
}
#in-sub-nav li a.active{
    background:none;
}
#in-sub-nav li a img{
    height: 50px;
    margin-bottom:10px;
    opacity: 0.5;
}
#in-sub-nav ul{
    margin-bottom:0px;
}
#logo{
    position: relative;
    display: block;
}
#logo img{
    position: absolute;
    top:0px;
    left:0px;
}
.hidden_input{
    color:white;
    border:0px;
}
.depthchart{
    width: 100%;
    overflow-x:scroll;
}
.depthchart table{
    overflow: auto;
}
.depthchart table th{
    min-width:300px;
    text-align: center;
}
.depthchart .list-group a{
    padding:0px;
    cursor: pointer;
}
.depthchart .list-group li{
    margin-bottom:10px;
}
.depthchart .list-group a::after{
    clear:both;
    display: table;
    content:' ';
}
.depthchart .list-group a .img{
    height: 90px;
    display: inline-block;
    float: left;
    width: 111px;
    background-size: cover;
    background-position: top;
}
.depthchart .list-group a span.txt{
    padding:15px;
    display: block;
    display: inline-block;
    font-size:12px;
}
.depthchart .list-group{
    min-height: 20px;
    border:1px solid #ddd;
    padding:5px;
    border-radius: 3px;
}
.table_dettagli{
    width:220px;
}
.well-search{
    border-left:0px;
    border-right:0px;
    border-radius: 0px;
    box-shadow: none;
}
.panelBoxSingle h1{
    margin:0px;
    text-transform: uppercase;
    font-size:30px;
}
.panelBoxSingle p{
    margin:0px;
    margin-top:5px;
}
.list-group-info{
    margin-top:20px;
}
.imageSinglePlayer{
    border-radius: 3px;
}
.help-block{
    color:red;
    font-weight: bolder;
}
.category_depthchart{
    min-width:150px !important;
}
.fc-time{
    display: none !important;
}
.list-group-item-warning{
    background-color:#f0ad4e;
    color:white !important;
}
.list-group-item-danger{
    background-color:#d9534f;
    color:white !important;
}
.list-group-item-success{
    background-color:#5cb85c;
    color:white !important;
}
.depthchart .btn-group{
    width:100%;
}
.depthchart .open > .dropdown-menu{
    width:100%;
}
.depthchart .dropdown-menu > li > a{
    padding:10px;
}
#loading{
    background-color:rgba(255, 255, 255, 0.8);
    width:100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    background-image:url('/assets/img/ajax-loader.gif');
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    z-index: 1000000000000;
}
.footable-filtering-search .input-group .input-group-btn{
    display: none !important;
}
.footable-filtering-search{
    width:100%;
    margin-left:0px !important;
    margin-right:0px !important;
}
.footable-filtering-search .input-group{
    width:100% !important;
}
.footable-filtering th{
    padding:0px !important;
}
.footable-filtering .form-inline .input-group > .form-control{
    border-radius: 0px !important;
}
.btn-placeholder {
    border: 1px solid green;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    list-style-type: none;
    padding-top:20px;
    padding-bottom:20px;
}
.tab-panel-fir {
    padding:20px;
    border:1px solid #ddd;
    border-top:0px;
}