﻿
html, body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    height: 100%;
    /*text-align: center;*/
    background-image: url(../Content/Images/background_repeat.jpg);
    background-repeat: repeat-x;
}

.portalName {
    display: inline-block;
    font-size: 25px;
    color: #073460;
    margin-top: 20px;
}

div#container {
    margin: 0 60px;
    text-align: left;
}

#divQuestions{
    text-align: left;
}

.validation-summary-valid {
    display: none;
}

DIV#header {
    width: 100%;
    background-color: White;
    color: #444;
    padding: 11px 0px 0px 20px;
}

.failureIndicator{
    height: 20px;
    width: 20px;
    float:right;
    border-radius: 12px;
}

DIV#header DIV.title {
    padding: .2em 0em 0em 0em;
}

#navTitle {
    margin: 0px 420px;
    clear: both;
    height: 23px;
    width: 450px;
    background-color: #5983b2; /*#00458c;*/
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.alert-info-grid {
    background-color: #ffffe5;
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
}

#navTitle H1 {
    color: white;
    font-weight: normal;
    font-size: 16px;
    text-indent: 20px;
    padding-top: 2px;
    margin-top: 1px;
}

DIV#content {
    float: left;
    clear: left;
    padding: 1em 0em;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


.testDetailButton {
    background-color: #024b83;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 1px 14px;
}

    .testDetailButton:disabled, .testDetailButton:disabled:hover {
        background-color: #a0a0ab !important;
        color: #ccc;
    }

    .testDetailButton.bg-pending-analysis {
        background-color: #eba627;
    }

        .testDetailButton.bg-pending-analysis:hover {
            background-color: #ffd17d;
        }

.page-sub-heading {
    color: #073460;
    font-weight: 600;
    text-align: center;
    margin-top: -4px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.bg-info-ng {
    background-color: #bfd5ea;
}

.bg-warning-ng {
    background-color: #eba627;
}

.analysisCount {
    color: purple;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    top: 185px;
    left: 62px;
}

.ui-accordion .ui-accordion-content{
    padding: 0.4em 0.4em !important;
}

.preconditionHeader th {
    background-color: #d0d5db !important;
}

.preconditionHeader td {
    background-color: whitesmoke !important;
}

.preconditionHeader {
    border-color: white;
}

.preConditionRows {
    height: 30px !important;
    background-color: #eeeff3;
    border: 1px solid white !important;
}

    .preConditionRows td {
        border: 1px solid white !important;
    }

.headerRow {
    height: 40px;
    background-color: #c5ccd9;
    border: 1px solid white !important;
}

    .headerRow th {
        padding: 0px 20px;
        border: 1px solid white !important;
        text-align: center;
    }

.testResultRows {
    height: 60px;
    border-bottom: 1px solid #BFD5EA;
    text-align: left;
}



/*......................................NAVIGATION MENU..........................................*/
/*
    light blue: #bfd5ea
    mid blue:   #5983b2 (was #edf3f8)
    dark blue:  #00458c
*/
#navigation {
    clear: both;
    height: 31px;
    background-color: #bfd5ea;
    border-bottom: solid 1px #00458c;
    margin: 0px 0px 0px 420px;
}

#noNavigation {
    clear: both;
    height: 31px;
}

#navigation ul {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99999;
}

    #navigation ul li {
        font-size: 14px;
        font-weight: bold;
        display: block;
        /*position: relative;*/
        float: left;
        z-index: 99999;
    }

#navigation li ul {
    display: none;
    z-index: 99999;
}

#navigation ul li a {
    display: block;
    text-decoration: none;
    color: #00458c;
    padding: 4.5px 20px;
    background: #bfd5ea;
    margin: 1px 0px;
    white-space: nowrap;
    cursor: pointer;
}

.selected, .selected > a {
    background-color: #024b83 !important;
    color: white !important;
}

#navigation ul li a:hover {
    background: #5983b2;
    color: white; /*#00458c;*/
}

#navigation ul li a.selected {
    color: white; /*#bfd5ea;*/
    background-color: #00458c;
}

    #navigation ul li a.selected:hover {
        background: #5983b2;
        color: white; /*#00458c;*/
    }

#navigation li:hover ul {
    display: block;
    position: absolute;
}

#navigation li:hover li {
    float: none;
    font-size: 13px;
}

#navigation li:hover a {
    background: #bfd5ea;
    color: #00458c;
}

#navigation li:hover li a:hover {
    background: #5983b2;
    color: white; /*#00458c;*/
}

.previousNextBtn input {
    background-color: #024b83;
    color: white;
    width: 90px;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
/*....................................................................................................*/

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

li {
    display: list-item;
}
/*..............................................LOGIN STATUS PANEL........................................*/

#statusname {
    color: #00458c;
    font-size: medium;
    margin: 5px 20px 0px 5px;
    text-align: right;
    font-weight: bolder;
}

#statuslogintime {
    color: #4b5457;
    font-size: small;
    text-align: right;
    float: right;
    margin: 4px 22px 0 18px;
}

#statuspendingactions {
    color: #B1283C;
    font-size: small;
    text-align: center;
    vertical-align: middle;
}


.statusloginlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #00458c;
    border: 0px;
    height: 20px;
    min-width: 50px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
    line-height: 20px;
    width: 35px;
    padding: 5px;
}

/*phones css, TODO: move this out to seperated style sheet-*/

.prevNext {
    float: left;
    padding-top: 50px;
    padding-left: 10px;
    display: block;
    width: 30px;
}

#phoneContent {
    padding-left: 260px;
}

.phone {
    width: 130px;
    text-align: center;
}

.smallText {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 0.7em;
}

.smallTextTFr {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 0.7em;
    text-align: center;
}


.roundedBox {
    clear: both;
    height: 100px;
    width: 710px;
    background: url(/Content/Images/rounded.gif) no-repeat;
    font-size: 0.7em;
}

#dvCompat {
    text-align: center;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
}

#dvPhoneName {
    text-align: center;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
}

.title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

.vehicleText {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    color: #335522;
    margin-right: 5px;
}

.hand {
    cursor: hand;
}

div#scrollbar {
    display: none;
}

div#wn {
    position: relative;
    width: 650px;
    height: 146px;
    left: 35px;
    overflow: hidden;
}

div#scrollbar {
    position: relative;
    width: 696px;
    height: 11px;
    display: block;
    font-size: 1px;
    font-family: Arial,Helvetica,sans-serif;
}

div#track {
    position: absolute;
    left: 35px;
    top: 1px;
    width: 650px;
    height: 11px;
    background: #efefef;
}

div#dragBar {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 20px;
    height: 9px;
    background-color: #cccccc;
}

div#left {
    position: absolute;
    left: 10px;
    top: -100px;
}

div#right {
    position: absolute;
    right: -15px;
    top: -100px;
}

div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

    div#scrollbar img {
        display: block;
    }

.topFeatures {
    font-family: Arial,Helvetica,sans-serif;
    clear: both;
    width: 426px;
    height: 137px;
    margin-left: 25px;
    margin-top: 20px;
    background: url(/Content/Images/rounded3.gif) no-repeat;
    font-size: 0.7em;
}

.compat {
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    font-weight: bold;
    width: 424px;
    font-size: 1.2em;
}

.toolTip {
    z-index: 1000;
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 2px;
    FONT-SIZE: 8pt;
    BACKGROUND: lightyellow;
    VISIBILITY: hidden;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: gray 1px solid;
    FONT-FAMILY: Verdana;
    POSITION: absolute;
}

div.status {
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    background-color: #BFD5EA;
    border-color: #125294;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    width: 975px;
}

    div.status p {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
    }

.filtersContentBorder {
    margin: 20px 0;
    width: 100%; /*900px;*/
    min-width: 960px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #a6c9e2;
    color: #2e6e9e;
    background-color: #dfeffc;
    display: inline-flex;
}

.filtersContentBorder2 {
    margin-top: 10px !important;
    width: 96%;
    margin-left: 40px;
    min-width: 960px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #a6c9e2;
    color: #2e6e9e;
    background-color: #dfeffc;
    height: 100px;
}

.filters {
    width: auto;
    height: 21px;
    padding: 6px 15px 5px 20px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius: 15px;
    border-right: 2px solid #5983b2;
    background-color: #5983b2;
    display: block;
    float: left;
}

.innerContainer {
    width: auto; /*795px;*/
    height: 20px;
    float: left;
    padding: 6px;
}

.innerText {
    width: auto;
    margin-left: 1.5%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.drpStyle {
    margin-left: .5%;
    width: 12%;
    float: left;
}

.script-detail {
    /*float: left;*/
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    width: 975px;
}

    .script-detail div:first-of-type {
        text-align: left;
    }

    .script-detail div {
        padding: 0px 5px;
        float: left;
        word-wrap: break-word;
        border-right: 1px dotted #2e6e9e;
        text-align: center;
    }

        .script-detail div:last-child {
            border-right: 0px none transparent;
        }

        .script-detail div p {
            line-height: 24px;
        }

.filtersContentBorder div.script-name {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.result-container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.report-container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

@media (min-width: 1px) and (max-width: 767px) {
    div#container {
        width: 100%;
    }

    DIV#header {
        width: 100%;
    }

    DIV#content {
        width: 100%;
    }

    #navigation {
        width: 100%;
    }

    .container_24 {
        width: 100% !important;
    }

    #loginboxbg {
        margin: 0 auto !important;
        width: 310px !important;
        float: none !important;
        display: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#container {
        width: 100%;
    }

    DIV#header {
        width: 100%;
    }

    DIV#content {
        width: 100%;
    }

    .container_24 {
        width: 100% !important;
    }

    #loginboxbg {
        margin: 0 auto !important;
        float: none !important;
        display: inherit !important;
    }
}

.ui-jqgrid .ui-pg-input {
    width: 60px;
}

.sbHolder {
    width: 170px !important;
}

.LoginPanel {
    float: right;
    width: 330px;
}

.LoginPanelInner {
    width: 240px;
    height: 50px;
    text-align: right;
    float: left;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #bfd5ea;
    color: white;
    text-align: center;
    height: 20px;
    padding-top: 5px;
    color: black;
    margin-top: 10px;
}

.helpimage {
    width: 20px;
    height: 20px;
}

.ui-widget-content .ui-state-highlight {
    color: blue !important;
    font-size: 14px;
}

.ui-jqgrid tr.jqgrow td {
    word-wrap: break-word;
}

/*.ui-jqgrid tr.jqgrow td {
    vertical-align:mi !important;
}*/

.failure-Description-header {
    font-size: 15px;
    /*background: #eff4f9;*/
    width: 230px;
    padding: 4px 20px;
    color: #024b83;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 0px;
}

.validationCommentSection {
    padding: 5px 40px;
    margin-bottom: 15px;
}

.validationCommentSection table{
    border-color: #BFD5EA;
    width: 100%;
}


.validationCommentSection table tr td{
    padding: 5px;
}

.comment-Header {
    font-weight: 500;
}

.gimReportTable tr .issueVal {
    height: 30px;
}

.issue-Detail-header {
    color: #073460;
    background-color: #eff4f9;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.issueVal textarea {
    width: 100%;
    border: 0.5px solid #dedfed;
}

.issueVal a textarea{
    cursor: pointer;
}

.gimReportTable tr {
    border-bottom: 1px solid #e8f1f9;
}

.gimReportTable tr td {
    padding: 3px;
    height: fit-content;
    font-size: 13px;
}

.gimReportTable tr:last-child {
    border: none !important;
}

.gimReportTable tr th {
    min-width: 185px;
}

.gimReportTable tr .issueVal {
    width: 100%;
}

.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
    border-bottom: #024b83 2px solid;
}

.tablesorter-default th, .tablesorter-default thead td {
    border-bottom: none !important;
}

.tablesorter-default td {
    background-color: inherit !important;
    vertical-align: middle !important;
    font-size: 14px;
    border-bottom: none !important;
}

.tablesorter-default {
    font: inherit !important;
}

@media (min-width: 1160px) and (max-width: 1377px) {
    #header img {
        width: 90%;
        height: 60px;
    }
    .portalName{
        font-size: 22px;
    }
    #loginInfoContainer{
        line-height: 17px;
        padding: 0px !important;
        width: 290px;
    }
    .LoginPanel{
        height: 60px;
    }
    .Version{
        width: 176px !important;
    }
}

@media (min-width: 400px) and (max-width: 1160px) {
    .infoContainer{
        padding: 0px !important;
    }
    .title img {
        width: 70%;
        height: 56px;
        margin-top: 10px;
    }

    .portalName {
        font-size: 20px;
    }

    #loginInfoContainer {
        line-height: 17px;
        padding: 0px !important;
        width: 250px;
    }

    .LoginPanel {
        height: 60px;
    }

    .Version {
        width: 176px !important;
    }
    div#container, .title img, .title div:nth-child(2) {
        margin: 0 !important;
    }
    div#header{
        padding-left: 0;
    }
}

@media (min-width: 400px) and (max-width: 884px) {
    #navigation, #navTitle {
        margin: 0 !important;
    }

    #header {
        height: 155px !important;
    }

    .portalName {
        margin: 20px 5px !important;
    }

    .analysisCount{
        top: 223px !important;
    }
}

@media (min-width: 884px) and (max-width: 1430px) {
     .analysisCount{
        top: 160px !important;
    }
}