.selection_row {
    width: 100%;
    height: 100px;
}

.selection_row h3 {
    line-height: 50px;
    text-indent: 20px;
}

.selection_row select {
    width: 130px;
    height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    clear: left;
}

.view_toggle_container {
    width: 130px;
    height: 30px;
    float: left;
    clear: left;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a0a0a0;
}

.view_btn {
    width: 50%;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    background: transparent;
    transition-duration: .35s;
    transition-property: color, background;
    transition-timing-function: ease-out;
}

.view_btn[data-status="active"] {
    color: #fff;
    cursor: text;
    background: #a0a0a0;
}

.refresh_btn {
    width: 130px;
    height: 32px;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #28E056;
    background: #28E056 url(../images/icons/refresh.svg) no-repeat;
    background-position: 5px center;
    background-size: 20px;
}

.content_view {
    width: 100%;
    /* min-height: 200px; */
    margin-top: 20px;
}

.data_table {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
    table-layout: auto;
    text-align: center;
    border: 1px solid #a0a0a0;
}

.data_table th,
.data_table td {
    padding: 5px 0;
    outline: 1px solid #a0a0a0;
}

.updated_time_controls {
    margin-top: 3px;
    margin-left: 20px;
}

.data_updated_container label {
    font-size: 13px;
    line-height: 50px;
}

.data_updated_container {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: #f0f0f0;
}

.data_updated_container .updated_time_controls {
    width: 60px;
    height: 30px;
    margin-top: 10px;
}

.data_updated_container .updated_time_timestamp {
    width: 30px;
    height: 30px;
    border: 1px solid #a0a0a0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.data_updated_container .updated_time_timestamp[data-status="active"] {
    background: #a0a0a0 url(../images/icons/calendar-white.svg) no-repeat;
    background-position: center;
    background-size: 12px;
}

.data_updated_container .updated_time_countdown {
    width: 30px;
    height: 30px;
    border: 1px solid #a0a0a0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.data_updated_container .updated_time_countdown[data-status="active"] {
    background: #a0a0a0 url(../images/icons/hourglass-white.svg) no-repeat;
    background-position: center;
    background-size: 12px;
}

.chart_legend {
    width: auto;
    height: 200px;
    min-width: 280px;
    display: inline-block;
}

#graph_view .pie_chart_widget {
    width: 240px;
    float: left;
    clear: left;
    margin-top: unset;
}

.color_box {
    width: 16px;
    height: 16px;
    float: left;
    clear: left;
    margin-top: 7px;
    margin-right: 10px;
}

.ocr_completed_box { background: #28E056; }

.ocr_sent_box { background: #61e8e1; }

.ocr_processing_box { background: #f39508; }

.panel_body_row {
    width: calc(100% - 40px);
    height: 30px;
    margin-left: 20px;
    line-height: 30px;
}

.panel_body_row span,
.panel_body_row label {
    font-size: 14px;
}

.timeframe_indicator {
    font-style: italic;
    align-self: center;
}

.timeframe_indicator label {
    font-size: 13px;
    margin-left: 20px;
}
.panel_section {
    background: #F7F7F8 !important;
    padding: 20px 0 0 0;
}
.panel {
    margin: 0 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    background: #fff;
}
.panel_title {
    padding: 20px;
    color: #666663;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
  
.panel_title > div:first-child {
    background-color: #fff;
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
}
/* .panel_title > div:last-child {
    flex: 1 0 0;
} */
.panel_body {
    padding: 20px;
}

.panel_title .transparent_btn {
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
    background: url(../images/icons/refresh.svg) no-repeat;
    background-position: left;
    background-size: 12px;
    transition-duration: .35s;
    transition-property: background;
    transition-timing-function: ease-out;
    text-indent: 20px;
    margin-left: 20px;
    color: #1d5fa1;
    font-weight: 500;
}
.panel_control {
    display: flex;
    align-items: baseline;
    flex-direction: row;
}
.panel_tabs {
    margin-left: 20px;
    margin-bottom: 10px;
}
.panel_tabs button{
    background: #fff;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    padding: 0 16px;
    padding-bottom: 8px
}
.panel_tabs .active{
    border-bottom: 3px solid #3dccf8;
}
.panel_section.content_view {
    margin-top: 0;
}
.padding-top-medium {
    padding: 20px;
}
.panel .full_width {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    align-items: flex-start;
    padding-bottom: 20px;
}

.panel .updated_time_timestamp[data-status="active"], .updated_time_countdown[data-status="active"] {
    background-color: #a5a5a5;
}
.chubbs.content_container {
    overflow-y: scroll;
    background: #F7F7F8 !important;
}
.selectBox {
    height: 24px;
    border: 0;
    border-bottom: 1px solid #cacaca;
    padding: 2px;
    outline: none;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-spacing: 0;
    padding: 0;
}
.table-scroll {
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.no-records {
    text-align: center;
    color: rgb(211, 30, 30);
}
/* .table td:first-child {
    width: 26px;
} */
.table-column-head {
    background-color: #F7F7F8;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: 16px 20px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-head-item {
    color: #666663;
    /* font-family: "Roboto-Medium"; */
    font-size: 14px;
    padding: 14px 10px 14px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    text-align: left;
}

.table-row {
    height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-row > td {
    background-color: #fff;
    color: #666663;
    font-size: 0.875rem;
    padding: 16px 20px;
    font-weight: 500;
    line-height: 16px;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-family: "Roboto-Regular"; */
}

.toggle_display {
    display: none;
}

.tile_view {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tile_view li {
    padding: 20px;
    border-radius: 6px;
    width: 106px;
    height: 80px;
    display: inline-block;
    margin-right: 16px;
    box-sizing: content-box;
    text-align: center;
    box-shadow: 0 0 4px 0 #908a8a;
    background-color: #fff;
    border: 1px solid transparent;
}

.tile_view h6 {
    color: #595959 !important;
    font-size: 0.8rem !important;
}
.tile_view p {
    font-size: 42px;
    color: #000;
}

.tile_view li a {
    font-size: 12px;
    text-decoration: none;
    color: #0000E1 !important;
}
.timer_panel {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.timer_panel label {
    font-size: 12px!important;
}

.timer_panel button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.timer_panel button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.panel .pie_chart_widget {
    position: relative;
}
.panel .inner_circle {
    width: 128px;
    height: 128px;
    margin-top: 34px;
    margin-left: 34px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 26px;
    box-shadow: 0px 0px 6px  rgba(0,0,0,0.2);
  -moz-box-shadow:  0px 0px 6px  rgba(0,0,0,0.2);
  -webkit-box-shadow:  0px 0px 6px  rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 6px  rgba(0,0,0,0.2);
}
.panel .pie_chart{
    border: none;
}