/* Write your custom CSS here */

/* handle height of all select2 boxes */
.select2-selection--multiple{
    overflow: hidden !important;
    /* height: auto !important; */
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000005; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: unset; /* No color */
    /* padding-top: 60px; Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* #main {
    transition: margin-left .5s;
    padding: 20px;
} */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} */

.rfa_setting_btn {
    padding: 0px;
    border: 0px solid #ffffff;
    background-color: unset;
    color: #4e5e6a;
}

.rfa_setting_menu_icon {
    width: 25px;
    padding: 13px 0;
    text-align: center;
    font-size: 1.5em;
    color: #bcbcbc;
}

.rfa_setting_menu_title {
    flex: 1;
    padding: 13px 0;
    margin-left: 15px;
    border-bottom: 1px solid #ececec;
    font-size: 0.9em;
    color: #242424;
}

/* The navigation menu links */
.sidenav a {
    padding: 0 0 0 5px;
    margin: 0 16px 0 10px;
    text-decoration: none;
    /* font-size: 14px; */
    color: #818181;
    display: flex;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #22baa0;
    background-color: #e8e8e8;
}

.advanced_search_options_group {
    margin: 15px 15px 0px;
    background-color: #F1F1F1;
    border-radius: 9px;
}

.advanced_search_wrapper {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 555; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: unset; /* No color */
    /* padding-top: 60px; Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.selection_criteria_wrapper {
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 555; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #a6a6a670; /* No color */
    /* padding-top: 60px; Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: none;
}

/* button to remove the event */
.removeEventbtn_in_item {
    color:black;
    /* position: absolute;
    top: 0;
    right: 0; */
    width:13px;
    height: 13px;
    margin: 2px;
    text-align:center;
    border-radius:50%;
    font-size: 10px;
    cursor: pointer;
    background-color: #FFF
}

.reporting_item_title {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.reporting_form_control {
    padding: 0px !important;
    height: 25px;
}

.reporting-overflow-element {
    overflow: hidden;
}

.reporting-criteria-padding-left-1 {
    padding-left: 50px;
}

.reporting-criteria-padding-left-2 {
    padding-left: 20px;
}

.reporting-criteria-padding-left-3 {
    padding-left: 30px;
}

.reporting-criteria-title {
    font-size: 24px; 
    font-weight: 900;
    color: #00010d;
}

.reporting-criteria-subtitle {
    font-size: 14px; 
    font-weight: 600;
    color: #00010d;
}

.reporting-criteria-content {
    font-size: 14px;
    font-weight: 600;
}

.reporting-criteria-row-margin-bottom {
    margin-bottom: 5px;
}

.reporting-criteria-part-margin-top {
    margin-top: 30px;
}

.reporting-table-header {
    background-color: #b0c4de;
}

.reporting-margin {
    margin: 0 15px 25px;
}

.table-responsive {
    width: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

/* @media screen and (max-width: 767px) */
.table-responsive > .table-bordered {
    border: 1px solid #000000;
}

/* @media screen and (max-width: 767px) */
.table-responsive>.table {
    margin-bottom: 0;
}

.table > tbody+tbody {
    border-top: 1px solid #000000;
}

.table-bordered > thead > tr > th,
/* .table-bordered > tbody > tr > th, */
/* .table-bordered > tfoot > tr > th, */
/* .table-bordered > thead > tr > td, */
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td
{    
    border: 1px solid #000000;
    font-size: 14px;
}

/* Call Summary Report */
#call_summary_report_table > thead > tr > th:first-child {
    width: 25%;
}

#call_summary_report_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 12.5%;
}

#call_summary_report_table > tbody > tr > td:first-child {
    text-align: center;
}

#call_summary_report_table > tbody > tr > td,
#call_summary_report_table > tfoot > tr > td 
{
    text-align: right;
    padding-right: 5px !important;
}

/* Call Summary Report With Separate NSI Totals */
#call_summary_report_with_seperate_NSI_totals_table > thead > tr:first-child > th:first-child {
    width: 12.5%;
}

#call_summary_report_with_seperate_NSI_totals_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 6.25%;
}

#call_summary_report_with_seperate_NSI_totals_table > tbody > tr > td:first-child {
    text-align: center;
}

#call_summary_report_with_seperate_NSI_totals_table > tbody > tr > td,
#call_summary_report_with_seperate_NSI_totals_table > tfoot > tr > td 
{
    text-align: right;
    padding-right: 5px !important;
}

/* Calls per Hour Report */
#calls_per_hour_report_table > thead > tr > th {
    text-align: center;
    padding-top: 5px !important;
}

#calls_per_hour_report_table > tbody > tr > td,
#calls_per_hour_report_table > tfoot > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#calls_per_hour_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

/* Top Busiest Hours */
#top_busiest_hours_report_table > thead > tr:first-child > th:first-child {
    width: 50%;
}

#top_busiest_hours_report_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 25%;
}

#top_busiest_hours_report_table > tbody > tr > td:first-child {
    text-align: center;
}

#top_busiest_hours_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#top_busiest_hours_report_table > tbody > tr > td,
#top_busiest_hours_report_table > tfoot > tr > td 
{
    text-align: center;
}

#top_busiest_hours_report_table > tfoot > tr > td:first-child,
#top_busiest_hours_report_table > tfoot > tr > td:nth-child(2)
 {
    border-right-style: hidden;
}

/* Average Call Duration */
#average_call_duration_report_table > thead > tr > th:first-child {
    width: 10%;
}

#average_call_duration_report_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 15%;
}

#average_call_duration_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#average_call_duration_report_table > tbody > tr > td,
#average_call_duration_report_table > tfoot > tr > td {
    text-align: center;
}

#average_call_duration_report_table > tfoot > tr > td {
    padding-top: 5px !important;
}

#average_call_duration_report_table > tfoot > tr:first-child > td:nth-child(3), 
#average_call_duration_report_table > tfoot > tr:first-child > td:nth-child(4), 
#average_call_duration_report_table > tfoot > tr:first-child > td:nth-child(5), 
#average_call_duration_report_table > tfoot > tr:first-child > td:nth-child(6), 
#average_call_duration_report_table > tfoot > tr:first-child > td:nth-child(7), 
#average_call_duration_report_table > tfoot > tr:nth-child(2) > td:nth-child(2) {
    background-color: #778899;
}

/* Calls By Circuit Report */
#calls_by_circuit_report_table > thead > tr > th:first-child {
    width: 25%;
}

#calls_by_circuit_report_table > thead > tr > th:last-child {
    background-color: #b0c4de;
}

#calls_by_circuit_report_table  > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 12.5%;
}

#calls_by_circuit_report_table > tbody > tr:first-child > td:first-child,
#calls_by_circuit_report_table > tbody > tr > td:first-child,
#calls_by_circuit_report_table > tbody > tr:first-child > td:nth-child(2),
#calls_by_circuit_report_table > tbody > tr:last-child > td,
#calls_by_circuit_report_table > tbody > tr > td:last-child {
    font-size: 14px; 
    font-weight: 600;
    color: #00010d;
}

#calls_by_circuit_report_table > tbody > tr > td:last-child {
    background-color: #b0c4de;
}

#calls_by_circuit_report_table > tbody > tr:first-child > td:first-child {
    text-align: left;
    padding-top: 15px !important;
    padding-left: 5px !important;
    vertical-align: middle;
}

#calls_by_circuit_report_table > tbody > tr > td:first-child,
#calls_by_circuit_report_table > tbody > tr:first-child > td:nth-child(2) {
    background-color: #b0c4de;
}

#calls_by_circuit_report_table > tbody > tr:last-child > td {
    background-color: #d3d3d3;
}

#calls_by_circuit_report_table > tbody > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#calls_by_circuit_report_table > tfoot > tr > td:first-child
{
    text-align: right;
    padding-top: 15px !important;
    padding-right: 5px !important;
    vertical-align: middle;
}

#calls_by_circuit_report_table > tfoot > tr > td
{
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

/* Circuit Utilization Report */
#circuit_utilization_report_table > thead > tr > th:first-child {
    width: 50%;
}

#circuit_utilization_report_table > thead > tr > th:nth-child(2) {
    width: 30%;
}

#circuit_utilization_report_table > thead > tr > th:nth-child(3) {
    width: 20%;
}

#circuit_utilization_report_table  > thead > tr > th {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

#circuit_utilization_report_table > tbody:nth-child(odd) {
    background-color: #d3d3d3;
}

#circuit_utilization_report_table > tbody > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#circuit_utilization_report_table > tbody > tr:first-child > td:first-child,
#circuit_utilization_report_table > tbody > tr:last-child > td {
    text-align: left;
    padding-left: 5px !important;
}

/* PSAP Answer Time Report */
#PSAP_answer_time_report_table > thead > tr:first-child > th:first-child {
    width: 20%;
}

/* #PSAP_answer_time_report_table > thead > tr:first-child > th:nth-child(2) {
    width: 50%;
} */

#PSAP_answer_time_report_table > thead > tr:first-child > th:nth-child(3),
#PSAP_answer_time_report_table > thead > tr:first-child > th:nth-child(4),
#PSAP_answer_time_report_table > thead > tr:first-child > th:nth-child(5) {
    width: 10%;
}

#PSAP_answer_time_report_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 6.25%;
}

#PSAP_answer_time_report_table  > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#PSAP_answer_time_report_table  > tbody > tr > td,
#PSAP_answer_time_report_table  > tfoot > tr > td {
    text-align: right;
    padding-right: 5px !important;
    vertical-align: middle;
}

#PSAP_answer_time_report_table  > tbody > tr > td:first-child {
    text-align: center;
    padding-right: 15px !important;
    vertical-align: middle;
}

#PSAP_answer_time_report_table  > tfoot > tr:nth-child(3) > td:nth-child(2),
#PSAP_answer_time_report_table  > tfoot > tr:nth-child(4) > td:nth-child(2) {
    border-right-style: hidden;
}

/* Last 12 Months Answer Time Report */
#last_12_months_answer_time_report_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 12.5%;
}

#last_12_months_answer_time_report_table  > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#last_12_months_answer_time_report_table  > tbody > tr > td,
#last_12_months_answer_time_report_table  > tfoot > tr > td {
    text-align: center;
    vertical-align: middle;
    border-color: #d3d3d3;
}

#last_12_months_answer_time_report_table  > tbody > tr > td:first-child,
#last_12_months_answer_time_report_table  > tfoot > tr > td:first-child {
    text-align: left;
    padding-left: 5px !important;
    vertical-align: middle;
}

/* Class of Service Report */
#class_of_service_report_table > thead {
    background-color: #dbe5f1;
}

#class_of_service_report_table > thead > tr > th {
    text-align: center;
    padding-top: 5px !important;
    width: 33.33%;
}

#class_of_service_report_table > thead > tr > th:first-child {
    text-align: left;
    padding-left: 5px !important;
}

#class_of_service_report_table > tbody > tr > td:first-child,
#class_of_service_report_table > tfoot > tr > td:first-child {
    text-align: left;
    padding-top: 5px !important;
    padding-left: 5px !important;
}

#class_of_service_report_table > tbody > tr > td,
#class_of_service_report_table > tfoot > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#class_of_service_report_table > tfoot {
    background-color: #c0c0c0;
}

/*  Calls per Hour by Day of Week Report */
#calls_per_hour_report_by_day_of_week_table > thead > tr > th {
    text-align: center;
    padding-top: 5px !important;
}

#calls_per_hour_report_by_day_of_week_table > tbody > tr > td,
#calls_per_hour_report_by_day_of_week_table > tfoot > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#calls_per_hour_report_by_day_of_week_table > tbody > tr:nth-child(4n+1) > td:first-child,
#calls_per_hour_report_by_day_of_week_table > tbody > tr:nth-child(4n+3) > td:first-child {
    text-align: center;
    padding-top: 5px !important;
}

#calls_per_hour_report_by_day_of_week_table > tbody > tr:nth-child(4n+3),
#calls_per_hour_report_by_day_of_week_table > tbody > tr:nth-child(4n+0) {
    background-color: #d3d3d3;
}

/* Calls by Agent */
#calls_by_agent_report_table > thead > tr > th {
    text-align: center;
    padding-top: 5px !important;
}

#calls_by_agent_report_table > tbody > tr > td,
#calls_by_agent_report_table > tfoot > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#calls_by_agent_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#calls_by_agent_report_table > tbody > tr > td:first-child {
    text-align: left;
    padding-left: 5px !important;
}

/* Agent Ring Time */
#agent_ring_time_report_table > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
}

#agent_ring_time_report_table > tbody > tr > td,
#agent_ring_time_report_table > tfoot > tr > td {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#agent_ring_time_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#agent_ring_time_report_table > tbody > tr > td:first-child {
    text-align: left;
    padding-left: 5px !important;
}

/* Top ESN Report */
#top_ESN_report_table > thead > tr > th:first-child {
    width: 40%;
}

#top_ESN_report_table  > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 30%;
}

#top_ESN_report_table > tbody > tr > td {
    text-align: center;
}

#top_ESN_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

#top_ESN_report_table > tfoot > tr > td:first-child
{
    text-align: right;
    padding-right: 5px !important;
}

#top_ESN_report_table > tfoot > tr > td:nth-child(2) {
    border-right-style: hidden;
}

#top_ESN_report_table > tfoot > tr > td
{
    text-align: center;
}

/* Top PSAP Report */
#top_PSAP_report_table > thead > tr > th:first-child {
    width: 30%;
}

#top_PSAP_report_table  > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
    width: 40%;
}

#top_PSAP_report_table > tbody > tr > td {
    text-align: center;
}

#top_PSAP_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

/* Trunk Group Utilization Report */
#trunk_group_utilization_report_table > thead > tr > th:first-child,
#trunk_group_utilization_report_table > thead > tr > th:nth-child(4),
#trunk_group_utilization_report_table > thead > tr > th:nth-child(5) {
    width: 15%;
}

#trunk_group_utilization_report_table > thead > tr > th:nth-child(2) {
    width: 30%;
}

#trunk_group_utilization_report_table > thead > tr > th:nth-child(3) {
    width: 25%;
}

#trunk_group_utilization_report_table  > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
}

#trunk_group_utilization_report_table > tbody > tr > td:first-child {
    text-align: center;
    padding-top: 5px !important;
}

#trunk_group_utilization_report_table > tbody > tr > td:nth-child(2),
#trunk_group_utilization_report_table > tbody > tr > td:nth-child(3) {
    text-align: left;
    padding-top: 5px !important;
    padding-left: 5px !important;
}

#trunk_group_utilization_report_table > tbody > tr > td:nth-child(4),
#trunk_group_utilization_report_table > tbody > tr > td:nth-child(5) {
    text-align: right;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

#trunk_group_utilization_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

/* PSAP Exception Reports */
#PSAP_time_exception_tables > thead > tr > th:first-child,
#PSAP_time_exception_tables > thead > tr > th:last-child {
    width: 20%;
}

#PSAP_time_exception_tables > thead > tr > th:nth-child(2) {
    width: 35%;
}

#PSAP_time_exception_tables > thead > tr > th:nth-child(3) {
    width: 25%;
}

#PSAP_time_exception_tables  > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
}

#PSAP_time_exception_tables > tbody > tr > td:first-child,
#PSAP_time_exception_tables > tbody > tr > td:last-child {
    text-align: center;
}

#PSAP_time_exception_tables > tbody > tr > td:nth-child(2),
#PSAP_time_exception_tables > tbody > tr > td:nth-child(3) {
    text-align: left;
}

#PSAP_time_exception_tables > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

/* 10-Digit Emergency Call Report */
#X_digit_emergency_call_report_table > thead > tr > th:first-child,
#X_digit_emergency_call_report_table > thead > tr > th:nth-child(5),
#X_digit_emergency_call_report_table > thead > tr > th:nth-child(6),
#X_digit_emergency_call_report_table > thead > tr > th:nth-child(7) {
    width: 10%;
}

#X_digit_emergency_call_report_table > thead > tr > th:nth-child(2),
#X_digit_emergency_call_report_table > thead > tr > th:nth-child(3),
#X_digit_emergency_call_report_table > thead > tr > th:nth-child(4) {
    width: 20%;
}

#X_digit_emergency_call_report_table  > thead > tr > th {
    text-align: center;
    padding-bottom: 5px !important;
}

#X_digit_emergency_call_report_table > tbody > tr > td:first-child {
    text-align: center;
}

#X_digit_emergency_call_report_table > tbody > tr > td:nth-child(2),
#X_digit_emergency_call_report_table > tbody > tr > td:nth-child(3),
#X_digit_emergency_call_report_table > tbody > tr > td:nth-child(4) {
    text-align: left;
}

#X_digit_emergency_call_report_table > tbody > tr > td:nth-child(5),
#X_digit_emergency_call_report_table > tbody > tr > td:nth-child(6),
#X_digit_emergency_call_report_table > tbody > tr > td:nth-child(7) {
    text-align: right;
}

#X_digit_emergency_call_report_table > tbody > tr:nth-child(even) {
    background-color: #d3d3d3;
}

.eidd-div {
    padding: 10px;
    border: 1px solid #024e6a;
    border-radius: 4px;
    margin: 15px 0;
}

@media (min-width: 768px) {
    .eidd-checkbox {
        padding-top: 7px;
    }
}

.background-image {
    height: 90px;
}

@media (min-width: 768px) {
    .background-image {
        height: 90px;
    }
    .custom-offset {
        margin-left: 12.5%;
    }
}

@media (min-width: 992px) {
    .background-image {
        height: 90px;
    }
}

@media (min-width: 1200px) {
    .background-image {
        height: 135px;
    }
}

.custom-panel-footer {
    text-align: center;
    padding: 5px 0 0;
    background-color: transparent;
    height: 40px;
    border: 0;
}

.custom-panel {
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0);
}

.spinner-container {
    margin: 5px 0;
}