*
{
    margin: 0;
    padding: 0;
}

body 
{
  padding-top: 103px;
}
/*@media (max-width: 768px) 
{
    body 
    {
        padding-top: 285px;
    }
}
@media (max-width: 992px) 
{
    body 
    {
        padding-top: 205px;
    }
}*/

ul
{
    list-style-type: none;
}

a img
{
    border: 0;
}

a.glyphicon
{
    text-decoration: none;
}

table
{
    border-collapse: collapse;
}

#rtlogo
{
    background: url(../img/rtsoft.png) no-repeat;
    display: block;
    float: right;
    height: 32px;
    margin-top: -22px;
    width: 82px;
}
#rtlogo:hover
{
    background-position: 0 -32px;
}

.navbar-top
{
    margin-bottom: 0 !important;
}


/* automaticke otvirani dropdown menu v navbaru */

ul.nav li.dropdown:hover > ul.dropdown-menu 
{
    display: block;    
}

#snippet--flashMessages
{
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60%;
    z-index: 1111;
}

#snippet--flashMessages .alert
{
    /*position: absolute;
    z-index: 999;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;*/
}

#snippet--flashMessages .alert .flash-close {
    display: block;
    float: right;
    background: transparent;
    text-decoration: none;
    position: relative;
    margin-top: 3px;
    margin-right: 3px;
    opacity: 0.2;
    color: #000;
    cursor: pointer;
}

#snippet--flashMessages .alert .flash-close:hover {
    opacity: 0.4;
}

.container-center
{
    margin: 0 auto 0 auto;
}

.form-normal
{
    max-width: 700px; 
    
}

.form-login
{
    max-width: 350px; 
    padding: 15px;
    margin: 30px auto 0px auto;
}

.forgotten-password span
{
    cursor: pointer;
    color: #499304;
    text-decoration: underline;
}

.error /* styly jako "alert alert-danger" */
{
    color: #A94442;
    background-color: #F2DEDE;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
    background-repeat: repeat-x;
    border-color: #DCA7A7;
}

.grid-filters input[type='text'], .grid-filters select
{
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.filter-half
{
    width: 80px !important;
}

.filter-range
{
    white-space: nowrap !important;
}
.filter-range input, .filter-range select
{
    display: inline-block;
}

.back, .top-right-button
{
    float: right;
    margin-top: 20px;
    margin-left: 15px;
}

label.required:after
{
    content: " *";
}

.color-box
{
    width: 16px; 
    height: 20px; 
    float: left;
    margin-right: 4px;
}

.grid-col-actions
{
    white-space: nowrap;
}

div.grid form table thead tr .bootstrap-select .dropdown-toggle
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.form-contact
{
    background-color: #EEE;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 50%;
}

.box
{
    background-color: #EEE;
    padding: 1px;
}

.navbar-nav li.active > a /* zmena barvy aktivniho odkazu v menu */
{
    background-color: #337AB7 !important;
}

/* korekce pozice checkboxu vuci labelum ve formulari */

div.checkbox label input, div.radio label input
{
    margin-top: 0;
}

div.form-group > div > input[type='checkbox']
{
    margin-top: 7px;
}

/* uvodni stranka */

.menu_buttons
{
    margin-top: 20px;
    text-align: center;
}

.menu_block
{
    display: block;
    width: 232px;
    height: 122px;
    line-height: 122px;
    float: left;
    margin: 15px 50px;
    border: solid 1px #D6D6D6;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
    color: rgb(51, 122, 183);
    text-decoration: none;
    background-color: white;
}
.menu_block:hover
{
    background-color: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}
.menu_block.menu_block_disabled {
    cursor: default;
    color: gray !important;
}
.menu_block.menu_block_disabled:hover {
    background-color: inherit;
}

/* zapati */

.footer 
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 34px;
    border-top: solid 1px #e7e7e7;
    background-color: #f5f5f5;
}
.footer p 
{
    line-height: 33px;
    margin: 0;
    color: #777;
    height: 33px;
}
.footer p.no-text 
{
    line-height: 29px;
}
.rtsoft-link 
{
    height: 26px;
    width: 76px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/rtsoft_small_logo.png) no-repeat 0 0;
    -webkit-transition: background-position .25s ease-in-out;
    -o-transition: background-position .25s ease-in-out;
    transition: background-position .25s ease-in-out;
}
.rtsoft-link:hover 
{
    background-position: 0 -26px;
}