/**
* -------------------------------
* 4PSA VoipNow
* -------------------------------
* @license Copyright (c) 2021 4PSA (www.4psa.com). All rights reserved.
*
*/

.quickLink, .pageTitle, .controllerContent  {
    background-color: #f4f9f7;
}

.radio_styler:hover > input:not([disabled]) + .radio_replacer, .checkbox_styler:hover > input:not([disabled]) + .checkbox_replacer,
.panel_row_active,.panel_row:hover,
.Row_mover, option:hover, .panel_row_shaddow:hover, .panel_row:hover, .foldBoxHeaderLayout:hover,
.foldBoxHeaderLayout:hover .LabelSection span, .htextarea_input textarea:not(.editing):hover {
    background-color: #ebf1f0;
}

.panel_row_shaddow.selected, .panel_row_shaddow.selected > .panel_row:hover, .sound_pages.selected, .Row_checked, option[selected] {
    background-color: #f2f7f7;
}
.searchContainer, #search_id, #removal_btn, .controlBtns, .searchBtns {
    background-color: #f2f7f7;
}

th {
    background-color: #4cab8f;
}

.formArea, .no_records {
    background-color: #FBFDFD;
}
#tabs {
    background-color: #FBFDFD;
}
.tab.selected a {
    color: #44aa8c !important;
}
.tab.selected a:before {
    border-color: #44aa8c;
}

.pageTitle .name, .pageTitle b, .report thead, .foldBoxHeaderLayout, legend,
#container_invoice_info thead td, #invoice_log_details thead td {
    color: #4e5f59;
}

select:focus, input:focus, textarea:focus {
    outline: none !important;
    border: 1px solid #84ceb8!important;
}