/* CSS Document*/ 
@media screen and (max-width: 600px){
body{
  background:url('../img/bg1-ritaglio.jpg') no-repeat fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}
}
@media screen and (max-width: 600px){
body{
  background:url('../img/bg1-ritaglio1.jpg') no-repeat fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}
}
@media screen and (min-width: 600px){
body{
  background:url('../img/bg1-ritaglio2.jpg') no-repeat fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}
}
@media screen and (min-width: 1425px){
body{
  background:url('../img/bg1.jpg') no-repeat fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  /*height: 100%;*/
}
}
html,body{
    position: relative;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif!important;
}

.fa-ul li{
font-size: 8px;
}

.nav .nav-tabs .col-md-2 .col-sm-1 .col-xs-1{
  background-color: #ddd;
}

.panel-body{
  border-color: #555;
}

.margine-dx{
  margin-right: 15px;
}

.margine_sopra{
  margin-top: 15px;
}

.margine_sotto{
  margin-bottom: 20px;
}

.gia_attivato{
  color: #5bc0de;
 }
 
 .attivabile{
 color: #82abfa;
 }
 
 .attivato_ora{
  color: #5cb85c;
 }
 
 .non_attivabile{
    color: #999999;
 }
 .colore_base_menu{
     border: solid 1px #c0d14d;
 }

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  padding-right: 19px;
  /* border-right: 1px solid #ddd; */
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.padding10{
    padding: 10px;
}

.opacity1{
    background-color: 85%;
}
.opacity085{
    background-color: rgba(255, 255, 255, 0.85);
}

.pullLeft{
    text-align: left;
}

.pullRight{
    text-align: right !important;
}

@media screen and (max-width: 767px){
.marginTop160{
    margin-bottom: 160px;
}
}

/*navbar*/
.navbar-default {
    background-color: #6fafe4;
    border-color: #6fafe4;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: #5d97c7;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar {
     border: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #5d97c7;
}

.navbar-default .navbar-toggle {
    border-color: #5d97c7;
}
/*end navbar*/


#footer{
 position:fixed;
 bottom:0;
 background-color: #e7e7e7;
}

/*login*/
.login-container{
    position: relative;
    width: 380px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    opacity:0.8;
}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
    background-image:url('../img/logo_ambrosetti_round.png');
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}

/*end login*/

.sfondoBandiere:hover,
.sfondoBandiere:focus,
.sfondoBandiere:active,
.sfondoBandiere.active,
.sfondoBandiere{
    background-color: #6fafe4;
    border-color: #6fafe4
}