.errormsg
{
    margin: 10px 50px 10px 50px;
    padding:10px;
    background-color: #FFDFDF;
    color:#860101;
    border: 1px solid #ff0000;
}
.successmsg
{
    margin: 10px 50px 10px 50px;
    padding:10px;
    background-color: #CCFFDA;
    color:#02751B;
    border: 1px solid #01961C;
}

.handle
{
    cursor: pointer;
}

.tablepodania
{
    width:100%;    
    margin: 0;
    padding: 5px 0;
}

.tablepodania tr:nth-child(odd)
{
    background-color: #E6E6E6 !important;
	padding:5px 0;
	min-height:20px;
}

.tablepodania tr:nth-child(even)
{
    background-color: #F2F2F2 !important;
	padding:5px 0;
	min-height:20px;
}

.tablepodania td
{
    vertical-align: central;
    text-align: center;
}


.tablepodania td img
{
    cursor: pointer;
}

.tablepodania th
{
    padding-right: 20px;
}

.tablepodania tr:hover
{
    background-color: #AEE5E7 !important;
}

.zlozonepodania
{
    background-color: #CECECE;
    
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, "Trebuchet MS", Tahoma, Geneva, "Lucida Sans Unicode", "Lucida Grande", sans-serif;

    margin-bottom: 110px;
}

#pasekgorny
{
    position: fixed;
    bottom:0px;
    left: 0px;
    
    width:100%;
    height:100px;
    
    background: #FFFFFF;
    
    overflow-y: auto;
    
    font-size: 10px;
}

#pasekgorny td
{
    vertical-align: top;
}

.pasgortbl,.pasgortbl tr,.pasgortbl td
{
    border:0;
    margin:0;
    padding:0;
}

.tableszkoly
{
    width:100%;
    
    margin: 0;
    padding: 0;
}

.tableszkoly tr:nth-child(odd)
{
    background-color: #E6E6E6 !important;
}

.tableszkoly tr:nth-child(even)
{
    background-color: #F2F2F2 !important;
}

.tableszkoly td
{
    vertical-align: central;
    text-align: center;
}

.tableszkoly th
{
    padding-right: 20px;
}

.tableszkoly tr:hover
{
    background-color: #AEE5E7 !important;
}

.infojestbrak
{
    font-size: 0.8em;
}