
body {
    background: #ECF5F3FF;
}


ul {
    padding: 0;
    list-style-type: none;
}

.container {
    border: 1px solid #36383F;
    /*border-radius: 20px;*/
    background-color: #F5F6FA;
    /*overflow: hidden;*/
    max-width: 900px;
    margin: auto;
}


.aadressValik {
    border: 0px solid magenta;
    background-color: #1E1E23;
    text-align: center;
    color: white;
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*margin-left: 200px;*/
}

#realContent {
    margin-top: 15px;
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}


#navMenu a {
    text-decoration: none;
    color: #1E1E23;
    opacity: 1;
    font-family: 'work sans', sans serif;
    font-size: 1.5em;
    font-weight: 400;
    /*transition: 200ms;*/
    display: block;
    padding: 16px;
}

#navMenu a.active {
    background-color: #666;
    color: white;
}

#navMenu a:hover {
    opacity: 0.5;
}

#navMenu a:hover:not(.active) {
    background-color: #555;
    color: white;
}


#menuText #menuBacklink {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 0;
    cursor: pointer;
}

#navMenu {
    margin: 0;
    margin-top: 33px;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    max-height: calc(100% - 51px);
    overflow: auto;
}

#menu {
    height: calc(100vh - 51px);
    /*overflow-y: scroll;*/
    overflow-y: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
}

#menuText, #menuButton {
    display: none;
}

@media screen and (max-width: 701px) {
    #navMenu {
        width: 150px;
    }

    #realContent {
        margin-left: 150px;
    }
}


@media screen and (max-width: 501px) {


    #menuToggle input:checked ~ ul {
        transform: none;
    }

    #menu li {
        padding: 10px 0;
        /*transition-delay: 0.2s;*/
    }

    #navMenu {
        margin-top: 0;
        display: block;
        width: auto;
        position: static;
        max-height: none;
        overflow: visible;
    }

    nav {
        background-color: #1E1E23;
        height: 55px;
        /*border: 1px solid red;*/
    }

    #menuText {
        color: white;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 25px;
        left: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        float: left;
    }

    #menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 25px;
        right: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        align-items: flex-end;
        /*float: right;*/
        border: 0px solid blue;

    }

    #menuToggle #menuButton {
        display: flex;
        width: 40px;
        height: 35px;
        position: absolute;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -8px;
        opacity: 0;
        right: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
        margin-left: auto;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;

    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        width: 180px;
        height: 500px;
        box-shadow: 0 0 10px #85888C;
        margin: -50px 0 0 0px;
        padding: 50px;
        padding-top: 100px;
        background-color: #F5F6FA;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(0, -100%);
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }


    #realContent, .aadressValik {
        margin-left: 0;
    }

    #navMenu a {
        padding: 0px;
    }


}


/*https://fonts.googleapis.com/css?family=Roboto|Work+Sans:400,600*/


/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/css/QGYsz_wNahGAdqQ43Rh_c6Dpp_k.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/css/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/css/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/css/wsQGYsz_wNahGAdqQ43Rh_c6Dpp_k.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/css/wsQGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/css/wsQGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*********************************************************         login      *****************************************************************/
.login_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login {
    position: relative;
    margin: 30px auto;
    padding: 20px 20px 20px;
    width: 310px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.login h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}

.login p {
    margin: 20px 0 0;
}

.login p:first-child {
    margin-top: 0;
}


.login p.remember_me {
    float: left;
    line-height: 31px;
}

.login p.remember_me label {
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.login p.remember_me input {
    position: relative;
    bottom: 1px;
    margin-right: 4px;
    vertical-align: middle;
}

.login p.submit {
    text-align: right;
}

.login-help {
    margin: 20px 0;
    font-size: 11px;
    /*color: white;*/
    text-align: center;
    /*text-shadow: 0 1px #2a85a1;*/
}

.login-help a {
    color: #000000;
    text-decoration: none;
}

.login-help a:hover {
    text-decoration: underline;
}


.login input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

.login input[type=text], .login input[type=password] {
    margin: 5px;
    padding: 0 10px;
    width: 278px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.login input[type=text]:focus, .login input[type=password]:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

.login input[type=submit] {
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.login input[type=submit]:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.loginlabel {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    left: 33px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}


.loginlabel.active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    left: 2px;
    font-size: 14px;
}

.loginlabel.highlight {
    color: #000000;
}

.loginerror {
    text-align: center;
    color: red;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.loginerror2 {
    text-align: center;
    color: red;
    font-size: 1rem;
    font-weight: 300;
}

.login .loginboxmessage {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 30px;

}

/************************************************************   pageNaidud   *******************************************************************************/

.sisendContainer {
    margin: 0 0 1rem 0;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 0.75rem 1rem 1rem 1rem;
    background-color: white;
    justify-content: center;
}

.sisendNimetus {
    text-align: center;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.sisendSubmit {
    min-width: 10rem;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    height: 40px;
}

@media (max-width: 782px) {
    .sisendSubmit {
        width: 100%;
    }
}

.sisendNumbriosa {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.sisendKulununumberContainer {
    min-width: 5rem;
    margin-top: 0px;
    text-align: center;
}

.sisendNumberContainer {
    min-width: 5rem;
    margin-top: 0px;
    text-align: center;
}


.sisendSmallLabel {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    line-height: 16px;
}

.negativeUsage {
    text-color: red;
    text-decoration-color: red;
    color: red;
}

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 100px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
    font-weight: 600;
    font-size: 21px;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity.buttons_added .signdisabled{
    visibility: hidden;
}
.quantity .input-text.saved {
    border: 0px;
    background-color: rgba(186, 250, 87, 0.75);
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}


/****************************************************** pageYldinfo *************************************************************/
.kontaktandmetetabel td, .kontaktandmetetabel th {
    padding: 8px;
    padding: .5rem;
}

.kontaktandmetetabel th {
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
}

.kontaktandmetetabel {
    width: 100%;
    padding: 0 16px 16px 16px;
}

.kontaktandmetetabel th {
    border-bottom: 2px solid #FFC842;
}

@media (max-width: 32rem) {
    .kontaktandmetetabel th {
        display: none;
    }

    .kontaktandmetetabel tr td {
        display: block;
        padding: .5rem 0;
    }

    .kontaktandmetetabel tr {
        margin: .25rem 1rem;
        padding: .5rem 0;
        display: block;
        border-bottom: 2px solid #FFC842;
    }

    .kontaktandmetetabel tr:first-child {
        border-bottom: none;
    }

    .kontaktandmetetabel tr td:before {
        content: attr(data-heading);
        display: inline-block;
        width: 5rem;
        margin-right: .5rem;
        color: #999;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}

.yldinfotabel {
    width: 100%;
}

.yldinfotabel td {
    padding: 6px;
}

.yldinfotabel td:last-child {
    text-align: right;
}

.lisaNupp {
    min-width: 10rem;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 20px;
}