header{
    width:100%;
    min-height: 80px;
    display: table;
    background-color: #9c34a5;
    color: #FFF;
}

header .container{
    display: table-cell;
    vertical-align: middle;
    background-color: #9c34a5;
}

header .header *{
    display: inline-block;
}

header .header .align-right{
    float: right;
    font-size: 30px;
    margin-top: .5rem;
    cursor: pointer;
    display: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

a{color: #000;}
a:hover, a:focus{color: #9c34a5;}

#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: #FFF;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    width: 250px;
    min-height: calc(100% - 80px);
    background: #9c34a5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #77287e;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #77287e;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.contentLoader{
	width:100%;
}

.loader {
    width: 460px;
    height: 344px;
    margin: auto;
    background: url("../images/tenor.gif") no-repeat;
    background-size: cover;
}

.accts{
    margin-top: 30px;
    display: none;
}

.card{
    min-height: 100px;
    padding: 10px;
    border: 0;
}

.card .content{
    height: 150px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.card .content a{
    color:#FFF;
    height: 100%;
    width: 100%;
    display: table;
}

.card .content a.location-title{
    display: table-cell;
    vertical-align: middle;
}

.location-title{
    text-align: center;
    margin: 20px 0;
}

.card .content a.location-info{
    display: table-cell;
    vertical-align: middle;
}

.color-1{background-color: #921717;}
.color-2{background-color: #593688;}
.color-3{background-color: #1a137d;}
.color-4{background-color: #315f7f;}
.color-5{background-color: #539e90;}
.color-6{background-color: #33863d;}
.color-7{background-color: #4b6b2f;}
.color-8{background-color: #b9bb23;}
.color-9{background-color: #ad7134;}
.color-0{background-color: #710606;}

.fa-star.active{
    color: #fd7e14;
}



@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

.FormPubli {
    display: none;
}

.rowSelectors {
    display: inline;
}

.evento {
    display: none;
}

.oferta {
    display: none;
}

.visible {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
.btn-float {
    position: fixed;
    margin-left: -100px;
    margin-top: 90px;
}

.btn-float-report {
    position: fixed;
    margin-left: -100px;
    margin-top: 140px;
}
*/
.searcher {
    float: left;
}


.superior-row {
    margin-top: 20px;
    padding-bottom: 45px;
}

.hanging-button {
    float: right;
}

.modal-prsnl {
    width: 520px;
    margin: auto;
    max-width: none;
}

.tabla{
    border-collapse: collapse;
    /*margin-top: 40px;*/
}

.row {
    margin-left: 0px;
}

tr:nth-child(even) {
    background-color: #eee;
}
tr:nth-child(odd) {
    background-color: #fff;
}

th {
    background-color: #cdcdcd;
}

.active {
    background-color: #f1f1f1;
    color: white;
}
