﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
    #scaled-frame {
        zoom: 1;
    }
}

body {
    xbackground-color: #fcfcfc;
    background-image: linear-gradient(#daa520, #fcfcfc);
    font-size: 14px;
}

#xx_navbar-main {
    height: 60px;
    min-height: 60px;
    background-color: #212529;
}

#inner-pagedata {
    margin-left: auto;
    width: 94%;
    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;
}

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;
}

.row {
    x_display: block;
}



#TGI-Gold td {
    white-space: nowrap;
}
.td_right {
    text-align: right;
}

.table-goldinfo {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.select-goldinfo {
    height: 36px;
    width: 120px;
    max-width: 120px;
    text-align: center;
    color: black;
    background-color: white;
}
.select-goldinfo2 {
    height: 36px;
    width: 370px;
    text-align: center;
    color: black;
    background-color: white;
}


.infomat_main {
    margin: auto;
    width: 95%;
    max-width: 960px;
}

.infomat_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;
}

.infomat_headline {
    padding: 8px 0px 0px 8px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 12px #006080;
}

.infomat_headline_bem {
    padding: 4px 0px 0px 8px;
    text-align: left;
    font-size: 12px;
}




/* ========================================================================================== */



.x_table {
    margin-bottom: 2px;
}

    .x_table tbody tr:hover td,
    .x_table tbody tr:hover th {
        background-color: #fffbe4;
    }

.x_table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.x_table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f0f0f0;
}

.x_list-group-item {
    padding: 4px 4px;
}

.x_panel {
    margin-bottom: 0px;
}


.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;
}

td {
    vertical-align: top;
    padding: 2px;
}
