html, body, input, select {
    font-family: 'Arial', sans-serif;
}
body {
    font-size: 13px;
    font-weight: 300;
    color: #505050;
    margin:0;
    padding:0;
    border:none
}
html {
    margin:0;
    padding:0;
    border:none
}
.required-field {
    font-weight: bold;
}
textarea {
	width: auto;
	height: 115px;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.62;
	text-align: left;
	vertical-align: top;
	color: #505050;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
}
.banner-background {
    background-color: #ffffff;
}
.banner-text-title {
    font-family: Arial;
    font-size: 32px;
}
.banner-text-subtitle {
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
}
.retailer-logo {
    width: 127px;
    height:73px;
}
.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
/* login page start */
.login-background {
    background-color: #eff9ff;
    background:url("../../img/blue-theme/login-background2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-table {
    width: 550px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(216, 216, 216, 0.08);
}
.login-table td.header {
    padding-top: 40px;
    padding-bottom: 26px;
    border-radius: 4px;
    text-align : center;
}
.login-table td.username-password {
    padding-bottom: 25px;
}

.login-table td.forgot-password {
    padding-bottom: 20px;
}

.login-table td.user-activate {
    padding-bottom: 25px;
}
.login-table h1 {
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
}
input[type=submit].login-button {
    width: 402px;
    height: 51px;
    border-radius: 5px;
    font-size: 16px;
}
.login-instruction {
    width: 320px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.62;
    text-align: center;
    color: #919191;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 5px;
}
.login-pass-help {
    margin-top: 20px;
    margin-bottom: 25px;
}
.username-password-table {
    width: 404px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dfe3e9;
}

.username-password-table tr {
    height: 52px;
}
.username-password-table td {
    text-align: left;
}
.username-password-table td.userid {
    border-bottom: solid 1px #dfe3e9;
}
.username-password-table td label {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    padding-left: 20px;
}
.username-password-table input[type=text], .username-password-table input[type=password] {
    height: 38px;
    width: 90%;
    border-radius: 4px;
    border: solid 0px #e6e6e6;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #505050;
    margin-right: 10px;
}
.user-activate-table {
    width: 404px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dfe3e9;
}
.user-activate-table tr {
    height: 52px;
}
.user-activate-table td {
    text-align: left;
}
.user-activate-table td.password {
    border-bottom: solid 1px #dfe3e9;
}
.user-activate-table td label {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    padding-left: 20px;
}
.user-activate-table input[type=password] {
    height: 38px;
    width: 90%;
    border-radius: 4px;
    border: solid 0px #e6e6e6;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #505050;
    margin-right: 10px;
}
/* login page end */
/* main menu start */
.menu-table {
    height: 100px;
    font-size: 12px;
    font-weight: 300;
    table-layout: fixed !important;
}
.menu-table td,
.dm-menu-table {
    background-image: linear-gradient(to bottom, #005294, #237dc6);
    background-color: #005294;
}
.menu-table a {
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
}
.menu-table td.active {
    background-image: linear-gradient(to bottom, #f4fbff, #ffffff);
    background-color: #ffffff;
}
.menu-table td.active a {
    color: #505050 !important;
    text-decoration: none;
}
.menu-table-cell {
    text-align: center;
    width: 111px;
}
.menu-table-cell.logout-button {
    border-left: 1px solid #7a97af;
}
.menu-image {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.metapack-logo {
    width: 94px;
    height: 51px;
}
.menu-table a:hover {
    text-decoration: none;
}
/* main menu end */
/* title bar start */
.title-bar  {
    width: 100%;
    height: 90px;
    cell-padding: 0px 0px 0px 0px;
    cell-spacing: 0px 0px 0px 0px;
    border-bottom: 1px solid #d8d8d8;
}
.title-bar td.left-section {
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
}
.title-bar h1 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 0;
    vertical-align: top;
}
.title-bar .breadcrumb {
    padding-top: 6px;
    font-weight:200;
    font-size: 14px;
    color: #919191;
}
.title-bar .breadcrumb a {
    color: #1b7aca;
}
.title-bar td.right-section {
    text-align: right;
}
.title-bar .username-plus-retailer-table {
    text-align: right;
}
.title-bar .username-plus-retailer-cell {
    padding-left: 20px;
    padding-right: 20px;
}
.title-bar .username-info {
    font-weight:200;
    font-size: 14px;
    color: #919191;
    padding-bottom: 10px;
}
.title-bar .retailer-name {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    color: #505050;
}
.faq {
    width: 91px;
    height: 40px;
    border-radius: 4px;
    background-color: #eff9ff;
    vertical-align: middle;
    text-align: center;
    padding: 1px 0px 7px 0px;
}
.title-bar .faq p {
    vertical-align: bottom;
    line-height: 10px;
}
.faq-image {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 6px;
}
/* title bar end */
h2 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #505050;
    margin-top: 8px;
    vertical-align: top;
    text-align: left;
}
h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
	color: #505050;
}
h3 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #505050;
    margin-top: 8px;
}
h4 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}
h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.31;
}
hr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
p {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.5;
}
.main-page-body {
    padding: 20px;
}
.page-button-block {
    float: right;
}
.page-block {
    background-color: #fafafa;
    border: solid 1px #d8d8d8;
    padding: 20px;
    margin-bottom: 20px;
}
.carrier-service-block {
    margin-top: 12px;
    margin-bottom: 30px;
    height: 17px;
    font-weight: 400;
    line-height: 17px;
}
.page-block-padding {
    padding-bottom: 0px;
}
.page-block label {
    display: inline-block;
    width: 200px;
    color: #505050;
    font-weight: 400;
    text-align: right;
    margin-right: 10px;
}
.page-block .label-auto-width label {
    display: inline-block;
    width: auto;
    color: #505050;
    font-weight: 400;
    text-align: right;
    margin-right: 10px;
}
.page-block .inner-block {
    background: #ffffff;
    border: solid 1px #d8d8d8;
    padding: 20px;
}
.page-block-table2 th {
    padding: 10px;
    spacing: 0;
    background-color: #e6e6e6;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}
.page-block-table {
    background: #ffffff;
    color: #505050;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.page-block-table td {
    padding: 25px;
    spacing: 0;
    border-bottom: 1px solid #e6e6e6;
}
.page-block-table td table td {
    border-bottom: none;
    padding: 10px 5px 5px 0;
}
.page-block-table th {
    padding: 10px;
    spacing: 0;
    background-color: #e6e6e6;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}
.page-block-table tr table th {
    background: none;
    font-weight: 600;
    padding: 0;
}

.page-block-table tr.odd-row {
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
}
.page-block-table tr.even-row {
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}

.page-block-column{
    line-height: 1.62;
    font-weight: 500;
    margin-bottom: 10px;
 }

.checkboxlist{
    font-weight: 500;
    padding-top: 10px;
    display: none;
}

.checkbox-margin{
   margin: 0px 10px 20px 0px;
}

.multiselect-swapper .page-block-table td {
    padding: 10px;
}

.message-block {
     width: 560px;
     padding: 20px;
     background-color: #fff8ee;
     border: solid 3px #f3b045;
}

.message-block label {
    display: inline-block;
    width: 300px;
    text-align: right;
    margin-right: 10px;
}

.message-block .message {
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}

.message-block table {padding:3px;}

.warning-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

a.hyperlink {
    font-size: 13px;
    font-weight: 400;
}

a {
    color: #267ec6;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}

th a {
    color: #505050;
    text-decoration: none;
}
a.pager {
    height: 21px;
    width: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #505050;
    text-decoration: none;
}

table.search-criteria {
    background-color: #fafafa;
    width: 100%;
    padding: 8px 8px 16px 8px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 500;
    line-height: 1.62;
    color: #505050;
}
table.search-criteria td {
    padding: 8px 0 0 8px;
    white-space: nowrap;
}
table.search-criteria td label {
    display: inline-block;
    text-align: right;
    width: 100px;
}
table.search-criteria td select {
    width: 200px;
}
table.search-criteria td input[type=text] {
    width: 188px;
}
table.search-criteria td table td {
    padding: 0;
}
table.search-criteria td.right-cell {
    text-align: right;
    padding-right: 8px;
}
.advanced-search-table {
    width: 10%;
}
.advanced-search-table td table td {
    white-space: nowrap;
}
.icon-background {
    height: 33px;
    width: 33px;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    text-align: center;
    vertical-align: middle;
}
.icon-image {
    width: 16px;
    height: 16px;
    padding: 6px;
    border: 0px;
    vertical-align: middle;
}
.small-icon-background {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    text-align: center;
    vertical-align: middle;
}
.small-icon-image {
    height: 12px;
    width: 12px;
    border: 0px;
    padding: 6px;
    vertical-align: middle;
}
.icon-pointer {
    width: 37px;
    height: 37px;
    border: 0px;
}

/* Pagination start */
.pagination-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pager-cell {
    width: 36px;
    align: center;
}
.pager-cell-arr {
    width: 60px;
    align: center;
}
.pager {
    height: 21px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #505050;
}
.pager-selected-td {
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    height: 28px;
    line-height: 1.9;
    color: #ffffff;
}
.pager-selected {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background-color: #c5d930;
    align: center;
}
.pager-text {
    height: 21px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #505050;
}
/* Pagination end */

.check-box {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}
.horizontal-seprator {
    height: 1px;
    background-color: #d8d8d8;
}
.vertical-seprator {
    width: 1px;
    background-color: #7a97af;
}

.simple-table {
    border: solid 1px #e6e6e6;
    spacing: 0;
    border-collapse: collapse;
}
.simple-table td {
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
}

/* Result table start */
.result-table {
    background-color: #ffffff;
    font-size: 13px;
    border-collapse: collapse;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
}
.result-table tr {
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.38;
    text-align: left;
    color: #505050;
    padding-top:8px;
}
.result-table th {
    height: 40px;
    color: #505050;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px 0 1px 0 #e6e6e6;
    font-weight: 600;
    padding-left:8px;
}
.result-table th a {
    color: #505050;
}
.result-table th img {
    vertical-align: bottom;
    margin-bottom 1px;
}
.result-table tr.odd-row {
    height: 71px;
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
}
.result-table tr.even-row {
    height: 71px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}
.result-table tr.even-row-no-border {
    height: 71px;
    background-color: #ffffff;
}
.result-table tr.selected-row  {
    background-color: #eff9ff;
    height: 71px;
    border: solid 1px #e6e6e6;
}
.result-table td {
    padding-left:8px;
}
.result-table td.column {
    padding-top:8px;
}
.result-table td input[type=button] {
    vertical-align: baseline;
}
.result-table td.dark-cell {
    background-color: #fafafa;
}
.result-table td.light-cell  {
    background-color: #ffffff;
}
.result-table td.selected-cell {
    background-color: #eff9ff;
}
.result-table td.text-bold {
    font-weight:400;
}
/* Result table end */

/* score-start*/
.score-select {
    width : 142px;
    margin-bottom: 5px;
    margin-left : 3px;
}

.score-label{
   width: auto;
   color: #505050;
   font-weight: 400;
   text-align: right;
   margin-left: 5px;
   padding-top: 7px;
}
.score-simplerulesmargin{
   margin-left: 285px;
}

/* score-end*/

.multiselect-swapper {
    padding: 0;
    spacing: 0;
    background: none;
}
.multiselect-swapper .left-section {
    vertical-align: top;
    text-align: left;
    width: 510px;
}
.multiselect-swapper .right-section {
    vertical-align: top;
    text-align: left;
    width: 590px;
}
.multiselect-swapper label {
    width: 140px;
}
.multiselect-swapper .non-included-table th {
    vertical-align: top;
    text-align: right;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
}
select[multiple] {
    padding: 0px;
    width: 350px;
    height: 175px;
    background: none;
    background-color: #ffffff;
}
select[multiple] option {
    padding: 9px;
    padding: 9px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
select[multiple] option:focus, select[multiple] option:hover {
    background-color: #eff9ff;
    color: #267ec6;
}
select[multiple] {
    padding: 0px;
    width: 350px;
    height: 175px;
    background: none;
    background-color: #ffffff;
}
select[multiple] option {
    padding: 9px;
    padding: 9px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
select[multiple] option:focus, select[multiple] option:hover {
    background-color: #eff9ff;
    color: #267ec6;
}

.compact-section .tab-table {
    padding: 0;
    margin: 0;
}
.compact-section .simple-table tr {
    background-color: #fafafa;
}

.multi-line-form-table {
    width: 100%;
    padding: 8px 8px 16px 8px;
    line-height: 1.62;
    color: #505050;
}
.multi-line-form-table h4 {
    margin: 0;
}
.multi-line-form-table  td {
    padding: 8px 0 0 8px;
    white-space: nowrap;
}
.multi-line-form-table td label {
    display: inline-block;
    font-weight: 500;
    text-align: right;
    width: 100px;
    margin: 0;
}
.multi-line-form-table input[type=text] {
    width: 200px;
}
.multi-line-form-table select {
    width: 213px;
}


.border-box {
    height: 111px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(216, 216, 216, 0.08);
    border: solid 1px #d8d8d8;
}
.horizontal-spacing {
    width:20px;
}
.horizontal-spacing-1 {
    width:10px;
}
.vertical-spacing {
    height:20px;
}
.vertical-spacing-1 {
    height:10px;
}
.vertical-spacing-2 {
    height:8px;
}
input[type=text],input[type=password], input[type=number] {
    height: 30px;
    width: 250px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.62;
    text-align: left;
    color: #505050;
    padding-left:10px;
}
input[type=checkbox],input[type=radio] {
    width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #267ec6;
	border: solid 1px #e6e6e6;
}
select {
	height: 35px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.62;
    text-align: left;
    color: #505050;
    background-image:url("../../img/blue-theme/dropdown-arr-icon.png");
    background-position: right 4px center;
    background-size: 8px 6px;
    background-repeat: no-repeat;
    padding-right: 15px;
    padding-left: 10px;
}
select.dropdownbox {
    padding-left:10px;
    padding-right:10px;
}
.small-dropdown {
	width: 93px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
}
.input-box-disabled {
	height: 30px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.62;
	text-align: left;
	border-radius: 4px;
	background-color: #fafafa;
	border: solid 1px #e6e6e6;
}
input[type=button],input[type=submit],input[type=reset] {
    width: auto;
    height: 33px;
    padding-left:15px;
    padding-right:15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.62;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    vertical-align: bottom;
    margin-bottom: 1px;
}
input[type=button].secondary-button {
    width: auto;
    height: 33px;
    padding-left:15px;
    padding-right:15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.62;
    text-align: center;
    color: #505050;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 0 0 #d8d8d8;
    border: solid 1px #d8d8d8;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	font-weight: 500;
	color: #ffffff;
	background-color: #3891d9;
	box-shadow: 0 2px 0 0 #005294;
}
input[type=button]:focus, input[type=submit]:focus , input[type=reset]:focus {
	font-weight: 500;
	color: #ffffff;
	background-color: #176eb5;
	box-shadow: 0 2px 0 0 #005294;
}
input[type=button]:disabled, input[type=submit]:disabled , input[type=reset]:disabled {
	font-weight: 500;
	color: #ffffff;
	background-color: #9ac9f0;
	box-shadow: 0 2px 0 0 #619ccc;
}
input[type=button].secondary-button:hover {
    font-weight: 500;
    color: #505050;
    background-color: #fafafa;
    box-shadow: 0 1px 0 0 #d8d8d8;
}
input[type=button].secondary-button:focus {
	font-weight: 500;
	color: #505050;
	background-color: #f1f1f1;
	box-shadow: 0 1px 0 0 #d8d8d8;
}
input[type=button].secondary-button:disabled {
	font-weight: 500;
	color: #d8d8d8;
	background-color: #ffffff;
	box-shadow: 0 1px 0 0 #e6e6e6;
}
input[type=button].tertiary-button {
    background: none;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #267ec6;
    border: none;
    padding: 0;
    box-shadow: none;
}
input[type=button].bin-button {
    background-image: url(../../img/blue-theme/bin-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
}
input[type=button].edit-button {
    background-image: url(../../img/blue-theme/edit-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
}
input[type=button].calendar-button {
    background-image: url(../../img/blue-theme/icon-cal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 33px;
    height: 33px;
}
input[type=button].print-button {
    background-image: url(../../img/blue-theme/print-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 33px;
    height: 33px;
}
input[type=button].close-button {
    background: none;
    background-image: url(../../img/blue-theme/close-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;
    width: 33px;
    height: 33px;
}

input[type=button].print-button {
    background-image: url(../../img/blue-theme/print-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 28px;
    height: 28px;
}

input[type=button].print-button-inactive {
    background-image: url(../../img/blue-theme/print-nav-icon-inactive.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 28px;
    height: 28px;
}

input[type=button].folder-closed-button {
    background: none;
    background-image: url(../../img/blue-theme/folder-closed-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}
input[type=button].folder-open-button {
    background: none;
    background-image: url(../../img/blue-theme/folder-open-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}

input[type=button].arrow-up-button {
    background: none;
    background-image: url(../../img/blue-theme/arrow-up-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;

}

input[type=button].arrow-down-button {
    background: none;
    background-image: url(../../img/blue-theme/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;
}
input[type=button].arrow-left {
    background: none;
    background-image: url(../../img/blue-theme/grey-double-arr-left-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;

}

input[type=button].arrow-right {
    background: none;
    background-image: url(../../img/blue-theme/grey-double-arr-right-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;

}

.button-spacing {
    margin-left:8px;
}

.spanner-copy {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.input-label-title {
    width: auto;
    margin-right:10px;
    height: 21px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
    text-align: right;
    color: #505050;
}
.label-title-align-right {
	width: auto;
	margin-right:10px;
	height: 21px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.62;
	text-align: right;
	color: #505050;
	padding-left: 20px;
	padding-right: 10px;
}
.label-title-align-center {
	width: auto;
	margin-right:10px;
	height: 21px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.62;
	text-align: center;
	color: #505050;
	padding-left: 10px;
	padding-right: 10px;
}

.tab-table {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
}
.tab-table td {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
    padding-left: 20px;
}
.tab-body {
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}
.tab-body .search-criteria {
    border: 1px solid #d8d8d8;
    font-weight: 300;
    margin-bottom: 20px;
}
.tab-body .search-criteria label {
    font-weight: 500;
}
.tab-button {
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: #888b91;
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
    background-color: #e6e6e6;
}
.tab-table td:hover {
	background-color: #eff9ff;
	background-image: none;
	color: #267EC6;
    cursor: pointer;
}
.tab-button-selected {
	height: 50px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #505050;
	background-color: #fafafa;
}
@media print {
    .label-image
    {
        width: 1200px;
        height: 800px;
    }
}
@media screen {
    .label-image
    {
        width: 576px;
        height: 384px;
    }
}
.error-title {
    font-family: Arial;
    font-size: 26px;
    background-color: #99bb00;
    font-weight: bold;
    color: #ff0000;
}
.error-background {
    height: 35px;
    background-color: #f7e5e5;
}
.error-message {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d0021b;
    text-align: center;
}
.error-cell {
    background-color: #f7e5e5;
    font-size: 13px;
    padding: 10px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d0021b;
}

.error-page-cell{
    background-color: #fff0ee;
    border: solid 3px #ec435a;
    margin-left:auto;
    margin-right:auto;
    margin-top: 3%;
    margin-bottom:auto;
    padding:20px;
}

.success-background {
    height: 35px;
    background-color: #e5f7eb;
}
.success-message {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d522c;
    text-align: center;
}
/* dropdown select-noselect*/
.dropdown-noselect {
    background-color: #ffffff;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-select {
    background-color: #eff9ff;
    color: #267ec6;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
.error-cell {
    background-color: #f7e5e5;
    padding: 10px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d0021b;

}
.print-label-frame {
    border-radius: 4px;
    background-color: #e6e6e6;
    box-shadow: 0 1px 4px 0 rgba(216, 216, 216, 0.08);
}
#addRuleForm {
    width: 1055px;
}
#addRuleForm select {
    width: 260px;
    height: 175px;
}
#addRuleForm select.edit-cost {
    height: 35px;
}

.pale-text {
  font-weight: bold;
  color: #d5d5d5;
}

a img {border: none;}

.border-box-text{
 font-size: 13px;
 font-weight: 500;
 line-height: 1.62;
 padding-left: 15px;
}

.info {
  border: 1px solid;
  border-radius: 4px;
  margin:0 auto;
  color: #00529B;
  font-size: 15px;
  padding:20px 20px 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #BDE5F8;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
}

.tick {
    content: url("../../img/tick.jpg");
}

.partial-tick {
    content: url("../../img/blue-theme/icon-partial-tick.png");
}

.cross {
    content: url("../../img/cross.gif");
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.half-width-section {
    display: flex;
}

.half-width-section .page-block {
    flex: 1 50%;
    margin-right: 20px;
}

.half-width-section .page-block:last-of-type {
    margin-right: 0;
}

.error-field-border {
    border: 1px solid #d33e3e !important;
}

.form-error-msg {
    margin-left: 2px;
    color: red;
    margin-bottom: 13px;
    padding-top: 10px;
    font-size: 14px
}

/*Carrier Connection and manifest details Page*/

.manifest-section form, #tracking-connection-details form {
    display: flex;
    flex-direction: column;
}

.input-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

.input-block > div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-block .form-error-msg {
    margin: 0 0 13px 212px;
}

.input-block input[type=submit] {
    margin-top: 15px;
}

 .manifest-section select {
    max-width: 264px;
}

#manifest-connection-details .wizard-button-tooltip, #tracking-connection-details .wizard-button-tooltip {
    text-align: right;
}

.manifest-section {
    background: #ffffff;
    color: #505050;
    border: 1px solid #e6e6e6;
    margin: 15px 0;
}



.manifest-section input[id^="saveCarrierConnectionDetails"]{
    max-width: 112px;
    align-self: flex-end;
    margin: 10px;
}

.manifest-section__header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px;
   background-color: #e6e6e6;
}

.alert-info-container {
    display: flex;
    width: fit-content;
    padding: 8px 25px 2px 53px;
    margin: auto;
    background-image: url("../../img/dm-enchanced/info.svg");
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-color: #DAEEF9;
}

.bg-grey {
    background-color: #D1D1D1;
}

.bg-green {
    background-color: #E8F4EA;
}

.selected-items-label {
    color: #267EC6;
    font-weight: bold;
    margin-bottom: 2%;
    float: right;
}

#copy-config-to-prod label {
    text-align: left !important;
}

#copy-config-to-prod .select-all-checkbox-container label {
    text-align: left !important;
    color: #267EC6;
}

#copy-config-to-prod .copy-button-container {
    text-align: right;
}

.scrollable-panel {
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: scroll;
    max-height: 223px;
}

.warehouse-checkbox {
    padding: 0.5%;
    margin: 0.2% 3% 0.2% 0.2%;
}

.non-wrapping-label {
    white-space: nowrap;
}

.spinning-loader {
    visibility: hidden;
    display: inline-block;
    margin-left: 8px;
}
.spinning-loader img {
    width: 30px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
    display: none;
}

.retailerQuickLaunchModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    display: none;
}

.retailerQuickLaunchModal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.retailerQuickLaunchModal-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
}

.retailerQuickLaunchModal-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
}

.retailerQuickLaunchModal-footer button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.retailerQuickLaunchModal-footer button:hover {
    background-color: #0056b3;
}

.retailerQuickLaunchModal-header-button {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #3e7dca;
    border: none;
    background: none;
    cursor: pointer;
}

.dm-h2-bold {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: black;
}

p.dm {
    font-size: 16px;
    line-height: 20px;
}

.footer-button {
    display: flex;
    justify-content: space-between;
}

.input-modal {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}

.button-modal {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

button.button-modal:hover {
    color: #ffffff;
    background-color: #004d8f;
    box-shadow: 0 2px 0 0 #005294;
}


.button-modal-delete {
    width: 45%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.button-modal-delete-cancel {
    width: 45%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    background-color: #bac6d0;
    box-shadow: 0 2px 0 0 #8a9caa;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 20px;
}

.button-modal-max-width {
    max-width: 150px;
}

button.button-modal-delete-cancel:hover {
    color: #ffffff;
    background-color: #7a8fa1;
    box-shadow: 0 2px 0 0 #5f707e;
}


button.button-modal-delete:hover {
    color: #ffffff;
    background-color: #004d8f;
    box-shadow: 0 2px 0 0 #005294;
}

.close-tracking-modal {
    position: absolute;
    top: 10px;
    right: 10px;
}