﻿/*----------------------------------------------------------
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 {
    background-color: #ffffff;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: black;
}

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;
    color: #196cbc;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

.error-label {
    color: red;
}

.noerror-label {
    color: black;
}

h5, h6 {
    font-size: 1em;
}

a {
    color: #000000;
}

li {
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* 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: 95%;
    height: 95%;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
}

.t-status-text {
    color: #FFFFFF;
}


header, #header {
    position: relative;
    margin-bottom: 0;
    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;
    }

#main {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu {
    position: relative;
    margin: 0;
    text-align: right;
    background-color: #196CBC;
    font: 1.2em arial, sans-serif;
}

    #menu .t-item {
        border-width: 0 0 0 1px;
    }

    #menu .t-link {
        padding: 5px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.8em;
    }

/* 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"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}


.row {
    display: table-row;
    vertical-align: middle;
}

.column {
    display: table-cell;
    vertical-align: inherit;
    padding-left: 5px;
    padding-right: 5px;
}

.text-center, .center-children {
    text-align: center;
}

.center-children .centered {
    display: inline-block;
}

/* Specific Styles  
----------------------------------------------------------*/

div#title {
    display: block;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

.t-picker-wrap {
    margin: 0 auto;
}

.t-window-titlebar .t-window-title {
    color: white;
}

#TableId {
    margin: 0 auto;
    margin: 0 auto;
    max-width: 100%;
    height: 415px;
    vertical-align: auto;
    background-color: white;
}

.t-window-content .t-widget .t-combobox .t-header {
    width: 10px;
    border: solid 1px;
}

.t-widget .t-combobox .t-dropdown-wrap .t-select {
    width: 16px;
}

#feedback-open-button {
    width: 93px;
}


.t-widget, .t-window {
    position: inherit;
}

/* 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;
}

a.imageIcon {
    background: url(../img/test.gif) no-repeat top left;
    display: block;
    width: 29px;
    text-indent: -9999px; /* hides the link text */
}
/* 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;
}

.hint {
    font-style: italic;
    font-size: 85%;
}

.highlight-soft {
    background-color: #ffffc0;
}

.highlight-invalid-char {
    background-color:#ED1C24;
    color: white;
}

.highlight-qword {
    background-color:#F3D54E;
    color: black;
} 

.tooltip {
     max-width: 500px;
     position: fixed;
     padding: 10px;
     border: 1px solid #ccc;
     background: #fff
 }

#approval-details-view textarea, select, input, button {
    font-family: Neo Sans Intel, Verdana, Segoe UI, Helvetica Neue, Droid Sans;
}

#approval-details-view input[type=text] {
    font-size: 13px;
}


#initiationWindow {
    border: solid black 1px;
}

#CaseTemplate {
    margin-top: 5px;
}

.serialNumberInput {
    margin-top: 5px;
    margin-bottom: 5px;
    border-spacing: 2px;
}

.navigationButton {
    cursor: pointer;
    height: 15px;
    width: 15px;
    padding-left: 5px;
    margin-top: 3px;
    text-decoration: underline;
}

#unit-information {
    height: auto;
    margin-top: 15px;
}

a:link {
    color: #080808;
}

a:visited {
    color: #2B578F;
}

a:hover {
    color: #010914;
}

a:active {
    color: #2B578F;
}

/* Styles for UnitsEntry
----------------------------------------------------------*/
#fieldSetUnitsEntry {
    margin-top: 47px;
}

#searchInputMM {
    margin-left: 1px;
}

#messageRequestMM {
    margin-left: 1px;
}

#mm-validation {
    margin-left: -14px;
}

#CasesSection {
    width: 750px;
}

#butCountinueCases {
    width: 90px;
    margin-top: 35px;
    visibility: hidden;
    text-align: center;
}

/* Styles for FACRApprovals popUps
----------------------------------------------------------*/
#button-approve,
#button-cancel {
    display: block;
    text-align: center;
    width: 90%;
    height: 25px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #015991;
    color: #ffffff;
    width: 70px;
    float: left;
    margin-top: 6px;
}

#buttonsModalDiv {
    margin-left: 141px;
    margin-top: 16px;
}

.button-row {
    display: block;
    margin: auto;
    text-align: center;
    padding: 5px;
}

.button-row button {
    display: inline-block;
    margin: 0 10px;
}

.popup-button {
    line-height: 30px;
    background-color: #015991;
    color: #ffffff;
    width: 70px;
}

img.info-icon {
    height: 25px;
}

.loader-center {
    display: block;
    margin: 10px auto;
}

.alerts-viewer ol li {
    margin: 15px 0;
}

.alerts-viewer h3 {
    font-size: 100%;
    font-weight: bold;
}

.alerts-viewer span.badge {
    position: absolute;
    right: 10px;
    background-color: #008000;
    border-radius: 25%;
    padding: 0 3px;
    vertical-align: middle;
    color: white;
    text-shadow: 1px 1px 1px #000000;
}

.alerts-viewer span.badge.info {
    background-color: #f4b525;
}

.alerts-viewer span.badge.error {
    background-color: #d65532;
}

.alerts-viewer .ui-accordion .ui-accordion-content {
    padding-top: 0;
    padding-bottom: 0;
}


#message-text {
    text-align: center;
}

#pop-up-message, #waitWindowApprovals, #initiationWindow {
    display: none;
}

#customerEmail {
    display: none;
    margin: 0 auto;
}

#validateEmail {
    color: red;
    display: none;
}

#textLoading {
    margin-left: 10px;
}

#header-container {
    background-color: #fafad2;
    width: 100%;
    height: 30px;
    color: black;
    border: 1px #dddddd solid;
    text-align: center;
    padding-top: 2px;
    display: none;
    line-height: 25px;
}
/* Approval Edit
----------------------------------------------------------*/
#saveButton {
    margin-left: -22px;
}

#saveClose {
    padding-bottom: 10px;
    float: right;
    position: relative;
    right: 265px;
    padding-top: 55px;
}

#continueComponentsView {
    margin-left: -8px;
}
/* UnitDetails Edit
----------------------------------------------------------*/
#divButtons {
    float: left;
    position: relative;
    top: 21px;
    margin-left: 20px;
}

#loadingDiv {
    margin: 0px auto;
    padding-left: 75px;
    display: none;
    padding-top: 10px;
}

label.invalidMessages {
    clear: both;
    float: left;
    margin-right: 2px;
    color: red;
    font-weight: normal;
    visibility: hidden;
}

#labelFpo {
    float: left;
}
/* FACR Manager
----------------------------------------------------------*/
#dashedLine {
    border-right: 2px dashed #000000;
    height: 245px;
    width: 5px;
}

#goalLine {
    height: 250px;
    width: 5px;
    margin-left: 30px;
    margin: -317px 372px 0;
}

#export {
   margin-left:995px;

}

.imageParagraph{
    margin-bottom:15px;
}
