/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-color: #FFFFFF;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: orange;
    text-decoration: none;
}

a:active {
    color: orange;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    background-color: #FFFFFF;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, #footer {
    background-color: #FFFFFF;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0px 10px 2px;
    position: relative;
    margin: 0;
    text-align: left;
    background-color: #FFFFFF;
    height: 25px;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 0px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 1.9em;
            color: #fff;
        }

        ul#menu li a {
            padding: 0px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 1.9em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
                height: 25px;
            }

            ul#menu li a:active {
                background-color: #12eb87;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: Black;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"] {
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
}

    table td {
    }

    table th {
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: Black;
}

    #logindisplay a:link {
        color: blue;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: blue;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: blue;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.textboxStyle {
    border: none;
    background-color: #fff;
    background: transparent;
    cursor: default;
}

.selected {
    color: Red;
}

.changePasswordAlignment {
    margin-left: 645px;
}

.detailsPageChagePassword {
    margin-left: 539px;
}

.editPageChagePassword {
    margin-left: 553px;
}

.privacyPasswordAlignment {
    margin-left: 552px;
}

.termsPasswordAlignment {
    margin-left: 552px;
}

.footerBox {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: white;
    border-top: 1px solid black;
    padding-left: -10px;
}

.headerBackground {
    background-image: url('../../Content/images/w3schoolslogo.gif');
}

.textboxWidth {
    margin-left: 10px;
}

.labelBackgroundColour {
    background-color: ButtonFace;
}

.underline {
    text-decoration: underline;
}

.borderStyles {
    border: 15px solid red;
}

.und {
    text-decoration: underline;
    color: White;
}

.borderLeftSpacing {
    width: 180px;
    border-left-style: solid;
    border-left-color: White;
    border-left-width: 60px;
}

.borderLeftSpacingCreate {
    width: 180px;
    border-left-style: solid;
    border-left-color: White;
    border-left-width: 35px;
}

.imageButtonPDF {
    background-image: url('../../Content/images/pdf.gif');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    background-color: White;
    border: none;
    cursor: hand;
}


.imageButtonXLSX {
    background-image: url('../../Content/images/xls.gif');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 8px;
    background-color: White;
    border: none;
    cursor: hand;
}

.fleft {
    float: left;
}

.buttonMargins {
    margin-left: 10px;
}

.labelMargin {
    padding: 5px;
    border-left-style: solid;
    border-left-color: White;
    border-left-width: 35px;
}

.genLabelPadding {
    padding-left: 5px;
}

.testClass {
    padding: 0px;
    border-left-style: solid;
    border-left-color: White;
    border-left-width: 35px;
    background-color: White;
}

.liftLabelsUp {
    margin-top: -55px;
}

.manualValidationPositioning {
    float: left;
    margin-left: -90px;
    margin-top: -2px;
}

.showRow {
    display: inline;
}

.hide {
    display: none;
}

.button {
    height: 41px;
    width: 100px;
}

#footer {
    color: Orange;
}

.modalButtons {
    height: 41px;
    width: 100px;
}

.link {
    color: Blue;
    text-decoration: underline;
}

.labelBackground {
    background-color: #e3e3e3;
    padding: 5px;
    color: Black;
    font-family: Arial;
}

.labelBackgroundValues {
    background-color: White;
    padding: 5px;
    font-family: Arial;
    color: Black;
    margin-top: 5px;
}

.labelBackgroundNewVR {
    background-color: #e3e3e3;
    padding: 5px;
    color: Black;
    width: 100px;
    font-family: Arial;
}

.labelBackgroundReport {
    background-color: red;
    padding: 5px;
    color: white;
    width: 100px;
    font-family: Arial;
}

.labelPositioning {
    margin-top: 5px;
}

.statusNew {
    background-color: Green;
    padding: 5px;
    color: White;
    width: 50px;
    font-weight: bold;
}

.linkImage {
    margin-right: 5px;
}

.download {
    background-image: url('../../Content/images/diagram-29.png');
}

#LocationDetails_TD_T0_DXI16_ {
    visibility: hidden;
}

#LocationDetails_TD_T0_DXI15_ {
    visibility: hidden;
}

#ShipName_EI {
    margin-left: 10px;
}

#Username_EI {
    margin-left: 10px;
}

#Email_EI {
    margin-left: 10px;
}

#Password_EI {
    margin-left: 10px;
}

#ConfirmPassword_EI {
    margin-left: 10px;
}

#NewPassword_EI {
    margin-left: 10px;
}

#OldPassword_EI {
    margin-left: 10px;
}

#font {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

.requiredMark {
    color: red;
    font-size: 11px;
    position: absolute;
    right: 0px;
    top: 17px;
}

.requiredMarkPasswordReset {
    color: red;
    position: absolute;
    right: 0;
    top: 15px;
}

@-moz-document url-prefix() {
    #OtherD {
        padding-top: 28px;
    }

    #Description {
        width: 750px;
    }


    #OText {
        width: 750px;
    }

    .requiredMark {
        margin-left: 154px;
    }

    .requiredMarkPasswordReset {
        margin-left: 144px;
        margin-top: -26px;
    }
}
