/*styly s cervenymi tlacitky s ostrymi rohy*/

.menuLogin {
    margin-top:10px;
}

.dropdown.menuLoginFlex {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-radius: 0;
}

.dropdownshow {
    border-radius: 0;
}

.tabBoxZakladniObal {
    border-radius: 0;
}

.tabBoxZakladniZobrazitVse {
    border-radius: 0;
    background-color: red;
    border-color: red;
}

.bilePlus .material-icons {
    color: red;
    border-color: red;
}

.modalContent {
    border-radius: 0;
    margin-top: 90px;
    max-height: calc(100% - 115px);
    padding-bottom: 29px;
}

#pridatZaznam .loginMessage {
    bottom: 1px;
}

.loginInput {
    border-radius: 0;
}

.novyZaznamUlozit {
    border-radius: 0;
    background-color: red;
    /*font-weight: normal;*/
}

.spravaOblekuOdebratOblek {
    color: red;
}

.userImageLabel {
    border-radius: 0;
    background-color: red;
}

.contentBoxMain {
    border-radius: 0;
}

.skupinyUserNastaveniOdebrat {
    border-radius: 0;
}
.skupinyUserNastaveniPravaObal {
    flex-direction: column;
}

.vypisZaznamyRadekValue.vypisZaznamyRadekTyp {
    text-decoration: none;
}

.vypisZaznamyRadekValue.vypisZaznamyRadekPoznamka {
    font-style: normal;
}

.vypisZaznamyRadekValue.vypisZaznamyRadekNazev {
    font-weight: normal;
}

.vypisZaznamyRadekValue.vypisZaznamyRadekDatum {
    font-style: normal;
}

.prehledOblekuVypisLineInput span {
    border-radius: 0;
}

.loginPrihlasit {
    border-radius: 0;
    animation: none;
    background-color: red;
}

.loginBox {
    border-radius: 0;
}

.regBox {
    border-radius: 0;
}

.indexLangImage {
    margin-right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexLangImage img {
    width: 22px;
    height: 22px;
}

.zaznamDetailTyp {
    text-decoration: none;
}

.zaznamDetailInfo {
    font-style:normal;
}

.tabBoxMenu .fa-pencil{
    display: none;
}

.tabBoxMenu .fa-info{
    display: flex;
}

#detailZaznam .dropdown {
    display: none;
}

.modalDetailZaznam .modalContent{
   padding-top: 39px; 
}

.detailZaznamOvladani {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:8px;
}

.detailZaznamOvladaniBtn {
    margin: 0;
}

.tabBoxZakladniPridat.bilePlus {
    background-color: white;
    border-radius: 50%;
    border: 4px solid white;
}

.loginPrihlasit {
    border-radius: 0;
    animation: none;
    background-color: red;
    font-size: 18px;
}