/* -- start setup -- */
/*
font-family: 'Roboto', sans-serif;
*/

* {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1c4764;
}

.white {
    color: White;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

.imgCenter {
display:block;
margin-left:auto;
margin-right:auto;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #60778a;
}

.pageHeader {
    background-color: White;
    padding-top: 10px;
    padding-bottom: 10px;
}

.backButton {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: #1c4764;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.button220 {
    width: 220px;
}

.buton320 {
    width: 320px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.backButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #1c4764;
}

.loginButton,
.logoutButton {
    background-image: url(../pcs/pcs_layout/ico-login.png);
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 50px;
    padding-left: 40px;
    color: #1c4764;
    font-weight: 500;
    text-decoration: underline;
}

.logoutButton {
    background-image: url(../pcs/pcs_layout/ico-logout.png);
}

.loginButton:HOVER {
    color: #1c4764;
    text-decoration: none;
}

.loggedUser {
    line-height: 50px;
    font-size: 14px;
    margin-left: 10px;
    position:relative;
}

.loggedUser strong {
    line-height: 50px;
    font-size: 14px;
}

.kredityInfo {
position:absolute;
top:40px;
left:0;
font-size:10px;
line-height: 14px;
}

.topMenuBox {
    background-color: #1c4764;
    border-bottom: 6px solid #5c8eae;
}


.main {
    background-color: #60778a;
}


.topMenu {
    margin-bottom: 0;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: White;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-transform: uppercase;
}

.topMenu li a.active {
    background-color: #5c8eae;
}

.header {
    background-color: Black;
    min-height: 300px;
}

.headerContent {
    min-height: 300px;
}

.headerTitle {
    font-weight: 500;
    font-size: 35px;
    color: White;
}

.headerSubTitle {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: White;
}

.headerButton {
    margin-top: 10px;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: #5c8eae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    font-size: 17px;
}


.headerButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #1c4764;
}



.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


.filter {
    background-color: #1c4764;
    border: 1px solid #d0d0d0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
    margin-bottom: 40px;
}

.imgFiltr {
    display: block;
    margin: 0 auto 5px auto;
}

.smallLink {
    color: #1e73be;
    font-size: 15px;
}


.poptavkaForm .formSubmit,
.loginForm .formSubmit {
    padding: 0;
    margin: 20px auto 0 auto;

    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 265px;
    height: 54px;
    line-height: 54px;
    background-color: #1e73be;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

.loginForm .formSubmit {
    margin-left: 0;
    margin-right: 0;
}

.loginForm {
    max-width: 400px;
}


/* tabulka */
.myTable th {
    background-color: #5c8eae;
    color: White;
}

.myTable td {
    font-size: 14px !important;
}

.tabButton {
    padding: 0;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: #1e73be;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.tabButton:HOVER {
    color: White;
    background-color: #0e5594;
    text-decoration: none;
}


.dataTables_length label,
.dataTables_filter label,
.dataTables_info,
.dataTables_paginate *,
.paginate_button,
.paginate_button *,
.paginate_button a {
    color: White !important;
}

.poptavkaForm label {
    color: White;
    margin-top: 20px;
    line-height: 22px !important;
}

.poptavkaForm textarea {
    width: 100%;
    height: 100px;
}



.oddLine {
    border-top: 2px solid White;
    border-bottom: 2px solid #c0c0c0;
    margin-top: 20px;
    margin-bottom: 20px;
}


.oddLine2 {
    border-top: 1px solid White;
    border-bottom: 1px solid #c0c0c0;
    margin-top: 20px;
    margin-bottom: 20px;
}


label span {
    color: #E61302;
}

label.form-check-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 10px;
}

.footerLogo {width:100px;}

.footer {
    background-color: Black;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer p, .footer p *, .footer * {
    color: White;
}

.footer a:HOVER {
    color: White;
}

.copyright {
    border-top:     1px solid Grey;
    color: White;
    text-align: center;
    font-size: 12px;
}

.banner {
    min-height: 100px;
    border: 1px solid White;
    margin: 20px auto;
    color: White;
    text-transform: uppercase;
}


/* detail */
.tableDetail th,
.tableDetail td {
    color: White;
}

.tableDetail th {
    font-size: 18px;
    font-weight: bold;
}


.loginFormSuccess {
    background-color: White;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #1c4764;
    margin: 15px 0;
    font-weight: bold;
}

.loginFormError {
    background-color: White;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #E61302;
    margin: 15px 0;
    font-weight: bold;
}

.footerLogo {width:100px;
margin-bottom: 20px;}

.link {  color:White;text-decoration: underline;}
.link:HOVER {  color:White;text-decoration: none;}