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

.hidden {
    display: none !important;
}

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

/* Reference to .select2 that created from .searchable-input */
.searchable-input.group-addon:first-child+.select2>.selection>.select2-selection.select2-selection--single {
    border-radius: 4px 0px 0px 4px !important;
}

.searchable-input.group-addon:not(:first-child)+.select2>.selection>.select2-selection.select2-selection--single {
    border-radius: 0px 4px 4px 0px !important;
}

.searchable-input.group-addon-center+.select2>.selection>.select2-selection.select2-selection--single {
    border-radius: 0px !important;
}

.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
    min-height: 38px !important;
}

span.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5rem !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
}

.input-group-addon {
    border-radius: 4px 0px 0px 4px !important;
}

.form-control+.input-group-addon:not(:first-child) {
    border-radius: 0px 4px 4px 0px !important;
}

.detail_label {
    margin: 0px;
    font-size: 11px;
    position: absolute;
    top: -1px;
    transform: translateY(45%) translateX(10%);
    background-color: #fff;
    padding: 0px 5px;
}