﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
    #scaled-frame {
        zoom: 1;
    }
}

body {
    background-color: #fcfcfc;
    xbackground-image: linear-gradient(#daa520, #fcfcfc);
    font-size: 14px;
}

#inner-pagedata {
    margin-left: auto;
    width: 98%;
    margin-right: auto;
}

.headline {
    padding: 8px 0px 0px 8px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 12px #006080;
}
.topnewsbox {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    xborder-radius: 10px;
    background-color: #f2f2f2;
    padding: 4px 4px 0px 4px;
}
.innerbox {
    text-align: left;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    xborder-radius: 10px;
    background-color: #f8f8f8;
    padding: 10px;
}
.innerframe {
    text-align: left;
    padding: 4px;
}

.cms-message {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 0px 8px 8px 8px;
    margin: 8px 8px 4px 8px;
}

.cms-button {
    text-align: right;
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 8px;
}

.modal.cl_white .modal-content {
    background-color: #ffffff;
    width: 120px;
}

.modal.cl_green .modal-content {
    background-color: #00cc00;
}

.modal.cl_yellow .modal-content {
    background-color: #ffff66;
}

.modal.cl_red .modal-content {
    background-color: #ff6666;
}




.waiting_main {
    margin: 40px auto 0px auto;
    width: 95%;
    max-width: 480px;
}
.waiting_box {
    zoom: 125%;
    text-align: left;
    xfont-family: 'ClearSans Bold', Helvetica, Arial, Lucida, sans-serif;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #3f70bd;
    border-top: 1px solid #3f70bd;
    border-bottom: 1px solid #3f70bd;
    border-right: 1px solid #3f70bd;
    border-radius: 6px;
    background-color: #f2f2f2;
    padding: 4px 4px 8px 4px;
    margin: 8px;
}
.waiting_headline {
    padding: 8px 0px 0px 8px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 12px #006080;
}
.waiting_headline_bem {
    padding: 4px 0px 0px 8px;
    text-align: left;
    font-size: 12px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.small-text {
    font-size: 12px;
}





.row > * {
    padding-right: 4px;
    padding-left: 4px;
}

.row.vertical-divider {
    overflow: hidden;
}

.row.vertical-divider > div[class^="col-"] {
    text-align: left;
    background-color: #fcfcfc;
    padding: 4px;
}



td {
    vertical-align: top;
    padding: 2px;
}
.td_right {
    text-align: right;
}




.navbar-collapse {
    max-height: 100% !important;
}

.dropdown-menu {
    font-size: 12px;
}

.dropdown-submenu {
    font-size: 12px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bootbox-close-button {
    margin-top: 0px !important;
}
