base
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;  
    background-color: #e9e9e9;
    margin-top: 70px;
    color: #717171;

}
@media (min-width: 768px) { .container { max-width: 750px; } } 
.bar {
    min-height: 50px;
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #0079CF!important;
}
.bar .king {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bar .menu{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
} 
.bar .menu > li { 
    float: left;
}
.bar .menu > li >a {
    display: block;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    cursor: hand;
    padding: 14px;
    line-height: 21px;
}
.bar .menu > li >a:focus, .bar .menu > li >a:hover{
    text-decoration: none;
    background-color: #005998!important;
}
.bar .menu > li > a > .badge {
    font-size: 8px !important;
    font-weight: 500 !important;
    background-color: #f00 !important;
    padding: 3px 5px;
    margin-left: -5px;
}
.bar .menu .titulo {
    /* width: 180px; */
    height: 24px;
    float: left;
    overflow: hidden;
 }
 .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;

 }
.row {
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 767px) {
    .bar .menu .titulo {
        width: 50px;
        height: 18px;
        float: left;
        overflow: hidden;
    }
}
.clear-both {
    clear: both;
}
.footer {
    width: 100%;
    height: 110px;
    background-image: url('../images/logo_bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
.artistas {
    margin-bottom: 20px;
}

.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);}
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.page-header {
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
} 
.page-header h1{
    margin: 0px;
}
.submenu .nav-tabs > li > a {
  font-size: 14px!important;
  
}
.empre .panel-default > .panel-heading {
  background-color: #ddd!important;
}
.bar .menu .titulo {
    width: inherit!important;
    height: 24px;
    float: left;
    overflow: hidden;
}
.empre h3 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
#appModeNote {
    background-color: #333333 ;
    border-top: 5px solid #000000 ;
    bottom: 0px ;
    color: #F0F0F0 ;
    display: none ;
    font-family: helvetica ;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0px 10px 0px ;
    text-align: center ;
    width: 100% ;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
}
#appModeNote em {
    display: block ;
    font-size: 20px ;
    font-weight: bold ;
    line-height: 26px ;
}
#appModeNote span {
    display: block ;
    font-size: 14px ;
    line-height: 20px ;
}
.form-control[readonly] {
    background-color: #fff;
}
.kings_list {
    list-style-type: none;
    padding: 0;
}
.kings_list li {
    margin-bottom: 20px;
    text-align: center;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.tab-content {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px; 
  }

.selectize-input {
    /*height: 46px!important;*/
    padding: 10px 16px!important;
    font-size: 18px!important;
    line-height: 1.3333333!important;
    border-radius: 6px!important;
}
.selectize-dropdown-content {
    font-size: 18px!important;
    line-height: 1.3333333!important;
}