.body-sign .center-sign{
    display: inline-block;
}

.header, .logo-container{
    background: #f8da00 !important;
}

.hide {
    display: none !important;
}

.nowrap{
    white-space: nowrap;
}

.text-white{
    color: #FFF !important;
}

.text-green{
    color: green !important;
}

.text-red{
    color: red !important;
}

.card-actions.btn{
    top: 0 !important;
    right: 0 !important;
    padding-top: 0.30rem;
    padding-left: 0px;
}

.card-search{
    cursor: pointer;
}

/* HIDE RADIO */
.radio-img { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.radio-img + .fas {
  cursor: pointer;
}

/* CHECKED STYLES */
.radio-img + .fas {
    color: gray !important;
}

.radio-img:checked + .fa-thumbs-up {
    color: green !important;
}
.radio-img:checked + .fa-thumbs-down {
    color: red !important;
}

.pieLabel div{
    font-size: 13px !important;
}

.fc-button{
    background: #303590 !important; color: #FFF !important;
}
.fc-button.fc-state-active{
    background: #f8da00 !important; color: #000 !important;
}


@media only screen and (min-width: 768px){
    .header.header-nav-menu .logo {
        position: relative;
        padding: 0 40px 0 5px;
    }

    html.fixed .inner-wrapper {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-wrapper {
        padding-top: 80px;
    }
    
    a.btn span{
        display: none;
    }
}