/*@import url(http://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300);*/
/*	Variables */
/*	backgrounds */
/*	font colours */
/*	border colours and size	*/
/*	grid control colours */
/*	end grid control colours */
/*  trendig analysis colours*/
/*  end trendig analysis colours*/
.pri-bg-colour { background-color: #093e5b !important; }

.sec-bg-colour { background-color: #161e86; }

.third-bg-colour { background-color: #f37021; }

.fourth-bg-colour { background-color: #867e16; }

.pri-fg-colour { color: #cfebfa !important; }

.sec-fg-colour { color: #e9e179; }

/*	Helpers	*/

.border-rounded-thick {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-color: #e1e1e8 #e1e1e8 #e1e1e8 #e1e1e8;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
}

.border-rounded-thin {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-color: #e1e1e8 #e1e1e8 #e1e1e8 #e1e1e8;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.padding-small {
    padding: 2px 2px 2px 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.padding-medium {
    padding: 6px 6px 6px 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}

.padding-large {
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.margin-small {
    margin: 2px 2px 2px 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
}

.logo-container img {
    width: 125px !important;
    margin-top: -20px;
    margin-left:10px;
}

.margin-medium {
    margin: 6px 6px 6px 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
}

.margin-large {
    margin: 10px 10px 10px 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.shaded { background-color: #f9f9f9; }

/* -------------------------- */

/*	This element is used for all content boxes	*/

.content-box { background-color: #ffffff; }

div + div.margin-top {
    margin: 10px 0 0 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

body {
    /*	set the background to avoid white background on short pages	*/
    background-color: #ededed;
    background-color: #dcdcdc;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

input[type=submit] {
    background-color: transparent;
    border: none;
    color: black;
}

input[type=submit]:hover, input[type=submit]:active {
    background-color: #f9f9f9;
    border: none;
    color: black;
}


/*	HEADERS	*/

.header-container {
    background-color: #ffffff;
    padding: 20px 0 0 0;
}

/* Footers */

.sticky-footer-wrap {
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
    min-height: 100%;
    padding: 0 0 160px;
}

.wrap-row {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.sticky-footer-push { height: 20px; }

.sticky-footer {
    background-color: #58595B;
    border-top: 1px solid #ffffff;
    color: white;
    height: 160px;
}

.footer-wrap h3 { font-family: Open Sans Condensed; }

.footer-wrap ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-wrap ul li a { color: white; }

/*	Top Nav Links	*/

.top-nav-container ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.top-nav-container ul > li { float: left; }

    .top-nav-container ul > li > a:link,
    .top-nav-container > li > a:visited {
        color: #f58220;
        display: block;
        font-weight: bold;
        padding: 4px;
        text-align: center;
        text-decoration: none;
        width: 140px;
    }

    .top-nav-container ul > li > a:hover,
    .top-nav-container > li > a:active {
        background-color: #e32026;
        color: #ffffff;
    }

.top-nav-links {
    border-color: lightgrey lightgrey lightgrey lightgrey;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.top-nav-quick-search {
    padding: 20px 0 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

/*	end Top Nav Links	*/

/*	Nav Dropdown Menu	*/

.nav-container { padding: 5px 0 0 0; }

.nav-container .navbar { margin-bottom: 0; }

.nav-container .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    /* bootstrap override */
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius: 0 0 0 0;
    background-color: #333333;
    border-radius: 0 0 0 0;
    color: #ffffff;
    min-height: 0;
}

.nav-container .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
}

.nav-container .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
}

.nav-container .nav > li > a { padding: 5px 15px; }

.nav-container .navbar a { color: #ffffff; }

.nav-container .navbar-default .navbar-nav > li > a:hover,
.nav-container .navbar-default .navbar-nav > .active > a:hover {
    background-color: #4d4d4d;
    color: #f8d744;
}

.dropdown-menu {
    background-clip: border-box;
    font-size: 13px;
    text-align: left;
}

.nav-container .navbar-default .navbar-nav > .open > a.dropdown-toggle,
.nav-container .navbar-default .navbar-nav > .open > .dropdown-menu {
    background-color: #4d4d4d;
    color: #f8d744;
}

.nav-container .dropdown-menu > li > a { color: #ffffff; }

.nav-container .dropdown-menu > li > a:hover {
    background-color: #4d4d4d;
    color: #f8d744;
}

/*	end Nav Dropdown Menu	*/

/*	Sidebar	*/

.quick-search-sidenav {
    background-color: #A6192E;
    color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.sidebar-header {
    border-bottom: 2px solid #dcdcdc;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.sidebar-content a { margin: 5px auto; }

.sidebar-splitbutton {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.sidebar-splitbutton .sidebar-splitbutton-button { width: 88%; }

.sidebar-splitbutton .sidebar-splitbutton-toggle {
    height: 100%;
    position: absolute;
    width: 12%;
}

.IEClass {
    background: RED !important;
    width: 60%;
    font-size: 17px;
    color: white;
    display: none;
}

/*	end Sidebar	*/

/*	Layout and View Container	*/

.view-container { padding: 20px; }

/*	End Layout and View Container	*/

/*	Home Page	*/

.home-page-container {
    background-color: #ffffff;
    padding: 10px 20px;
}

.logon-form-container { background-color: #ffffff; }

.logon-form-container form {
    margin: 10px 5px 0 5px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#home-slider {
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
    z-index: -1;
}

#home-slider img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.home-overlay {
    color: #000;
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #fff;
    float: left;
    opacity: 0.8;
}
    /*
.home-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    float: left;
    margin: 0 30px 0 15px;
    padding: 15px 15px;
}
        */
    

.home-overlay section {
    color: #000;
    float: left;
    font-size: 12px;
    width: 50%;
}

.home-overlay section h1 {
    font-size: 16px;
    line-height: inherit;
    margin: 0;
}

.welcome-text {
    font-size: 15px;
}


.home-overlay h3 {
    margin-top: 5px;
}

#mobileApp { padding-top: 23px; }

#googlePlay { padding-bottom: 10px; }

/*	End Home Page	*/

/*	Footer - Bootstrap Navbar	*/

.navbar-footer {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 0;
}

.navbar-footer a {
    color: #000000;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

/*	End Footer - Bootstrap Navbar	*/

/*	Bootstrap Overrides	*/

.btn-info {
    background-color: #f58220;
    border-color: #f58220;
}

.btn-info:hover {
    background-color: #e32026;
    border-color: #e32026;
}

.btn-primary {
    background-color: #e32026 !important;
    border-color: #e32026;
}

/*can i do this??*/
    .btn-primary:hover {
        background-color: #f58220 !important;
        border-color: #f58220;
    }
/*can i do this??*/
a {
    color: #f58220;
}

.panel-footer {
    text-align: right;
}

.caret { margin-left: 5px; }

.control-label, .btn, .form-control { font-size: 0.9em; }

.form-control { height: 31px; }

.input-group-btn { font-size: 13px; }

/*	End Bootstrap Overrides	*/

/*	Kendo Overrides	*/

a.k-button:hover { text-decoration: none; }

.k-picker-wrap input {
    height: 1.9em !important;
    line-height: 1.9em !important;
}

[role="grid"] th.k-header, [role="grid"] .k-header a, [role="grid"] .k-grid-filter, [role="grid"] th.k-header > .k-link {
    background-color: #A6192E;
    color: white !important;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order { color: inherit; }

/* wrap grid headers */

ul .k-state-selected {
    background-color: #f58220;
}
.k-grid .k-grid-header .k-header .k-link {
    height: auto !important;
}


.k-grid .k-grid-header .k-header { white-space: normal !important; }

.k-grid-header .k-header-column-menu .k-icon {
    background-image: url("/Content/kendo/Bootstrap/sprite_2x.png") !important;
    background-position: -357px -432px;
}


.k-grid-content { min-height: 45px; }

#page-body thead .k-state-active {
    background: url("/Content/kendo/Bootstrap/sprite_2x.png") 0 0 no-repeat;
    background-position: -355px -346px;
    display: block;
    height: 0.9em !important;
    width: 1.9em !important;
}

/*	End Kendo Overrides	*/

/*	Breadcrumbs		*/

.breadcrumb {
    background-color: #e32026;
    border-radius: 0;
    color: white;
    margin-bottom: 5px;
}

.breadcrumb > li, .breadcrumb > li a, .breadcrumb > .active {
    color: #cfebfa;
    text-shadow: none;
}

/*	End Breadcrumbs		*/

.nav-header-text {
    background-color: #A6192E;
    color: white;
    padding: 5px 5px;
}

/*	Validation	*/

.input-validation-error {
    border-color: #b94a48;
    color: #b94a48;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    margin-top: 2px;
    padding: 2px 8px;
}

.validation-summary-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    display: block;
}

.validation-summary-errors ul {
    background-color: #FF0000;
    padding-left: 5px;
}

.validation-summary-errors ul li {
    background-color: #f2dede;
    color: #a94442;
    list-style-type: none;
    padding: 7px;
}

/*	Map Markers */

@media screen and (min-width: 768px) {
    #mapdialog .modal-dialog {
        padding-bottom: 30px;
        padding-top: 30px;
        width: 800px;
    }

    .contact-map i {
        color: #ff0000;
        font-size: 2em;
        position: absolute;
    }

    .contact-map .selected {
        color: green;
        font-size: 3em;
        margin-top: -10px;
    }
}

/*	User-defined Search		*/

.tab-content {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius: 0 0 7px 7px;
    border-color: #e1e1e8 #e1e1e8 #e1e1e8 #e1e1e8;
    border-radius: 0 0 7px 7px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#SearchTabs li a {
    border-color: #e1e1e8 #e1e1e8 #e1e1e8 #e1e1e8;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

#SearchTabs li.active a {
    background-color: #e32026; 
    color: white;
}

.search-values-container .criteria-container {
    border-color: #e1e1e8 #e1e1e8 #e1e1e8 #e1e1e8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0 0 10px 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.search-values-container .value-container {
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.tab-pane button { margin-bottom: 5px; }

/* Sample Details Page */

.SampleDetailsRowSeparator {
    background-color: #49AFCD;
    color: #FFFFFF;
    height: 44px;
}

.SampleDetailsTestRowSeparator {
    background-color: #737373;
    color: #FFFFFF;
}


.SampleDetailsBlankRow { height: 44px; }

.SampleDetailsPanel {
    padding-bottom: 5px;
    padding-top: 5px;
}

.HorizontalGridSampleHeader {
    background-color: #0A517B;
    color: #FFFFFF;
}

.HorizontalGridTestHeader {
    background-color: #FFFFFF;
    color: #000000;
}

.align-right { text-align: right; }

table#SampleDetailsGrid {
    border-collapse: collapse;
    empty-cells: show;
    margin-left: -110px;
    max-width: 1500px;
    table-layout: fixed;
    white-space: nowrap;
}


table#SampleDetailsGrid td, table#SampleDetailsGrid th {
    border-color: rgb(187, 187, 187);
    border-style: solid;
    border-width: 1px;
    height: 100%;
   
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 110px;
}

table#SampleDetailsGrid td.SampleDeatilsGridDiagGridCell {
    text-overflow: clip;
    white-space: normal;
    word-break: normal !important;
}

table#SampleDetailsGrid td:hover, table#SampleDetailsGrid th:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
}

.SampleDetailsTopScroll {
    height: 20px;
    margin-left: 110px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.SampleDetailsInner {
    margin-left: 110px;
    overflow-x: scroll;
    overflow-y: visible;
}

.SampleDetailsOuter {
    overflow-y: hidden;
    position: relative;
}

#SampleDetailsGrid .chkbx { margin: 4px 10px 0 10px; }

#SampleDetailsGrid .masterCheckBox { margin: 10px; }

.colored-label {
    border-radius: .25em;
    font-weight: bold;
}

.clearer { clear: both; }


/* Graphical Analysis Page  */

.label-series1 { margin-left: 21px; }

.label-series2 { margin-left: 21px; }

.label-series3 { margin-left: 21px; }

.label-series4 { margin-left: 21px; }

.label-series5 { margin-left: 21px; }

/* Colour Settings Page */

.panel-group .panel { overflow: visible; }

.colour-picker { height: 34px; }

/* Sample Submission Page */

.grid-dropdown-control {
    height: 17px;
    width: 70px;
}

/*	Sprites		*/

.facebook-icon {
    background: url("/images/social-media-icons.png") no-repeat -5px -3px;
    height: 48px;
    width: 48px;
}

.youtube-icon {
    background: url("/images/social-media-icons.png") no-repeat -146px -285px;
    height: 48px;
    width: 48px;
}

.linkedin-icon {
    background: url("/images/social-media-icons.png") no-repeat -217px -215px;
    height: 47px;
    width: 47px;
}

.twitter-icon {
    background: url("/images/social-media-icons.png") no-repeat -146px -5px;
    height: 47px;
    width: 47px;
}

/* Trending Analysis Page */

.label-trend-fluid-change {
    background-color: blue;
    color: white;
    margin-left: 1px;
    padding-right: 17px;
}

.label-hours-filter-change {
    background-color: white;
    color: black;
    margin-left: 1px;
    padding-right: 17px;
}

.label-trend-filter-change {
    background-color: #ee4000;
    color: white;
    margin-left: 1px;
    padding-right: 17px;
}

.trending-test-grid { padding-left: 0; }

.trending-test-chart { padding-right: 0; }

/* grids */

.badge-grid {
    background-color: #e32026;
}

/* Sample Submission Grid */

.hint {
    background-color: #F5F6CE;
    border-color: grey;
    color: black;
}

.hint-optional { background-color: white; }

.hint-edit { border-color: #848484; }

.iframe-wt10 {
    margin-left: -20px!important;
}


/*New UI*/


@font-face {
    font-family: "Figtree";
    src: url('../fonts/Figtree-Regular.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: "FigtreeBold";
    src: url('../fonts/Figtree-Bold.ttf');
}

@font-face {
    font-family: "FigtreeExtraBold";
    src: url('../fonts/Figtree-ExtraBold.ttf');
}

@font-face {
    font-family: "FigtreeSemiBold";
    src: url('../fonts/Figtree-SemiBold.ttf');
}

@font-face {
    font-family: "FigtreeMedium";
    src: url('../fonts/Figtree-Medium.ttf');
}

.new-shared-logo-img img {
    max-height: 100px;
}

.new-shared-header-nav {
    display: flex;
    flex-direction: column;
    align-content: center;
    min-height: 105px;
    justify-content: center;
}

.new-shared-login-bottom {
    background-color: #e32026;
    color: #ffffff;
    border-radius: 0px;
    width: 100px;
    padding: 0px;
}

.new-shared-login-icon-title-1 {
    color: #58595B;
}

.new-shared-login-icon-title-2 {
    color: #58595B;
}

.new-shared-login-title-1 {
    color: #58595B;
    margin-top: 10px;
    margin-bottom: 5px;
}

.new-shared-login-title-2 {
    color: #58595B;
    margin-top: 0px;
}

.new-shared-login-iconTitles {
    display: flex;
}

.new-shared-backgroud-color {
    background-color: #e32026 !important;
}

.new-shared-backgroud-color ul {
    background-color: inherit;
}

.shared-body {
    background-color: #ffffff
}

.FigtreeFontRegular {
    font-family: Figtree;
}

.FigtreeFontBold {
    font-family: FigtreeBold;
}

.FigtreeFontMedium {
    font-family: FigtreeMedium;
}

.new-app-icons {
    white-space: nowrap;
}

    .new-app-icons a:first-child {
        margin-right: 20px;
    }

.centerMe {
    display: flex;
    flex-direction: column;
    align-content: center;
    min-height: 105px;
    justify-content: center;
}

.new-shared-homeSlider {
    height: 70% !important;
    width: 100% !important;
    left: 0% !important;
    top: 0% !important;
    position: static !important;
}

.new-shared-homeImg {
    width: 90%;
    position: static !important;
}

.new-shared-page-message {
    position: absolute;
    top: 0px;
}

.new-shared-custom-margin-bottom {
    margin-bottom: 0px;
}

.new-shared-loginPartial-padding {
    padding: 20px;
}

.txt-luberalert-primary {
    color: #e32026;
}

.txt-luberalert-secondary {
    color: #f58220;
}

/* Product Ordering */

.hdrTable {
    border: 1px solid #d0cdcd;
    border-right: none;
}

.hdrTableTitle {
    font-size: 14px;
    font-weight: bold;
}

.cartHeader {
    background-color: #708090;
    background-repeat: no-repeat;
    border-left: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    color: #eeeeee;
    cursor: default;
    font-family: verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}

.cartRow {
    background-color: #eeeeee;
    border-left: #eeeeee 1px solid;
    font-family: verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

td:first-child {
    border-left: none;
}

td {
    border-bottom: #f5f5f5 1px solid;
    border-left: #f5f5f5 1px solid;
    padding-left: 3px;
    padding-top: 5px;
}

    td:last-child {
        border-top: #f5f5f5 1px solid;
    }

tr:last-child {
    border-top: none;
}

.cartRowVertical {
    border-left: #f5f5f5 1px solid;
    padding-left: 5px;
    vertical-align: top;
}

.iframe-wt10 {
    margin-left: -20px !important;
}

.cartRowCentre {
    text-align: center;
}
  