﻿:root {
    --menu-height: 55px;
    --menu-button-size: 20px;
    --main-font-name: Arial,sans-serif;
    --color-yara-blue: #00205B;
    --color-bright-blue: #0757CE;
    --color-pale-blue: #D6DEEE;
}

* { 
    margin: 0;
    padding: 0;
}

.fu_Document {
    max-width: 200px;
    word-break: break-word;
}
.fu_Document_400 {
    max-width: 400px;
    word-break: break-word;
}
.fu_Document_400 a {
    display:block;
    text-align: left;
    white-space: normal;
}

.main-font {
    color: #5A4E45;
    font-family: var(--main-font-name);
    font-size: 12px;
}

body {
    background: none repeat scroll 0 0 #E9EFF4;
    backface-visibility: hidden;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: var(--menu-height);
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.right-bottom {
    bottom: 5px;
    right: 5px;
    position: absolute;
    text-align: right;
}

.top-menu {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: var(--menu-height);
    padding: 0 10px 0 250px;
    font-size: 14px;
    color: #fff;
    background: #00205b;
}

.top-menu.absolute {
    position:absolute;
}

.top {
    background-image: url("../images/topsmall.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
}

.button-admin {
    display: block;
    background: url("../images/admin.png") no-repeat 0 0;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
    float: left;
}

.button-profile {
    display: block;
    background: url("../images/profile.png") no-repeat 0 0;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
    margin-left: 5px;
    float: left;
}

.button-contact {
    display: block;
    background: url("../images/contact-us.png") no-repeat 0 0;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
    margin-left: 5px;
    float: left;
}

.button-logout {
    display: block;
    background: url("../images/logout.png") no-repeat 0 0;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
    margin-left: 5px;
    float: left;
}

.button-aoc {
    display: block;
    background: url("../images/aoc.png") no-repeat 0 0;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
    float: left;
}

.logo {
    position: absolute;
    left: 10px;
    z-index: 1;
    font-weight: normal;
}

    .logo a {
        display: block;
        height: 48px;
        margin-top: 3px;
        background: url("../images/ao-logo_color.svg") no-repeat 0 0;
        color: #FFF;
        padding-left: 40px;
        font-size: 32px;
        font-family: Arial;
        font-weight: normal;
    }

        .logo a:hover {
            color: #FFF;
        }

.subtitle {
    color:  #5A4E45;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0.5em;
    display:inline-block;
}

.width100 {
    width: 100%;
}
table.width60-center {
    width: 58vw;
    margin-left: auto;
    margin-right: auto;
}

.home {
    background: url("../Images/home.jpg") no-repeat center center fixed;
    background-size: cover;
}

.login_wrapper {
    width: 100%; 
    height: 100%; 
    display: table;
}

.login_background {
    background-image: url("../Images/Login.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%; 
    width: 100%;
    display: table-row; 
}

.notSelectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.acceptTOUckb {
    font: bold 12px arial;
}

.alignLeft {
    text-align: left;
    display: block;
}

.rentDocumentLabelCell {
    width: 32%;
}

.period {
    font: 13.3333px Arial;
    white-space: nowrap;
    display: inline;
}

.restrictedDate {
    text-align: right;
}

.maskedTextbox {
    border-style: none;
    background: none !important;
    text-align: right;
    color: #717171;
}

.bold {
    font-weight: bold;
}

.requiredMark {
    font-weight: bold !important;
    color: #FF8228;
}

span[class~=aspNetDisabled] {
    width: auto !important;
}

abbr, acronym, address {
    cursor: help;
}

textarea {
    resize: none;
    display: block;
    width: 100%;
}

.label {
    display: inline-block;
    width: 80px;
    text-align: left;
}

.cityInput {
    display: inline-block;
    margin-right: 10px;
}

table {
    empty-cells: show;
}

    table tr td {
        border-style: none;
    }

td {
    padding: 1px;
}

    td[align=right] {
        text-align: right !important;
    }

    td[align=center] {
        text-align: center !important;
    }


caption {
    cursor: default;
}

.wrapper {
    background-image: url("../images/bgr.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding-bottom: 60px;
}

.sm-wrapper {
    min-height: 720px;
    overflow: hidden;
}

@media only screen and (max-height: 768px) {
  .sm-wrapper {
    min-height: 590px;
  }
}

@media only screen and (max-height: 720px) {
    .sm-wrapper {
        min-height: 540px;
    }
}

@media only screen and (max-height: 600px) {
    .sm-wrapper {
        min-height: 370px;
    }
}

.wrapper, .main, .wrapp_main, .content, .inner, .innerb, .box, .contact_main, .listing {
    overflow: hidden;
}

.registered-trademark-sign {
    font-size: 22px;
    vertical-align: super;
}

.profile {
    background: url("../images/profile-small.png") no-repeat 0 0;
    padding-left: 25px;
    margin-bottom: 5px;
}

    .profile:hover {
        color: #00205B;
    }

    .profile span {
        font-size: 14px;
    }

.form-header {
    vertical-align: middle;
    display: block;
    width: 100%;
}

.form-header-name {
    display: inline-block;
}

.form-header-company {
    text-align: right;
    display: inline-block;
    float:right;
    margin-top:5px;
}
    .form-header-company > a {
        color: #00205B;
    }

.div-left-part {
    display: inline-block;
    white-space: nowrap;
}

.div-right-part {
    display: inline-block;
    white-space: nowrap;
    float: right;
    text-align: right;
    margin-top: 5px;
}

.form-header-subcontent {
    display: inline-block;
    padding-left: 2%;
}
    a[id^="HeaderSubContent"] {
        color: #00205B;
    }

.main {
    height: auto !important;
}

.wrapp_main {
    margin: auto 3% 0;
    text-align: center;
}

.content {
    max-width: 100%;
    min-width: 60%;
    margin-bottom: 2%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: left;
}

.footer {
    background-color: #1574B5;
    height: 50px;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
}

.copyrights {
    color: #5A4E45;
    font-size: 11px;
    line-height: 42px;
    text-align: center;
}

.header {
    border-bottom: 1px solid #8E8277;
}
    .header p {
        color: #63B6E6;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

.inner {
    border-top: 1px solid #FFFFFF;
    padding-bottom: 5px;
    padding-top: 10px;
}
    .inner.no-border {
        border-top: none;
    }

.innerb {
    border-bottom: 1px solid #C1C0C0;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 5px;
    padding-top: 12px;
}

а.link {
    color: #00205B;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.link:hover {
    color: #1574B5;
}

.butt_login a {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    padding-left: 16px;
    text-decoration: none;
}

.butt_login {
    background-image: url("../images/login.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 66px;
}

    .butt_login:hover {
        background-image: url("../images/login.gif");
        background-position: 0 -20px;
        background-repeat: no-repeat;
        height: 20px;
        width: 66px;
    }

.menu {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
    text-align: center;
}

input.name {
    font-size: 12px;
    height: 16px;
    margin-left: 5px;
    margin-right: 10px;
    width: 50px;
}

small {
    color: #8E8277;
    display: block;
    font-size: 10px;
    padding: 5px 0;
}

.right {
    float: left;
}

.floatRight {
    float: right;
    margin-bottom: 7px;
    margin-left: 10px;
}

.floatLeft {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}

.clear {
    clear: both;
    display: block;
}

ul {
    list-style-type: none;
    padding-left: 20px;
}

li {
    line-height: 1.45;
}

.floatL {
    float: left;
    margin-bottom: 5px;
    width: 930px;
}

.block {
    display: block;
}

.txt {
    border: 1px solid #00205B;
    width: 200px;
}

.hidd {
    list-style: none outside none;
}

.decimal {
    list-style-type: decimal;
}

span.red {
    color: #C00010;
}

img.thumb {
    float: left;
    padding: 2px 1px 0 4px;
}

img {
    border-style: none;
}

    img[src=""] {
        display: none;
        visibility: hidden;
    }

div.down_size_2, div.thumb_text_2 {
    padding-left: 66px;
}

div.down_size, div.down_size_2 {
    background-color: inherit;
    color: #6B7284;
    font-size: 10px;
}

.txt2 {
    border: 1px solid #8E8277;
    height: 20px;
    margin-bottom: 4px;
    width: 250px;
}

.txt3 {
    border: 1px solid #8E8277;
    height: 100px;
    margin-bottom: 4px;
    overflow: auto;
    width: 350px;
}

.butt_send_cancel {
    float: right;
    height: 22px;
    padding: 7px 0 3px;
}

    .butt_send_cancel a {
        color: #FFFFFF;
        font-weight: bold;
    }

.sendm {
    background-color: #00205B;
    color: #FFFFFF;
    margin-right: 5px;
    padding: 5px;
}

.sendc {
    background-color: #FF8409;
    color: #FFFFFF;
    margin-right: 8px;
    padding: 5px;
}

.maps {
    float: left;
    height: 22px;
    margin-bottom: 20px;
}

    .maps a {
        background-image: url("../images/arrow.gif");
        background-position: 140px 5px;
        background-repeat: no-repeat;
        color: #00205B;
        display: block;
        float: right;
        font-weight: bold;
        margin-top: 12px;
        padding-right: 10px;
        text-decoration: none;
    }

        .maps a:hover {
            background-position: 140px -10px;
            color: #FF8506;
        }

img.dhtmlpointer {
    left: -300px;
    position: absolute;
    visibility: hidden;
    z-index: 88277;
}

div.dhtmltooltip, div.dhtmltooltip2 {
    font-family: Arial,sans-serif;
    font-size: 10px;
    left: -300px;
    padding: 3px;
    position: absolute;
    visibility: hidden;
    width: auto;
    z-index: 999998;
}

div.dhtmltooltip {
    background-color: #F5F5F5;
    border: 1px solid #9E0B0E;
    color: #000000;
}

div.dhtmltooltip2 {
    background-color: #AA0000;
    border: 1px solid #9E0B0E;
    color: #FFFFFF;
}

.formTable td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    width: 30%;
}

.formTable td {
    width: 100%;
}
/* AutoComplete item */
.AutoCompleteExtender_CompletionList {
    background-color: window;
    color: windowtext;
    padding: 1px;
    font-size: small;
    background-color: Gray;
    list-style-image: none;
    list-style-type: none;
    /*creates border with
autocomplete_completionListElement
background-color*/
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem {
    text-align: left;
    background-color: White;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem {
    background-color: Silver;
    color: windowtext;
    font-weight: bold;
    font-size: small;
}

.hiddencol {
    display: none;
}

.viscol {
    display: block;
}

.HoverMenuItem {
    float: left;
    padding: 0 2px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

    .HoverMenuItem:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.PaymentStatusMenu {
    border: thin solid Black;
    background-color: inherit;
    width: 500px;
    padding: 3px;
}

    .PaymentStatusMenu table {
        width: 100%;
        empty-cells: show;
        border-style: none;
        border-collapse: collapse;
    }

        .PaymentStatusMenu table tr:first-child {
            visibility: hidden;
        }

        .PaymentStatusMenu table tr {
            vertical-align: middle;
        }

            .PaymentStatusMenu table tr td:first-child {
                text-align: right;
            }

            .PaymentStatusMenu table tr td {
                border-style: none;
            }

                .PaymentStatusMenu table tr td input[type="text"][readonly="readonly"] {
                    background-color: #EEEEEE;
                    border: thin solid Gray;
                    margin: 0;
                }

.PaymentMenu {
    border: thin solid Black;
    background-color: White;
    width: 300px;
    padding: 3px;
}

    .PaymentMenu table {
        width: 100%;
        empty-cells: show;
        border-style: none;
        border-collapse: collapse;
    }

        .PaymentMenu table tr:first-child {
            visibility: hidden;
            height: 0px;
        }

        .PaymentMenu table tr {
            vertical-align: middle;
            height: 20px;
        }

            .PaymentMenu table tr td:first-child {
                text-align: right;
            }

            .PaymentMenu table tr td {
                border-style: none;
                text-align: center;
            }

                .PaymentMenu table tr td h6 {
                    width: 100%;
                    font-weight: bolder;
                    border-bottom: thin solid Gray;
                    text-align: center;
                }

                .PaymentMenu table tr td input[type="text"][readonly="readonly"] {
                    background-color: #EEEEEE;
                }

.validator {
    float: right;
    background: transparent url("../images/err.message.png") no-repeat scroll center;
    display: inline-block;
    color: transparent;
    width: 16px !important;
    height: 16px !important;
    cursor: help;
}

.validatorNoFloat {
    background: transparent url("../images/err.message.png") no-repeat scroll center;
    display: inline-block;
    color: transparent;
    width: 16px !important;
    height: 16px !important;
    cursor: help;
}

.InlineValidator {
    color: #FF8228;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    font-size: large;
    width: 100%;
    height: auto;
}

.StrongHeader {
    width: 100%;
    border-bottom: thin solid Black;
    text-align: center;
    margin-bottom: 1px;
}

input[disabled],
input[readonly] {
    background-color: #EBEBE4;
}

input[type="image"][disabled] {
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: help;
}

    input[type="image"][disabled]:hover {
        filter: alpha(opacity=75);
        opacity: 0.75;
    }

input.error {
    background: #fed;
    border-color: #f44;
}

textarea.noteReadOnly {
    background-color: #DBDBDB;
    border: 0px;
    width: 100%;
}

textarea.noteNormal {
    background-color: #FFFFFF;
    border: 1px;
    width: 100%;
}

fieldset {
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 3px;
}

    fieldset legend {
        text-align: left;
        vertical-align: middle;
        padding: 1px 3px 1px 3px;
        border: thin solid Silver;
        border-top-style: none;
        border-right-style: none;
    }

.FilterStyle {
    border: thin solid Black;
    padding: 10px;
    background-color: Silver;
}

    .FilterStyle .fs_InnerTable {
        width: 100%;
        text-align: center;
    }

    .FilterStyle input[type="text"] {
        width: 90%;
        margin: 2px;
    }

.failureNotification {
    color: #FF8228;
    clear: both;
}

    .failureNotification ul {
        padding-left: 0px;
    }

        .failureNotification ul li {
            line-height: initial;
        }

.warningText {
    color: #FF8228;
}

    .warningText ul li {
        line-height: initial;
    }

.validation-error {
    background-color: Aqua;
}

.ProgressBar {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 90%;
    height: 2em;
}

.Info {
    cursor: help;
}

.SomeCssClass {
    width: 100%;
}

/* трябва да се помисли за по-отличаващ стил. сега не личи много изключените полета */
/*select option[disabled] {
}*/

div.fileinputs {
    position: relative;
}

    div.fileinputs span {
        display: none;
        visibility: hidden;
    }

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file.hidden {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity= 0);
    opacity: 0;
    z-index: 2;
}

div.fileinputs input {
    background: url("../images/input_boxes.gif") no-repeat scroll 0 -58px transparent;
    border: medium none;
    height: 20px;
    padding-left: 3px;
    padding-top: 3px;
    width: 175px;
}

.help {
    cursor: help;
}

.ckbSelector {
    display: block;
}

.inrTableCell {
    text-align: left;
}

.filter-button {
    margin-right: 10px;
    float: right;
}
    .filter-button:focus {
        outline:none !important;
    }

.td110 {
    text-align: left;
    width: 100px;
}

.td140 {
    text-align: left;
    width: 120px;
}

.mgnleft15 {
    margin-left: 15px;
}

.mgnleft10 {
    margin-left: 10px;
}

.jq-float, .jq-category-float, .jq-integer, .jq-coefficient-float, .jq-egn, .jq-type-datetime, .jq-phones, .jq-type-person-phone, .jq-type-notary-phone, .jq-fraction, .jq-type-representative,
.jq-rate-float, .jq-rate-float-9 {
    text-align: right;
}

.linkButton {
    position: relative;
    bottom: 5px;
    color: #00205B !important;
    text-decoration: none;
}

    .linkButton:hover {
        color: #FF8506 !important;
    }


.linkButton, a {
    color: #2777B8;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: inline;
}
    a:hover {
        color: #00205B;
    }

.alt-dlg-txt {
    margin-left: 5px !important;
    padding-left: 3px !important;
    border-style: none;
    background: transparent;
    background-color: transparent;
}

.declarationButton {
    padding: 0px 5px 0px 5px;
}

.ajax-loader {
    mix-blend-mode: darken;
    background: url('../images/ajax-loader.gif') no-repeat left center;
}

/*Use 'nowrap' class to keep elements on the same line inside a cell*/
.nowrap {
    white-space: nowrap;
}

    .nowrap > * {
        display: inline-block;
        white-space: normal;
    }

/*'iTooltip' class shows an 'i'-icon that presents a tooltip to the user when hovering with the mouse*/
.iTooltip {
    background: url('../images/hint.png') no-repeat left center;
    height: 16px;
    width: 16px;
    margin: 0 auto;
}

.orderedListMain {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 0px;
}

    .orderedListMain > li {
        line-height: 1.2;
        margin-bottom: 12px;
    }

.center {
    text-align: center;
}

input[type=image]:not(:disabled) {
    cursor: pointer;
}

.new {
    color: #ff8228 !important;
}

    .new:hover {
        text-decoration: underline;
    }

.display-inline-block {
    display: inline-block;
}

.request-display {
    display: block;
    margin-bottom: 5px;
}

div.align_right{
    text-align: right;
}

input[type=image].vertical-align-middle {
    vertical-align: middle;
}

/* Warning Panel */
.warningPanel {
    display: inline-block;
    text-align: left;
    background: #ffe266;
    padding: 5px;
    width: 100%;
}

    .warningPanel .iIcon {
        float: left;
        width: 20px;
        height: 20px;
        margin: 5px;
        margin-right: 10px
    }

    .warningPanel h3 {
        font-weight: bold;
        max-width: fit-content;
    }

.display-none {
    display:none;
}

.legend-image {
    margin-left: 12px;
}