@charset "UTF-8";
/* CSS Document */

html,
body {
    height: 100%;
    min-width: inherit;
}

body {
    background-color: #f0f0f0;
}

#message,
#loading,
#popup,
#responder,
#tinymce {
    height: auto;
    min-width: 400px;
    background: #fff;
}

#maintable {
    height: 100%;
    max-width: 956px;
    margin: 0 auto;
    background-color: #FFF;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
}

#content {
    padding: 0 8px 0 8px;
    /* height:90%; */
}

#container {
    vertical-align: top;
    padding: 0;
    background-color: #ccc;
}

#banner {
    background-color: #6D6E71;
}

#banner td {
    padding: 0 18px 18px 18px;
}

#banner a {
    display: block;
    background-color: #E6E7E8;
}

#banner img {
    margin-bottom: 20px;
}

#footer {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top;
    height: 40px;
}

#foot,
#loginpage #foot {
    display: block;
}

#foot_text {
    color: #808080;
    text-align: right;
    margin: 0 20px 10px 0;
}

#store_details {
    float: left;
    font-family: sans-serif;
    color: white;
    margin-left: 20px;
    font-size: 12px;
}

#store_details strong {
    color: #F78E1E;
    font-weight: normal;
}

body#blank {
    min-width: 0;
}

html.blank,
body#blank {
    height: auto;
}

/* header */

#header,
#login_header {
    height: 100px;
    background-color: #c9cf16;
    padding-bottom: 1px;
}

#homelink {
    display: block;
    width: 278px;
    height: 100px;
    margin: 0;
    background-image: url('/media/images/ryobi_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/ryobi_logo.png', sizingMethod='crop');
}

#header h1,
#login_header h1 {
    display: none;
}

#logo {
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 38px;
    width: 131px;
    margin: 26px 30px 0 0;
}

/* subheader */

#subheader {
    height: 33px;
    background-position: bottom;
    background-color: #B2B2B2;
}

#subheader #search {
    display: none;
    /* background-repeat:no-repeat;
	height:33px;
	width:208px;
	padding-left:30px;
	background-position:left bottom;
	float:left; */
}

.search_button {
    display: none;
}

.search_query {
    margin-top: 3px;
}

.search_query input {
    width: 200px;
    margin-top: 2px;
}

#subheader #nav {
    background-repeat: no-repeat;
    height: 33px;
    background-position: right bottom;
    padding-right: 25px;
}

#nav ul {
    padding: 0px;
}

#nav li {
    min-width: 80px;
    height: 33px;
    padding: 0px;
    margin: 0 1px;
    background-image: none;
    font-weight: 500;
}

#nav a {
    color: #FFF;
    font-family: sans-serif;
    font-size: 13px;
    padding: 12px 10px 0 10px;
    cursor: pointer;
    height: 21px;
    width: auto;
    /*text-transform: uppercase;*/
    white-space: nowrap;
}

.ie78 #nav a {
    font-weight: 700;
    padding: 8px 8px 0 8px;
    height: 25px;
}

.ie9 #nav a {
    padding-top: 10px;
    height: 23px;
}

#nav .menu_two_line a {
    padding-top: 5px;
    height: 28px;
    white-space: normal;
}

.ie78 #nav .menu_two_line a {
    padding-top: 1px;
    height: 32px;
}

#ie9 #nav .menu_two_line a {
    padding-top: 2px;
    height: 29px;
}

#nav a:visited {
    color: #FFF;
}

.nav .notification {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    line-height: normal;
    font-weight: bold;
}

.nav .notification span {
    display: inline;
}

#breadcrumb ul {
    margin: 15px 0 0 20px;
}

#breadcrumb li,
#breadcrumb a {
    color: white;
}

#dialog {
    width: 425px;
    margin: 100px auto 0 auto;
    text-align: center;
    border: 1px solid #999999;
}

#dialog h2 {
    padding: 20px 0;
    margin: 0px;
    font-size: 22px;
    background-color: black;
    color: white;
    border-bottom: 3px solid #F78E1E;
}

#dialog .content {
    padding: 10px 20px 0 20px;
    height: 188px;
    /* 208 total */
    color: white;
    font-family: sans-serif;
}

#login_form {
    font-size: 17px;
}

#login_form ul {
    padding: 0 20px;
    margin: 0;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#login_form li {
    background-color: #BCBEC0;
    margin: 15px 0 0 0;
    padding: 0;
    height: 30px;
}

#login_form li label {
    color: black;
    height: 25px;
    padding: 5px 0 0 10px;
    font-size: 14px;
    width: 75px;
}

#login_form li input {
    margin: 0;
    height: 30px;
    padding: 0 2px 0 5px;
    border: 0;
    width: 250px;
    background-color: #BCBEC0;
}

#ie6 #login_form li input {
    padding-top: 8px;
    height: 22px;
}

.ie78 #login_form li input {
    margin: 0;
    height: 15px;
    padding: 10px 2px 0 5px;
    border: 0;
    width: 250px;
    background-color: #BCBEC0;
}

#login .ok_button {
    display: none;
}

#login #submit_button {
    display: block;
    float: right;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-right: 20px;
}

#login_links {
    clear: both;
}

#login_links .register a {
    display: none;
}

#login_links .forgot a {
    color: white;
    font-style: oblique;
}

#login .button input {
    padding: 0 0 0 22px;
}

#loginpage .fieldset ul li label {
    width: 100%;
}

#loginpage .fieldset {
    text-align: center;
    margin-top: 30px;
}


.highlight_field {
    background-color: #f57921;
}

#forgot h3 {
    text-align: center;
}

#column2 {
    margin: 5px 10px 0 10px;
    padding: 20px 20px 65px;
    background-color: #E6E7E8;
    min-height: 650px;
    /* overflow: hidden; */
}

/* Boxes */
#boxes .box {
    float: left;
    margin-bottom: 18px;
    background-color: white;
    text-transform: uppercase;
    font-family: sans-serif;
}

#ie8 #boxes .box {
    letter-spacing: -1px;
}

#boxes .box .long {
    height: 350px;
    width: 150px;
    margin-right: 18px;
}

#boxes .box .short {
    height: 94px;
    width: 163px;
    margin-right: 12px;
}

#boxes .box .orange {
    border-top: 5px solid #F78E1E;
}

#boxes .box .blue {
    border-top: 5px solid #0089CF;
}

#boxes .box .long h3 {
    margin: 10px;
    position: absolute;
    width: 130px;
}

#boxes .box .short h3 {
    margin: 5px 5px 0 5px;
    height: 17px;
}

#boxes .box h3 a {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

#boxes .box .border {
    display: none;
}

#boxes .box .long img {
    height: 350px;
    width: 150px;
}

#boxes .box .short img {
    height: 72px;
    width: 163px;
}

#boxes .box.short {
    margin: 7px;
    width: 173px;
    height: 172px;
    background-image: url('/media/imgs/box_short_back.png');
}

/* button */

.button a,
.button a:visited,
.button input {
    padding: 6px 10px 0 10px;
    height: 19px;
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 500;
    min-width: 84px;
    width: auto;
    white-space: nowrap;
}

.ie78 .button a,
.ie78 .button a:visited,
.ie78 .button input {
    font-weight: bolder;
}

.button input {
    height: 25px;
}

.button a:hover,
.button input:hover {
    color: black;
}

.button a.disabled {
    display: none;
}

.grey .box {
    display: inline-block;
    border: 1px solid;
}

.grey .box h3 {
    margin-top: 0px;
}

.main-container {
    margin-left: 12px;
}

.div-button {
    margin: 7px;
    width: 173px;
    height: 172px;
    background-image: url('/media/imgs/box_short_back.png');
    float: left;
    text-transform: uppercase;
}

.div-button h3 {
    position: absolute;
    z-index: 6;
    margin: 6px 0 0 20px;
    width: 90px;
    height: 80px;
}

.div-button h3 a {
    position: absolute;
    z-index: 6;
    width: 90px;
    height: 80px;
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.div-button a {
    position: absolute;
}

.div-button .border {
    background-image: url('/media/imgs/box_border_blue.png');
    position: absolute;
    width: 120px;
    height: 96px;
    z-index: 5;
}

.div-button img {
    width: 163px;
    height: 149px;
    position: absolute;
    margin: 17px 0 0 6px;
}

.div-container {
    width: 160px;
    height: 100px;
    display: inline-block;
    background-color: #6D6E71;
    margin: 4px;
    text-align: center;
    zoom: 1;
    *display: inline;
}

.div-container a {
    display: block;
    height: 56px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: white;
    line-height: 15px;
    text-align: center;
    padding-top: 44px;
}

.fieldset ul input {
    font-size: 15px;
}

.fieldset ul li label {
    width: 205px;
    font-size: 15px;
    line-height: 25px;
}

.fieldset .button input {
    padding: 3px 0 0 10px;
    min-width: 104px;
}

.fieldset ul .ui-dropdownchecklist-item input {
    width: auto !important;
}

.fieldset .short_width_label {
    width: 140px;
}

.ui-dropdownchecklist label {
    display: inline;
    width: auto !important;
    float: none;
}

.table_nav {
    display: inline-block;
    float: none;
}

.left_text {
    margin-bottom: 5px;
}

.main-table {
    display: table;
    width: 870px;
    margin: 0 auto;
    text-align: center;
}

.main-table .table-header {
    background-color: black;
    color: white;
    font-weight: bold;
}

.main-table .table-row {
    display: table-row;
}

.main-table .table-cell {
    display: table-cell;
    padding: 6px 0;
}

.main-table tr:hover {
    background-color: #909090;
}

.main-table .row-link:hover {
    cursor: hand;
    cursor: pointer;
}

#content #column2 .main-table th {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.notice {
    border: 2px solid #D7161F;
    background-color: #ffe0e4;
    color: #D7161F;
    font-weight: bold;
    padding: 8px;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.notice a {
    color: #D7161F;
}

form ul #notes {
    width: auto;
    margin-right: 3px;
}

.multiselect {
    display: inline-block;
    margin-left: 24px;
    margin-top: 10px;
}

.multiselect.short_multiselect {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
}

.fieldset .short_multiselect ul input {
    width: 15px;
}

.short_multiselect .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    margin-top: 4px;
}

.filter_button {
    margin-right: 27px;
}

#listorder tr:nth-child(odd) {
    background-color: #dadada;
}

.ryobi-button {
    padding: 10px 24px 10px;
    font-size: 16px;
    background-color: #333;
    color: #ffffff !important;
    font-family: 'Helvetica', sans-serif;
    letter-spacing: 2px;
    width: 100%;
}

.button {
    padding: 10px 24px 10px;
    font-size: 16px;
    background-color: none;
    color: #ffffff !important;
    font-family: 'Helvetica', sans-serif;
    letter-spacing: 2px;
    /* width: 100%; */
}

#msg_img_mob {
    display: none;
}

#msg_img {
    width: 100%;
}

.admin_table {
    position: relative;
}

.admin_table td,
.admin_table th {
    border: 2px solid #333;
    text-align: center;
}

#content table.admin_table th {
    text-align: center;
    position: sticky;
    top: 0;
}

#content table#retailer_report_table tbody tr:not(:last-child) {
    cursor: pointer;
}

#content table#retailer_report_table tbody tr:not(:last-child):hover {
    background: #ffffff;
}

#content table#retailer_report_table tbody tr:not(:last-child) td:hover {
    background: #555;
    color: white;
}

#content table#retailer_report_table tbody tr td:nth-child(2) {
    text-align: left;
}

#site_title {
    display: none;
}