/* --- COLORS ---
   Brown: #B8A16C
   Light brown: #c2b5a3
   Green: #708E2B
*/

html {
    height: 100%;
}

body {
    background-color: white;
    margin: auto;
    width: 100%;
    padding: 0px;
    font-family: Arial, sans-serif;
    height: 100%;
}

.middle {
    height: auto;
    width: 100%;
    position: absolute;
    top: 150px;
    bottom: 0;
}

.left {
    background-image: url(/styles/images/left.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    float: left;
    width: 25%;
    height: 100%;
}

.contentWrapper {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
}

.right {
    background-image: url(/styles/images/right.png);
    background-repeat: no-repeat;
    float: right;
    width: 25%;
    height: 100%;
}

.header {
    background-image: url("/styles/images/header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
}

.logo {
    margin: auto;
    text-align: center;
    width: 300px;
    padding: 30px;
    font-family: 'FPHeadProLight';
    font-size: 25pt;
    line-height: 24pt;
    letter-spacing: 0.05em;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 5px;
}

.headline {
    background-color: #FFF;
    margin: auto;
    width: 90%;
    padding: 10px 10px 10px 50px;
    text-align: left;
}

.menuDiv {
    float: right;
    padding: 10px;
}

.menuButtonText {
    display: inline-block;
    padding-top: 1px;
    padding-left: 23px;
    font-weight: 600;
    font-size: 13px;
    color: dimgrey;
    text-decoration: none;
}

.uploadButton {
    background-image: url('images/upload.png');
    background-size: 18px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-left: 2px;
}

.uploadButton:hover {
    background-image: url('images/upload_hover.png');
}

.filesButton {
    background-image: url('images/files.png');
    background-size: 18px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 1px;
    padding-left: 2px;
}

.filesButton:hover {
    background-image: url('images/files_hover.png');
}

.logoutButton {
    background-image: url('images/logout.png');
    background-size: 18px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-left: 2px;
    padding-left: 0px;
}

.logoutButton:hover {
    background-image: url('images/logout_hover.png');
}

.settingsButton {
    background-image: url('images/settings.png');
    background-size: 18px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-left: 1px;
}

.settingsButton:hover {
    background-image: url('images/settings_hover.png');
}

.archiveButton {
    background-image: url('images/archive.png');
    background-size: 18px;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-left: 2px;
}

.archiveButton:hover {
    background-image: url('images/archive_hover.png');
}

.backButton {
    background-image: url('images/back.png');
    background-size: 18px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.backButton:hover {
    background-image: url('images/back_hover.png');
}

.form {
    background-color: #FFF;
    margin: auto;
    width: 90%;
    padding: 10px 10px 10px 50px;
}

.row {
    display: block;
    padding-bottom: 15px;
}

.column1 {
    display: inline-block;
    width: 150px;
    padding-top: 3px;
}

.column2 {
    display: inline-block;
    vertical-align: top;
}

.settingGroup {
    display: inline-block;
    width: 70%;
    padding: 0px;
    border-bottom: 1px solid #000000;
}

.changePassword {
    display: inline-block;
}

.field-validation-error {
    font-size: 12px;
    color: red;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #97ceeb;
    padding: 7px 0px 7px 0px;
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 0.04em;
    font-size: 9pt;
    color: #FFF;
    font-weight: normal;
}

.ddl {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px 30px 3px 3px;
    -webkit-appearance: none;
    background: url('images/arrowhead_down.png') no-repeat right;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    font-family: Arial, sans-serif;
    font-size: 15px;
}

    .ddl:hover:enabled {
        background-color: #d3d3d3;
    }

select::-ms-expand {
    display: none;
}

.button {
    margin: 10px auto;
    padding: 5px 7px 5px 7px;
    background: #d3d3d3;
    border: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #000;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

    .button:hover:enabled {
        background: #708E2B;
        cursor: pointer;
        color: #FFF;
        border-color: #000;
    }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        color: #000;
        background-color: #FFF;
        display: inline-block;
        border: solid;
        border-width: 1px;
        border-radius: 3px;
        padding: 4px 5px 4px 5px;
        font-family: Arial, sans-serif;
        font-size: 15px;
        cursor: pointer;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: #d3d3d3;
        }

.filenamelabel {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-style: italic;
    padding-left: 5px;
    display: inline-block;
}

h1 {
    font-family: 'FPHeadProLight';
    font-size: 21pt;
    line-height: 24pt;
    letter-spacing: 0.05em;
    color: #B8A16C;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    line-height: 24pt;
    letter-spacing: 0.05em;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: normal;
    margin-bottom: 2px;
    display: inline-block;
}

.colorFontGreen {
    color: #708E2B;
}

.colorFontBrown {
    color: #c2b5a3;
}

.validateUploadLabel {
    letter-spacing: 0em;
    width: 150px;
}

.cancelButton {
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    display: inline-block;
}

    .cancelButton:hover {
        color: red;
    }


.cancelButtonText {
    display: inline-block;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 10px;
    color: dimgrey;
    text-decoration: none;
}

    .cancelButtonText:hover {
        color: #d40000;
    }

.validation {
    width: 100%;
    display: flex;
    padding-bottom: 0px;
}

.validationImage {
    padding-right: 5px;
    vertical-align: top;
    width: 36px;
    height: 36px;
}

.validationText {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

.validationText2 {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 13px;
}

.errors {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 18px;
}

.errorList {
    padding-left: 60px;
    font-size: 15px;
}

.errorListItem {
    margin-bottom: -10px;
}

.showAllErrorsText, .showAllErrorsText:visited {
    padding-left: 60px;
    padding-bottom: 15px;
    

    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 2px;
    display: inline-block;
}

.showAllErrorsText:hover {
    text-decoration: underline;
}

.textInput {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px;
    -webkit-appearance: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.progressLabel {
    padding-left: 100px;
    display: inline;
}

.loaderIcon {
    display: inline-block;
    padding-top: 0px;
    padding-left: 4px;
}

.archiveHeader {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000;
    font-weight: bold;
    padding-right: 20px;
}

.archiveItem {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000;
    font-weight: normal;
    padding-right: 20px;
}

.EmptyLabel {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    padding-left: 4px;
}

.Hide {
    display: none;
}

.TreeView img {
    height: 25px;
    width: 25px;
}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 31, 2011 */



@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'FPHeadProLight';
    src: url('/fonts/fp_head_pro_light-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'FPHeadProLight';
    src: url(//:) format('no404'), url('/fonts/fp_head_pro_light-webfont.woff') format('woff'), url('/fonts/fp_head_pro_light-webfont.ttf') format('truetype'), url('/fonts/fp_head_pro_light-webfont.svg#webfontFoW88X0f') format('svg');
    font-weight: normal;
    font-style: normal;
}











/* LOGIN */

.login {
    background: #FFF;
    width: 100%;
}

.box {
    width: 35%;
    height: auto;
    margin: auto;
    margin-top: 100px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 3px 10px 1px rgba(120, 120, 120, 0.9);
}

.loginContent {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
    text-align: center;
}

    .loginContent h1 {
        font-family: 'FPHeadProLight';
        font-size: 22px;
        font-weight: 400;
        color: #B8A16C;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 0px 15px 0px;
    }

.field {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 10px 0px 10px 0px;
    background: #FFF;
    border: solid;
    border-width: 1px 1px 1px 1px;
    box-shadow: 0px 0px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #000;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.loginFailureText {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 12px;
    color: red;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(120, 120, 120, 0.5);
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(120, 120, 120, 0.5);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(120, 120, 120, 0.5);
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(120, 120, 120, 0.5);
}

::-ms-clear,
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}




.btn {
    width: 100%;
    margin: 10px auto;
    padding: 10px 0px 10px 0px;
    background: #d3d3d3;
    border: solid;
    border-width: 1px;
    border-color: #999;
    box-shadow: 0px 0px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #000;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

    .btn:hover,
    .btn:focus,
    .btn.active {
        background: #708E2B;
        cursor: pointer;
    }
