/* 
    Document   : mainstyle
    Created on : 29.10.2012, 20:19:04
    Author     : JARDA-NTB
    Description:
        Purpose of the stylesheet follows.
*/
@import url(tooltip.css);

root { 
    display: block;
}
body{
    font: normal 15px/25px arial, sans-serif;
}

#login_page{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 100px;
    margin-left: -125px;
    margin-top: -50px;
}

#menu a{
   text-decoration: none;
   color: black;
   padding: 10px 8px;
   font-size: 16px;
}

#menu a:hover{
    background-color: #cc0000;
    color: white;
    
}

#menu ul{
    list-style: none;
}

#menu ul li{
    float: left;
    padding-left: 20px;
    padding: 10px 10px;
}

#menu{
    width: 1000px;
    margin: 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000; 
    
}


#menu_cat{
   width: 780px;
    margin: 0px auto;
   height: 50px;
}
#main{
    min-height: 500px;
    border: 1px dotted black;
    width: 1000px;
    margin: 0px auto 20px auto;
    padding-top: 10px;
    border-top-style: none;
    background-image: url(../img/6.png);
    background-repeat: no-repeat;
    background-position: 90% 60px;
}

#footer{
    text-align: center;
    font-size: 12px;
}

.seznam{
    border-collapse: separate; 
    border-spacing: 0px 0px;
    width: 90%;
    margin: 20px auto;
}

.seznam thead td{
    background: rgb(237,144,23);
    background: -moz-linear-gradient(top,  rgba(237,144,23,1) 0%, rgba(246,230,180,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,144,23,1)), color-stop(100%,rgba(246,230,180,1)));
    background: -webkit-linear-gradient(top,  rgba(237,144,23,1) 0%,rgba(246,230,180,1) 100%);
    background: -o-linear-gradient(top,  rgba(237,144,23,1) 0%,rgba(246,230,180,1) 100%);
    background: -ms-linear-gradient(top,  rgba(237,144,23,1) 0%,rgba(246,230,180,1) 100%);
    background: linear-gradient(to bottom,  rgba(237,144,23,1) 0%,rgba(246,230,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9017', endColorstr='#f6e6b4',GradientType=0 );

    padding: 0 20px;
    font-weight: bold;
}

.seznam tbody td{
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.5);
}

.seznam tbody tr:hover{
    background-color: rgba(204,204,255, 0.5);
}

.seznam thead>tr:first-child>td:first-child { border-top-left-radius: 10px; }
.seznam thead>tr:first-child>td:last-child { border-top-right-radius: 10px; }
.seznam tbody>tr:last-child>td:first-child { border-bottom-left-radius: 10px; }
.seznam tbody>tr:last-child>td:last-child { border-bottom-right-radius: 10px; }


.seznam a{
    color: black;
    font-weight: bold;
}
.seznam a:hover{
    text-decoration: none;
}

.add_mini, .remove_mini, .refresh_mini, .question_mini, .test_mini{
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 20px;
    color: black;
    text-decoration: none;
}
.add_mini{
    background-image: url(../img/icon_add.png);
}

.refresh_mini{
    background-image: url(../img/icon_refresh.png);
}

.remove_mini{
    background-image: url(../img/icon_remove.png);
}

.question_mini{
    background-image: url(../img/icon_question.png);
}

.test_mini{
    background-image: url(../img/icon_test.png);
}

.add_mini:hover, .question_mini:hover{
    text-decoration: underline;
}

#nadpis{
    margin-left: 50px;
    border-left: #ff9900 solid 2px;
    padding-left: 10px;
    margin-top: 20px;
    
}

#nadpis #master{
    font: normal 16px/25px arial, sans-serif;
    font-weight: bold;
}

#nadpis #slave{
    font: normal 13px/20px arial, sans-serif;
}


#info{
    width: 300px;
    height: 150px;
    background-color: rgba(85,102,119,0.9);
    text-align: center;
    vertical-align: middle;
    position:fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -75px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
    display:none;
    opacity: 0;
    line-height: 150px;
}

.pages a:link, .pages a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color: white;
	color: rgb(237,144,23);
	width:22px;
	font-weight: normal;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        width: 15px;
}

.pages a.active{
    background-color: rgba(85,102,119,0.1);
    border:1px solid black;
    
}

.pages{
    padding-right: 60px;
    text-align: right;
}

.seznam_ingredienci{
    margin-left: auto;
    margin-right: auto;
}

.seznam_ingredienci tbody td:hover:not(#vybran){
    background-color: rgba(0,0,0,0.1) !important;
}

.seznam_ingredienci thead tr{
    text-align: center;
    font-weight: bold;
}

.seznam_ingredienci tbody td{
    background-color: rgba(255,255,255, 0.5)
}

.button{
        text-decoration: none;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#a3a3a3 0%,
		#3b3b3b 50%,
		#242424 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a3a3a3),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#000000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

h3{
    font: normal 16px/25px arial, sans-serif;
    font-weight: bold;
    margin-left: 50px;
    text-transform: uppercase;
}

.recept ul li{
   list-style: square;
}

.recept{
    padding-left: 50px;
}

.ingredience{
    background-image: url("../img/ingredience.png");
    background-repeat: no-repeat;
    padding-left: 30px;
}

.mimoto{
    background-image: url("../img/mimoto.png");
    background-repeat: no-repeat;
    padding-left: 30px;
}
.dekorace{
    background-image: url("../img/dekorace.png");
    background-repeat: no-repeat;
    padding-left: 30px;
}
.ostatni{
    background-image: url("../img/ostatni.png");
    background-repeat: no-repeat;
    padding-left: 30px;
}

.edit_form, #info_box{
    width: 500px;
    height: 500px;
    background-color: rgba(87,102,117,0.9);
    padding: 10px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -270px;
    margin-top: -260px;
    color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
    display: none;
    opacity: 0;
}

.edit_form a, #info_box a{
    font-weight: bold;
    color: rgb(176,186,196);
}
.edit_form a:hover, #info_box a:hover{
    text-decoration: none;
}

.table_center{
    margin: 0px auto;
}

.blue-loader {
    background: url("../img/ajax-loader_blue.gif") no-repeat center center transparent;
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:fixed;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
}

.objednavky {
    background: no-repeat center center white;
    display:block;
    opacity: 0;
    /*set the div in the top-left corner of the screen*/
    position:fixed;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
    line-height: 12px;
}

#drinky{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    min-height: 400px;
    max-height: 90%;
    overflow-y:scroll;
    overflow-x: scroll;
}

#info_line{
    opacity: 0;
    font-weight: bold; 
}
#ing_image{
    width: 100px;
    height: 100px;
    margin: 10px auto;
    background-color: white;
    text-align:center;
    border: 1px black solid;
    color: black;
    vertical-align: middle;
    line-height: 100px;
}

#ing_image img{ 
    vertical-align: middle;
}

button {
    background-color: #8c9cbf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    border: 1px solid #172d6e;
    border-bottom: 1px solid #0e1d45;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
    box-shadow: inset 0 1px 0 0 #b1b9cb;
    color: #fff;
    font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 7px 0 8px 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    width: 150px; }
button:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    cursor: pointer; }
button:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }

  /* CSS3 animace pro zobrazení počtu objednaných drinků stejného druhu */
@keyframes blink {
	0% {background-color: yellow;}
	50% {background-color: orange;}
}

.background_blink{
    /*animation: 1 blink 1s step-end infinite;*/
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite; /* Safari and Chrome */
}

.vyrizovana font{
    color: red;
}


.donthave{
    color: red;
}

.donthave_nn{
    color: orange;
}

.nekompletni, .seznam tbody td.nekompletni{
    background-color: yellow;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
   border: 1px solid;
   margin: 10px 0px;
   padding:15px 10px 15px 50px;
   background-repeat: no-repeat;
   background-position: 10px center;
   -moz-border-radius:.5em;
   -webkit-border-radius:.5em;
   border-radius:.5em;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-left: -450px;;
   width: 900px;
   z-index: 1000;
   text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
   font-weight: bold;
   display:none;
   opacity: 0;
   font-size: 13px;

}
.isa_info {
   color: #00529B;
   background-color: #BDE5F8;
   background-image: url('../img/isa/info.png');
}
.isa_success {
   color: #4F8A10;
   background-color: #DFF2BF;
   background-image:url('../img/isa/success.png');
}
.isa_warning {
   color: #9F6000;
   background-color: #FEEFB3;
   background-image: url('../img/isa/warning.png');
}
.isa_error {
   color: #D8000C;
   background-color: #FFBABA;
   background-image: url('../img/isa/error.png');

}

.preloader{ position: fixed;top:0;bottom: 0;left: 0;right: 0;background-color: rgba(255,255,255,0.6);z-index: 9999;display:none;opacity:0; }
.preloader div{ margin-left: -80px;margin-top: -12px;background-image: url(../img/preloaders.gif);width: 160px;height: 24px;top: 50%;left: 50%;background-repeat: no-repeat;position: absolute;}

.trida_1{
    background-color: #DDD;
}

.trida_2{
    background-color: #fcefa1;
}

.trida_3{
    background-color: #DFF2BF;
}

.trida_4{
    background-color: #BDE5F8;
}

.trida_5{
    background-color: #FFBABA;
}

.trida_6{
    background-color: #fef1ec;
}

.trida_7{
    background-color: #b1b9cb
}

.trida_8{
    background-color: #B8B8B8;
}

.trida_9{
    background-color: #8FDACF;
}