﻿@charset "utf-8";
/* CSS Document */
/* fonts */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v13-latin-regular.eot');
    src: local('Open Sans'),local('OpenSans'),url('/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/open-sans-v13-latin-regular.woff2') format('woff2'),url('/fonts/open-sans-v13-latin-regular.woff') format('woff'),url('/fonts/open-sans-v13-latin-regular.ttf') format('truetype'),url('/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/oswald-v10-latin-regular.eot');
    src: local('Oswald Regular'),local('Oswald-Regular'),url('/fonts/oswald-v10-latin-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/oswald-v10-latin-regular.woff2') format('woff2'),url('/fonts/oswald-v10-latin-regular.woff') format('woff'),url('/fonts/oswald-v10-latin-regular.ttf') format('truetype'),url('/fonts/oswald-v10-latin-regular.svg#Oswald') format('svg');
}

/* reset */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    /*margin: 0;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}

a {
    color: #464646;
}

    a:link, a:visited {
        color: #464646;
        outline: none;
        text-decoration: none;
    }

    a:hover,
    a:focus {
        color: #FB6317;
    }

ul, ol {
    line-height: 1;
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}

    ul li, ol li {
        padding: 0;
        list-style: none;
        font-size: 14px;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", "BebasNeueRegular", sans-serif;
    line-height: 1.2;
    font-weight: normal;
    color: #2F3338;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 14px;
    font-family: open sans, arial, sans-serif;
    line-height: 1.7;
    margin: 0 0 21px 0;
    color: #333333;
}

.wrapper100percent {
    float: left;
    width: 100%;
}

.centered {
    float: none;
    margin: 0 auto;
}

* {
    -webkit-font-smoothing: antialiased;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* tables */
th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .table > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
/***** tables *****/


.table a {
    text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F7F7F7;
}

.table-dorman {
    border: none;
}

    .table-dorman > thead > tr > th {
        background: #464646;
        color: #FFF;
        border-bottom: solid 3px #AFAFB0;
    }

.table-hover > tbody > tr:hover { /*background-color: #fcbe9f;*/
    background-color: #DDD;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/***** tables end *****/

/* buttons */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


/* general styles */
html {
    background-color: #f7f7f7;
}

body {
    line-height: 1.6;
    color: #333333;
    font-size: 13px;
    font-family: "open sans", arial, sans-serif;
    background-attachment: fixed;
    -ms-overflow-style: scrollbar !important;
}

.alert {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 4px;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}


.btn-processing {
    display: none;
    background-color: #FC9A68;
    color: #FFF;
    border-color: #FC9A68;
    position: relative;
    width: 140px;
    left: 140px;
    z-index: 999;
    opacity: 1.0 !important;
}

.btn-font {
    font-family: "open sans",arial,sans-serif;
}

.bg-orange {
    background: #FB6317;
    color: #FFF;
}

.btn-orange {
    background-color: #FB6317;
    color: #FFF;
    border-color: #FB7D3E;
}

    .btn-orange:hover,
    .btn-lightgrey:hover {
        background-color: #FB7D3E;
        color: #FFF;
    }

.btn-darkgrey {
    background-color: #2F3338;
    color: #FFF !important;
    border-color: #464646;
}

    .btn-darkgrey:hover {
        background-color: #464646;
    }

    .btn-orange:focus,
    .btn-darkgrey:focus,
    .btn-lightgrey:focus {
        color: #FFF;
    }

.btn-lightgrey {
    background-color: #8c8d8e;
    color: #FFF !important;
    border-color: #45494f;
}


#container {
    /*
    max-width: 1170px;
    min-height: 350px;
    margin: 30px auto !important;
    width: 100% !important;
    background-color: #FFF;
    border: 1px solid #CCC;
    display: block;
    box-shadow: none;
*/
    /*position: absolute;*/
    /*max-width: 1170px;
    width:1170px;*/
    /*margin: 30px auto;*/
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    min-height: 350px;
    box-shadow: none;
    /*border: 1px solid #999999;*/
    /*
        -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
        border-radius: 35px;
        */
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

#banner {
    margin: 30px auto 5px;
    height: 125px;
    width: 100%;
    background-color: #2f3338;
    border-bottom: 12px solid #FB6317;
}

#content {
    width: 100%;
    min-height: 350px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    /*overflow: hidden;*/
    overflow: auto;
}
/* new css */

#nav1 {
    height: 53px;
    margin: 0 auto;
    background-color: #f7f7f7;
    z-index: 999;
    width: 100%;
    display: block;
    overflow: hidden;
    border-top: 10px solid #FB6317;
}

    #nav1 ul {
        font-family: "open sans", arial, sans-serif;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

        #nav1 ul li a {
            display: block;
            text-decoration: none;
            color: #333333;
            border: none;
            padding: 20px 15px;
            background-color: #f7f7f7;
            margin-left: 0px;
            white-space: nowrap;
            text-transform: uppercase;
            font-size: 13px !important;
        }

        #nav1 ul li.current a {
            color: #FFF;
            background-color: #FB6317;
        }

        #nav1 ul li:hover {
            color: white;
            background-color: #FC8245;
        }

        #nav1 li:hover a,
        #nav1 ul a:hover {
            color: white;
            background-color: #FC8245;
        }

        #nav1 ul:hover {
            color: white;
            background-color: #FC8245;
            position: absolute;
        }

        #nav1 ul li ul li a {
            color: #FFF;
            background-color: #2F3338;
        }

    #nav1 li:hover li a:hover {
        background: #FB6317;
    }

/* original css */
/*
#nav1 ul li a:hover { color:#FFF; background-color: #FB6317; }
#nav1 li.current a {
	color:#FFF; background-color: #FB6317;
}

#nav1 li.currentadmin ul li a {
	color:White;
	background:#FB6317;	
}

#nav1 li:hover ul {
  display: block;
  position: absolute;
}
#nav1 li:hover li {
  float: none;
  font-size: medium;
}
#nav1 li:hover a { background: #2F3338; }
#nav1 li:hover li a:hover { background: #FB6317; }
*/
/* end of original css */

#footer {
    margin: 0px auto 35px;
    padding: 10px 20px;
    width: auto;
    height: auto;
    font-weight: normal;
    text-align: left;
    background-color: #464646;
    color: #FFF;
    font-size: 14px;
}

.pageDiv {
    margin: 0px;
    padding: 0px 20px;
}

.pageContentDiv {
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: left;
}

.loginDiv {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0px auto;
    border: 1px solid #CCC;
    max-width: 650px;
    border-radius: 4px;
    display: block;
    padding: 15px;
}

.logintittle,
.resettittle {
    width: auto;
    height: auto;
    text-align: center;
    margin: 10px auto;
    border-style: none;
    background-color: #2f3338;
    padding: 10px;
}

    .logintittle p,
    .resettittle p {
        color: #FFF;
        font-size: 21px;
        margin: 0px;
        font-family: "Oswald", "BebasNeueRegular", sans-serif;
    }

.loginArea {
    height: auto;
}

    .loginArea p.submit {
        margin-left: 125px;
    }

    .loginArea .btn {
        font-size: 18px;
    }

.memberAccount {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 13px;
}

.mainContent {
    display: block;
    margin: 0 auto;
    /*padding: 0px 15px;*/
    padding: 0px 2px;
}

#label13 {
    font-size: 18px;
    font-family: "Oswald", "BebasNeueRegular", sans-serif;
    color: #FFF;
    background-color: #2f3338;
    padding: 8px 15px;
    display: block;
    margin: 0px;
}

.subsectionContent {
    width: 17%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #ddd;
    background-color: #fbfbfb;
    padding: 10px;
    min-height: 435px;
    border-radius: 10px;
}

    .subsectionContent ul {
        margin: 0px;
    }

        .subsectionContent ul li {
            line-height: 1.4;
            margin-bottom: 10px;
        }

    .subsectionContent h4 {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 21px;
    }

    .subsectionContent .btn {
        display: block;
        white-space: normal;
        margin-bottom: 15px;
    }

.subsection-icon {
    background: #45494f none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    width: 90%;
}

#ContentPlaceHolder1_ImageButton1,
#ContentPlaceHolder1_ImageButton2,
#ContentPlaceHolder1_ImageButton3,
#ContentPlaceHolder1_ImageButton4,
#ContentPlaceHolder1_Step1Imagebutton {
    max-height: 115px !important;
    width: auto !important;
}

/* remove button class on step 2 and 3 images */
/* Change CTA in step 2 button to Select Core */
/* Change CTA in step 3 button to Submit PO List */



.rightdiv {
    margin-right: 0px;
    text-align: right;
    margin-bottom: 20px;
}

.pagelabel {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    background: #2f3338;
    padding: 8px 15px;
}

.inner-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.products {
    list-style: none;
    margin-right: 300px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

#productLineItems {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    width: 25%;
    position: relative;
}

    #productLineItems a {
        font-size: 18px;
        text-align: center;
        display: block;
        font-family: "Oswald", "BebasNeueRegular", sans-serif;
    }

.sellcoreImage {
    width: auto;
    max-width: 160px;
    /*height: 100px;*/
    display: block;
    margin: 0px auto;
    /*border: 1px solid #ddd;*/
    padding: 20px;
    border-radius: 5px;
}

#inner-content-left {
    width: 75%;
    float: left;
    margin: 0px;
    display: inline-block;
}

#inner-content-right {
    width: 20%;
    float: left;
    display: inline-block;
}

#Password, #Logout {
    margin-right: 20px;
}

#scrollingDiv,
#templateDiv {
    background-color: #f7f7f7;
    border: 1px solid #d5d6d6;
    box-shadow: none;
    background-image: none;
    margin-bottom: 20px;
    border-radius: 4px;
}
