@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');

html,
body {
    height: 100%;
}

.navbar-blu{ 
    border-radius: 0px;
    height: 64px;
    background-color: rgb(0,145,234);
    font-family: 'Rubik';
    color: white;
}

.navbar-white{ 
    height: 80px;
    background-color: white;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background-color: rgb(250,250,250);
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* bottone rosso con hover*/
.btn-red {  
  width: auto;
  height: 18px;
  border: 0px;
  border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: white;
  background-color: rgb(221,75,57);
}
.btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus {
    background-color: rgb(217,217,217);
}
.btn-red:hover{
    background-color: rgb(150,150,150);
    color: white;
}
.btn-red:focus {
  color: white;
  text-decoration: none;
  border-color: white;
}
.btn-red:active,
.btn-red.active {
    background-color: white;
}

/* bottone green con hover*/
.btn-green {  
  width: auto;
  height: 18px;
  border: 0px;
  border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: white;
  background-color: rgb(0,166,90);
}
.btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus {
    background-color: rgb(217,217,217);
}
.btn-green:hover{
    background-color: rgb(150,150,150);
    color: white;
}
.btn-green:focus {
  color: white;
  text-decoration: none;
  border-color: white;
}
.btn-green:active,
.btn-green.active {
    background-color: white;
}

.img-list{
    width: 30px;
    height: 30px;
    border-radius: 3px; 
    margin-right: 10px;
}

.img-header{
    width: 80px;
    height: 80px;
    border-radius: 50%; 
    font-size:40px;
    padding-top: 10px;
    background-color: rgb(55,63,69);
}

.font-heade-h4{
    color: rgb(60,141,188);
    font-weight: bold;
}

.copertina{
    background-color: rgb(0,192,239);

    color:white;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/*font del nome dell'utente con link'*/
.font-menu
{
    color: white;
}

.font-menu a
{
    color: white;
}

.font-menu a:hover, .font-menu ul li.active a
{
    color: rgb(85,85,85);
}

.panel-form-modify{
    background-color: rgb(249,249,249); 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px;
}


.nav-tabsadmin {
  border-bottom: 1px solid transparent;
}
.nav-tabsadmin > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabsadmin > li > a {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    color: #555;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.nav-tabsadmin > li > a:hover {
  border-color: transparent;
}
.nav-tabsadmin > li.active > a,
.nav-tabsadmin > li.active > a:hover,
.nav-tabsadmin > li.active > a:focus {
  color: gray;
  cursor: default;
  background-color: rgb(236,240,245);
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.nav-tabsadmin.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabsadmin.nav-justified > li {
  float: none;
}
.nav-tabsadmin.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabsadmin.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabsadmin.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabsadmin.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabsadmin.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabsadmin.nav-justified > .active > a,
.nav-tabsadmin.nav-justified > .active > a:hover,
.nav-tabsadmin.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabsadmin.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabsadmin.nav-justified > .active > a,
  .nav-tabsadmin.nav-justified > .active > a:hover,
  .nav-tabsadmin.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}


/* lista dei tag */
ul#menutag {
    margin: 0;
    padding: 0;
    list-style: none;
}
  
ul#menutag li {
    display: block;
    float: left; /* elementi su singola riga */
    margin-bottom: 10px;
    margin-right: 2px;
}


/* bottone rosso con hover*/
.btn-white {  
  width: auto;
  height: auto;
  border: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgb(85,85,85);
  background-color: transparent;
}
.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus {
    color: rgb(136,136,136);
    background-color: transparent;
}
.btn-white:hover{
    background-color: transparent;
    color: rgb(136,136,136);
}
.btn-white:focus {
  color: rgb(136,136,136);
  text-decoration: none;
  border-color: white;
}
.btn-white:active,
.btn-white.active {
    color: rgb(136,136,136);
    background-color: transparent;
}


/*animazione del loader*/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.box-touringflat
{
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid rgb(237,237,237);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    -moz-box-shadow: 0px 0px 2px rgb(200,200,200);
    -webkit-box-shadow: 0px 0px 2px rgb(200,200,200);
    box-shadow: 0px 0px 2px rgb(200,200,200);
}


/* bottone rosso con hover*/
.btn-touringflat {  
    width: 100%;
    height: 60px;
    border: 1px solid rgb(237,237,237);
    font-family: 'Rubik';
    font-size: 13px;
    font-weight: 400;
    color: rgb(195,195,195);
    background-color: white;
    margin-bottom: 5px;
    -moz-box-shadow: 0px 0px 2px rgb(200,200,200);
    -webkit-box-shadow: 0px 0px 2px rgb(200,200,200);
    box-shadow: 0px 0px 2px rgb(200,200,200);
}
.btn-touringflat:focus,
.btn-touringflat:active:focus,
.btn-touringflat.active:focus {
    background-color: rgb(0,145,234);
}
.btn-touringflat:hover{
    background-color: rgb(0,145,234);
    color: white;
}
.btn-touringflat:focus {
  color: white;
  text-decoration: none;
  border-color: white;
}
.btn-touringflat:active,
.btn-touringflat.active {
    background-color: rgb(0,145,234);
    color: white;
}

.btn-touringflat:disabled {
    background: rgb(244,244,244);
    color: rgb(195,195,195);
}


.font-rubik-medium
{
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 500;
    color: rgb(42,42,42);
}

.font-rubik-medium-max
{
    font-family: 'Rubik';
    font-size: 17px;
    font-weight: 500;
    color: rgb(42,42,42);
}

.font-rubik-regular
{
    font-family: 'Rubik';
    font-size: 13px;
    font-weight: 400;
    color: rgb(42,42,42);
}

.font-rubik-label
{
    font-family: 'Rubik';
    font-size: 13px;
    font-weight: 500;
    color: rgb(42,42,42);
}

/* bottone rosso con hover*/
.btn-navbar-touringflat {  
    margin-top: 1px;
    padding-top: 2px;
    width: 100%;
    height: 36px;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Rubik';
    font-size: 14.3px;
    font-weight: 400;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
}
.btn-navbar-touringflat:focus,
.btn-navbar-touringflat:active:focus,
.btn-navbar-touringflat.active:focus {
    background-color: white;
}
.btn-navbar-touringflat:hover{
    background-color: white;
    color: rgb(0,145,234);
}
.btn-navbar-touringflat:focus {
    background-color: white;
    color: rgb(0,145,234);
}
.btn-navbar-touringflat:active,
.btn-navbar-touringflat.active {
    background-color: white;
    color: rgb(0,145,234);
}

.sottobox-grigio
{
    width: auto; 
    font-family: 'Rubik';
    font-size: 12px;
    background-color: rgb(239,241,244); 
    color: rgb(100,100,100); 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-bottom: 5px; 
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}


.skin-blue .sidebar-menu>li.header {
    color: #59c2ff !important;
    background: #1a2226;
}