﻿/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;      
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: black;   /*#696969;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.container {
  max-width: 750px;  
    margin-left: auto;
    margin-right: auto;
    margin-top:5vh;
}

.container_read {
    min-width: 280px;
/*    max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;    /*5vh;*/
}

.container_read-grid {
    display: grid;
/*    border: 1px solid #a0a0a0;
*/    border-radius: 16px;
    padding: 20px;
}


.container a {
    color: #3d3d3d;
    text-decoration: none;
    cursor: pointer;
}

.container-grid{
    display: grid;
    border: 1px solid #a0a0a0;
	border-radius: 16px;
	padding:80px 90px 90px 90px;
}
.uk-button {
    cursor: pointer;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    background-origin: border-box;
}

    .uk-button:hover {
        background-color: #152864;
    }

.uk-button-secondary {
    background-color: #40d8e8;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}

@media screen and (min-width: 960px){
.container {
    padding-left: 40px;
    padding-right: 40px;
}
}
@media screen and (min-width: 640px){
.container {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media screen and (min-width: 600px){
.table-mobile {
    display:none;
}
}
@media screen and (max-width: 600px){
.table-desktop {
    display:none;
}  
.table-mobile {
    display:block;
}         
}
/* webmessage */
.webmessage-row{
	border: 1px solid #a0a0a0;
	border-radius: 16px;
	padding:80px 90px 90px 90px;
}
.webmessage-row img{
	margin-bottom:40px;
}
.webmessage-form-heslo{
	font-size:12px;	
}

.webmessage-form input[type=text]{
	width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
	
}
.webmessage-form input[type=password] {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
}

.webmessage-form-souhlas{
	font-size:12px;
}
.webmessage-form-souhlas p{
	margin-bottom:0px !important;
	margin-top:0px !important;
}
.normal-text {
	padding-left:0px;
	font-size:13px;
}

.webmessage-bottom-text {
    padding-left: 0px;
    font-size: 13px;
}

.webmessage-bottom-text-span{margin-right:15px}

.tb {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
}

.uk-text-right {
    text-align: right!important;
}
.uk-text-left {
    text-align: left!important;
}
.grid-logo{
justify-self: center;
}
.uk-text-center {
    text-align: center!important;
}

.text-danger {
    color: #da2a27
}

.text-content {
    padding-left: 0px;
    font-size: 13px;
    overflow: auto;     /* scrollbar pro prilis dlouhe texty */
}

.text-content-write {
    padding-left: 0px;
    font-size: 13px;
}


a.link {
    color: #045fb4;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
.resp { /*    table {*/
        width: 100%;
    }

    .container-grid {
        width: 85%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .resp td {
        display: block;
        width: 100%;
    }

    .resp tr {
        display: block;
        margin-bottom: 30px;
    }
}

.tab1 {
    background-color: red;
}


/* novy design */

.divFormWidth {
    max-width: 450px;
    min-width: 240px;
}

.main_window {
    text-align: center;
    margin-bottom: 20px;
    top: 0px;
    padding: 20px;
}

.div_container {
    display: flex; /* establish flex container */
    flex-direction: row; /* default value; can be omitted */
    flex-wrap: nowrap; /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
}

.div_bottom {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
}

.div_pad_bottom {
    padding-bottom: 20px;
}

.tableCenter {
    margin: auto;
    margin-top: 0px;
    width: 330px;
    text-align: center;
}

@@media screen and (max-width:500px) {
    .divFormWidth {
        max-width: 95%;
        width: 95%;
        text-align: center;
        display: block;
    }

    .login_window {
        width: auto;
        padding: 10%;
        padding-left: 10%;
    }

    .tableCenter {
        width: 90%;
    }

    .div_container {
        display: block;
    }
}

/* tlacitko z bootstrapu - prebarvene na tmave modro */
.btn-success {
    color: #fff;
    background-color: #152864 !important;
    border-color: #152864 !important;
}
