/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

html {
  padding:0px;
  margin:0px;
  height:100%;
  width:100%;
}

body {
  padding:0px;
  margin:0px;
  color:#6d6d6d;
  font-size:13px;
  font-family: 'Open Sans'; 
}

input, textarea {
  font-family: 'Open Sans'; 	
}

h2 {
 font-size:23px;
 text-transform:uppercase;
}

#header {
  height:110px;
  display: block;
}

#show_left_nav {
  display:none;
  }      


  
#cedit_limit_top_data {
  width: 100%;
  display: table;
  margin-top:20px;
}

#cedit_limit_top_data td.content{
	width:24%;
}

#cedit_limit_top_data td.space{
	width:1%;
}

.credit_limit_top_data_inner {
	background: #efefef;
	width:100%;
	padding:10px;
}

.credit_limit_top_data_inner td.bold {
	font-weight:bold;
}
.credit_limit_top_data_inner td.right {
	text-align:right;
}

  
#main_table {
  width: 100%;
  display: table;
}

#table_settings {
	position:absolute;
	top:44px;
	padding:10px;
	background:#808080;
	z-index:100;
}

#main_table_row {
  display: table-row;
}


#main_menu {
  position:fixed;
  background:#fff;
  top:0;
  left:0px;
  height:100%;
  overflow-y:scroll;
  padding: 30px 20px 30px 20px;
  width: 130px;
  color:#6d6d6d;
  z-index:100000;
}

#main_menu::-webkit-scrollbar{
width:5px;
background-color:#efefef;
} 

#main_menu::-webkit-scrollbar-thumb{
	background-color:#a8a8a8;
}
#main_menu::-webkit-scrollbar-thumb:hover{
	background-color:#a8a8a8;
}
#main_menu::-webkit-scrollbar-thumb:active{
	background-color:#a8a8a8;
} 


#main_menu a {
	display: block;
	width:105px;
	font-size:11px;
	padding-bottom:5px;
	color:#58595b;
	padding-top:7px;
	padding-left:20px;
	text-decoration: none;
	background: url('./../images/dot.png') no-repeat;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom: 1px solid #e3ebee;
}

#main_menu a.active {
	background: #f3fae1;
	font-weight:bold;
}

#main_menu a:hover{
	color:#27156b;
	background:#e3ebed;
	text-decoration: none;
}

#main_table {
	display: table;	
}

#main_table_row {
	display: table-row;	
}

#main_table_left {
	display: table-cell;
	min-width:170px;
	width:170px;
}


#main_table_right {
	width:calc(100%-200px);
	border-top: 10px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	display: block;
	vertical-align: top;
}

/*
 ======================================================================================= formulare pre data
 ======================================================================================= formulare pre data
 ======================================================================================= formulare pre data
*/

.formular {
	font-size:1em;
	background:#eee;
	padding:10px;
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

.formular_error {
	font-size:1em;
	background:#eb5d3a;
	padding:10px;
	color:#fff;
	margin-bottom:10px;
}

.finput {
	font-size:1em;
	padding:3px;
	border:1px solid #ccc;
	width:300px;
}

/*
 ======================================================================================= data table
 ======================================================================================= data table
 ======================================================================================= data table
*/

.data {
	width:100%;
	min-width:100%;
	font-size:0.9em;
	border:0;
	border-collapse: collapse;
	margin-top:10px;
}

.data tr th {
	padding:10px 5px 10px 5px;
	text-align:left;
	border:0;
	margin:0;	
}

.data tr td {
	padding:5px;
	text-align:left;
	border:0;
	margin:0;
	border-bottom: 1px solid #d0d0d0;
}

.data tr td.but {
	padding-right:0;
	padding-left:0;
}


.line {
	background:#d0d0d0;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}

.line2 {
	background:#d0d0d0;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

table tr td .butt {
	padding:4px;
	display:inline-block;
	margin:0 3px 0 0;
}

table tr td .butt.purple {
	background:#742d69;
}

table tr td .butt.green {
	background:#88bd2f;
}

table tr td .butt.yellow {
	background:#fab431;
}

table tr td .butt.red {
	background:#eb5d3a;
}

table tr td .butt.grey {
	background:#c0c0c0;
}

table tr td .butt img {
	vertical-align:middle;
	height:15px;
}


/*
 ======================================================================================= buttons
 ======================================================================================= buttons
 ======================================================================================= buttons
*/

.help {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
	min-height:53px;
}

.butt_set {
	display: inline-block;
	cursor: pointer;
	vertical-align:middle;
	margin-right:10px;
	padding:0;
}

.butt_set .small {
	padding:4px;
	display:inline-block;
	margin:3px 5px 0 0;
}

.butt_set .small.purple {
	background:#742d69;
}

.butt_set .small.green {
	background:#88bd2f;
}

.butt_set .small.yellow {
	background:#fab431;
}

.butt_set .small.red {
	background:#eb5d3a;
}

.butt_set .small.grey {
	background:#c0c0c0;
}

.butt_set .small img {
	vertical-align:middle;
	height:15px;
}

.butt_set .text {
	display:inline-block;
	color:#fff;
	margin:5px 5px 5px 0;	
	vertical-align:middle;
	font-size:11px;
}

.butt_set .small img {
	vertical-align:middle;
	height:12px;
}


.butt_help {
	display: inline-block;
	cursor: pointer;
	vertical-align:middle;
	margin-right:10px;
	padding:0;
	
}

.butt_help .text {
	display:inline-block;
	color:#808080;
	margin:10px 10px 10px 0;	
	vertical-align:middle;
	font-size:12px;
}

.butt_help .small {
	padding:4px;
	display:inline-block;
	margin:0 3px 0 0;
}

.butt_help .small.purple {
	background:#742d69;
}

.butt_help .small.green {
	background:#88bd2f;
}

.butt_help .small.yellow {
	background:#fab431;
}

.butt_help .small.red {
	background:#eb5d3a;
}

.butt_help .small.grey {
	background:#c0c0c0;
}

.butt_help .small img {
	vertical-align:middle;
	height:15px;
}

.buttons {
	padding-top:10px;
	padding-bottom:10px;	
}

.butt {
	display: inline-block;
	cursor: pointer;
	vertical-align:middle;
	margin-right:10px;
	padding:0;
}

.butt.small_th {
	margin-top:5px;
	display: inline-block;
	cursor: pointer;
	vertical-align:middle;
	margin-right:10px;
	padding-top:4px;
	padding-bottom:6px;
}

.butt .text {
	display:inline-block;
	color:#fff;
	margin:10px 10px 10px 0;	
	vertical-align:middle;
	font-size:12px;
}

.butt .img {
	display:inline-block;
	margin: 0 10px 0 10px;	
}

.butt .img img {
	vertical-align:middle;
	height:15px;
}

.butt.yellow {
	background:#fab431;
}

.butt.red {
	background:#eb5d3a;
}

.butt.grey {
	background:#eee;
}

.butt.green {
	background:#88bd2f;
}

.butt.purple {
	background:#742d69;
}

.content {
  padding: 0;
  margin:0;
  color:#6d6d6d;
  width:100%;
}


.main_item {
 border-top:3px solid #cecccd;
 color:#868686;
 background: #eee; /* For browsers that do not support gradients */
 /*
 background: -webkit-linear-gradient(#eee, #fff);
 background: -o-linear-gradient(#eee, #fff); 
 background: -moz-linear-gradient(#eee, #fff); 
 background: linear-gradient(#eee, #fff); 
 */
 float:left;
 margin-right:10px;
 margin-top:10px; 
}

.main_item_active {
 border-top:3px solid #ef7f1a;
 color:#2e2e2e;
 background: #bbbbbb; /* For browsers that do not support gradients */
 /*
 background: -webkit-linear-gradient(#eee, #fff);
 background: -o-linear-gradient(#eee, #fff); 
 background: -moz-linear-gradient(#eee, #fff); 
 background: linear-gradient(#eee, #fff); 
 */
 float:left;
 margin-right:10px;
 margin-top:10px; 
}


.button_lista {
 background:#b43801;
 padding:5px;
 color: #fff;
 font-weight:bold;  
 float:left;
 font-size:13px;
 cursor: pointer;
 margin-left:2px;
}


.user_img {
 float:left;
 height:50px;
 width:50px;
 margin-right:10px;
}

.user_div {
 float:left;
 margin-top:5px;
 padding-right:5px;
}

.user_name {
 float:left;
 color: #f38000; 
 font-weight:bold;
 font-size:11px; 
}


.nastenka {
 font-size:13px;
 padding: 10px 10px 10px 10px;
 margin-top:10px;
}

.nastenka_line {
 margin-top:10px;
 height:1px;
 line-height:1px;
 background:#dedede;
}

.nastenka_text {
 margin-top:11px;
}

.nastenka_icons {
 float:right;
}

.nastenka_nadpis {
 font-weight:bold;
 font-size:23px;
 float:left;
 color: #509b32;
 text-transform:uppercase; 
}

.nastenka_datum {
 float:left;
 padding-top:2px;
 font-size:13px;
 font-weight:normal;
 width:180px;
 color:#509b32;
}



#footer {
  position:fixed;
  bottom:0px;
  width:80%;
  margin-left:10%;
  background:url(./../images/footer.png) center;
  padding:15px;
  font-size:13px;
  color: #fff;
  text-align:right;
  display: block;
  padding:15px;
  -moz-box-shadow: 1px 1px 10px 0px #808080;
  -webkit-box-shadow: 1px 1px 10px 0px #808080;
  box-shadow: 1px 1px 10px 0px #808080;
}

.search {
  margin-top:10px;
  margin-bottom:10px;
  background:#fcffb5;
  border-right:1px orange dashed;
  border-top:1px orange dashed;
  border-left:1px orange dashed;
  border-bottom:1px orange dashed;
  padding:15px;
  font-size:14px;
  -moz-box-shadow: 1px 1px 10px 0px #808080;
  -webkit-box-shadow: 1px 1px 10px 0px #808080;
  box-shadow: 1px 1px 10px 0px #808080;
}

.search_no {
  margin-top:10px;
  margin-bottom:10px;
  background:#dedede;
  border-right:1px black dashed;
  border-top:1px black dashed;
  border-left:1px black dashed;
  border-bottom:1px black dashed;
  padding:15px;
  font-size:14px;
  -moz-box-shadow: 1px 1px 10px 0px #808080;
  -webkit-box-shadow: 1px 1px 10px 0px #808080;
  box-shadow: 1px 1px 10px 0px #808080;
}


.notify {

  background:#fcffb5;
  border:1px orange dashed;

}

.notify_warn {

  background:#ffd6e3;
  border:1px orange dashed;

}


.table_row {
 cursor:pointer;
 padding:5px;
}

.table_row:hover {
 cursor:pointer;
 background:#e3ebed;
}

#footer-in {
}

#footer a {
  color:#fff;
}

.clear {.
  clear: both;
}

div.image{
 float:left;
 padding:10px;
}

.polozka {
  width: 430px;
}

.cena {
  display: none;
  width: 70px;
  float: right;
  background: #ccc;
  -moz-box-shadow: 1px 1px 6px 2px #ddd;
  -webkit-box-shadow: 1px 1px 6px 2px #ddd;
  box-shadow: 1px 1px 6px 2px #ddd;
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
  color: #000;
}

.casti_box {
  background: #f0f0f0;
  -moz-box-shadow: 1px 1px 8px 2px #ccc;
  -webkit-box-shadow: 1px 1px 8px 2px #ccc;
  box-shadow: 1px 1px 8px 2px #ccc;
  padding: 10px;
  width: 330px;
  margin: 16px 0;
}

.tovar_table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.tovar_table td {
  border: 1px solid #bbb;
  padding: 4px;
  background: url(../images/prechod.png) center -8px repeat-x;
}

.tovar_table tr.header td {
  font-size: 13px;
  background: #fafafa;
}

.objednavka_header {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 1px 8px 1px #ddd;
  -webkit-box-shadow: 1px 1px 8px 1px #ddd;
  box-shadow: 1px 1px 8px 1px #ddd;
  padding: 10px 20px;
  height: 240px;
  margin: 0 5px;
}

.white_round {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 1px 8px 1px #ddd;
  -webkit-box-shadow: 1px 1px 8px 1px #ddd;
  box-shadow: 1px 1px 8px 1px #ddd;
  padding: 10px 20px;
}


.objednavka_header h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  color: #aaa;
  text-shadow: 1px 1px 0 #fff;
}

.objednavka_header .objednavka_header_udaje {
  margin: 0;
}

.tovar_div {
  background: #fff;/*#02C556;*/
  border: 1px solid #bbb;
  -moz-box-shadow: 1px 1px 8px 1px #ddd;
  -webkit-box-shadow: 1px 1px 8px 1px #ddd;
  box-shadow: 1px 1px 8px 1px #ddd;
  padding: 8px;
  margin-top: 10px;
}

a.button {
  background: #f07c00;
  display: block;
  width: 151px;
  height: 40px;
  text-decoration: none;
  color: #fff;
}

a.button span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 0 0 12px;
  text-align: left;
  display: block;
  text-transform: uppercase;
}

a.button_velke {
  background: url(../images/button.jpg) center repeat;
  display: block;
  width: 33%;
  height: 48px;
  margin: 0 0.15%;
  text-decoration: none;
  color: #fff;
}


a.button_velke span {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-shadow: -1px -1px 2px #00933F;/*#03662D;*/
}

a.button_velke_no {
  background: url(../images/button_no.jpg) center repeat;
  display: block;
  width: 33%;
  height: 48px;
  margin: 0 0.15%;
  text-decoration: none;
  color: #fff;
}


a.button_velke_no span {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-shadow: -1px -1px 2px #080808;/*#03662D;*/
}

.input_buttn_green_bg_100 {
  background: url(../images/button.jpg) center repeat;
  display: block;
  color:#fff;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 16px;  
  height: 32px;
  width:100%;
  text-transform:uppercase;
  text-decoration: none;
  color: #fff;
  cursor:pointer;
}

.input_buttn_green_bg_100_no {
  background: url(../images/button_no.jpg) center repeat;
  display: block;
  color:#fff;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 16px;  
  height: 32px;
  width:100%;
  text-transform:uppercase;
  text-decoration: none;
  color: #fff;
  cursor:pointer;
}

input.button {
  background: url(../images/button_blue.jpg) top left no-repeat;
  display: block;
  width: 151px;
  padding: 12px 0;
  font-size: 0.9em;
  text-shadow: -1px -1px 1px #395E64;/*#03662D;*/
  text-decoration: none;
  color: #fff;
  border: 0;
}

.download {
  text-align:center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 1px 8px 1px #ddd;
  -webkit-box-shadow: 1px 1px 8px 1px #ddd;
  box-shadow: 1px 1px 8px 1px #ddd;
  padding: 10px 20px;
  height:160px;
  width:230px;
  float:left;
  margin-left:10px;
  cursor:pointer;
}

.download:hover {
  background:#e3ebed;
  }

.download_dir {
  text-align:center;
  background: #fcffb5;
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 1px 8px 1px #ddd;
  -webkit-box-shadow: 1px 1px 8px 1px #ddd;
  box-shadow: 1px 1px 8px 1px #ddd;
  padding: 10px 20px;
  height:160px;
  width:230px;
  float:left;
  margin-left:10px;
  cursor:pointer;
}

.download_dir:hover {
  background:#e3ebed;
  }
  
.hider {
  top:0;
  left:0;
  position: absolute;
  background:#000;
  width:100%;
  height:100%;
  z-index:1000;
  opacity:0.4;
  filter:alpha(opacity=40);  
  } 

.hider_box {
  position:absolute;
  top:50%;
  left:50%;
  margin-top: -100px;
  margin-left: -220px;
  height: 160px;
  width: 400px;

  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 1px 8px 1px #ddd;
  -webkit-box-shadow: 1px 1px 8px 1px #ddd;
  box-shadow: 1px 1px 8px 1px #ddd;
  padding: 20px 20px;
  z-index:2000;
  text-align:center;
  } 

  
.file_row {
	cursor:pointer;
}

.file_row:hover {
	background:#eee;
}
  

@media (max-width: 1024px) {
 
  #main_table_left {
      display:none;
      }
 
  #main_menu {
      left:-265px;      
      }
      
  #show_left_nav {
     display:block;
     position:fixed;
     top:0;
     left:0;
     background:#fff;
     padding:20px;
     border-bottom:1px solid #aaa;
     width:100%;          
     }      
   
   h2 {
     font-size:14px;
   }

   #main_table_right {
      padding:80px 20px 20px 20px;
   }   
}   
   
   