
/*eshop_Styl.css*/

.warningBox {
    font-size: 16px; 
    padding: 20px; 
    background-color: red; 
    color: white; 
    font-weight: bold;
}

.attUserBox {
    padding: 4px;
    background-color: white;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.moreInfoDelivery {
    font-size: 10px;
    text-decoration: none;
    color: #467DFF;
}

.attUserBox small {
    font-size: 9px;
    line-height: 12px;
}

.attendance {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: top;
}

.attendanceTable {
    border-collapse: collapse;
    border: 1px solid #eee;
}

.attendanceTable th, .attendanceTable td {
    padding: 4px 5px;
    font-size: 12px;
    border: 1px solid silver;
}

.attendanceTable th {
    font-weight: normal;
    color: navy;
    text-align: left;
}

.attendanceTable td {
    text-align: left;
    
}


.wresultok {
font-weight:bold;
border:1px solid #B8E065;
/*color:#B8E065;*/
background-color:#EDF7D7;
padding:10px;
border-radius: 3px;
}

.wresultko {
font-weight:bold;
border:1px solid #FF6266;
/*color:#FF6266;*/
background-color:#FFE1E2;
padding:10px;
border-radius: 3px;
}

.wresultneutral {
font-weight:bold;
border:1px solid #FFBC62;
/*color:#FF6266;*/
background-color:#FFF2E1;
padding:10px;
border-radius: 3px;
}

.basketTable {
width:100%;
border-collapse:collapse;
margin:5px 0 10px 0;
font-size:14px;
line-height:1.4;
}

.basketTable td {
/*border:1px solid gray;*/
padding:5px;
}

.basketTable th {
font-weight:normal;
vertical-align:bottom;
}

.td1 {
background-color:#F3F3F3;
}

.td2 {
background-color:#E2E2E2;
}

.td_change {
background-color:#CEDFD5;
}

fieldset {
margin:5px 0 20px 0;
}

fieldset td {
vertical-align:top;
}

.homelink {
padding-top:50px;
}

.homelink a {
border-top:50px solid white;
padding:80px 180px 120px 180px;
text-align:center;
text-decoration:none;
}

.productpricesavebox {
text-align:center;
background-color:#F59C16;
color:black;
display:inline;
padding:5px;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url("/imagesN/arrow_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url("/imagesN/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
font-size:12px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
font-size:12px;
}

.JT_loader{
	width:100%;
	height:12px;
	background-image:url("/imagesN/lightbox-ico-loading.gif");
  background-position:center top;
  background-repeat:no-repeat;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
font-size:12px;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

/**/

.miniinpt {
padding-left:7px;
font-size:10px !important;
}

.norminpt {
padding-left:7px;
font-size:13px !important;
line-height:22px !important;
}

.formLineLeft {
width:170px;
}


.goodsTableAdmin {
border:0;
border-collapse:collapse;
width:100%;
}

.goodsTableAdmin td {
border:1px solid silver;
padding:3px;
}


/* cookiebar start */
#cookieBar, #cookieBarInfo {
    font-family: arial;
}

#cookieBar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #EEE;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-family: arial;
    border-top: 1px solid gray;
    box-shadow: 0 0 20px 5px #aaa;
}

#cookieBarInfo {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eee;
    border: 2px solid gray;
    width: 85%;
    height: 85%;
    max-width: 800px;
    max-height: 500px;
    padding: 10px;
    overflow: auto;
    line-height: 1.5;
    box-shadow: 0 0 20px 5px #aaa;
}

#cookieBarBlock {
    padding: 15px;
    margin: 0;
}

.cookieBarBtn {
    background-color: #EF5025;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px;
    border: 0;
    letter-spacing: 2px;
    cursor: pointer;
}

.cookieBarBtn:hover,
.cookieBarBtn:focus {
    filter: brightness(110%);
}

.cookieBarBtn:active {
    filter: brightness(96%);
}

#cookieBar label {
    font-weight: bold;
}

#cookieBarBtns {
    display: inline-block;
}

#cookieBarBlock p {
    display: inline-block;
    margin: 0;
}

#cookieBarInfoBtns {
    background-color: #ddd;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 729px) {
    #cookieBar {
        text-align: left;
    }
    
    #cookieBarBlock p {
        display: block;
    }
    
    #cookieBarBlock {
        padding: 5px;
    }
    
    #cookieBar label {
        display: inline-block;
        text-align: left;
    }
    #cookieBar input[type=button] {
        margin-top: 5px;
    }
    #cookieBarBtns {
        margin-top: 10px;
        display: block;
    }
    #cookieBarInfoBtns {
        position: relative;
        margin-top: 10px;
    }
}
/* cookiebar end */

/*/boxy.css*/

.boxy-wrapper { position: absolute; max-width: 870px; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
    .boxy-wrapper .top-left,
    .boxy-wrapper .top-right,
    .boxy-wrapper .bottom-right,
    .boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
    
    .boxy-wrapper .top-left { background: url('../imagesN/boxy-nw.png'); }
    .boxy-wrapper .top-right { background: url('../imagesN/boxy-ne.png'); }
    .boxy-wrapper .bottom-right { background: url('../imagesN/boxy-se.png'); }
    .boxy-wrapper .bottom-left { background: url('../imagesN/boxy-sw.png'); }
    
    /* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
    /* NB: these must be absolute paths or URLs to your images */
    .boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagesN/boxy-nw.png'); }
    .boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagesN/boxy-ne.png'); }
    .boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagesN/boxy-se.png'); }
    .boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagesN/boxy-sw.png'); }
    
    .boxy-wrapper .top,
    .boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
    
    .boxy-wrapper .left,
    .boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
    
    /* Title bar */
    
    .boxy-wrapper .title-bar {
        background-color: #ECFBDC;
        padding: 15px;
        position: relative;
        text-align:left;
        background: url("/imagesN/benefitsPattern.svg") repeat left bottom, linear-gradient(90deg, rgba(231,240,224,1) 0%, rgba(241,238,219,1) 100%);
    }
      .boxy-wrapper .title-bar.dragging { cursor: move; }
        .boxy-wrapper .title-bar h2 { font-size: 15px; color: #474747; line-height: 1; margin: 0; padding: 0; font-weight: bold; }
        .boxy-wrapper .title-bar .close { color: gray; position: absolute; text-decoration:none; top: 15px; right: 8px; font-size: 15px; line-height: 1; opacity: 1;}
        
    /* Content Region */
    
    .boxy-inner { background-color: white; padding: 0 }
    .boxy-content {
        padding: 15px;
    }
    
    .boxy-content:not(.successp) {
        max-height: 400px;
        overflow: auto;
    }
    
    /* Question Boxes */

    .boxy-wrapper .question { width: 100%; max-width: 600px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
    .boxy-wrapper .answers input { font-weight: bold; width: 70px; height: 40px; font-size: 17px;}

/*/calendar.css*/

#calendar{width:241px;height:165px;text-align:center;margin:5px auto;border:1px solid gray;background-color:#eeeeee;position:absolute;font:11px Trebuchet MS;z-index:10;}
#calendar ul{list-style-type:none;margin:0;padding:0;}
.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .yearBrowse, .monthDisabled, .currMonth, #closeBtn{margin:1px 0 0 1px;padding:0;width:39px;height:14px;line-height:14px;float:left;text-align:center;background-color:#F8A969;color:#000;display:inline;}
.emptM, .dayDisabled, .monthDisabled{color:#d7d6d5;background-color:#f2f2f2;}
.headDay{color:#000;background-color:#EBEBEB;width:33px;}
.dayNormal, .dayBlank, .dayWeekend, .dayCurrent{color:#fff;background-color:#BB8A55;width:33px;}
.dayCurrent{color:black;}
.dayBlank{background-color:white}
.dayWeekend{background-color:#8D6538}
.dayCurrent, .currMonth{background-color:#D5660B;font-weight:bold;color:white;}
.dayDisabled{width:33px}
#days{margin-left:1px;width:238px;}
#elements{height:150px;}
.months a, #days a, .currMonth a{color:#000;text-decoration:none;display:block;}
.currMonth a{color:#FFF}
#days a{color:#fff;}
.yearBrowse, #closeBtn{width:240px;background-color:#FFF;line-height:14px;}
.yearBrowse a, #closeBtn a{text-decoration:none;color:black;font-weight:bold;}
.yearBrowse b{margin:0 5px}

/*/jquery.cluetip.css*/

/* global */
#cluetip {
    /*opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;*/
    position: relative;
}
div.ui-cluetip {
  font-size: 15px;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
font-size: 15px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

.cluetip-title .cluetip-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/imagesN/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}

.cluetip-close {
    margin: 0 5px 5px;
    color: #900;
    float: right;
    padding: 0 0 10px 10px;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #162138;
  border-radius: 25px;
  color: white;
  padding: 10px 15px;
}
.cluetip-default:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    /*border-style: solid;
    border-color: #162138 transparent;
    border-width: 0 20px 20px;
    top: -20px;
    left: 19%;
    margin-left: -20px;*/
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}


/*
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */
div.cluetip-default .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
div.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip .cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
}

.cluetip-jtip .cluetip-inner {
  padding: 5px;
  display: inline-block;
}
.cluetip-jtip div.cluetip-close {
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}

.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
/*  margin-bottom: 1em;*/
}

/* jtip arrows */
div.cluetip-jtip .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
div.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}
div.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cluetip-rounded  .cluetip-arrows {
  border-color: #ccc;
}

/* need to be more specific here to override ThemeRoller defaults */
div.cluetip-rounded  .cluetip-arrows {
  font-size: 0;
  line-height: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent none;
}
div.clue-right-rounded .cluetip-arrows {
  border-width: 11px 11px 11px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div.clue-left-rounded .cluetip-arrows {
  left: 100%;
  margin-right: -11px;
  border-width: 11px 0 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;

}
div.clue-top-rounded .cluetip-arrows {
  top: 100%;
  left: 50%;
  border-width: 11px 11px 0 11px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.clue-bottom-rounded .cluetip-arrows {
  top: -11px;
  left: 50%;
  border-width: 0 11px 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;

}
/* stupid IE6 HasLayout hack */
.cluetip-rounded .cluetip-title,
.cluetip-rounded .cluetip-inner {
  zoom: 1;
}

/*cpost/css/style.css*/

#naPoste { /*width: 550px; border: 1px solid #b3b3b3; padding: 20px; margin: 20px auto;*/ text-align: left; }
#naPoste img {border: none;}
#naPoste p {line-height: 1.5; }
#naPoste p.help {line-height: 2.2}
#naPoste p.help img {margin-bottom: -5px; padding-right: 4px}
*html #naPoste p.help img {margin-bottom: 0px; padding-right: 4px; margin-top: 4px;}
#naPoste p.err {color:red; font-weight: bold;}
#naPoste p.war {color:#ffb400; font-weight: bold;}

.fl {float: left}
.fr {float: right}
.cl {clear: both;}

.naPosteTop {width: 600px; margin: 10px auto 0 auto;}
*html .naPosteTop {width: 600px; margin: 10px auto 0 auto;}
.naPosteTop a {color: #304385}
.naPosteTop a:hover {color: #8c5f00}

#naPoste hr {margin: 20px 0; border: none; background: #cccccc; height: 1px}
*html #naPoste hr {margin:0; }

#naPoste table {width: 95%; font-size: 12px; color: black; empty-cells: show}
#naPoste table td, #naPoste table th {border-bottom: 1px solid #e6e6e6; padding: 4px 0;}
#naPoste table th {text-align: left; color:#304385 }
#naPoste table td form {height: 24px; padding: 0; margin: 0}

#naPoste .inputMesto, #naPoste .inputPsc {border: 1px solid #314584; height: 23px; margin-right: 10px; padding: 4px 5px; vertical-align: middle}
#naPoste .inputMesto {width: 150px}
#naPoste .inputPsc {width: 70px}
#naPoste .form {font-weight: bold;}
/*#naPoste .btn {border: 1px solid #2f4581; width: 98px; height: 25px; background-color: #fecf43; cursor: pointer; vertical-align: middle; color:#2f4581; font-weight: bold; font-family: Tahoma; font-size: 15px }
#naPoste .btnSmall {border: 1px solid #2f4581; height: 24px; background-color: #fecf43; cursor: pointer; color:#2f4581; font-family: Tahoma; font-size: 11px }
*/
p.znovu {text-align: center; font-size: 14px; font-weight: bold; margin-top: 40px; }
p.znovu a {color: #304385; text-decoration: none; border: 1px solid #304385; padding: 10px; }
p.znovu a {color: #8c5f00}


.popisek { position:absolute; left:0px; top:-1000px; z-index:100; background: white; border: 1px solid #314584; color: #000; font-size: 10px; padding: 10px ; max-width: 250px; /*min-height: 60px;*/ text-align: left; line-height: 1.3; font-family: Verdana}
*html .popisek {width: 250px;}
.popisek table, .popisek p { font-size: 11px; font-family: Tahoma;}
.popisek table td { padding: 4px; text-align: center}
.popisek table th { padding: 4px; text-align: left}

.redB {color: red; font-weight: bold; margin-bottom: 40px;}
.blueB {color: blue; font-weight: bold;}
.btnVybrat { padding: 2px 5px; background-color: #fecf43;border: 1px solid #2f4581; font-weight: normal; color:#2f4581; font-size: 11px;}

/*
.ui-autocomplete {text-align: left}
.ui-menu-item {font-family: Verdana; font-size: 11px;}
*/



