/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-08-27, 01:53:06
    Author     : gprzezdz
*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,button,input
tfoot, thead, tr, th, td {margin: 0; padding: 0; border: none;}
div {
    display: block;
}
a{
    color: #08298A;
    text-decoration: none;

}
a:hover{
    color: #0080FF;
}

html,body{
    margin:0;padding:0;
    min-height: 100% !important;
    height: 100%;
    background:white;
    font-size: 12px; 
    font-family:"Open Sans", sans-serif;

}

#root
{
    border: 0px solid green;

    display: flex;
    flex-direction: column;
    height: 100%;
}
#header
{
    display: block;
    float: left;
    padding: 3px;
}
#main_menu_tab
{
    display: block;
    float: left;
    padding: 3px;
    border-bottom: 1px solid #ff7100;
}

.menu_menu_div_sel
{
    min-width: 55px;
    font-size: smaller;
    text-align: center;
    float: left;
    padding: 3px;
    border-top: 1px solid  rgba(153,102,0, 0.3);
    border-left:  1px solid  rgba(153,102,0, 0.3);
    border-right:   1px solid  rgba(153,102,0, 0.3);
    border-top-left-radius:  10px;
    border-top-right-radius:  10px;
    background-color: orange;
}

.menu_a
{
    color: black !important;
}

.menu_a:hover
{
    color: red !important;
}
.menu_menu_div
{
    min-width: 55px;
    font-size: smaller;
    text-align: center;
    float: left;
    padding: 3px;
    border-top: 1px solid  rgba(153,102,0, 0.3);
    border-left:  1px solid  rgba(153,102,0, 0.3);
    border-right:   1px solid  rgba(153,102,0, 0.3);
    border-top-left-radius:  10px;
    border-top-right-radius:  10px;
}

#footer
{
    bottom: 0;
    left:0;
    right:0;
    text-align: center;
    border: 0px solid red;
}
a.menu:hover
{
    color: orangered;
}
a.menu
{
    text-decoration: none;
    line-height: 13px;
    padding-right:5px; 
    font-weight: bold;
    color: #996600;
}
button.koszyk_button
{
    white-space: nowrap;
}

.btn {
    border: 1px solid orange;
    background-color: orange;
    padding: 3px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
}
.btn:hover {
    background: #eee;
    border: 1px solid black;
}

.classMenuKatalogi
{
    min-width: 55px;
    text-align: center;
    float: left;
    font-size: smaller;
    padding: 2px;
    border: 2px solid white;
}

.classMenuKatalogiSel
{
    min-width: 55px;
    font-size: smaller;
    text-align: center;
    float: left;
    padding: 2px;
    border: 2px solid  rgba(153,102,0, 0.3);
    border-radius: 15px;
}
.classMenuKatalogiSel:hover
{
    cursor: pointer;
    opacity: 0.3;
}

.classMenuKatalogiSel a
{
    color: #996600;
}

.classMenuKatalogi a
{
    color: #996600;
}

.classMenuKatalogi:hover
{
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.3;
    border: 2px solid #996600;
}

#katalogi_div
{
    float: left;
    border: 0px solid red;
    padding: 3px;
    border-bottom: 1px solid #ff7100;
}

#katalogi_div a {
    text-decoration: none;
}

#center
{
    display: flex;
    flex: 1 1 0%;
    border: 0px solid blue;
    float: left;
    padding: 3px;
    border-bottom: 1px solid #ff7100;
}

#center_left
{
    overflow: auto;
    border: 0px solid red;
    width: 50%;
    height: 500px;
    padding-left: 10px;
}

#center_right
{
    border: 0px solid red;
    width: 50%;
    height: 100%;
}

#gmapa{
    width: 100%;
    height: 100%;
}

#sklepy_table{
    width: 100%;
    padding-left: 5px;
}

#sklepy_table td{
    vertical-align: top;
}

#sklepy_table .ov:hover{

    cursor: pointer;
    opacity: 0.7;
    background-color: #eee;
}


#katalogi_wiecej
{
    z-index: 100;
    background-color: white;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 10px;
    width: 400px;
    position: absolute;
    display: none;
}
.kat_div
{
    float: left;
}


.cse .gsc-control-cse, .gsc-control-cse { padding: 0px 0px 0px 10px  !important; } 
#rejony-div
{
    border: 0px solid red;

    border-bottom: 1px dashed #ff7100;
    margin-bottom: 3px;
}

#rejony-div a 
{
    font-weight: bold;
    color: green;
    padding: 3px;
}