@import '../node_modules/vue-multiselect/dist/vue-multiselect.min.css';

.cb:after, .cb:before{
    content:" ";
    display:block;
    clear:both;
}
/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    /*padding-left: 250px;*/
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    left: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ececec;
    font-size: 20px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav .dropdown-menu{
	position: relative;
	background-color: #4d4d4d;
	width: 100%;
}
.sidebar-nav .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}
.sidebar-nav .dropdown-backdrop{
	position: relative;
}

.dettagli td { width: 10%; }
.dettagli td input { width: 100%; }
.th-desc { min-width: 400px; }
.td-desc { width: 50%; }

@media(min-width:768px) {
    #wrapper {
        padding-left: 0px;
    }

    #wrapper.toggled {
        /*padding-left: 250px;*/
    }

    #sidebar-wrapper {
        width: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        position: absolute;
    }

    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: -250px;
    }
}
/* /Sidebar */
/* Menu-scrollable */
.swiper-container-menu {
	width: 100%;
	height: 100%;
	background: #000;
}
.swiper-slide-menu {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper1 a{
	color: #000;
	height: 50px;
	line-height: 50px;
}
/* /Menu-scrollable */
/*log-in*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin button{
    background-color: rgb(255, 204, 51);
    color: #000;
    border-color: #ececec;
}
/*/log-in*/
/*recovery-pass*/
.form-recovery-pass {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-recovery-pass .form-recovery-pass-heading,
.form-recovery-pass .checkbox {
  margin-bottom: 10px;
}
.form-recovery-pass .checkbox {
  font-weight: normal;
}
.form-recovery-pass .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-recovery-pass .form-control:focus {
  z-index: 2;
}
.form-recovery-pass input[type="email"] {
  margin-bottom: -1px;
}
.form-recovery-pass input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-recovery-pass button{
    background-color: rgb(255, 204, 51);
    color: #000;
    border-color: #ececec;
}
/*/recovery-pass*/
/*subscribe*/
.form-subscribe {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-subscribe .form-subscribe-heading,
.form-subscribe .checkbox {
  margin-bottom: 10px;
}
.form-subscribe .checkbox {
  font-weight: normal;
}
.form-subscribe .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-subscribe .form-control:focus {
  z-index: 2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-subscribe input[id="inputNome"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-subscribe input[id="inputCognome"],
.form-subscribe input[id="inputUsername"],
.form-subscribe input[id="inputPassword"],
.form-subscribe input[id="inputVerificapassword"],
.form-subscribe input[id="inputEmail"],
.form-subscribe input[id="inputAzienda"],
.form-subscribe input[id="inputIndirizzo"] {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-subscribe input[id="inputTelefono"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-subscribe button{
    background-color: #000080;
}
/*/subscribe*/

@media
only screen and (max-width: 760px){
/* Table responsive table-index */
  .table-responsive{
    border: none;
  }

  .table-index table,
  .table-index thead,
  .table-index tbody,
  .table-index th,
  .table-index td,
  .table-index tr {
    display: block;
  }

  .table-index thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-index tr {
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .table-index td {
    position: relative;
    padding-left: 50%;
    text-align: right;
  }

  .table-index td:before {
    position: relative;
    display: block;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }

   .table-index .labels-inserisci {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(221, 221, 221);
  }

   .table-index .labels-inserisci td{
    border:none !important;
  }

  .table-index td:nth-of-type(1):before { content: "Codice"; }
  .table-index td:nth-of-type(2):before { content: "Numero"; }
  .table-index td:nth-of-type(3):before { content: "Descrizione"; }
  .table-index td:nth-of-type(4):before { content: "Prezzo"; }
  .table-index td:nth-of-type(5):before { content: "Azione"; }
/* /Table responsive table-index */
/* Table responsive table-gestione-utenti */
  .table-responsive{
    border: none;
  }

  .table-gestione-utenti table,
  .table-gestione-utenti thead,
  .table-gestione-utenti tbody,
  .table-gestione-utenti th,
  .table-gestione-utenti td,
  .table-gestione-utenti tr {
    display: block;
  }

  .table-gestione-utenti thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-gestione-utenti tr {
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .table-gestione-utenti td {
    position: relative;
    padding-left: 50%;
    text-align: right;
  }

  .table-gestione-utenti td:before {
    position: relative;
    float: left;
    display: block;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

   .table-gestione-utenti .labels-inserisci {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(221, 221, 221);
  }

   .table-gestione-utenti .labels-inserisci td{
    border:none !important;
  }

  .table-gestione-utenti td:nth-of-type(1):before { content: "Username"; }
  .table-gestione-utenti td:nth-of-type(2):before { content: "Ruolo"; }
  .table-gestione-utenti td:nth-of-type(3):before { content: "Data iscrizione"; }
  .table-gestione-utenti td:nth-of-type(4):before { content: "Status"; }
  .table-gestione-utenti td:nth-of-type(5):before { content: "Azione"; }
/* /Table responsive table-gestione-utenti */
/* Table responsive table-gestione-schede */
  .table-responsive{
    border: none;
  }

  .table-gestione-schede table,
  .table-gestione-schede thead,
  .table-gestione-schede tbody,
  .table-gestione-schede th,
  .table-gestione-schede td,
  .table-gestione-schede tr {
    display: block;
  }

  .table-gestione-schede thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-gestione-schede tr {
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .table-gestione-schede td {
    position: relative;
    padding-left: 50%;
    text-align: right;
  }

  .table-gestione-schede td:before {
    position: relative;
    float: left;
    display: block;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

   .table-gestione-schede .labels-inserisci {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(221, 221, 221);
  }

   .table-gestione-schede .labels-inserisci td{
    border:none !important;
  }

  .table-gestione-schede td:nth-of-type(1):before { content: "Codice"; }
  .table-gestione-schede td:nth-of-type(2):before { content: "Nominativo"; }
  .table-gestione-schede td:nth-of-type(3):before { content: "Data"; }
  .table-gestione-schede td:nth-of-type(4):before { content: "Auto"; }
  .table-gestione-schede td:nth-of-type(5):before { content: "Azione"; }
/* /Table responsive table-gestione-schede */

  .dettagli td { width: 100%; }
  .dettagli td input { width: 100%; }
  .th-desc { min-width: 100%; }
  .td-desc { width: 100%; }
}
/*media-query max-760*/

.no-padding-col > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
hr{
    width: 90%; color: black; height: 1px; background-color:rgb(0,0,128);
}
.top-nav-bar{
	background-color: rgb(255, 204, 51);
	color: #000;
}
.logo a{
	color: #000;
	font-weight: bold;
}
.nav-bar-icon a{
	color: #fff;
}
.settings-icon .dropdown-menu{
    right: 0;
}
.second-navbar{
	padding-top: 59px;
	margin-bottom: 0px;
	background-color: #ececec;
}
.second-navbar .btn{
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.second-navbar .btn a{
	color: #fff;
}
.padding-navbar-top{
  padding-top: 59px;
  margin-bottom: 0px;
}
.time-orario{
    color: #999999;
}
.time-categoria{
    color: #000080;
    font-weight: bold;
}
.box{
    margin-bottom: 20px;
}
.box img{
    width: 100%;
    height: auto;
}
.row-blue{
    background-color: rgb(0,0,128);
    color: #ffffff;
}
.box2 h4{
    color: rgb(0,0,128);
    font-weight: bold;
}
.testata{
    color: rgb(0,0,128);
}
.testata img{
    width: 100%;
    height: auto;
}
.bottom-nav .pagination a{
    color: rgb(0,0,128);
}
.bottom-nav .pagination .disabled a{
    color:#777777;
}
.blue-color-list li a{
    color: rgb(0,0,128);
}
ul{
    padding-left: 10px;
}
.grey-border-bottom{
    border-bottom: solid 1px #999999;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 0;
    border-color: rgb(255, 204, 51);
    color: #FFFFFF;
    background-color:rgb(255, 204, 51);
}
/*  */
.container{
	padding-top: 20px;
}
.head-table {
	background-color: #333;
	color: #ffffff;
}
.head-table{
	margin-bottom: 10px !important;
}
.head-table tr th{
	border: 0 !important;
}
.riga-plus{
  border-radius:50%;
  width: 40px;
  height: 40px;
}
.remove-color-icon{
  color: #d9534f;
}
.remove-color-icon:hover{
  color: #c9302c !important;
}
@media(max-width:1024px) {

.display-none-mobile{
  display: none;
  visibility: hidden;
}

.logo a {
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;

}
}

.datepicker { display:  inline-block; }

