/* DEFAULT end----------------------------------------------------------------*/
body{
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6{
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  margin: 10px 0 5px 0;
  padding: 0;
}
form, table, label, div, span{
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
form, input{
  margin: 0;
}

a img{
  border: 0px;
}
a{
  text-decoration: none;
  color: #3300FF;
}
a:hover{
  text-decoration: underline;
}
table{
  border-collapse: collapse;
}

/* DEFAULT end----------------------------------------------------------------*/

/* DEFAULT CLASSES begin------------------------------------------------------*/
.align_left, .al{
  text-align: left !important;
}

.align_right, .ar{
  text-align: right !important;
}

.align_center, .ac{
  text-align: center !important;
}

.align_justify, .aj{
  text-align: justify !important;
}

.float_left, .fl{
  float: left;
}

.float_right, .fr{
  float: right;
}

.clear_both, .cb, .clear{
  clear: both;
}

.no_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.no_margin{
  margin: 0 !important;
}

.bold{
  font-weight: bold;
}

.full_width{
  width: 100%;
  _width: auto;
  overflow-x: hidden;
}

.display_block{
  display: block;
}
.display_none{
  display: none;
}

.cursorHand {
  cursor: pointer;
}

.inlineBlock, .ib{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  >display: inline;
}
.br{
  display: block;
  height: 10px;
}

/* DEFAULT CLASSES end--------------------------------------------------------*/

img.b{
  border: 2px #ffffff solid;
  outline: #B4B4B4 solid 1px;
}

ul.sortableUl{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.sortableUl li{
  margin: 2px 0 2px 0;
  padding: 0px 2px 0 2px;
  border: 1px solid;
  border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
  cursor: move;
  line-height: 20px;
  vertical-align: middle;
}
ul.sortableUl li:hover{
  border: 1px solid;
  border-color:#CCCCCC #EEEEEE #EEEEEE #CCCCCC;
  background-color: rgb(234,234,234);
}


/*BOX begin --------------------------------------------------------------------------------------------------*/
div.yellowBox, div.redBox, div.blueBox, div.greenBox {
  margin: 0px 0 10px 0;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  line-height: 18px;

  font-family: Tahoma;
  font-weight: bold;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.yellowBox strong, div.redBox strong, div.blueBox strong, div.greenBox strong{
  color: #000;
}

div.yellowBox a, div.redBox a, div.blueBox a, div.greenBox a{
  font-family: Tahoma;
  font-weight: normal;
  text-decoration: underline;
}

div.yellowBox {	
  background-color: #fff4cc;
  border-color: #f8e3ac;
  color: #e79300;
}
div.yellowBox a{
  color: #e79300;  
}

div.redBox {
  background-color: #fbd3b1;
  border-color: #f5c69a;
  color: #ce2700;
}
div.redBox a{
  color: #ce2700;  
}

div.blueBox {
  background-color: #e4edf5;
  border-color: #d8e1e9;
  color: #2e74b2;
}
div.blueBox a{
  color: #2e74b2;  
}
div.greenBox{
  background-color: #e0f2cb;
  border-color: #ccebac;
  color: #6da827;
}
div.greenBox a{
  color: #6da827;  
}
/*BOX end ----------------------------------------------------------------------------------------------------*/

/* css for timepicker */

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }


/* zaoblený rohy ------------------------------------------------------------ */
.r, .rm, .rd{
  border: 1px #ccc solid;
  padding: 10px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.r{
  background: #ffffff;
}

.rm{
  background-color: #F7F7F7;
}

.rd{
  background-color: #ededed;
}


.r5{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.r8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.r10{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* nabídka -------------------------------------------------------------------*/
.nabidka a, a.insert-img{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-right: 10px;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
  height: 16px;
}

.nabidka a img, a.insert-img img{
  vertical-align: middle;
}

.nabidka a:hover, .nabidka a.actual, a.insert-img:hover{
  background: #e0f2cb;
  border: 1px #c5e6ba solid;
  text-decoration: none;
  color: #719c27;
}


/* datagrid ------------------------------------------------------------------*/

table.DataGrid{
  width: 100%;
  border-collapse: collapse;
}

table.DataGrid th{
  text-align: left;
}
table.DataGrid thead{  
  background: url(img/datagrid/table_header_repeat.png) top repeat-x #3f3f3f;
}
table.DataGrid thead > tr:first-child > th {
  padding: 10px 10px 5px 10px;
}
table.DataGrid thead > tr:last-child > th {
  padding: 5px 10px 10px 10px;
}

table.datagridOrder tr td a{
  line-height: 6px;
  width: 8px;
  opacity: 0.4;
  filter:alpha(opacity=40);
}

table.datagridOrder tr td a.active, table.datagridOrder tr td a:hover{
  opacity: 1;
  filter:alpha(opacity=100);
}
table.datagridOrder tr td{
  line-height: 6px;
  height: 6px;
  border: 0;
}
table.datagridOrder tr th.datagridOrderName{
  border: 0;
  padding: 0px 10px 0 0;
  color: #ffffff;
  vertical-align: middle;
  line-height: 10px;
}

table.DataGrid thead tr th{
  color: #ffffff;
  border-left: 1px #333333 solid;
  border-right: 1px #333333 solid;
}
table.DataGrid thead tr th:first-child{
  border-left: 1px transparent solid;;
}
table.DataGrid thead tr th:last-child{
  border-right: 1px transparent solid;;
}


table.datagridOrder tr th.datagridOrderName a{
  color: #ffffff;
}
table.datagridOrder tr th.datagridOrderName a:hover{
  color: #94b52c
}

table.datagridOrder tr td a{
  display: block;
}

table.DataGrid > tbody tr td{
  padding: 5px 10px 5px 10px;
  border: 1px #d2d2d2 solid;
}
table.DataGrid > tbody tr:hover td{
  background: #e0f2cb;
}
table.DataGrid > tbody tr:nth-child(even){
  background: #ececec;
}
table.DataGrid > tbody tr td.DataGridButtons a{
  border: 1px #ccc solid; 
  margin-right: 5px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  >display: inline;   
}

table.DataGrid > tbody tr td.DataGridButtons a img{
  vertical-align: middle;
}

table.DataGrid > tbody tr td.DataGridButtons a:hover{
  background: #d7d7d7;
}

table.DataGrid > tfoot tr td{
  padding: 10px  0px 20px 0px;
}
table.DataGrid > tfoot tr td span.DatagridPagging input{
  border: 1px #d2d2d2 solid;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  text-align: center;


  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

table.DataGrid > tfoot tr td span.DatagridPagging a.DatagridPaggingNoClick{
  opacity: 0.35;
}

/* kontextové menu ---------------------------------------------------------------------------*/
#jqContextMenu ul{
  list-style: none;
  padding: 1px;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #999;
  width: 200px;
}
#jqContextMenu ul li{
  margin: 0px;
  color: #000;
  display: block;
  background-color: transparent;
}

#jqContextMenu ul li:hover{
}
#jqContextMenu ul li a{
  display: block;
  color: #000;
  padding: 3px;
  border: 1px solid #fff;
  cursor: pointer;
}
#jqContextMenu ul li a:hover{
  text-decoration: none;
  border: 1px solid #0a246a;
  background-color: #b6bdd2;
}


ul.ui-sortable{
  cursor: move;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
ul.ui-sortable li{
  margin: 2px;
  padding: 3px;
  border: 1px solid;
  border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
}
ul.ui-sortable li:hover{
  border: 1px solid;
  border-color:#CCCCCC #EEEEEE #EEEEEE #CCCCCC;
  background-color: rgb(234,234,234);
}





.btn{
  padding: 0 10px 0 10px;  
  overflow: hidden;
  margin: 0 auto 0 auto;
  border: 0px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn.greenBtn{
  background: url(img/btn/btn_green.png) repeat-x;
  color: #ffffff;
}
.btn.redBtn{
  background: url(img/btn/btn_red.png) repeat-x;
  color: #ffffff;
}
.btn.blackBtn{
  background: url(img/btn/btn_black.png) repeat-x;
  color: #ffffff;
}
.btn.whiteBtn{
  background: url(img/btn/btn_white.png) repeat-x;
  color: #292929;
}

.btn:hover{
  text-decoration: none;
  opacity: 0.9;
}
.btn.whiteBtn:hover{
  opacity: 1;
  background: #f8f8f9;
  
}


input.nice, select.nice{
  padding: 0 10px 0 10px;  
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  border: 1px #969696 solid;
  color:  #5d5d5d;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
  background: url(img/input_bg.png) repeat-x;
  margin-bottom: 5px;
  
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  >display: inline;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


span.error{
  color: red;
}

span.message{
  color: green;
}

/* komentáře -----------------------------------------------------------------*/

div.comments_all{
  background: #ebe9e9;
}

div.comments_all label{
  width: 50px;
  overflow: hidden;
  line-height: 21px;
  font-size: 12px;
  
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  >display: inline;
}
div.comments_all span.error{
  display: block;
  padding-left: 50px;
}
div.comments_all span.error.textarea{
  padding: 0;
}

div.comments_all form{
  /*padding: 10px;*/
}

textarea.empty{
  color: gray;
}

div.comments_all div.co{
  padding: 5px;
  border-top: 1px white solid;
  border-bottom: 1px gray solid;
}

div.comments_all div.co em{
  display: block;
  text-align: right;
  color: #666666;
  font-size: 11px;
}


div.ui-datepicker, .ui-helper-clearfix {
	z-index: 100 !important;
}