body{
    font-family: 'Quicksand', 'Prompt', 'sans-serif';
}

.hidden{
    display: none;
}

.pdf-view{
    font-family:'cordia new';
    height:670px;
    overflow-y: scroll;
    font-size: 16px;
    color: #000;
    -ms-transform: scale(0.95, 0.95); /* IE 9 */
    -webkit-transform: scale(0.95, 0.95); /* Safari */
    transform: scale(0.95, 0.95);
}

.btn-activity{
    background-color: #fed105 !important;
    border-color: #fed105 !important;
    color: #fff !important;
}

.dashboard-table td{
    border: 0px !important;
    padding: 5px !important;
}

.dashboard-line{
    border-top: 1px solid #fff;
    padding-top: 5px;
}

.the-footer{
    position: relative;
    z-index: 990;
    padding: 15px;
    margin-top: 30px;
    padding-left: 30px;
    border-top: 1px solid #d2d6de;
    background: #485460;
    font-size: 13px;
    color: #d2dae2;
    transition:0.3s;
    opacity:0;
}

footer a {
    color: #d2dae2 !important;
}

footer a:hover {
    color: #ffc048 !important;
}

@media screen and (min-width:769px){
    .the-footer{
        max-height: 120px;
    }
}

.topic-header{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
}

.btn_accrevo, .accrevo_loading{
    background-color: #ff6633 !important;
    border-color: #f5541f !important;
    color: white !important;
}


.show_entry{display:inline-block; width:148px;}
.wid_240{width:242px;}

@media screen and (max-width:768px){
    .form_entries{text-align:right;}
}

.bg-detail {
    color: #000;
    background-color: #f5f5f5 !important
}
