﻿body {
    font-family: "Helvetica Neue", "Segoe UI",Trebuchet MS,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    border-radius: 6px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    color: black;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}

@media screen and (min-width: 660px) {
    .uwa-content-center {
        width: 640px !important;
    }
}

@media screen and (min-width: 788px) {
    .uwa-content-center {
        width: 768px !important;
    }
}

@media screen and (min-width: 1000px) {
    .uwa-content-center {
        width: 900px !important;
    }
}

.uwa-center {
    margin: 0 auto;
}

.uwa-center {
    margin: 0 auto;
}

.uwa-content-all {
    text-align: center;
}

.uwa-content-center {
    text-align: left;
}

.uwa-content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 320px;
    padding-bottom: 20px;
    padding-top: 10px;
    color: black;
}

.uwa-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    /*padding: 5px;*/
    background: white;
    margin: 10px;
    color: black;
}

.uwa-content-row-navi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*
    Tiles
*/

#tiles {
    display: block;
}

    #tiles input[type="text"] {
        width: 100%;
    }


.uwa-content-tile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
    width: 300px;
    height: 140px;
}


.uwa-tile-image {
    font-size: 50px !important;
    color: #ffd541;
}

.uwa-tile {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    margin: 5px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: "Helvetica Neue", "Segoe UI",Trebuchet MS,Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    background-color: white;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
}

.uwa-tile-wide {
    height: 150px;
    width: 100%;
    text-align: left;
    padding-right: 5px;
    white-space: normal;
    color: #000;
}

.uwa-tile-section {
    width: 100%;
}

.uwa-tile-image-wide {
    text-align: center;
    width: 80px;
}

.uwa-tile-wide:hover {
    background-color: #fffdd9;
    opacity: 0.5;
    transition: all 0.25s ease 0s;
}

.uwa-tile-sel {
    background-color: #ffd541;
}

.uwa-tile-disabled {
    background-color: #FFF !important;
}


/*
    Titles
*/
.uwa-title {
    height: 30px;
}

.uwa-title-subtitle {
    font-weight: bold;
    padding-left: 10px;
}

.uwa-title-title {
    font-weight: bold;
    font-size: 16px;
}

.uwa-title-caption {
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.uwa-uc-title {
    font-size: 11px;
    color: #9f9f9f;
}

.uwa-uc-title-bold {
    font-size: 11px;
    color: #9f9f9f;
    font-weight: bold;
    padding-top: 5px;
}

/*
    Calendar
*/
.uwa-calendar-days {
    border-bottom: solid 1px #eaeaea;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: central;
    color:#000;
}

.uwa-calendar-days-head {
    border: none;
    border-bottom: solid 5px #eaeaea;
}


.uwa-calendar-days-disabled {
    background-color: #eaeaea;
}

.uwa-calendar-days-enabled {
    background-color: #ACD3DB !important;
    text-align: center;
}

.uwa-calendar-btn {
    background-color: #ACD3DB !important;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.uwa-calendar-btn-selected {
    background: #FFD541 !important;
}

.uwa-calendar-today {
    color: #FFD541 !important;
}


.uwa-content-main-pomoc {
    padding: 10px;
}

.uwa-content-pomoc {
    line-height: 20px;
    display:block;
    color: #000;
}

/*
    Maps
*/

.uwa-maps {
    width: 100%;
    height: 0px;
    display: block;
}


.uwa-maps-btn {
    height: 48px;
    background-color: #FFD541;
    border: none;
    min-width: 100px;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
}

    .uwa-maps-btn:hover {
        background-color: #F4E4A8;
    }

.uwa-link {
    background-color: #ffd541;
    text-decoration: none;
    color: black;
    padding: 5px;
    height:35px;
}

.uwa-link:hover {
    background-color: #F4E4A8;
}


/*
    BS
*/
.uwa-bs-btn {
    font-weight: bold;
    height: 120px !important;

}

.uwa-bs-title {
    font-weight: bold;
}

.uwa-title-head {
    font-size: 25px !important;
    color: #000 !important;
}