/*.well div{border:1px solid red;}  */
input.error, textarea.error { border: 1px solid red; }

label.error { color: red; text-align: right; font-style:italic;font-weight:lighter;}
#man{ background-image: url("../img/man.gif");
      background-repeat: no-repeat;
    //  background-attachment: fixed;
       background-position: center; 
       min-height:500px;
       }
#woman{background-image: url("../img/woman.gif");
       background-repeat: no-repeat;
      // background-attachment: fixed;
       background-position: center;
       min-height:500px;
      }
      
.hiden_class{display:none;}      
.oznamy {
     background-color: rgba(242, 245, 242, 0.77);
    /*background: rgba(55, 255, 62, 0.77) url(../img/ninon_1.png) no-repeat right center; */
    /* background: rgba(55, 255, 62, 0.77) url(../img/lili_happy_mini.png) no-repeat right center; */
    background-size: 50px;
    color: black;
    text-align: center;
    font-size: 22px;
    border: 1px solid black;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.071), 0px 0px 8px #100320;
    position: fixed;
    top: 46px; margin:0px auto;
    /* right: 275px; */
    padding: 20px;
    width: 80%;
    cursor: pointer;
    z-index: 100;
} 
.oznamy_red {
     background-color: rgba(253, 27, 27, 0.77);
    background-size: 50px;
    color: black;
    text-align: center;
    font-size: 22px;
    border: 1px solid black;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.071), 0px 0px 8px #100320;
    position: fixed;
    top: 46px; margin:0px auto;
    /* right: 275px; */
    padding: 20px;
    width: 80%;
    cursor: pointer;
    z-index: 100;
} 
.mini-text{ text-align:right;font-size:10px;}  
.dotaznik_header{margin:5px auto 20px;}
#menu {
    background-color: #1baeff;
    min-height: 40px;
    margin-top: 2px;
}
#menu #category {
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    margin-left: 15px;
}
#menu .nav > li > a {
    color: #000;
    padding: 10px 10px 10px 10px;
    min-height: 15px;
    background-color: transparent;
    font-size: 14px;
}
.activ_menu {
    background-color: white;
}
 .btn a {
   // background: #0B3B7E;
  //  border: 1px solid #FFFFFF;
   // border-radius: 4px;
   // box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.400);
    color: #8c3333;
    cursor: pointer;
    font-family: "Verdana";
    font-size: 12px;
    font-weight: 700;
    margin: 1px 2px;
    padding: 5px 12px;
    text-decoration: none;
} 
.tab_analiza{background-color:white;} 
.klienti_zoznam{padding:5px 10px; border-bottom:1px solid silver;} 
.mini_red{color:red;}
.mini_green{color:green;}
.mini_blue{color:blue;padding:5px;}
#vysledok_hladania{ height:250px; overflow: scroll;}
.cursor-pointer{cursor:pointer;}
.potravinky{margin-bottom:5px;background-color:white;padding:5px;cursor:pointer;}
#look{padding:10px 20px 10px 20px; height:250px;overflow:auto;}
#zmena_h_form_text{display: none;}
#klient_select{background-color: rgba(0, 255, 181, 0.53);
               border: 1px solid blue;}
.marks{color:#57cfff; font-style:italic;font-size:0.8em;}
.dop_info{color:#0012ff; font-style:italic;font-size:0.8em;font-weight:lighter;}
.o_sk_1{background-color:rgba(255, 196, 71, 0.39);}
.o_sk_2{background-color:rgba(200, 220, 80, 0.22);}
.o_sk_3{background-color:rgba(220, 91, 80, 0.22);}
.o_sk_4{background-color:rgba(220, 191, 80, 0.22);}
.o_sk_5{background-color:rgba(137, 255, 73, 0.22);}
.o_sk_6{background-color:rgba(73, 139, 255, 0.22);}

.accordion {
   // background-color: #eee;
    color: #444;
    cursor: pointer;
    padding:10px;
    margin-bottom:2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;font-weight:lighter;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #a2afea; 
}

.panel {
    padding:  0px 10px 5px 10px;
    display: none;
    background-color: white;
}
.con{padding:10px;}
.tab_extra{padding:5px;margin-bottom:10px;}
.pointer{cursor:pointer;}
.head_tab{border:1px solid silver;border-bottom:none;}
li.wait {
    background-color: #e3e3f1;
    color: red;
}
 .help {cursor: help;}
 .oznamy_red_max{ background-color:white;
                    padding:25px;}