body{
    background: #F5F6F7;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

p{
    font-family: 'Open Sans', sans-serif;
}

/* ==== LOGIN ==== */
.bg-login{
    background: url(../images/bg-login.jpg) no-repeat center center;
    background-size: cover;
} 
.login h2{
    font-family: 'Bebas Neue', cursive;
}
.btn-google{
    background:#F5471C url(../images/icon-G.png) left center no-repeat;
    border:0px;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
    color:#FFF;
    width: 280px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.4);
}
.btn-google:hover{
    background:#FFF url(../images/icon-G2.png) left center no-repeat;
    color:#666;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #F5F6F7;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}


.inicial{
    width: 60px;
    height: 60px;
    background: url(../images/bg-inicial.png) top center no-repeat;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
}
.perfil{
    margin-bottom: 50px;
}
.perfil h4{
    color:#262626;
    font-size: 16px;
}
.perfil h5{
    color:#8A8F9C;
    font-size: 12px;
}
.btn-reservar{
    background:#F5471C url(../images/icon-silla.png) left center no-repeat;
    border:0px;
    padding: 10px 10px 10px 45px;
    border-radius: 5px;
    color:#FFF;
    font-size: 14px;
    width:100%;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.4);
text-decoration: none;
}
.btn-reservar:hover{
    background:#000 url(../images/icon-silla.png) left center no-repeat;
    color:#FFF !important;
text-decoration: none;
}
.links{
    margin-top: 30px;
}
.links .list-item{
    color:#8A8F9C;
    font-size: 13px;
    text-decoration: none;
}
.links .list-item:hover{
    color:#F5471C;

}
.links .router-link-active{
    color:#F5471C;
}
.links h5{
    color:#8A8F9C;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.layout{
    background: #F5F6F7;
    padding: 20px;
    padding-right: 40px;
}
.bg-map{
    background:#FFF;
    border-radius: 10px;
}
.title {
    font-size: 40px;
    margin-top: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:300;
    text-transform: uppercase;
}
.subtitle {
    font-size: 14px;
    font-weight: 300;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #838EAB;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    min-height: 50px;

}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    font-size: 0.9rem;
    font-weight: 400;
    height: auto !important;
    max-height: 150px !important;
    overflow-y: auto !important;
}

.btn-primary {
    color: #fff;
    background-color: #F5471C !important;
    border-color: #F5471C !important;
    font-size: 14px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
    font-size: 14px;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #F5471C;
    border-color: #F5471C;
    box-shadow: 0 0 0 0.25rem rgba(245, 71, 28, 0.5);
  }
.btn-secondary {
    font-size: 14px;
}
.br-l{
    border-left:1px solid #eee;
}
.text-right{
    text-align: right;
}


.seleccionados h4{
    font-family: 'Barlow Condensed', sans-serif;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding: 20px 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0;
}
.seleccionados p{
    color:#59626A;
    font-size: 14px;
}
.p-selec{
    display: block;
    width: 100%;
    min-height: 50px;
}
.p-seleccionado{
    background:#eee;
    border-radius: 3px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    width: 60px;
    padding: 5px;
    float:left;
    margin: 5px;
}
.p-seleccionado .cerrar{
    background: #ccc;
    border-radius: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    line-height: 18px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F5471C !important;
    color: white;
}
.modal-body {
    padding:0px !important;
}
.modal-backdrop.show {
    opacity: .9;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-content {
    border: 0px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.16);
box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.16);
}
.bg-office{
    background: url(../images/bg-office.png) no-repeat center center;
    background-size: cover;
}
.title-h3{
    font-family: 'Bebas Neue', cursive;
}
.bg-gray{
    background: #F5F6F7;
}
.float-right{
    float: right;
}
.item{
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.24);
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.24);
border:0px;
font-size: 12px;
color:#838EAB;
}

.btn-info {
    color: #8A8F9C;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.24);
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.24);
}
.btn-info:hover {
    color: #fff;
    background-color: #F5471C;
    border-color: #F5471C;
}
.btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #F5471C;
    border-color: #F5471C;
    box-shadow: 0 0 0 0.25rem rgba(245, 71, 28, 0.5);
  }
.table{
    margin-top: 20px;
}

.table th{
    background: #F5471C;
    color:#FFF;
    padding: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.table td{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 18px;
    font-weight: 400;
}
h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 20px;
    font-weight: 400;
    text-transform: uppercase;
}







/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

