/* Minification failed. Returning unminified contents.
(575,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
.new .mobile {
    font-size: 14px;
}

    .new .mobile .field-label {
        line-height: 34px;
    }

    .new .mobile .field-label-multiline {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .new .mobile .form-control {
        height: 34px;
        padding: 6px 9px;
        font-size: 14px;
    }

    .new .mobile .btn {
        padding: 6px 12px;
        font-size: 14px;
    }

        .new .mobile .btn > .progress-spinner {
            margin-top: -2px;
        }

        .new .mobile .btn.btn-big {
            padding: 6px 24px;
        }

    .new .mobile .input-group-addon {
        background-color: #FFF;
        border-color: #c6c6c6;
        border-radius: 0;
        padding: 6px 9px;
    }

        .new .mobile .input-group-addon .btn-clear {
            background: url(../images/sidebar/button-cancel.png) no-repeat center;
            background-size: contain;
            padding: 10px;
        }

        .new .mobile .input-group-addon .btn-skip {
            background: url(../images/button-skip-step.png) no-repeat center;
            background-size: contain;
            padding: 10px;
        }

    .new .mobile .action-label {
        height: 19px;
    }

    .new .mobile .selectize-control {
        height: 34px;
        font-size: 14px;
    }

    .new .mobile .selectize-control .selectize-input {
        height: 34px;
        padding: 9px 20px 7px 8px;
    }

    .new .mobile .selectize-input .ui-select-match {
        height: 16px;
    }

    .new .mobile .selectize-control .selectize-input input {
        margin-top: -2px !important;
    }

    .new .mobile .selectize-control .selectize-dropdown [data-selectable], 
    .new .mobile .selectize-control .selectize-dropdown .optgroup-header {
        padding: 8px 8px;
    }

    .new .mobile .checkbox input[type="checkbox"],
    .new .mobile .radio input[type="radio"] {
        width: 17px;
        height: 17px;
    }

    .new .mobile .additional-attributes {
        font-size: 12px;
    }
.dash-panel {
    position: relative;
    border-radius: 0px;
    font-weight: normal;
    font-size: .75em;
    float: left;
    margin: 10px 13px;
    width: 307px;
    height: 305px;
    overflow: hidden;
    border: 2px solid #0094d8;
    /*background: #0093d6; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
    /* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */
    color: #0094d8;
}

.dash-panel-top-selling {
    position: relative;
    border-radius: 0px;
    font-weight: normal;
    font-size: .75em;
    float: left;
    margin: 10px 13px;
    width: calc(100% - 25px);
    max-width: 307px;
    /*height:	305px;*/
    overflow-x: auto;
    border: 2px solid #0094d8;
    /*background: #0093d6; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
    /* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */
    color: #0094d8;
}

    .dash-panel-top-selling .panel-content {
        width: 100%;
    }

.dash-panel-x2 {
	position: relative;
	border-radius: 15px;
	font-weight: normal;
	font-size: .75em;
	float: left;
	margin: 9px 5px 9px 5px;
	width: 646px;
	height:	300px;
	overflow: hidden;
	border:2px solid #0094d8;
	color: #0094d8;
	/*background: #0093d6; /* For browsers that do not support gradients */
	/*background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */
}


.dash-panel-x3 {
	position: relative;
	border-radius: 0px;
	font-weight: normal;
	font-size: .75em;
	float: left;
	margin: 9px 13px 9px 13px;
	width: calc(100% - 25px);
	/*height:	300px;*/
	overflow: auto;
	border:2px solid #0094d8;
	color: #0094d8;
    /*background: #0093d6; /* For browsers that do not support gradients */
	/* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
	/* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */ 
}

.dash-panel-x3y2 {
	position: relative;
	border-radius: 0px;
	font-weight: normal;
	font-size: .75em;
	float: left;
	margin: 9px 13px 9px 13px;
	width: calc(100% - 25px);
    min-height: 400px;
	/*height:	940px;*/
	overflow: auto;
	border:2px solid #0094d8;
	color: #0094d8;
    /*background: #0093d6; /* For browsers that do not support gradients */
	/* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
	/* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */ 
}

.dash-panel-x3y3 {
	position: relative;
	border-radius: 0px;
	font-weight: normal;
	font-size: .75em;
	float: left;
	margin: 9px 13px 9px 13px;
	width: calc(100% - 25px);
	/*height:	840px;*/
    min-height: 400px;
	overflow: auto;
	border:2px solid #0094d8;
	color: #0094d8;
    /*background: #0093d6; /* For browsers that do not support gradients */
	/* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
	/* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */     
}

.dash-panel-pie {
    position: relative;
    border-radius: 0px;
    font-weight: normal;
    font-size: .75em;
    float: left;
    margin: 10px 13px;
    max-width: 307px;
    width: calc(100% - 25px);
    /*height:	305px;*/
    cursor: pointer;
    overflow: auto;
    border: 2px solid #0094d8;
    /*background: #0093d6; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
    /* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */
    color: #0094d8;
}

.row.dashboard-row{
    margin-left:13px;
    margin-right:13px;
}

.enlarged-panel {
	position: relative;
	border-radius: 0px;
	float: left;	
	margin: 5px 13px;
	width: 958px;
	height:	674px;
	overflow: hidden;
	/*cursor: pointer;	*/
	background: #0093d6; 
    /*background: #0093d6; /* For browsers that do not support gradients */
	/* background: -webkit-linear-gradient(left top, #33beff, #004666); /* For Safari 5.1 to 6.0 */
	/* 	background: -o-linear-gradient(bottom right, #33beff, #004666); /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(bottom right, #33beff, #004666); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(to bottom right, #33beff, #004666); /* Standard syntax */
}

.panel-content {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0;
	width: 296px;
	height: 270px;
	background-color: white;
	color: #0093d6;
}

.panel-content-x2 {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0px;
	width: 637px;
	height: 270px;
	background-color: white;
	color: #0093d6;
}

.panel-content-x3 {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
    min-width: 953px;
	height: 260px;
	background-color: white;
	color: #0093d6;
}

.panel-content-x3y2 {
	position: relative;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
    min-width: 953px;
    min-height: 400px;
	/*height: 890px;*/
	background-color: white;
	color: #0093d6;
    padding: 0 10px;
}

.panel-content-x3y3 {
	position: relative;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
    min-width: 953px;
	min-height: 400px;
	/*height: 810px;*/
	background-color: white;
	color: #0093d6;
    padding: 0 10px;
}

.enlarged-panel-content {
    position: relative;
    border-radius: 35px;
    margin: 0 auto;
    overflow: hidden;
    /*cursor: pointer;*/
    width: 1297px;
    height: 745px;
    background-color: white;
    color: #0093d6;
}

.panel-loader {
	color: #0093d6;
	position: absolute;
	top: 46%;
	width: calc(100% - 20px);
    text-align: center;
}

.panel-loader-enlarged {
	color: #0093d6;
	position: absolute;
	top: 70%;
	width: calc(100% - 20px);
    text-align: center;
}

.panel-chart {
	width: 280px; 
	height: 260px; 
	margin: 0 0 0 2%;
}

.panel-chart-x2 {
	height: 260px;
	width: 630px;
}

.panel-chart-x3 {
    height: 260px;
    width: 1297px;
}

.panel-chart-x3y2 {
	height: 260px;
	max-width: 933px !important;
}

.panel-chart-x3y3 {
	height: 400px;
	max-width: 933px !important;
}

.panel-chart-enlarged {
	width: 100%;/*525px;*/
	height: 525px;
}

.panel-chart-enlarged-sku {
    width: 1297px;
    height: 525px;
}

.sku-search {
	float: left;
	margin: 0 10px;
}

.panel-close-button {
	float: right;
	margin-right: 10%;
}

.panel-no-data {
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	top: 48%;
	left: 10%;
    width: 80%;
    text-align: center;
	/*color: #0093d6;*/
}

.panel-no-data-x2 {
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	top: 48%;
	left: 10%;
    width: 80%;
    text-align: center;
	/*color: #0093d6;*/
}

.panel-no-data-x3 {
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	top: 48%;
	left: 10%;
    width: 80%;
    text-align: center;
	/*color: #0093d6;*/
}

.panel-no-data-x3y2 {
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
    margin-left: 10%;
    width: 80%;
    margin-top: 10px;
    text-align: center;
	/*color: #0093d6;*/
}

.panel-no-data-x3y3 {
	font-size: 1.5em;
	font-weight: bold;
	/*color: #0093d6;*/
	margin-left: 10%;
    width: 80%;
    margin-top: 100px;
    text-align: center;
}

.panel-no-data-enlarged {
	font-size: 3em;
	font-weight: bold;
	position: absolute;
	top: 30%;
	left: 10%;
    width: 80%;
    text-align: center;
	/*color: #0093d6;*/
}

.panel-label {	
	font-size: small;
	font-weight: bold;	        
    width:100%;
    text-align:center;
}

.panel-label-x2 {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
    text-align: center;
	margin-top: 0.5%;
}

.panel-label-x3 {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
    text-align: center;
	margin-top: 0.5%;
}

.panel-label-x3y2 {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
    text-align: center;
	margin-top: 0.5%;
}

.panel-label-x3y3 {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
    text-align: center;
	margin-top: 0.5%;
}

.enlarged-panel-label {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
    text-align: center;
}

.error-panel-label {
	font-size: 1.2em;
	font-weight: bold;
    width: 100%;
    text-align: center;
	margin-top: 1%;
}

.panel-select {
	display:inline-block; 
	float: left; 
	width: 20%; 
	color: #0093d6; 
	font-size: 1em;
}

.date-select {
	display:inline-block; 
	float: left; 
	margin-left: 2%;
	width: 100%; 
	font-size: 1em;
}

.panel-date-section {
	width: 20%; 
	float: left;
	color: #0093d6; 
}

.panel-date {
	color: #0093d6; 
	float: left; 
	cursor: pointer;
	margin: 37px 10px 0;
	font-size: 1em;
}

.panel-header {
	margin-left: 10%;

}

.panel-header-buttons {
	margin-top: 18px;
}

.section-label {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #0093d6;
    text-transform:uppercase;
}

.panel-close {
	float: right; 
	margin-right: 2%; 
	pointer: cursor;
	font-size: 2em;
	color: #0093d6;
}

.periodic-header {
	text-align: center;
	font-size: 1.4em;
	color: #0093d6;
}

.periodic-centered {
	text-align: center;
	font-size: 1.2em;
}

.periodic-channel {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 15px; 0 15px;
}

.periodic-date-header {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.compare-data {
	font-size: 1.2em;
	text-align: center;
}

.multiselect-odd-rows {
	background-color: lightgrey;
}

.grey-backdrop {
	background-color: lightgrey;
}

#TopSelling-Enlarged-Table{
height:676px;
width:98%;
overflow-y:scroll; 
}

#TopSelling-Table{
height:258px;
width:100%;
padding: 0 10px;
overflow-y:scroll;   
}


.top-selling-table {
	width: 98%; 
	margin: 0px 10px; 
    border: solid 1px #0094d8;
    border-collapse: collapse;
      
}

.top-selling-td {
	font-size: 12px;
    padding: 3px;
     border: solid 1px #0094d8;
     color: #0094d8;
}

.top-selling-table tr:nth-child(even) {background: #eee}
.top-selling-table tr:nth-child(odd) {background: #FFF}

.top-product-table {
	 width: 100%; 
     background-color: #fff;
     border: solid 1px #0094d8;
     border-collapse: collapse;
     font-size:11px !important;     
}

.top-product-td {
    padding: 3px;
    border: solid 1px #0094d8;
    color: #0094d8;
    font-size:11px !important;
    cursor: pointer;
}

.top-product-table tr:nth-child(even) {background: #eee}
.top-product-table tr:nth-child(odd) {background: #FFF}

.sku-form {
	margin: 1% 0 0 30%;
}

.white-background {
	background-color: white;
}

.application-main-color {
	color: #0093d6
}

/*	End Dashboard Panel Styles */
html {
    height: 100%;
}

body {
    background-color: #0093d6;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 100%;
}

.body {
    background-image: url('../images/bg.jpg');
    background-origin: content-box;
    background-position: center -50px;
    background-repeat: no-repeat;
    padding: 50px 0px 20px 0px;
}

.container-fluid {
    max-width: 1348px;
}

.body-content {
    margin-top: 7px;
    padding: 0 8px 15px 8px;
}

.body-empty {
    min-height: 450px;
}

/* bootastrap overrided classes*/

@media (min-width: 1200px) {
    .container {
        width: 1348px;
    }
}

@media print {
    .body {
        padding-top: 0px;
    }

    .container {
        margin-left: 0;
    }

    .non-printable {
        display: none;
    }

    a[href]:after {
        content: '';
    }

    tr /*,
    tr td,
    tr th*/ {
        page-break-inside: avoid;
    }

    table,
    th,
    td {
        border: 1px solid #C6C6C6 !important;
    }

    .footer img {
        max-width: 200px !important;
    }
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.clear-both {
    clear: both;
}

.loader {
    padding: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

.wrap-normal {
    white-space: normal !important;
}

.break-word {
    word-wrap: break-word !important;
    word-break: break-word;
}

.text-left {
    text-align: left !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.required:empty:before {
    content: "\00a0";
}

.display-block {
    display: block;
}

.position-relative {
    position: relative;
}

.overflow-visible {
    overflow: visible !important;
}

.small-90 {
    font-size: 90%;
}

.big {
    font-size: 115%;
}

.width-5p {
    width: 5% !important;
}

.width-100p {
    width: 100%;
}

h3 {
    color: #0093D6;
    font-size: 11px;
    font-weight: bold;
    margin: 9px 46px 10px 0;
}

h4.big {
    font-size: 14px;
    line-height: 1.42857143;
}

a {
    cursor: pointer;
}

    a.disabled {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65;
        pointer-events: none;
    }

    a.white,
    a.white:hover {
        color: #FFF;
    }

.no-pointer-events {
    pointer-events: none;
}

.topbar {
    background: #fff;
    border-bottom: 0px; /* solid transparent; */
    border-bottom: 1px solid #e1e2e4;
    left: 0;
    min-height: 77px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

    .topbar > .container {
        min-height: 76px;
    }

.topbar-header {
}

    .topbar-header > * {
        float: left;
    }

    .topbar-header > img {
        float: left;
        margin: 16px 30px 0 -3px;
        height: 51px;
    }

.topbar-envname {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 24px 10px 0 10px;
    color: #2E63A3;
}

.topbar-nav {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding-top: 14px;
    padding-left: 10px;
}

    .topbar-nav > li {
        display: block;
        float: left;
        position: relative;
    }

        .topbar-nav > li > a {
            display: block;
            line-height: 25px;
            padding: 14px 0 14px 14px;
            position: relative;
        }

        .topbar-nav.slim > li > a {
            padding: 8px 0 9px 14px;
        }

            .topbar-nav > li > a.logout,
            .topbar-nav > li > a.support {
                color: #555;
            }

            .topbar-nav > li > a > img {
                filter: alpha(opacity=50);
                margin-right: 7px;
                margin-top: -2px;
                opacity: 0.5;
            }

@media (max-width: 880px) {
    .topbar {
        position: relative;
    }

    .body {
        padding-top: 0px;
    }

    .body-content {
        margin-top: -20px;
    }
}

@media (max-width: 600px) {
    .topbar-nav > li > a {
        padding-top: 0;
    }
}

@media (max-width: 511px) {
    .topbar-nav  {
        display: none;
    }
}

.company-slogan,
.company-name {
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.company-name {
    color: #0392d3;
    font-size: 20px;
    line-height: 20px;
    margin-top: 18px;
    width: 235px;
}

.company-slogan {
    color: #55747c;
    font-size: 10px;
    line-height: 10px;
    margin-top: 9px;
}

.footer p {
    color: white;
    font-size: 11px;
    margin-top: 6px;
}

    .footer p > span {
        white-space: nowrap;
    }

.footer img {
    max-width: 200px;
}

.info-text {
    color: #0093d6;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.menu {
    background-color: #fff;
    font-size: 11px !important;
    line-height: 30px;
    margin: 1px 0 8px 0px;
}

    .menu > ul {
        margin: 0;
        padding: 0;
    }

        .menu > ul > li {
            display: inline-block;
        }

    .menu ul > li {
        list-style-type: none;
        margin: 2px 0px;
        padding: 0px 10px;
    }

        .menu ul > li.open {
            box-shadow: 2px 0px 8px rgba(0, 0, 0, .25) !important;
            border-bottom-left-radius: 0px !important;
        }

        .menu ul > li, .menu ul > li a, .menu ul > li a:hover, .menu ul > li a:focus {
            color: #0093d6;
        }

            .menu ul > li, .menu ul > li a, .menu ul > li a:hover, .menu ul > li a:focus, .dropdown-menu > li.open > a {
                font-size: 11px !important;
                text-decoration: none;
                white-space: nowrap;
                background-color: transparent;
                background-image: none;
            }

    .menu ul.dropdown-menu > li {
        padding: 0 10px 0 0 !important;
        line-height: 22px;
    }

    .menu > ul > li:not(.loader)::after {
        content: '\25BA';
        margin-left: 2px;
    }

    .menu ul.dropdown-menu > li.dropdown a.submenu-label::after {
        content: '\25BA';
        margin-left: 2px;
        position: absolute;
        right: 0px;
    }

.dropdown-menu > li.open {
    background-color: #0093d6;
    color: #ffffff;
}

    .dropdown-menu > li.open > a, .dropdown-menu > li.open > a:hover {
        color: #ffffff;
    }

.dropdown-menu > li > a {
    padding: 3px 14px 3px 20px;
    position: relative;
}

/*.menu .dropdown:hover {
    background-color: #FFF;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, .25);
}

.menu .dropdown:hover .dropdown-menu {
    display: block;
}
    */
.menu .dropdown-menu {
    border: none !important;
    box-shadow: 2px 6px 8px rgba(0, 0, 0, .25) !important;
    font-size: 11px;
    margin-top: -1px !important;
    padding: 0 0px !important;
}
/*
.menu .submenu {
    float: left;
    line-height: 1.42857143;
    padding: 8px 10px;
    min-width: 130px;
}

.menu .submenu > h3 {
    margin: 0 0 5px 0;
}

.menu .submenu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu .submenu > ul > li {
    margin: 1px 0;
}*/

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 9px;
}

.brow {
    margin-left: -15px;
    margin-right: -15px;
}

.first-row {
    margin-top: 23px;
}

.last-row {
    margin-bottom: 35px;
}

.flex-row {
    margin-top: 0;
}

    .flex-row > * {
        margin-top: 9px;
    }

    .flex-row.first-row {
        margin-top: 14px;
    }

.row-padding {
    padding-left: 23px;
    padding-right: 13px;
}

.col {
    float: left;
    padding-right: 10px;
}

.col:not(.col-bs) {
    width: 100%;
}

.col-right {
    float: right;
    padding-right: 10px;
    width: 100%;
}

.left-margin,
.col.left-margin {
    margin-left: 10px;
}

.left-margin-40, 
.col.left-margin-40 {
    margin-left: 40px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.col.col-auto,
.col-right.col-auto {
    width: auto;
}

.col-20p {
    max-width: 20%;
}

.col-50 {
    max-width: 60px;
}

.col-60 {
    max-width: 70px;
}

.col-80 {
    max-width: 90px;
}

.col-95 {
    max-width: 105px;
}

.col-100p-95 {
    max-width: calc(100% - 105px);
}

.col-105 {
    max-width: 115px;
}

.col-115 {
    max-width: 125px;
}

.col-125 {
    max-width: 135px;
}

.col-130 {
    max-width: 140px;
}

.col-150 {
    max-width: 160px;
}

.col-160 {
    max-width: 170px;
}

.col-170 {
    max-width: 180px;
}

.col-180 {
    max-width: 190px;
}

.col-200 {
    max-width: 210px;
}

.col-210 {
    max-width: 220px;
}

.col-220 {
    max-width: 230px;
}

.col-250 {
    max-width: 260px;
}

.col-260 {
    max-width: 270px;
}

.col-300 {
    max-width: 310px;
}

.col-305 {
    max-width: 315px;
}

.col-350 {
    max-width: 360px;
}

.col-360 {
    max-width: 370px;
}

.col-375 {
    max-width: 385px;
}

.col-400 {
    max-width: 410px;
}

.col-2x200 {
    max-width: 420px;
}

.col-450 {
    max-width: 460px;
}

.col-3x200 {
    max-width: 630px;
}

.col-500 {
    margin-right: 0;
    max-width: 510px;
}

.col-550 {
    margin-right: 0;
    max-width: 560px;
}

.col-600 {
    margin-right: 0;
    max-width: 610px;
}

.col-900 {
    margin-right: 0;
    max-width: 910px;
}

.padding-right-10 {
    padding-right: 10px;
}

.field-label {
    line-height: 26px;
}

    .field-label.multiline {
        line-height: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

@media (max-width: 767px) {
    .col-500:not(.always-float),
    .col-600:not(.always-float) {
        float: none;
    }

    .col-left-xs {
        float: left !important;
        max-width: 100%;
    }

    .text-left-xs {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .nopadding-sm {
        padding: 0 !important;
    }
}

.label-inline {
    margin-top: 5px;
}

.col > label,
.bcol > label,
.col-right > label {
    font-weight: normal;
    margin-bottom: 3px;
}


    .col > label:not(.radio-inline):not(.radio):not(.checkbox-inline):not(.checkbox),
    .bcol > label:not(.radio-inline):not(.radio):not(.checkbox-inline):not(.checkbox),
    .col-right > label:not(.radio-inline):not(.radio):not(.checkbox-inline):not(.checkbox) {
        padding-left: 0;
    }

.col > input[type = "text"],
.col > input[type = "email"],
.col > input[type = "number"],
.col > input[type = "password"],
.col > select,
.bcol > input[type = "text"],
.bcol > input[type = "email"],
.bcol > input[type = "number"],
.bcol > input[type = "password"],
.bcol > select {
    height: 26px;
    padding: 0 6px 1px;
    width: 100%;
}

.col > textarea,
.bcol > textarea {
    height: 104px;
    max-width: 850px;
    padding: 6px;
    width: 100% !important;
}

.ex-col-single,
.ex-col-right,
.ex-col-left,
.menu {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
}

.ex-col-single {
    width: 100%;
}

.menu {
    width: 100%;
    position: fixed;
    z-index: 1029;
    max-width: 1332px;
}

.ex-col-right {
    margin-right: 8px;
    width: calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
}

.ex-col-left {
    width: 80px;
}

@media (max-width: 991px) {
    .ex-col-right {
        margin-right: 8px;
        width: 100%;
    }

    .ex-col-left {
        float: left;
        margin-top: 8px;
        width: 100%;
    }

    .nav-box .nav-button {
        border-right: solid 1px #E5E5E5;
        float: left;
        width: 85px;
    }

    .ex-col-single,
    .menu {
        position: relative;
    }

    .nav-box {
        position: relative !important;
        width: 100% !important;
    }
}

.body-content > .row:nth-child(2) {
    margin-top: 43px;
}

.nav-box {
    background-color: #fff;
    padding-left: 1px;
    padding-top: 1px;
    width: 80px;
    position: fixed;
}

@media (max-height: 900px) {
    .nav-box {
        position: relative !important;
    }
}

.nav-box .nav-button {
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-size: 10px;
    margin-left: -1px;
    margin-top: -1px;
    padding-bottom: 10px;
    padding-top: 54px;
    text-align: center;
    width: 80px;
}

    .nav-box .nav-button:disabled {
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: alpha(opacity=65);
        opacity: .65;
        cursor: not-allowed;
    }

    .nav-box .nav-button:not(button):disabled {
        pointer-events: none;
    }

.nav-box .button-complete {
    background: url(../images/sidebar/button-complete.png) no-repeat center 11px;
}

.nav-box .order-approve {
    background: url(../images/order/order-approve.png) no-repeat center 11px;
}

.nav-box .order-allocate {
    background: url(../images/order/order-allocate.png) no-repeat center 11px;
}

.nav-box .order-ship {
    background: url(../images/order/order-ship.png) no-repeat center 11px;
}

.nav-button-deassign {
    padding-top: 5px !important;
}

.glyphicon-user-button {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
    color: #0093d6;
}

.glyphicon-remove-button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -25px;
    font-size: 15px;
    color: #fff;
}

.nav-box .order-return-exchange {
    background: url(../images/order/order-return-exchange.png) no-repeat center 19px;
}

.nav-box .button-edit {
    background: url(../images/sidebar/button-edit.png) no-repeat center 11px;
}

.nav-box .order-summary {
    background: url(../images/order/order-summary.png) no-repeat center 11px;
}

.nav-box .button-cancel {
    background: url(../images/sidebar/button-cancel.png) no-repeat center 11px;
}

.nav-box .button-send {
    background: url(../images/sidebar/button-email.png) no-repeat center 11px;
}

.nav-box .order-review {
    background: url(../images/sidebar/order-review.png) no-repeat center 11px;
}

.nav-box .button-save {
    background: url(../images/sidebar/button-save.png) no-repeat center 11px;
}

.nav-box .button-delete {
    background: url(../images/sidebar/button-delete.png) no-repeat center 11px;
}

.nav-box .button-even-swap {
    background: url(../images/order/even_swap.png) no-repeat center 11px;
}

.nav-box .button-reset {
    background: url(../images/sidebar/button-reset.png) no-repeat center 11px;
}

.nav-box .button-print {
    background: url(../images/sidebar/button-print.png) no-repeat center 11px;
}

.nav-box .button-appease {
    background: url(../images/order/icon-appease.png) no-repeat center 11px;
}

.nav-box .button-receive {
    background: url(../images/order/icon-receive.png) no-repeat center 11px;
}

.nav-box .button-clone {
    background: url(../images/sidebar/button-clone.png) no-repeat center 11px;
}

.nav-box .button-add {
    background: url(../images/sidebar/button-add.png) no-repeat center 11px;
}

.nav-box .button-picksheet {
    background: url(../images/sidebar/button-picksheet.png) no-repeat center 11px;
}

.nav-box .button-packsheet {
    background: url(../images/sidebar/button-packsheet.png) no-repeat center 11px;
}

.nav-box .button-invoice {
    background: url(../images/sidebar/button-invoice.png) no-repeat center 11px;
}

.form-horizontal {
    float: left;
    font-size: 11px;
    width: 100%;
}

/* Form classes */

.form-header {
    box-sizing: content-box;
    color: #666666;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    text-transform: uppercase;
}

    .form-header > i {
        background-color: #868b8a;
        border: 1px solid #fff;
        display: inline-block;
        float: left;
        height: 40px;
        margin-left: -10px;
        margin-right: 9px;
        width: 12px;
    }

    .form-header hr {
        background-image: url('../images/form-header-devider.png');
        border: none;
        display: block;
        float: left;
        height: 4px;
        margin: 0 0 0 -10px;
        width: calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .form-header > .label {
        display: inline-block;
        line-height: 40px;
    }

    .form-header .header-id {
        color: #000;
    }

    .form-header .header-date {
        float: right;
        margin-right: 8px;
    }

    .form-header .header-date-left {
        margin-left: 10px;
    }

        .form-header .header-date.small,
        .form-header .header-date-left.small {
            font-size: 16px;
            line-height: 41px;
        }

.box {
    background-color: white;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    margin: 4px 0;
    white-space: normal;
}

.dl-horizontal dd {
    padding-bottom: 4px;
    padding-top: 4px;
}

.tooltip-inner {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Set width on the form input elements since they're 100% wide by default */

/* form buttons style */

.buttons-row {
    display: block;
    float: left;
    margin: 12px 0 12px 0;
    padding-right: 15px;
    width: 100%;
}

.btn-block {
    width: auto;
}

    .btn-block > .btn {
        margin-right: 8px;
    }

.btn-filler {
    height: 26px;
}

.btn-filler.big {
    height: 31px;
}

.btn,
.btn-success,
.btn-default,
.btn-success:hover,
.btn-default:hover,
.btn-success:focus,
.btn-default:focus {
    background-color: #0093D6;
    background-image: none;
    border-color: #0093D6;
    border-radius: 0px;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 12px 5px;
    text-shadow: none;
    text-transform: uppercase;
}

    .btn:hover,
    .btn:active,
    .btn.focus,
    .btn:focus {
        color: #FFF;
    }

    .btn.btn-danger {
        background-color: #B92C28;
        border-color: #B92C28;
    }

.btn-bold {
    font-weight: bold;
}

.btn-big {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 24px 5px;
}

.btn-loading img {
    margin-right: 4px;
    margin-top: -2px;
    width: 12px;
}

.btn-sm-trans {
    border-color: transparent;
    margin-top: 1px;
    padding: 8px 6px 8px 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .btn-sm-trans.multiple {
        margin-left: 5px;
        margin-right: 5px;
    }

    .btn-sm-trans:disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

.cursor-move {
    cursor: s-resize;
}

.btn-sm-trans.up {
    background-image: url("../images/button-up-small.png");
}

.btn-sm-trans.left {
    background-image: url("../images/button-left-small.png");
}

.btn-sm-trans.right {
    background-image: url("../images/button-right-small.png");
}

.btn-sm-trans.down {
    background-image: url("../images/button-down-small.png");
}

.btn-sm-trans.delete {
    background-image: url("../images/button-delete-small.png");
}

.btn-sm-trans.update {
    background-image: url("../images/button-update-small.png");
    padding: 8px 9px 8px 8px;
}

.btn-sm-trans.cancel {
    background-image: url("../images/button-cancel-small.png");
    padding: 8px 9px 8px 8px;
}

.btn-sm-trans.edit {
    background-image: url("../images/button-edit-small.png");
    padding: 8px 9px 8px 8px;
}

.btn-sm-trans.add {
    background-image: url("../images/button-add-small.png");
    padding: 8px 9px 8px 8px;
}

.btn-sm-trans.resume {
    background-image: url("../images/sidebar/button-resume.png");
    padding: 8px 9px 8px 8px;
    background-size: 17px;
}

.btn-sm-trans.pause {
    background-image: url("../images/sidebar/button-pause.png");
    padding: 8px 9px 8px 8px;
    background-size: 17px;
}

.btn-sm-trans.approve {
    padding: 8px 2px;
}

.btn-delete-small,
.btn-delete-small:focus {
    background: url(../images/button-delete-small.png) no-repeat center;
    border-color: transparent;
    margin-top: 1px;
    padding: 11px 11px;
}

.btn-attr {
    border: none;
    margin-left: 0px;
    padding: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
}

    .btn-attr.vertical-text-top {
        vertical-align: text-top;
    }

a.btn-attr,
a.btn-attr:hover {
    text-decoration: none;
    color: #0093D6;
}

.btn-attr.labeled {
    background-position: left;
    padding-left: 19px;
    font-weight: normal;
}

.btn-attr:disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.btn-attr.btn-attr-edit,
.btn-attr.btn-attr-edit:focus {
    background-image: url(../images/attribute/attr-edit.png);
}

.btn-attr.btn-attr-update,
.btn-attr.btn-attr-update:focus {
    background-image: url(../images/attribute/attr-update.png);
}

.btn-attr.btn-attr-add,
.btn-attr.btn-attr-add:focus {
    background-image: url(../images/attribute/attr-add.png);
}

.btn-attr.btn-attr-cancel,
.btn-attr.btn-attr-cancel:focus {
    background-image: url(../images/attribute/attr-cancel.png);
}

.btn-attr.btn-attr-delete,
.btn-attr.btn-attr-delete:focus {
    background-image: url(../images/attribute/attr-delete.png);
}

.btn-attr.btn-attr-up,
.btn-attr.btn-attr-up:focus {
    background-image: url(../images/attribute/attr-up.png);
}

.btn-attr.btn-attr-down,
.btn-attr.btn-attr-down:focus {
    background-image: url(../images/attribute/attr-down.png);
}

.btn-tejas {
    background: -webkit-linear-gradient(top, #515151, #222222);
    background: -moz-linear-gradient(top, #515151, #222222);
    background: -ms-linear-gradient(top, #515151, #222222);
    background: -o-linear-gradient(top, #515151, #222222);
    background-color: #000;
    border: 1px solid #2b2a2a;
    color: white;
    float: right;
    font-size: 11px;
    height: 28px;
    margin-left: 10px;
    /* font-weight: bold;*/
    text-transform: uppercase;
    width: 78px;
}

    .btn-tejas:hover,
    .btn-tejas:active,
    .btn-tejas.focus,
    .btn-tejas:focus {
        background: -webkit-linear-gradient(top, #222222, #515151);
        background: -moz-linear-gradient(top, #222222, #515151);
        background: -ms-linear-gradient(top, #222222, #515151);
        background: -o-linear-gradient(top, #222222, #515151);
        color: #fff;
        text-decoration: none;
    }

/* end buttons classes */

/* colors */

.bg-color-c23b06 {
    background-color: #c23b06;
}

.bg-color-e6e6e6 {
    background-color: #e6e6e6;
}

.bg-color-fff {
    background-color: #FFF !important;
}

.color-000 {
    color: #000;
}

.color-f00 {
    color: #F00;
}

.color-0093d6 {
    color: #0093d6;
}

.color-c6c6c6 {
    color: #c6c6c6;
}

.color-4c4c4c {
    color: #4c4c4c;
}

.color-555 {
    color: #555;
}

.color-888 {
    color: #888;
}

.color-placeholder {
    color: #BAA9BA;
}

.color-delivered {
    color: #01C561 !important;
}

.bordered-panel {
    padding: 15px;
    border: 1px solid #C6C6C6;
}

.bordered-panel-10 {
    padding: 10px;
    border: 1px solid #C6C6C6;
}

.table-container {
    overflow-x: auto;
    overflow-y: hidden;
}

    .table-container.column-max-165 {
        height: 165px;
        overflow-y: auto;
    }

    .table-container.column-max-330 {
        max-height: 330px;
        overflow-y: auto;
    }

    .table-container.column-max-267 {
        max-height: 267px;
        overflow-y: auto;
    }

    .table-container.column-max-124 {
        height: 124px;
        overflow-y: auto;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #f7f7f7;
}

.table-striped > tbody > tr:nth-child(n).st-selected {
    background-color: #CCE9F7;
}

.table-striped.table-dark > tbody > tr:nth-child(odd) {
    background-color: #E5F4FB;
}

.table-striped.table-dark > tbody > tr:nth-child(even) {
    background-color: #CCE9F7;
}

.table-striped.table-dark > tbody > tr:nth-child(n).st-selected {
    background-color: #44B9DF;
    color: #FFF;
}

.table-striped-subrows.table-dark > tbody > tr:nth-child(4n + 1),
.table-striped-subrows.table-dark > tbody > tr:nth-child(4n + 2) {
    background-color: #E5F4FB;
}

.table-striped-subrows.table-dark > tbody > tr:nth-child(4n + 3),
.table-striped-subrows.table-dark > tbody > tr:nth-child(4n) {
    background-color: #CCE9F7;
}

.table-striped-subrows > tbody > tr {
    background-color: #fff;
}

    .table-striped-subrows > tbody > tr:nth-child(4n + 3) {
        background-color: #f7f7f7;
    }

.table-striped.warehouse-search td {
    vertical-align: middle;
}

.table-cell-padding-hor {
    padding-left: 8px;
    padding-right: 8px;
}

.table {
    margin-bottom: 0;
}

    .table > thead > tr > th {
        background-color: #0093D6;
        border: 1px solid;
        border-color: #0093D6 #FFF #C6C6C6;
        color: #FFF;
        vertical-align: middle;
        white-space: nowrap;
    }

        .table > thead > tr.align-top > th,
        .table > thead > tr > th.align-top {
            vertical-align: top;
        }

    .table > tbody > tr.total > td {
        border-top: 0px none;
    }

    .table > tbody > tr.total:not(:last-child) > td {
        border-bottom: 0px none;
    }

    .table.white-space > thead > tr > th {
        white-space: normal;
    }

    .table > thead > tr > th:first-child {
        border-left-color: #0093D6;
    }

    .table > thead > tr > th:last-child {
        border-right-color: #0093D6;
    }

.table-dk-gray > thead > tr > th {
    background-color: #666;
    border: 1px solid;
    border-color: #666 #FFF;
    color: #FFF;
}

    .table-dk-gray > thead > tr > th:first-child {
        border-left-color: #666;
    }

    .table-dk-gray > thead > tr > th:last-child {
        border-right-color: #666;
    }

.table > thead > tr > th input[type = "text"],
.table > thead > tr > th input[type = "number"] {
    color: #000;
    font-weight: normal;
}

.table.small-headers > thead > tr > th {
    white-space: normal;
}

.table.fixed-width > tbody > tr > td:not(.buttons-col) {
    -moz-min-width: 80px;
    -ms-min-width: 80px;
    -o-min-width: 80px;
    -webkit-min-width: 80px;
    /*comented for multiselect*/
    /*min-width: 80px;
        max-width: 120px;
        width: 105px;*/
    min-width: 100px;
    overflow-x: hidden;
    padding: 5px;
}

.table.fixed-width > tbody > tr > td.short,
.table.part-fixed-width > tbody > tr > td.short {
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 40px;
    max-width: 50px;
    width: 40px;
}

.table.fixed-width > tbody > tr > td.medium,
.table.part-fixed-width > tbody > tr > td.medium {
    min-width: 60px;
    max-width: 100px;
    width: 60px;
}

    .table.fixed-width > tbody > tr > td.medium.static,
    .table.part-fixed-width > tbody > tr > td.medium.static {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }

.table.fixed-width > tbody > tr > td.large,
.table.part-fixed-width > tbody > tr > td.large {
    min-width: 120px;
    max-width: 160px;
    width: 120px;
}

    .table.fixed-width > tbody > tr > td.large.static,
    .table.part-fixed-width > tbody > tr > td.large.static {
        min-width: 140px;
        max-width: 140px;
        width: 140px;
    }

  .table.fixed-width > tbody > tr > td.xlarge.static,
  .table.part-fixed-width > tbody > tr > td.xlarge.static {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
  }

.table.fixed-width .criterion-text {
    display: inline-block;
    padding: 5px 0;
    line-height: 1.42857143;
    word-break: break-all;
}

table.valign-middle > tbody > tr > td {
    vertical-align: middle;
}

.table-dark > thead > tr:last-child > th,
.table-dark > tbody > tr:not(:last-child) > td {
    border-bottom-color: #FFF;
}

.table-dark > tbody > tr > td {
    border-top-color: #FFF;
}

    .table-dark > thead > tr > th:not(:last-child),
    .table-dark > tbody > tr > td:not(:last-child) {
        border-right-color: #FFF;
    }

    .table-dark > thead > tr > th:not(:first-child),
    .table-dark > tbody > tr > td:not(:first-child) {
        border-left-color: #FFF;
    }

.table:not(.table-left-align) > thead > tr > th:not(:first-child) {
    text-align: center;
}

.table > thead > tr.sort > th:not([disabled]):not(:empty) {
    cursor: pointer;
}

@media screen {
    .table > thead.compact > tr:not(:first-child) > th {
        border-top: none;
        padding-top: 4px;
    }

    .table > thead.compact > tr:not(:last-child) > th {
        border-bottom: none;
        padding-bottom: 4px;
    }
}

.table > tbody > tr > td {
    border: 1px solid #C6C6C6;
    border-top: 1px solid #C6C6C6;
}

.table tr.no-border-bottom > td,
.table tr > td.no-border-bottom,
.table tr > th.no-border-bottom {
    border-bottom: none;
}

.table tr.no-border-top > td,
.table tr > td.no-border-top,
.table tr > th.no-border-top {
    border-top: none;
}

.table tr > td.checkbox-td {
    padding: 6px 8px 5px;
}

.table.table-condensed tr > td.checkbox-td {
    padding: 4px 8px 5px;
}

    .table tr > td.checkbox-td > input[type = "checkbox"] {
        height: 15px;
        margin-top: 3px;
        width: 15px;
    }

.table tr > th.input-col,
.table tr > td.input-col {
    padding: 5px 8px;
}

    .table tr > td.input-col > input {
        width: 100%;
    }

.table-gray {
    border: 1px solid #F5F5F5;
    border-collapse: collapse;
    outline: 1px solid #D1D1D1;
}

    .table-gray > thead > tr > th,
    .table-gray > tbody > tr > td {
        padding: 5px 20px;
    }

    .table-gray > thead > tr > th {
        background-color: #DCDCDC;
        font-weight: normal;
    }

    .table-gray > tbody > tr:nth-child(odd) {
        background-color: #FFF;
    }

    .table-gray > tbody > tr:nth-child(even) {
        background-color: #F5F5F5;
    }

.highlighted-td {
    background-color: #0093D6;
    color: #FFF;
}

.table > tbody > tr > td.buttons-col {
    padding: 2px;
    width: 1px;
    text-align: center;
    vertical-align: middle;
}

    .table > tbody > tr > td.buttons-col.form-input-col {
        padding-top: 8px;
    }

    .table > tbody > tr > td.buttons-col.top-image {
        padding-top: 11px;
        vertical-align: top;
    }

.table.table-condensed .buttons-col {
    padding: 0 1px;
}

    .table.table-condensed .buttons-col button {
        margin-top: -1px;
    }

.table .checkbox-col {
    width: 1%;
    padding-bottom: 0;
}

    .table .checkbox-col input[type = checkbox] {
        margin-top: 2px;
    }

.table th.min,
.table td.min {
    width: 1%;
}

.table td.actions {
    width: 1%;
    white-space: nowrap;
    padding: 8px 5px;
}

    .table td.actions > .btn-sm-trans {
        margin: 0 3px;
    }

.table.clear {
    width: 100%;
    border: 0 none;
}

    .table.clear td {
        border: 0 none;
        padding: 0px;
    }

        .table.clear td.buttons-col.form-input-col {
            padding-top: 5px;
        }

.table.tree-like {
    font-size: 13px;
    line-height: 1.2em;
    color: #555;
}

.table.borderless > tbody > tr > td {
    border: none;
}

.table.tree-like > tbody > tr > td {
    padding: 1px;
}

.printable-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .printable-table thead,
    .printable-table tfoot {
        display: table-header-group;
        border: none;
    }

    .printable-table tr {
        page-break-inside: avoid !important;
    }

    .printable-table th {
        padding: 5px;
        border-bottom: none !important;
    }

    .printable-table td {
        border: 1px solid #CCC;
        padding: 5px;
    }

    .printable-table tr:first-child > td {
        border-top: none;
    }

/* form controls */

input[type = "text"],
input[type = "password"],
input[type = "number"],
textarea {
    border: 1px solid #c6c6c6;
}

    .input-validation-error .selectize-control.single .selectize-input,
    input[type = "text"].input-validation-error,
    input[type = "email"].input-validation-error,
    input[type = "number"].input-validation-error,
    input[type = "password"].input-validation-error,
    textarea.input-validation-error,
    .validated-input.ng-invalid.update-clicked,
    .validated-input.ng-invalid.ng-touched {
        border: 1px solid #a94442;
    }

    input[type = "text"][disabled],
    input[type = "number"][disabled],
    input[type = "password"][disabled],
    input[type = "email"][disabled],
    textarea[disabled] {
        background-color: #fff;
        border: 1px solid #c6c6c6;
        cursor: not-allowed;
    }

input[type = number]::-webkit-outer-spin-button,
input[type = number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type = number] {
    -moz-appearance: textfield;
}

input::-ms-clear {
    display: none;
}

.form-horizontal .field-bottom {
    padding-bottom: 3px;
    padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    display: inline-block;
    min-height: 26px;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 5px;
    font-weight: normal;
}

.form-horizontal .checkbox-bottom {
    padding-bottom: 2px;
    padding-top: 23px;
}

.form-horizontal .checkbox input[type="checkbox"],
.form-horizontal .radio input[type="radio"] {
    height: 15px;
    margin-left: -20px;
    margin-top: 1px;
    position: absolute;
    width: 15px;
}

.form-horizontal .checkbox.small,
.form-horizontal .radio.small {
    min-height: 22px;
    padding-left: 17px;
    padding-right: 8px;
    padding-top: 3px;
    font-weight: normal;
    color: #555;
}

    .form-horizontal .checkbox.small input[type="checkbox"],
    .form-horizontal .radio.small input[type="radio"] {
        height: 12px;
        margin-left: -17px;
        width: 12px;
    }

.field-validation-valid,
.validation-summary-valid {
    display: none;
}

.selectize-control {
    border-color: #c6c6c6;
    font-size: 11px;
    height: 26px;
    margin: auto;
    text-align: left;
}

    .selectize-control.form-control[disabled],
    .selectize-control.form-control[readonly] {
        background-color: transparent;
        opacity: 1;
    }

    .selectize-control[disabled],
    .selectize-control .selectize-input.disabled,
    .selectize-control .selectize-input.disabled * {
        cursor: not-allowed !important;
    }

    .selectize-control .ui-select-choices {
        position: fixed;
        top: auto;
        width: inherit;
    }

    .selectize-control.single .selectize-input,
    .selectize-dropdown.single {
        border-color: #c6c6c6;
    }

.selectize-dropdown .active {
    background-color: #E5F4FB;
}

.selectize-control.slim {
    height: 22px;
}

    .selectize-control.slim .selectize-input {
        height: 22px;
        padding: 3px 20px 3px 8px;
    }

    .selectize-control.slim .selectize-dropdown {
        /*margin-top: 0px;*/
    }

.modal .selectize-control.slim .selectize-dropdown {
    margin-top: -3px;
}

.selectize-input {
    height: 26px;
    padding: 5px 20px 5px 8px;
}

    .selectize-input .ui-select-match {
        display: block;
        height: 14px;
        overflow: hidden;
    }

        .selectize-input .ui-select-match > span {
            white-space: nowrap;
        }

    .selectize-input > input {
        margin: 0 !important;
    }

    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        font-size: inherit;
        line-height: 14px;
    }

.selectize-dropdown {
    margin-top: -3px;
}

.selectize-dropdown .selected {
    color: #000;
    background-color: #C4E2FE;
}

.selectize-control.single .selectize-input:after {
    margin-top: -2px;
    right: 8px;
}

.selectize-dropdown .optgroup-header {
    font-size: inherit;
}

.selectize-control.grouped .ui-select-choices-row {
    padding-left: 10px;
}

.selectize-control.custom-content .selectize-dropdown [data-selectable], .selectize-control.custom-content .selectize-dropdown .optgroup-header {
    padding: 0;
}

.selectize-control.custom-content .option.ui-select-choices-row-inner > * {
    width: 100%;
    display: inline-block;
    padding: 5px 8px;
}

.selectize-control.custom-content .selectize-dropdown .active {
    font-weight: bold;
}

.select-choice-full {
    display: inline-block;
    width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second,
.bootstrap-datetimepicker-widget td span,
.bootstrap-datetimepicker-widget td button {
    width: 40px;
    min-width: unset !important;
}

.titled-panel-container {
    margin-top: 0px;
    padding: 0 6px;
}

.titled-panel-container-max3 {
    max-width: 502px;
}

.titled-panel {
    border: 2px solid #0093D6;
    display: inline-block;
    margin: 25px 12px 10px 12px;
    position: relative;
}

    .titled-panel .title {
        background-color: #FFF;
        color: #0093D6;
        font-family: Calibri;
        font-size: 14px;
        font-weight: bold;
        left: 6px;
        padding: 0 6px;
        position: absolute;
        text-transform: uppercase;
        top: -10px;
    }

        .titled-panel .title.multiline {
            line-height: 1.2;
            right: 4px;
            top: -16px;
        }

    .titled-panel .titled-panel-image {
        height: 112px;
        width: 132px;
    }

    .titled-panel .titled-panel-stack-image {
        color: #0093d6;
        display: inline-block;
        font-family: Calibri;
        font-size: 14px;
        font-weight: bold;
        margin-top: 20px;
        min-width: 62px;
        padding: 56px 35px 20px 35px;
        text-align: center;
        text-transform: uppercase;
    }

        .titled-panel .titled-panel-stack-image:hover {
            text-decoration: none;
        }

    .titled-panel .search {
        background: url(../images/administration/search.png) no-repeat center;
    }

    .titled-panel .orders {
        background: url(../images/administration/orders.png) no-repeat center;
    }

    .titled-panel .shipping-orders {
        background: url(../images/administration/shipping-orders.png) no-repeat center;
    }

    .titled-panel .products {
        background: url(../images/administration/products.png) no-repeat center;
    }

    .titled-panel .channel-products {
        background: url(../images/administration/channel-products.png) no-repeat center;
    }

    .titled-panel .reports {
        background: url(../images/administration/reports.png) no-repeat center;
    }

    .titled-panel .customer-search {
        background: url(../images/administration/customer-search.png) no-repeat center;
    }

    .titled-panel .invoices {
        background: url(../images/administration/invoices.png) no-repeat center;
    }

    .titled-panel .payments {
        background: url(../images/administration/payments.png) no-repeat center;
    }

    .titled-panel .manufacturers {
        background: url(../images/administration/manufacturers.png) no-repeat center 6px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .titled-panel .attributes {
        background: url(../images/administration/attributes.png) no-repeat center 18px;
    }

    .titled-panel .brands {
        background: url(../images/administration/brands.png) no-repeat center 6px;
        padding-left: 52px;
        padding-right: 52px;
    }

    .titled-panel .units {
        background: url(../images/administration/units.png) no-repeat center 13px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .titled-panel .locations {
        background: url(../images/administration/locations.png) no-repeat center 3px;
    }

    .titled-panel .product-locations {
        background: url(../images/administration/product-locations.png) no-repeat center 3px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .titled-panel .feature-catalog {
        padding-left: 10px;
        padding-right: 10px;
        background: url(../images/administration/feature-catalogs.png) no-repeat center 20px;
        vertical-align: top;
    }

    .titled-panel .data-management {
        background: url(../images/administration/data-management.png) no-repeat center;
    }

.selectize-control .ui-select-choices-row-inner > span:empty:before {
    color: #BAA9BA;
    content: "(empty)";
}

.selectize-control .ui-select-choices-row-inner .placehoder {
    color: #BAA9BA;
}

label.checkbox-inline,
label.radio-inline {
    line-height: 13px;
    padding-bottom: 9px;
    padding-top: 12px;
}

    label.checkbox-inline input[type = "checkbox"],
    label.radio-inline input[type = "radio"] {
        margin-top: 1px;
    }

input[type="checkbox"].inline {
    margin-top: 7px;
}

a.edit-button-inline {
    background: url(../images/order/order-date-edit.png) no-repeat;
    background-position-y: 2px;
    color: #0093d6;
    cursor: pointer;
    line-height: 25px;
    margin-left: 2px;
    margin-top: -6px;
    padding: 1px 8px 0 30px;
}

.st-sort-ascent::after {
    content: " \25B2";
}

.st-sort-descent::after {
    content: " \25BC";
}

.pagination-outer {
    float: left;
    height: 26px;
}

.pagination {
    height: 26px;
    margin: 0px;
}

    .pagination:not(.pagination-container) {
        float: left;
    }

ul.pagination {
    margin-left: 1px;
}

.pagination > li {
    display: inline-block;
}

    .pagination > li > a {
        border-color: #C6C6C6;
        border-radius: 0px !important;
        color: #0093D6;
        cursor: pointer;
        padding: 4px 5px 5px;
        min-width: 28px;
        text-align: center;
    }

    .pagination > li:first-child > a {
        margin-left: -1px;
    }

    .pagination > li.active > a {
        background-color: #0093D6;
        border-color: #0093D6;
        color: #FFF;
    }

    .pagination > li > a.disabled {
        color: #BAA9BA;
    }

.pagination .selectize-control {
    margin-left: -1px;
}

    .pagination .selectize-control .selectize-input {
        background-color: #0093D6;
        background-image: none;
        border-color: #0093D6;
        border-radius: 0;
        box-shadow: none;
        color: #FFF;
        height: 26px;
    }

    .pagination .selectize-control .ui-select-search {
        background-color: #0093D6;
        color: #FFF;
    }

    .pagination .selectize-control.single .selectize-input:after {
        border-color: #FFF transparent transparent transparent;
        margin-top: -2px;
        right: 8px;
    }

    .pagination .selectize-control .selectize-dropdown-content {
        max-height: 100px;
    }

.modal.in {
    display: flex !important;
}

.modal {
    text-align: center;
}

.modal:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-header {
    background-color: #CCC;
    border-bottom: none;
    padding: 8px 0;
    font-size: 12px;
    font-family: Verdana;
}

    .modal-header .close {
        margin-top: -12px;
    }

.modal-footer {
    border-top: none;
    padding: 8px 0;
}

    .modal-footer.text-center {
        text-align: center;
    }

h3.modal-title {
    font-size: 15px;
}

.modal-dialog {
    margin: auto;
    display: inline-block;
    max-width: 600px;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 25px);
}

    .modal-dialog.modal-dialog-400 {
        max-width: 400px;
    }

    .modal-dialog.modal-dialog-500 {
        max-width: 500px;
    }

    .modal-dialog.modal-dialog-650 {
        max-width: 650px;
    }

    .modal-dialog.modal-dialog-750 {
        max-width: 750px;
    }

    .modal-dialog.fullscreen {
        max-width: 1306px;
    }

    .modal-dialog.wide {
        max-width: 984px;
    }

    .modal-dialog.very-wide {
        max-width: 1306px;
    }

    .modal-dialog.confirmation {
        max-width: 500px;
    }

    .modal-dialog.input-form {
    }

        .modal-dialog.input-form .modal-content {
            -ms-border-radius: 0px;
            border: 1px solid #A5A5A5;
            border-radius: 0px;
            padding: 2px;
        }

        .modal-dialog.input-form .modal-header {
            background-color: #CCC;
            padding: 6px 10px;
        }

            .modal-dialog.input-form .modal-header h4 {
                font-size: 12px;
                font-weight: bold;
            }

            .modal-dialog.input-form .modal-header .close {
                -ms-opacity: .9;
                color: #000000;
                opacity: .9;
                margin-top: -6px;
            }

        .modal-dialog.input-form .modal-body {
            padding: 6px 12px;
        }

            .modal-dialog.input-form .modal-body .buttons-row {
                margin: 10px 0 0 0 !important;
                /*padding-right: 15px !important;*/
            }

            .modal-dialog.input-form .modal-body .field-label {
                line-height: 26px;
            }

                .modal-dialog.input-form .modal-body .field-label.multiline {
                    line-height: 14px;
                    padding-top: 6px;
                    padding-bottom: 6px;
                }

            .modal-dialog.input-form .modal-body .row {
                margin-top: 9px;
            }

    .modal-dialog > .modal-content h4 {
        font-family: Verdana;
        font-size: 12px;
        font-weight: normal;
    }

.modal-content {
    padding: 8px;
}

    .modal-content .modal-body {
        padding: 0;
    }

    .modal-content .modal-fill {
        overflow-y: auto;
        min-height: 64px;
    }

    .modal-content .buttons-row {
        float: none;
        height: 28px;
        margin: 0;
        padding: 0;
    }

.buttons-row .btn {
    margin-left: 8px;
    min-width: 75px;
}

.login-form {
    font-size: 14px;
}

    .login-form .btn {
        font-size: 14px;
    }

    .login-form .col-500 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-form .col > input[type = "text"],
    .login-form .col > input[type = "password"] {
        height: 34px;
    }

    .login-form .row {
        margin-top: 18px;
    }

    .form-horizontal.login-form .checkbox input[type="checkbox"],
    .form-horizontal.login-form .radio input[type="radio"] {
        margin-top: 2px;
    }

.login-popup .login-popup-form {
    font-size: 14px;
}

    .login-popup .login-popup-form .btn {
        font-size: 14px;
    }

    .login-popup .login-popup-form label {
        font-weight: bold;
    }

    .login-popup .login-popup-form .modal-content {
        padding: 2px;
    }

    .login-popup .login-popup-form .col-500 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-popup .login-popup-form .col > input[type = "text"],
    .login-popup .login-popup-form .col > input[type = "email"],
    .login-popup .login-popup-form .col > input[type = "password"] {
        height: 34px;
    }

    .login-popup .login-popup-form .row {
        margin-top: 18px;
    }

    .login-popup .login-popup-form > .col > input[type = "text"],
    .login-popup .login-popup-form > .col > input[type = "email"],
    .login-popup .login-popup-form > .col > input[type = "password"],
    .login-popup .login-popup-form > .col > select {
        width: 75%;
    }

.validation-summary-errors li {
    list-style-type: none;
}

.error-form p {
    font-size: 12px;
    margin: 23px;
}

tbody > tr > td.loader {
    line-height: 26px;
}

    tbody > tr > td.loader img {
        margin-right: 4px;
    }

.nopadding,
.no-padding {
    padding: 0 !important;
}

.nopaddingleft,
.no-padding-left {
    padding-left: 0 !important;
}

.nopaddingright,
.no-padding-right {
    padding-right: 0 !important;
}

.nopaddingtop,
.no-padding-top {
    padding-top: 0 !important;
}

.nopaddingbottom,
.no-padding-bottom {
    padding-bottom: 0 !important;
}

.nomargin,
.no-margin {
    margin: 0 !important;
}

.nomargintop,
.no-margin-top {
    margin-top: 0 !important;
}

.nomarginbottom,
.no-margin-bottom {
    margin-bottom: 0 !important;
}

.nomarginright,
.no-margin-rigth {
    margin-right: 0 !important;
}

.nomarginleft,
.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-hor {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-empty:empty {
    margin: 0 !important;
}

.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.tab-control-row .tab-control > ul.nav-tabs {
    border-bottom: none;
}

    .tab-control-row .tab-control > ul.nav-tabs > li > a {
        background-color: #f7f7f7;
        border: 1px solid #C6C6C6;
        border-left: none;
        border-radius: 0;
        color: #000;
        height: 26px;
        line-height: 24px;
        margin: 0;
        padding: 0 20px;
        text-align: center;
    }

        .tab-control-row .tab-control > ul.nav-tabs > li > a:hover {
            background-color: #C6C6C6;
        }

    .tab-control-row .tab-control > ul.nav-tabs > li:first-child > a {
        border-left: 1px solid #C6C6C6;
    }

    .tab-control-row .tab-control > ul.nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom: none;
    }

.tab-control-row .tab-control > .tab-content > .tab-pane {
    min-height: 96px;
}

.tab-control-row .tab-control > .tab-content {
    border: 1px solid #C6C6C6;
}

.attributes .row {
    margin-top: 3px;
}

.attributes .col {
    padding: 0;
}

.attributes .col-margin {
    margin-top: 2px;
}

.attributes .col-input {
    margin-top: 2px;
    position: relative;
    width: calc(100% - 76px);
    width: -moz-calc(100% - 76px);
    width: -webkit-calc(100% - 76px);
}

.attributes .form-control {
    color: #000;
    font-size: 11px;
    max-width: 100%;
}

.attributes .btn-attr,
.attributes .col-text {
    margin-top: 7px;
}

.attributes .col-text {
    padding-right: 10px;
    word-wrap: break-word;
    max-height: 50px;
    overflow-y: auto;
}

.attributes .col-input .checkbox {
    margin-top: 6px;
    padding: 0;
    min-height: 13px;
}

.attributes .col-input .radio-inline {
    padding-left: 20px;
    padding-bottom: 0;
}

.attributes .col-loader {
    margin-top: 4px;
}

.attributes .col-input .checkbox input[type = "checkbox"] {
    margin-left: 0;
    right: 13px;
}

.attributes .attr-btns {
    width: 76px;
}

.attributes .attr-name {
    color: #555;
    text-align: right;
    padding-right: 5px;
    word-wrap: break-word;
    float: left;
    width: 100%;
    max-width: 200px;
}

.attributes .attr-value {
    float: left;
    width: 100%;
    max-width: 300px;
}

.col .multiSelect,
.col-bs .multiSelect {
    width: 100%;
}

    .col .multiSelect > button,
    .col-bs .multiSelect > button,
    .attributes .multiSelect > button {
        width: 100%;
    }

    .col .multiSelect .checkboxLayer,
    .col-bs .multiSelect .checkboxLayer,
    .attributes .multiSelect .checkboxLayer {
        width: 100%;
    }

.activity-wrapper {
    max-height: 352px;
    overflow: auto;
}

.currencies {
    float: right;
}

    .currencies > .active {
        background-color: #0093d6;
        color: #FFF;
    }

    .currencies > * {
        color: #0093d6;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 16px;
    }

.exchange-rates {
    background-color: #c6c6c6;
    float: right;
    margin-right: 8px;
    padding: 8px 8px 0 8px;
    text-align: right;
}

.data-management-menu {
    background: url('../images/data-management/menu-background.png') no-repeat top right;
    margin: 15px 15px 40px 40px;
    min-height: 560px;
    padding-top: 20px;
}

    .data-management-menu h2 {
        font-size: 16px;
        margin-top: 0;
    }

.data-management-form > .row {
    margin-left: 23px;
}

.data-management-form .row.filler {
    margin-top: 140px;
}

.data-management-form .results {
    margin-top: 16px;
}

    .data-management-form .results.scroll {
        margin-top: 0;
        max-height: 200px;
        overflow-y: auto;
    }

    .data-management-form .results > p {
        margin-bottom: 6px;
    }

    .data-management-form .results > table > tbody > tr > td {
        padding: 5px 8px;
    }

.data-management-form .error-scroll-container > table > tbody > tr > td {
    padding: 2px 8px;
    vertical-align: middle;
}

.data-management-form input[type = text].form-input {
    height: 26px;
}

.data-management-form .dmf-table-wrapper {
    max-height: 286px;
    overflow: auto;
}

    .data-management-form .dmf-table-wrapper > table > thead > tr > th,
    .data-management-form .dmf-table-wrapper > table > tbody > tr > td {
        padding: 5px 8px;
    }

.data-management-form .product-table-wrapper {
    max-height: 750px;
    overflow-x: auto;
}

    .data-management-form .product-table-wrapper > table {
        min-width: 13000px;
    }

        .data-management-form .product-table-wrapper > table.amazon {
            min-width: 6000px;
        }

        .data-management-form .product-table-wrapper > table.amazon-non-us {
            min-width: 1000px;
        }

.btn-file {
    overflow: hidden;
    position: relative;
}

    .btn-file input[type = file] {
        background: white;
        cursor: inherit;
        display: block;
        filter: alpha(opacity=0);
        font-size: 100px;
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        outline: none;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

    .btn-file.disabled {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65;
        pointer-events: none;
    }

.html-preview h1,
.html-preview h2,
.html-preview h3,
.html-preview h4,
.html-preview h5,
.html-preview h6 {
    color: black;
    font-weight: bold;
}

.html-preview h1 {
    font-size: 2em;
}

.html-preview h2 {
    font-size: 1.5em;
}

.html-preview h3 {
    font-size: 1.17em;
}

.html-preview h4 {
    font-size: 1em;
}

.html-preview h5 {
    font-size: 0.83em;
}

.html-preview h6 {
    font-size: 0.67em;
}

.glyphicon-ok.colorful {
    color: #00A954;
    font-size: 20px;
}

.glyphicon-remove.colorful {
    color: #EF1F1F;
    font-size: 20px;
}

.status-info:before {
    background: url('../images/icon-info.png') no-repeat center;
    background-size: 16px 16px;
    content: '\00a0';
    line-height: 23px;
    padding: 2px 6px;
}

a.details-button {
    background-image: url("../images/button-details-small.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 20px;
}
 
    a.details-button.inline {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

div.modal-error-details {
    -moz-min-width: 250px;
    -ms-box-shadow: 0px 0px 10px #888888;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-box-shadow: 0px 0px 10px #888888;
    -webkit-min-width: 250px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px #888888;
    min-height: 100px;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    width: 300px;
}

    div.modal-error-details i.glyphicon-remove {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    div.modal-error-details div.error-details-header {
        color: #0093D6;
        font-weight: bold;
        margin-bottom: 5px;
    }

.field-label {
    line-height: 26px;
}

    .field-label.slim {
        line-height: 22px;
    }

        .field-label.slim > img.spinner {
            max-height: 22px;
            margin-top: -2px;
        }

.custom-colorpicker .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.custom-colorpicker .colorpicker-hue {
    width: 30px;
    height: 200px;
}

.custom-colorpicker .colorpicker-alpha {
    width: 0px;
    margin: 0px;
}

.custom-colorpicker .colorpicker-color,
.custom-colorpicker .colorpicker-color div {
    height: 30px;
}

.tab-control.main-tab.warehouse-tabs .nav-tabs > li > a {
    width: 104px;
}

.tab-control.main-tab.warehouse-tabs .nav-tabs > li.active::after {
    height: 1px;
    width: 102px;
}

.tab-control.main-tab.warehouse-tabs .tab-pane {
    min-height: 214px;
}

.search-row .search-input {
    width: calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: -webkit-calc(100% - 74px);
}

.search-row .search-input-field {
    width: calc(100% - 224px);
    width: -moz-calc(100% - 224px);
    width: -webkit-calc(100% - 224px);
    min-width: 100px;
}

.search-row .search-field {
    width: 150px;
}

.search-row .search-button {
    width: 74px;
    padding-left: 0;
    padding-right: 0;
}

.putaway-form .btn {
    min-width: 74px;
}

.btn-group {
    margin-right: -10px;
}

    .btn-group > .btn {
        margin-right: 10px;
    }

.putaway-form .input-col {
    width: 216px;
}

.bin-transfer-form .input-col.fixed {
    width: 142px;
}

.bin-adjustment-form .input-col.fixed {
    width: 130px;
}

.hr-print {
    border-top-color: #333;
}

hr.dark {
    border-top: 1px solid #C6C6C6;
}

.treecontrol {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

    .treecontrol ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border: none;
        overflow: hidden;
    }

    .treecontrol li {
        position: relative;
        padding: 0 0 0 20px;
        line-height: 20px;
    }

        .treecontrol li.tree-expanded i.tree-leaf-head, .treecontrol li.tree-collapsed i.tree-leaf-head {
            display: none;
        }

        .treecontrol li.tree-expanded i.tree-branch-head, .treecontrol li.tree-collapsed i.tree-branch-head {
            display: inline;
        }

        .treecontrol li.tree-leaf i.tree-branch-head {
            display: none;
        }

        .treecontrol li.tree-leaf i.tree-leaf-head {
            display: inline;
        }

        .treecontrol li i.tree-branch-head {
            cursor: pointer;
        }

        .treecontrol li .tree-label, .treecontrol .tree-label {
            cursor: pointer;
            display: inline;
        }
        .treecontrol .tree-label.tree-unselectable {
            cursor: default;
            
        }

        .treecontrol .tree-label.no-checkbox {
            background-image: none !important;
            cursor: default;
        }

    .treecontrol.tree-light li.tree-expanded i.tree-branch-head,
    .treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
    }

    treecontrol:not(.non-selectable) .tree-label,
    .treecontrol:not(.non-selectable) .tree-label {
        background-image: url("../images/checkbox-unselected.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-color: transparent;
        padding-left: 15px;
    }

    .treecontrol .tree-unselectable {
        color: #ddd;
    }

.tree-label {
    line-height: 1.2em;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .tree-label.fixed {
        display: inline-block !important;
    }

        .tree-label.fixed.menu-parent {
            width: calc(100% - 43px);
            margin-left: -5px;
        }

        .tree-label.fixed.menu-item {
            width: calc(100% - 43px);
            margin-left: -5px;
        }

        .tree-label.fixed.menu-parent .text {
            display: inline-block;
        }

        .tree-label.fixed.menu-item .text {
            display: inline-block;
            width: calc(100% - 20px);
        }

        .tree-label.fixed .button {
            display: inline-block;
            width: 20px;
            float: right;
        }

treecontrol:not(.non-selectable) .tree-selected,
.treecontrol:not(.non-selectable) .tree-selected {
    background-image: url("../images/checkbox-selected.png");
    font-weight: normal !important;
}

treecontrol > ul > li,
.treecontrol > ul > li {
    padding-left: 10px;
}

treecontrol.tree-light li.tree-expanded i.tree-branch-head,
treecontrol.tree-light li.tree-collapsed i.tree-branch-head,
.treecontrol.tree-light li.tree-expanded i.tree-branch-head,
.treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
    background: none;
}

    treecontrol.tree-light li.tree-expanded i.tree-branch-head:before,
    treecontrol.tree-light li.tree-collapsed i.tree-branch-head:before,
    .treecontrol.tree-light li.tree-expanded i.tree-branch-head:before,
    .treecontrol.tree-light li.tree-collapsed i.tree-branch-head:before {
        width: 12px;
        display: inline-block;
        text-align: center;
        color: #0093D6;
        font-weight: bold;
    }

    treecontrol.tree-light li.tree-expanded i.tree-branch-head:before,
    .treecontrol.tree-light li.tree-expanded i.tree-branch-head:before {
        content: '-';
    }

    treecontrol.tree-light li.tree-collapsed i.tree-branch-head:before,
    .treecontrol.tree-light li.tree-collapsed i.tree-branch-head:before {
        content: '+';
    }

treecontrol.tree-light li.tree-leaf i.tree-leaf-head,
.treecontrol.tree-light li.tree-leaf i.tree-leaf-head {
    display: inline-block;
    padding: 1px 16px;
}

.treecontrol .btn-sm-trans {
    padding: 1px 6px 1px 7px;
}

.bordered {
    border: 1px solid #cccccc;
}

td.input-column {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.text-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.menu-handle {
    display: inline-block;
    text-align: center;
    width: 12px;
    color: #0093D6;
    font-weight: bold;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.menu-item {
    display: inline-block;
    margin-left: 32px;
}

.input-group.ui-select-group .form-control.ui-select-container {
    padding: 0px;
    border: 0px none;
}

    .input-group.ui-select-group .form-control.ui-select-container .selectize-input {
        -ms-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
        -ms-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.input-group.ui-select-group .input-group-addon {
    padding: 3px 7px;
    background-color: #FFFFFF;
}

.header-flag {
    width: 70px;
    padding: 2px 8px 3px 8px;
    font-family: Verdana;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

.header-flag.large {
    width: 200px;
}

/*.header-flag-icon {
    margin-top: 5px;
    margin-left: 10px;
    border-left: 45px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: 30px;
    width: 45px;
    outline: 1px solid #F0F0F0;
    background-color: #FDFDFD;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}*/

.header-flag-icon {
    margin-top: 6px;
    margin-left: 10px;
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: url('../images/flags/flag-transparent.png') center no-repeat;
    background-color: #000;
}

    .header-flag-icon.no-flag {
        opacity: 0.3;
    }

.small-flag-img {
    width: 16px !important;
    min-width: 16px !important;
}

.main-image {
    margin: auto;
    max-height: 400px;
}

.thumbnail-image {
    margin: auto;
    max-width: 125px;
    max-height: 100px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.mce-table-container {
    height: calc(100% - 50px) !important;
    padding: 20px !important;
    overflow: auto !important;
}

.pagebreak {
    page-break-after: always;
}

.tenant-card {
    position: relative;
    height: 135px;
    margin-bottom: 20px
}

    .tenant-card > img {
        max-height: 85px
    }

    .tenant-card .tenant-name {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        margin-left: -10px;
    }

.new .mobile .btn.btn-task {
    text-align: left;
    padding: 6px 12px;
    background-color: #F0F0F0;
    border-color: #C6C6C6;
    color: #000;
    text-transform: none;
    vertical-align: middle;
}

.template-preview {
    word-break: break-all;
    min-height: 50px;
    width: 100%;
    border: 1px solid #DDD;
    resize: vertical;
}

.result-container {
    max-height: 90px;
    overflow: auto;
}

.col.select-button {
    padding: 3px 0;
}

.col.priority-highlight {
    padding: 3px 0;
    background-color: #FFD27F;
}

table > tbody > tr.priority-highlight > td {
    background-color: #FFD27F;
}

.text-indent-m40 {
    padding-left: 40px;
    text-indent: -40px;
}

.width-15 {
    width: 15px !important;
}

.width-50 {
    width: 50px !important;
}

.width-55 {
    width: 55px !important;
}

.width-74 {
    width: 74px !important;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-145 {
    width: 145px !important;
}

.width-150 {
    width: 150px !important;
}

.width-180 {
    width: 180px !important;
}

.width-200 {
    width: 200px !important;
}

.width-221 {
    width: 221px !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}

.width-400 {
    width: 400px !important;
}

.height-15 {
    height: 15px !important;
}

.height-100 {
    height: 100px !important;
}

.width-20p {
    width: 20% !important;
}

.width-60p {
    width: 60% !important;
}

.width-75p {
    width: 75% !important;
}

.width-100p {
    width: 100% !important;
}

.min-width-67 {
    min-width: 67px !important;
}

.max-width-390 {
    max-width: 390px !important;
}

.max-width-75 {
    max-width: 75px !important;
}

.max-width-431 {
    max-width: 431px !important;
}

.max-width-50p {
    max-width: 50% !important;
}

.max-width-100p {
    max-width: 100% !important;
}

.min-height-70 {
    min-height: 70px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-555 {
    min-height: 555px !important;
}

.padding-2-5 {
    padding: 2px 5px !important;
}

.padding-0-5-0-0 {
    padding: 0 5px 0 0 !important;
}

.padding-0-0-0-5 {
    padding: 0 0 0 5px !important;
}

.padding-0-10-0-0 {
    padding: 0 10px 0 0 !important;
}

.padding-0-0-0-10 {
    padding: 0 0 0 10px !important;
}

.padding-5-0 {
    padding: 5px 0 !important;
}

.padding-27-0-0-0 {
    padding: 27px 0 0 0 !important;
}

.padding-0-1p-0-1p {
    padding: 0 1% 0 1% !important;
}

.padding-0-2p-0-2p {
    padding: 0 2% 0 2% !important;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}
.padding-top-5 {
    padding-top: 5px !important;
}

.margin-top-m6 {
    margin-top: -6px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.margin-top-17 {
    margin-top: 17px !important;
}

.margin-top-21 {
    margin-top: 21px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-34 {
    margin-left: 34px !important;
}

.margin-left-150 {
    margin-left: 150px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left-40p {
    margin-left: 40% !important;
}

.border-left-white {
    border-left: 1px solid #fff;
}

.border-none {
    border: none;
}

.font-size-1-3 {
    font-size: 1.3em;
}

.font-size-1-4 {
    font-size: 1.4em;
}

.font-size-1-5 {
    font-size: 1.5em;
}

.font-weight-normal {
    font-weight: normal !important;
}

.color-black {
    color: black;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.color-light-blue {
    color: #BEDEE8;
}

.color-mystic-blue {
    color: #DFEAED;
}

.color-kahu-blue {
    color: #0093d6;
}

.background-color-white {
    background-color: #fff !important;
}

.text-align-left {
    text-align: left !important;
}

.text-input {
    padding: 4px !important;
}

.none-value {
    height: 20px;
}

.plus-button {
    cursor: pointer;
    padding: 4px 5px !important;
}

.multi-language-button {
    position: static !important;
}

multi-language-input .ui-select-search {
    text-transform: uppercase;
}

.multi-language-dropdown {
    width: 45px !important;
    float: left;
}
.multi-language-input {
    width: calc(100% - 45px) !important;
    float: left;
    padding-left: 5px;
}

.bootstrap-datetimepicker-widget {
    position: absolute !important;
    z-index: 1060 !important;
    width: auto;
}

.new {
    font-size: 11px;
    color: #000;
}

.validation-error {
    color: #a94442;
}

    .new .text-center {
        text-align: center !important;
    }

    .new .text-nowrap {
        white-space: nowrap !important;
    }

    .new .fill-empty:empty::before {
        content: '\00A0';
    }

    .new .glyphicon.big-inline {
        font-size: 15px;
        vertical-align: bottom;
    }

    .new .glyphicon-back {
        transform: scaleX(-1);
    }

        .new .glyphicon-back:before {
            content: "\e095";
        }

    .new .row-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dasboard-row-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new .row {
        margin: 9px -5px 0;
    }

        .new .row.first-row {
            padding-top: 10px;
        }

        .new .row.last-row {
            padding-bottom: 20px;
        }

        .new .row.p-10 {
            margin-left: -10px;
            margin-right: -10px;
        }

@media(max-width: 767px) {
    .new .col.not-xs {
        max-width: initial;
    }
}

@media(max-width: 991px) {
    .new .col.not-sm {
        max-width: initial;
    }
}

.new .col-bs,
.new .col {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

    .new .col.col-right,
    .new .col-bs.col-right {
        float: right;
    }

    .new .col-bs.p-10,
    .new .col.p-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

.new .display-inline {
    display: inline-block;
    vertical-align: bottom;
}

.new .display-inline-block {
    display: inline-block;
}

.new .display-block {
    display: block;
}

.new .display-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    align-items: baseline;
}

    .new .display-flex.align-top {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: start;
        align-items: start;
    }

.new .row.flex,
.new .col.flex,
.new .col-bs.flex {
    margin-top: 0;
}

    .new .row.flex > .col:not(.flex),
    .new .row.flex > .col-bs:not(.flex),
    .new .col.flex > .col:not(.flex),
    .new .col.flex > .col-bs:not(.flex),
    .new .col-bs.flex > .col:not(.flex),
    .new .col-bs.flex > .col-bs:not(.flex) {
        margin-top: 10px;
    }

.new .flex.no-margin-top {
    margin-top: -10px !important;
}

@media (min-width: 768px) {
    .new .base-8-sm > .col-sm-1 {
        width: 12.5%;
    }

    .new .base-8-sm > .col-sm-2 {
        width: 25%;
    }

    .new .base-8-sm > .col-sm-3 {
        width: 37.5%;
    }

    .new .base-8-sm > .col-sm-4 {
        width: 50%;
    }

    .new .base-8-sm > .col-sm-5 {
        width: 62.5%;
    }

    .new .base-8-sm > .col-sm-6 {
        width: 75%;
    }

    .new .base-8-sm > .col-sm-7 {
        width: 87.5%;
    }

    .new .base-8-sm > .col-sm-8 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .new .base-8-md > .col-md-1 {
        width: 12.5%;
    }

    .new .base-8-md > .col-md-2 {
        width: 25%;
    }

    .new .base-8-md > .col-md-3 {
        width: 37.5%;
    }

    .new .base-8-md > .col-md-4 {
        width: 50%;
    }

    .new .base-8-md > .col-md-5 {
        width: 62.5%;
    }

    .new .base-8-md > .col-md-6 {
        width: 75%;
    }

    .new .base-8-md > .col-md-7 {
        width: 87.5%;
    }

    .new .base-8-md > .col-md-8 {
        width: 100%;
    }

    .new .no-margin-top-md {
        margin-top: 0 !important;
    }
}

.new .col-2x200.p-10 {
    max-width: 430px;
}

@media(max-width: 511px) {
    .visible-xxs {
        display: block !important;
    }

    .hidden-xxs {
        display: none !important;
    }

    .col-xxs-12 {
        width: 100%;
    }
}

.new h3 {
    margin: 9px 0;
}

    .new h3.slim {
        margin-bottom:4px;
    }

    .new h3.field-size {
        margin: 7px 0;
    }

.new label {
    font-weight: normal;
    margin-bottom: 3px;
}

.new .form-horizontal {
    float: none;
    display: block;
}

    .new .form-horizontal .checkbox,
    .new .form-horizontal .radio {
        padding-right: 0;
        padding-top: 5px;
    }

        .new .form-horizontal .checkbox.slim,
        .new .form-horizontal .radio.slim {
            min-height: 22px;
            padding-top: 7px;
        }

        .new .form-horizontal .checkbox.small,
        .new .form-horizontal .radio.small {
            min-height: 22px;
            padding-top: 3px;
        }

.new .form-control {
    height: 26px;
    width: 100%;
    padding: 0 6px 1px;
    font-size: 11px;
    color: #000;
    border-color: #c6c6c6;
    border-radius: 0;
}

    .new .form-control.slim {
        height: 22px;
        padding: 0 6px 1px;
    }

    multi-language-input.slim .form-control {
        height: 22px;
        padding: 0 6px 1px;
    }
    multi-language-input.slim .input-group-addon {
        height: 22px;
        padding: 0 6px 1px !important;
    }
    multi-language-input.slim .selectize-input {
        height: 22px;
        padding: 3px 6px 3px !important;
    }
    multi-language-input.slim  .field-label {
        height: 22px;
    }

.new textarea.form-control {
    height: 53px;
    max-width: 100%;
    padding: 3px 6px;
}

.new .form-control:disabled,
.new .form-control:read-only,
.new .selectize-control .selectize-input.disabled {
    background: none;
    background-color: #F9F9F9;
    opacity: 1;
}

.new .selectize-control .selectize-input {
    background: none;
    background-color: #FFF;
    border-radius: 0;
}

.new .selectize-control .selectize-dropdown {
    border-radius: 0;
}

.new .ng-dirty.ng-invalid > div.selectize-input,
.new .form-control.ng-dirty.ng-invalid {
    border-color: #a94442;
}

.new .form-control-substitute {
    color: #777;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
}

.new .form-control-subtext {
    color: #777;
    font-size: 10px;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .new .form-control-subtext:empty {
        display: inline;
    }

.new .input-group.date .form-control:disabled + .input-group-addon,
.new .input-group.date .form-control:read-only + .input-group-addon {
    cursor: not-allowed;
}

    .new .input-group.date .form-control:disabled + .input-group-addon > i,
    .new .input-group.date .form-control:read-only + .input-group-addon > i {
        cursor: not-allowed;
        opacity: 0.6;
    }

.new .input-group-addon {
    padding: 3px 7px;
    background-color: #FFF;
    border-radius: 0;
    border-left: none;
    cursor: pointer;
}

.input-group.ui-select-group .input-group-addon.disabled,
.new .input-group.ui-select-group .form-control:disabled + .input-group-addon,
.new .input-group.ui-select-group .form-control:read-only + .input-group-addon,
.new .input-group.ui-select-group .ui-select-container[disabled] + .input-group-addon {
    background-color: #F9F9F9;
    pointer-events: none;
}

    .new .input-group-addon.btn-group-addon {
        background-color: transparent;
        border: none;
        padding: 0 0 2px 6px;
    }

        .new .input-group-addon.btn-group-addon .btn-attr {
            margin-top: 0;
        }

.input-group-extra {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px 0 3px 7px;
}

.new button.btn {
    min-width: 75px;
}

    .new .btn.slim {
        padding: 2px 12px 3px;
    }

.new .btn-file {
    margin: 0 5px;
    width: 80px;
}

.new .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-color: #c6c6c6;
}

    .new .panel-group .panel + .panel {
        margin-top: 9px;
    }

.new .panel-heading {
    padding: 10px;
}

.new .panel-body {
    padding: 10px;
}

.new .pagination-outer {
    float: left;
    height: auto;
    line-height: 0;
}

.new .pagination {
    height: auto;
    margin: 0px;
    line-height: 0;
}

    .new .pagination:not(.pagination-container) {
        float: left;
    }

.new ul.pagination {
    margin-left: 1px;
}

.new .pagination > li {
    display: inline-block;
}

    .new .pagination > li > a {
        border-color: #C6C6C6;
        border-radius: 0px !important;
        color: #0093D6;
        cursor: pointer;
        padding: 4px 10px 5px;
    }

    .new .pagination > li:first-child > a {
        margin-left: -1px;
    }

    .new .pagination > li.active > a {
        background-color: #0093D6;
        border-color: #0093D6;
        color: #FFF;
    }

    .new .pagination > li > a.disabled {
        color: #BAA9BA;
    }

.new .pagination .selectize-control {
    margin-left: -1px;
}

    .new .pagination .selectize-control .selectize-input {
        background-color: #0093D6;
        background-image: none;
        border-color: #0093D6;
        border-radius: 0;
        box-shadow: none;
        color: #FFF;
        height: 26px;
    }

    .new .pagination .selectize-control.single .selectize-input:after {
        border-color: #FFF transparent transparent transparent;
        margin-top: -2px;
        right: 8px;
    }

    .new .pagination .selectize-control .selectize-dropdown-content {
        max-height: 100px;
    }

.new .modal-content {
    padding: 2px;
    border-radius: 0;
}

.new .modal-header {
    background-color: #CCC;
    padding: 6px 10px;
}

.new h4.modal-title {
    font-size: 12px;
    font-weight: bold;
}

.new .modal-header .close {
    color: #000;
    opacity: .5;
    -ms-opacity: .5;
    margin-top: -4px;
    text-shadow: none;
}

    .new .modal-header .close:hover {
        opacity: 1;
        -ms-opacity: 1;
    }

.new .modal-body {
    padding: 10px;
}

.new .modal-footer {
    padding: 10px;
}

.new .table {
}

    .new .table > thead > tr > th {
        white-space: initial;
    }

        .new .table > thead > tr > th:not(:first-child) {
            text-align: left;
        }

    .new .table > thead tr > th.input-col,
    .new .table > tbody tr > td.input-col {
        padding: 3px 8px 2px;
    }

    .new .table > thead tr > th.input-col.slim,
    .new .table > tbody tr > td.input-col.slim {
        padding: 5px 8px;
    }

    .new .table > thead.compact > tr:not(:first-child) > th.checkbox-col input[type = checkbox] {
        margin-top: -2px;
    }

.new .table-gray {
    border-collapse: collapse;
}

    .new .table-gray > thead > tr > th {
        background-color: #DCDCDC;
        font-weight: normal;
        color: #000;
        text-align: left;
        border-top: 1px solid #DCDCDC !important;
    }

    .new .table-gray > tbody > tr:nth-child(odd) {
        background-color: #FFF;
    }

    .new .table-gray > tbody > tr:nth-child(even) {
        background-color: #F5F5F5;
    }

    .new .table-gray > thead > tr:last-child > th,
    .new .table-gray > tbody > tr:not(:last-child) > td {
        border-bottom-color: #FFF;
    }

    .new .table-gray > tbody > tr > td {
        border: 1px solid #DCDCDC;
        border-top: 1px solid #DCDCDC;
    }

    .new .table-gray > thead > tr > th:first-child {
        border-left: 1px solid #DCDCDC;
    }

    .new .table-gray > thead > tr > th:last-child {
        border-right: 1px solid #DCDCDC;
    }

    .new .table-gray > thead > tr > th:not(:last-child),
    .new .table-gray > tbody > tr > td:not(:last-child) {
        border-right: none;
    }

    .new .table-gray > thead > tr > th:not(:first-child),
    .new .table-gray > tbody > tr > td:not(:first-child) {
        border-left: none;
    }

.new .table td.buttons {
    white-space: nowrap;
    width: 1%;
    padding: 5px 8px;
}

    .new .table td.buttons .btn {
        display: inline-block;
    }

    .new .table td.buttons .btn:not(:last-child) {
        margin-right: 6px;
    }

.new .attributes .row {
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
}

.new .mobile-menu-toggle-button-container {
    display: none;
}

    .new .mobile-menu-toggle-button-container::after {
        display: none;
    }

@media(max-width: 511px) {
    .new .mobile-menu-toggle-button-container {
        display: block;
        width: 100%;
    }

        .new .mobile-menu-toggle-button-container.toggled {
            border-bottom: 1px solid #c5c5c5;
        }
}

.new .menu-toggle-button {
    cursor: pointer;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #454545;
    width: 36px;
    display: block;
    border-radius: 4px;
    margin-bottom: 7px;
    text-align: center;
    padding-top: 4px;
}

.new .mobile-menu {
    display: none;
}

    .new .mobile-menu::after {
        display: none;
    }

.new .dropdown.top-menu {
    display: inline-block;
}

@media(min-width: 512px) {

    .new .dropdown.top-menu.hide-only-one {
        display: none;
    }
    
}

@media(max-width: 511px) {

    .new .dropdown.top-menu {
        display: none;
        clear:both;
    }

        .new .dropdown.top-menu.toggled {
            display: block;
        }

        .new .dropdown.top-menu.only-one {
            display: none;
        }

    .new .mobile-menu {
        display: none;
    }

        .new .mobile-menu.toggled {
            display: block;
        }

    .topbar-nav {
        display: none;
    }

    .new .dropdown.top-menu.hide-only-one::after{
        display:none;
    }

    .new .dropdown.top-menu.hide-only-one > ul > li{
        padding-left:0px;
    }

    .new .dropdown-menu{
        position:relative;
        width:100%;
        left:0 !important;
    }
}


.table tr > th.checkbox-td {
    width:32px;
}

.table tr.all-wrap > th {
    white-space:normal;
}

.table tr > td.colorful-bool {
    padding:4px;
}

.new .border-right{
    border-right: solid 1px #c5c5c5;
}

.new .checkbox-inline.slim{
    padding-bottom:0px;
}

.new .nav-tabs > li > a {
    border-radius: 0;
    padding: 7px 10px
}

.new .tab-pane{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
}

.new .info-edit.bottom{
    margin-top:10px;
}
.new .info-edit a {
    background: url(../images/order/order-info-edit.png) no-repeat;
    padding-left: 20px;
    margin-top: -3px;
    color: #0093d6;
    cursor: pointer;
}

.new .note {
    margin-top: 3px;
    margin-bottom: 0;
}

.new .progress-spinner {
    line-height: 24px;
    height: 24px;
    display: inline-block;        
}

    .new .progress-spinner:before {
        content: url(../images/loading.gif);
        display: inline-block;
        height: 24px;
        margin-right: 5px;
        vertical-align: bottom;
    }

    .new .progress-spinner.small {
        transform: scale(0.7);
        margin-top: 1px;
    }

        .new .progress-spinner.small:before {
            margin-right: 0;
        }

.new .btn > .progress-spinner {
    margin-top: -4px;
    margin-bottom: -5px;
}

.new .additional-attributes {
    font-size: 11px;
    color: #888;
}

    .new .additional-attributes .attribute-value {
        color: #555;
    }

.address-card {
    position: relative;
    border: 1px solid #C6C6C6;
    padding: 10px;
    height: 100%;
    min-height: 150px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

    .address-card.add {
        border-style: dashed;
        cursor: pointer;
    }

    .address-card .center-block {
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
    }

        .address-card .center-block > h2 {
            font-size: 24px;
            font-weight: bold;
            color: #BBBBBB;
            margin-top: 10px;
        }

        .address-card .center-block > .glyphicon {
            color: #C6C6C6;
            font-size: 300%;
        }

    .address-card > p {
        margin-bottom: 5px;
        width: 100%;
    }

    .address-card .edit {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }


.attempts-info > div {
    margin-top: 4px;
}

    .attempts-info > div:first-child {
        margin-top: 23px;
    }

    .attempts-info > div > label.normal {
        font-weight: normal;
    }

tr .small-column {
    width: 7%
}

.btn-details {
    background: url(../images/button-details-small.png) no-repeat center;
    background-size: contain;
    padding: 10px;
}

.new .receiveLotmodalItem {
    margin: 2px 2px 10px 2px;
    padding: 5px 5px 15px 5px;
} 

.attribute-form textarea {
    resize: none;
    width: 100%;
}

.attribute-form h3 {
    margin-bottom: 12px;
}

.attribute-form a.edit-button-inline {
    margin-top: 1px;
}

.attribute-form .table {
    max-width: 600px;
    margin-bottom: 0px;
}

    .attribute-form .table td > input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-top: 6px;
    }

    .attribute-form .table td > input[type="text"] {
        width: 100%;
        height: 26px;
        padding: 0 6px 1px;
    }

    .attribute-form .table > thead > tr > th {
        text-align: left;
    } 

    .attribute-form .table .ui-sortable-placeholder {
        height: 42px;
    }

.attribute-form li {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

    .attribute-form li .btn-delete-small {
        margin-top: 0px;
        float: right;
    }
.customer-form {
    width: 100%;
    font-size: 11px;
}

    .customer-form .tab-pane .row {
        padding-left: 23px;
        padding-right: 13px;
    }

    .customer-form .tab-pane.info .col,
    .customer-form .tab-pane.info .col-right,
    .customer-form .row-padding .col,
    .customer-form .row-padding .col-right {
        margin-top: 7px;
    }

    .customer-form .tab-control .nav-tabs {
        border-bottom: 2px solid #0093D6;
        padding-left: 23px;
    }

        .customer-form .tab-control .nav-tabs > li {
            margin-bottom: -2px;
            margin-right: 10px
        }

        .customer-form .tab-control .nav-tabs > li > a {
            margin: 0px;
            border: 2px solid transparent;
            border-radius: 0;
            width: 150px;
            padding: 7px 0;
            text-align: center;
            background-color: #0093D6;
            color: #FFF;
        }

        /* Removing part of bottom border*/
        .customer-form .tab-control .nav-tabs > li.active::after {
            height: 2px;
            width: 146px;
            content: " ";
            display: block;
            margin-top: -2px;
            position: absolute;
            margin-left: 2px;
            color: transparent;
            background-color: #FFF;
        }

            .customer-form .tab-control .nav-tabs > li > a:hover {
                border-color: #0093D6;
                background-color: #0093D6;
                color: #FFF;
            }

            .customer-form .tab-control .nav-tabs > li.active > a,
            .customer-form .tab-control .nav-tabs > li.active > a:hover,
            .customer-form .tab-control .nav-tabs > li.active > a:focus {
                color: #000;
                background-color: #fff;
                border: 2px solid #0093D6;
                border-radius: 0;
            }

        .customer-form .tab-pane.info .row .col {
            margin-top: 14px;
        }

    .customer-form .tab-pane .row:first-child {
        margin-top: 27px;
    }

    .customer-form .tab-pane .row:last-child {
        margin-bottom: 35px;
    }

    .customer-form .modal-dialog {
        max-width: 500px;
    }


    

.oms-pie-legend {
    float: left;
    display: block;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: left;
    width: 180px;
    position: absolute;
    z-index: 1;
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
}

.oms-pie-legend li {
    text-align: left;
    border-radius: 5px;
    cursor: default;
    display: block;
    font-size: smaller;
    margin-bottom: 5px;
    padding: 3px 8px 2px 28px;
    position: relative;
    white-space: nowrap;
    /*width: 100px;*/

}

.oms-pie-legend li span.color {
    border-radius: 5px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

#pie-container .chart-container {
    margin: 25px auto;
    float: left;
    height: 255px;
    position: relative;
}

.pie-data-na {
    line-height: 40px;
    text-align: center;

}

/* Top selling  classes*/
.ts-header {
    color: #fff;
    background-color: #0093d6;
    text-align: center;
    line-height: 26px;
}

.ts-cell {
    width: 150px;
    line-height: 26px;
    font-size: 9px;
    padding-left: 6px;
    padding-right: 4px;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
.error-dashboard h5 {
    line-height: 1.42857143;
}

.error-dashboard .col-sm-5, 
.error-dashboard .col-sm-7, 
.error-dashboard .col-xs-12 {
    padding-left: 23px;
    padding-right: 23px;
}

.error-dashboard .col-pie {
    max-width: 426px;
}

.error-dashboard .boxShadow {
    -webkit-box-shadow: 1px 1px 6px 2px #c6c6c6;
    box-shadow: 1px 1px 6px 2px #c6c6c6;
    border: 1px solid #c6c6c6;
    padding: 5px;
    float: left;
    width: 100%;
    margin-top: 23px
}

.error-dashboard .days {
    margin-top: 10px;
}
    
.error-dashboard .error-type:first-child {
    margin-top: 13px;
}

.error-dashboard .error-type {
    cursor: pointer;
    margin-left: 23px;
    display: block;
    margin-bottom: 1px;
}

.error-dashboard .error-warning, .error-dashboard .error-warning:hover {
    color: #1f6daa;
}

.error-dashboard .error-technical, .error-dashboard .error-technical:hover {
    color: #cb4b4b;
}

.error-dashboard .error-business, .error-dashboard .error-business:hover {
    color: #6a8a07;
}

.results-header a.edit-button-inline {
    margin-top: 1px;
    margin-left: 8px;
}

.error-search .search-form .row .results table {
    min-width: 900px;
}

.error-search .search-result tbody > tr > td {
    vertical-align: middle;
}

.error-search .search-result tbody > tr > td.assigned, 
.error-search .search-result thead > tr > th.assigned {
    min-width: 180px;
}

    .error-search .search-result td h6 {
        font-size: 11px;
        color: #0093D6;
        line-height: 1.42857143;
        margin: 0;
    }

    .error-search .search-result td .selectize-control {
        margin-top: 2px;
    }

    .error-search .search-result td .selectize-control .email {
        color: #666;
        font-style: italic;
    }

    .error-search .search-result td .selectize-control .name::before {
        content: '';
    }

    .error-search .search-result td .error-details {
        padding: 10px 0;
        overflow-y: auto;
        max-height: 140px;
        background-color: #FFF;
        word-wrap: break-word;
    }

.error-search .results-footer .table-buttons {
    margin-top: -2px;
}

.container-fluid.error {
    padding: 20px 20px 120px 20px;
    height: 100%;
}

.error-container {
    border: 3px solid #808080;
    background: #FFF;
    min-height: 100%;
}

    .error-container .clearfix {
        height: 100%;
    }

        .error-container .clearfix > * {
            height: 100%;
        }

    .error-container .topbar-header {
        margin: 4px 0 20px 20px;
    }

    .error-container .error-header {
        background: #A1A1A1;
        text-align: center;
    }

        .error-container .error-header h1 {
            font-size: 28px;
            color: #FFF;
            margin: 4px 0;
            line-height: 1.428571;
        }

        .error-container .error-row {
            display: table-row;
        }

        .error-container .error-col-left {
            float: left;
            width: 18%;
            height: 600px;
            border-right-width: 2px;
            border-right-style: solid;
            -webkit-border-image: 
                -webkit-gradient(linear, 0 0, 0 100%, from(rgba(192, 192, 192, 255)), to(rgba(192, 192, 192, 0))) 1 100%;
            -webkit-border-image: 
                -webkit-linear-gradient(rgba(192, 192, 192, 255), rgba(192, 192, 192, 0)) 1 100%;
            -moz-border-image:
                -moz-linear-gradient(rgba(192, 192, 192, 255), rgba(192, 192, 192, 0)) 1 100%;    
            -o-border-image:
                -o-linear-gradient(rgba(192, 192, 192, 255), rgba(192, 192, 192, 0)) 1 100%;
            border-image:
                linear-gradient(to bottom, rgba(192, 192, 192, 255), rgba(192, 192, 192, 0)) 1 100%;
        }

        .error-container .error-col-main {
            float: left;
            width: 82%;
            height: 600px;
            padding: 35px 23px;
        }

        .error-container h2 {
            font-size: 24px;
            color: #0093D6;
            margin: 0 0 13px 0;
            line-height: 1.428571;
        }
.input-form {
    padding-left: 5px;
    padding-right: 5px;
}

.input-form .main {
    margin-left: 5px;
    margin-right: 5px;
}

.input-form .input-column {
    padding-left: 10px;
    padding-right: 10px;
}

.input-form .buttons {
    margin: 12px 0 12px 0;
    padding-right: 15px;
}

.input-form .buttons button {
    margin-left: 8px;
    -moz-min-width: 75px;
    -ms-min-width: 75px;
    -o-min-width: 75px;
    -webkit-min-width: 75px;
    min-width: 75px;
}

.input-form input.line-input {
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
}

.input-form label {
    font-weight: normal;
    width: 100%;
    margin-bottom: 2px;
    color: #444444;
}

.input-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
}
.multiSelect > button {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    padding: 0px 6px !important;
    min-height: 26px !important;
    line-height: 24px;
    padding: initial;
    -moz-min-width: 95px;
    -ms-min-width: 95px;
    -o-min-width: 95px;
    -webkit-min-width: 95px;
    min-width: 95px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: #c6c6c6;
}


.multiSelect > button {
    width: 150px;
}

.multi-200 .multiSelect > button {
    width: 200px;
}


.multiSelect .checkboxLayer {
    min-width: 150px;
    max-width: 500px;
}

.multi-200 .multiSelect .checkboxLayer {
    width: 200px;
}

.multiSelect .buttonLabel {
    padding: 0px 0px 0px 0px !important;
}

.multiSelect .caret {
    margin: 0px 0px 1px 5px !important;
}

.multiSelect .checkboxLayer {
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-min-width: inherit;
    -ms-min-width: inherit;
    -o-min-width: inherit;
    -webkit-min-width: inherit;
    min-width: inherit;
    border-color: #c6c6c6;
}

.multiSelect .multiSelectItem {
    -moz-min-width: inherit;
    -ms-min-width: inherit;
    -o-min-width: inherit;
    -webkit-min-width: inherit;
    min-width: inherit;
    white-space: normal;
    min-height: 24px;
    margin-bottom: 2px;
}

.multiSelect .multiSelectItem .acol label {
    padding-right: 16px;
}

.multiSelect .multiSelectGroup {
    background-color: #DDD;
}

    .multiSelect .multiSelectGroup .acol label {
        font-weight: bold;
    }

.multiSelect .helperButton,
.multiSelect .helperButton:hover {
    width: 100%;
    margin-bottom: 2px;
    font-size: inherit;
    height: 24px;
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: #c6c6c6;
}

.multiSelect .line {
    padding: 2px 0px 0px 0px;
}

.multiSelect .helperContainer {
    padding: 4px 4px 0px 4px;
    border-color: #c6c6c6;
}

.multiSelect .tickMark {
    right: 6px;
    top: 4px;
}

.multiSelect .checkBoxContainer {
    padding: 2px;
}

.multiSelect .inputFilter {
    font-size: inherit;
    height: 24px;
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: #c6c6c6;
    color: #303030;
}

.multiSelect .clearButton {
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 12px;
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.order-form {
    font-size: 11px;
    color: #000;
}

    .order-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100px;
    }

    .order-form .form-control[readonly] {
        background-color: #FFF;
        cursor: inherit;
    }

    .order-form > .row {
        padding: 0 8px;
    }

    .order-form h2 {
        font-family: Verdana;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .order-form h4 {
        font-family: Verdana;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .order-form .row-info table,
    .order-form .items-row table {
        margin-bottom: 10px;
        table-layout: fixed;
    }

    .order-form .row-info,
    .order-form .row-products {
        padding: 0 8px 0 8px;
    }

        .order-form .row-info .buttons-row .btn {
            margin-left: 5px;
        }

    .order-form .modal-header {
        background-color: #FFF;
    }

    .order-form .modal-content {
        padding: 8px;
    }

        .order-form .modal-content .buttons-row {
            margin-top: 9px;
            height: 28px;
        }

        .order-form .modal-content label,
        .order-form label.slim {
            line-height: 22px;
            font-weight: normal;
            margin-bottom: 0;
        }

    .order-form th label.checkbox-inline-right {
        line-height: 15px;
        margin-bottom: 0;
        padding-left: 16px;
    }

    .order-form .modal-content .top-label {
        margin-right: 10px;
    }

    /*.order-form .modal-content input[type="text"].form-control,
.order-form .modal-content input[type="email"].form-control,*/
    .order-form .row-info input[type="text"].form-control,
    .order-form .row-info input[type="email"].form-control,
    .order-form input[type="text"].form-control.slim,
    .order-form input[type="number"].form-control.slim,
    .order-form input[type="email"].form-control.slim {
        width: 100%;
        height: 22px;
        right: 0px;
        padding: 0px 2px 1px 2px;
        font-size: 11px;
        display: inline;
        color: #000;
    }

    .order-form .row-info .table-info tr {
        border: solid #C6C6C6;
        border-spacing: 4px;
        border-collapse: collapse;
        border-width: 1px;
    }

    .order-form .row-info .table-info td {
        border: 0px;
    }

        .order-form .row-info .table-info td > .buttons-row {
            margin: 0px;
            padding-right: 0px;
        }

    .order-form .row-info .info-section {
        padding: 16px;
        float: left;
        width: 50%;
    }

    .order-form .row-info div.date-info {
        margin-top: -6px;
        border: solid #C6C6C6 1px;
        background-color: #f4f4f4;
        width: 100%;
        text-align: left;
        margin-bottom: 9px;
        font-weight: bold;
    }

        .order-form .row-info div.date-info div.info-section {
            padding: 10px;
        }

    .shiping-order-info {
        border: solid #C6C6C6 1px;
        background-color: #f4f4f4;
        width: 100%;
        text-align: left;
        margin-bottom: 4px;
        font-weight: bold;
    }

        div.shiping-order-info div.info-section {
            padding: 10px !important;
            width: auto !important;
        }

        .shiping-order-label {
            color: #6a6a6a;
            text-transform: uppercase;
        }

        div.shiping-order-info div.gift-info-section {
            padding: 5px 5px 0 5px;
            width: auto;
            float: left;
        }

@media(min-width: 570px) {
    .order-form .row-info div.date-info div.info-section {
        width: auto;
    }
}

.order-form .row-info div.date-info span.date-label {
    color: #6a6a6a;
    text-transform: uppercase;
}

@media(max-width: 881px) {
    .order-form .row-info .info-section {
        width: 100%;
    }

    .order-form .row-info div.date-info div.info-section.right {
        text-align: left;
    }
}

@media(max-width: 466px) {
    .order-form .row-info .info-details {
        margin-left: 0px !important;
    }

    .order-form .row-info .info-inner {
        width: 100% !important;
    }

    .order-form .row-info .info-edit {
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

.order-form .row-info .info-container .buttons-row {
    margin-bottom: 0px;
}

.order-form .row-info .table-info tr td {
    padding: 0px;
}

.order-form .row-info .table-info tr:first-child td > * {
    text-align: center;
}

.order-form .row-info .table-info .order-type,
.order-form .row-info .table-info .order-status,
.order-form .row-info .table-info .order-channel,
.order-form .row-info .table-info .order-warehouse {
    padding: 8px;
    min-width: 175px;
    max-width: 225px;
}

.order-form .row-info .table-info tr td .buttons-row {
    padding: 15px 15px 20px 20px;
}

.order-form .row-info .table-info .order-status {
    background-color: #B00;
    color: #FFF;
    font-weight: bold;
    float: left;
}

.order-form .row-info .table-info .order-channel {
    background-color: #ED7900;
    float: right;
}

    .order-form .row-info .table-info .order-channel span {
        margin-left: 8px;
        color: #FFF;
        font-weight: bold;
    }

.order-form .row-info .table-info .order-warehouse {
    background-color: #3B1C74;
    color: #FFF;
    margin-left: 1px;
    float: right;
}

.order-form .row-info .table-info td .order-warehouse span {
    margin-left: 8px;
    font-weight: bold;
}

.order-form .info-header {
    font-weight: bold;
    color: #0093d6;
    padding-bottom: 15px;
}

    .order-form .info-header.small-p {
        padding-bottom: 5px;
    }

.order-form .row-info .info-inner {
    float: left;
    text-align: left;
    width: calc(100% - 74px);
    overflow: hidden;
}

.order-form .row-info .info-inner-edit {
    padding-right: 15px;
}

.order-form .row-info .info-edit-top {
    margin-bottom: 6px;
}

.order-form .row-info .info-edit {
    display: inline-block;
    vertical-align: middle;
}

    .order-form .row-info .info-edit a {
        background: url(../images/order/order-info-edit.png) no-repeat;
        padding-left: 20px;
        margin-top: -3px;
        color: #0093d6;
        cursor: pointer;
    }

.order-form .row-info .info-container {
    text-align: right;
}

    .order-form .row-info .info-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.order-form .row-info .info-details {
    margin-left: 44px;
    font-size: 12px;
    word-wrap: break-word;
}

.order-form .row-info .paragraph {
    margin-top: 8px;
}

.order-form .row-info .row-checkbox {
    width: 210px;
    float: left
}

.order-form .select-row {
    height: 40px;
    padding-left: 7px;
    vertical-align: bottom;
    position: relative;
}

.order-form .checkbox-row {
    padding: 0 8px 2px 8px;
    width: 100%;
}

    .order-form .checkbox-row .checkbox-inline-right {
        padding-right: 16px;
    }

.order-form .datepicker-group {
    /*margin-top: 8px;*/
    width: 260px;
    display: block;
    float: left;
}

/*.order-form .checkbox-row*/
.order-form .checkbox-inline,
.order-form .input-inline {
    display: inline-block;
    padding-top: 1px;
    line-height: 13px;
}

.order-form label.checkbox-inline.slim {
    padding-top: 0;
    padding-bottom: 5px;
    line-height: 13px;
}

.order-form input[type="text"].form-control,
.order-form input[type="email"].form-control,
.order-form input[type="number"].form-control {
    height: 26px;
    padding: 2px 3px;
    font-size: 11px;
    border-radius: 0;
}

.order-form .checkbox-inline-right {
    float: right;
    font-weight: normal;
}

    .order-form .checkbox-inline-right input[type="checkbox"] {
        position: absolute;
        margin-left: -16px;
        margin-top: 2px;
    }

/*.order-form .checkbox-row .checkbox-inline > * {
        margin-left: 8px;
    }*/

.order-form .checkbox-row .checkbox-inline input[type="checkbox"] {
    margin-top: 0;
    margin-left: 8px;
}

/*.order-form .checkbox-row label*/
.order-form .checkbox-inline .select-inline {
    float: right;
    margin-left: 8px;
    margin-top: -6px;
}

.order-form .checkbox-row a.checkbox-inline {
    background: url(../images/order/order-date-edit.png) no-repeat 0 8px;
    background-position-y: 8px;
    padding-left: 30px;
    margin-top: -6px;
    line-height: 25px;
    color: #0093d6;
    cursor: pointer;
}

.order-form .checkbox-row .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}

.order-form .items-row {
    padding: 0 8px;
    overflow-x: auto;
}

    .order-form .items-row .table {
        min-width: 854px;
        overflow-x: auto;
    }

    .order-form .items-row th {
        background-color: #0093D6;
        border: 1px solid;
        border-color: #0093D6;
        color: #FFF;
    }

        .order-form .items-row th:not(:first-child) {
            text-align: center;
        }

    .order-form .items-row td {
        border: 1px solid;
        border-color: #C6C6C6;
    }

    .order-form .items-row th {
        padding: 8px 5px;
    }

    .order-form .items-row td {
        padding: 20px 5px 2px 5px;
    }

    .order-form .items-row tr.shipping-row {
        border: 1px solid;
        border-color: #C6C6C6;
    }

        .order-form .items-row tr.shipping-row td {
            padding: 5px 5px 2px;
            border: none;
        }

        .order-form .items-row tr.shipping-row p {
            padding: 0px;
            margin: 2px 0 4px 0;
        }

        .order-form .items-row tr.shipping-row a {
            color: #1f6f00;
            cursor: pointer;
        }

        .order-form .items-row tr.shipping-row p:last-child {
            margin-bottom: 14px;
        }

    .order-form .items-row .input-inline,
    .order-form .items-row .checkbox-inline {
        padding-left: 0px;
        position: relative;
        width: 100%;
        vertical-align: middle;
        font-weight: normal;
    }

.order-form .total-row .input-inline,
.order-form .total-row .checkbox-inline {
    padding-left: 0px;
    position: relative;
    vertical-align: middle;
    font-weight: normal;
    text-align: right;
}

.order-form .items-row .select-inline {
    margin-top: -5px;
    padding-bottom: 12px;
    text-align: center;
}

.order-form .items-row .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}

.order-form .items-row .checkbox-inline input[type="checkbox"] {
    right: 0px;
}

.order-form .items-row .textbox {
    line-height: 24px;
    margin-top: -4px;
    margin-bottom: 9px;
    padding: 0;
}

.order-form .items-row .input-inline input[type="text"].form-control,
.order-form .items-row .quantity-group input[type="number"].form-control {
    display: inline;
    position: absolute;
    width: 40px;
    height: 20px;
    right: 0px;
    padding: 0px 2px 1px 2px;
    font-size: 11px;
    margin-top: 2px;
    text-align: center;
}

.order-form .items-row .value input[type="text"].form-control {
    height: 20px;
    right: 0px;
    padding: 0px 2px 1px 2px;
    font-size: 11px;
    margin-top: 2px;
    text-align: center;
    margin-right: -4px;
    display: inline-block;
}

.order-form .items-row .input-inline input[type="number"].form-control {
    padding-right: 0;
}

.order-form .items-row table {
    table-layout: fixed;
}

.order-form td {
    position: relative;
}

.order-form .row-info div.paragraph {
    margin-top: 9px;
}

.order-form .row-info div.paragraph .paragraph-header {
    width: 190px;
    display: inline-block;
    color: #0093d6;
}

.order-form .items-row label > span {
    position: absolute;
    right: 0;
}

.order-form .items-row .item-checkbox input[type=checkbox] {
    margin-top: 2px;
}

.order-form .items-row .item-sku {
    width: 21.25%;
}

    .order-form .items-row .item-sku p {
        word-wrap: break-word;
    }

    .order-form .items-row .item-sku a {
        color: #0093d6;
    }

    .order-form .items-row .item-sku .attributes .attr-name {
        text-align: left;
    }

.order-form .items-row .item-shipping {
    width: 15%;
}

.order-form .items-row .item-options {
    width: 14%;
}

    .order-form .items-row .item-options p {
        margin-bottom: 14px;
    }

.order-form .items-row .item-status-name {
    width: 14%;
}

.order-form .items-row .item-quantity {
    width: 13%;
}

    .order-form .items-row .item-quantity .quantity-group {
        margin-top: -4px;
        margin-bottom: 9px;
        min-height: 24px;
    }

        .order-form .items-row .item-quantity .quantity-group > label {
            width: calc(100% - 45px);
            font-weight: normal;
        }

        .order-form .items-row .item-quantity .quantity-group .value {
            width: 40px;
            text-align: right;
            display: inline-block;
            padding-right: 3px;
        }

            .order-form .items-row .item-quantity .quantity-group .value > input[type="number"] {
                position: relative;
            }

            .order-form .items-row .item-quantity .quantity-group .value > span {
                display: inline-block;
                margin-top: 4px;
            }

.order-form .items-row .shipping-item-quantity {
    width: 13%;
}

    .order-form .items-row .shipping-item-quantity .quantity-group {
        margin-bottom: 6px;
        padding-bottom: 3px;
        min-height: 24px;
    }

        .order-form .items-row .shipping-item-quantity .quantity-group > label {
            width: calc(100% - 45px);
            font-weight: normal;
        }

        .order-form .items-row .shipping-item-quantity .quantity-group .value {
            width: 40px;
            text-align: right;
            display: inline-block;
            padding-right: 3px;
            margin-bottom: 5px;
        }

            .order-form .items-row .shipping-item-quantity .quantity-group .value > input[type="number"] {
                position: relative;
            }

.order-form .items-row .item-price {
    width: 13%;
}

    .order-form .items-row .item-price p.price {
        line-height: 24px;
        margin-top: -4px;
    }

    .order-form .items-row .item-price .item-price-attr {
        margin-top: 38px;
    }

        .order-form .items-row .item-price .item-price-attr p {
            margin: 6px 0 7px;
        }

.order-form .items-row .shipping-item-price {
    width: 13%;
}

.order-form .items-row .shipping-item-price .quantity-group {
    margin-top: -4px;
    margin-bottom: 6px;
    padding-bottom: 3px;
    min-height: 24px;
    border-bottom: 1px solid #EEEEEE;
}

.order-form .items-row .shipping-item-price .quantity-group > label {
    width: calc(100% - 85px);
    font-weight: normal;
    vertical-align: top;
    margin-top: 4px;
}

.order-form .items-row .shipping-item-price .value {
    position: absolute;
    right: 0;
    padding-right: 3px;
}

.order-form .items-row .quantity-group .value {
    width: 80px;
    text-align: right;
    display: inline-block;
    padding-right: 3px;
    word-break: break-all;
    vertical-align: top;
}

.item-price-symbol {
    margin-top: 4px;
}

.order-form .items-row .shipping-item-price .item-price-attr {
    margin-top: 38px;
}

.order-form .total-row .input-inline .shipping-order-form-control {
    display: inline-block;
    width: 140px;
    height: 26px;
    margin-left: 8px;
    padding: 2px 8px 3px 3px;
    font-size: 11px;
    text-align: right;
    border-radius: 0;
    line-height: 21px;
}

.order-form .items-row-compact .item-price .item-price-attr {
    margin-top: 24px;
}

    .order-form .items-row-compact .item-price .item-price-attr p {
        margin: 4px 0;
    }

.order-form .items-row .item-price-attr hr {
    margin: 0;
}

.order-form .items-row .item-price p > span {
    position: absolute;
    right: 4px;
}

.order-form .items-row .item-ext-price {
    width: 7.5%;
    word-break: break-all;
}

    .order-form .items-row .item-ext-price p {
        text-align: right;
    }

.order-form .items-row .order-discount-reason-container {
    margin-top: 11px;
    float: left;
}

.order-form .items-row .order-discount-reason {
    font-weight: bold;
    color: #4AABDF;
    margin-bottom: 9px;
    display: inline-block;
}

.order-form .items-row p.order-option-enabled {
    background: url(../images/order/order-option-enabled.png) no-repeat;
    background-position-y: 3px;
    padding-left: 15px;
}

.order-form .items-row p.order-option-disabled {
    background: url(../images/order/order-option-disabled.png) no-repeat;
    background-position-y: 3px;
    padding-left: 15px;
}

.order-form .items-row .kit-container {
}

    .order-form .items-row .kit-container td {
        border: none;
        vertical-align: top;
        padding: 0px 2px 0px 0px;
    }

    .order-form .items-row .kit-container tr td:last-child {
        padding: 0px;
    }

.order-form .total-row {
    width: 100%;
    margin-bottom: 12px;
}

.order-form > .buttons-row {
    margin-top: 0;
}

.order-form .total-row label {
    height: 28px;
}

    .order-form .total-row label.error {
        height: auto;
    }

.order-form .total-row .total-group .input-inline {
    width: 100%;
}

.order-form .total-row label:not(.error) > span,
.order-form .total-row label:not(.error) > b > span {
    /*vertical-align: text-bottom;*/
    /*overflow: hidden;*/
    display: inline-block;
    padding-left: 8px;
    width: 130px;
    margin-right: 8px;
    height: 20px;
    line-height: 26px;
}

.order-form .total-row label.error > span {
    width: 100%;
    display: block;
}

.order-form .total-row table {
    margin-bottom: 21px;
}

.order-form .total-row td {
    border: none;
    text-align: right;
    padding: 2px 8px;
}

.order-form .total-row-shipping {
    margin-top: 2px;
    margin-bottom: 0px;
    padding: 17px 0;
    background-color: #c6c6c6;
    float: left;
    width: 100%;
}

.order-form .total-row .input-inline input[type="text"].form-control,
.order-form .total-row .input-inline input[type="number"].form-control {
    display: inline;
    width: 150px;
    height: 26px;
    margin-left: 8px;
    padding: 2px 8px 3px 3px;
    font-size: 11px;
    text-align: right;
}

.order-form .col-select {
    float: left;
    width: 149px;
    display: inline-block;
}

.order-form .selecter {
    width: 140px;
    max-width: 140px;
    height: 20px;
}

.order-form .bootstrap-select .btn {
    font-size: 11px;
    height: 27px;
    border: 1px solid #C6C6C6;
    padding-left: 0px;
    line-height: 13px;
    background-color: #f7f7f7;
}

.order-form .bootstrap-select .dropdown-menu {
    font-size: 11px;
}

.order-form .dropdown-menu > li > a {
    padding-left: 0px;
}

.order-form .bootstrap-select span:first-child {
    padding-left: 8px;
}

.order-form .summary-row {
    padding: 0 8px 0px 8px;
    margin: 0 0 16px 0;
}

    .order-form .summary-row:last-child {
        margin-bottom: 36px;
    }

    .order-form .summary-row table {
        width: auto;
    }

    .order-form .summary-row th {
        background-color: #0093D6;
        color: #FFF;
        border-left: 1px solid;
        border-bottom: none;
        border-color: #FFF;
        text-align: center;
        padding: 5px 5px;
        white-space: normal;
    }

        .order-form .summary-row th:first-child {
            border-left: none;
            text-align: left;
        }

    .order-form .summary-row td {
        border: 1px solid;
        border-color: #FFF;
        background-color: #E5F4FB;
        padding: 8px 5px;
    }

        .order-form .summary-row td:not(:first-child) {
            text-align: center;
        }

    .order-form .summary-row tr > td:first-child {
        border-left: none;
    }

    .order-form .summary-row tr > td:last-child {
        border-right: none;
    }

    .order-form .summary-row tr:last-child > td {
        border-bottom: none;
    }

    .order-form .summary-row table {
        outline: 1px solid #C6C6C6;
    }

    .order-form .summary-row .tracking-number-holder {
        display: inline;
    }

        .order-form .summary-row .summary-link,
        .order-form .summary-row .tracking-number-holder a {
            text-decoration: underline;
            color: #000;
            cursor: pointer;
        }

.order-form .tab-control-row {
    margin: 0 8px;
}

.order-form .reship-modal h4 {
    line-height: 1.42857143;
    margin-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.order-form .reship-modal .close {
    margin-top: -4px;
}

.order-form .reship-modal .row-padding {
    padding-left: 15px;
    padding-right: 5px;
}

.order-form .reship-modal .row-info .info-inner {
    width: 100%;
}

.order-form .reship-modal th.sku-col,
.order-form .reship-modal td.sku-col {
    width: 25%;
}

.order-form .reship-modal th.input-col,
.order-form .reship-modal td.input-col {
    padding: 5px 8px;
}

    .order-form .reship-modal td.input-col > input[type=text],
    .order-form .reship-modal td.input-col > input[type=number] {
        height: 22px;
        padding: 0px 2px 1px 2px;
    }

    .order-form .reship-modal td.input-col .selectize-control {
        height: 22px;
    }

    .order-form .reship-modal td.input-col .selectize-input {
        height: 22px;
        padding: 3px 20px 3px 6px;
    }

    .order-form .reship-modal td.input-col .selectize-dropdown [data-selectable],
    .order-form .reship-modal td.input-col .selectize-dropdown .optgroup-header {
        padding: 4px 6px;
    }

.order-form .reship-modal .table > thead > tr > th {
    white-space: normal;
}

.order-form .reship-modal .checkbox-inline {
    padding-bottom: 0;
    line-height: 13px;
    vertical-align: top;
    padding-left: 15px;
}

    .order-form .reship-modal .checkbox-inline input[type="checkbox"] {
        margin-top: 1px;
        margin-left: -15px;
    }

    .order-form .reship-modal .checkbox-inline.space-bottom {
        padding-bottom: 2px;
    }


.order-form .shipping-label {
    line-height: 26px;
}

.order-form .reship-modal .modal-content .buttons-row {
    float: left;
}

.order-form .reship-modal .button-group .btn {
    margin-left: 5px;
}

.order-form .reship-modal .button-group-ship {
    float: left;
    width: 100%;
    padding-top: 9px;
    text-align: left;
}

    .order-form .reship-modal .button-group-ship .btn {
        margin-right: 5px;
    }

.order-form .address-modal .row {
    margin-top: 2px;
}

.tab-control.main-tab {
}

    .tab-control.main-tab .tab-pane {
        padding: 0 10px 10px 10px;
        border: 1px solid #CCC;
        margin-bottom: 10px;
    }

    .tab-control.main-tab .nav-tabs {
        border-bottom: none;
    }

        .tab-control.main-tab .nav-tabs > li:not(:last-child) {
            margin-right: 3px;
        }

        .tab-control.main-tab .nav-tabs > li > a {
            margin: 0px;
            border: 1px solid transparent;
            border-radius: 0;
            width: 130px;
            padding: 7px 0;
            text-align: center;
            background-color: #0093D6;
            color: #FFF;
        }

        /* Removing part of bottom border*/
        .tab-control.main-tab .nav-tabs > li.active::after {
            height: 1px;
            width: 128px;
            content: " ";
            display: block;
            margin-top: -1px;
            position: absolute;
            margin-left: 1px;
            color: transparent;
            background-color: #FFF;
        }

        .tab-control.main-tab .nav-tabs > li > a:hover {
            border-color: #0093D6;
            background-color: #0093D6;
            color: #FFF;
        }

        .tab-control.main-tab .nav-tabs > li.active > a,
        .tab-control.main-tab .nav-tabs > li.active > a:hover,
        .tab-control.main-tab .nav-tabs > li.active > a:focus {
            color: #000;
            background-color: #fff;
            border: 1px solid #CCC;
            border-radius: 0;
        }

.order-form .select-inline {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
}


.order-form th.input-col,
.order-form td.input-col {
    width: 76px;
    min-width: 76px;
    padding: 5px 8px;
}

    .order-form th.input-col > *,
    .order-form td.input-col > * {
        width: 60px;
    }

.order-form th.input-col-lg,
.order-form td.input-col-lg {
    width: 116px;
    padding: 5px 8px;
}

    .order-form th.input-col-lg > *,
    .order-form td.input-col-lg > * {
        width: 100px;
    }

.order-form .discount-col {
    width: 123px;
    padding: 5px 8px;
}

    .order-form .discount-col input[type="number"] {
        width: 60px !important;
    }

.order-form .reg-btn-col {
    padding: 5px 8px;
    width: 1px;
}

.order-form .add-products-wrapper {
    max-height: 600px;
    overflow-y: auto;
}

.order-form .address-container-header {
    background-color: #D4D4D4;
    padding: 8px;
}

.order-form .address-container {
    background-color: #EDEDED;
    padding: 8px;
}

.order-form .new-customer-table > tbody > tr > td {
    width: 50%;
}

.blue-color {
    color: #4AABDF;
}

.click-and-collect-group input:disabled {
    border: 1px solid red;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

    .custom-checkbox + span::before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #adb5bd;
        border-radius: 0.25em;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox-checked + span::before {
    content: '\2714';
    line-height: 0.9em;
}

.modal-link {
    color: #0000FF;
    cursor: pointer;
}

    .modal-link:hover {
        text-decoration: underline;
    }

.item-sku > img {
    width: 15px;
    height: 15px;
}

.two-column {
    float: left;
    width: 50%;
}

.three-column {
    float: left;
    width: 33.3%;
}

    .shipping-info-section .modal-element {
        border-bottom: 1px solid #EEEEEE;
    }

    .shipping-info-section label {
        width: calc(100% - 170px);
        font-weight: normal;
    }

    .shipping-info-section .value {
        width: 160px;
        text-align: right;
        display: inline-block;
        padding-right: 5px;
        word-break: break-all;
        vertical-align: top;
    }

.shipment-info-section {
    margin: 10px 0;
}

    .shipment-info-section label {
        width: 150px;
        font-weight: normal;
    }

    .shipment-info-section .value {
        width: 55px;
        text-align: right;
        display: inline-block;
        padding-right: 5px;
        word-break: break-all;
        vertical-align: top;
    }


.payment-form .form-header > .payment-number {
    color: #000;
    /*font-size: 12px;*/
    font-weight: bold;
    line-height: 25px;
    text-transform: none;
    font-family: Calibri;
    color: #000;
    font-size: 12px;
}

.payment-form {
    width: 100%;
    padding: 12px 6px 35px 6px;
    font-size: 12px;
    float: left;
}

.payment-form .col {
    padding-right: 23px;
    width: 50%;
    min-width: 349px;
}

@media(max-width: 767px) {
    .payment-form .col {
        width: 100%;
        max-width: 440px;
        min-width: initial;
    }
}

.payment-form .stage-row, .payment-form .info-row, .payment-form .trans-row, .payment-form .trans-data-body,
.payment-form .info-cell {
    float: left;
    border: 1px solid #c6c6c6;
}

.payment-form .stage-row {
    width: 100%;
}

.payment-form .glyphicon-ok {
    margin-left: 2px;
}

.payment-form .info-row {
    width: 100%;
    /*border: 1px solid #c6c6c6;*/
    padding: 10px 0 0 23px;
    border-top: none;
}

    .payment-form .info-row .header-row {
        width: 100%;
        float: left;
        display: inline-block;
    }

        .payment-form .info-row .header-row > span {
            font-weight: bold;
            display: inline-block;
            width: 402px;
            float: left;
            margin-bottom: 7px;
        }

.payment-form .info-cell {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #e6e6e6;
    margin-bottom: 23px;
}

    .payment-form .info-cell .data, .payment-form .info-cell .header {
        padding-left: 15px;
        display: inline-block;
        float: left;
    }

    .payment-form .info-cell .header {
        text-align: right;
    }

    .payment-form .info-cell .data {
        font-weight: bold;
    }

    .payment-form .info-cell .customer {
        display: inline-block;
        width: 100%;
        padding: 23px 0 0 46px;
    }

    .payment-form .info-cell .card {
        display: inline-block;
        width: 100%;
        padding: 14px 0 0 0;
    }

    .payment-form .info-cell .card-row, .payment-form .info-cell .payment-row {
        display: inline-block;
        float: left;
        width: 100%;
        line-height: 28px;
        
    }

    .payment-form .info-cell .card .header {
        width: 140px;
    }

    .payment-form .info-cell .payment-row:not(:first-child) {
        border-top: 1px solid #c6c6c6;
    }

    .payment-form .info-cell .payment-row .header {
        width: 78px;
    }

.payment-form .trans-data-body {
    min-height: 75px;
    width: 100%;
    min-width: 600px;
    border-top: none;
    padding-left: 14px;
}

.payment-form .trans-data-row {
    width: 100%;
    float: left;
    margin-top: 4px;
}

.payment-form .trans-container {
    width: 100%;
    overflow-x: auto;
}

.payment-form .trans-row {
    height: 35px;
    width: 100%;
    min-width: 600px;
    border-top: none;
    padding-left: 14px;
    line-height: 35px;
}

    .payment-form .trans-row span {
        text-transform: uppercase;
    }

.payment-form .cell-id, .payment-form .cell-type, .payment-form .cell-date, .payment-form .cell-desc, .payment-form .cell-amount, .payment-form .cell-total, .payment-form .cell-total-amount {
    display: inline-block;
    float: left;
}

.payment-form .trans-row > div {
    font-weight: bold;
}

.payment-form .cell-id {
    width: 12%;
    word-wrap: break-word;
}

    .payment-form .cell-id a:hover {
        /* .color-4c4c4c */
        color: #4c4c4c;
    }

.payment-form .cell-type {
    width: 12%;
    word-wrap: break-word;
}


.payment-form .cell-date {
    width: 14%;
    word-wrap: break-word;
}

.payment-form .cell-desc {
    width: 50%;
}

.payment-form .cell-amount {
    width: 12%;
    word-wrap: break-word;
}

.payment-form .cell-total {
    text-align: right;
    width: 88%;
    font-weight: bold;
    padding-right: 20px;
}

.payment-form .info-box {
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.payment-form .info-box.payment-status {
    width: 180px;
    color: #fff;
    border-right: 1px solid #c6c6c6;
    font-weight: bold;
}

.payment-form .info-box.payment-stage {
    width: 120px;
    float: right;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    margin-bottom: -1px;
    margin-top: -1px;
    background-color: white;
}

.currency-row {
    width: 100%;
    float: left;
    padding: 9px 23px 0 23px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
.product-form {
}

.product-form .input-group .input-group-addon {
    background-color: #FFF;
    color: #0093D6;
    border-radius: 0;
    padding: 4px 6px 3px;
    cursor: pointer;
}

@media(min-width: 512px) {
    .product-form .selects-container {
        max-width: calc(100% - 220px);
    }
}

@media(min-width: 768px) {
    .product-form .selects-container-medium {
        max-width: calc(100% - 220px);
    }
}

@media(min-width: 992px) {
    .product-form .selects-container-large {
        max-width: calc(100% - 220px);
    }
}

.product-form .label-stock {
    border-radius: 0;
    width: 180px;
    height: 32px;
    line-height: 32px;
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin: 4px 4px 4px 0;
    text-transform: initial;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.product-form .product-img-container {
    float: left;
    width: 200px;
    height: 200px;
    /*border: 1px solid #909090;*/
    margin: 10px 0px 0 0px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .product-form .product-img-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

    .product-form .product-img-container .img-responsive {
        max-height: 100%;
        display: inline-block;
    }

    .product-form .product-img-container.subimage {
        width: 48px;
        height: 48px;
        margin: 0 1px;
    }

.product-form .channelproduct-container {
    overflow: auto;
    max-height: 145px;
}

    .product-form .channelproduct-container > table > tbody > tr > td {
        background-color: #FF7200;
        padding: 1px 5px;
    }

        .product-form .channelproduct-container > table > tbody > tr:not(:first-child) > td {
            border-top: 1px solid #FFF;
        }

        .product-form .channelproduct-container > table > tbody > tr:not(:last-child) > td {
            border-bottom: 1px solid #FFF;
        }

        .product-form .channelproduct-container > table > tbody > tr > td:not(:first-child) {
            border-left: 1px solid #FFF;
        }

        .product-form .channelproduct-container > table > tbody > tr > td:not(:last-child) {
            border-right: 1px solid #FFF;
        }

        .product-form .channelproduct-container > table > tbody > tr > td a {
            color: #000;
        }

.product-form .related-products-wrapper {
    max-height: 186px;
    overflow-y: auto;
    width: 100%
}

    .product-form .related-products-wrapper > table > thead > tr > th,
    .product-form .related-products-wrapper > table > tbody > tr > td  {
        padding: 5px 10px;
    }

.product-form table.images-list {
    width: 100%;
}

    .product-form table.images-list tr:not(:last-child) > td {
        padding: 0 0 5px;
    }

    .product-form table.images-list tr > td:first-child {
        vertical-align: bottom;
        height: 25px;
    }

    .product-form table.images-list tr:last-child > td:first-child > a,
    .product-form table.images-list tr:last-child > td:first-child > span {
        margin-bottom: 5px;
        display: inline-block;
    }

    .product-form table.images-list tr td:last-child{
        padding: 0 10px;
    }

    .product-form table.images-list input {
        height: 25px;
        line-height: 25px;
    }

.search-form {
    font-size: 11px;
    color: #000;
}

    .search-form h3 {
        margin-bottom: 14px;
    }

    .search-form h4 {
        font-size: 11px;
    }

    .search-form .row {
        /*float: left;*/
        padding: 0px 23px;
        width: 100%;
    }

    .search-form .last-row {
        margin-bottom: 20px;
    }

    .search-form .select-row {
        vertical-align: bottom;
        position: relative;
        float: left;
        margin-top: 2px;
        margin-bottom: 7px;
        padding-right: 13px;
    }

        .search-form .select-row label {
            font-weight: normal;
        }

    .search-form .col-select {
        float: left;
        width: 175px;
        display: inline-block;
        margin-right: 10px;
    }

        .search-form .col-select > label {
            margin-bottom: 3px;
            font-weight: normal;
        }

        .search-form .select-row .col-select {
            margin-top: 13px;
        }

    .search-form .container-row {
        padding-right: 13px;
    }

    .search-form .checkbox-row {
        margin-top: 2px;
        padding-right: 13px;
    }

        .search-form .checkbox-inline {
            margin-right: 10px;
            padding-top: 4px;
        }

        .search-form .checkbox-inline + .checkbox-inline {
            margin-left: 0px;
        }

    .search-form .select-inline {
        display: inline-block;
        line-height: 15px;
        vertical-align: middle;
    }

    .search-form .criterion-text {
        vertical-align: middle;
        display: inline-block;
        padding: 5px 0;
        max-width: 300px;
    }

    .search-form .row td a {
        color: #0093d6;
    }

    .search-form input[type="text"].form-input,
    .search-form input[type="number"].form-input {
        width: 100%;
        height: 26px;
        padding: 0 5px;
        color: #000;
        font-weight: normal;
    }

    /*.search-form .criteria-row {
        overflow-x: auto;
    }*/

        .search-form .criteria-row > table {
            min-width: 689px;
        }

        .search-form .criteria-row .multiSelect > button {
            width: 100%;
        }

    .search-form .criteria-row .radio-inline, 
    .search-form .criteria-row .checkbox-inline {
        padding-top: 6px;
        padding-bottom: 0;
    }

    .search-form .criteria-row textarea {
        width: 100% !important;
        max-width: 100%;
    }

    .search-form .row .results-header {
        float: left;
        width: 100%;
    }

    .search-form .row .results {
        float: left;
        width: 100%;
        overflow-x: auto;
    }

        .search-form .row .results table {
            margin-bottom: 0;
        }

    .search-form .row .results-footer {
        float: left;
        width: 100%;
        margin-top: 9px
    }
        
        .search-form .row .results-count {
            float: left;
            margin-right: 46px;
            margin-bottom: 7px;
        }

    .search-form .row .table-buttons {
        float: right;
    }
        
        .search-form .row .table-buttons .btn {
            margin-left: 8px;
            margin-bottom: 9px;
            float: left;
        }

    .search-form .delivered:before {
        content: '\00a0';
        padding-left: 10px;
        padding-top: 1px;
        background: url('../images/icon-delivery.png') no-repeat left center;
        color: #01C561;
    }

    .search-form .delivered-hint {
        border: 1px solid #01C561;
        color: #01C561;
        text-transform: uppercase;
        padding: 5px 10px;
    }

@media print {
    .search-form .row .results {
        overflow-x: visible;
    }
}

.search-form .form-control {
    height: 26px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0 6px 1px;
    font-size: inherit;
    color: inherit;
}

.search-form .input-group-addon {
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 4px 12px;
}

.search-form input.checkbox {
    vertical-align: middle;
    margin: 0;
}
.shipping-form {
    padding: 0 8px;
    font-size: 11px;
    color: #000;
}

.shipping-form .table td.qty {
    padding-top: 6px;
    padding-bottom: 5px;
}

.shipping-form .table input.qty {
    width: 50px;
    height: 20px;
    padding: 1px 5px;
    line-height: 16px;
}
.storage-bin-form .flex-row .nopadding > * {
    padding: 0 23px;
}

.storage-bin-form .control {
    height: 26px;
    padding: 0 6px 1px;
    width: 100%;
}

    .storage-bin-form textarea.control {
        height: 52px;
        width: 50%;
        min-width: 350px;
        max-width: 100%;
        padding: 4px 6px;
    }

.storage-bin-form .bin-level {
    width: 100px;
    float: left;
}

    .storage-bin-form .bin-level.selected {
        outline: 1px solid #0095D4;
    }

    .storage-bin-form .bin-level.selected.new {
        outline: 1px solid #15EB23;
    }

    .storage-bin-form .bin-level .bin-level-header {
        line-height: 30px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        cursor: pointer;
    }

    .storage-bin-form .bin-level.disabled .bin-level-header {
        background-color: #999 !important;
        cursor: default;
    }

        .storage-bin-form .bin-level .bin-level-header img {
            max-height: 30px;
            max-width: 30px;
            display: inline-block;
            margin-right: 4px;
        }

        .storage-bin-form .bin-level .selectize-input {
            border-radius: 0;
        }

    .storage-bin-form .bin-level .bin-dd-container {
        float: left;
        width: 74px;
    }

    .storage-bin-form .bin-level .bin-add-container {
        float: left;
        width: 26px;
    }

        .storage-bin-form .bin-level .bin-add-container > button {
            padding: 4px 7px 5px;
            font-weight: bold;
            width: 26px;
            height: 26px;
            background-color: #f9f9f9;
            background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
            background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
            background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
            background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
            border-color: #C6C6C6;
            border-left: none;
            color: #303030;
        }

            .storage-bin-form .bin-level.new .bin-add-container > button:disabled {
                background-color: #C9C9C9;
                background-image: -moz-linear-gradient(top, #CCC, #C0C0C0);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#C0C0C0));
                background-image: -webkit-linear-gradient(top, #CCC, #C0C0C0);
                background-image: -o-linear-gradient(top, #CCC, #C0C0C0);
                background-image: linear-gradient(to bottom, #CCC, #C0C0C0);
                color: #FFF;
            }

.storage-bin-form .bin-level-divider {
    background: url('../images/storage-bin/arrow.png') center no-repeat;
    float: left;
    width: 16px;
    height: 56px;
    margin-left: 9px;
    margin-right: 9px;
}


.task-scan .col-1 {
    width: 140px;
}

.task-scan .col-2 {
    width: 100%;
}

.task-scan .col-1.so {
    width: 160px;
}

.product-preview {
    max-height: 80px;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 310px) {
    .task-scan .col-2 {
        width: calc(100% - 140px);
    }

    
    .task-scan .col-2.so {
        width: calc(100% - 160px);
    }
}

.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    /*padding: 6px;*/
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
}

.angucomplete-description {
    font-size: 12px;
}

.angucomplete-row {
    padding: 3px;
    color: #000000;
}

    .angucomplete-selected-row, .angucomplete-row:hover {
        background-color: #0093d6;
        color: #ffffff;
    }

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.highlight {
    color: black;
    font-weight: bold;
}

