/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2020, 4:20:17 PM
    Author     : iivo
*/

.align-right {
    text-align: right;
}

.table-padding {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bx--form-item {
    margin-bottom: 2rem;
}
#login-container {
    background: white;
    padding: 20px;
    width: 400px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 400px) {
    #login-container {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .mediumwidth {
        width: 600px !important;
    }
}

.footer {
    position: static;
    z-index: 1;
    bottom: 0;
    width: 100%;
    min-height: 35px;
    padding-left: 12px;
    padding-top: 5px;
    text-align: left;
    background-color: white;
    font-size: 0.8em;
}
.footerlogo {
    width: 1%;
    height: 25px;
    float:left;
}
.footertext {
    width: 99%;
    padding-left: 60px;
    min-height: 25px;
    float:left;
}

.fullwidth {
    width: 100%;
}

.maxwidth100p {
    max-width: 100% !important;
}

.width100px {
    width: 100px !important;
}

/* Carbon */
@media (max-width: 66rem) {
    .bx--header__nav {
        display: block !important;
    }
}
@media (max-width: 35rem) {
    .bx--header__nav {
        display: none !important;
    }
}
