/**
 * @package admin
 * @ignore
 * @access private
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5454 2006-12-29 20:10:17Z drbyte $
 */
@import url("navbar.css");
/* including stylesheet for dhtml menu */
@import url("menu.css");
/* including stylesheet for dhtml menu */
@import url("index.css?v=01");
@import url("tables.css");

/* including stylesheet for index.php */
a {
  color: #0000ff;
  text-decoration: none;
}

a,
body,
html,
table {
  font: 400 13px/1.42857 "Open Sans", Helvetica, Arial, sans-serif
    /*font:normal normal 11px Verdana,sans-serif;*/
}

.listOfProductsDelivered {
  max-height: 600px;
  overflow-y: auto;
}

a:hover {
  color: #0000ff;
  text-decoration: underline;
}

a.headerLink:link {
  color: #ffffff;
  text-decoration: none;
}

a.headerLink:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.headerLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.headerLink:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.menuBoxContentLink:link {
  color: #0000ff;
  text-decoration: none;
}

a.menuBoxContentLink:visited {
  color: #0000ff;
  text-decoration: none;
}

a.menuBoxContentLink:hover {
  color: #0000ff;
  text-decoration: underline;
}

a.menuBoxContentLink:active {
  color: #0000ff;
  text-decoration: none;
}

a.menuBoxHeadingLink:link {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

a.menuBoxHeadingLink:visited {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

a.menuBoxHeadingLink:hover {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

a.menuBoxHeadingLink:active {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

a.splitPageLink:link {
  color: #0000ff;
  text-decoration: none;
}

a.splitPageLink:visited {
  color: #0000ff;
  text-decoration: none;
}

a.splitPageLink:hover {
  background-color: #ffff33;
  color: #0000ff;
  text-decoration: underline;
}

a.splitPageLink:active {
  color: #0000ff;
  text-decoration: none;
}

body {
  background-color: #f4f4f4;
  color: #3b3b3b;
  margin-top: 50px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 100px;
  background-image:url('../images/white-paper.jpg');
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width:1767px) {
  body {
    margin-top: 90px;
  }
}

@media (max-width:991px) {
  body {
    margin-top: 80px;
  }
}

@media (max-width:767px) {
  body {
    margin-top: 60px;
  }
}

.clearBoth {
  clear: both;
}

body#login {
  margin-top: 100px;
  text-align: center;
}

body#login .button {
  cursor: pointer;
  padding: 3px;
  margin-top: 10px;
}

body#login fieldset {
  margin: 0 auto;
  padding: 10px;
  width: 400px;
}

.loginLabel {
  margin-left: 60px;
  margin-right: 5px;
  width: 125px;
  float: left;
  text-align: right;
  line-height: 1.5;
}

body#login legend {
  background: #ffffff;
  border: 1px solid #fff;
  color: #333333;
  font-size: 90%;
  padding: 0.2em 0.5em;
  text-align: right;
}

checkbox,
input,
radio,
select,
textarea,
file {
  font-size: 12px;
}

textarea {
  width: 80%;
}

/* to handle textareas for browsers which don't like % widths */
textarea.sqlpatchKeyedQuery,
TEXTAREA#file_contents {
  width: auto;
}

form {
  display: inline;
}

span.dataTableHeadingContentWhois {
  color: #ff6600;
  font-weight: bold;
}

span.normalprice {
  text-decoration: line-through;
}

span.productPriceDiscount,
.inputRequirement {
  color: #ff0000;
}

span.productSpecialPrice,
span.productSalePrice,
.stockWarning,
span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
  text-decoration: line-through;
}

span.SortOrderHeader {
  color: #ff6600;
  font-weight: bold;
}

span.SortOrderHeaderLink {
  color: #0000ff;
  font-weight: bold;
}

td.alert,
span.alert {
  color: #ff0000;
  font-weight: bold;
}

td.attributeBoxContent {
  background-color: #dcdbd1;
  color: #333333;
}

td.ot-subtotal-Amount,
td.ot-cod-fee-Amount,
td.ot-group-pricing-Amount,
td.ot-gv-Amount,
td.ot-loworderfee-Amount,
td.ot-shipping-Amount,
td.ot-subtotal-Amount,
td.ot-tax-Amount,
td.ot-coupon-Amount,
td.ot-custom-Amount {}

td.ot-subtotal-Text,
td.ot-cod-fee-Text,
td.ot-total-Text,
td.ot-group-pricing-Text,
td.ot-gv-Text,
td.ot-loworderfee-Text,
td.ot-shipping-Text,
td.ot-subtotal-Text,
td.ot-tax-Text,
td.ot-coupon-Text,
td.ot-custom-Text {
  font-weight: bold;
}

td.ot-total-Amount {
  font-weight: bold;
  background-color: #72C279;
  color: #fff;
  line-height: inherit;
  letter-spacing: 0.0625em;
  /*display:inline-block;*/
  border-radius: 10px;
  text-align: center;
}

tr.attributeBoxContent {
  background-color: #dcdbd1;
  color: #333333;
}

.attributeBoxContent {
  background-color: #dcdbd1;
  color: #333333;
}

.attributes-even {
  background-color: #ffffff;
}

.attributes-odd {
  background-color: #f7f6ef;
}

.columnLeft {
  background-color: #f2f1ee;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

.dataTableContent {
  color: #333333;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dataTableContent .suplierBg1 {
  background-color: #7af1a1;
  padding: 1px 2px;
  border-radius: 2px;
}

.dataTableContent .suplierBg2 {
  background-color: #cadc6f;
  padding: 1px 2px;
  border-radius: 2px;
}

.dataTableContent .suplierBg3 {
  background-color: #f5ac80;
  padding: 1px 2px;
  border-radius: 2px;
}

.dataTableContent .suplierBg4 {
  background-color: #e288ff;
  padding: 1px 2px;
  border-radius: 2px;
}

.dataTableContent .suplierBg5 {
  background-color: #b0b9ff;
  padding: 1px 2px;
  border-radius: 2px;
}

.dataTableContent .suplierBg6 {
  background-color: #fd8387;
  padding: 1px 2px;
  border-radius: 2px;
}

.dataTableContent .zopim-msg-container {
  max-height: 150px;
  overflow-y: scroll;
}

.dataTableContent .zopim-agents {
  display: block;
  font-weight: bold;
}

.dataTableContent .zopim-msg {
  display: block;
  margin-bottom: 6px;
  word-wrap: break-word;
  word-break: break-all;
}

.dataTableContent:first-child {
  border-left: 1px solid #ddd;
  padding-left: 5px;
}

.dataTableContent:last-child {
  border-right: 1px solid #ddd;
  padding-right: 5px;
}


.dataTableContent.dataTableContent-separator {
  font-weight: 700;
  background-color: #dcdbd1;
}

.dataTableContent.dataTableContent-withComment{
  padding-left: 10px;
  position: relative;
}

.dataTableContent .commentIcon {
  position: relative;
  right: -10px;
}

.dataTableContent_2 {
  color: #333333;
}

.dataTableContentBot {
  color: #333333;
}

.dataTableContentWhois {
  color: #333333;
}

.dataTableHeadingContent {
  color: #333333;
  font-weight: bold;
}

.dataTableHeadingContentWhois {
  color: #333333;
  font-weight: bold;
}

.dataTableHeadingContentWhois a:link,
.dataTableHeadingContentWhois a:visited {
  color: #0000ff;
  font-weight: bold;
}

.dataTableHeadingContentWhois a:hover {
  color: #ffffff;
  font-weight: bold;
}

.dataTableHeadingRow {
  background-color: #d7d6cc;
}

.dataTableHeadingRowWhois {
  background-color: #d7d6cc;
}

.dataTableRow {
  background-color: #f2f1ee;
}

.dataTableRow:nth-child(even) {
  background-color: #f2f1ee;
}

.dataTableRow:nth-child(odd) {
  background-color: #FFF;
}

.dataTableRow:hover {
  background-color: #EBEBEB;
}

.dataTableRow.inactiveProduct,
.dataTableRow.inactiveProduct:hover {
  background-color: #aaa;
}

.dataTableRow_nk {
  background-color: #E5D0AF;
}

.dataTableRow_nz {
  background-color: red;
}

.dataTableRow_nm {
  background-color: #D8EAB4;
}

.dataTableRow_ns {
  background-color: #D6CAE2;
}

.dataTableRowBot {
  background-color: #facbfa;
}

.dataTableRowOver {
  background-color: #D7D6CC;
  cursor: pointer;
  cursor: hand;
}

.dataTableRowOver_nk {
  background-color: #CEAD80;
  cursor: pointer;
  cursor: hand;
}

.dataTableRowOver_nm {
  background-color: #A8D055;
  cursor: pointer;
  cursor: hand;
}

.dataTableRowOver_ns {
  background-color: #BDA9D1;
  cursor: pointer;
  cursor: hand;
}

.dataTableRowOverBot {
  background-color: #ffffff;
}

.dataTableRowOverWhois {
  background-color: #ffffff;
}

.dataTableRowSelected {
  background-color: #e7e6e0;
}

.dataTableRowSelectedBot {
  background-color: #ff93ff;
}

.dataTableRowSelectedWhois {
  background-color: #dee4e8;
}

.dataTableRowSpacer,
td.dataTableRowSpacer,
TR.dataTableRowSpacer {
  background-color: #d7d6cc;
  color: #ff6600;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.0;
}

.dataTableRowWhois {
  background-color: #f2f1ee;
}

.errorText {
  color: #ff0000;
}

.fieldRequired {
  color: #ff0000;
}

.formArea {
  background-color: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.headerBar {
  background-color: #343C49;
}

.headerBarContent {
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
  border-bottom: 5px solid #599659;
}

.infoBoxContent {
  background-color: #e7e6e0;
  color: #333333;
}

.infoBoxHeading {
  background-color: #003D00;
  color: #ffffff;
}

.main {}

.mainBtns {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff
}

.mainBtnsRed {
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding: 4px 8px;
  background-color: #EE1C25;
  color: #fff
}

.mainBtnsInfo {
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding: 4px 8px;
  background-color: #1C84C6;
  color: #fff
}

.mainBtns input[type=submit] {
  border: 1px solid #d0d0d0;
  background-color: #EBEBEB;
  cursor: pointer;
  border-radius: 2px;
  padding: 3px 8px;
}

.mainBtnsRed input[type=button],
.mainBtnsRed input[type=submit],
.mainBtnsInfo input[type=button],
.mainBtnsInfo input[type=submit] {
  border: 1px solid #d0d0d0;
  background-color: #EBEBEB;
  cursor: pointer;
  border-radius: 2px;
  padding: 3px 8px;
}

.menuBoxContent {
  color: #616060;
}

.menuBoxHeading {
  background-color: #ffffff;
  color: #616060;
}

.messageBox {}

.messageStackCaution {
  background-color: #ffff00;
}

.messageStackError,
.messageStackWarning {
  background-color: #ffb3b5;
}

.messageStackSuccess {
  background-color: #d4ffbd;
}

.oldPrice {
  text-decoration: line-through;
}

h1,
.pageHeading {
  color: #003D00;
  /*727272*/
  font-size: 22px;
  font-weight: bold;
}

.invoiceHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.SaleMakerDisabled {
  background-color: #f0f1f1;
}

.SaleMakerOver {
  background-color: #ffffff;
  cursor: pointer;
  cursor: hand;
}

.SaleMakerSelected {
  background-color: #dee4e8;
  cursor: pointer;
  cursor: hand;
}

.smallText {
  font-size: 12px;
}

.specialPrice {
  color: #ff6600;
}

.lookupAttention {
  color: #FF0000;
}

.clearBoth {
  clear: both;
}

#main {
  margin-top: 10px;
}

.navigation {
  float: right;
}

.navigation img {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

.navigation a {
  text-decoration: none;
  color: white;
}

#main .vzorkovnik {
  padding-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

#main .vzorkovnik .tabcontent1 {
  padding-top: 20px;
  padding-bottom: 10px;
  height: 500px;
  overflow: auto;
  border: 1px solid #d0d0d0;
  border-top: 0
}

#main .vzorkovnik .content {
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
  border-top: 0;
  overflow: auto;
  /*height:400px;*/
  padding: 10px 10px 10px 15px
}

#main .vzorkovnik .content .head {
  font-weight: 700;
  color: #000;
  display: block;
  padding-bottom: 15px
}

#main .vzorkovnik .table {
  margin-bottom: 25px
}

#main .vzorkovnik .table-content {
  padding-top: 20px;
  padding-bottom: 10px;
  height: 500px;
  overflow: auto;
  border: 1px solid #d0d0d0;
  border-top: 0
}

#main .vzorkovnik .table-content .head,
#main .vzorkovnik .table-content .head-alternate {
  font-weight: 700;
  color: #000;
  background-repeat: no-repeat;
  background-image: url('../images/content-middle-detail-arrow-decoration.gif');
  background-position: 15px 3px;
  float: left;
  width: 140px;
  padding-left: 25px
}

#main .vzorkovnik .table-content .head-alternate {
  color: #6d6d6d
}

#main .vzorkovnik .table-content p {
  margin-left: 165px;
  color: #000;
  padding-bottom: 12px
}

#main .vzorkovnik .folders {
  background-image: url(../images/kosik-parts-background.gif);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 50px;
  list-style-type: none;
}

#main .vzorkovnik .folders li {
  height: 40px;
  line-height: 40px;
  vertical-align: center;
  width: 150px;
  float: left;
  font-size: 12px;
  color: #000;
  margin-top: 8px;
  text-align: center;
  margin-right: 3px;
  background-color: #EDEDED;
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  cursor: pointer;
}

#main .vzorkovnik .folders .active {
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  font-weight: 700;
  background-color: #FFF;
  background-image: url('../images/kosik-parts-active-background.gif');
  background-repeat: repeat-x;
  margin: 0 3px 0 0
}

#main .vzorkovnik .multi-status {
  float: right;
  margin-top: -10px;
}

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

#blanket {
  background-color: #111;
  opacity: 0.40;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
}

#popUpDiv {
  position: absolute;
  background-color: #fff;
  width: 800px;
  height: 600px;
  z-index: 9002;
  border: 5px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  padding-top: 0;
  top: center;
  left: center;
  overflow: auto;
}

form .my-green-btn {
  display: inline-block;
  background-color: #58B523;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  margin-bottom: 10px;
  border: 0;
}

form .my-green-btn:hover {
  background-color: #49A70F;
}

#my-green-btn {
  display: inline-block;
  background-color: #49A70F;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  margin-bottom: 10px;
  border: 0;
}

#my-green-btn:hover {
  background-color: #58B523;
}

#my-blue-btn {
  display: inline-block;
  background-color: #008ABD;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  margin-bottom: 10px;
  border: 0;
}

#my-blue-btn:hover {
  background-color: #00aff0
}

#my-orange-btn {
  display: inline-block;
  background-color: #E16B26;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  margin-bottom: 10px;
  border: 0;
}

#my-orange-btn:hover {
  background-color: #FF5500
}

#my-navy-blue-btn {
  display: inline-block;
  background-color: #009688;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border: 0;
  margin: 0 5px;
}
#my-navy-blue-btn:hover {
  background-color: #00965d
}


#my-yellow-btn {
  display: inline-block;
  background-color: #FDD308;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  margin-bottom: 10px;
  border: 0;
}

#my-yellow-btn:hover {
  background-color: #FFE140
}

#predaci_protokol,
.preberaci_protokol_download {
  display: inline-block;
  background-color: #ccd6b5;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border: 0;
  margin-left: 11px;
}

#predaci_protokol:hover,
.preberaci_protokol_download:hover {
  background-color: #bcd6a5;
  text-decoration: none;
  color: #000;
}

#my-red-btn {
  display: inline-block;
  background-color: #d9121a;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  margin-bottom: 10px;
  border: 0;
}

#my-red-btn:hover {
  background-color: #F42D2D;
}

#notify_bubble {
  background-color: #ff5454;
  padding: 10px 20px;
  border-radius: 18px;
  text-align: center;
  bottom: 20px;
  left: auto;
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 1111;
  color: #fff;
}

#notify_bubble span {
  position: relative;
  z-index: 1114;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.login_bg {
  background-image: url('../images/login_bg.jpg');
  background-repeat: no-repeat;
  position: relative
}

#login_logo {
  margin-top: 100px;
  margin-bottom: 25px;
  background-image: url('../images/login_logo.png');
  background-repeat: no-repeat;
  height: 65px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.oneOrBothSwitch {
  display: inline-block;
  margin: 0 8px;
  padding: 2px 4px;
  cursor: pointer;
  color: #aaa;
  border: 1px solid #ccc;
}

.oneOrBothSwitch:hover,
.oneOrBothSwitch:focus {
  color: #999;
  border: 1px solid #aaa;
}

.oneOrBothSwitch.active,
.oneOrBothSwitch.active:hover,
.oneOrBothSwitch.active:focus {
  background: #290;
  color: #fff;
  border: 1px solid #290;
}

/*poznamky pre dopravu*/
.noteForm {
  display: block;
  position: relative;
}

.noteArea {
  position: relative;
  height: 24px;
  margin-bottom: 4px;
  padding: 0 28px;
}

.noteArea>.subNoteArea>textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  padding: 4px 24px 4px 4px;
  resize: none;
  overflow: hidden;
  line-height: 1.4;
}

.closeArea {
  display: none !important;
  position: absolute;
  z-index: 11;
  top: 4px;
  right: 32px;
  color: #bbb;
  cursor: pointer;
}

.closeArea:hover,
.closeArea:focus {
  color: #999;
}

.saveArea,
.saveArea:hover,
.saveArea:focus {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  background: #9b7;
  text-align: center;
  font-weight: 500;
  border: 2px solid transparent;
  color: #bd9;
  cursor: default;
}

.saveArea.active {
  color: #fff;
  background: #290;
}

.saveArea.active:hover,
.saveArea.active:focus {
  background: #180;
}

.noteArea.bigNoteArea .saveArea {
  border-color: #000;
}

.expandArea {
  display: none !important;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 32px;
  padding: 3px 0;
  text-align: center;
  font-weight: 500;
  border: 2px solid transparent;
  color: #bbb;
  cursor: default;
}

.expandArea.active {
  display: block !important;
}

.noteArea.bigNoteArea .expandArea {
  display: none !important;
}

.noteArea.bigNoteArea>.subNoteArea {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 28px;
  right: 28px;
  height: 136px;
}

.noteArea.bigNoteArea:nth-child(3)>.subNoteArea {
  top: -28px;
}

.noteArea.bigNoteArea:nth-child(4)>.subNoteArea {
  top: -56px;
}

.noteArea.bigNoteArea:nth-child(5)>.subNoteArea {
  top: -84px;
}

.noteArea.bigNoteArea:nth-child(6)>.subNoteArea {
  top: -112px;
}

.noteArea.bigNoteArea>.subNoteArea>textarea {
  height: 136px;
  line-height: 1.2;
  overflow-y: auto;
}

.noteArea.bigNoteArea>.closeArea {
  display: block !important;
}

.noteArea.bigNoteArea:nth-child(3)>.closeArea {
  top: -24px;
}

.noteArea.bigNoteArea:nth-child(4)>.closeArea {
  top: -52px;
}

.noteArea.bigNoteArea:nth-child(5)>.closeArea {
  top: -80px;
}

.noteArea.bigNoteArea:nth-child(6)>.closeArea {
  top: -108px;
}

.noteIcon {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  background: #ddd;
  text-align: center;
  font-weight: 500;
  border: 2px solid transparent;
  color: #000;
  cursor: default;
}

.noteArea.bigNoteArea .noteIcon {
  border-color: #000;
}

.noteIconD {
  background: #0ae;
}

.noteIconO {
  background: #f82;
}

.noteIconP {
  background: #e69;
}

.noteIconI {
  background: #ff2;
}

.noteIconR {
  background: #0a2;
}

.noteIconF {
  background: #ddd;
}

.alert-order-has-problems {
  float: left;
}

/** Hotfixing jquery-ui dialogs **/
.ui-dialog {
  clear: both;
  box-shadow: 0px 17px 23px -13px rgba(0, 0, 0, 0.6);
}

.ui-dialog-title {
  padding: 5px;
}

.ui-button-icon-primary.ui-icon.ui-icon-closethick,
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  float: right;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  padding: 5px;
  border-radius: 0;
  border: 0;
  background: #599559;
  color: #fff;
  font-size: 120%;
}

.ui-dialog-content.ui-widget-content {
  padding: 5px;
  font-size: 120%;
}

.ui-dialog .ui-resizable-handle {
  display: none !important;
}

.ui-widget-content {
  /*border: 1px solid #599459 !important;*/
  border: unset !important;
}

.ui-dialog {
  border: 1px solid #599459 !important;
}

.ui-dialog-buttonset {
  text-align: center;
}

.ui-button {
  margin: 5px;
  padding: 5px;
}

button#orderByApi-btn {
  border: none;
  background-color: #8BC34A;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
}

.btnBlock {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  border: none;
  outline: none;
  margin: 0 8px 8px 0;
  padding: 4px 8px;
  background: #ddd;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .25);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.btn:hover,
.btn:focus {
  background: #eee;
}

.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus {
  background: #ccc;
  color: #666;
  cursor: default;
}

.btn.green {
  background: #7b5;
  color: #fff;
}

.btn.green:hover,
.btn.green:focus {
  background: #7c5;
  color: #fff;
}

.btn.green:disabled,
.btn.green:disabled:hover,
.btn.green:disabled:focus {
  background: #7a5;
  color: #eee;
}

.btn.red {
  background: #b66;
  color: #fff;
}

.btn.red:hover,
.btn.red:focus {
  background: #c66;
  color: #fff;
}

.btn.red:disabled,
.btn.red:disabled:hover,
.btn.red:disabled:focus {
  background: #966;
  color: #eee;
}

.zverejneBtn {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid black;
  border-radius: 2px;
  cursor: pointer;
}
.zverejneBtn.zverejneBtn-submit {
  padding: 4px 7px;
}
.zverejneBtn:hover {
  background: #ccc;
}
.zverejneBtn.zverejneBtn-active {
  background: rgb(131, 170, 105);
}

.zverejneBtnRadio {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}
.zverejneBtnRadio:checked + .zverejneBtn{
   background: rgb(131, 170, 105);
}

.akcieProducty-warning {
  border:1px solid red;
  margin-top:10px;
  margin-bottom:5px;
  padding:10px;
  color:red;  
}

.akcieProducty-warning-close {
  display: none;
}

.akcieProducty-warning-button {
  border:1px solid black;
  padding:5px 10px;
  color:black;
  cursor:pointer;
  border-radius:3px;
  display:inline-block;
  margin-left: 20px;
}

.selectOptionDelimeter {
  font-weight: bold;
  display: block;
  color: red !important;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  outline: 2px solid black;
}

.selectOptionUnactive {
  color: #808080 !important;
}