﻿body {
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    font-family: Verdana, sans-serif;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.wrapper {
    width: 1000px;
    margin: 0px auto;
}
.wrapperwhite {
    background-color: #FFF;
    width: 1280px;
    min-height: 680px;
    margin: 0px auto;
    padding: 25px;
}

.header {
    background-color: #444a55;
    height: 100px;
}

.header img {
    margin: 25px 0px 0px 50px;
}

.menu {
    background-color: #e40001;
    height: 60px;
}

.menu .login {
    float: right;
    margin: 15px;
    color: #FFF;
    font-size: 22px;
}

.menu .login li {
    list-style: none;
    display: inline;
    padding: 0px 20px;
}

.menu .login li a {
    color: #FFF;
}

.menu .menumenu {
    float: right;
    margin: 15px;
    color: #FFF;
    font-size: 22px;
}

.menu .menumenu li {
    list-style: none;
    display: inline;
    padding: 0px 20px;
}

.menu .menumenu li a {
    color: #FFF;
}

.footer {
    height: 120px;
    background-color: #292d35;
}

.footer .sign {
    width: 350px;
    color: #FFF;
    margin: 0px auto;
    padding-top:50px;
}

.prihlaseni {
    background-color: #FFF;
    opacity: 0.9;
    width: 500px;
    margin: 125px auto;
    padding: 25px;
    box-shadow: 0px 0px 10px #666;
}

.dx-item-content {
    font-family: Verdana !important;
    /*font-size: 22px;*/
}

.dx-menu-item-content {
    color: white;
}

.dx-menu-item-text {
    color: black;
    font-size: 14px;
}

.dx-menu-item-content:hover {
    background-color: #e40001;
}