/* CSS Document */
body{
 font-family: "Arial", sans-serif;
}
em{
 font-size: 80%;
}
table.my_tab, table.my_tab0 {
 color:#111;
 border: 1px solid rgba(5,5,5,0.3);
 border-radius: 5px;
 font-size: 14px;
 box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.57);
 background-color: rgba(255, 255, 255, 0.9);
 margin: 10px;
 padding: 0px;
 width: 99%;
 text-align: left;
 border-collapse: collapse;
}
.my_tab td, .my_tab0 td {
 border-bottom: 1px solid rgba(5,5,5,0.1);
 border-right:  1px dotted rgba(5,5,5,0.3);
 padding: 4px;
 padding-left: 8px;
 padding-right: 8px;
 font-size: 14px;
 display: table-cell;
}
.my_tab  tr:nth-child(even) { background-color: rgba(100, 100, 100, 0.08); }
.my_tab  tr:nth-child(odd)  { background-color: rgba(100, 100, 100, 0.2);  }
.my_tab0 tr:nth-child(even) { background-color: rgba(100, 100, 100, 0.08); }
.my_tab0 tr:nth-child(odd)  { background-color: rgba(100, 100, 100, 0.13); }

.my_tab tr:hover {
 background-color: rgba(76,175,80, 0.3);
 box-shadow: 5px 5px 9px -7px rgba(0,0,0,097);
 border-bottom:0px solid red;
 }
.my_tab th, table.my_table td, .my_tab0 th, table.my_table0 td {
 color: #111;
  text-align: left;
  padding: 8px;
}
.my_tab th,.my_tab0 th {
  background-color: #d7d6cc;
  border-bottom: 1px solid rgba(143, 140, 112, 0.4); 
  font-size: 13px;
  color: rgb( 100, 100, 100 );
  box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.57);
}
.top{ 
 font-size: 11px;
 color: #999;
 font-style: italic;
 font-weight: 300;
 cursor: pointer;
 margin-left: 10px;
 animation-duration: 2s;
}
.top:hover{
 font-weight: bold;
 color: #000;
}
.nadpis{
margin-left: 10px;
font-size: 14px;
}
.just{
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  padding-left:4px;
  padding-right:14px;
  cursor: copy;
}
.open_box{
height: 20px;
line-height: 20px;
width: 20px;
 border: 1px solid rgba(55, 55, 55, 0.051);
 border-radius: 10px;
 color: rgba(50, 50, 50, 0.5);
 font-weight: bold;
 font-size: 16px;
 text-align: center;
 content: '\25BC';
 margin-left: 10px;
 padding: 2px;
 display: inline-block;
 cursor: pointer;
}
.my_tab textarea, .my_textarea{
 display: block; font-size: 14px; border: 1px solid rgba(50, 50, 50, 0.2); border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.57) 5px 5px 9px -7px;
}
.my_tab input[type='text'], input[type='email'].my_input{
 display: inline-block;
 font-size: 14px;
 height: 25px;
 border: 1px solid rgba(50, 50, 50, 0.2);
 border-radius: 5px;
 box-shadow: rgba(0, 0, 0, 0.57) 5px 5px 9px -7px;
 padding-left: 10px;
}
.my_tab select,  select.my_select{
 display: inline-block;
 font-size: 14px;
 height: 25px;
 border: 1px solid rgba(50, 50, 50, 0.2);
 border-radius: 5px;
 box-shadow: rgba(0, 0, 0, 0.57) 5px 5px 9px -7px;
 padding-left: 10px;
}

.my_tab option[selected], .my_select option[selected] {
  font-weight: bold;
  background: #d7d6cc;
}

.my_tab_border  {
 max-width: 1093px; 
 min-width: 700px; 
 border: 1px solid rgb(238, 238, 238); 
 background-color: rgba(255, 255, 255, 1); 
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
 border-radius:5px;
 box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.57);
}
.my_tab input[type='submit'], input[type='submit'].my_Button {
background-color:#dbe6c4;
border-radius:6px;
border:1px solid #b2b8ad;
display:inline-block;
cursor:pointer;
color:rgb(93, 98, 90);
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:8px 41px;
text-decoration:none;
text-shadow: 3px 3px 3px rgb(139, 147, 129);
 margin: 3px;
}
.my_tab input[type='submit']:hover, input[type='submit'].my_Button:hover {
 text-shadow: 2px 2px 2px rgb(139, 147, 129);

}
.my_tab input[type='submit']:active, input[type='submit'].my_Button:active {
position:relative;
top:1px;
}
.my_tab label {
 line-height: 23px;
 margin-left: 3px;
 margin-right: 3px;
 display: inline-block;
 font-weight:normal;
}
.my_tab input[type="checkbox"]{
font-size: 15px;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
width: 2.3em;
height: 1.5em;
background: #ddd;
border:1px solid #CCC;
border-radius: 3em;
position: relative;
cursor: pointer;
margin: 0px;
outline: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.my_tab input[type="checkbox"]:checked{
background: #306108;
border:1px solid #CCC;
}
.my_tab input[data-col="no"]{
 background: #f9dede;
}
.my_tab input[type="checkbox"]:after{
position: absolute;
content: "";
width: 1.5em;
height: 1.5em;
border-radius: 50%;
background: #fff;
-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
 box-shadow: 0 0 .25em rgba(0,0,0,.3);
-webkit-transform: scale(.7);
 transform: scale(.7);
left: 0;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.my_tab a:link   {color: #747478 !important;}
.my_tab a:hover  {color:#022;}
.my_tab a:visited{color: #1e1c1c;}

.my_tab input[type="checkbox"]:checked:after{
left: calc(100% - 1.5em);
}
.my_tab_border img:hover{
 transform: scale(1.3);
 index:1000;
}
.close_win {
 float: right;
 border-radius: 5px;
 border: 1px solid #868686;
 height: 30px;
 width: 30px;
 display: block;
 text-align: center;
 background: #fbfbfb;
 line-height: 30px;
 font-size: 18px;
 color: red;
 position: absolute;
 right: 27px;
}
canvas{
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
}
.close_win{float:right; border-radius: 5px;border: 1px solid #868686; height: 30px;width: 30px; display: block;text-align: center;background: #fbfbfb;line-height: 30px;font-size: 18px;color: red;position: absolute;right: 27px;}
.myButton {
 -moz-box-shadow: 2px 1px 7px 2px #969696;
 -webkit-box-shadow: 2px 1px 7px 2px #969696;
 box-shadow: 2px 1px 7px 2px #969696;
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6cc790), color-stop(1, #1b702a));
 background:-moz-linear-gradient(top, #6cc790 5%, #1b702a 100%);
 background:-webkit-linear-gradient(top, #6cc790 5%, #1b702a 100%);
 background:-o-linear-gradient(top, #6cc790 5%, #1b702a 100%);
 background:-ms-linear-gradient(top, #6cc790 5%, #1b702a 100%);
 background:linear-gradient(to bottom, #6cc790 5%, #1b702a 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cc790', endColorstr='#1b702a',GradientType=0);
 background-color:#6cc790;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 border-radius:8px;
 border:1px solid #4d946a;
 display:inline-block;
 cursor:pointer;
 color:#ffffff;
 font-family:Arial;
 font-size:19px;
 padding:12px 37px;
 text-decoration:none;
 text-shadow:0px 1px 0px #296639;
}
.myButton:hover {
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1b702a), color-stop(1, #6cc790));
 background:-moz-linear-gradient(top, #1b702a 5%, #6cc790 100%);
 background:-webkit-linear-gradient(top, #1b702a 5%, #6cc790 100%);
 background:-o-linear-gradient(top, #1b702a 5%, #6cc790 100%);
 background:-ms-linear-gradient(top, #1b702a 5%, #6cc790 100%);
 background:linear-gradient(to bottom, #1b702a 5%, #6cc790 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b702a', endColorstr='#6cc790',GradientType=0);
 background-color:#1b702a;
}
.myButton:active {
 position:relative;
 top:1px;
}

#overlay {
 position: fixed;
 display: none;
 width: 100%;
 height: 100%;
 top: 0;
 color: #0A246A;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0,0,0,0.5);
 z-index: 2;
 cursor: pointer;
}
xxxform{ width:1px; height:1px; margin:0px;padding:0px;}

/*

*/
 #accordion-resizer { padding: 10px; width: 99%; height: 420px; border: 2px solid red;}
a{font-size: 14px; !important;color: #5252ff;}
a:link { color: #5252ff; !important;}
a:visited { color: #398048; !important;}
a:hover  { color: #5252ff; !important;}
a:active {color: #5252ff; !important;}



.line_prodej{
 background: #acbda0;
 font-weight: bold;
 padding-left: 177px;
 color: #444;
 height: 19px;
 line-height: 14px;
 font-size: 13px;
}
.tl_open_down { background-image: url('../image/list_041open.jpg');}
.tl_open_top  { background-image: url('../image/list_041close.jpg');}
.tl_open_del  { background-image: url('../image/list_041del.jpg');}
.tl_open_left { background-image: url('../image/list_041b.jpg');}
.tl_open_right{ background-image: url('../image/list_041.jpg');}
.tl_open_del_min  {
 height: 23px!important;
 border: 0px solid rgb(17, 17, 17)!important;
 width: 19px!important;
 padding: 0px!important;
 margin: 0px!important;
 background-position: right!important;
}
.em_del{
 color:red;
 font-size: 19px;
 background-color: rgba(255, 255, 255, 0);
 border: 0px solid red;
}
.em_edit {
 border: 1px solid rgb(215, 215, 215);
 width: 73px;
 height: 31px;
 text-align: center;
 font-weight: bold;
 font-size: 16px;
 background-color: rgba(255, 255, 255, 0);
}
.tl_open_sub_min  {
 background-image: url('../image/ok-no-01.png')!important;
 height: 23px!important;
 border: 0px solid rgb(17, 17, 17)!important;
 width: 19px!important;
 border-radius: 0px;
 border: 0px!important;
 padding: 0px!important;
 margin: 0px!important;
 background-position: right!important;
}
.del{
 background-color: rgba(255, 0, 0, 0.46) !important;
 color: rgb(48, 48, 48) !important;
 width: 76px;
 padding: 5px 12px !important;
}
.del:after {
 content: ' \0058';
}
.tlacitko{
 font-size: 16px;
 height: 35px;
 line-height: 30px;
 padding-right: 32px;
 padding-left:  30px;
 background-position-y: center;
 background-position-x: right;
 border-radius: 4px;
 box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
 color: white;
 background-color: #6c796c;
 border: 1px solid #535050;
}
.images{
 animation-duration: 1s;
}
.images:hover{
 transform: scale(4);
 index:1000;
 left: -20px;
}
.close{
 float:right;
 width:30px;
 height:30px;
 border:1px solid #b7b7b7;
 border-radius:5px;
 text-align: center;
 box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
 color: #d52323;
 background-color: rgba(255, 255, 255, 0.46) !important;
 font-weight: bold;
 line-height: 30px;
 cursor: pointer;
 transition: all 0.3s ease;
}
.close:hover{
 background-color: rgba(255, 255, 255, 1) !important;
 border:2px solid #EEE;
}