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

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

.radio_styler:hover > input:not([disabled]) + .radio_replacer, .checkbox_styler:hover > input:not([disabled]) + .checkbox_replacer,
.panel_row_active,.panel_row:hover, option:hover, .panel_row_shaddow:hover, .panel_row:hover, .foldBoxHeaderLayout:hover,
.foldBoxHeaderLayout:hover .LabelSection span, .htextarea_input textarea:not(.editing):hover {
    background-color: #E7F7FD;
}
.Row_mover {
    background-color: #F7F8F8;
}
.panel_row_shaddow.selected, .panel_row_shaddow.selected > .panel_row:hover, .sound_pages.selected, .Row_checked, option[selected] {
    background-color: #F4F5F5;;
}
.searchContainer, #search_id, #removal_btn, .controlBtns, .searchBtns {
    background-color: #F7F8F8;
}

th {
    background-color: #52C9F4;
}

.formArea, .no_records {
    background-color: #FCFCFC;
}
.formArea input, .formArea select, .formArea textarea, .formArea option, .formArea optgroup, .formArea fieldset, #report_ans input, #callerid_numbers_container{
    border: 1px solid #D6D9DB
}
#tabs {
    background-color: #F9FBFD;
}
.tab.selected a {
    color: #0EA5DB !important;
}
.tab.selected a:before {
    border: 2px solid #0ea5db;
}

.pageTitle .name, .pageTitle b, .report thead, .foldBoxHeaderLayout, legend,
#container_invoice_info thead td, #invoice_log_details thead td {
    color: #0C90C0;
    font-weight: 600!important;
}

.Row a, .Row a:link, .Row a:visited, .Row a:active, .callerid_row {
    color: #0ea5db;
}

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

select, input, textarea, .input, .text_area, .input_disabled, .textarea_disabled {
    border: 1px solid #d6d9db!important;
}

#tabs {
    background-color: white!important;
}

.top_menu a:link {
    color: #0ea5db!important;
}

a:link, a:active, a:visited {
    color:#0ea5db;
}

.string_underline {
    color: #0ea5db;
}

.order_container_empty:hover{
    background: #E7F7FD!important;
}