@import "font.css";

/* 
    Document   : styles
    Created on : 31.1.2011, 19:51:18
    Author     : Jaroslav Gasparik
    Description:
        Purpose of the stylesheet follows.
*/

:link{
    color: #585A69;
    text-decoration: none;
}

ul, menu, dir {

  -webkit-padding-start: 0px;
  padding: 0;
}

root { 
    display: block;
}
body,h1,h2,h3,h4,input, textarea,select{
    
    /*font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    
    font-family: AlwynNew-Light;
    font-weight: normal;
    font-style: normal;

}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

select option:disabled{
    color: #D3D3D3;
    font-weight: bold;
}

input:disabled{
    background-color: #F5F5F5 !important;
}

body{
    
    color: black;
    margin: 0;
    padding: 0;
    font-size:14px;
    line-height:17px;
}

/* Remove input outline in Chrome */
input:focus {
  outline:0px;
}

/* Used within FF chrome to target CSS to specific URLs: being FF-specific, it is also useful for targeting FF-only code */ 
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  padding:0 !important;
  border: 0 none !important;
}

#front-panel-title{
    padding: 2px 20px;
    font-size: 22px;   
    /*line-height: 50px;*/
    line-height: 24px;
    padding-right: 50px;
    /*border-right: 1px white solid;*/
    width: 350px;
    float: left;
}
#front-panel #logout{ float: left; width: 50px;padding-left: 10px;padding-right: 10px;/*border-right: 1px white solid;*/background: url(../img/logout.png) no-repeat center;height: 50px;cursor: pointer;}
#front-panel #admin{ float: left; width: 150px; padding-right: 20px;/*border-right: 1px white solid;*/background: url(../img/user.png) no-repeat 20px center; line-height: 50px;padding-left: 60px;}

#logo{
    background: url(../img/logo_1.png) no-repeat center;
    width: 500px;
    height: 150px;
    margin: 20px auto;
}
#popis{
    /*font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-align: center;
    margin-bottom: 30px;
}

h1{
    /*font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
h2{
   /* font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
h3{
    /*font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-decoration: underline;
}
#center_login{
    width: 800px;
    margin: 0 auto 0 auto;
    border: 1px #868686 solid;
    padding: 50px 25px 50px 25px;
    color: white;
}
#center{
    width: 1000px;
    margin: 0 auto 0 auto;
    border: 1px #868686 solid;
    min-height: 200px;

}

#obsah a{text-decoration: none;color: #D3D3D3;}
#obsah a:hover{text-decoration: underline;}

/*#login{margin: 0 auto 0 auto;width: 200px;font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;}*/
#login input{padding: 3px 5px;font-weight: bold;}

#footer{
    padding: 5px 20px;
    width: 100%;
    /*font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    color: white;
    background-color: #292929;
    bottom:0;
    position: fixed;
}

/*#menu{
    margin-bottom: 30px;
}

#menu a{
    text-decoration: none;
    color:#D3D3D3;
    border: 1px #868686 solid;
    padding: 5px 15px 5px 15px;
    margin-left: 5px;
    margin-right: 5px;
    
}
#menu a:hover{
    background-color: #D3D3D3;
    color: #292929 !important;

}*/

#panel_menu{
    /*background-color: #D3D3D3;*/
    overflow:hidden;
    text-transform: uppercase;
}

#panel_menu a{
    text-decoration: none;
    color: black;
    padding: 2px 8px;
    /*font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    display: inline-block;
}
#panel_menu a:hover{
    text-decoration: underline;
}

#nadpis{
   text-align: center; 
}

.main{
    padding: 0 5px 0 5px;
    background-color: white;
}

.add{
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(../img/add.png) no-repeat left ;
    text-decoration: none;
    font-weight: bold;
    /*color: #D3D3D3;*/
    color: black;
    /*font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
.add:hover{
    text-decoration: underline;
}

.import{
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(../img/import.png) no-repeat left ;
    text-decoration: none;
    color: black;
    /*font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
.import:hover{
    text-decoration: underline;
}

.export{
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(../img/export.png) no-repeat left ;
    text-decoration: none;
    color: black;
    /*font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
.export:hover{
    text-decoration: underline;
}




/*select{
    width: 240px;
}*/

.warning_box{
    
    width:80%;
    clear:both;
    background:url(../img/warning.png) no-repeat left #fcfae9;
    border:1px #e9e6c7 solid;
    background-position:15px 10px;
    padding:20px 20px 15px 60px;
    margin:10px 0 10px 0;
}

.valid_box{
    width:540px;
    clear:both;
    background:url(../img/valid.png) no-repeat left #edfce9;
    border:1px #cceac4 solid;
    background-position:15px 10px;
    padding:20px 20px 15px 60px;
    margin:0 0 10px 0;
}

.error_box{
    width:540px;
    clear:both;
    background:url(../img/error.png) no-repeat left #fce9e9;
    border:1px #eac7c7 solid;
    background-position:15px 10px;
    padding:20px 20px 15px 60px;
    margin:0 0 10px 0;
}

.error_box, .valid_box, .warning_box{
    color: black;
}

.table_cat{
    width: 904px;  
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    text-align: center;
    
}
.table_cat tbody tr{
    background: url(../img/table_line.png) repeat-y ;
    color: #393939;
}

.table_cat tbody tr:hover{
    background-image: none;
    background-color: #D3D3D3 ;
    color: #393939;
}



.table_cat #header{
     background: url(../img/table_y.png) repeat-x;
}
.table_cat thead tr{  
    font-size: 14px;
    color:black;
    height: 55px;
}

.table_cat #table_left{
   background:transparent url(../img/table_left.png) no-repeat left top !important;
   padding-left: 8px;
}
.table_cat #table_right{
   background:transparent url(../img/table_right.png) no-repeat right top !important;
   padding-right: 8px;
}

.table_cat a{
    color: black;
    text-decoration: none;
}
.table_cat a:hover{
    text-decoration: underline;
}


.new-table{
    margin: 10px auto;
    border-collapse: separate; border-spacing: 0px 0px;
}
.new-table thead>tr:first-child>td:first-child { border-top-left-radius: 10px; }
.new-table thead>tr:first-child>td:last-child { border-top-right-radius: 10px; }
.new-table tbody>tr:last-child>td:first-child { border-bottom-left-radius: 10px; }
.new-table tbody>tr:last-child>td:last-child { border-bottom-right-radius: 10px; }

.new-table thead td{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: rgb(82,177,82); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(82,177,82,1) 0%, rgba(0,87,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,177,82,1)), color-stop(100%,rgba(0,87,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,87,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,87,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,87,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(82,177,82,1) 0%,rgba(0,87,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#005700',GradientType=0 ); /* IE6-9 */

color: white;
    height: 26px;
}

.new-table tbody td{ 
    background-image: url(../img/bg_form.png);
    padding: 5px 20px;
    border: 1px #444 solid;
    
}

.new-table tbody tr:hover>td{
    background-color: #181818;
}

.new-table a{
    color: #808000;
    text-decoration: none;
    font-weight: bold;
}

.new-table a:hover{
    text-decoration: underline;
}

.submit{
  padding: 0px !important;
  border: 0px; 
  background: transparent url('../img/submit_2.png') no-repeat scroll top right;
  color: #1b486a;
  display: block;
  float: left;
  height: 30px;
  margin-right: 6px;
  margin-top:10px;
  margin-left:50px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  font-size: 14px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;
  color: white;
  width: 122px;
}

.table_cat #footer{
    background: none;
    background: url('../img/table_footer2.png') no-repeat top center;
    height: 12px;
}



.submit:hover{
  background-position: right bottom;
  text-decoration:none !important;
}

.textarea{

        background: url(../img/textarea.png) no-repeat;
	border: none;
	color: #393939;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	height: 154px;
	overflow: auto;
	padding: 6px 6px 0 6px;
	width: 242px;


}
.file_1 {
	border: 1px solid #acacac;
	padding: 5px;
}

/*
.edit{
    padding-left: 18px;
    background: url(../img/edit.png) no-repeat left;
    height: 16px;
    color: #D3D3D3;
    text-decoration: none;
}*/

.detail{
    padding-left: 18px;
    background: url(../img/detail.png) no-repeat left;
    height: 16px;
    color: #D3D3D3;
    text-decoration: none;
}
.edit:hover{
    text-decoration: underline;
}

.remove{
    padding-left: 18px;
    height: 16px;
    color: #D3D3D3;
    text-decoration: none;
    background: url(../img/remove.png) left no-repeat;
    display: inline-block;
}

.remove:hover{
    text-decoration: underline;
}


.info_valid{
    background: url(../img/info_valid.png) no-repeat left;
    height: 26px;
    width: 806px;
    margin: 10px auto 20px auto;
    padding-left: 50px;
    padding-top: 8px;
    color: black;
    display: none;
}

.info_warning{
    background: url(../img/info_warning.png) no-repeat left;
    height: 26px;
    width: 806px;
    margin: 10px auto 20px auto;
    padding-left: 50px;
    padding-top: 8px;
    color: black;
}
.info_warning_350{
    background: url(../img/info_warning_350.png) no-repeat left;
    height: 26px;
    width: 350px;
    margin: 10px 0 20px 0;
    padding-left: 50px;
    padding-top: 8px;
    color: black;
}

.info_error{
    background: url(../img/info_error.png) no-repeat left;
    height: 26px;
    width: 806px;
    margin: 10px auto 20px auto;
    padding-left: 50px;
    padding-top: 8px;
    color: black;

}


.input_text{
   width: 233px;
   height: 25px;
   border: 0px;
   background: url(../img/input_text.png) no-repeat center center;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 7px;
   
}

.styledselect_form_1	{
	background: url(../img/select.png) left no-repeat;
	border: none;
	border-left: none;
	color: black;
	cursor: pointer;
	display: block;
	/*font-family: Arial;*/
	font-size: 12px;
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 0 6px;
	text-align: left;
	width: 254px;
}


.odkazy{
     margin: 20px auto 30px auto;
     text-align: center;
}

.odkazy a{
    color: black;
    text-decoration: none;
    
}

.odkazy a:hover{
    color: #D3D3D3;
    text-decoration: underline;
}

.strankovani{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 30px;
}

.strankovani a{
    border: 3px #D3D3D3 solid;
    padding: 2px 5px 2px 5px;
    background-color: white;
    color: black;
    text-decoration: none;
    margin-left: 5px;
}

.strankovani a:hover{
    background-color: #292929;
    color:white;
}

.strankovani #vybrany{
   background-color: #292929;
   color:white; 
}


.produkt_detail_vlastnosti{
    margin: 10px;
    border-collapse: collapse;
    border: 1px #F5F5F5 solid;
    min-width: 400px;
}

.produkt_detail_vlastnosti tbody tr:hover{
    color: white;
    background-color: #F5F5F5;
}


.pozadi_klienta{
    margin: 0 auto 0 auto;
    background-color:#1b486a;
    width: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url("./data/style/border-radius.htc");
}

.pozadi_klienta input{
    border: 1px #e9e6c7 solid;
   /* font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    background-color: white;
    
}

#h2{
    padding-left: 20px;
    color: black;
    font-size: 15px;
}

.tip{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    padding-left: 60px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    height: 50px;
}
.tip div{
    background-image: url(../img/tip.png);
    background-repeat: no-repeat;
    position: relative;
    left: -55px;
    top:-43px;
    width: 48px;
    height: 48px;
}

#front-panel{
    height: 50px;
    overflow: hidden;
}


.table_left{
    border-collapse: collapse;
    
}
.table_left tr td:first-child{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
#footer_minimize{
    position: fixed;
    right: 10px;
    bottom: 5px;
    color: white;
    width: 16px;
    height: 16px;
    background-image: url(../img/minimize.png);
    cursor: pointer;
}
.clear{
    clear: both;
}

#picker {
    margin: 0;
    padding: 0;
    border: 0;
    width: 55px;
    height: 16px;
    border-right: 20px solid #ccc;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
}


.click-nav {
	margin:5px auto;
	width:200px;
        font-size: 14px;
}
.click-nav ul {
	font-weight:900;
}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
}
.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;     
}
.click-nav ul .clicker {
	background:gray;
	color:#FFF;
}
.click-nav ul .clicker:hover,
.click-nav ul .active {
	background: #585A69;
}
.click-nav img {
	position:absolute;
	top:9px;
	left:12px;
}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 10px;
	background:#FFF;
	color:#333;
	text-decoration:none;
}
.click-nav ul li a:hover {
	background:#F2F2F2;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}


.not-active {
   pointer-events: none;
   cursor: default;
   color: #D3D3D3 !important;
}


#news, #support{ width: 178px;margin-top: 10px;margin-bottom: 20px;border: 1px #DEDEDE solid;padding: 10px;}
#news #name, #support #name{ font-size: 16px;font-weight: bold;background: url(../img/news.png) no-repeat center left;padding-left: 40px;line-height: 28px;margin-left: 30px;}
#news .message{ font-size: 11px;margin-top: 20px;}
#news .message .title{ font-weight: bold;text-transform: uppercase;}
#news .message .text{ text-align: justify;}
#support #name{ background-image: url(../img/support.png);}
#support .time{ margin-top: 15px;font-size: 12px;text-transform: uppercase;font-weight: bold;}
#support .email, #support .phone{ margin-top: 3px;font-size: 16px;}




/*********************   K A L E N D Á Ř  start   *********************/

.main #calendar{
    margin-top: 30px;
    float: left;
}

#wrap{
    width: 100%;
    text-align: center;
}

#calendar_wrap{
    
    display: inline-block;
}

#availableUsers, #selectedUsers{
/*        width: 142px;*/
        min-height: 20px;
        list-style-type: none;
        margin: 0;
        margin-right: 10px;
        border: 1px solid #D3D3D3;
        min-width: 150px;
        min-height: 100px;
}

#availableUsers li, #selectedUsers li, .userBox{
    border-radius: 3px;
    margin: 3px 2px;
    cursor: pointer;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

#userDialog, #dialog-presun, #dialog-delka, #dialog-operativa, #dialog-prodlouzeni, #dialog-smazat, #dialog-vyresit{
    display: none;
}

.legenda_uzivatel div{
    width: 15px;
    height: 15px;
    margin-right: 8px;
    float: left;
}

.legenda_uzivatel{
    margin-right: 20px;
    margin-bottom: 5px;
}

#legenda li{
    list-style-type: none;
    text-align: left;
}

#legenda{
    float: left;
    margin-top: 75px;
    margin-left: 20px;
    max-width: 200px;
}

#hodiny{
    margin-top: 60px;
    margin-bottom: 80px;
}

#nazev_kalendare{
    text-align: left;
}

.cal_smallicon{
    margin-right: 3px;
}

/*********************   K A L E N D Á Ř   end    *********************/

.tab thead{
    font-weight: bold;
}


/*********************  K O M E N T Á Ř E  start  *********************/
.comment{
    margin-top: 15px;
}
.comment img{
    width: 32px;
    height: 32px;
    margin-top: 4px;
}
.comment>div{
    margin-left: 10px;
    float: left;
}
.comment div.datetime{
    color: #aaa;
    font-size: 11px;
}
.name{
    font-weight: bold;
}
/*********************  K O M E N T Á Ř E  end    *********************/