﻿/* DEFAULTS
----------------------------------------------------------*/



body, html, form {
    background: White;
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
}


body {
}

.GroupHeader {
    background-color: #DDF4FF !important;
}

.rgRow td {
    font-size: 14px;
}



.rgAltRow td {
    font-size: 14px;
    /*background-color: #D8E9FF;*/
    border: 0 none white;
}

.rcOutOfRange span {
    color: lightgray !important;
    /*text-decoration:line-through !important;*/
}

.AltItemNoBackground {
    background-color: transparent !important;
}

.rgAltRow tr {
    border: 0 none white;
}

.RadGrid {
    border: 0 none white !important;
}

.rgMasterTable, .rgMasterTable Table, .rgMasterTable Table tr, .rgMasterTable Table tr td {
    border: 0 none white !important;
}



.navbuttons {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#HeadLoginView_pnlLogin, .UsernameLabel {
    font-size: 14px !important;
    /*color: #007ac0 !important;*/
}

    .UsernameLabel a:link {
        font-size: 14px !important;
        /*color: #007ac0 !important;*/
    }

.rmText {
    text-transform: none !important;
}

.rgHeader {
    background-color: #0C3C60;
    color: #FFFFFF !important;
    font-size: 14px;
}

.RadGrid_Metro .rgHeader a, .CustomHeadingBlocksTitle .DarkHightlightText {
    color: White;
}

.RadGrid_Metro th.rgSorted {
    background-color: #0278C0 !important;
}

.toggle,
.tooltip .tooltiptext,
.add-button,
.remove-button,
input:checked + .toggle,
.Color1,
.RadComboBox_Metro .rcbFocused .rcbArrowCell {
    background-color: #0C3C60 !important;
}


.tooltip {
    opacity: 1;
}

.Color3, .CustomColor3 {
    background-color: #E5E5E5 !important;
}

.PackItemsGridStyle {
    background-color: white !important;
}


.menuBar {
    background-color: #0C3C60 !important;
    min-height: 25px;
}

.HeadingBlocksValue, .orderDataRow, .CustomHeadingBlocksValue {
    padding: 4px;
    background-color: #DBDBDB !important;
}

.HeadingBlocksTitle, .CustomHeadingBlocksTitle {
    background-color: #0C3C60 !important;
    padding: 4px;
    color: white !important;
}



.HeadingBlocksContainer {
    border: 0px solid white;
}

.rgNumPart a {
    background-color: white !important;
}

.rgInfoPart {
    color: white !important;
}

    .rgInfoPart strong {
        color: white !important;
    }

.rgFooter, .rgPager {
    background-color: #0C3C60;
    color: white !important;
    font-size: 14px;
}



a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   

----------------------------------------------------------*/
#wrap {
    height: 100%;
}

* html #wrap {
    height: 100%
}

#inner-wrap {
    padding-bottom: 50px;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
}

    #inner-wrap:after {
        content: " ";
        display: block;
        clear: both;
    }

* html #inner-wrap {
    height: 100%;
}

.container {
    padding: 15px;
    height: 100%;
}

.page {
    background-color: #fff;
    border: 0px solid #B5C7DE;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%;
    margin: 0 auto -40px; /*Allow for footer height*/
    vertical-align: bottom;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: red;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: red;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    padding: 0px;
    vertical-align: bottom;
    margin: 0px;
    /* background-image: url('/TrenstarEAM.EAMClientWeb/Static/TRENSTAR/header-banner.jpg'); todo:  use correct image*/
    background-repeat: no-repeat;
    background-color: #0C3C60;
}

    .loginDisplay a:link {
        color: #0C3C60;
    }

    .loginDisplay a:visited {
        color: #0C3C60;
    }

    .loginDisplay a:hover {
        color: #838383;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.Headings {
    font-weight: bold;
    font-size: medium;
    color: #0C3C60;
    text-decoration: underline;
}

.ReportParameterHeadings {
    font-weight: bold;
    font-size:larger;
    color: Black;
    text-decoration: underline;
}

.Login {
    font-weight: bold;
    font-size: medium;
    color: #507CD1;
}

.invalid {
    border: 1px solid red;
}

.invalid-input-message {
    font-size: 0.8em;
    color: red;
    font-style: italic;
}

.error-alert {
    font-weight: bold;
    font-size: 16px;
    background: crimson;
    color: white;
    margin: 8px 0;
    padding: 8px;
    display: block;
    text-align: center;
}

.RadMenu_Metro div.rmRootGroup, .RadMenu_Metro ul.rmRootGroup {
    padding: 1px;
    background-color: White !important;
}

.RadMenu_Metro .rmRootLink {
    padding: 0 10px;
    border: 1px solid transparent;
    color: #0C3C60 !important;
    font-size: 14px;
}


/*TFS LOG 3318: Client Web Login - redesign Client Web Login page to match new TrenStar corporate web site */

.bottom-left {
    position: absolute;
    top: 15%;
    /*right: 76px;*/
    /*right: -25%; */
    opacity: 0.9;
    margin: 0px;
    padding: 0px
}

.bottom-right-img {
    position: absolute;
    font-family: Arial;
    font-weight: bold;
    color: #0C3C60;
    right: 25%;
    opacity: 0.9;
    bottom: 10%   
}

.bottom-right {
    position: absolute;
    font-family: Arial;
    font-weight: bold;
    color: #0C3C60;
   /* right: -25%; */
    opacity: 0.9;
    top: 15%;
}

.bottom-left li {
    display: inline-block
}

li:hover {
    text-decoration-line: underline
}

.active {
    text-shadow: 20px;
    border-bottom: dashed;
}

.language:hover {
    text-decoration-line: underline
}

#Language_English:active {
    text-decoration-line: underline;
    text-shadow: inherit
}

.bottom-left ul li {
    font-family: Arial;
    font-weight: bold;
    color: #0C3C60;
    list-style: none;
    margin-left: 0px;
    cursor: pointer;
}

#loginForm {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100px;
    top: 160px;
}

    #loginForm ul li {
        font-family: Arial;
        text-align: right;
        color: #0C3C60;
        list-style: none;
        margin-left: 0px;
        cursor: pointer
    }

#forgotPasswordForm {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100px;
    top: 180px
}

    #forgotPasswordForm ul li {
        font-family: Arial;
        text-align: right;
        color: #0C3C60;
        list-style: none;
        margin-left: 0px;
        cursor: pointer
    }

.RadWindow_Metro .rwTopResize {
    background-color: #0C3C60 !important;
    color: white !important;
}

.RadWindow_Metro .rwControlButtons a {
    background-color: #0C3C60;
    border: 1px solid #0C3C60;
}

.HeaderBar {
    width: 100%;
    background-color: #0C3C60;
    border: 0px none white !important;
    position: absolute;
    height: auto;
    top: 6.5vmax;
    z-index: 50 !important;
}

.page-title {
    color: White;
    font-size: 18px;
    font-weight: bold;
}

.RadMenu_Metro .rmRootLink {
    padding: 0 10px;
    border: 1px solid transparent;
    color: #0C3C60;
    font-size: 14px;
}

.NavigationControl {
    width: 100%;
    border: 0px solid white;
    height: 30px;
    padding: 0 10px;
    border: 1px solid transparent;
    background-color: #DBDBDB;
    font-size: 14px;
}


.RadMenu_Metro div.rmRootGroup, .RadMenu_Metro ul.rmRootGroup {
    background-color: White;
}

.rbHovered {
    background-color: #0C3C60;
    color: #fff;
}

.RadWindow_Metro .rwTopLeft,
.RadWindow_Metro .rwTopRight,
.RadWindow_Metro .rwTitlebar,
.RadWindow_Metro .rwTopResize,
.labelHeader,
.RadPicker_Metro .rcCalPopup:hover,
.CustomTableHeader,
.RadListBox_Metro .rlbItem.rlbSelected,
.RadGrid_Metro .rgGroupHeader,
.FooterButton:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.RadWindow .rwPopupButton:hover, .RadWindow .rwPopupButton span:hover
a.rwPopupButton:hover,
.rwPopupButton:hover,
span.rwInnerSpan:hover,
.rlbActive .rlbSelected,
.RadListBox_WebBlue .rlbItem.rlbSelected,
.rlbHovered,
.RadButton_Metro.RadButton.rbToggleButton.rbHovered,
.RadButton_Metro.RadButton:focus,
.RadButton_Metro.RadButton.rbHovered:focus,
.RadButton_Metro.rbToggleButton:active .rbText, 
.RadButton_Metro.rbToggleButton:focus .rbText,
.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow,
.CustomInboundTableHeader {
    background-color: #0C3C60 !important;
    color: white !important;
}

.toggleLoad:before, input:checked + .toggle:after, .rbTextAlt .rbText, .DarkHightlightText {
    color: #0C3C60;
}

.RadButton_Metro.rbSkinnedButtonChecked,
.RadButton_Metro.rbSkinnedButtonChecked input.rbDecorated,
.RadButton_Metro.RadButton.rbSkinnedButtonChecked,
.RadButton_Metro.RadButton.rbSkinnedButtonChecked,
.RadButton_Metro.RadButton.rbLinkButtonChecked,
.RadWindow_Metro .rwControlButtons a,
.RadComboBox_Metro .rcbFocused .rcbArrowCell,
.RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell,
.RadCalendarTimeView_Metro td.rcSelected a,
.ReportColumn .RadPanelBar_Metro .rpExpanded,
.RadPanelBar_Metro .rpSelected,
.RadButton_Metro.rbVerticalButton:active .rbDecorated,
.RecivesTable .rgRow,
.RecivesTable .rgAltRow,
.RadButton_Metro.rbSkinnedButtonChecked.rbHovered .rbDecorated {
    background-color: #0C3C60 !important;
    border: 1px solid #0C3C60 !important;
}

    .RadButton_Metro.RadButton.rbLinkButton
    .RadButton_Metro.rbSkinnedButton.rbHovered,
    .RadButton_Metro.rbVerticalButton.rbHovered,
    .RadButton_Metro.rbHovered .rbDecorated,
    .RadButton_Metro.RadButton:active,
    .RadButton_Metro.rbSkinnedButtonChecked.rbHovered,
    .RadButton_Metro.RadButton.rbLinkButton.rbHovered,
    .RadButton_Metro.RadButton.rbSkinnedButtonChecked:hover,
    .add-button:hover,
    .remove-button:hover,
    .bss .btn-default:hover,
    .RadButton_Metro.rbSkinnedButtonChecked.rbHovered .rbDecorated {
        background-color: #0C3C60;
        color: #fff;
    }

.RadButton_Metro {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}



table.labedTable tbody td:nth-child(odd) {
    background-color: #0C3C60;
    color: white;
}



.labelHeader {
    font-weight: bold;
}

.RadButton_Metro .rbToggleCheckbox,
.RadButton_Metro .rbToggleCheckboxChecked,
.RadButton_Metro .rbToggleRadioChecked {
    background-image: url('Sprites/radFormToggleSpriteCustom.png');
}

div.RadToolTip_Metro div.rtCallout {
    background-image: url('Sprites/Callouts.gif');
}

.RadPicker_Metro .rcCalPopup,
.RadPicker_Metro .rcTimePopup {
    background-image: url('Sprites/sprite.gif') !important;
}

.AddStatusRecieveStyle {
    background-color: red;
    color: white;
}

.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid_Metro .rgSelectedRow,
.rgSelectedRow .detail_gridItemItemStyle,
.rgSelectedRow .hand_gridItemItemStyle,
.NonAddStatusRecieveStyle {
    /* background-color: white !important; */
    color: black !important;
}

.intransitDaysExceeding {
    color: orange !important;
/*    background-color: white;*/
}

.RadGrid_Metro .rgDetailTable {
    font: normal 12px "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 16px;
}

.RadGrid_Metro .rgAltRow {
    background: #ededed !important;
}

.RadGrid_Metro .rgRow {
    background: white !important;
}

/*.detailTable .rgAltRow {
    background-color: white;
}*/

.detailTable .rgRow, .detailTable .rgAltRow, .LightGridRowColor {
    background-color: white !important;
}

.RadGrid_Metro .rgRow td, .RadGrid_Metro .rgAltRow td, .RadGrid_Metro .rgEditRow td {
    border-style: none;
}

.DispatchedCell {
    /*    background-color: white;*/
    border-color: #0C3C60;
    border-style: solid;
}

.StatusCell {
    background-color: white;
    color: black;
    border-style: none !important;
    text-wrap: normal;
}

.ReportHeaderRow {
    width: 350px;
    vertical-align: top;
    background-color: #0C3C60;
}

div.RadToolTip_Metro .rtWrapper .rtWrapperBottomCenter, div.RadToolTip_Metro .rtWrapper .rtWrapperBottomRight, div.RadToolTip_Metro .rtWrapper .rtWrapperBottomLeft,
.RadGrid_Metro .rgNumPart a.rgCurrentPage {
    border-bottom: 1px solid #DBDBDB;
}

div.RadToolTip_Metro .rtWrapper .rtWrapperBottomRight, div.RadToolTip_Metro .rtWrapper .rtWrapperRightMiddle, div.RadToolTip_Metro .rtWrapper .rtWrapperTopRight {
    border-right: 1px solid #DBDBDB;
}

div.RadToolTip_Metro .rtWrapper .rtWrapperTopLeft, div.RadToolTip_Metro .rtWrapper .rtWrapperLeftMiddle, div.RadToolTip_Metro .rtWrapper .rtWrapperBottomLeft {
    border-left: 1px solid #DBDBDB;
}

div.RadToolTip_Metro .rtWrapper .rtWrapperTopRight, div.RadToolTip_Metro .rtWrapper .rtWrapperTopCenter, div.RadToolTip_Metro .rtWrapper .rtWrapperTopLeft {
    border-top: 1px solid #DBDBDB;
}

div.RadToolTip_Metro .rtWrapper .rtWrapperTopRight,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopLeft,
div.RadToolTip_Metro .rtWrapper .rtWrapperLeftMiddle,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomRight,
div.RadToolTip_Metro .rtWrapper .rtWrapperRightMiddle,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopRight,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopLeft,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopRight,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomLeft,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomRight,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperLeftMiddle,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopLeft,
div.RadToolTip_Metro .rtWrapper .rtWrapperContent,
div.RadToolTip_Metro .rtWrapper .rtWrapperRightMiddle {
    background-color: #DBDBDB;
    color: black;
}

.ItemGridHeader {
    text-align: Center;
    /*    background-color: #0C3C60 ;*/
    /*color: white*/;
}

#header {
    background-color: #0C3C60;
    height: 140px;
    width: 100%;
    overflow: hidden;
}



.RadGrid_Metro .rgHoveredRow td {
    background-color: #0C3C60;
    color: white;
    cursor: pointer;
}

.rmRootLink :after {
    padding-left: 12px;
    content: "|";
}

.rmLast ::after, .rmGroup .rmItem ::after, span.rmToggle::after {
    content: "";
}

.RadMenu_Metro div.rmRootGroup, .RadMenu_Metro ul.rmRootGroup {
    padding-left: 3vw !important;
}

.StockCorrectionNotes {
    width: 500px;
    margin: 0 auto 15px auto;
    text-align: center !important;
}

.RadMenu_Metro .rmRootLink:hover, .RadMenu_Metro .rmFocused, .RadMenu_Metro .rmFocused:hover {
    border: 1px solid transparent; /*Was moving menu text 1 px, annoying. SN20260119*/
}

.StockCorrectionAdd {
    width: 500px;
    margin: 0 auto 15px auto;
    padding: 20px;
    background-color: white;
}

.CustomNewHidden {
    display: none;
}

.StockCorrectionHeadTable {
    width: 400px;
    margin: auto;
}

.dialog-table {
    margin-right: 5%;
    width: 90%;
    margin-left: 5%;
}

.ReciveTableHeader {
    border: 0px solid white;
    width: 100%;
    color: white;
}


.BulkScanFooter {
    background-color: #0C3C60;
}

table {
    border-collapse: unset;
}

.BrandFooter {
}


.SecondLevelGrid {
    background-color: transparent !important;
}

.headRow, .headRow .hand_gridItemItemStyle, .headRow .RadGrid_Metro .rgMasterTable, .headRow .RadGrid_Metro, .RadGrid_Metro .rgHeader {
    font-weight: 700 !important;
    font: bold !important;
}

.AddressDetail, .SecondLevelGrid .rgHeader, .SecondLevelGrid .rgHeader a, .SecondLevelGrid th.rgSorted, .SecondLevelGrid th.rgSorted, .SecondLevelGrid .RadGrid_Metro .rgRow {
    background-color: transparent !important;
    color: black !important;
    font-weight: 500;
}

.SecondLevelGrid .rgRow, .SecondLevelGrid .rgAltRow, .WaybillRow, .WaybillRow .Color1, .SecondLevelGrid .PackItemsGridStyle, .SecondLevelGrid > .PackItemsGridStyle {
    background-color: transparent !important;
    color: black !important;
}

.SecondLevelGrid th, .SecondLevelGrid .RadGrid_Metro .rgDetailTable, .SecondLevelGrid .RadGrid_Metro, .SecondLevelGrid .rgHeader .RadGrid_Metro, .SecondLevelGrid .rgHeader, .SecondLevelGrid .rgHeader a, .SecondLevelGrid th.rgSorted, .SecondLevelGrid th.rgSorted, .headRow, .SecondLevelGrid .hand_gridItemItemStyle, .SecondLevelGrid .RadGrid_Metro .rgMasterTable {
    font-weight: 500 !important;
    font: bold 12px "Segoe UI",Arial,Helvetica,sans-serif !important;
}

table.SecondLevelGrid tbody tr:nth-child(odd), .Transparent {
    background-color: transparent !important;
}

.ChildHeader, .WaybillRow {
    font-weight: 500 !important;
    font: bold 12px "Segoe UI",Arial,Helvetica,sans-serif !important;
}


.LightBlue {
    background-color: lightblue !important;
}


.rgSelectedRow .darkRow, .rgSelectedRow .lightRow {
    /* background-color: lightblue !important;
    color: black !important; */
}

.Width25 {
    width: 25%;
}

legend {
    width: auto;
}

.sohSubHeader th, .sohSubHeader {
    font-weight: normal !important;
}

.MorePadding {
    padding: 20px;
}

.MainHeader > .rgExpand, .MainHeader > .rgCollapse {
    background-image: url('Sprites/gridSprite.gif') !important;
}

.darkHeadRow, .darkHeadRow > .Color1 {
    background-color: #DBDBDB !important;
    color: black !important;
}

.lightHeadRow > .Color1, .lightHeadRow {
    background-color: #DBDBDB !important;
    color: black !important;
}


/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.DarkBlueBackground {
    background-color: #0C3C60 !important;
}

.LightPanel {
    background-color: #e5e5e5 !important;
}

.FooterButton {
    font-weight: bold;
}

.CustomMenuBar {
    position: absolute;
    top: 5.5vmax;
    width: 100%;
    z-index: 1001 !important;
}

.MainBodyContent {
    margin-top: 5px;
    padding-top: 50px;
}

@media only screen and (max-width: 1513px) {
    .CustomMenuBar {
        top: 8vmax;
    }

    .HeaderBar {
        top: 12vmax;
    }

    #content {
        top: 26%;
    }
}

@media only screen and (max-width: 1200px) {
    #content {
        top: 30%;
    }
}

@media only screen and (max-width: 600px) {
    #content {
        top: 36%;
    }
}

@media only screen and (max-width: 1371px) {
    .HeaderBar {
        top: 15vmax;
    }

    .MainBodyContent {
        margin-top: 5vmax;
    }
}

@media only screen and (max-width: 1030px) {
    .CustomMenuBar {
        top: 10vmax;
    }

    .HeaderBar {
        top: 19vmax;
    }
}

.RadTile_Metro .rtilePeekContent {
    background-color: #0C3C60;
}

.RadButton_Metro.rbSkinnedButton {
    border: none;
}

.RadTile_Metro.rtileSelected, .RadTile_Metro.rtileHovered {
    border-color: #0C3C60;
}
/*** Works on common browsers ***/
::selection {
    background-color: #0C3C60;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #0C3C60;
    color: #fff;
}


.Description {
    width: 800px !important;
}

.Barcode {
    width: 150px !important;
}

.Quantity {
    width: 150px !important;
}

.RadDropDownTree_Metro .rddtFocused, .RadTreeView_Metro .rtSelected .rtIn {
    border-color: #0C3C60;
    color: white;
    background-color: #0C3C60;
}

.RadAjax_Metro .raColor {
    background-color: #DBDBDB;
    background-color: #0C3C60 !important;
}

.RadAjax_Metro .raDiv {
    background-image: url('../../Images/TrenstarEAMLoading.gif');
}

.RadCalendar_Metro .rcRow .rcSelected {
    border-color: #fff;
    background: #0C3C60 !important;
}

.SOHSubmit, .bss .btn-primary {
    background-color: #0C3C60 !important;
   
}

.NewBlueColor {
    color: #0C3C60 !important;
}

.bss .btn-primary {
    background-color: #0C3C60 !important;
}

.RadGrid_Metro th.rgSorted{
    background-color: #0C3C60 !important;
    
}

.RadGrid_Metro th.rgSorted a {
    color: white !important;
}

.RadPanelBar_Metro .rpRootLink {
    color: #034af3;
}

.RadPanelBar_Metro .rpGroup .rpLink.rpSelected {
    color: #034af3;
}

div.search-container {
    align-items: center;
    display: flex;
    justify-content: left;
}

input.no-submit {
    border: 1px solid white;
    width: 100%;
    padding: 9px 4px 9px 4px;
    /* You can use your image but having cleaner code is better, so I suggest saving the file and just linking it*/
    /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><rect width='100' height='100' fill='red' /></svg>");*/
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10 H 90 V 90 H 10 Z' fill='%23ff0000'/%3E%3C/svg%3E");*/
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='490' height='490'%3E %3Cpath fill='none' stroke='%23000' stroke-width='36' stroke-linecap='round' d='m280,278a153,153 0 1,0-2,2l170,170m-91-117 110,110-26,26-110-110'/%3E%3C/svg%3E");*/
    background-image: url('../../Images/Magnifying_glass_icon.svg');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

input[type="search"] {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 7px 8px 7px 30px;
    font-size: inherit;
    color: inherit;
    border: 1px solid black;
    border-radius: inherit;
}

input[type="search"]::placeholder {
    color: gray;
}

input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #3f69a8;
    border-color: #3f69a8;
    outline: none;
}