﻿@font-face {
    font-family: 'helveticaneuem6medium';
    src: url("/app/font/helveticaneuem6-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuem6heavy';
    src: url("/app/font/helveticaneuem6-heavy-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuem6roman';
    src: url("/app/font/helveticaneuem6-roman-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

td {
    padding: 0px;
}

/* Reset the container */
.container {
    width: 1250px; /*970px;*/
    max-width: none !important;
}

input::-webkit-input-placeholder {
    color: #a0a0a0 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #a0a0a0 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #a0a0a0 !important;
}

input:-ms-input-placeholder {
    color: #a0a0a0 !important;
}

body {
    background-color: rgb(29,53,80);
    font-family: helveticaneuem6medium;
    padding-top: 15px;
    color: #839BB6;
}

input, textarea {
    color: #5e6d7e;
}

    input.button {
        color: #BFDFFF;
    }

        input.button:hover {
            color: white;
        }

button.action {
    color: #BFDFFF;
    font-size: 12px;
    font-weight: normal;
    background-color: transparent;
    border: none;
}

    button.action:hover {
        text-decoration: underline;
    }

    button.action:focus {
        outline: none;
    }

a, a:active, a:hover, a:visited {
    color: #BFDFFF;
    font-size: 12px;
    font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link:hover, .btn-link:visited {
    color: #007bff;
    font-size: 12px;
    font-weight: normal;
}



.error {
    color: red;
}

.P_Main_No_Side {
    display: block;
    float: left;
    width: 1200px;
}

.P_Main, .P_Main_Fixed {
    display: block;
    float: left;
    width: 900px;
}

.P_Side_No_Side {
    display: none;
}

.P_Side, .P_Side_Fixed {
    display: block;
    float: left;
    width: 320px;
}

.DOC {
    font-family: helveticaneuem6roman;
    color: white;
    font-size: 12px;
    margin-top: 20px;
}

    .DOC h4, .DOC h5 {
        font-family: helveticaneuem6heavy;
        color: rgb(173,189,220);
    }

.Title {
    font-family: helveticaneuem6heavy;
    color: rgb(173,189,220);
    font-size: 16px;
    clear: both;
}

input.blue_button {
    margin-left: 0px;
    border: none;
    font-family: helveticaneuem6heavy;
    background-image: url('/App/img/Button.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 15px;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(191,223,255);
    background-size: 100% 100%;
}

#L_Text {
    background-image: url('/App/img/L_Text.png');
    background-size: 100% 100%;
}
