﻿* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    text-decoration: none;
    height: calc(100% - 0px);
    font-family: Segoe UI, Tahoma, Arial;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img {
    border: none;
}

.header {
    top: 0px;
    width: 100%;
    padding: 10px;
    color: #424242;
    min-height: 50px;
    font-size: 8.5pt;
    overflow: hidden;
    text-align: right;
    position: absolute;
    background-color: #ffffff;
}

.content {
    margin: 0px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: calc(100% - 50px);
    background-image: linear-gradient(#2b7a9c, #142364);
}

.footer {
    width: 100%;
    bottom: 0px;
    padding: 10px;
    color: #4e4e4e;
    min-height: 50px;
    font-size: 8.5pt;
    overflow: hidden;
    text-align: right;
    position: absolute;
    background-color: #dcdcdc;
}

.content-child {
    width: 50%;
    height: 100%;
    float: right;
    background: #ffffff;
}

.content-child-auth {
    width: 350px;
    height: 400px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #ffffff;
}

.no-border {
    border: 0 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

.color-message {
    color: #b00707 !important;
}

.color-system {
    color: #1a237e !important;
}

.color-gray {
    color: #464646 !important;
}

.control-textbox {
    width: 100%;
    border: none;
    padding: 10px;
    color: #464646;
    font-size: 9pt;
    border-bottom: 1px solid #a8a8a8;
    font-family: Segoe UI, Tahoma, Arial;
}

    .control-textbox:focus {
        border: none;
        border-bottom: 1px solid #a8a8a8;
    }

.control-button-login {
    width: 100%;
    padding: 10px;
    color: #1a237e;
    font-size: 9pt;
    background-color: #ffffff;
    border: 1px solid #1a237e;
}

    .control-button-login:hover {
        color: #ffffff;
        background-color: #1a237e;
    }

.rounded-medium {
    border-radius: 4px
}

.row {
    padding: 10px;
}

@media (max-width: 600px) {
    .content-child {
        width: 100%;
        height: 100%;
        float: left;
        background-image: linear-gradient(#2b7a9c, #142364);
    }
}
