body{
    font-family: 'NewsonGLS';
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

.appBody {
    background-image: url('../design/background.png');
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-color: #1627ae;
    color: white;
}

A.btnAppPrimary1  {
    background-color: #ffd100 !important;
    border: 1px solid #ffd100;
    border-radius: 20px;
    color: #000000  !important;
    line-height: 18px;
    padding: 8px 20px;
    opacity: 1;
    font-weight: normal !important;
    font-size: 14px !important;
    text-decoration: none;
    width: 170px;
    text-align: center;
    margin-bottom: 20px;
}

A.btnAppPrimary1:hover  {
    background-color: #d6af00 !important;
    border: 1px solid #ffd100;
    text-decoration: underline;
}

.payCard {
    position: relative;
    width: 180px;
    margin: 0 auto 25px auto;
    text-align: center;
}
.payedCheck {
    position: absolute;
    left: 35px;
    bottom: -15px;
}

.payCard1 {
    position: relative;
    width: 180px;
    margin: 0 auto 10px auto;
    text-align: center;
}

.appVyzvednuti {
    border: 1px solid white;
    border-radius: 20px;
    width: 200px;
    font-size: 90%;
    padding: 8px 10px 12px 10px;
    margin: 10px auto 0 auto;
    color:white;
    text-decoration: none;
}

html {
    font-family: 'NewsonGLS';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.openHide {display: none;}
#moreopen {display: flex; justify-content: flex-end;}
/*.openhours td {width: 33%;}*/


h1 {
    font-size: 2em !important;
}
h2 {
    font-weight: 400;
    font-size: 28px !important;
    padding-bottom: 10px;
    line-height: 35px !important;
}

h5 {
    font-size: 1.1em !important;
    font-weight: 900;
    font-family: 'NewsonGLS-Bold';
    padding-bottom: 20px;
}


.wrap{
    position: relative;
    margin: 0px auto;
    width: 100%;
    max-width: 1360px;
}

.clear{
    clear: both;
}

/* validace */
.help-block.text-danger{
    color: #ff0000;
    font-size: 0.8em;
}

header{
    background-color: #061ab1;
}

#head, #main {
    max-width: 1368px;
    margin: 0 auto;
}


/*#main {
    padding: 0px 25px;
    min-height: 400px;
    _height: 400px;
}*/







/* MAIN */

#main{
    padding-bottom: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well table  {
    width: 100%;
}
.well table td {
    /*border-bottom: 1px solid #ddd;
    padding: 5px 0px;*/
    padding: 3px 0;
}



.appCenter {
    text-align: center;
}

#main {
    height: 100% !important;
    width: 100%;
    display: flex;
    padding: 0 5px;
    /*flex-direction: column;*/
}

#snippet--main {
    width: 100%;
}

.infoapp, .infoboxapp {
    width: 100%;
    max-width: 500px;
}


.infoappLayout {
    height: 100% !important;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.infobox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foto {
    width: 100%;
    padding-bottom: 15px;
}

.foto img {
    max-width: 100%;
    border-radius: 15px;
}


.mapsdiv {
    /*padding-top: 0px;*/
}
.iframemaps {
    max-width: 100%;
    border-radius: 15px;
}

.tableValue {
    font-weight: 900;
}


/*.infobox div:last-child {
    width: 40%;
    border: 1px solid red;
}*/






/* FOOTER */

footer{
    background-color: #061ab1;
    margin-top: 40px;
    color: white;
    padding: 20px 15px 30px 15px;
}

#footer .foot{
    color: #fff;
    padding: 20px 10px 0px 10px;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#footer .foot h4{

    font-weight: 500;
}

#footer .foot a{
    font-weight: normal;
    line-height: 1.8em;
    color: white;
    font-size: 13px;

    text-decoration: none;
}

#footer .foot a:hover{
    text-decoration: none;
}


#footer .foot .kontakty{
    background-color: #454D76;
    padding: 8px 15px;
    line-height: 2em;
}

.footcolumn, .footcolumn1 {
    padding: 0 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
}

.footcolumn1 {
    justify-content: center;
}

.footcolumn1 img {
    position: relative;
    top: 2px;
    margin-bottom: 20px;
}

.phonne span {
    font-size: 11px;
    line-height: 10px;
    white-space: nowrap;
}

.bottommenu1  {
    /*background: url("../design/menu/bottommenu.png") no-repeat center right;*/
}
.bottommenu1 a {
    font-size: 22px !important;
    font-family: 'NewsonGLS-Semibold';
    width: 100%;
    display: block;
    font-weight: 700;
}

h4.bottommenu  {font-weight: 900 !important; font-size: 115%;}






#footer #telefon > div:last-child, #footer #email > div:last-child{
    padding-left: 10px;
}


@media (max-width: 1280px) {
    #head .container{
        padding-left: 7px;

    }
}

@media (max-width: 1024px) {

    /*#head #logo{
        flex: 0 1 30%;
    }*/
}





@media (min-width: 1px) {

    #mainApp {
        flex-direction: column;
    }

    #logo{
        height: 95px;
        margin-left: 0px;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #head #logo img{
        width: 75%;
    }

    #head {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }


    .titlePage {
        position: relative;
        width: 100%;
        color: white;
        font-weight: 700;
        font-size: 28px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    input[name=id] {
        text-align: left;
    }

    .btngls {
        right: 20px;
    }

    .infosearch {
        max-width: 350px;
        padding: 30px 15px;
    }

    .infobox > div {
        width: 100%;
    }

    .bottommenu {
        display: none;
    }

    .bottommenu1 {
        display: block;
    }
    #footer .foot{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .footcolumn, .footcolumn1 {
        width: 90%;
    }

}

@media (min-width: 500px) {

    input[name=id] {
        text-align: center;
    }

    .btngls {
        right: 50px;
    }


    .infosearch {
        padding: 30px 40px;
        width: 100%;
        max-width: 550px;
    }

    .footcolumn, .footcolumn1 {
        width: 70%;
    }
}

@media (min-width: 650px) {

    #logo{
        justify-content: flex-start;
        margin-left: 16px;
    }

    #head #logo img{
        width: 70%;
    }

    #head {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }


    .titlePage {
        position: absolute;
        width: 100%;
        color: white;
        font-weight: 700;
        font-size: 32px;
        padding-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {

    #mainApp {
        flex-direction: row;
    }

    .infobox > div {
        width: 49%;
    }

    #footer .foot {
        justify-content: center;
    }

    .footcolumn, .footcolumn1 {
        width: 220px;
    }

}

@media (min-width: 900px) {
    .infobox > div {
        width: 47%;
    }
}


@media (min-width: 1366px) {
    /*#head #logo{
        flex: 0 1 45%;
    }*/

}


.formdotaznik1 {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px 0;
}

.formdotaznik {
    display: flex;
    justify-content: space-between;
    max-width: 345px;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px 0;
}

.formdotaznik label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.formdotaznik label div {
    text-align: center;
    width: 100%;
}

.formdotaznik textarea {
    font-size: 14px;
    width: 100%;
    font-family: NewsonGLS, Verdana;
}
.formdotaznik input[type=radio] {
    transform: scale(2.5);
    margin-bottom: 20px;
    cursor: pointer;
}




.formpin {
    padding-bottom: 10px;
}

.formpin strong {
    font-weight: 900;
    font-size: 32px;
}

.codAmount {
    font-weight: 900;
    font-size: 26px;
}


.form-signin {
    max-width: 280px;
    padding: 10px;
    margin: 0 auto;
    line-height: 55px;
}

.infopin {
    line-height: 15px;
    padding-top: 10px;
}

.infopin1 {
    line-height: 25px;
}

.searchpage {
    height: 100%;
    min-height: 400px;
    _height: 400px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.infosearch {
    position: relative;
    display: flex;
    flex-direction: column;
    /*min-width: 0;
        height: auto;
         */
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    order: 0 solid rgba(0,0,0,0);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    text-align: center;
    height: 170px;

}

input[name=id] {
    font-weight: bold;
    /*padding-top: 10px !important;*/
}

.char {
    padding: 10px !important;
    font-size: 22px !important;
    fon-weight: normal !important;
    border: 1px solid #aeaeae !important;
    border-radius: 12px !important;
}

.char:focus {

    box-shadow: 0 0 0 0.2rem #ffffff !important;
}

.btngls {
    --bs-btn-bg: #061ab1 !important;
    --bs-btn-border-color: #061ab1 !important;
    width: 40px;
    height: 40px;
    border-radius: 40px !important;
    position: absolute;
    top: 86px;
    background: transparent url(../design/btn.png) no-repeat center center;
}

/*
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}



.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin h2 {
    font-weight: normal;

}
.form-signin h2 > span {
    position: absolute;
    bottom: 4px;
    right: 0px;
    font-size: 8pt;
    color: grey;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}*/


#skener {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 100;
    background-color: #49484a;
}

/** Ecod potvrzení platby */
.infoCod {
    text-align: center;
    line-height: 34px;
}

.codH1 {
    font-family: "NewsonGLS-Bold";
    padding: 10px 0 20px 0;
}

.codTitle {
    margin: 40px auto 0 auto;
    color: #000;
    font-family: "NewsonGLS-Bold";
    padding: 28px 18px 26px 18px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    /*background-color: #061ab1;*/
    background-color: #c8e7f2;
    border: 0 solid rgba(0,0,0,0);
    border-radius: 10px;
    font-size: 140%;
    max-width: 800px;

}

.smallInfo {
    font-size: 90%;
    margin-top: 100px;
}

.codForm {
    display: flex;
    justify-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 80px;
    _height: 80px;
}

.codGroup {
    margin: 0 10px 0 10px;
}

.infoCodForm {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.infoCodForm1 {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.infoCodForm1 a {
    margin-top: 70px;
}

.codGroup input[type="text"], .codGroup input[type="number"] {
    background-color: #e8ebef;
    padding: 0.675rem 0.75rem;
}

@media (min-width: 1px) {
    .codGroup input[type="submit"] {
        width: 150px;
        font-weight: bold;
        margin-top: 20px;
    }
}

@media (min-width: 520px) {
    .codGroup input[type="submit"] {
        margin-top: 0px;
    }
}

.btnGls {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 1rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: 400px;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.btnGlsPrimary {
    background-color: #ffd100;
    border-color: #ffd100;
    box-shadow: none;
}

.btnGlsPrimary:hover {
    background-color: #d6af00;
    border-color: #d6af00;
    text-decoration: underline !important;
}

.btnGlsSecondary {
    color: #061ab1;
    background-color: #fff;
    border-color: #061ab1;
    box-shadow: none;
}

.btnGlsSecondary:hover {
    color: #ffffff !important;
    background-color: #061ab1;
    border-color: #061ab1;
    text-decoration: underline !important;
    border: 1px solid #061ab1;
}