body{    
    font-family: 'Open Sans', sans-serif;
    background-color: #fff; /*#535252;*/
    padding:0px;
    margin:0px;
}

h1{ font-size: 3.5em;}

h1, h2, h3, h4, h5{
    font-family: 'Paytone One', sans-serif;
    color:#42413d;
}

p.bigger{
    font-size: 20px;
    line-height: 30px;
}

.modal-title{
    color:#000;
}


.bootbox-prompt-message{
    margin-bottom:20px;
}

a, a:visited{
    color:#feba00;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color:#feba00;
}

.dropdown-header a

.card{
    border-radius:1px !important;
    background: rgba(134, 134, 134, 0.5);
    color:#fff;
} 
.card label{
    font-weight: bold;
    margin-bottom:10px;
}

.form-control{
    border-radius: 0px !important;
}

.btn-brand, .bg-brand{
    background-color: #FECB00 !important;
}

.btn-brand:hover, .btn-brand:focus {
    background-color: #feba00;
    color:#333;
}



.btn-brand:active {
    background-color: #feba00 !important;
    color:#333 !important;
}

.__is-invalid{
    border-width: 4px !important;
}

.note-modal-footer{
    height:60px !important;
}

.handle{
    cursor:grab;
}

.handle:active{
    cursor:grabbing;
}

.tab{
    background-color: #ffffff;
    padding:10px;
    border:1px solid lightgray;
    cursor: pointer;
    border-radius: 5px;
}

.tab:hover{
    background-color: #feba00;
    border:1px solid #feba00;
}

.tab-active{
    background-color: #feba00;    
    border:1px solid #feba00;
    cursor:default;
}

#appLogoBar{
    background:#555;
    padding-top:6px;
    padding-bottom:6px;
}

#playerFooter{
    background:#fff;
    color:#555;
    border-top:2px solid #555;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
}

.appTabBar-tab{
    background:#ffe88c;
    border-bottom:2px solid #FECB00;    
    padding-top:5px;
    padding-bottom:5px;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.appTabBar-active{
    background:rgb(255,212,109);
    border-bottom:2px solid #FECB00;
    padding:5px 0 5px 0;
}

#activeZoneHeader{
    background:rgb(255,212,109);
    text-align: center;
    padding:5px 0 5px 0;
}

.contentMarkdown h1,h2,h3{
    margin-top:10px;
    margin-bottom:-10px;
}

.playerControlButtons{
    font-size:40px;
}

