body {
    font-family: verdana, serif;
    text-align: center;
    color: #2a2a2e;
    background-color: #fbfbfb;
}

#header {
    position: relative;
    height: 48px;
    margin: 0;
    text-align: right;
}

#header img { border: none; float: right }

#logo {
    position: absolute;
    top: 10px;
    left: 0;
}

#subtitle {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 12px;
    color: #666F6F;
}

#footer-content {
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    border: 1px solid #d4d4d4;
    background: url(../images/h.png) repeat-x 0 -50px;
    font-size: 12px;
}

#ava {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 18px;
    line-height: 18px; /* ie */
    background: url(../images/icons.png) no-repeat;
}

#ava a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#ava:hover { background: url(../images/icons.png) no-repeat 0 -18px }

#copy {
    position: absolute;
    left: 1px;
    top: 0px;
    padding: 0 6px;
    background: url(../images/h.png) repeat-x 0 -24px;
    line-height: 26px;
}

#bv { float: right; }

.login {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8 url(../images/dia.png) no-repeat -15px -35px;
}

.progress {
    position: absolute;
    top: 15px;
    left: 12px;
}

.head {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
    color: #666f6f;
}

.title-progress {
    color: #4b4b4b;
}

.basket-progress {
    background: #f8f8f8 url("../images/load.gif") no-repeat 3px 2px !important;
}

/* common properties for all gwt widgets */

.gwt-TextBox,
.gwt-PasswordTextBox,
.gwt-SuggestBox {
    padding: 2px;
    font-size: 11px;
    color: black;
    background-color: white;
    border: 1px solid #d3def6;
}

.invalid {
    background-color: #ffe4e4;
    border: 1px solid #e3a8a8;
}

.gwt-DecoratedTabPanel { width: 100% }

.gwt-DecoratedTabBar .gwt-TabBarItem {
    border-collapse: collapse;
    margin-left: 2px;
}

.gwt-DecoratedTabBar .tabMiddleCenter {
    padding: 3px 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background-color: #e7e7e7;
    color: #9ca7a7;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
    padding: 5px;
    cursor: default;
    background-color: #f8f8f8;
    color: #666f6f;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
    background-color: #9ca7a7;
}

.gwt-TabPanelBottom {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 0 0 4px 0;
    background-color: #f8f8f8;
}

.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
    margin-top: 8px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #707070;
    cursor: pointer;
}

/* */

.panel { width: 100%; padding: 6px }

.title {
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    padding: 3px 4px 4px 24px;
}

.image-thumbnail {
    width: 64px;
    height: 64px;
    cursor: pointer;
    /*
    border: 1px solid #d4d4d4;
    */
    box-shadow: 0 0 1px #c8c4b3;
}

.image-photo {
    width: 176px;
    height: 176px;
    /*
    border: 1px solid #d4d4d4;
    */
    box-shadow: 0px 0px 2px #b3b3b3;
}

.container { width: 100%; height: 100% }

.clickable { cursor: pointer }

.dim { background: black; opacity: 0.5; filter: alpha(opacity=50) /* IE */ }

.strike { text-decoration: line-through }

.button-base,
.button {
    min-width: 80px;
    max-width: 120px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background-image: linear-gradient(white, #efefef);
    font-size: 11px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    margin-top: 4px;
    text-shadow: 0 1px white;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button {
    margin: 12px 2px 2px 2px;
}

.button-base-up-hovering, .button-up-hovering { color: #286fc8 }

.button-base-up-disabled,
.button-up-disabled {
    cursor: default;
    background-color: #d4d4d4;
    background-image: none;
}

.borderimage { border: 1px solid #d4d4d4 }

.icon { vertical-align: middle }

.align-right { text-align: right }

.maxwidth { width: 100% }

/* individual styles */

.content-panel {
    width: 100%;
    font-size: 12px;
    text-align: left;
    border: 1px solid #e7e7e7;
    background: #f8f8f8 url(../images/stack.png) repeat-x;
}

.content-panel .gwt-HTML, .content-panel .content-simple { padding: 12px; }

.content-simple {
    text-align: center;
    border-top: 1px dashed #d4d4d4;
}

.content-simple .gwt-Anchor {
    text-decoration: none;
    color: #2c73c8;
}

.content-html {
    padding: 0 12px 8px 12px;
}

.search {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8 url(../images/dia.png) no-repeat 3px -54px;
}

.search .gwt-TextBox { width: 100% }

/* temporary */
.search .gwt-Label {
    margin: 4px 0 1px 0;
    font-size: 12px;
}

.search .gwt-ListBox {
    width: 100%;
    color: #4d4d4d;
    background: white;
    border: 1px solid #d3def6;
    font-size: 12px;
    font-family: Verdana, serif;
}

.filter {
    width: 100%;
    border-spacing: 0;
    padding: 2px 4px 4px 4px;
    text-align: center;
}

.filter td { width: 50% }

.controls {
    margin: 0 auto;
}
/* temporary */

.subgroup {
    padding: 2px 2px 2px 20px;
    font-size: 11px;
    background: url(../images/separator.png) no-repeat top center;
}

.subgroup a { text-decoration: none; color: black }

.input { width: 100%; border-spacing: 2px; margin: 4px 0 }

.input .gwt-TextBox, .input .gwt-PasswordTextBox { width: 116px }

.input .gwt-Label {
    width: 86px;
    text-align: right;
    font-size: 11px;
}

.input-register {
    width: 100%;
    border-top: 1px dotted #d4d4d4;
}

.input-link { cursor: pointer; color: #256ac2; font-size: 11px }

.input-link-disabled { color: #b8b8b8; font-size: 11px }

.table {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 6px 4px 2px 4px;
    background: url(../images/stack.png) repeat-x;
    text-align: center; /** ie specific */
}

.table td {
    font-size: 12px;
    padding: 0;
    background: none; /* ie */
}

.table-panel,
.table-footer {
    width: 100%;
    position: relative;
}

.table-panel {
    padding: 6px 0 6px 6px;
    background: #f2f2f2;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}

.table-footer-label {
    font-size: 10px;
    margin: 0 4px 2px 8px;
    color: #727272;
}

.table-title,
.table-title-node,
.table-title-link {
    margin: 0 4px;
    font-size: 13px;
    font-weight: bold;
    color: #888888;
}

.table-title-node {
    padding-left: 14px;
    background: url(../images/node.png) no-repeat 4px 4px;
}

.table-title-link {
    color: #6484bf;
    cursor: pointer;
}

.table-thumbnail { width: 68px }

.table-item {
    height: 68px; /* ie */
    text-align: left; /* ie */
}

.item-special-b { background: url("../images/akcija.png") no-repeat top right }

.item-new-b { background: url("../images/new.png") no-repeat top right }

.table-price { width: 189px }

.table-input, .table-input-fake, .table-input .gwt-TextBox, .items-compact-input, .items-compact-input .gwt-TextBox { width: 36px }

.table-input, .table-input .gwt-TextBox, .items-compact-input, .items-compact-input .gwt-TextBox {
    height: 22px;
    color: #808080;
}

.table-button, .table-button-fake, .items-compact-button { width: 22px }

.table-button, .items-compact-button { height: 22px; }

.table .table-group {
    width: 100%;
    text-align: left;
    padding: 6px 0 4px 4px;
}

/* details */

.details {
    width: 100%;
    padding: 8px;
}

.details-header,
.details-header-right {
    width: 100%;
}

.details-header-label {
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
    padding: 4px 62px 4px 4px;
}

.details-footnote {
    font-size: 11px;
    margin-bottom: 8px;
}

.details-table-properties sup,
.details-footnote sup {
    font-size: 9px;
}

.details-footnote sup {
    color: white;
    background-color: #8f8f8f;
    padding: 0 2px;
}

.details-table-properties {
    margin-top: 4px;
    border-collapse: collapse;
    padding-top: 4px;
}

.details-table-properties .gwt-Label,
.details-table-properties .gwt-HTML,
.details-table-thumb .gwt-Anchor {
    font-size: 12px;
}

.details-table-thumb {
    margin-top: 12px;
    margin-right: 12px;
}

.details-table-thumb .gwt-Anchor,
.table-group .gwt-Anchor {
    padding-left: 16px;
    background: url(../images/link.png) no-repeat left center;
    text-decoration: none;
    color: #2c73c8;
}

.details-table-thumb .gwt-Anchor { line-height: 32px }

.details-table-properties-value { text-align: center }

.details-table-properties-value .gwt-Label {
    margin: 4px 0 0 4px;
    padding: 2px 4px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    color: #4d4d4d;
}

.details-description {
    font-size: 13px;
    margin: 0 0 6px 0;
    padding: 4px;
}

.details-opt {
    font-size: 12px;
    font-style: italic;
    padding: 0 4px;
}

.details-prices {
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    padding: 4px;
    background: #f2f2f2;
}

.details-prices table {
    margin: 0;
    background: #f8f8f8;
    padding: 4px;
    border: 1px solid #e0e0e0;
}

.details-prices-label,
.details-prices-blabel {
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
}

.details-prices-blabel {
    line-height: 32px;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 8px;
    padding-left: 36px;
    background: url(../images/basket32.png) no-repeat;
}

.details-prices .gwt-TextBox {
    width: 58px;
    height: 22px;
}

.details-image { width : 500px }

.details-pdf, .details-file {
    margin-top: 4px;
    padding-left: 24px;
    padding-top: 4px;
    height: 22px;
}

.details-pdf a,
.details-pdf a:visited,
.details-file a,
.details-file a:visited {
    text-decoration: none;
    font-size: 12px;
    color: #2c73c8;
}

.details-pdf { background: url(../images/pdf.png) no-repeat }
.details-file { background: url(../images/file.png) no-repeat }

/* price grid */

.prices {
    margin-left: 4px;
    border-spacing: 1px;
    position: relative;
}

.pricepackage { width: 100% }

.pricepackage-label,
.pricepackage-footer {
    float: right;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    margin: 0 8px 2px 0;
    padding: 0 4px 0 18px;
}

.pricepackage-label {
    /*
    background: url(../images/package.png) no-repeat;
    color: white;
    */
    color: #a4a191;
}

.pricepackage-footer {
    color: #727272;
}

.pricepackage-footer span {
    font-weight: bold;
}

.priceheader, .pricetext, .pricetext-hi { font-weight: bold }

.priceheader .gwt-Label {
    font-size: 11px;
    /*
    border-bottom: 1px dotted #808080;
    border-left: 1px dotted #808080;
    */
    /*
    border : 1px solid #dedede;
    background: #ececec;
    */
    width: 57px;
    text-align: center;
}

.priceheader { color: #808080 }

.pricetext,
.pricetext-hi {
    vertical-align: middle;
    text-align: center;
}

.pricetext { color: #6181c1 }

.pricetext-hi { color: #a9262a }

.pricetext sup,
.pricetext-hi sup {
    /*
    font-size: 8px;
    color: white;
    margin-left: 2px;
    padding: 0 2px;
    */
    display:none
}

.pricetext sup { background-color: #85a0d7 }

.pricetext-hi sup { background-color: #c83437 }

.pricetext .gwt-HTML,
.pricetext-hi .gwt-HTML {
    font-family: verdana;
    font-size: 11px;
    padding-top: 2px;
}

/* basket */

.basket {
    width: 100%;
    border: 1px solid #e7e7e7;
    background: #f8f8f8 url(../images/dia.png) no-repeat -35px -16px;
}

.basket .gwt-Label {
    font-size: 11px;
    color: #424242;
    padding: 1px 2px;
}

.basket-sum {
    width: 100%;
    font-weight: bold;
}

.basket-table { border-collapse: collapse }

.basket-table td {
    background-image: none; /* ie */
}

.basket-row { background: #f8f8f8 }

.basket-row-selected {
    background-image: url(../images/edited.png);
    background-position: top right;
}

.basket-row-selected .gwt-Label { color: white }

.basket-row-hover { background-color: #ededed }

.basket-table .gwt-Image {
    width: 24px;
    height: 24px;
    border: 1px solid #e7e7e7;
    margin: 2px 2px 2px 0;
}

/* dialog */
.gwt-DialogBox { z-index: 100 }

.gwt-DialogBox .Caption {
    height: 20px;
    line-height: 20px;
    cursor: default;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px -1px 1px white;
    margin-top: 9px;
    padding: 2px 4px 2px 4px;
    background: #f8f8f8 url(../images/dialog-hb.png) repeat-x 0 -108px;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    color: #4d4d4d;
}

.gwt-DialogBox .dialogMiddleCenter {
    padding: 4px 8px 8px 8px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background: #f8f8f8 url(../images/hr.png) top center no-repeat;
}

.gwt-DialogBox .dialogMiddleLeft { background: url(../images/dialog-vb.png) repeat-y 0 0 }

.gwt-DialogBox .dialogMiddleRight { background: url(../images/dialog-vb.png) repeat-y -9px 0}

.gwt-DialogBox .dialogTopCenter { background: url(../images/dialog-hb.png) repeat-x 0 0 }

.gwt-DialogBox .dialogBottomCenter { background: url(../images/dialog-hb.png) repeat-x 0 -9px }

.gwt-DialogBox .dialogTopLeft { background: url(../images/dialog-hb.png) no-repeat 0 -36px }

.gwt-DialogBox .dialogTopRight { background: url(../images/dialog-hb.png) no-repeat 0 -72px }

.gwt-DialogBox .dialogBottomLeft { background: url(../images/dialog-hb.png) no-repeat 0 -18px }

.gwt-DialogBox .dialogBottomRight { background: url(../images/dialog-hb.png) no-repeat 0 -27px }

.gwt-DialogBox .dialogBottomLeftInner,
.gwt-DialogBox .dialogBottomRightInner,
.gwt-DialogBox .dialogTopLeftInner,
.gwt-DialogBox .dialogTopRightInner {
    width: 9px;
    height: 9px;
    overflow: hidden;
}

.gwt-DialogBox .gwt-Label, .gwt-DialogBox .required { font-size: 11px }

.required sup, .dialog-footer sup, .flex-form sup { color: red }

.gwt-DialogBox .gwt-HTML {
    font-size: 13px;
    margin: 8px 8px 12px 8px;
}

.gwt-DialogBox .gwt-TextBox,
.gwt-DialogBox .gwt-PasswordTextBox,
.gwt-DialogBox .gwt-TextArea {
    background-color: white;
    color: black;
    font-size: 11px;
    border: 1px solid #a6c4ea;
}

.gwt-DialogBox .gwt-TextArea {
    width: 100%;
    height: 120px;
}

.gwt-DialogBox .gwt-CheckBox { font-size: 12px }

.gwt-DialogBox .gwt-RadioButton {
    margin-left: 8px;
}

.dialog-group {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.dialog-separator { height: 8px }

.dialog-footer {
    margin-left: 8px;
    padding-top: 6px;
}

.dialog-footer .gwt-HTML {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

/* */

.orderbasket {
    width: 100%;
    margin-bottom: 4px;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #b5b5b5;
}

.orderbh,
.orderbb {
    height: 21px;
    background: #e3e3e3;
}

.orderbh .gwt-Label,
.orderbb .gwt-Label {
    font-size: 11px;
    font-weight: bold;
    padding: 1px 4px;
    color: black;
}

.orderrow { background-color: #f8f8f8 }

.orderrow .gwt-Label {
    padding: 2px;
    font-size: 12px;
}

.ordercell-sum {
    background-color: #eaeaea;
    border: 1px solid white;
}

.ordercell-totals {
    background-color: #d4d4d4;
    border: 1px solid white;
}

.grouplabel {
    font-size: 13px;
    font-weight: bold;
    padding: 14px 42px 14px 0;
    color: black;
}

.orderdata { margin: 6px 0 }

.orderdata .required {
    width: 140px;
    font-size: 11px;
}

.orderdata .gwt-TextBox { width: 300px }

.orderdis {
    width: 100%;
    margin: 4px 0 4px 0;
}

.orderdis .header,
.orderdis .header a,
.orderdis .header td {
    font-size: 12px;
    text-decoration: none;
    margin: 0;
}

.orderdis .gwt-TextArea {
    width: 100%;
    height: 80px;
    margin-top: 4px;
}

.orderdis .content {
    margin-top: 2px;
    padding: 8px;
    background: #efefef;
    border: 1px dashed #bababa;
}

/* board */

.board {
    width: 100%;
    margin: 8px 0;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
}

.board a {
    font-size: 11px;
    text-decoration: none;
    color: #256ac2;
}

.partners {
    margin-bottom: 8px;
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
}

.partners div {
    text-align: center;
    margin: 4px auto;
}

.separator {
    height: 1px;
    margin: 0 24px;
    padding: 0;
    font-size: 0;
    line-height: 1px;
    background: #e7e7e7;
}

.rss, .career a, .stock a {
    padding: 0 0 0 26px;
    height: 22px;
    line-height: 22px;
}

.rss { display: block; background: url(../images/icons.png) no-repeat 0 -36px }

.career { background: url(../images/icons.png) no-repeat 0 -58px }

.stock { background: url(../images/icons.png) no-repeat 0 -78px }

/* popup */

.gwt-DecoratedPopupPanel,
.dateBoxPopup,
.errorpopup {
    z-index: 200;
}

.gwt-DecoratedPopupPanel .popupContent,
.errorpopup .popupContent {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    color: white;
    padding: 8px;
    max-width: 500px;
}

.gwt-DecoratedPopupPanel .popupContent { background-color: #4b62d5 }

.errorpopup .popupContent { background-color: #f37a7a }

.gwt-DecoratedPopupPanel .popupTopCenter {
    height: 12px;
    background: url(../images/popup.png) no-repeat;
}

.errorpopup .popupTopCenter {
    height: 12px;
    background: url(../images/pope.png) no-repeat;
}

/* menubar */

.gwt-MenuBar-horizontal {
    margin: 0 0 10px 0;
    /*
    background: #9ca7a7;
    */
    text-align: left;
    
    background: white url(../images/h.png) repeat-x 0 -50px;
    border: 1px solid #e7e7e7;
}

.gwt-MenuBar-horizontal table { border-collapse: collapse }

.gwt-MenuBar-horizontal .gwt-MenuItem {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #424242;
    white-space: nowrap;
    padding: 2px 8px;
}

.gwt-MenuBar-horizontal .gwt-MenuItem-selected {
    text-shadow: none;
    background: #eeeeee;
    color: #424242;
}

.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
    width: 1px;
    min-width: 1px;
    padding: 0;
    background: #e7e7e7;
}

.gwt-MenuBar-vertical {
    margin: 0 0 0 -6px;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
    font-size: 12px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    cursor: pointer;
    padding: 2px 8px;
}

.gwt-MenuBar-vertical .gwt-MenuItem-selected {
    background: #e7e7e7;
    border: 1px solid #f8f8f8;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator { border-bottom: 1px solid #e7e7e7 }

.menu-space { width: 100% }

.menu-lang {
    width: 16px;
    min-width: 16px;
    text-align: center;
    text-shadow: none !important;
}

/* group panel */

.group { width: 100%; }

.group-title {
    font-size: 18px;
    font-weight: bold;
    color: #255688;
    padding: 8px 8px 0 8px;
}

.group-row {
    width: 244px;
    cursor: pointer;
    margin: 2px auto;
    color: #525252;
    border: 1px solid #e7e7e7;
    background: #fbfbfb;
}

.group-row .gwt-Image {
    width: 64px;
    height: 64px;
    padding: 6px;
}

.group-row .gwt-Label {
    width: 152px; /* group-row width - image width - padding */
    text-align: left;
    padding: 0 6px 0 0;
    font-size: 12px;
    font-weight: bold;
    word-break: break-all;
}

/* contacts */

.contacts {
    width: 100%;
    background-color: #f8f8f8;
}

.contacts-map {
    width: 500px;
    height: 400px;
    border: 1px solid #d4d4d4;
    margin: 8px 6px 4px 6px;
}

.contact1 {
    width: 502px;
    margin: 4px 6px;
    padding: 4px;
    border: 1px solid #d4d4d4;
    background: white;
    text-align: center;
}

.contact1 .gwt-Label {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 4px;
}

.contact2 { margin: 4px 4px 0 24px }

.contact2 .gwt-Label {
    border: none;
    padding: 0;
}

.link {
    margin: 0 8px;
    font-size: 11px;
    cursor: pointer;
    color: #4667ab;
    padding: 1px 16px 0 0;
    background: url(../images/link.png) no-repeat top right;
}

.contacts-table .gwt-Label { font-weight: normal }

.contacts-table a { font-size: 12px }

.contacts-info-title {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 6px;
    margin-bottom: 6px;
}

.contacts-info-label {
    font-size: 10px;
    margin: 1px 0;
}

.contacts-info-mail {
    color: #205aa2;
    text-decoration: none;
    cursor: pointer;
}

.contacts-info-footer { margin-top: 6px }

.contacts-image {
    margin-top: 8px;
    cursor: pointer;
}

/* navigation bar */

.navibar {
    float: right;
    margin-right: 6px;
    margin-top: 2px;
}

.navibar .gwt-Label {
    font-size: 12px;
    font-weight: bold;
    margin: 0 3px;
    white-space: nowrap;
}

.navibar-button, .navibar-button-disabled { margin: 0 2px }

.navibar-button { cursor: pointer }

.navibar-button-disabled { cursor: default }

/* action panel */

.actions {
    width: 100%;
    border: 1px solid #e7e7e7;
    background: #f8f8f8 url(../images/dia.png) no-repeat -54px 3px;
    margin-top: 8px;
}

.action-panel-item {
    width: 100%;
    padding: 2px 0 2px 0;
}

.action-panel-item-even { background: #f5f5f5 }

.action-panel-label {
    vertical-align: middle;
    width: 168px;
    padding-right: 2px;
    font-size: 11px;
    cursor: pointer;
    color: #4d4d4d;
}

.action-panel-all {
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #e06a6a;
    cursor: pointer;
}

.action-panel-price {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    color: white;
    background: #e06a6a linear-gradient(#ec7e7e, #e06a6a);
    box-sizing: border-box;
    border: 1px solid #e06a6a;
    border-radius: 2px;
}

.action-body { padding: 2px 4px 2px 4px }

.action-main {
    width: 100%;
    background-color: #f8f8f8;
}

.action-main-title {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #cb5c5f;
    margin: 6px 8px 0 8px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ea9ea0;
}

.action-main-table {
    width: 100%;
    border-spacing: 8px;
}

.action-main-table td { width: 33%; }

.action-main-cell {
    width: 100%;
    height: 144px;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    background: url(../images/gradient.png) repeat-x bottom;
}

.action-main-cell-hover { background-color: #eeeeee }

.action-main-price, .action-main-bigitem {
    background: url(../images/badges.png) no-repeat}

.action-main-price {
    float: right;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-position: 0 0;
}

.action-main-cell-hover .action-main-price { background-position: 0 -65px }

.action-main-bigitem {
    width: 128px;
    height: 109px;
    margin: 6px auto 0 auto;
    line-height: 109px;
    background-position: 0 -130px;
}

.action-main-cell-hover .action-main-bigitem { background-position: 0 -240px }

.action-main-cell .gwt-Image {
    height: 64px;
    width: 64px;
    border: 1px solid #d4d4d4;
}

.action-main-h { width: 100% }

.action-main-item { text-align: center }

/* suggest box */

.gwt-SuggestBox { width: 100% }

.gwt-SuggestBoxPopup {
    margin-top: -1px;
    margin-left: 2px;
}

.gwt-SuggestBoxPopup .suggestPopupContent {
    padding: 0 2px 2px 2px;
    border-left: 1px solid #a3b4dc;
    border-right: 1px solid #a3b4dc;
    border-bottom: 1px solid #a3b4dc;
    background: white;
}

.gwt-SuggestBoxPopup .item {
    padding: 0 4px;
    font-size: 12px;
    color: #6b6b6b;
    border: 1px solid white;
}

.gwt-SuggestBoxPopup .item-selected {
    background: #6bacd9;
    color: white;
    border: 1px solid #5ca0d0;
}

.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner,
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
    width: 6px;
    height: 6px;
}

.gwt-SuggestBoxPopup .suggestPopupBottomRightInner,
.gwt-MenuBarPopup .menuPopupBottomRightInner {
    width: 6px;
    height: 6px;
}

.gwt-SuggestBoxPopup .suggestPopupBottomCenter,
.gwt-MenuBarPopup .menuPopupBottomCenter {
    background: url(../images/sb-b.png) repeat-x;
}

.gwt-SuggestBoxPopup .suggestPopupMiddleLeft,
.gwt-MenuBarPopup .menuPopupMiddleLeft {
    background: url(../images/sb-l.png) repeat-y;
}

.gwt-SuggestBoxPopup .suggestPopupMiddleRight,
.gwt-MenuBarPopup .menuPopupMiddleRight {
    background: url(../images/sb-r.png) repeat-y;
}

.gwt-SuggestBoxPopup .suggestPopupBottomLeft,
.gwt-MenuBarPopup .menuPopupBottomLeft {
    background: url(../images/sb-bl.png) no-repeat;
}

.gwt-SuggestBoxPopup .suggestPopupBottomRight,
.gwt-MenuBarPopup .menuPopupBottomRight {
    background: url(../images/sb-br.png) no-repeat;
}

/* date */

.date-panel { margin-bottom: 4px }

.date-panel .gwt-Label { margin: 6px 4px 0 0 }

.gwt-DateBox {
    width: 82px;
    text-align: center;
    background-color: white;
    color: black;
    border: 1px solid #a6c4ea;
    padding: 2px;
    height: 22px;
    font-size: 11.5px;
}

.gwt-ListBox {
    margin-top: 2px;
    font-size: 11px;
    height: 22px;
}

.dateBoxFormatError { background: #ffcccc }

.gwt-DatePicker {
    height: 162px;
    width: 120px;
    background: #a6c4ea;
    border: 1px solid white;
}

td.datePickerMonth {
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

.datePickerPreviousButton,
.datePickerNextButton {
    cursor: pointer;
    line-height: 1em;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    text-align: center;
    padding: 2px;
    outline: none;
    background: white;
}

.datePickerWeekdayLabel { border-bottom: 1px solid #d4d4d4 }

.datePickerWeekendLabel {
    border-bottom: 1px solid #d4d4d4;
    background: #eeeeee;
}

.datePickerDays {
    width: 100%;
    background: white;
    font-size: 11px;
}

.datePickerDay { cursor: pointer }

.datePickerDayIsDisabled { color: #AAAAAA }

.datePickerDayIsWeekend { background: #EEEEEE }

.datePickerDayIsToday {
  border: 1px solid #a6c4ea;
  padding: 1px;
}

.datePickerDayIsValue { background: #a6c4ea }

.datePickerDayIsHighlighted { background: #ffcb5c }

.dateBoxPopup {
    padding: 5px;
    background: url(../images/shadown.png) no-repeat;
}

/* */

.gwt-RadioButton { font-size: 12px }

/* basket popup */

.basket-popup-delete {
    height: 20px;
    max-width: 120px;
    line-height: 20px;
    font-size: 11px;
    padding-left: 23px;
    background: url(../images/trash.png) no-repeat center left;
    margin-top: 4px;
    cursor: pointer;
}

.basket-popup-price {
    width: 82px;
    height: 22px;
    line-height: 22px;
    margin: 0 4px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: #6280a6;
    color: white;
}

.basket-popup-quantity {
    line-height: 24px;
    color: #4d4d4d;
    border-bottom: 1px solid #e7e7e7;
}

.basket-popup .gwt-Label {
    font-size: 11px;
    padding: 2px 4px 2px 0;
}

.basket-popup .gwt-TextBox {
    width: 58px;
    height: 22px;
}

.basket-popup .popupContent {
  padding: 8px;
  background: #f8f8f8;
}

.basket-popup .popupTopLeftInner,
.basket-popup .popupTopRightInner {
  width: 6px;
  height: 23px;
}

.basket-popup .popupBottomLeftInner,
.basket-popup .popupBottomRightInner {
    width: 6px;
    height: 6px;
}

.basket-popup .popupTopCenter { background: url(../images/bp-top.png) no-repeat }

.basket-popup .popupTopLeft { background: url(../images/bp-topleft.png) no-repeat }

.basket-popup .popupTopRight { background: url(../images/bp-topright.png) no-repeat }

.basket-popup .popupMiddleLeft { background: url(../images/bp-left.png) repeat-y }

.basket-popup .popupMiddleRight { background: url(../images/bp-right.png) repeat-y }

.basket-popup .popupBottomLeft { background: url(../images/bp-bottomleft.png) no-repeat }

.basket-popup .popupBottomRight { background: url(../images/bp-bottomright.png) no-repeat }

.basket-popup .popupBottomCenter { background: url(../images/bp-bottom.png) repeat-x }

/* news */

.news-title-panel {
    width: 100%;
    padding: 6px 8px 0 8px;
    font-size: 13px;
    background: #f8f8f8 url(../images/stack.png) repeat-x;
}

.news-title-title { margin: 10px 0 4px 0 }

.news-title-title .gwt-Image {
    margin: 0 4px 0 -4px;
    border: none;
    position: relative;
}

.news-title-title .gwt-Hyperlink a,
.news-title-title .gwt-Hyperlink a:visited {
    cursor: pointer;
    color: #6484bf;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.news-title-panel .gwt-HTML,
.news-title-panel .gwt-HTML ol {
    margin: 0;
    padding: 0 8px 8px 16px;
    font-size: 13px;
}

.news-title-panel .gwt-HTML li { padding: 2px 0 }

.news-title-panel .gwt-HTML p { margin: 6px 0 0 0 }

.news-title-panel .gwt-HTML h1 {
    font-size: 14px;
    text-align: center;
}

.news-date {
    width: 40px;
    height: 40px;
    padding: 2px 0 0 0;
    margin-right: 10px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    background: url(../images/icons.png) no-repeat 0 -100px;
    text-align: center;
}

.news-date p {
    margin: 6px 0 0 0;
    font-size: 13px;
    color: #4d4d4d;
}

.news-details {
    font-size: 11px;
    color: #4d4d4d;
}

.news-list {
    width: 100%;
    padding-bottom: 4px;
}

.form-grid {
    margin: 8px 8px 2px 8px;
}

.form-grid td {
    padding: 2px;
    vertical-align: top;
}

.form-grid .gwt-Label {
    white-space: nowrap;
}

.form-title {
    padding: 4px 0 2px 0;
    font-size: 11px;
    font-style: italic;
    text-shadow: 0 1px 1px #d4d4d4;
    color: #286fc8;
}

.form-footer {
    margin: 4px 16px 8px 16px;
    padding-top: 3px;
    color: #4d4d4d;
    border-top: 1px solid #e7e7e7;
}

.form-label,
.form-checkbox {
    margin: 8px;
}

.form-label,
.form-checkbox label {
    font-size: 11px;
}

.form-checkbox {
    display: inline-block;
}

.form-checkbox input,
.form-checkbox label {
    vertical-align: middle;
}

.form-checkbox input {
    margin-left: 0;
}

.box-input {
    border-spacing: 0;
}

.box-input td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
}

.box-input button {
    font-size: 10px;
    margin-left: 4px;
    padding: 2px;
    color: #4d4d4d;
    font-weight: bold;
    text-shadow: 0 1px white;
    background-image: linear-gradient(white, #efefef);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    cursor: pointer;
}

.box-input button:hover { color: #286fc8 }

.box-input-hint,
.box-input-hint-progress,
.box-input-hint-ok {
    width: 138px;
    padding: 5px 0 3px 20px;
    font-size: 11px;
    font-style: italic;
    background: url(../images/warn.png) 0px 4px no-repeat;
}

.box-input-hint-progress {
    background-image: url(../images/load.gif);
}

.box-input-hint-ok {
    background-image: url(../images/ok.png);
}

.label-info, .label-progress, .label-error {
    height: 64px;
    line-height: 64px;
    padding: 8px 8px 8px 68px;
    font-size: 12px;
}

.label-info { background: url(../images/info64.png) no-repeat left center }

.label-progress { background: url(../images/progress64.gif) no-repeat left center }

.label-error { background: url(../images/error64.png) no-repeat left center }

.dialog-order .gwt-ListBox,
.dialog-order .label-inline,
.dialog-order .input-wide {
    font-size: 11.5px;
}

.dialog-order .footer-label {
    font-size: 13px;
    color: #cb5c5f;
}

.gwt-DialogBox .gwt-ListBox {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #a6c4ea;
    color: black;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 16px 2px 2px;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.label-inline {
    margin: 0 4px 0 8px
}

.label-comment {
    padding: 3px 0 6px 8px;
    font-style: italic;
    color: #4d4d4d;
}

.input-wide {
    width: 30em;
}

.disabled {
    color: #4d4d4d ! important;
    background: #f8f8f8 ! important;
    border: 1px solid silver ! important;
}

.login-user {
    width: 100%;
    padding-top: 6px;
}

.login-user .gwt-Label {
    font-size: 11px;
}

.credit-dialog .gwt-Label {
    font-size: 13px;
}

.credit-info-header {
    margin-top: 8px;
}

.table-totals {
    font-weight: bold;
}

.items-compact {
    table-layout: fixed;
    margin: 0 auto;
    padding: 6px 4px 2px 4px;
}

.items-compact tr {
    border-bottom: 1px solid #f2f2f2;
}

.items-compact td {
    height: auto; /* ie */
    font-size: 11px;
    padding: 4px 0;
}

.items-compact-image {
    width: 24px;
    text-align: center;
    min-width: 24px;
}

.items-compact-label {}

.items-compact-stock, .items-compact-price {
    width: 64px;
    text-align: center;
}

.items-compact-stock .gwt-HTML,
.items-compact-price .gwt-Label {
    white-space: nowrap;
    line-height: 18px;
}

.items-compact-none {
    width: 0;
    max-width: 0;
}

.article {
    color: #6484bf;
    font-style: italic;
}

.link-classic {
    color: #6484bf;
    text-decoration: underline;
}

.gwt-DecoratedPopupPanel .popupContent td {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
}

.popup-simple {
    border: 1px solid #4d4d4d;
}

.gwt-Tree {
    text-align: left;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
}

.a-tree-item {
    width: 100%; /* ie */
    font-size: 11px;
    color: #4d4d4d;
    text-decoration: none;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 0 1px;
}

.a-tree-item:hover {
    text-decoration: underline;
}

.items-related {
    margin-top: 8px
}

.items-related .clickable {
    font-size: 12px;
}

.title-label {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 6px;
    color: #4d4d4d;
}

.center { text-align: center; }

/* grid item layout */

.item-box {
    position: relative;
    margin: 4px auto;
    width: 156px;
    border: 1px solid #e7e7e7;
    background-color: #fbfbfb;
}

.item-box img {
    border: 0;
}

.item-box .image .gwt-Image {
    width: 128px;
    height: 128px;
    margin: 8px 0;
}

.item-box .item-title {
    margin: 4px 6px 0 6px;
    height: 40px;
    text-align: left;
    overflow: hidden;
    font-size: 11px;
}

.item-box .item-toolbox {
    width: 100%;
    height: 38px;
    position: relative;
}

.item-box .item-toolbox .item-price {
    color: #6484BF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 38px;
    line-height: 38px;
}

.item-box .item-toolbox .gwt-TextBox {
    width: 32px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: 32px;
}

.item-box .item-toolbox .gwt-Image {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.discount {
    color: #E06A6A !important;
}

.item-box .badge-discount {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -24px;
}

.item-box .item-toolbox .item-button {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.item-box .item-toolbox .item-button .button {
    margin: 0 !important;
    float: right;
}

.stock-price-table .gwt-Label {
    font-size: 13px;
}

.field-label, .field-label-bottom {
    font-size: 12px;
}

.field-label {
    padding: 8px 0;
}

.field-label-bottom {
    padding-bottom: 8px;
}

.popup-grid-decorated {
    border-spacing: 1px;
    background-color: #667def;
}

.popup-grid-decorated td {
    padding: 2px 4px;
    background-color: #4b62d5;
}

.gwt-ToggleButton {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
}

.gwt-ToggleButton-up {
    background-image: linear-gradient(white, transparent);
}

.gwt-ToggleButton-up-hovering {
    cursor: pointer;
    background-color: white;
}

.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering {
    color: white;
    background-image: linear-gradient(#286fc8, #3a7fd4);
    text-shadow: 0 1px 1px #255688;
}

.gwt-ToggleButton-group-left {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-radius: 2px 0 0 2px;
}

.gwt-ToggleButton-group-right {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0 2px 2px 0;
}

.gwt-ToggleButton-group-left.gwt-ToggleButton-down,
.gwt-ToggleButton-group-left.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-group-right.gwt-ToggleButton-down,
.gwt-ToggleButton-group-right.gwt-ToggleButton-down-hovering{
    border-color: #255688;
}

.flex-form {
    padding: 4px 8px;
    border-spacing: 4px;
}

.flex-form td:last-child {
    width: 100%;
}

.flex-form .gwt-Label,
.flex-form .gwt-HTML,
.flex-form .gwt-CheckBox {
    font-size: 11px;
    white-space: nowrap;
}

.flex-form .gwt-HTML {
    text-align: left;
    margin: 0;
}

.flex-form .gwt-CheckBox input {
    margin-left: 0;
}

.gwt-CheckBox input,
.gwt-CheckBox label,
.gwt-RadioButton input,
.gwt-RadioButton label {
    display: inline-block;
    vertical-align: middle;
}

.flex-form .gwt-TextBox:disabled {
    color: #4d4d4d;
    background-color: #fdfdfd;
    border: 1px solid #e7e7e7;
}

.flex-form .gwt-ListBox {
    border: 1px solid #d3def6;
    color: black;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 16px 2px 2px;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.flex-form .gwt-TextBox {
    border: 1px solid #d3def6;
}

.flex-form button {
    padding: 3px 12px;
    color: #4d4d4d;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px white;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background-image: linear-gradient(white, #efefef);
}

.flex-form button:hover {
    color: #286fc8;
}

.button-align {
    float: right;
}

.small {
    width: 60px;
}

.large {
    width: 280px;
}

.box-inline {
    margin-left: 8px;
}

.box-inline-small {
    margin-left: 4px;
}

.box-middle {
    padding-top: 2px;
    padding-bottom: 2px;
}

.box-medium {
    min-width: 740px;
}

.generic-panel {
    border-spacing: 8px;
}

.generic-panel .gwt-Label {
    font-size: 12px;
}

.grid {
    border-collapse: collapse;
    width: 100%;
}

.grid-header td,
.grid-row td,
.grid-cell {
    font-size: 12px;
    border: 1px solid #e7e7e7;
    padding: 2px 4px;
}

.grid-header td {
    font-weight: bold;
    color: #424242;
    background-color: #ededed;
}

.grid-row td,
.grid-cell {
    background-color: #fdfdfd;
}

.order-summary-disclosure .header,
.order-summary-disclosure .header:visited {
    font-size: 12px;
    text-decoration: none;
    color: black;
}

.order-summary-disclosure .header div {
    padding: 2px 0;
}

.order-summary-disclosure .document-number {
    padding: 3px 0 3px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

.order-summary-disclosure-closed .document-number {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAIklEQVR42mNgIBek5ef/JxZTXxMIDDJN+MBQ9RPtI5dUAAAiuSgg5GaABwAAAABJRU5ErkJggg==);
}

.order-summary-disclosure-open .document-number {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAKElEQVR42mNgIBek5ef/JxajaHr8+DFBPBQ14QuAoeonkjWRnCJIBQAPhnjtSwdCegAAAABJRU5ErkJggg==);
}

.order-summary-disclosure .document-date {
    padding: 2px 0 2px 8px;
}

.order-summary-disclosure .document-amount {
    display: inline-block;
    padding: 2px 0 2px 8px;
    text-align: right;
    min-width: 100px;
}

.order-summary-disclosure .document-status {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 4px;
}

.order-summary-disclosure .document-status-1 {
    color: #88852f;
    background-color: #fffcad;
    border: 1px solid #efec91;
}

.order-summary-disclosure .document-status-2 {
    color: #e77878;
    background-color: #ffebeb;
    border: 1px solid #f6dbdb;
}

.order-summary-disclosure .document-status-3 {
    color: #256ac2;
    background-color: #e4f0ff;
    border: 1px solid #ccddf3;
}

.order-summary-disclosure .document-status-4 {
    color: #519a3b;
    background-color: #cdffbd;
    border: 1px solid #bbf3aa;
}

.order-summary-disclosure .paid {
    color: #256ac2;
}

.order-summary-disclosure .unpaid {
    color: #e77878;
}

.order-summary-disclosure .content {
    width: 95%;
    table-layout: fixed;
    margin: 6px 0 6px 16px;
    border-spacing: 8px 4px;
    border-top: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
}

.order-summary-disclosure .content td:first-child {
    width: 30%;
}

.order-summary-disclosure .content td .gwt-Label {
    font-size: 12px;
    color: #424242;
}

.order-summary-disclosure .content td:first-child .gwt-Label {
    color: #808080;
}

.order-summary-disclosure .content .gwt-Anchor,
.order-summary-disclosure .content .gwt-Anchor:visited {
    color: #256ac2;
    text-decoration: none;
    font-size: 12px;
    padding-right: 18px;
    background: url(../images/download.png) no-repeat center right;
}

.compact-panel {
    width: 100%;
}

.compact-panel .gwt-Label,
.compact-panel .box-message,
.compact-panel .box-info,
.compact-panel .box-warning {
    font-size: 12px;
}

.compact-panel .box-message {
    padding: 8px 0;
}

.compact-panel .box-info,
.compact-panel .box-warning {
    margin: 8px 0 0 0;
    padding: 8px;
    border-radius: 4px;
}

.compact-panel .box-info {
    border: 1px solid #deedff;
    background-color: #e4f0ff;
    color: #256ac2;
}

.compact-panel .box-warning {
    border: 1px solid #ffeadb;
    background-color: #ffefe4;
    color: #d65d20;
}

.stock-warning {
    color: #e06a6a !important;
}

.info-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    box-sizing: content-box;
}

.info-block .message {
    position: relative;
    width: 928px;
    margin: 50px auto;
    padding: 36px 28px 28px 28px;
    background-color: white;
    border-radius: 5px;
    font-family: verdana, serif;
    font-size: 13px;
}

.info-block .buttons {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

