@CHARSET "ISO-8859-1";
#header-logo-right {
    margin-top: -5px
}

@CHARSET "ISO-8859-1";
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #474745
}

.ui-accordion .ui-accordion-header a {
    padding: .5em .5em .5em 2.2em
}

.ui-dialog {
    padding: 0
}

.ui-corner-all {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.ui-widget-header {
    border: 0
}

body #login_name, #login_pwd {
    width: 250px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 7px;
    height: 35px;
    padding: 0 10px
}

body #tabs_start_page {
    border: 0;
    background: 0
}

body .ui-tabs .ui-tabs-nav li, body .ui-tabs .ui-tabs-panel {
    color: #000;
    font-size: 14px;
    background: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"
}

body .ui-tabs .ui-tabs-nav li {
    border: 0;
    margin-left: 0;
    margin-bottom: -1px
}

body .ui-tabs .ui-tabs-nav li:not(.ui-state-active) {
    margin-bottom: 1px
}

body .ui-tabs .ui-tabs-panel {
    border-radius: 0 5px 5px 5px
}

body #tab_login a, body #tab_registration span {
    color: #000
}

body #login_name, body #login_pwd {
    font-size: 14px
}

body #btn_login {
    width: 120px;
    font-size: 14px;
    height: 30px
}

body .ui-tooltip {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border-radius: 5px;
    color: #000
}

body .content-row {
    background: url("../img/style/background/bg_brax_actual.jpg") center 45px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 630px;
    height: 630px;
    height: calc(100vh - 120px);
    width: 100%;
    min-width: 100%;
    background-color: #606060 \0/
}

body .content-row #start_page_center {
    min-width: 600px \0/
}

body.content-row #start_page_center .ui-tabs .ui-tabs-nav {
    background: 0;
    padding: 0
}

body.content-row .marginal_container {
    background-position: center top;
    background-image: url("../img/style/background/bg_brax_glass.jpg");
    background-size: 100%;
    background-position: center 45px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: inherit;
    background-image: none \0/;
    background-color: #606060 \0/
}

body #left_container .about.box {
    border: 1px solid #fff \0/
}

body #header-row-first {
    padding: 10px 50px;
    margin: 0 299px;
    border-right: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 0
}

.binalogic-ui-dialog-content-no-padding.ui-dialog-content {
    padding: 0
}

.social {
    display: inline-block;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: .2em;
    width: 23%
}

@media screen and (device-aspect-ratio: 4/3) {
    body {
        min-width: 600px
    }

    body #header-row-first {
        padding: 10px 5%;
        margin: 0;
        border: 0
    }

    body #left_container, body #right_container {
        display: none
    }

    body #start_page_center {
        width: 100%
    }

    body #footerContainer {
        width: 100%
    }
}