﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #3D424E;
    font-size: 12px;
    height: 100%;
    padding-top: 10px;
    width: 100%;
    font-family: Arial;
    padding: 20px;
}

.navbar.bg-light {
    border-bottom: 1px solid #e7e7e7;
}

.container .content {
    margin-top: 220px;
}

@media (max-height: 768px) {
    .container .content {
        margin-top: 10px;
    }
}

@media (max-width: 800px) {
    .container .content {
        margin-top: 10px;
    }
}

.logo-container {
    color: #004F7C;
    font: 30px Arial;
    margin: 0 0 20px;
    font-family: Arial;
    padding-top: 40px;
}

.logo-container.aportal {
    float: right;
    padding: 30px;
}

.logo-container > div > img {
    margin-right: 10px;
}

    .btn.btn-light {
        border: 1px solid #ced4da;
    }

.red_text {
    color: #ff7c80;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    font-family: Arial;
    font-weight: 300;
    border-top: 1px solid #e7e7e7;
}

    .footer > .links {
        margin-top: 10px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 20%;
        font-size: 16px;
        text-align: center;
    }

    .footer > .details {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        width: 50%;
        font-size: 12px;
        text-align: center;
    }

        .footer > .details > div:first-child {
            font-weight: 400;
        }

    .container a, .footer a {
        color: #6c757d;
        font-weight: 300;
    }

        .container a:hover, .footer a:hover {
            color: #6c757d;
        }

.h1 {
    font-weight: 400;
    font-size: 24px;
}

.h2 {
    font-weight: 400;
    font-size: 22px;
}

.h3 {
    font-weight: 400;
    font-size: 18px;
}

.text {
    font-weight: 400;
    font-size: 16px;
}

.content.registration {
    margin-top: 10px;
}

.page_header {
    height: 120px;
    background: #ffffff;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.20);
    margin-bottom: 15px;
    min-width: 700px;
    width: 100%;
}

.header_menu {
    background: #004f7d;
    color: #ffffff;
    padding: 7px 0;
    float: left;
    height: 30px;
    width: 100%;
}

.main_title {
    margin: 30px 15px 0 30px;
    float: left;
}

.content_text {
    margin: 15px 30px;
    color: black;
    font-size: 16px;
    font-family: Arial !important;
    height: 100%;
    position: relative;
    padding: 10px 0;
}

    .content_text .h2 {
        margin-bottom: 0;
        font-weight: bolder
    }

    .content_text .h3 {
        font-weight: bolder
    }

    .content_text .form-control {
        border-radius: 0;
        height: 24px;
        padding: 0 !important;
        margin: 0;
        font-size: 14px;
        min-height: 24px !important;
    }

    .content_text input {
        height: 24px;
        padding: 0 !important;
        margin: 0;
        font-size: 14px;
        min-height: 24px !important;
        font-family: Arial !important;
    }

    .content_text .form-control-plaintext {
        height: 24px;
        padding: 0;
        margin: 0;
    }

    .content_text .text {
        padding: 0 15px;
        margin: 0;
        color: black;
    }

    .content_text hr {
        margin-top: 0;
        border-color: black
    }

.page_content {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
    height: 75vh;
    min-width: 700px;
    width: 100%;
}

    .page_content.full_width {
        width: 100%;
    }

.page_footer {
    border-top: 1px solid #6C6C6E;
    clear: both;
    margin-top: 55px;
    padding: 20px 0 0;
    width: 100%;
}

.message_title {
    color: #004F7C;
    font: 30px Arial;
    margin: 0 0 20px;
}

.message_title {
    color: #004F7C;
    font: 30px Arial;
    margin: 0 0 20px;
}

.alert {
    border-radius: 0
}

.dx-button {
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    font-family: Arial !important;
}

.dx-button-content {
    width: 120px;
    height: 40px;
    padding: 4px 8px !important;
    font-size: 16px;
    font-weight: bold
}

.language_switch a, .logindisplay a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    padding: 0 4px;
    font-size: 12px;
}

.language_switch {
    float: right;
    margin: 1px 25px 0 15px;
}

    .language_switch a:hover {
        color: #f8b322;
    }

.logindisplay {
    float: right;
    margin-top: 1px;
}

.button-link {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    padding: 0 4px;
    color: #ffffff;
    cursor: pointer;
}

    .button-link:hover {
        color: #f8b322;
    }

    .button-link:focus {
        outline: none;
    }

.content.aportal {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.aportal-body-container {
    padding: 10px 0 0 10px;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
    min-width: 440px;
}

.access-denied-block {
    padding: 20px 0;
    font-size: 24px;
}

.content_center {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*_LogOnPartial*/
.logon_greeting {
    float: left;
}

.menu_profile {
    list-style: none;
    float: left;
    padding-left: 0; /* Very strange behavior (40px in the left side) */
}

    .menu_profile li {
        position: relative
    }

        .menu_profile li a {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            margin-right: 5px;
            font-weight: normal;
        }

        .menu_profile li:hover > .menu_profile_items {
            display: block;
            position: absolute;
        }

.menu_profile_items {
    display: none;
    z-index: 1000;
    right: 0;
}

    .menu_profile_items li {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

        .menu_profile_items li a {
            float: left;
            padding: 0px 15px;
            width: 160px;
            margin: 0;
            background: #005f90;
            word-wrap: break-word;
        }

            .menu_profile_items li a:hover {
                background: #0074aa;
                color: #f8b322;
            }

    .menu_profile_items > li:first-child {
        padding-top: 4px;
    }

        .menu_profile_items > li:first-child a {
            padding-top: 10px;
        }

    .menu_profile_items li:last-child a {
        padding-bottom: 10px;
    }

    .menu_profile_items .has_inner > a {
        cursor: default;
    }

    .menu_profile_items.inner > li:first-child {
        padding-top: 0;
    }
