table.panel-table {
    margin: 0 0 5px 0;
}

.table{
    margin-bottom: 0px;
}

div.panel-entry {
    cursor: pointer;
}
div.panel-entry.odd {
    background-color: #f5f5f5;
}
.modal-backdrop.in {
    opacity: 0 !important;
}
.container {
    width: 100%;
}
.panel-heading-results {
    margin: auto;
    font-size: 7em;
    padding: 0;
    line-height: 1;
}
.panel-heading-results-rotate {
    margin: auto;
    font-size: 7em;
    padding: 0;
    line-height: 1;
    width: 130px;
}
.panel-heading-results-rotate-ex {
    margin: auto;
    font-size: 7em;
    padding: 00px 0px 0px 25px;
    line-height: 0.5;
    width: 130px;
}
div.rotate {

   transform: rotate(-90deg);
   transform-origin: 30% 30%;
   white-space: nowrap;
   position: absolute;

}
.panel-body-results {
    padding: 0;
    font-size: 5em;
}
.panel-heading-results-color1{
    background-color:#F7FE2E !important;
}
.panel-heading-results-color2{
    background-color:#58ACFA !important;
}
.panel-heading-results-color3{
    background-color:#00FF00 !important;
}
.panel-heading-results-color4{
    background-color:#FFA500 !important;
}
.panel-heading-results-color5{
    background-color:#FFFFFF !important;
}
.ad_element {
    position: absolute;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    visibility: hidden;
}
.round_element {
    display: none;
}
.panel-group-element {
    display: none;
}
.navbar-static-top {
    z-index: 0;
}
.ui-loader {
    display: none;
}
h1.results-inline {
    display: inline;
}

.td-results{
    padding: 0 !important;
    line-height: 1 !important;
}
#searchElement {
    float: right;
    margin-bottom: 10px;
    padding: 3px;
    width: 200px;
}
#timer {
    text-align: right;
    font-size: 2em;
    display: none;
}
.container-no-border {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.buttons-bottom {
    text-align: center;
    padding: 10px;
}

.buttons-bottom img {
    margin-left: 60px;
    margin-right: 60px;
}

.app-layout.public {
    background-color: #000;
}
.float_left {
    float: left;
}
.image_ad_endresult {
    float: right;
}
.container.nopadding {
    padding: 0 !important;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer_content_area {
    display: grid;
    grid-template-columns: 100px 30% 30% 30% auto;
}
.footer_content_area_no_result {
    display: grid;
    grid-template-columns: 100px 45% 45% auto;
}
img.footer_img_icon {
    height: 100px;
}
img.footer_img_icon {
    float: left;
}
img.footer_img_logo {
    height: 100px;
}
.footer_icon {
    background-color: #9bc2e6;
    width: 100%;
    text-align: center;
}
.footer_section_finish {
    background-color: #c6e0b4;
}
.footer_section_live {
    background-color: #ffd966;
}
.footer_section_prepare {
    background-color: #e7e6e6;
}
.tv_container_content {
    background-color: #87ff61;
    height: 100vh; /* if bg color stops halfway through the page, remove this value */
    display: block;
}
.tv_result_box {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    padding: 8px 0 0 0;
}
.tv_order_container {
    margin: 0 auto;
    width: 800px;
}
.tv_order_container table {
    width: 100%;
    border: 2px solid black;
}
.tv_order_container table td {
    padding: 4px 4px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid black;
}
.tv_order_container table th {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid black;
}
.tv_order_title {
    display: block;
    margin-top: 90px;
    padding: 0px 0px 20px 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
}
.tv_order_space {
    display: block;
    padding: 10px 0px 10px 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.tv_order_table {
    background-color: #ffffff;
}

.table_spaced_with_border {
    width:100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}

.table_spaced_with_border td {
    border: 1px solid #787878;
    padding: 2px 10px 2px 0px;
    margin-right: 10px;
    text-align: left;
}
.table_spaced_without_border td {
    border: 0;

    text-align: left;
}
.vertical_align {
    vertical-align: top;
}
.bold {
    font-weight: bold;
}
.container_progress_view {
     display: flex;
 }
@media (max-width: 768px) { /*breakpoint*/
    .container_progress_view {
        flex-direction: column;
    }
}
.flex_1 {
    flex: 1;
}
.pview-completed {
    background-color: #87ff61;
}
