html, body
{
    height:100%;
    width:100%;
    overflow:auto;
}

a, a:active {
    color: #000;
}

a:hover, a:focus {
    color: #83b719;
}

a.deactivated {
    color: #c0c0c0;
    pointer-events: none;
}

:focus:not(:focus-visible) {
    color: #000;
    outline: 0;
    box-shadow: none;
}

@media screen and (min-width: 1900px) {
    .grid-container {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1899px) {
    .grid-container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 640px) {
    .show-large {
        display: none;
    }
    .show-small {
        display: block;
    }
}

@media screen and (min-width: 640px) {
    .show-large {
        display: block;
    }
    .show-small {
        display: none;
    }
}

hr {
    background-color: #008000;
    border: 0 none;
    color: #000;
    height: 1px;
    margin: 20px 0;
}

.logo {
    display: block;
    height: 90px;
    margin: 5px auto;
    position: relative;
}

@media screen and (max-width: 640px) {
    .logo {
        height: 60px;
        margin: 5px 0 auto 10px;
    }
}

.title {
    color: #008000;
    text-shadow: 1px 1px 3px #c0c0c0;
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .title {
        font-weight: 200;
        font-size: 0.85rem;
        text-align: right;
        margin-right: 10px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .title {
        font-weight: 400;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 1024px) {
    .title {
        font-weight: 400;
        font-size: 1.25rem;
    }
}

.hide-break {
    display: none;
}

@media screen and (max-width: 640px) {
    .hide-break {
        display: block;
    }
}

.btitle {
    color: #000000;
    font-weight: 700;
    font-size: 0.6rem;
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .btitle {
        font-size: 0.52rem;
    }
}

.text {
    color: #000000;
    font-weight: 400;
    font-size: 0.98rem;
}

@media screen and (max-width: 640px) {
    .text {
        font-weight: 400;
        font-size: 0.8rem;
    }
}

.underline {
    text-decoration: underline;
}

.status-txt {
    display: block;
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
    color: #cccccc;
    font-weight: 700;
    font-size: 0.6rem;
    text-transform: uppercase;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .status-txt {
        font-weight: 200;
        font-size: 0.46rem;
    }
}

@media screen and (max-width: 640px) {
    .status-txt {
        font-weight: 300;
        font-size: 0.48rem;
    }
}

.cnt-center {
    text-align: center;
}

.bc {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.icon {
    display: block;
    position: relative;
    margin: 0 auto 15px;
}

.sb {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

.less-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.active {
    color: #ffffff;
}

.row-grey {
    background: #e0e0e0;
    padding: 5px 0;
}

.txt-center {
    text-align: center;
}

.stornoinfo {
    display: block;
    position: relative;
    color:red;
    font-size: 40px;
    font-weight: bold;
    transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    -moz-transform: rotate(355deg);
    -webkit-transform: rotate(355deg);
    -o-transform: rotate(355deg);
}

.input-label {
    color: #000000;
    font-weight: 700;
    font-size: 0.75rem;
    text-shadow: 1px 1px 3px #c0c0c0;
    text-transform: uppercase;
}

.button, .button:hover, .button:focus {
    background-color: #008000;
    color: #ffffff;
}

.green {
    color: #008000;
}

.tablet-fixed {
    display: block;
    position: sticky;
    top: 0;
}

.menu a {
    padding: 5px 8px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.rotated180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.rotated90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.rotated270 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.button.success, .button.success:focus {
    background-color: #83b719;
    color: #000;
}

.button.success:hover {
    background-color: #73a115;
    color: #000;
}

.align-right {
    float: right;
}

.clear {
    clear: both;
}

.spacer10 {
    margin-top: 10px;
}

.spacer30 {
    margin-top: 30px;
}

.spacer50 {
    margin-top: 50px;
}

.rotate2vert {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
