.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dt-length {
    float: right;
}

body.swal2-shown > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(3px);
}

.white-text {
  color: white;
}

.dashboard-widget-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #232324;
}

.dashboard-widget-daterange {
    color: #424242;
    font-weight: 400;
}

.dashboard-summary-area-lite-text {
    color: #dedede;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  /*display: inline-block;*/
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

.input-shade {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  background-color: #f1f1f1;
}
/*input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}*/
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}
.center {
    text-align:center;
}

.modal .fancy-checkbox span {
    font-weight:500;
}

.modalform fieldset legend {
    font-size:16px;
    font-weight:600;
}

.sort-list-container {
    border: 1px solid #9ba39d;
}

.sort-list-body {
    display: block;
    margin-right: 20px;
}
.sort-list-title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-left: 10px;
}

.sort-list-subtitle {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-left: 20px;
}

.sort-list-file {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-left: 20px;
    margin-top: 15px;
}

.sort-list-file i{
    font-size: 18px;
    font-weight: 600;
}

.sort-list-actions {
    display:block;
    float: right;
    margin-right: 10px;
    top: 0;
}

.sort-list-action-button {
    display: inline-block;
    padding: 5px;
}

.dataTables_length {
    margin-right: 20px;
}

.progress-display-wrapper {
	width: 220px;
	margin: 5px;
}
.html5-progress-bar {
	padding: 15px 15px;
	border-radius: 3px;
	background-color: #fff;
}
.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar .progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}

.um-file-uploader {
  visibility:hidden;
}

.row-header {
    font-size:16px;
    font-weight:600;
    width:100%;
    border-bottom: 1px solid #ced4da;
}

.dropdown-menu-header {
    display:block;
    font-size:12px;
    margin-right:5px;
    float:right;
}

.button-group-title {
    display:block;
    font-size:12px;
    font-weight:600;
    margin-bottom:2px;
    text-decoration: underline;
    color: brown;
}

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

.shipment-address-name {
    display:block;
    font-size:14px;
    font-weight: 500;
}

.shipment-address-street {
    display:block;
    font-size:14px;
    font-weight: 500;
}

.shipment-address-location {
    display:block;
    font-size:14px;
    font-weight: 500;
}

.shipment-address-container {
    display:inline;
    font-size:12px;
    font-weight: 500;
    padding:10px;
    /*background-color: #f0f0f0;*/
}

.shipment-tracking-status {
    display:block;
    font-size:16px;
    font-weight: 600;
    padding:5px;
}

.shipment-action {
    font-size:12px;
    font-weight: 600;
    margin-right:10px;
}

.shipment-print-label {
    color: #3d3d3c;
}

.shipment-text-label {
    color: #3d3d3c;
}

.shipment-email-label {
    color: #3d3d3c;
}

.shipment-label-container {
   padding: 10px;
}

.shipment-label-select-container {
   
}

.arial-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.print-page-title {
    font-size:16px;
    font-weight:600;
    display:block;
}

.print-page-subtitle {
    font-size:16px;
    font-weight:600;
    display:block;
    color: #787878;
}

.print-page-title-lg {
    font-size:18px;
    font-weight:600;
    display:block;
}

.label-title {
    font-weight:500;
    margin-bottom: 15px;
}

.label-click-to {
    display:block;
    font-size:12px;
    color: #0394fc;
}

.label-tracking {
    font-size:16px;
    font-weight:500;
    display:block;
}

.lable-missing-title {
    font-size:12px;
    font-weight: 500;
    display:block;
}

.tracking-code-title {
    font-size:12px;
    font-weight:500;
    display:block;
    margin-bottom:5px;
}

.tracking-code {
    font-size:16px;
    font-weight:500;
    margin-bottom:5px;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.payments-add-btn {
    min-width: 100px;
}

.payments-add-btn i{
    font-size: 12px;
}

.payments-title {
    font-size:12px;
    font-weight:600;
}

.label-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    padding:2px;
}

#receiving {
    min-height: 400px;
}

.receiving-add-btn {
    min-width: 100px;
}

.receiving-add-btn i{
    font-size: 12px;
}

.honeycomb-size-qty {
    width:80px;
}

.cat-qty-inventory {
    width:auto;
}

.cat-qty-inventory td {
    border-top: 0;
    padding:4px;
}

.cat-qty-inventory th {
    padding:4px;
}

.cat-total {

}

#receipt-inventory {
    min-height: 400px;
    overflow-y: auto;
}

.inventory-table-data {
    float:left;
}

.inventory-table-label {
    display:inline-block;
    font-weight:bold;
}

.inventory-table-info {
    display:inline-block;
    font-size:14px;
}

.material-gallery-header-title {
    display:block;
    font-size:15px;
    font-weight:500;
    text-decoration:underline;
}

.material-gallery-title {
    font-size:12px;
    font-weight:600;
    margin-left:10px;
}

.material-gallery-field {
    font-size:14px;
    font-weight:500;
    margin-left:5px;
}

.requests-dt-address {
    padding:5px;
}

.req-tab-header {
    margin-bottom:2px;
}

.req-hidden {
    visibility: visible;
}

.req-visible {
    visibility: visible;
}

.req-tagsinput-area {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding:10px;
    font-size:18px;
}

div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
  font-size: 20px;
}
div.checkbox.switcher label *, div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #269bff;
  border-color: #269bff;
}
div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

.image-file {
  visibility:hidden;
}

.image-up {
    margin-left:5px;
    padding:2px;
    /*-webkit-box-shadow: 2px 2px 4px -4px #000000; 
    box-shadow: 2px 2px 4px -4px #000000;*/
    width:240px;
    height:240px;
    outline: 2px solid #97c33c;
}

.image-up:hover {
    outline: 4px solid #d6f792;
}

.image-del {
    display:block;
    float:right;
    margin-bottom:10px;
}

.image-instruct {
    padding:2px;
    width:240px;
    height:240px;
}

.image-up-label {
    margin:5px;
    padding:5px;
    font-weight:600;
    color:#454444;
    width:240px;
    text-align:center;
}

.image-up-container {
    width:260px;
    border: 1px solid #a0b8a0;
    padding:4px;
}

.button-up {
    width:240px;
    display:block;
    margin-left:5px;
    margin-top:5px;
    background-color: #c7c6c5;
    font-size:14px;
}

.photo-instruct {
    font-size: 14px;
    font-weight: 500;
    margin-bottom:20px;
}

.image-required {
    display:block;
    padding:3px;
    margin:5px;
    color: #ed5421;
    font-size:15px;
    font-weight:600;
}

.image-optional {
    display:block;
    padding:3px;
    margin:5px;
    color: #6b7861;
    font-size:15px;
    font-weight:600;
}

.cat-img-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.next-button-instruct {
    background:#c9ccc6;
    color:#000;
    padding:3px;
}

.progress-display-wrapper {
	width: 220px;
	margin: 5px;
}
.html5-progress-bar {
	padding: 15px 15px;
	border-radius: 3px;
	background-color: #fff;
}
.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar .progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}

.tos {
    height:400px;overflow-y: scroll;
}
.agreement {
    height:400px;overflow-y: scroll;
}
.tos-header {
    font-weight:600;
    text-align:center;
    font-size:18px;
    text-transform: uppercase;
    margin-bottom:10px;
}

.tos-header-title {
    display:block;
    margin-top:5px;
}

.tos-header-subtitle {
    font-style: italic;
    font-weight:500;
}

.tos-block {
    font-size:14px;
    font-weight:500;
    padding:10px;
}

.tos-bullet-con {
    padding-left:15px;
    padding-top:2px;
    padding-bottom:2px;
}

.tos-bullet-num {
    display:inline;
    font-size:16px;
    font-weight:600;
    margin-left:5px;
}

.tos-bullet-text {
    display:inline;
    font-size:16px;
    font-weight:600;
    margin-left:10px;
}

.tos-list {
    list-style-type: none;
    margin: 5px;
    padding: 0;
}

div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
  font-size: 20px;
}
div.checkbox.switcher label *, div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #269bff;
  border-color: #269bff;
}
div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}
.payment-notes-container {
    margin-top:10px;
    margin-bottom:20px;
}
#Paypal-notes-container {
    display:none;
}
#Paypal-notes {
    display:none;
}
#Check-notes-container {
    display:none;
}
#Check-notes {
    display:none;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.signature-pad-wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
  background-color: white;
}
.sub-title{
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sf-fieldwrap .sf-step {
    padding:5px;
}

.sf-t5.sf-fade .sf-viewport, .sf-t5.sf-none .sf-viewport, .sf-t5.sf-slide .sf-viewport {
    background: transparent;
    padding: 10px;
}

.signature-agent {
    margin-top:10px;
}

.pull-right {
  float: right; 
}