﻿/*------------------------------------*    MODULES
\*------------------------------------*/
/* Sub-section comment block
   ========================================================================== */
/* Usage

div.logo {
   background: url("scss/logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 } 

 */
/* Clearfix
  ========================================================================== */
/* Usage 

.article {
     @include clearfix();
}

*/
/* Box Model
  ========================================================================== */
/* Usage 

*,
*:after,
*:before {
  @include box-sizing(border-box);
}

*/
/* Border Radius
  ========================================================================== */
/* Usage 

.button {
  @include border-radius(5px);
}

.submit-button{
  @include border-top-radius(10px);
}

*/
/* Opacity
  ========================================================================== */
/* Usage 

.article-heading {
  @include opacity(0.8);
}

*/
/* Center-align a block level element
  ========================================================================== */
/* Usage 

.footer-wrap {
  width: 450px;
  @include center-block;
}

*/
/* Text overflow
  ========================================================================== */
/* Usage 

.text-truncate {
  @include text-truncate;
}

*/
/* Absolute positioned
  ========================================================================== */
/* Usage 

.abs {
  @include abs-pos(10px, 10px, 5px, 15px);
}

*/
/* Font Size
  ========================================================================== */
/* Usage 

body {
  @include font-size(16);
}

*/
/* Line Height
  ========================================================================== */
/* Usage 

body {
  @include line-height (16);
}

*/
/* Cross browser inline block
  ========================================================================== */
/* Usage 

.icon {
	@include inline-block();
}
*/
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Usage 

.header h1 {
	@include text-replacement();
}

*/
/*------------------------------------*    PARTIALS (CORE + THEME)
\*------------------------------------*/
* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif !important;
  outline: none; }
  * .fa {
    font: normal normal normal 14px/1 FontAwesome !important; }

/* TILE VIEW */
.tiled-ul::after {
  clear: both;
  content: "";
  display: table; }

.plistelem {
  display: inline-block !important;
  width: 24%;
  margin: 0 0.5% 10px;
  padding: 10px !important;
  border: none !important; }
  .plistelem .plistelem-tile {
    font-size: 11px; }
    .plistelem .plistelem-tile .tile-field {
      display: block; }
  .plistelem .pdescription {
    height: 50px; }
  .plistelem .pimage a {
    display: block;
    width: 100%; }
    .plistelem .pimage a img {
      display: block;
      width: 100%; }
  .plistelem .ui-li-heading a {
    font-size: 13px;
    text-decoration: none; }

.product-code {
  display: block; }

.pack-quantity {
  display: block; }

.price-unit-price {
  display: block; }

.price-rrp {
  display: block; }

form.add-to-cart {
  margin: 0;
  padding: 0; }

.addto {
  margin: 0;
  padding: 0;
  margin-bottom: -5px; }
  .addto input[type="number"] {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    margin: 2px 0 5px;
    font-size: 14px;
    padding: 5px;
    -webkit-appearance: none; }
  .addto .productAddToCartButton {
    -webkit-appearance: none;
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-weight: 700; }

.ui-content .ui-li.ui-li-divider.ui-bar-b.ui-first-child .ui-btn-inner {
  font-size: 10px;
  padding: 5px; }

.ui-content .ui-li.ui-li-divider.ui-bar-b.ui-first-child .ui-btn-icon-left .ui-btn-inner {
  padding-left: 30px; }

.grid-row::after {
  clear: both;
  content: "";
  display: table; }

.grid-row [class*='col-'] {
  width: 100%;
  float: left;
  display: inline-block; }

@media (min-width: 35em) {
  .grid-row .col-1-2 {
    width: calc(100% / 2); } }

@media (min-width: 35em) {
  .grid-row .col-1-3 {
    width: calc(100% / 3); } }

@media (min-width: 35em) {
  .grid-row .col-1-4 {
    width: calc(100% / 4); } }

@media (min-width: 35em) {
  .grid-row .col-2-3 {
    width: calc((100% / 3) * 2); } }

@media (min-width: 35em) {
  .grid-row .col-3-4 {
    width: calc((100% / 4) * 3); } }

#splitviewcontainer_rightpagepanel {
  border-left: 1px solid #c8c8c8 !important; }
  #splitviewcontainer_rightpagepanel h1.ui-title {
    text-align: left; }
  #splitviewcontainer_rightpagepanel .ui-content {
    padding-top: 10px; }

.side-menu-open #splitviewcontainer_leftcontainer {
  width: 300px !important; }

.side-menu-open h1.ui-title {
  margin-left: 15px; }

.side-menu-closed h1.ui-title {
  margin-left: 35px; }

.main-header {
  width: 100%;
  padding: 10px; }
  .main-header::after {
    clear: both;
    content: "";
    display: table; }
  .main-header .company-logo {
    border-radius: 5px;
    height: 30px;
    width: 30px;
    float: left;
    display: inline-block;
    margin-right: 10px; }
  .main-header h2 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left; }
  .main-header h3 {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    text-align: left; }

.ui-header {
  max-height: 40px; }

/* FOOTER */
.mainFooter {
  height: 46px; }

.mainFooter h2 {
  font-size: 16px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 12px 10px 20px 20px;
  height: 46px;
  position: relative;
  display: inline-block;
  float: left;
  font-weight: 700;
  line-height: normal; }
  .mainFooter h2:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 23px;
    margin-top: -23px; }

.mainFooter h2 span {
  font-weight: normal; }

.mainFooter h3 {
  font-size: 16px;
  position: absolute;
  right: 135px;
  text-align: right;
  top: 7px;
  margin: 0;
  padding: 0;
  font-weight: 500; }

.mainFooter h4 {
  font-size: 9px;
  position: absolute;
  right: 135px;
  text-align: right;
  top: 14px;
  font-weight: 300; }

.footerViewCart {
  margin: 4px 10px 0 0 !important; }

.ui-footer.ui-bar-a {
  padding-bottom: 0; }

/* TILE VIEW */
.tiled-ul {
  background: white;
  box-shadow: none; }

.plistelem {
  background: white !important;
  box-shadow: 0 0px 10px #c0c0c0;
  border-radius: 5px; }
  .plistelem .plistelem-tile {
    color: #555; }
  .plistelem .ui-li-heading a {
    color: black;
    text-shadow: none; }

.addto input[type="number"] {
  border-radius: 5px; }

.addto .productAddToCartButton {
  background: #fafafa;
  border-radius: 5px; }
  .addto .productAddToCartButton:hover {
    cursor: pointer;
    border: 1px solid #044062;
    background: #396b9e;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #194b7e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e));
    background-image: -webkit-linear-gradient(#5f9cc5, #396b9e);
    background-image: -moz-linear-gradient(#5f9cc5, #396b9e);
    background-image: -ms-linear-gradient(#5f9cc5, #396b9e);
    background-image: -o-linear-gradient(#5f9cc5, #396b9e);
    background-image: linear-gradient(#5f9cc5, #396b9e); }

.quantity-label {
  font-size: 11px;
  font-weight: 600; }

.footer.ui-bar-b {
  background: #eee;
  border-color: #ccc;
  box-shadow: none; }

#splitviewcontainer_leftcontainer .ui-content {
  background: white;
  max-width: 300px !important; }

html, body {
  background: white; }

[class*='ui-body-'] {
  background: white; }

.ui-content {
  background: white;
  font-size: 12px; }

.ui-bar-b {
  background: #169bd4;
  border-color: #169bd4; }

.cv-mobile-page-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: url(//cdn.commercevision.com.au/images/css/bg-transparent.png) repeat; }

#loginPage .ui-header.ui-bar-a {
  border-color: #169bd4;
  background: #169bd4;
  box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 10px; }
  #loginPage .ui-header.ui-bar-a h1 {
    text-shadow: none; }

.main-header {
  background: #FFF;
  box-shadow: 0 0px 10px #c0c0c0;
  border-radius: 3px; }
  .main-header .company-logo {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px; }
  .main-header h2 {
    color: #242424; }
  .main-header h3 {
    text-shadow: none; }

/* FOOTER */
.mainFooter h2 {
  background: black; }
  .mainFooter h2:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #000; }

.mainFooter h2 span {
  color: #fff;
  text-shadow: none; }

.mainFooter h4 {
  color: #f9f9f9;
  text-shadow: none; }

.ui-footer.ui-bar-a {
  border-top-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8); }

.ui-li-heading {
  font-size: 13px; }

/*------------------------------------*    BUTTONS (CORE)
\*------------------------------------*/
.ui-btn-inner {
  font-size: 12px; }

#offlineStatus .ui-li-static,
#onlineStatus .ui-li-static {
  font-size: 12px;
  padding: 0; }

.status-offline,
.status-online {
  display: block;
  margin: 0;
  padding: 7px 5px 5px 12px; }
  .status-offline .fa,
  .status-online .fa {
    margin: 0 5px 0 0;
    padding: 5px 0 0;
    text-align: center;
    font-size: 10px !important;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px; }

/*------------------------------------*    500 ERROR
\*------------------------------------*/
.error-page {
  text-align: center;
  position: relative;
  height: 100%; }
  .error-page body {
    padding-top: 18%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0; }
  .error-page h1 {
    font-size: 32px; }
    .error-page h1 .fa {
      font-size: 32px !important;
      margin-right: 15px; }
  .error-page a {
    text-decoration: underline; }

/*------------------------------------*    BETTER TABLES
\*------------------------------------*/
table.ui-responsive,
.salesDataTable table {
  font-size: 12px;
  width: 100% !important;
  display: table !important;
  padding: 15px;
  border: 0;
  border-collapse: collapse; }
  table.ui-responsive th, table.ui-responsive td,
  .salesDataTable table th,
  .salesDataTable table td {
    padding: 5px; }
  table.ui-responsive td,
  .salesDataTable table td {
    font-weight: 500; }
  table.ui-responsive th,
  .salesDataTable table th {
    border-bottom: 1px solid #999; }
  table.ui-responsive .ui-btn-inner,
  .salesDataTable table .ui-btn-inner {
    font-size: 10px;
    padding: 5px; }
  table.ui-responsive thead td,
  .salesDataTable table thead td {
    font-weight: 700;
    border-bottom: 1px solid #ccc; }

.salesDataTable table .ui-btn-inner-no-padding {
  padding: 0; }

/*------------------------------------*    CHARTS
\*------------------------------------*/
.k-chart {
  overflow: auto; }

/*------------------------------------*    LISTVIEW STATIC
\*------------------------------------*/
.ui-listview .ui-li.ui-li-static {
  overflow: auto; }

/*------------------------------------*    CART SUMMARY
\*------------------------------------*/
.cart-summary-totals {
  margin: 0 0 15px;
  padding: 10px;
  border: 1px solid #ccc; }
  .cart-summary-totals::after {
    clear: both;
    content: "";
    display: table; }
  .cart-summary-totals .ui-li-desc {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 1px dashed #ddd; }
    .cart-summary-totals .ui-li-desc::after {
      clear: both;
      content: "";
      display: table; }
    .cart-summary-totals .ui-li-desc:nth-last-child(2) {
      border-bottom: 1px solid #ccc; }
    .cart-summary-totals .ui-li-desc:last-child {
      border-bottom: none;
      font-size: 14px;
      padding: 10px 0 5px; }
  .cart-summary-totals .item {
    float: left;
    display: inline-block; }
  .cart-summary-totals .value {
    float: right;
    display: inline-block; }

.cart-buttons::after {
  clear: both;
  content: "";
  display: table; }

.cart-buttons .ui-li {
  float: left !important;
  display: inline-block !important;
  width: 33.333% !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding-top: 0 !important; }
  .cart-buttons .ui-li .fa {
    margin-right: 5px;
    font-size: 12px !important;
    font-weight: normal;
    position: relative;
    top: -1px; }
    .cart-buttons .ui-li .fa.fa-check {
      top: 0; }
    .cart-buttons .ui-li .fa.fa-pause {
      font-size: 10px !important; }
  .cart-buttons .ui-li:first-child {
    border-left: 1px solid #ccc !important; }
  .cart-buttons .ui-li:last-child {
    border-right: 1px solid #ccc !important; }

.cart-line .product-image {
  display: inline-block;
  float: left;
  max-width: 60px;
  margin: 0 10px 0 0;
  border: 1px solid #ddd; }

.product-data-line.rep-data-graph {
  padding: 2px 0;
  font-size: 12px; }
  .product-data-line.rep-data-graph::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 50em) {
    .product-data-line.rep-data-graph {
      float: left;
      display: inline-block;
      width: 50%; } }
  .product-data-line.rep-data-graph:empty {
    display: none; }
  .product-data-line.rep-data-graph .item-label {
    width: 140px; }
  .product-data-line.rep-data-graph .item-value {
    font-size: 11px; }

/*------------------------------------*    PRODUCT DATA LINES
\*------------------------------------*/
.product-data-line {
  padding: 2px 0;
  font-size: 12px; }
  .product-data-line::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 50em) {
    .product-data-line {
      float: left;
      display: inline-block;
      width: 50%; } }
  .product-data-line:empty {
    display: none; }
  .product-data-line .item-label {
    font-weight: 700;
    width: 50%;
    display: inline-block;
    text-shadow: none;
    vertical-align: top; }
  .product-data-line .item-value {
    width: 50%;
    display: inline-block;
    text-shadow: none;
    vertical-align: top; }
    .product-data-line .item-value img {
      float: left;
      width: 100%;
      max-width: 100%; }

.left-container {
  float: left; }

.right-container {
  float: right; }

.left-container,
.right-container {
  width: 50%; }
  .left-container .product-data-line,
  .right-container .product-data-line {
    width: 100% !important; }
    @media (min-width: 50em) {
      .left-container .product-data-line,
      .right-container .product-data-line {
        float: left;
        display: inline-block; } }

#productTableView .product-data-line .item-label {
  width: 100%; }

#productTableView .product-data-line .item-value {
  width: 100%; }

#pageFavs table.ui-responsive a.ui-link {
  margin: 0 0 10px;
  display: block; }

#pageFavs .product-data-line .item-label {
  display: block; }

#pageFavs .product-data-line .item-value {
  display: inline; }

#salesOrderSearch .ui-li-heading,
#view_CrmMasterActivities .ui-li-heading {
  margin-bottom: 15px; }

@media (min-width: 50em) {
  #salesOrderSearch .product-data-line,
  #view_CrmMasterActivities .product-data-line {
    float: left;
    display: inline-block;
    width: 50%; } }

#salesOrderSearch .ui-li-desc + .ui-li-desc,
#view_CrmMasterActivities .ui-li-desc + .ui-li-desc {
  margin: 15px 0 0; }

#salesOrderSearch .item-label,
#salesOrderSearch .item-value,
#view_CrmMasterActivities .item-label,
#view_CrmMasterActivities .item-value {
  font-size: 12px; }

#salesOrderSearch .item-label,
#view_CrmMasterActivities .item-label {
  width: 140px; }

#salesOrderSearch .item-value,
#view_CrmMasterActivities .item-value {
  font-weight: 400; }

#createEdit_CrmMasterCreateForm form.ui-listview-filter {
  width: 78%;
  margin: 0;
  display: inline-block; }
  #createEdit_CrmMasterCreateForm form.ui-listview-filter .ui-input-search {
    margin: 0; }

#orderView .item-label,
#orderView .item-value,
#templateOrderContainer .item-label,
#templateOrderContainer .item-value {
  font-size: 11px; }

#orderView .item-label,
#templateOrderContainer .item-label {
  width: 140px; }

#templateOrderContainer .product-data-line {
  width: 100%;
  display: block; }

#view_CrmMasterActivities h3.ui-li-heading {
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd; }
  #view_CrmMasterActivities h3.ui-li-heading .fa {
    margin-right: 5px; }

#view_CrmMasterActivities h4.ui-li-heading {
  font-size: 11px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  display: inline-block; }

/*------------------------------------*    OUTSTANDING ORDERS
\*------------------------------------*/
#createEditForm_ActivityCreateEdit div.ui-input-text {
  border: none;
  font-style: 12px !important;
  font-weight: 500;
  padding: 0; }
  #createEditForm_ActivityCreateEdit div.ui-input-text span {
    font-size: 12px !important; }
  #createEditForm_ActivityCreateEdit div.ui-input-text input[type="text"],
  #createEditForm_ActivityCreateEdit div.ui-input-text input[type="date"],
  #createEditForm_ActivityCreateEdit div.ui-input-text input[type="time"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%; }

/*------------------------------------*    USER PREFERENCES
\*------------------------------------*/
#userPreferences label {
  font-weight: 600;
  font-size: 12px; }

.ui-fullsize .ui-btn-inner {
  font-size: 12px; }

/*------------------------------------*    PRODUCT TABLE VIEW
\*------------------------------------*/
#productTableView table.ui-responsive tr {
  display: block; }
  #productTableView table.ui-responsive tr::after {
    clear: both;
    content: "";
    display: table; }

#productTableView table.ui-responsive td:first-child {
  display: inline-block;
  width: 12%; }
  #productTableView table.ui-responsive td:first-child img {
    display: inline-block;
    float: left;
    max-width: 60px;
    margin: 0 10px 0 0;
    border: 1px solid #ddd; }

#productTableView table.ui-responsive td:nth-child(2) {
  display: inline-block;
  width: 45%;
  padding-right: 15px; }

#productTableView table.ui-responsive td:nth-child(3) {
  display: inline-block;
  width: 28%; }

#productTableView table.ui-responsive td:last-child {
  display: inline-block;
  width: 15%; }
  #productTableView table.ui-responsive td:last-child .ui-btn {
    margin: 2px 2px 4px; }
  #productTableView table.ui-responsive td:last-child .ui-btn-inner {
    font-size: 10px;
    padding: 5px 10px;
    min-width: 32px; }

#productTableView table.ui-responsive td table {
  border-collapse: collapse; }
  #productTableView table.ui-responsive td table tr td {
    display: table-cell !important;
    background: initial !important; }

#productTableView table.ui-responsive.table-stroke tbody td {
  border-bottom: none; }

/*------------------------------------*    GP INFO
\*------------------------------------*/
.gpGenericInfo {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  float: left; }
  .gpGenericInfo tr td {
    width: 50%;
    border-bottom: 1px dashed #ddd;
    font-size: 11px;
    font-weight: 600;
    padding: 5px; }
    .gpGenericInfo tr td.tableColRight {
      font-weight: normal; }
    .gpGenericInfo tr td:only-child {
      width: 100%; }
      .gpGenericInfo tr td:only-child span {
        display: inline-block;
        width: 50%;
        float: left; }

/*------------------------------------*    PRODUCT DETAIL
\*------------------------------------*/
#productView .productDataTable {
  width: 66%;
  border: 1px solid #ddd;
  padding: 5px;
  float: left; }
  #productView .productDataTable tr td {
    width: 50%;
    border-bottom: 1px dashed #ddd;
    font-size: 11px;
    font-weight: 600;
    padding: 5px; }
    #productView .productDataTable tr td.tableColRight {
      font-weight: normal; }
    #productView .productDataTable tr td:only-child {
      width: 100%; }
      #productView .productDataTable tr td:only-child span {
        display: inline-block;
        width: 50%;
        float: left; }

.tableColRight,
.price-right,
.text-right {
  text-align: right !important; }

.ProductImage {
  float: right;
  display: inline-block;
  width: 30%;
  border: 1px solid #ddd;
  padding: 10px; }
  .ProductImage img {
    width: 100%;
    max-width: 100%; }

.qty-breaks {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px; }
  .qty-breaks thead th {
    font-size: 11px;
    font-weight: 600;
    padding: 5px;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #ddd; }
  .qty-breaks tr td {
    border-bottom: 1px dashed #ddd;
    font-size: 11px;
    padding: 5px; }

/*------------------------------------*    FILTER / CONTRACT BAR
\*------------------------------------*/
.contract-bar {
  margin: 0 0 10px !important;
  padding: 5px 0 !important;
  border: 1px solid #ddd !important;
  font-size: 12px !important; }
  .contract-bar .ui-btn-inner {
    padding: 5px !important;
    height: auto !important; }
    .contract-bar .ui-btn-inner .ui-btn-inner {
      font-size: 12px !important; }

/*------------------------------------*    CUSTOMER INFO
\*------------------------------------*/
@media (min-width: 50em) {
  #custInfo .product-data-line {
    float: left;
    display: inline-block;
    width: 50%; } }

#custInfo .item-label,
#custInfo .item-value {
  font-size: 11px; }

#custInfo .item-label {
  width: 140px; }

#custInfo .ui-li-desc {
  white-space: normal !important; }

.addressSegment strong,
.addressSegment address {
  font-size: 12px; }

/*------------------------------------*    ACCOUNT SELECT
\*------------------------------------*/
#accountSelectView h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2px;
  margin: 0 0 15px; }
  #accountSelectView h3:before {
    font: normal normal normal 12px/1 FontAwesome !important;
    content: "\f0b1";
    margin-right: 5px; }

@media (min-width: 50em) {
  #accountSelectView .product-data-line {
    float: left;
    display: inline-block;
    width: 50%; } }

#accountSelectView .item-label,
#accountSelectView .item-value {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  float: left;
  word-break: break-all;
  white-space: normal; }

#accountSelectView .item-value {
  width: calc(100% - 105px); }

#accountSelectView .item-label {
  width: 105px;
  font-weight: 500; }

/*------------------------------------*    CART
\*------------------------------------*/
#cartView h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2px;
  margin: 0 0 15px; }

#cartView .product-data-line {
  width: 100%;
  display: block; }
  #cartView .product-data-line .item-value {
    text-align: right !important; }

#cartView .item-label,
#cartView .item-value {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  float: left;
  word-break: break-all;
  white-space: normal; }

#cartView .item-value {
  width: calc(100% - 105px); }

#cartView .item-label {
  width: 105px;
  font-weight: 500; }

/*------------------------------------*    MAP
\*------------------------------------*/
#mapWidget h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2px;
  margin: 0 0 15px; }

@media (min-width: 50em) {
  #mapWidget .product-data-line {
    float: left;
    display: inline-block;
    width: 50%; } }

#mapWidget .item-label,
#mapWidget .item-value {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  float: left;
  word-break: break-all;
  white-space: normal; }

#mapWidget .item-value {
  width: calc(100% - 105px); }

#mapWidget .item-label {
  width: 105px;
  font-weight: 500; }

/*------------------------------------*    ORDER COMPLETE
\*------------------------------------*/
#orderComplete h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2px;
  margin: 0 0 15px; }

#orderComplete .product-data-line {
  width: 100%; }

#orderComplete .item-label,
#orderComplete .item-value {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  float: left;
  word-break: break-all;
  white-space: normal;
  width: 50%; }

#orderComplete .item-value {
  text-align: right; }

#orderComplete .item-label {
  font-weight: 500; }

#pageOrderComplete .ui-checkbox {
  margin: 0 0 15px; }

div.ui-checkbox {
  display: inline-block; }

/*------------------------------------*    TEMPLATE ORDER
\*------------------------------------*/
#templateOrderContainer h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2px;
  margin: 0 0 15px; }

#templateOrderContainer .item-label,
#templateOrderContainer .item-value {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  float: left;
  word-break: break-all;
  white-space: normal;
  width: 50%; }

#templateOrderContainer .item-value {
  text-align: right; }

#templateOrderContainer .item-label {
  font-weight: 500; }

#loginPage .ui-content {
  height: 100%; }

.LoginBox {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5%;
  padding: 40px;
  text-align: center;
  max-width: 600px; }
  .LoginBox::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 35em) {
    .LoginBox {
      text-align: left; } }
  .LoginBox h1 {
    display: none; }

@media (min-width: 35em) {
  .LoginAreaLeft {
    text-align: center; } }

.LoginAreaLeft img {
  max-width: 100%;
  max-height: 100px;
  margin-bottom: 15px; }

@media (min-width: 28em) {
  .LoginAreaRight .ui-field-contain label.ui-input-text {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px; }
  .LoginAreaRight .ui-field-contain div.ui-input-text {
    width: 100%;
    margin: 5px 0 0;
    padding: 0; }
  .LoginAreaRight .ui-input-text {
    text-align: center;
    font-size: 18px;
    font-weight: 400; } }

.LoginAreaRight .ui-submit.ui-btn {
  margin: 40px auto 0;
  display: block;
  width: 100px; }

label.ui-input-text {
  font-weight: 600;
  font-size: 12px; }

.ui-li-divider {
  font-size: 12px; }

input.ui-input-text,
textarea.ui-input-text {
  font-size: 12px; }

.ui-radio input {
  -webkit-appearance: none; }

.k-safari #productSearchFilterSelector input {
  display: none; }

#createEdit_CrmMaster .ui-input-text + form.ui-listview-filter.ui-bar-c.ui-listview-filter-inset {
  display: inline-block;
  width: 450px; }
  #createEdit_CrmMaster .ui-input-text + form.ui-listview-filter.ui-bar-c.ui-listview-filter-inset .ui-input-search {
    margin: 5px 0 5px 5px;
    border-color: #ddd;
    box-shadow: none; }

ul.ui-listview .ui-grid-a.ui-input-text {
  background: none;
  border: none;
  padding: 0; }

.ui-controlgroup-horizontal .ui-radio .ui-btn-inner {
  padding-left: 15px;
  padding-right: 15px; }

.or-seperator {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  min-height: 75px; }
  .or-seperator:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background: #ddd;
    top: 50%; }
  @media (min-width: 35em) {
    .or-seperator {
      width: 10%;
      min-height: 75px; }
      .or-seperator:before {
        width: 1px;
        height: 100%;
        top: 0;
        left: calc(50% - 1px); } }
  .or-seperator .or {
    font-weight: bold;
    background: white;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    padding: 4px 0 0;
    border-radius: 15px; }
    @media (min-width: 28em) {
      .or-seperator .or {
        top: 25px;
        left: calc(50% - 12px); } }

/*------------------------------------*    BUTTONS (THEME)
\*------------------------------------*/
.ui-btn-corner-all {
  border-radius: 5px; }

.ui-btn.ui-shadow {
  box-shadow: none; }

.status-offline,
.status-online {
  background: white; }
  .status-offline .fa,
  .status-online .fa {
    color: white;
    text-shadow: none;
    border-radius: 5px; }

.status-offline .fa {
  background: #cc0000; }

.status-online .fa {
  background: #5aac5e; }

.cart-buttons::after {
  clear: both;
  content: "";
  display: table; }

.cart-buttons div {
  float: left;
  display: inline-block;
  width: 30.333%;
  margin: 10px 1.5%; }

.cart-buttons .ui-icon {
  box-shadow: none;
  background: none;
  color: black; }
  .cart-buttons .ui-icon:before {
    font: normal normal normal 14px/1 FontAwesome !important; }

.cart-buttons .ui-icon-cv-complete-icon:before {
  content: "\f00c"; }

.cart-buttons .ui-icon-cv-resume-icon:before {
  content: "\f04b"; }

.cart-buttons .ui-icon-cv-copy-to-current-icon:before {
  content: "\f0c5"; }

.cart-buttons .ui-icon-cv-hold-order-icon:before {
  content: "\f04c"; }

.cart-buttons .ui-icon-cv-empty-cart-icon:before {
  content: "\f1f8"; }

.cart-buttons .ui-icon-cv-invoice-reprint-icon:before {
  content: "\f021"; }

.cart-buttons .ui-icon-cv-quote-submit-icon:before {
  content: "\f0e0"; }

.cart-buttons .ui-icon-cv-approve-icon:before {
  content: "\f164"; }

.cart-buttons .ui-icon-cv-reject-icon:before {
  content: "\f165"; }

.cart-buttons .ui-icon-cv-warehouse-icon:before {
  content: "\f275"; }

.cart-buttons .ui-icon-cv-link-icon:before {
  content: "\f0c1"; }

/*------------------------------------*    500 ERROR
\*------------------------------------*/
.error-page {
  color: white;
  background: #03628f;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #169bd4, #0573a9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #169bd4, #0573a9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .error-page body {
    background: none; }
  .error-page a {
    color: white; }

/*------------------------------------*    BETTER TABLES
\*------------------------------------*/
table.ui-responsive tr:nth-child(even),
.salesDataTable table tr:nth-child(even) {
  background: #f7f7f7; }
  table.ui-responsive tr:nth-child(even) td,
  .salesDataTable table tr:nth-child(even) td {
    background: #f7f7f7; }

table.ui-responsive th,
.salesDataTable table th {
  background: #eee !important; }

/*------------------------------------*    CART SUMMARY
\*------------------------------------*/
.cart-summary-totals {
  background: white;
  border-radius: 5px; }
  .cart-summary-totals::after {
    clear: both;
    content: "";
    display: table; }
  .cart-summary-totals .ui-li-desc {
    color: #555; }
    .cart-summary-totals .ui-li-desc:last-child {
      color: black; }
  .cart-summary-totals .item-label {
    width: 50% !important;
    display: inline-block !important;
    float: left !important; }
  .cart-summary-totals .item-value {
    width: 50% !important;
    float: left !important;
    text-align: right !important;
    display: inline-block; }

/*------------------------------------*    OUTSTANDING ORDERS
\*------------------------------------*/
#createEditForm_ActivityCreateEdit div.ui-input-text {
  background: none; }
  #createEditForm_ActivityCreateEdit div.ui-input-text input[type="text"],
  #createEditForm_ActivityCreateEdit div.ui-input-text input[type="date"],
  #createEditForm_ActivityCreateEdit div.ui-input-text input[type="time"] {
    background: white;
    border-radius: 5px; }

/*------------------------------------*    PRODUCT DETAIL
\*------------------------------------*/
#productView .productDataTable {
  background: white;
  border-radius: 5px; }

.ProductImage {
  background: white;
  border-radius: 5px; }
  .ProductImage img {
    width: 100%;
    max-width: 100%; }

.qty-breaks {
  background: white;
  border-radius: 5px; }

/*------------------------------------*    FILTER / CONTRACT BAR
\*------------------------------------*/
.contract-bar {
  background: #fafafa;
  border-radius: 5px; }

/*------------------------------------*    ORDER SEARCH
\*------------------------------------*/
.orderSwitchContainer .col-1-2 {
  padding: 0 0 30px; }
  @media (min-width: 35em) {
    .orderSwitchContainer .col-1-2 {
      width: 45%; } }

.orderSwitchContainer label {
  font-weight: bold; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#loginPage {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#eee, #fff);
  background-image: linear-gradient(#eee, #fff); }
  #loginPage .ui-content {
    background: none; }

.LoginBox {
  background: #FFF;
  box-shadow: 0 0px 10px #c0c0c0;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@media (min-width: 28em) {
  .LoginAreaRight .ui-input-text {
    text-shadow: none; }
  .LoginAreaRight label.ui-input-text {
    font-weight: 600;
    font-size: 12px; } }

.LoginImageArea + p {
  font-weight: 300;
  font-style: italic;
  font-size: 12px; }

div.ui-input-text.ui-shadow-inset {
  border: 1px solid #ddd; }
  div.ui-input-text.ui-shadow-inset.ui-focus {
    border-color: #169bd4;
    box-shadow: none; }

.ui-corner-all {
  border-radius: 3px; }

.ui-input-search {
  background: white; }

.ui-shadow-inset {
  box-shadow: none; }

#view_CrmMasterNotes .ui-btn {
  max-width: 100px; }

textarea.ui-input-text {
  min-height: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.6; }

.ui-slider-switch {
  border-radius: 30px;
  border: none; }
  .ui-slider-switch .ui-btn-corner-all {
    border-radius: 30px; }
  .ui-slider-switch .ui-btn-active {
    background: #22a259; }

.ui-controlgroup-horizontal .ui-controlgroup-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px; }

.dialog-custom-fields li.ui-btn-up-c {
  border: none;
  background-color: inherit; }

/*------------------------------------*    ICONS (THEME)
\*------------------------------------*/
.ui-icon-cv-browse-top {
  background-image: url("//cdn.commercevision.com.au/images/css/cv-browse-top.png") !important; }

.ui-icon-cv-icon-shop {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10%2C4V3c0-1.657-1.343-3-3-3S4%2C1.343%2C4%2C3v1H1v10h12V4H10z%20M4.5%2C6C4.224%2C6%2C4%2C5.776%2C4%2C5.5%20S4.224%2C5%2C4.5%2C5S5%2C5.224%2C5%2C5.5S4.776%2C6%2C4.5%2C6z%20M5%2C3c0-1.104%2C0.896-2%2C2-2c1.104%2C0%2C2%2C0.896%2C2%2C2v1H5V3z%20M9.5%2C6C9.225%2C6%2C9%2C5.776%2C9%2C5.5%20S9.225%2C5%2C9.5%2C5S10%2C5.224%2C10%2C5.5S9.775%2C6%2C9.5%2C6z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-size: 10px !important;
  background-position: center !important; }

.ui-icon-cv-icon-search {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.171%2C8.766c0.617-0.888%2C0.979-1.964%2C0.979-3.126c0-3.037-2.463-5.5-5.5-5.5s-5.5%2C2.463-5.5%2C5.5%20s2.463%2C5.5%2C5.5%2C5.5c1.152%2C0%2C2.223-0.355%2C3.104-0.962l3.684%2C3.683l1.414-1.414L10.171%2C8.766z%20M5.649%2C9.14c-1.933%2C0-3.5-1.567-3.5-3.5%20c0-1.933%2C1.567-3.5%2C3.5-3.5c1.933%2C0%2C3.5%2C1.567%2C3.5%2C3.5C9.149%2C7.572%2C7.582%2C9.14%2C5.649%2C9.14z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-size: 10px !important;
  background-position: center !important; }

/*------------------------------------*    LOGIN ALERT
\*------------------------------------*/
.errorText {
  color: #cc0000;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
  top: -62px; }

/*------------------------------------*    ADD TO CART ALERTS
\*------------------------------------*/
.product-table-view .product-alert-addtocart {
  position: absolute;
  z-index: 999;
  /* Can't be over 1000 as it will be over the jQuery Mobile Header */
  text-align: center;
  background: #FFF;
  background: rgba(255, 255, 255, 0.85); }

.product-table-view .product-alert-addtocart > span {
  margin: 0 auto;
  width: 35%;
  height: 50px !important;
  padding: 17px 10px;
  border-radius: 5px;
  display: block;
  background: #22a259;
  color: white;
  text-shadow: none; }
  .product-table-view .product-alert-addtocart > span br {
    display: none; }

.product-table-view .combo-tile-view .product-alert-addtocart > span {
  margin: 0 auto;
  width: 100%;
  height: 50px !important;
  padding: 17px 10px;
  border-radius: 5px;
  display: block;
  background: #22a259;
  color: white;
  text-shadow: none; }
  .product-table-view .combo-tile-view .product-alert-addtocart > span br {
    display: none; }

.product-table-view .product-alert-addtocart > span.addIssue {
  margin: 0 auto;
  width: 60%;
  padding: 15px 10px;
  border-radius: 5px;
  display: block;
  background: #cc0000;
  color: white;
  text-shadow: none; }
  .product-table-view .product-alert-addtocart > span.addIssue br {
    display: none; }

/*------------------------------------*    PAGE ERROR MESSGAE + SUCCESS
\*------------------------------------*/
.cv-messages {
  color: #cc0000;
  text-shadow: none; }
  .cv-messages div:before {
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome !important;
    content: "\f06a"; }
  .cv-messages.success {
    color: #22a259;
    text-shadow: none; }
    .cv-messages.success div:before {
      content: "\f00c"; }

.ui-checkbox + .create-edit-validation-message {
  margin-left: 22%;
  display: block;
  clear: both;
  margin-top: 10px;
  background: #cc0000;
  color: white;
  text-shadow: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative; }
  .ui-checkbox + .create-edit-validation-message:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 6, 6, 0);
    border-bottom-color: #cc0000;
    border-width: 10px;
    margin-left: -10px; }

.create-edit-validation-message {
  margin-left: 22%;
  display: inline-block;
  clear: both;
  margin-top: 10px;
  background: #cc0000;
  color: white;
  text-shadow: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative; }
  .create-edit-validation-message:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 6, 6, 0);
    border-bottom-color: #cc0000;
    border-width: 10px;
    margin-left: -10px; }

.create-edit-validation-message-2 {
  display: inline-block;
  clear: both;
  margin: 4px 0px;
  background: #cc0000;
  color: white;
  text-shadow: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative; }
  .create-edit-validation-message-2:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 6, 6, 0);
    border-bottom-color: #cc0000;
    border-width: 10px;
    margin-left: -10px; }

/*------------------------------------*    CART COMPLETE MESSAGE
\*------------------------------------*/
#orderCompleteMessagesPane li {
  list-style: disc;
  margin: 10px 0 10px 35px; }

/*------------------------------------*    ALERT BOX
\*------------------------------------*/
.alert-box {
  box-sizing: border-box;
  border-radius: 3px;
  padding: 6px 42px 6px 12px;
  margin: 0 0 5px;
  text-align: left;
  position: relative;
  background: #eee;
  font-weight: 500;
  font-size: 12px;
  text-shadow: none; }
  .alert-box:before {
    font-size: 16px;
    position: relative;
    top: 1px;
    font: normal normal normal 14px/1 FontAwesome !important;
    margin-right: 5px; }
  .alert-box.error {
    background: #cc0000;
    color: #fff; }
    .alert-box.error:before {
      content: "\f05e"; }
  .alert-box.success {
    background: #22a259;
    color: #fff; }
    .alert-box.success:before {
      content: "\f00c"; }
  .alert-box.warning {
    background: #fc9836;
    color: #fff; }
    .alert-box.warning:before {
      content: "\f071"; }
  .alert-box.info {
    background: #0394cb;
    color: #fff; }
    .alert-box.info:before {
      content: "\f05a"; }

ul li.alert-box {
  list-style: none !important;
  margin: 10px !important; }

