﻿* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana;
    font-size: 14px;
}

    *:focus {
        outline: 0;
    }

body {
    background-color: white;
}

.button {
    border-radius: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ButtonFooter {
    width: 50px;
    height: 50px;
    margin: 0px 2px;
    float: left;
}


.openReminders,
.closedReminders,
.AllReminders
{
    margin: 1vh 0 1vh 6vw;
}

.RadioLabel {
    margin: 1vh 0 1vh 1vw;
}

.RadioDiv{
    display:flex;
    justify-content: center;
}

.ButtonBig {
    height: 70px;
    width: 100%;
    margin-top: 7px;
}

.ButtonLong {
    height: 35px;
    width: 100%;
    border-radius: 15px;
}

.ButtonHalfLong {
    height: 35px;
    width: 49%;
    border-radius: 15px;
}

.tblStandart td:first-child {
    width: 175px;
    min-width: 175px;
    height: 21px;
}

.tblStandart td:last-child {
    width: 100%;
    height: 21px;
}

.tblStandartLonger td:first-child {
    width: 250px;
    min-width: 250px;
    height: 21px;
}

.tblStandartLonger td:last-child {
    width: 100%;
    height: 21px;
}

.Textbox {
    width: 100%;
    height: 23px;
}

.Label {
}

/*Divs*/
.divHeader {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: fixed;
    z-index: 10;
    top: 0px;
    border-bottom: 2px solid white;
    color: black;
    background-color: whitesmoke;
    font-weight: bold;
}

    .divHeader * {
        font-size: 20px;
    }

/*DivNormal*/
.divStandart {
    margin: 0px auto;
    background-color: rgba(221, 222, 231,0);
    padding: 5px;
}

@media only screen and (max-width: 650px) {
    /*#divServer {
        margin: 0px 5px !important;
    }
    
    #divLoginUser {
        margin: 0px 5px !important;
    }*/
    #loginAndServer {
        margin: 0px 5px !important;
    }
}

.divContent {
    width: 100%;
    position: absolute;
    top: 60px;
    bottom: 40px;
    overflow-y: auto;
}

body {
    overflow-y: scroll;
}

body, html {
    height: 100%;
    min-width: 350px;
}

.divWrapper {
    position: relative;
    overflow: visible;
    margin: 0px auto;
    background-repeat: repeat;
    min-height: 100%;
    width: 100%;
    min-width: 350px;
    padding-top: 100px;
    padding-bottom: 60px;
}


footer {
    position: fixed;
    height: 50px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 650px) {
    .liFooterEmpty {
        width: 0px !important;
    }

    .liFooterNotEmpty {
        width: 25% !important;
    }
}

.inputImgFooterButton {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
}

.imgButton {
}

.liFooter {
    float: left;
    list-style: none;
    width: 15%;
    height: 50px;
}

.flexList {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
    padding-left:0;
    margin-top: 0;
    margin-bottom: 0;
}

.flexListNewAgents {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 20vh;
}

.flexList * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemFlexBoxThreeRow {
    background: white;
    width: 100%;
    margin-top: 1px;
    color: black;
    border-radius: 14px;
    position: relative;
}

    .itemFlexBoxThreeRow > span {
        display: block;
    }

    .itemFlexBoxThreeRow > img {
        float: left;
    }

.itemFlexBoxFourRow {
    background: white;
    width: 100%;
    margin-top: 1px;
    color: black;
    position: relative;
}

    .itemFlexBoxFourRow > span {
        display: block;
    }

    .itemFlexBoxFourRow > img {
        float: left;
    }

/*.rtl3 span:nth-child(3n) {
    direction: rtl;
    }*/

.itemFlexBoxFiveRow {
    background: white;
    width: 100%;
    margin-top: 1px;
    color: black;
    border-radius: 14px;
}

.itemFlexBoxMultiRow {
    background: white;
    width: 100%;
    height: auto;
    margin-top: 1px;
    color: black;
    border-radius: 14px;
}

    .itemFlexBoxFiveRow > span {
        display: block;
    }

    .itemFlexBoxFiveRow > img {
        float: left;
    }


.itemFlexBoxMultiRow > span {
    display: block;
}

.itemFlexBoxMultiRow > img {
    float: left;
    max-width: 10% !important;
    max-height: 30%;
}

.itemFlexBoxOneRow {
    background: white;
    width: 100%;
    height: 55px;
    margin-top: 1px;
    color: black;
    border-radius: 14px;
    position: relative;
    border-radius: 0px;
}

.itemFlexBoxOneRowNoBorder {
    background: white;
    width: 100%;
    height: 55px;
    color: black;
    border-radius: 14px;
    position: relative;
    border-radius: 0px;
}

    .itemFlexBoxOneRow > span, .itemFlexBoxOneRowNoBorder > span {
        display: block;
        font-size: 18px;
        padding-top: 18px;
    }

    .itemFlexBoxOneRow > img, .itemFlexBoxOneRowNoBorder > img {
        float: left;
    }

.itemFlexBoxPosition {
    background: white;
    width: 100%;
    height: 60px;
    margin-top: 1px;
    color: black;
    position: relative;
}

    .itemFlexBoxPosition > span {
        display: block;
    }

.flexSelectMainDataType {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flexItemSelectMainDataType {
    text-align: center;
}

h1 {
    font-size: 12px;
}

.Checkbox {
    float: right;
    height: 17px;
    width: 17px;
}

.CheckboxStatistic {
    height: 30px;
    width: 30px;
    order: 1;
    display: block;
}

.SelectStatistic {
    width: 100%;
    margin: 0 10% 0 0;
}

.StatisticMainParentDiv {
    line-height: 0;
    clear: both;
    float: none;
}


.StatisticParentDiv {
    padding: 2px 0px 2px 55px;
    line-height: 28px;
    display: flex;
    flex-flow: row nowrap;
    height: 32px;
}

    .StatisticParentDiv > label {
        line-height: 28px;
        font-size: 18px;
        order: 2;
        display: block;
    }



#divLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    background-color: rgba(0,0,0,0.5);
}

#ContentMainDataType > div {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
}

    #ContentMainDataType > div > input {
        max-height: 110px;
        max-width: 80%;
    }

.dataFlexList {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 15px;
}

    .dataFlexList * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
    }

.titleOfRow {
    font-weight: bold;
    float: left;
    width: 130px;
}

.itemFlexBoxData {
    background: white;
    width: 100%;
    height: 30px;
    margin-top: 1px;
    color: black;
}

    .itemFlexBoxData > span {
        line-height: 30px;
    }

    .itemFlexBoxData > img {
        float: left;
        height: 30px;
        padding-left: 10px;
        padding-right: 20px;
    }

h2 {
    font-size: 12px;
}

h3 {
    font-size: 12px;
}

#ModalView {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ModalViewWrapper {
    width: 60%;
    min-width: 300px;
    max-width: 500px;
    margin: 10vh auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 80vh;
    overflow: auto;
}

#ModalView2 {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ModalViewWrapper2 {
    width: 60%;
    min-width: 300px;
    max-width: 500px;
    margin: 10% auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 70%;
    overflow: auto;
}

#ModalContent2 {
    overflow: auto;
}

.tblSearchStart {
}

.tblModal {
    width: 100%;
    text-align: left;
}

.NewEventAgentsList {
    max-height: 18vh;
    margin: 1vh 0 1vh 0;
    max-width: 18vw;
}

.divTableRow {
    display:table-row;
}

.divTableCell {
    display:table-cell;
}

.ModalTextbox {
    width: 100%;
    height: 23px;
}

.ModalSelect {
    width: 100%;
    height: 23px;
}

.ModalCheckbox {
    float: left;
    width: 20px;
    height: 20px;
}

.ModalLabel {
}

.Modalh2 {
    padding-bottom: 10px;
}

.tblModal span {
    width: 100%;
    white-space: nowrap;
}

.TextArea {
    width: 100%;
    overflow: auto;
    height: 100px;
    max-height: 100px;
    color: black;
    background-color: white;
    padding: 10px 40px;
}



.itemFlexBoxThreeRow {
    border-radius: 0px;
}

.itemFlexBoxFiveRow {
    border-radius: 0px;
}

.itemFlexBoxMultiRow {
    border-radius: 0px;
}

#tblStatistic {
    background-color: white;
    color: black;
}

    #tblStatistic tr:first-child td {
        background-color: rgb(221, 222, 231);
    }

    #tblStatistic tr:last-child td {
        background-color: rgba(254, 160, 160, 0.5);
        color: red;
    }

.tdStatistic {
    color: black;
    text-align: right;
}

#tblStatistic tr:nth-child(odd) {
    background-color: rgb(230, 230, 230);
}

.tdStatisticYear {
    color: rgb(71, 71, 81);
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.tdStatisticMonth {
    color: rgb(71, 71, 81);
    background-color: rgb(221, 222, 231);
    width: 20px;
    height: 20px;
    font-weight: bold;
}

.FavItem {
    float: left;
    list-style: none;
    width: 15%;
    height: 50px;
}

.imgBtnStatistic {
    max-width: 70px;
}

.divStatstic {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.OptionEntryActive {
    background-color: white;
}

.OptionEntryInactive {
    background-color: gray;
}

#divDiaBtns {
    padding-top: 30px;
}


#WebViewer {
    /*visibility: hidden;*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

#WebViewerWrapper {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    height: 100%;
}

.DocInput {
    background: white;
    width: 100%;
    min-height: 30px;
    margin-top: 1px;
    color: black;
}

    .DocInput input[type=checkbox] {
        float: left;
        width: 20px;
        height: 30px;
    }

.titleOfDocInput {
    line-height: 30px;
    font-weight: bold;
    float: left;
    width: 40%;
    padding-left: 16px;
}

#ModalViewPos1 {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ModalViewPosWrapper1 {
    width: 60%;
    min-width: 300px;
    max-width: 500px;
    margin: 10% auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 80%;
    overflow: auto;
}

#ModalViewPos2 {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ModalViewPosWrapper2 {
    width: 90%;
    margin: 5% auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 80%;
    overflow: auto;
}

#ModalViewPos3 {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ModalViewPosWrapper3 {
    width: 100%;
    max-width: 555px;
    margin: 10% auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ModalAdressen1 {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(72, 72, 72, 0.57);
}

#ModalAdressen2 {
    width: 100%;
    max-width: 555px;
    margin: 10% auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 80%;
    overflow: auto;
}

#ModalAdressen3 {
    font-weight: bold;
    text-align: left;
}

#ModalviewAdressMainData {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ModalviewAdressMainDataWrapper {
    width: 60%;
    margin: 10% auto 0px auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    max-height: 80%;
    overflow: auto;
}

#ulImages {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5px;
}

    #ulImages > li {
        float: left;
        list-style: none;
    }

        #ulImages > li > img {
            max-width: 60px;
            max-height: 40px;
        }

.imagelarge {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#flexMainData_Briefcase span {
    font-size: 14px;
    padding-top: 0px;
}

.EventSubTable label {
    display: block;
    line-height: 28px;
    font-size: 18px;
}

.EventSubTable input {
    height: 30px;
    width: 30px;
    margin: 0px;
}
