/* ============ General ========= */

body {
  font: 1.2rem roboto, sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.button-align a:focus,
.button-align a:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

a:focus {
  outline: none !important;
}

.ecllipse-tooltip-dialog a {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

i {
  color: #000000;
  cursor: pointer;
  font-size: larger;
  padding: 5px;
}

i.with-hover:hover {
  background: #dbdbdb;
}

label {
  margin-top: 5px;
  margin-bottom: 0px !important;
  font-size: 14px;
  font-weight: 400 !important;
}

hr {
  border-color: #ccc;
}

.fa-font-size {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.middle-pane-background {
  background: #f1f3f5;
}

.middle-pane-background-white {
  background: #ffffff;
}

.clear {
  clear: both;
}


/**
 * Depricated width for all widget
 */

.dijitTextBox {
  width: 100%!important;
}

.soria .dijitSelect .dijitButtonContents {
  width: 100%;
}


/**
 * Remove after change stocku view, Tracking  and availabele dockets change in dojo 1.10 
 * Depricated Dojo 1.10.4 tab container arrows height 
 */

.soria .dijitTabContainer .tabStripButton-top {
  height: 23px !important;
}


/**
 * Depricated width for all widget
 */

.text-right label {
  font-weight: 400;
}

.checkbox,
.radio {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.checkbox {
  text-align: center;
  width: initial;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: static;
  margin-top: 4px;
  margin-left: 0px;
}

.label {
  color: #49484a;
}

.checkbox-modify {
  width: 50px;
  text-align: center;
}

.navbar-nav>li>a {
  line-height: 0px;
  padding-bottom: 13px;
}


/* ========== Logo Images =========*/

.responsive-logo {
  max-height: 100%;
  max-width: 30%;
  margin-top: 0px;
}


/* ============Form========= */

.form-btn-padding {
  padding-bottom: 10px;
  padding-right: 0;
}

.form-data-align {
  margin-bottom: 10px;
}

.form-title-bottom-border {
  border-bottom: 1px solid #9E9E9E;
}

.icon-align i {
  color: #fff;
  cursor: pointer;
  padding: 8px;
}

.icon-align i:hover {
  background: #445e72;
}

/* ============Header========= */

/**  second Header **/
.second-header-tab {
  border: 1px solid #C9C9C9;
  border-spacing: 0px;
  margin-top: 5px;
  background-color: #EDEDED;
  padding: 4px 0;
}

.second-header-tab-custom {
  padding: 4px 8px !important;
}

.second-header-tab label {
  margin-left: 7px;
  margin-bottom: 0px;
  font-weight: 400;
}

.radio-bar {
  background: #eee;
  padding: 5px;
  border-radius: 2px;
}


/** End second Header **/

.sub-header {
  background: #fff !important;
  height: 40px !important;
}

.sub-header .title {
  padding: 12px 7px;
  font-size: 1.4em;
  font-weight: 300;
}

#administration_edit_packageType {
  width: 100% !important;
}

/** ============Right Div Sub Header ==========*/
.sub-header-right {
  background: #ecebeb;
  height: 30px;
}

.sub-header-right .title {
  padding: 5px;
  color: #000000;
  font-family: roboto, sans-serif;
  font-size: 15px;
}

/** ============Right Div Sub Header ==========*/
.sub-header .button-align {
  padding: 5px 0px 7px 0px;
}

/*
 * Start Back Link Button Css 
 */

.sub-header .button-link-align {
  padding: 6px 10px;
}

.sub-header .button-link-align i {
  color: white;
}

/*
 * End Back Link Button Css 
 */

.sub-header .button-align .sub-btn-view {
  background: #eee;
  border-radius: 3px;
  border-color: #ddd;
  padding: 2px 11px;
}

.sub-header .button-align .sub-btn-view i {
  padding: 2px;
  margin-right: 2px;
}

.sub-header .button-align .sub-btn-view:hover {
  background-color: rgba(232, 102, 84, 0.87);
  border-color: #d49191;
  color: white;
}

/**===============Create button css=======**/
.sub-header .button-align .sub-btn-create {
  background: #ff2a2a;
  border-radius: 3px;
  border-color: #ff2a2a;
  padding: 0px 8px 0px 3px;
  color: white;
  margin-top: -1px;
}

.sub-header .button-align .sub-btn-create i {
  color: white;
  margin-right: 3px;
  padding: 3px;
  font-weight: lighter;
}

.sub-header .button-align .sub-btn-create:hover {
  background-color: #ff2a2a;
  border-color: #ff2a2a;
  color: white;
}

/**===============End Create button css=======**/

.text-min-width {
  min-width: 135px !important;
}

.hearder-bar {
  background: #F1F3F5;
}

.hearder-bar .nav {
  background: #F1F3F5;
}

.footer-copyright {
  background: #F1F3F5;
  text-align: center;
  padding: 4px;
}

.footer-copyright span {
  font-size: 11px;
}

#main-header {
  border-bottom: 1px solid #8ba0bd;
  height: 51px;
  overflow: visible;
  padding: 0px;
}

/**
 * Blue Footer Bar
 */

.footer-bar {
  background: #445E72;
  height: 42px;
  background: #fff !important;
  border-top: 1px solid #e2e2e2;
  padding-right: 10px;
}

.footer-item-align {
  padding: 5px 5px;
}

.footer-item-align a {
  color: #6380a6 !important;
  text-decoration: none;
  margin-right: 8px;
  display: inline-block;
  margin-top: 3px;
  font-weight: 600;
}

.module-icon {
  width: 16px;
  margin-right: 2px;
}

/* =========== all text field height ========*/

.field-height {
  padding: 5px 0px 5px 0px;
}

.field-height-10 {
  padding: 10px 0px 10px 0px;
}

/* ================ buttons ============*/

.button-icon {
  padding: 0px 1px 0px 2px;
}

/* ================ dropdown =========== */

.dropdown-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 4px;
  font-size: medium;
}

.tooltip-dropdown {
  font-size: .9em;
  list-style: none;
  margin: 0px;
  padding: 2px;
}

.tooltip-dropdown li {
  cursor: pointer;
}

.tooltip-dropdown a {
  color: #000000;
  padding: 5px;
}

.tooltip-dropdown li:hover {
  background: #f1f3f5;
}

.tooltip-dropdown hr {
  margin: 5px;
}

/* ============== erp search bar form ============*/

.search-height {
  height: 30px;
}

.search-container {
  margin-top: 10px;
  position: relative;
}

.search-button {
  color: #ffffff;
  padding: 4px;
  min-width: 50px;
  border: none;
}

.search-button:active,
.search-button:hover,
.search-button:focus {
  color: #ffffff;
  border: none;
}

.search-container .dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}

.search-container .dropdown.dropdown-lg .dropdown-menu {
  width: 580px;
  right: 81px;
}

.search-container .input-group-btn .btn-group {
  display: flex !important;
}

.search-container .btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}

.search-container .btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-container .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-container .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.search-container .form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-bar-responsive {
  width: 661px;
}

.search-form-button {
  padding: 6px;
  border-radius: 2px !important;
}

.search-bar-icon {
  padding: 0;
  color: #fff;
}

/* =================== loading ================= */
.pageOverlay {
  display: block;
  height: 20%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

#loadingOverlay {
  background: url('../images/loading.gif') no-repeat 10px 23px;
}

.loadingMessage {
  padding: 25px 40px;
  color: #999;
}

.grayout-splash {
  border-radius: 2px;
  background: #e8e8e8;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.gray-progress {
  height: 15px;
  margin: auto;
  position: relative;
  top: 279px;
  width: 24%;
  min-width: 300px;
}

.progress-text {
  color: #5d666b;
  font-size: large;
  margin-bottom: 10px;
  text-align: center;
  width: 300px;
}


/* ============== Notification bar ========== */
.notification-bar {
  background: #F44336;
  color: #ffffff;
  min-height: 30px;
  max-height: 50px;
  font-size: larger;
}

.notification-bar-show {
  display: block;
}

.notification-bar-hide {
  display: none;
}

/* =============== Render Toast ==================*/
#render-container {
  position: fixed;
  z-index: 999999;
}

#renderToast {
  color: #000000;
  box-shadow: 0 0 12px #999999;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.8;
  margin: 0px auto;
  position: relative;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 400px;
  visibility: hidden;
  top: 5px;
}

.toast-top-center {
  right: 0;
  top: 5px;
  width: 100%;
}

#renderToast.show {
  animation: fadein 0.5s;
  visibility: visible;
}

@-webkit-keyframes fadein {
  from {
    top: 30px;
    opacity: 0;
  }
  to {
    top: 5px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 30px;
    opacity: 0;
  }
  to {
    top: 5px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 5px;
    opacity: 1;
  }
  to {
    top: 30px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 5px;
    opacity: 1;
  }
  to {
    top: 30px;
    opacity: 0;
  }
}


/* =========== Internet online or offline toast ====== */

.offline_error {
  background: #F6D5CE;
  border: 1px solid #ff887f;
  color: #5c5c5c;
  box-shadow: 0 0 12px #999999;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 500px;
  top: 5px;
}

/* =============== No pading and margin ========= */
.pa-0 {
  padding: 0px !important;
}
.pb-5{
  padding-bottom: 5px !important;
}
.pt-2 {
  padding-top: 2px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.ma-0 {
  margin: 0px !important;
}

.ma-5 {
  margin: 5px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}
.mb-7 {
  margin-bottom:7px !important;
}
.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-minuus-8 {
  margin-right: -8px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pa-xs {
  padding: 5px !important;
}

.pa-0 {
  padding: 0px;
}

.pa-1 {
  padding: 1em !important;
}

.pa-2 {
  padding: 2em !important;
}

.pa-3 {
  padding: 3px!important;
}

.pa-4px {
  padding: 4px 2px !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pl-35{
  padding-left: 35px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-20{
  padding-right: 20px !important;
}
.pr-5 {
  padding-right: 5px !important;
}

.pa-xs-1 {
  padding: 2px !important;
}

.ma-1 {
  margin: 1em !important;
}

.ma-2 {
  margin: 2em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.ma-xs-1 {
  margin: 2px !important;
}

.mr-xs-1 {
  margin-right: 5px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.minus-mt-5 {
  margin-top: -5px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

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

.mt-17 {
  margin-top: 17px !important;
}

.mt-20 {
  margin-top: 20px !important;
}
.mt-23 {
  margin-top: 23px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.cursor-act {
  cursor: pointer;
}

.transparent-node {
  background-image: url(../image/Operation.png);
}

.minus-mt-2 {
  margin-top: -2px;
}

/* ============nav right icons =============*/

.nav-right-icons a {
  color: #000000;
}

.nav-right-icons {
  font-size: 1em;
}

.slide-navbar-show {
  display: block !important;
}

.slide-navbar-hide {
  display: none !important;
}

#menu-toggle {
  padding-top: 16px;
}

/* ============== Dashboard charts ============*/
p {
  margin: 0px;
}

h5 {
  margin: 0px;
}

.chart-border {
  border: 1px solid #ccc;
  padding: 5px;
}

.chart-label {
  font-size: 1.4em;
  font-weight: normal;
}

.chart-label i {
  color: #868282;
  font-size: smaller !important;
}

.icon-font-size {
  font-size: smaller;
}

.icon-color {
  color: #868282;
}

.chart-boxes-row {
  border: 1px solid #e2e4e6;
  font-size: medium;
}

.vertical-line {
  border-right: 1px solid #e2e4e6;
  margin-top: 5px;
  margin-bottom: 5px;
  /* width: 20%; */
}

.chart-card {
  margin: 4px;
}

.chart-card-head {
  padding-top: 4px;
  padding-bottom: 4px;
}

.white {
  color: #ffffff !important;
}

.red {
  color: #FF6384
}

.red-light-color{
  color:#d67474;
  
}

.dark-sky {
  color: #4BC0C0
}

.yellow {
  color: #FFCE56
}

.green {
  color: #4CAF50;
}

.blue {
  color: #36A2EB
}

.brown {
  color: #9E9E9E;
}

.lite-brown {
  color: #797979;
}

.pink {
  color: #FF4C6B;
}

.voilet {
  color: #900DCC;
}

.dark-blue {
  color: #3F51B5;
}

.dark-Cerulean {
  background: #85A7C2;
}

.bg-light-blue {
  background: #d9edf7 !important;
}

.bg-light-green {
  background-color: #d9f7e8 !important;
}

.dark-brown {
  color: brown;
}

.jordy-blue {
  background: #445E72;
}

.dark-grey {
  color: #737171;
}

.aliceblue-blue {
  background: aliceblue;
}

.cornflowerblue-blue {
  color: #6495ed;
  cursor: inherit;
}

.chart-card-bottom {
  padding-top: 4px;
  padding-bottom: 4px;
}

.card-brown-color-n-shadow {
  background: #f1f3f5 none repeat scroll 0% 0% !important;
  box-shadow: none !important;
}

.black-color {
  color: black !important;
}

.placeholder-color {
  color: #999;
}

span.dijitReset.dijitInline.dijitIcon.fa.fa-refresh {
  padding: 4px;
}

span.dijitReset.dijitInline.dijitIcon.fa.fa-cog {
  padding: 4px;
}

.chart-cofig-form-title {
  font-size: large;
}

.chart-cofig-form-subtitle {
  font-size: small !important;
}

.form .form-group span {
  padding-left: 4px;
}

.from-section {
  margin: 5px;
  width: 200px;
}

.cursor-default {
  cursor: default;
}

.tabular-chart {
  border: 1px solid #ccc;
  font-size: medium;
}

.tabular-chart-box {
  padding: 15px;
}

.tabular-right-border {
  border-right: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tabular-b-border {
  border-bottom: 1px solid #ccc;
}

.doughnut-text {
  font-size: large;
  padding: 5px
}

.doughnut-text-border {
  border-top: 1px solid #ccc;
}

.col-half-offset {
  margin-left: 4.166666667%
}

.card-vr-remove {
  border: none;
}

/* ============ Login Screen ============*/

.login-clean {
  padding-top: 3%;
  padding-bottom: 20px;
}

.login-clean form {
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px 25px;
  border-radius: 2px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.login-clean .form-group .form-control {
  border-radius: 2px;
}

.form-group button {
  outline: none;
}

.login-clean .login-logo {
  margin: 25px;
  text-align: center;
  font-size: 100px;
  color: rgb(244, 71, 107);
}

.login-logo img {
  max-width: 40%;
  max-height: 100%;
}

.login-clean form .btn-primary {
  background: #f4476b;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
}

.login-clean form .btn-primary:active {
  transform: translateY(1px);
}

.login-clean form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-clean form .forgot:hover,
.login-clean form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-clean form .btn-primary:hover,
.login-clean form .btn-primary:active {
  background: #eb3b60;
}

.input-group-padding {
  padding: 5px;
}

.login-footer {
  padding-bottom: 10px;
  position: relative;
}

.login-footer span {
  font-size: x-small;
  text-decoration: underline;
}

.login-btn-color {
  background: #03A9F4;
  color: #fff !important;
  font-size: large !important;
  margin-top: 20px;
  border-radius: 2px;
}

.login-fail {
  color: #fb2f2f;
  font-size: small;
}

.img-logo-block {
  display: inline-block !important;
}

.login-input-success {
  border-color: #5cb85c;
}

.login-input-error {
  border-color: #d9534f;
}

/* To modify dojo dropdown just add  modifyDojoDropDown class with dropdown button*/

.modifyDojoDropDown {
  margin: 5px !important;
}

.modifyDojoDropDown span.dijitDownArrowButton {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modifyDojoDropDown span.dropdown-btn-text {
  color: #727272;
  font-size: larger !important;
  padding: 0px;
}

.modifyDojoDropDown span.dijitDownArrowButton {
  background: white !important;
  margin: -4px !important;
  padding: 5px !important;
  border-radius: 2px;
}

.modifyDojoDropDown i {
  color: #727272;
  padding: 0px;
  padding-right: 2px;
  font-size: larger !important;
}

.modifyDojoDropDown .dijitArrowButtonInner,
.modifyDojoDropDown .dijitArrowButtonInner {
  display: none !important;
}

.dojo-file-uploader-details table {
  border: 1px solid #009688;
  width: 100%;
}

.dojo-file-uploader-details table th {
  padding: 5px;
  border: 1px solid #009688;
  font-weight: 800;
}

.dojo-file-uploader-details table td {
  padding: 5px;
  border: 1px solid #009688;
}

.dojo-file-uploader-details .dojoxUploaderFileListProgress {
  float: right;
  font-weight: 800;
}

/*===============Css for operating unit tab panel ===================*/
.nav-tabs {
  border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-width: 0;
  font-weight: 400;
}

.nav-tabs>li>a {
  border: none;
  color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
  border: none;
  color: #4285F4 !important;
  background: transparent;
}

.nav-tabs>li>a::after {
  content: "";
  background: #4285F4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-content {
  padding: 10px;
}

.card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
  padding: 10px;
  margin-top: 9px;
}

.card-background {
  padding: 10px;
  background: #eee;
}

.card-font {
  font-family: Arial, Helvetica, sans-serif !important;
}

/*  =============Css for underline subheader ===============*/
.tab_subtitle {
  border-bottom: 1px solid #888;
  font-size: 14px;
  padding: 2px;
  margin-bottom: 8px;
}

.tab_subtitle .label {
  font-size: 13px;
  font-weight: bold;
  padding: 0px 2px 2px 2px;
  color: #06456F;
}

/*****============ paddingleft right zero ========*************/
.plr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-0{
  padding:0 !important;
}

.m-0{
  margin:0 !important;
}

.mlr-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ptd-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/****============End  paddingleft right zero ===========*******/

.form_help_text {
  padding: 10px;
}

.form_help_text label {
  margin-bottom: 0px;
}

.help-info-roboto {
  font-family: roboto;
}

.help-info-opensans {
  font-family: 'Open Sans', sans-serif;
}

.help-info {
  color: #00ABAF;
}

/****************** start css for help text with subheading *************/

/****************** start css for field help text *************/

.field_help_text {
  text-align: left;
}

.dijitPlaceHolder {
  font-style: normal;
  font-size: 11px;
  padding: 1px !important;
  font-weight: 300;
}

/****************** start css for help text with subheading *************/
.error-message {
  text-align: center;
  background-color: rgb(228, 228, 228);
  font-size: 1.2em;
  height: 30px;
  vertical-align: middle;
  font-weight: normal;
  padding-top: 5px;
  margin-top: 6px;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.modifyDojoDropDownButton {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.modifyDojoDropDownButton span.dropdown-btn-text {
  color: #6380A6;
  padding: 0px;
}

.modifyDojoDropDownButton span.dijitDownArrowButton {
  background: white !important;
  margin: -4px -4px -3px -4px !important;
  padding: 5px !important;
  border-radius: 2px;
  outline: none !important;
}

.modifyDojoDropDownButton.btn-create span.dijitDownArrowButton {
  background: #ff2a2a !important;
}

.modifyDojoDropDownButton.btn-create span.dropdown-btn-text {
  color: #fff !important;
}

.modifyDojoDropDownButton.btn-create i {
  color: #fff !important;
}

.modifyDojoDropDownButton i {
  color: #6380A6 !important;
  padding-right: 5px;
}

.modifyDojoDropDownButton .dijitArrowButtonInner,
.modifyDojoDropDownButton .dijitArrowButtonInner {
  display: none !important;
}

.modifyOrnageDojoDropDownButton span.dropdown-btn-text {
  color: #f5f5f5;
  padding: 0px;
}

.modifyOrnageDojoDropDownButton span.dijitDownArrowButton {
  background: #DE5B49 !important;
  margin: -4px !important;
  padding: 3px !important;
  border-radius: 2px;
}

.modifyOrnageDojoDropDownButton .orangeButton span.dijitDownArrowButton {
  background: #DE5B49 !important;
  margin: -4px !important;
  padding: 3px !important;
  border-radius: 2px;
}

.modifyOrnageDojoDropDownButton i {
  color: #f5f5f5;
  padding: 0px;
  padding-right: 4px;
}

.modifyOrnageDojoDropDownButton .dijitArrowButtonInner,
.modifyOrnageDojoDropDownButton .dijitArrowButtonInner {
  display: none !important;
}

/*** modify dropdown filter button ****/

.modifyDojoDropDownButtonInnerFilterButton span.dropdown-btn-text {
  color: #fff !important;
  padding: 0px;
}

.modifyDojoDropDownButtonInnerFilterButton i {
  color: #fff !important;
}

.modifyDojoDropDownButtonInnerFilterButton span.dijitDownArrowButton {
  background: #455261 !important;
  margin: -4px -4px -3px -4px !important;
  padding: 5px !important;
  border-radius: 2px;
  outline: none !important;
}

.modifyDojoDropDownButtonInnerFilterButton.btn-create span.dijitDownArrowButton {
  background: #fff !important;
}

/** depricated bootstrap table column td css **/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle !important;
}


/************ Pickup Request Search Table Css ***********/

.pickup-request-div {
  padding: 10px;
}

.pickup-request-div .table-responsive {
  max-height: 90%;
  overflow: auto;
}

.pickup-request-div .table-responsive .table {
  margin-bottom: 5px;
}

.pickup-request-div .table-responsive .table thead tr th {
  pointer-events: none;
  font-family: roboto;
}

.search_pickup_request_table_tr_assign {
  background: #ffffff !important;
}

.pickuprequest_status_missed {
  color: red ! important;
}

.pickuprequest_status_available {
  color: rgb(57, 170, 75) ! important;
}

.pickuprequest_status_assign {
  color: #000000 ! important;
  font-weight: normal;
}

/**************** Start Row divider *******************/
.divider-row {
  border-top: 1px solid #ddd;
  clear: both;
  margin: 0;
  height: 0;
}

/** Filter background color **/
.filter-bg-color {
  background: #f5f5f5;
  padding: 10px;
}

/************ Depericate css for multipleChekbox*****************/
.dojoxMultiSelectItem {
  text-align: left;
}

/*** CSS for Bootstrap datagrid ****/
#grid {
  height: 30% !important;
  clear: both;
  width: 100% !important;
}

.height-hidden {
  overflow: hidden;
  height: 100% !important;
}

.view-pickup-request-label {
  font-size: 24px;
  font-family: roboto;
}

.status-design {
  border-radius: 4px;
  background: #445E72;
  color: white;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.pickup-right-label {
  font-size: 13px;
  font-family: roboto;
}

.pickup-right-text {
  font-size: 15px;
  font-weight: 700;
}

.pickup-current-status {
  color: #FFEB3B;
  font-weight: bold;
  font-size: 16px;
}

.pickup-history-label {
  font-size: 15px;
  color: #B41D1E;
}

.view-pickup-history {
  padding: 10px;
  background: #eee;
}

.view-pickup-history-border{
  border: 1px solid #c7c7c7;
  margin: 10px 0px;
  padding: 10px;
}

.center-shipment-not-pick-button {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.pickup-table-height {
  max-height: 80%;
  overflow: auto;
}

.ta-right {
  text-align: right;
}

.full-page-height {
  height: 100%;
}

.pagination-bootstrap {
  float: right;
  margin: 10px 10px;
}

.pagination-bootstrap ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.pagination-bootstrap li {
  display: -webkit-inline-box;
  display: -moz-box;
  list-style-type: none;
  padding-bottom: 1px;
}

.pagination-bootstrap a,
.pagination-bootstrap a:visited {
  border: 1px solid #9aafe5;
  color: #2e6ab1;
  padding: 3px 10px;
  text-decoration: none;
}

.pagination-bootstrap a:active {
  border: 1px solid #2b66a5;
  background-color: #FFFF80;
  color: #000;
}

.pagination-bootstrap a.currentpage {
  background-color: #2e6ab1;
  border-color: #2b66a5;
  color: #FFF !important;
  cursor: default;
  font-weight: bold;
}

/* Css for all  view table*/
.view-table-height {
  max-height: 92%;
  overflow-y: auto;
}

.middle-content-pane-gray {
  height: 94%;
  overflow-y: auto;
}

.middle-content-pane {
  height: 85%;
  overflow-y: auto;
}

.middle-content-pane-v2 {
  height: 93%;
  overflow-y: auto;
}

/**
* TODO: Css OLD UI SCREEN for Stability After Change All UI Remove This Css 
*/

.dijitCustomWidth-8 {
  width: 8em !important;
}

.dijitCustomWidth-9 {
  width: 9em !important;
}

.dijitCustomWidth-10 {
  width: 10em !important;
}

.dijitCustomWidth-15 {
  width: 15em !important;
}

.height-19 {
  height: 19px;
}

.height-20 {
  height: 20px
}
.height-55{
  height: 55px;
}
.minus-mt-2 {
  margin-top: -2px !important;
}

.minus-mt-3 {
  margin-top: -4px !important;
}

.minus-mt-4 {
  margin-top: -4px !important;
}

.minus-mt-8 {
  margin-top: -8px !important;
}

.minus-mt-30 {
  margin-top: -30px !important;
}

.view-table-max-height-100 {
  max-height: 100%;
  overflow: auto;
}

.view-table-max-height-98 {
  max-height: 98%;
  overflow: auto;
}

.view-table-max-height-90 {
  max-height: 90%;
  overflow: auto;
}

.view-table-max-height-92 {
  max-height: 92%;
  overflow: auto;
}

.view-table-max-height-95 {
  max-height: 95%;
  overflow: auto;
}

.view-table-max-height-80 {
  max-height: 80%;
  overflow: auto;
}

.view-table-max-height-70 {
  max-height: 70%;
  overflow: auto;
}

.view-table-max-height-65 {
  max-height: 65%;
  overflow: auto;
}

.view-table-max-height-60 {
  max-height: 60%;
  overflow: auto;
}

.view-table-max-height-59 {
  max-height: 59%;
  overflow: auto;
}

.view-table-max-height-55 {
  max-height: 55%;
  overflow: auto;
}

.view-table-max-height-52 {
  max-height: 52%;
  overflow: auto;
}

.view-table-max-height-50 {
  max-height: 50%;
  overflow: auto;
}

.view-table-max-height-45 {
  max-height: 45%;
  overflow: auto;
}

.view-table-max-height-40 {
  max-height: 40%;
  overflow: auto;
}

.view-table-max-height-300 {
  max-height: 300px;
  overflow: auto;
}

.bootstrapDocketForm-height {
  max-height: 89%;
  overflow: auto;
}

/**
* Simple Dorpdown Without Down Arrow
*/

.simple-Dropdown-button i {
  padding: 0px 4px 0px 0px;
  color: #fff;
}

.simple-Dropdown-button .dijitArrowButtonInner {
  display: none;
}


/* Css For Display None */

.display-none {
  display: none;
}

.sub-header .button-align a:hover {
  color: #6380a6;
}

.help-font-size {
  font-size: 11px;
}

/**
* End Simple Dorpdown Without Down Arrow
*/

.ta-left {
  text-align: left;
}


/**
 * operating unit zipcode backgrouond css
 */

.zipcode-area-background {
  padding: 5px;
  background: #85a7c2;
  color: white;
}

/**
*Start Simple Orange Dropdown Filter
*/

.modifyOrangeDojoDropDownButton {
  margin-top: 3px;
}

.Tooltip-content ul li:hover {
  background: #EFEFEF;
  cursor: pointer;
}

.Tooltip-content ul li {
  padding: 7px 15px 7px;
  height: 15px;
  box-sizing: content-box;
}

.tooltip-label {
  font-family: roboto;
  font-size: 13px;
}

.modifyOrangeDojoDropDownButton span.dropdown-btn-text {
  color: #f5f5f5;
  padding: 0px;
  vertical-align: bottom;
}

.modifyOrangeDojoDropDownButton span.dijitDownArrowButton {
  background: #DE5B49 !important;
  margin: -4px !important;
  padding: 3px !important;
  border-radius: 2px;
}

.modifyOrangeDojoDropDownButton i {
  color: white;
  padding: 0px;
  padding-right: 7px;
}

.modifyOrangeDojoDropDownButton .dijitArrowButtonInner,
.modifyOrangeDojoDropDownButton .dijitArrowButtonInner {
  display: none !important;
}

.challan-Details-text-align {
  font-size: 13px;
  font-family: roboto;
  font-weight: 400;
}

.drs-label-font {
  font-size: 20px;
  font-family: roboto;
}

/***** To Modify Dojo Dropdown Just Add  ModifyDojoDropDown Class With Dropdown Button***/

.modifyLinkDojoDropDownButton .dijitButtonNode {
  border: 0px !important;
  border-bottom: 0px !important;
  padding: 0.1em 0.2em 0.2em 0.2em !important;
  background: none !important;
}

.modifyLinkDojoDropDownButton:hover span.dijitReset.dijitInline.dijitButtonNode:hover {
  background: none !important;
}

.modifyLinkDojoDropDownButton span.dropdown-btn-text {
  color: aliceblue;
  padding: 0px;
}

.modifyLinkDojoDropDownButton span.dijitDownArrowButton {
  margin: -4px !important;
  padding: 3px !important;
  border-radius: 2px;
}

.modifyLinkDojoDropDownButton i {
  color: #f5f5f5;
  padding: 0px;
  padding-right: 4px;
}

.modifyLinkDojoDropDownButton .dijitArrowButtonInner,
.modifyLinkDojoDropDownButton .dijitArrowButtonInner {
  display: none !important;
}

/************ Dojo Dropdown Button Custom Css *********/

.ecllipse-tooltip-dialog ul {
  margin-bottom: 0px !important;
}

.ecllipse-tooltip-dialog ul li {
  padding: 5px !important;
}

.ecllipse-tooltip-dialog ul li a {
  padding: 2px !important;
}

.ecllipse-tooltip-dialog ul li:hover {
  background-color: #e4e4e4;
}

.ecllipse-tooltip-dialog ul li:focus {
  background-color: #e4e4e4;
}

.ecllipse-tooltip-dialog ul li a span {
  padding: 5px !important;
}

.ecllipse-tooltip .dijitButtonNode {
  border: none!important;
  border-bottom: none!important;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background: none !important;
}

.ecllipse-tooltip span.dropdown-btn-text {
  color: #727272;
  padding: 0px;
}

.ecllipse-tooltip span.dijitDownArrowButton {
  margin: -4px !important;
  padding: 3px !important;
  border-radius: 2px;
}

.ecllipse-tooltip i {
  color: #727272;
  padding: 0px;
  padding-right: 4px;
  font-size: medium;
}

.ecllipse-tooltip .dijitArrowButtonInner,
.ecllipse-tooltip .dijitArrowButtonInner {
  display: none !important;
}


/************ Dojo Dropdown Button Custom Css *********/


/* dojo dropdown button custom css */

.pa-10 {
  padding: 10px;
}


/***  New Css for Custom  Text Icon *********/

.green-text-icon {
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: white;
  background: #99E5CA;
  background: linear-gradient(top, #99E5CA 0%, #4CE0AC 100%);
  background: -moz-linear-gradient(top, #99E5CA 0%, #4CE0AC 100%);
  background: -webkit-linear-gradient(top, #99E5CA 0%, #4CE0AC 100%);
  border: 1px solid #4CE0AC;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: -webkit-inline-box;
}


/**
 * Add custom css for Button alignment in Bootstrap Panel
 */

.panel {
  margin-bottom: 20px !important;
}

.panel-heading {
  padding: 8px 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
}

.panel-body {
  padding: 6px;
}

.panel-footer {
  border-top: 1px solid #ddd !important;
}

.panel-btn-group-padding {
  padding: 3px;
}

.page-header {
  margin: 10px 0 10px !important;
}

.cus-display-block {
  display: block;
}


/**
* Css for Login screen Or division Ex: ----- or ------
*/

.g-signin2 {
  width: 100%;
}

.g-signin2>div {
  margin: 20 auto;
}

.division-or {
  overflow: hidden;
  text-align: center;
  margin: 15px 0px 0px 0px;
  font-family: roboto;
  font-size: 19px;
}

.division-or:before,
.division-or:after {
  background-color: #bbb4b4;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}

.division-or:before {
  right: 0.5em;
  margin-left: -50%;
}

.division-or:after {
  left: 0.5em;
  margin-right: -50%;
}


/**
* Sidebar For Docket Stock Management 
*/

.row-offcanvas {
  height: 100%;
}

#sidebar-left-panel {
  width: inherit;
  min-width: 220px;
  max-width: 220px;
  background-color: #f5f5f5;
  float: left;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}

.main-sidebar-middle-pane {
  height: 100%;
  overflow: auto;
}

.nav-font-size {
  font-size: 12px !important;
  color: #333;
  background-color: rgba(105, 163, 208, 0.33);
}

.DSM-sidebar .nav>li>a:focus,
.DSM-sidebar .nav>li>a:hover {
  text-decoration: none;
  background-color: #337ab7;
  color: white;
}

.sidebar-offcanvas .menu-li-align {
  padding: 0px 8px;
}

.footer-bar-text {
  padding: 7px;
  color: aliceblue;
}

.vertical-align-bottom {
  vertical-align: sub !important;
}


/** Textarea palceholder font size css **/

.placeholder-text-font {
  height: 160px ! important;
  max-height: 133px;
  overflow: auto;
  font-size: 12px
}


/** warning color css **/

.warning-color {
  background-color: #fcf8e3 !important;
}


/** Counter color css */

.counter-color {
  color: #3c763d;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.normalFont {
  font-weight: normal !important;
}


/******  Email wraper css *******/

.email-wrap-design {
  background-color: #EDEDED;
  line-height: 1.3em;
  /* margin: 10px 10px 10px 5px; */
  padding: 6px;
  position: relative;
  float: left;
  border-radius: 5px;
  box-shadow: 0 0 5px #888888;
  -moz-border-radius: 8px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #888888;
}

.email-wrap-design .email-text-align {
  float: left;
  margin-top: 3px;
  clear: both;
  font-size: 14px;
}

.email-wrap-design .email-image-align {
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}

.email-wrap-design .email-remove-css {
  margin: 3px 0px 0px 3px;
  width: 18px;
  height: 18px;
}


/***** End Email Wraper Css  ***/


/***** table td wrap class  *****/

.wrap-td-table .wrap-td {
  width: 11em;
  word-wrap: break-word;
}


/** ADD row button with plus icon *****/

.plus-add-row {
  padding: 0;
  margin-right: 6px;
  color: #777;
}


/** End ADD row button with plus icon *****/


/** custom css for Docket Tracking Middle Height Pane *****/

.docket_tracking_middle_pane {
  height: 100% !important;
}

.dropdown-li-a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}


/** Invoice dropdown 3 dot UI **/

.hidehover .btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}

.inner-dropDown {
  top: -130% !important;
}

.outer-dropDown {
  top: -40px !important;
}

.outer-dropDown4 {
  top: -108px !important;
}

.outer-dropDown3 {
  top: -88px !important;
}

.outer-dropDown2 {
  top: -48px !important;
}

.outer-dropDown1 {
  top: -36px !important;
}

.inner-drop-down {
  top: -2% !important;
  left: -132% !important;
}

.table-overflow-inherit {
  overflow: inherit;
}

.menu-hover:hover {
  background-color: #d9e6f9;
  display: block;
}

.dropdown-font {
  font-weight: normal;
  font-family: sans-serif;
  font-size: 13px;
}


/**Coverning Area View Css ****/

.coverning-area-view-header {
  background-color: #6380a6;
  color: aliceblue;
  border: 1px solid #e4e4e4;
  padding-top: 3px;
  border-right: 1px solid #6380a6;
}

.coverning-area-view-body {
  line-height: 33px;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}

.covrning-area-view-border {
  height: 426px;
  overflow: auto;
  border-right: 1px solid #6380a6;
  border-bottom: 1px solid #6380a6;
  background-color: #f5f5f5;
}

.custom-strip:nth-child(even) {
  background-color: #fff;
}


/*** All Table View Css  ****/

.custom-data-view-table {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

.custom-data-view-table tr {
  border-bottom: 1px solid #ddd;
}

.custom-data-view-table th {
  border-right: 1px solid #beb8b8;
  padding: 8px;
}

.custom-data-view-table td {
  padding: 8px;
}


/***** End View Table Css ***/

.mt-top-nagative2 {
  margin-top: -2px !important;
}

.existing-cover-area {
  max-height: 352px;
  overflow: auto;
  border: 1px solid #ddd;
}

.align-text-button-one-row {
  width: 100%;
  margin-top: 6px;
}

.inner-cover-span {
  cursor: pointer;
  float: right;
  margin-top: 4px;
}

.dropdown-menu a:hover {
  color: #212529 !important;
}

.setValidationTextBox-height {
  height: 20px;
  padding: 2px;
}

.setCoverning-height {
  max-height: 300px;
  overflow: auto;
}

.checkbox-width .dojoxCheckedMultiSelectWrapper {
  width: 200px;
}

.highlight_docket_details {
  clear: both;
  margin-top: 5px;
  padding: 5px;
}

#responsive-logo {
  min-height: 3rem;
  margin: 8px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}


/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map {
  height: 100%;
}

#logixerp_tracking_delivery_location_map {
  height: 100%;
}
/* Optional: Makes the sample page fill the window. */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.map-info-window {
  height: 7%;
  /* margin-left: 2%; */
  margin-right: auto;
  position: absolute;
  display: none;
}

.dashboard-slider {
  background-color: rgba(42, 53, 66, 1);
  height: 140px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}

.dashboard-slider::-webkit-scrollbar {
  -webkit-appearance: none;
}

.dashboard-slider::-webkit-scrollbar:horizontal {
  height: 11px;
}

.dashboard-slider::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}

.dashboard-slider::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.dashboard-box {
  background: #f7f8fa;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  height: 110px;
  margin: 8px 4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: normal;
}

.live-dashboard-box {
  background: #f7f8fa;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  text-overflow: ellipsis;
  height: 100%;
}

.dashboard-info {
  background: #ff6c60;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  display: inline-block;
  color: #fff;
  height: 145px;
  margin: 8px 8px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: bottom;
  white-space: normal;
  width: 100PX;
}

.animation-element {
  display: inline-block;
  height: 110px;
  margin: 8px 5px;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  white-space: normal;
  max-width: 16em;
  min-width: 16em;
}

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  height: 100%;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.subject .enrole {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.notify-tab {
  display: inline-block;
  height: 60px;
  width: 14.28%;
  padding: 2px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}

.notify-tab-last {
  display: inline-block;
  height: 60px;
  width: 10%;
  padding: 2px;
  text-align: center;
}

.more-option-icon {
  height: 19px;
}

.panel-body-tools {
  padding: 0px;
  border: 1px solid #e7e7e7;
}

.map-notify-row {
  position: absolute;
  top: 0px;
  right: 0;
  white-space: nowrap;
  width: 87%;
}

.left-icon-btn {
  background: rgba(255, 255, 255, 0.9) url(../image/arrow_left.png) 0.4em center/1em 1.5em no-repeat;
}

.right-icon-btn {
  background: rgba(255, 255, 255, 0.9) url(../image/arrow_right.png) 0.4em center/1em 1.5em no-repeat;
}

.map-btn {
  width: 2em;
  height: 3.2em;
  cursor: pointer;
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border: 0;
}

.side-button {
  position: absolute;
  right: 100%;
}

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

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

.show-tool-data {
  top: 0px;
  right: 0px;
  display: none;
}

.map-operation-btn {
  right: 55px;
  position: absolute;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 1.5em;
  line-height: 1.5;
  border-radius: 25px;
}

.logixerp-waybill-status-style {
  min-width: 52px !important;
}

.cursor {
  cursor: pointer !important;
}

.text-red {
  color: #ff6c60;
}

.text-green {
  color: #a9d86e;
}

.text-info {
  color: #41cac0;
}

.text-warning {
  color: #FCB322;
}

.text-blue {
  color: #8075c4;
}

.text-dark-green {
  color: #62A40F
}

.pdf-red {
  color: crimson;
}

.xls-green {
  color: cadetblue;
}

i#click_me_icon {
  font-size: medium;
  padding: 5px;
  margin: 0;
}

tag {
  font-size: 1.2em;
}

.fixed-height-with-scroll {
  max-height: 200px;
  overflow-y: auto;
}

.custom-card {
  background: #d5e3ea;
  margin: 3px;
}

.panel-href-title {
  border-right: 1px solid #848484;
  padding-left: 8px;
  padding-right: 8px;
  font-size: larger;
  color: #000;
  cursor: pointer;
}

.label-as-span {
  font-weight: normal;
  margin-top: 0px;
}

.fixed-bottom-pagination {
  position: absolute;
  bottom: 0px;
}

.hide {
  display: none;
}

.pod-download-icon {
  position: absolute;
  font-size: medium;
  right: 25px;
  top: -21px;
}

#custom_carousel .item {
  color: #000;
  background-color: #eee;
  padding: 20px 0;
}

#custom_carousel .controls {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  background: #ddd
}

#custom_carousel .controls li {
  display: table-cell;
  width: 1%;
  max-width: 90px
}

#custom_carousel .controls li:hover {
  background-color: #eee;
  border-top: 3px solid orange;
}

#custom_carousel .controls a small {
  overflow: hidden;
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold
}

.logixerp-select-dropdown-custom {
  position: absolute;
  width: 145px;
  right: 0px;
}

.logixerp-select-dropdown-custom .dropdown-menu {
  right: -16px;
  left: inherit;
  margin: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.logixerp-select-dropdown-custom .dropdown-menu li a {
  padding: 7px 10px;
  color: #6380A6;
  font-size: small;
}

.logixerp-history-updated-by {
  max-width: 100%;
  max-height: 18px;
}

.logixerp-select-dropdown-custom .dropdown-text {
  display: inline-block;
  padding-top: 4px;
}

.divider-cust-option {
  border-bottom: 1px solid #eeeeee;
}

.logixerp-select-dropdown-custom select {
  border: solid 1px #e5e5e5;
  border-radius: 0px;
  font-size: 14px;
  color: #6380a6;
  height: 36px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 6px 18px;
  font-family: inherit;
}

.logixerp-select-dropdown-custom select:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px grey;
}

.logixerp-select-dropdown-custom .select-side {
  width: 30px;
  position: absolute;
  top: 0px;
  background-color: #6380a6;
  height: 100%;
  left: 120px;
  border-radius: 0px;
  border-right: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  pointer-events: none;
}

.logixerp-select-dropdown-custom .select-side:before {
  border-left: solid 1px #e5e5e5;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.logixerp-select-dropdown-custom .select-side i {
  left: 12%;
  top: 4px;
}

.logixerp-select-dropdown-custom .select-side i.blue {
  color: #7d95b4 !important;
}

.logixerp-select-dropdown-custom .select-side-arrow {
  width: 30px;
  position: absolute;
  top: 0px;
  background-color: #fff;
  height: 100%;
  left: 85px;
  border-radius: 0px;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-top: 1px solid #e5e5e5;
  pointer-events: none;
}

.logixerp-select-dropdown-custom .select-side-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.logixerp-select-dropdown-custom .select-side-arrow i {
  left: 12%;
  top: 6px;
}

.logixerp-select-dropdown-custom .select-side-arrow i.blue {
  color: #7d95b4 !important;
}

.logixerp-waybill-tracking-tabline .nav>li>a {
  padding: 4px 30px;
  font-size: 1.2em;
}

.logixerp-waybill-tracking-tabline>.nav-tabs>li {
  margin-right: 30px !important;
}

.logixerp-waybill-tracking-tabline>.nav-tabs>li.active {
  border-bottom: 2px solid #32465B;
}


/******************************** Security Group New UI CSS start here *****************************************************/

.submodule-security-permission {
  height: 530px !important;
  width: 100%;
}

.submodule-security-permission-mobile {
  height: 500px !important;
  width: 100%;
}

.button-createStyle {
  margin-top: -4px !important;
}

.security-dilaouge-group {
  max-width: 500px;
  width: 100%;
  text-align: center;
  min-height: 150px;
  background-color: #fff !important;
}

.security-dilaouge-group label.securitygroup-label {
  font-weight: 400 !important;
}

.security-dilaouge-group td:nth-child(1) {
  min-width: 120px;
}

.security-dilaouge-group td:nth-child(2) {
  width: 100%;
}

.security-dilaouge-group .soria .dijitDialog .dijitDialogPaneContent {
  padding: 20px 10px !important;
}

.security-dilaouge-group .dijitDialogPaneActionBar {
  margin-top: 10px !important;
  text-align: right;
}

.security-dilaouge-group .dijitDialogTitleBar {
  padding: 8px 6px 8px 6px !important;
  font-size: 14px !important;
}

.multiselect-box {
  min-height: 80%;
  max-height: 90%;
}

.multiselect-box-custom {
  min-height: auto !important;
}

.masterdata-CreateOPeratingUnit-TableData>tbody {
  float: left;
  width: 100%;
}

.fixed-bottom-bar {
  position: absolute;
  bottom: -20%;
}

.fixed-bottom-bar-mb {
  position: absolute;
  bottom: -24%;
}


/***************************** Master Data Module New CSS changes start here *************************/

#masterdata_EditOperatingUnitForm {
  width: 100% !important;
}


/**************************************New common css **********************************/

.btn-white-background {
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  color: #000;
  padding: 3px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.padding-top-bottom-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.padding-top-bottom-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-bottom-5{
 padding-bottom: 5px;
}
.padding-top-bottom-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-top-bottom-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.padding-top-bottom-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-top-bottom-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.padding-top-bottom-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-top-bottom-23{
  padding-top: 23px;
  padding-bottom: 20px;
}
.pt-5 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 2px
}

.logixerp-button-export {
  outline: none;
  border: 0;
  border-radius: 3px;
  padding: 2px 5px;
  background: #fff !important;
  color: #444 !important;
}

.panel {
  border: none !important;
}

.cmn-height-style {
  max-height: 350px;
  overflow-y: scroll;
}

.tabular-chart-bottom {
  border-bottom: 1px solid #ccc;
  font-size: medium;
}

.tabular-b-border:nth-last-child(1) {
  border-bottom: none !important;
}

.total-amount-detail {
  font-size: 14px !important;
}


/***************************** Master Data Module New CSS changes start here *************************/

#masterdata_EditOperatingUnitForm {
  width: 100% !important;
}


/**************************************New common css **********************************/

.btn-white-background {
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  color: #000;
  padding: 3px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 2px
}

.logixerp-button-export {
  outline: none;
  border: 0;
  border-radius: 3px;
  padding: 2px 5px;
  background: #fff !important;
  color: #444 !important;
}

.panel {
  border: none !important;
}


/**************************************New Operation(POD)Module css **********************************/

.back-button-cmn-style {
  padding: 0px 6px;
  margin-top: 0px;
  border-color: transparent !important;
  color: #727272;
  outline: none;
}

.back-button-cmn-style:hover {
  background-color: #fff !important;
  color: #727272 !important;
}

.left-arrow-icon {
  padding: 3px 5px 3px 3px;
  color: #727272;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.logixerp-operationreport_delivery_report_button {
  font-size: 12px;
  margin-top: 2px;
}

#logixerp_operationreport_docketstatustype {
  width: 100%;
}


/**************************************To show Microsoft Login **********************************/

.fs-azure-icon {
  background: url(../image/Signinusing-Icons.png) no-repeat scroll -5px -298px;
  cursor: pointer;
  display: block;
  height: 46px;
  max-width: 191px;
  width: 100%;
  margin: 6px auto !important;
}

.barcode_scanner_title {
  background: #e0e0e0;
  font-size: larger;
  text-align: center;
  border-radius: 2px;
}

.billing-attachment {
  padding: 5px 0px;
  display: inline-block;
}


/***********************************************New css for 2.2.2 Branch*********************/


/**** Css for Add Row button *****/

.red-button {
  background-color: #DE5B49;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
}

.red-button i {
  padding: 0px;
  font-size: 12px;
}

.red-button .label-font-size {
  font-size: 12px;
  padding: 0px 0px 0px 3px;
}


/****End  Css for Add Row button *****/

.deleted-text {
  color: #A52A2A;
}

.bold-style {
  font-weight: 600 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.collapse-btn-icon {
  position: absolute;
  z-index: 1;
  right: 21px;
  top: 12px;
}

.btn-create {
  background: #ff2a2a !important;
  color: #fff !important;
  min-width: 80px;
  margin-left: 15px;
  outline: none !important;
}

.btn-export {
  background: #455261 !important;
  color: #fff !important;
}

.btn-green {
  background: #27A186 !important;
  color: #fff !important;
  min-width: 80px;
  border: none;
}

.footer-item-align .dropdown-menu a {
  color: #212529 !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown a:hover {
  color: #212529 !important;
}

.custom-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.custom-card .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.custom-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.custom-card .card-title {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}

.sales-invoice_sku_table {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.number-circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #666;
  color: #666;
  text-align: center;
}

.box-wise {
  display: flex;
}

.btn-grayout {
  color: #fff;
  background-color: #b4b5b5;
  border-color: #8c8c8c;
}

.btn-grayout:hover {
  color: #fff;
  background-color: #9da2a2;
  border-color: #8e8e8e;
}

.btn-grayout.active,
.btn-grayout:active,
.open>.dropdown-toggle.btn-grayout {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.font-size-14 {
  font-size: 14px;
}

.customreport-divheight {
  max-height: 200px;
  overflow-y: auto;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.ft-14 {
  font-size: 14px !important;
}

.small-font-weight {
  font-weight: normal !important;
}

.small-font-weight label {
  font-weight: normal !important;
}

a:focus,
a:hover {
  text-decoration: none;
  border-color: transparent !important;
}

.view-grid-btn {
  background-color: #fff;
  color: #1e5598;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #1e5598;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


/*** modify dropdown filter button ****/

.modifyDojoDropDownButtonInnerFilterButton span.dropdown-btn-text {
  color: #fff !important;
  padding: 0px;
}

.modifyDojoDropDownButtonInnerFilterButton i {
  color: #fff !important;
}

.modifyDojoDropDownButtonInnerFilterButton span.dijitDownArrowButton {
  background: #455261 !important;
  margin: -4px -4px -3px -4px !important;
  padding: 5px !important;
  border-radius: 2px;
  outline: none !important;
}

.modifyDojoDropDownButtonInnerFilterButton.btn-create span.dijitDownArrowButton {
  background: #fff !important;
}


/******************************************Payment Gateway css start here*********************************/

.box-wrapper .image-section {
  min-height: 120px;
}

.box-wrapper .image-section img {
  max-width: 150px;
  max-height: 150px;
}

.btn-open-form {
  color: #fff;
  background-color: #0073b1;
  border-radius: 3px;
  position: relative;
  transition-duration: 167ms;
  transition-property: background-color, box-shadow, color;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
  box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
}

.btn-open-form:hover,
.btn-open-form:active,
.btn-open-form:focus {
  color: #fff !important;
  outline: none !important;
}

.box-wrapper.image-section:hover {
  background: green;
}

.image-grayout {
  transition: all 0.4s ease-in;
  background: #fafafa;
  opacity: 0.3;
}

.config-check {
  width: 0;
  height: 0;
  border-top: 50px solid #5caf63e0;
  border-left: 50px solid transparent;
  right: 0;
  position: absolute;
}

.config-check::before {
  position: absolute;
  content: '\f1e6' !important;
  right: -2px;
  top: -29px;
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.admin-dashboard-block-height {
  min-height: 420px;
}

.admin-dashboard-block-height-admin {
  min-height: 250px !important;
}

.graph-title {
  padding: 5px 0 !important;
  font-size: 16px;
  margin: 10px 0 !important;
}

.admin-dashboard-block-height li {
  padding: 6px 0;
  position: relative;
}

.admin-dashboard-block-height li a {
  color: #212121;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 0px !important;
}

.admin-dashboard-block-height li a::before {
  position: absolute;
  content: "\f18e";
  left: 0;
  right: 0;
  color: #212121;
  font-family: FontAwesome;
  top: 8px;
}

.admin-dashboard-block-height li a:hover {
  color: #044686;
  transition: all 0.4s ease-in;
}

.select {
  position: relative;
  height: 25.5px;
  background: white;
}

.select:after {
  content: '';
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #166bc1 transparent transparent transparent;
  pointer-events: none;
}

.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: whitesmoke;
  content: '';
  pointer-events: none;
}

.select select {
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 28px;
  width: 30%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.admin-dashboard-block-height {
  min-height: 378px;
}

.graph-title {
  padding: 5px 0 !important;
  font-size: 16px;
  margin: 10px 0 !important;
}

.admin-dashboard-block-height li {
  padding: 8px 0;
  position: relative;
}

.admin-dashboard-block-height li a {
  color: #212121;
  padding-left: 20px;
  cursor: pointer;
  font-size: 13px;
}

.admin-dashboard-block-height li a span::before {
  position: absolute;
  content: "\f18e";
  left: 0;
  right: 0;
  color: #212121;
  font-family: FontAwesome;
  top: 8px;
}

.admin-dashboard-block-height li a:hover {
  color: #044686;
  transition: all 0.4s ease-in;
}

.blue-attributes-header {
  background: #e8f1ff;
  border: 1px solid #c1c1c1;
  box-shadow: 1px 1px 3px #ddd;
  border-width: 1px!important;
  border-radius: 5px;
  padding: 15px 0px;
}

.blue-print-button {
  background-color: #35b2dc!important;
  border-color: #4eaacf #027ca7 #027ca7 #4eaacf;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(30, 30, 30, .15);
  padding: 6px 18px 5px;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid #35b2dc;
  font: 700 11px/15px Tahoma, sans-serif;
}

.ecllipse-tooltip-dialog-no-padding ul li a span {
  padding: 0px !important;
}

.ft-12 {
  font-size: 12px;
}

.ft-bold {
  font-weight: 700 !important;
}

#selected_mr_add>tr {
  display: block;
  padding: 10px 6px;
  background: #FCF8DF;
  border-bottom: 1px solid #ccc;
}

#selected_mr_add>tr>td {
  width: 50%;
  display: inline-block;
}

.overflow-hidden-custom {
  overflow: hidden;
}


/*******************Toggle Switch Bootstrap CSS start here *************************/

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #2FCCFF;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.onoffswitch4 {
  position: relative;
  width: 85px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch4-checkbox {
  display: none;
}

.onoffswitch4-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #27A1CA;
  border-radius: 0px;
}

.onoffswitch4-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner:before,
.onoffswitch4-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.onoffswitch4-inner:before {
  content: "Enable";
  padding-left: 6px;
  background-color: #FFFFFF;
  color: #4caf50;
}

.onoffswitch4-inner:after {
  content: "Disable";
  padding-right: 6px;
  background-color: #FFFFFF;
  color: #f44336;
  text-align: right;
}

.onoffswitch4-switch {
  display: block;
  width: 25px;
  margin: 0px;
  background: #27A1CA;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch4-checkbox:checked+.onoffswitch4-label .onoffswitch4-inner {
  margin-left: 0;
}

.onoffswitch4-checkbox:checked+.onoffswitch4-label .onoffswitch4-switch {
  right: 0px;
}

.width-18 {
  width: 18%;
}

.width-10 {
  width: 10%;
}

.width-13 {
  width: 13%;
}

.width-15 {
  width: 15% !important;
}

.width-8 {
  width: 8%;
}

.width-25 {
  width: 25%;
}

.cursor-auto {
  cursor: auto;
}

.sales-order-table {
  padding: 12px 0;
  border: 1px solid #ddd !important;
  background-color: #f7f7f7;
}

.ul-table li {
  font-size: 12px;
  line-height: inherit;
  padding-bottom: 0;
  padding-top: 0;
  color: #424242;
}

#sales_order_direct_upload_sales_order_message p.red {
  color: #FF0000 !important;
}

.ml-30 {
  margin-left: 30px;
}

#neo_operating_dashboard {
  overflow: auto !important;
}


/******************New Waybill Entry form css start here *******************/

.responsive-table-ul-sky {
  font-family: 'Roboto', sans-serif !important;
}

.responsive-table-ul-sky li {
  border-radius: 2px !important;
  padding: 0px 8px !important;
  display: flex !important;
  justify-content: space-between !important;
  /* margin-bottom: 10px; */
  border-top: 1px solid #bababa !important;
  border-bottom: 1px solid #bababa !important;
}

.responsive-table-ul-sky .table-row {
  background-color: #7ed4d6 !important;
}

.responsive-table-ul .table-row .docket-satus-style {
  color: #060606;
  font-weight: bold;
}

.responsive-table-ul-sky .table-row .waybill-style-text {
  color: #000 !important;
}

.responsive-table-ul-sky .table-row .waybill-booking-date {
  color: #35849c;
  font-size: 12px;
}

.responsive-table-ul .col-1 {
  flex-basis: 8.33333333%;
  float: left;
}

.responsive-table-ul-sky .col-2 {
  flex-basis: 20% !important;
  float: left !important;
  padding: 5px 0;
}

.responsive-table-ul .col-3 {
  flex-basis: 25%;
  float: left;
}

.responsive-table-ul .col-4 {
  flex-basis: 30%;
  float: left;
}

.responsive-table-ul .col-5 {
  flex-basis: 60%;
  float: left;
}

.responsive-table-ul .col-8 {
  flex-basis: 65%;
  float: left;
}

.responsive-table-ul .col-6 {
  flex-basis: 70%;
  float: left;
}

.border-right-1px {
  border-right: 1px solid #b6b6b6;
  height: 55px;
}

.font-family-roboto {
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px;
}

.long-arrow-right {
  font-size: 26px !important;
}

.ft-size-16 {
  font-size: 16px;
}

.display-inline-grid {
  display: inline-grid;
}

.waybill-booking-detail {
  background-color: #fafafa;
  padding: 20px 10px;
  height: auto;
}

.waybill-package-detail {
  background-color: #fafafa;
  padding: 10px 10px;
  height: auto;
}

.label-font-weight {
  font-weight: normal !important;
}
.btn-add-small{
   padding: 0px 2px !important;
 }

.custom-subheader {
  background: #f6f5f5;
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
}

.btn-add-custom-style {
  padding: 4px 17px !important;
  background: #6380a6 !important;
  border-radius: 0px;
  border: 1px solid #6380a6;
  font-size: 13px;
}

.btn-add-custom-small {
  padding: 2px 5px !important;
}

.btn-add-small{
   padding: 0px 2px !important;
 }

.btn-add-custom-style:hover,
.btn-add-custom-style:active,
.btn-add-custom-style:focus {
  background: #6380a6 !important;
  border: 1px solid #6380a6 !important;
}

.font-size-x-small {
  font-size: x-small !important;
}

.btn-add-popup-custom-style {
  padding: 0px 7px !important;
}

.custom-export-btn .btn-default:hover {
  color: #4c617d;
  background-color: transparent !important;
  border-color: #dadada !important;
}

.label-font-weight {
  font-weight: normal !important;
}

.no-clr-white {
  color: #212529 !important;
}

.custom-table-bordered {
  border: none !important;
}

.custom-table-bordered thead {
  background-color: #f7f7f7;
  position: sticky;
  top: 0;
  z-index: 999;
}

.custom-table-bordered th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.custom-table-bordered td:first-child {
  background-color: transparent;
  color: #0073b7 !important;
  font-weight: 500;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 99;
  
}

/* only affect Narration column */
.custom-table-bordered tbody tr td {
  white-space: normal !important;   /* allow wrapping */
  overflow-wrap: anywhere;          /* break long words anywhere */
  word-break: break-word;           /* fallback */
}


.custom-table-bordered thead tr th {
  border: 0 !important;
}

.custom-table-bordered tbody tr {
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.custom-table-no-bordered tbody tr {
  border-bottom: none !important;
}

.custom-table-bordered>tbody>tr>td,
.custom-table-bordered>tbody>tr>th,
.custom-table-bordered>tfoot>tr>td,
.custom-table-bordered>tfoot>tr>th,
.custom-table-bordered>thead>tr>td {
  border-top: none !important;
}

.custom-table-bordered tfoot {
  background: #fafafa;
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
}

.waybill-total-package-count {
  padding: 10px 10px;
}

.pos-fixed {
  position: fixed;
  top: 117px;
  z-index: 999999;
}

.freight-charge-header {
  background: #ecebeb;
}

.float-left {
  float: left;
}

.border-right-height {
  border-right: 1px solid #cdcdcd;
  height: auto;
}

.border-left-height {
  border-left: 1px solid #cdcdcd;
  height: auto;
}

#logixerp-waybill-detail-header {
  margin-top: 40px;
  float: left;
}

.freight-charge-header tr th {
  border-bottom: none !important;
  padding: 6px 8px !important;
  border-top: none !important;
}

.total-carrier-charge-amount {
  border-top: 1px solid #c1c1c1;
}

.clr-green-shade {
  color: #00a8af;
}

.active-breadcrumb {
  background: #9eeb62 !important;
  color: #fff !important;
}

.breadcrumb {
  display: inline-block;
  padding: inherit !important;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 6px;
  margin-bottom: 0px;
  /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 50px 0 80px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
  color: #888 !important;
}

.cust-breadcrumb-style a {
  padding: 0 80px 0 80px;
}


/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/

.breadcrumb a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
  /*to match with the parent's radius*/
}

.breadcrumb a:first-child:before {
  left: 14px;
}

.breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
}


/*hover/active styles*/

.breadcrumb a.active,
.breadcrumb a:hover {
  background: #333;
  background: linear-gradient(#333, #000);
}

.breadcrumb a.active:after,
.breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}


/*adding the arrows for the breadcrumbs using rotated pseudo elements*/

.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  /*half of square's length*/
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  box-shadow: 1px -1px 0 0px rgba(0, 0, 0, 0.4), 3px -3px 0 0px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}


/*we dont need an arrow after the last link*/

.breadcrumb a:last-child:after {
  content: none;
}


/*we will use the :before element to show numbers*/

.flat a,
.flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}

.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}

.flat a:hover,
.flat a.active,
.flat a:hover:after,
.flat a.active:after {
  background: #c2dbff;
  color: #000 !important;
}

.fixed_headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 280px;
}

.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  min-width: 260px;
}

.fixed_headers thead tr {
  display: block;
  position: relative;
}

.fixed_headers tbody {
  display: block;
  overflow-y: auto;
  width: 100%;
  max-height: 220px;
}

.fixed_headers_carrier td:nth-child(1),
.fixed_headers_carrier th:nth-child(1) {
  min-width: 175px;
}

.fixed_headers_carrier td:nth-child(2),
.fixed_headers_carrier th:nth-child(2) {
  min-width: 175px;
}

.fixed_headers thead tr {
  display: block;
  position: relative;
}

.fixed_headers_carrier tbody {
  max-height: 250px;
}

.waybill-total-freight-payment-mode {
  padding: 5px 5px;
}

.text-decoration-underline {
  text-decoration: underline;
}

#operation-docket-compare-carrier-rate-tbody tr th {
  padding: 6px 2px !important;
}

#operation-docket-compare-carrier-rate-tbody tr td {
  padding: 3px !important;
}

.selected_receipt_add_custom_style>tr {
  display: block;
  padding: 10px 6px;
  background: #FCF8DF;
  border-bottom: 1px solid #ccc;
}

.selected_receipt_add_row_style>tr {
  background: #FCF8DF;
  border-bottom: 1px solid #ccc;
}

.selected_receipt_add_row_style>tr>td {
  padding: 10px 6px;
}

.selected_receipt_add_custom_style>tr>td {
  width: 1%;
}

.selected_receipt_add_custom_style>tr>td>td {
  width: 50%;
  float: right;
}

.width-50 {
  width: 50% !important;
}

.width-100 {
  width: 100% !important;
}

.width-95-px {
  width: 95px;
}

.width-100-px {
  width: 100px;
}
.width-20-px{
  width:20px;
}


.width-50-px {
  width: 50px !important;
}
.width-52-px {
  width: 52px !important;
}
.width-70 {
  width: 70% !important;
}

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

.invoice-forwading-note-selected-receipt-table {
  border: 1px solid #ccc !important;
}

.invoice-forwading-note-selected-receipt-table>tfoot>tr>th {
  background-color: #f5f5f5 !important;
  border: 1px solid #ccc;
}

#logixerp_v1 .invoice-forwading-note-selected-receipt-table>tfoot>tr>td {
  background-color: transparent !important;
}

.active_chargeType_custom {
  background-image: url(../image/reset_Clockwise.png) !important;
}

.inactive_chargeType_custom {
  background-image: url(../image/reset_AnitClockWise.png) !important;
}

#selected_vehicle_sales_invoice_add>tr {
  display: block;
  padding: 10px 6px;
  background: #FCF8DF;
  border-bottom: 1px solid #ccc;
}

#selected_vehicle_sales_invoice_add>tr>td {
  width: 49%;
}

#selected_vehicle_sales_invoice_add>tr>td>td {
  width: 50%;
  float: right;
}

#logixerp_operation_docket_total_freight_amount_div {
  position: absolute;
  right: 24px;
  top: -60px;
}

.btn-pre-next-transparent {
  padding: 0px !important;
}

.icon-blue-cust-pad {
  padding: 3px;
}

.min-height-260 {
  min-height: 260px;
}

.min-height-270 {
  min-height: 270px;
}

.border-bottom-gray {
  border-bottom: 1px solid #cdcdcd;
}

.border-top-gray {
  border-top: 1px solid #cdcdcd;
}

.ul-table li.cust-break-word {
  word-break: break-word;
}

#logixerp_dispatch_trip_complete_detail_form_data {
  height: 100% !important;
  width: 310px !important;
}

#logixerp_dispatch_trip_complete_detail_form_data .dijitContentPane {
  height: 100% !important;
}

.ul-table li.cust-break-word {
  word-break: break-word;
}

.container-custom-wrapper {
  max-width: 1800px;
}

.a-style a:hover {
  color: #559bd8 !important;
  transition: all 0.4s ease-in;
  text-decoration: underline;
}

.responsive-table {
  border: 1px solid #ddd !important;
  border-bottom: none !important;
}

.responsive-table li {
  border-radius: 3px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}

.responsive-table .table-header {
  background-color: #d9edf7;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ddd !important;
}

.responsive-table .table-row {
  background-color: #ffffff;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ddd !important;
}

.responsive-table .col-1 {
  flex-basis: 20%;
}

.responsive-table .col-2 {
  flex-basis: 40%;
}

.responsive-table .col-3 {
  flex-basis: 25%;
}

.responsive-table .col-4 {
  flex-basis: 25%;
}

.no-clr-white {
  color: #212529 !important;
}

.a-style a:hover {
  color: #559bd8 !important;
  transition: all 0.4s ease-in;
  text-decoration: underline;
}

.select-all-stock {
  height: 40px;
  background-color: rgba(241, 243, 244, 0.871);
}

.link-msg {
  text-align: center;
  display: block;
  color: #1a73e8;
  font-size: 14px;
  padding: 10px 5px;
}

.overflow-x-hidden {
  overflow: hidden;
}

.display-inline-block {
  display: inline-block;
}

.ml-20 {
  margin-left: 20px;
}

.wmsreceivedeliver_outgoing_shipment_selected_receipt_table {
  border: 1px solid #ccc !important;
}

.wmsreceivedeliver_outgoing_shipment_selected_receipt_table>tfoot>tr>th {
  background-color: #f5f5f5 !important;
  border: 1px solid #ccc;
}

#logixerp_v1 .wmsreceivedeliver_outgoing_shipment_selected_receipt_table>tfoot>tr>td {
  background-color: transparent !important;
}

#selected_pickup_challan_add>tr {
  display: block;
  padding: 10px 6px;
  background: #FCF8DF;
  border-bottom: 1px solid #ccc;
}

#selected_pickup_challan_add>tr>td {
  width: 50%;
}

#selected_pickup_challan_add>tr>td>td {
  width: 50%;
  float: right;
}

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

.custom-dropdown-menu-width {
  min-width: 110px !important;
}

.text-decoration {
  text-decoration: underline;
}


/************************Bank Reconcilation CSS start here *********************/

#bank_reconcilation_csv_upload_div table {
  width: 100%;
  max-width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#bank_reconcilation_csv_upload_div table tbody tr td {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle !important;
  font-size: 14px;
  font-weight: 500;
}

.upload-csv-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}

.selected-row {
  background-color: #ffe2ad !important;
  width: 100%;
  box-shadow: 10px 2px 10px #c9c9c9;
}

.btn-selected-row {
  padding: 2px 5px !important;
  margin-top: 5px !important;
}

#tr0>td>input[type=checkbox] {
  display: none;
}

#tr0 {
  background-color: #d9edf7
}

.arrow {
  text-align: center;
  margin: 5px 0;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.class-gray-out {
  background-color: #eee;
  opacity: 0.6;
}

.button-vertical-style {
  margin: 12px 5px !important;
}

.user-help-text {
  position: relative;
  float: left;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 1px 8px;
  border: 1px solid #d72d2d;
  box-shadow: 0 0 1px 1px #efefef;
  font-family: arial;
}

.arrow-long-down {
  position: absolute;
  left: 5px;
  bottom: -31px;
  font-size: 25px !important;
  color: #d72d2d !important;
}

.spinner {
  position: absolute;
  padding-top: 8px;
  height: 28px;
  z-index: 99999;
  border: 1px solid #cbcbcb;
  /* margin: 100px auto 0; */
  width: 92%;
  text-align: center;
  background: white;
  box-shadow: 5px 5px 10px #ccc;
}

.spinnerL2,.spinnerError{
  position: absolute;
  padding-top: 8px;
  height: 28px;
  z-index: 99999;
  border: 1px solid #cbcbcb;
  /* margin: 100px auto 0; */
  width: 92%;
  text-align: center;
  background: white;
  box-shadow: 5px 5px 10px #ccc;
}

.spinnerL2:before {
  content: "Enter more chararcters to search";
}
.spinnerError:before{
    content:"No result found";
}
.spinner>div {
  width: 7px;
  height: 7px;
  background-color: #6b92bb;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.glyphicon-print {
  cursor: pointer
}

.selected-row-gray {
  background-color: #fbf8dc !important;
}

.text-success {
  color: #598c1a;
  font-weight: 700;
}

.text-red {
  color: #a53511;
  font-weight: 700;
}

.loader4 {
  width: 15px;
  height: 15px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #77AAB9;
  border-bottom-color: #77AAB9;
  border-left-color: #77AAB9;
  -webkit-animation: loader4 1s ease-in-out infinite;
  animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader4 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

#administration_notification_email_content_iframe {
  height: auto !important;
  border: 1px solid #ccc !important;
}

.letter-spacing-1px {
  letter-spacing: 1px;
}

.clr-green {
  color: #3ab4a9;
}

.cust-btn-default-style {
  border-radius: 0px !important;
  border-color: #bcbcbc !important;
}

.cust-btn-default-style:hover,
.cust-btn-default-style:focus {
  background-color: #fff !important;
}

.cust-btn-default-style:active {
  background-color: #fff !important;
  color: #3768a7 !important;
}

.input-group-custom .dijitInputContainer {
  overflow: inherit;
}

.input-group-custom .dijitPlaceHolder {
  font-size: 14px !important;
  top: 7px !important;
  left: 5px !important;
}

.active-button {
  color: #fff !important;
  background-color: #6495ed;
}


/***********Common Custom check box style*************/

.custom-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-form-group label {
  position: relative;
  cursor: pointer;
  font-size: 15px !important;
  margin-bottom: 0px;
}

.custom-form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -3px;
}

.custom-form-group input[type=checkbox]+label {
  color: #c1c1c1;
}

.custom-form-group input[type=checkbox]:checked+label {
  color: #0079bf;
}

.custom-form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 9px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-list-group-item {
  text-align: left;
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  min-width: 20%;
  float: left;
  margin-right: 5px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.container-box {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}

.container-sent-to {
  display: flex;
}

.container-sent-to label {
  margin-top: 0px !important;
}

.container-sent-to .box-1 {
  flex:1
}

.container-sent-to .box-2 {
  flex: 1
}

.container-sent-to .box-3 {
  flex: 1
}

.container-sent-to .box-4 {
  flex: 2
}

.box-custom {
  min-width: 280px;
}

.height-40 {
  height: 40px !important;
}

.height-35 {
  height: 35px;
}

.height-30 {
  height: 30px;
}

.fa-times-gray {
  color: #444;
  margin-top: 0px;
}

.no-border-radius {
  border-radius: 0px !important;
}

.ql-container {
  height: 20%;
}

.float-left {
  float: left;
}

.list-group-item {
  font-size: 14px;
}

.cust-list-group-item {
  width: 23%;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.content-type {
  color: black;
  content: Enter more characters to search;
}

.cust-break-word {
  word-break: break-word;
}

.full-width {
  width: 100%
}

.half-width {
  width: 41%;
  float: left;
}

.pos-left-droddown {
  left: -65px;
}

.pos-left-droddown .dropdown-item {
  padding: 6px 6px;
}

.market-update-block {
  padding: 10px 10px;
  background: #999;
}

.market-update-block {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-block.clr-block-green {
  background: #68ae00;
}

.market-update-block.clr-block-orange {
  background: #FC8213;
}

.market-update-block.clr-block-blue {
  background: #337AB7;
}

.market-update-block.clr-block-sky {
  background: #5bc0de;
}

.market-update-block h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 7px;
  text-shadow: none;
}

.market-update-block h4 {
  font-size: 16px;
  color: #fff;
  margin: 0.3em 0em;
}

.market-update-right i {
  font-size: 2.3em;
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  -o-border-radius: 49px;
  line-height: 1.7em;
}

.market-update-right i.fa.fa-file-text-o {
  color: #68AE00;
}

.market-update-right i.fa.fa-book {
  color: #FC8213;
}

.market-update-right i.glyphicon.glyphicon-file {
  color: #337AB7;
}

.market-update-right i.fa.fa-cart-arrow-down {
  color: #5bc0de;
}

.chart-label-18 {
  font-size: 18px;
}

#logixerp_wms_putaway_productbarcodewise_left_panel {
  left: inherit !important;
}

#wmsmaster_put_away_submit_form_product_wise {
  width: auto !important;
  height: auto !important;
}

#wmsmaster_put_away_submit_form {
  width: auto !important;
  height: auto !important;
}

.pad-10 {
  padding: 10px 0px;
}

.pad-15 {
  padding: 15px 0px;
}
.pad-14 {
  padding: 14px 0px;
}

#logixerp_wms_pick_list_productbarcodewise_left_panel {
  left: inherit !important;
}

#wmsmaster_pick_list_form_product_wise {
  width: auto !important;
  height: auto !important;
}

#wmsmaster_pick_list_submit_form {
  width: auto !important;
  height: auto !important;
}

.padd-10 {
  padding: 10px 0;
}

.border-1px {
  border: 1px solid #dadada;
}

/************Reset password for manage mobile account css *************/

.reset-pass-mobile .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
}

.reset-pass-mobile .switch input {
  display: none;
}

.reset-pass-mobile .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.reset-pass-mobile .slider.round {
  border-radius: 34px;
}

.reset-pass-mobile .slider.round:before {
  border-radius: 50%;
}

.reset-pass-mobile .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.reset-pass-mobile input:checked+.slider {
  background-color: #337ab7;
}

.reset-pass-mobile input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.reset-pass-mobile input:checked+.slider:before {
  -webkit-transform: translateX(68px);
  -ms-transform: translateX(68px);
  transform: translateX(68px);
}

.reset-pass-mobile .on {
  display: none;
}

.reset-pass-mobile .on,
.reset-pass-mobile .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

.reset-pass-mobile input:checked+.slider .on {
  display: block;
}

.reset-pass-mobile input:checked+.slider .off {
  display: none;
}

.reset-pass-mobile-text {
  padding-left: 5px;
  font-weight: 800;
  display: inline-block;
  padding-top: 9px;
}


/************New Table UI *****************/

.table-no-bordered {
  border: 1px solid #eaeaea;
}

.table-no-bordered>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #dadada;
}

.dropdown-custom .dropdown-menu {
  min-width: 115px !important;
  left: inherit;
  right: 27px;
  border-radius: 0px;
  font-size: 13px;
  text-align: center;
  padding: 4px 4px;
  border: 1px solid #ccc;
}

.dropdown-custom .dropdown-menu>li {
  border-bottom: 1px solid #eaeaea;
}

.dropdown-custom .dropdown-menu>li:nth-last-child(1) {
  border-bottom: none;
}

.dropdown-custom .dropdown-menu>li>a {
  color: #000;
  padding: 6px 0px;
}

.dropdown-menu-custom {
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(0.9, 0.7) translateY(-20px);
  display: block;
  transition: all 80ms ease;
}

.open>.dropdown-menu-custom {
  transform: scale(1, 1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dot-style-custom {
  font-size: 14px !important;
  color: #838383;
}

.btn-save-blue {
  background: #6380A6 0% 0% no-repeat padding-box;
  border-radius: 3px;
  width: 94px;
  height: 28px;
  color: #fff;
}

.btn-cancel-gray {
  border: 1px solid #6380A6;
  border-radius: 3px;
  width: 94px;
  height: 28px;
  color: #6380A6;
  background-color: transparent;
}

.custom-middle-content-panel {
  min-height: 465px;
}

.more-details {
  text-align: right;
  color: #2B7893;
  width: 89px;
  height: 17px;
  float: right;
  font-size: 12px;
  text-decoration: underline;
}

.border-right {
  border-right: 1px solid #cacaca;
}

.width-20 {
  width: 20% !important;
}

.more-details-panel input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}


/* Accordion styles */

.more-details-panel .tabs {
  overflow: hidden;
}

.more-details-panel .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.more-details-panel .tab-label {
  display: block;
  padding: 4px 4px;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  color: #2B7893;
  text-align: right;
}

.more-details-panel .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  transition: all 0.35s;
}

.more-details-panel .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.more-details-panel .tab-close:hover {
  background: #1a252f;
}

.more-details-panel input:checked+.tab-label::after {
  transform: rotate(90deg);
}

.more-details-panel input:checked~.tab-content {
  max-height: 100vh;
  padding: 4px 4px;
}

.more-details-panel li {
  font-size: inherit;
  color: #000;
  margin-bottom: 10px;
}

.list-style-text {
  min-width: 250px !important;
}

.more-details-panel .invoice-more-title {
  min-width: 40px;
  display: inline-block;
}

.btn-generate-custom {
  min-width: 100px;
  height: 28px;
  background: #FF2A2A 0% 0% no-repeat padding-box;
  color: #fff;
  border-radius: 4px;
}

.btn-generate-custom:hover {
  color: #fff;
}

.btn-blue-custom {
  height: 28px;
  background: #6380A6 0% 0% no-repeat padding-box;
  border-radius: 3px;
  color: #fff !important;
  min-width: 80px;
}

.btn-cancel-custom {
  height: 28px;
  background: #fff 0% 0% no-repeat padding-box;
  color: #6380A6;
  border-radius: 3px;
  min-width: 105px;
  border: 1px solid #6380A6;
}

.btn-blue-custom:hover {
  color: #fff;
}

.blue-clr-icon {
  color: #6380A6;
  background: #fff;
  border-radius: 100%;
}

.border-bottom-shadow {
  margin-top: 15px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 1px #dadada;
}

.gray-out {
  background-color: #BBBBBB;
  border-radius: 3px;
  color: #fff;
}

.card-custom-style {
  background: #f0f0f0 !important;
  margin-top: 10px;
  box-shadow: none !important;
  border-top: 1px solid #fff;
  float: left;
}

.panel-inner-detail {
  padding: 15px 0;
  float: left;
}

.table-total-cust-style {
  background: #dadada;
  padding: 5px 0 !important;
}

.dropddown-menu-open-top {
  background: #6380A6 !important;
  right: 0 !important;
  left: auto;
  margin: 0 !important;
  min-width: 100px;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 2px !important;
}

.dropddown-menu-open-top li {
  text-align: center;
  padding: 4px 2px;
  border-bottom: 1px solid #cacaca;
}

.dropddown-menu-open-top li:nth-last-child(1) {
  border-bottom: none !important;
}

.dropddown-menu-open-top li a {
  color: #fff !important;
}

.width-50 {
  width: 50%;
}

.width-7 {
  width: 7%;
}

.width-25 {
  width: 25%;
}

.width-24 {
  width: 24%;
}

.mr-20 {
  margin-right: 20px;
}

.more-detail-ul-style {
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 18px;
}

.invoice-more-content {
  color: #6B6B6B;
}

.border-btm-pad-btm {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.width-50-md-screen{width:50%;} 
.width-40-md-screen{width:40%;} 
.width-15-md-screen{width:15%;} 
.width-20-md-screen{width:20%;} 
.width-8-md-screen{width:8%;} 
.mar-right-5-md-screen{margin-right:5px !important;}
.mar-left-5-md-screen{margin-left:5px !important;}
.md-screen-scan-bar-code{width:15% !important;}
.cus-display-block{font-size:9px;}
.width-30 {
  width: 30%;
}

.pad-5 {
  padding: 5px 0;
}

.pad-lt-5px {
  padding: 5px 5px;
}

.pad-left-right-15 {
  padding: 5px 15px;
}

.clr-black {
  color: #000 !important;
}

.cust-dropdown-style {
  min-width: 700px !important;
  padding: 10px 10px !important;
}

.mytablestyle {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.custom-select-picker {
  background: #6380a6;
  color: #fff;
  border: 1px solid #6380a6;
  padding: 5px 10px;
  font-size: 13px;
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg") format("svg");
}

select {
  font-family: FontAwesome;
}

.cust-td-style {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.border-right-padding {
  border-right: 1px solid #ccc;
}

.right-padding {
  padding: 10px 2px;
}

.border-left-padding {
  border-left: 1px solid #ccc;
  height: 85px;
}

.selected-clr-blue {
  color: #2B7893;
  font-weight: 700;
}

.btn-download-custom {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #6380a6;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-size: 13px;
}

.btn-download-custom:hover,
.btn-download-custom:focus,
.btn-download-custom:active {
  color: #6380a6 !important;
}

.icon-blue {
  color: #3b78c8;
}

.cust-inline-block {
  display: inline-block;
}

.custom-error-message {
  color: #3ab4a9;
}

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

.custom-export-btn .dropdown-toggle {
  height: 30px;
}

.custom-export-btn .btn {
  padding: 4px 12px !important;
  border-radius: 0px !important;
  color: #4c617d;
}

.custom-export-btn .dropdown-menu>li {
  border-bottom: 1px solid #dadada;
}

.custom-export-btn .dropdown-menu {
  margin: 0px 0px !important;
  border-radius: 0px !important;
  text-align: center !important;
  font-size: 12px;
  min-width: 151px !important;
}

.custom-export-btn .dropdown-menu>li:nth-child(2) {
  border-bottom: none !important;
}

.custom-export-btn .dropdown-menu>li>a {
  padding: 5px 0px !important;
  color: #4c617d !important;
}

.custom-table-style .table th {
  background-color: transparent;
  font-weight: 500;
  color: #302424;
  font-size: 14px;
  padding: 15px 8px !important;
}

.custom-table-style table>tbody>tr>td {
  color: #675c5c;
  font-weight: 400;
  font-size: 13px;
  padding: 14px 8px !important;
}

.custom-export-btn .btn-default:hover {
  color: #4c617d;
  background-color: transparent !important;
  border-color: #dadada !important;
}

.no-clr-white {
  color: #212529 !important;
}

.custom-table-bordered tbody tr:hover {
  background-color: #fff;
}

.table__button-group {
  visibility: hidden;
  -webkit-transition: visibility 0.06s ease-in;
  transition: visibility 0.06s ease-in;
}

.table__button-group a {
  text-decoration: none;
  color: #1077ca;
  font-size: 13px;
  font-weight: normal;
}

.table__button-group a:hover {
  color: #1077ca;
  opacity: 0.75;
}

.custom-table-bordered tr:hover>td .table__button-group {
  visibility: visible;
}

.cust-set-all-checkbox {
  position: absolute;
  top: -2px;
}

.btn-edit {
  background: #fff !important;
  color: #429be2 !important;
  min-width: 70px;
  text-align: center;
  padding: 3px 0px;
  font-size: 13px;
}


/********** style plus icon and dropdown Vehicle make ****************/

.plus-icon {
  float: right;
  position: absolute;
  right: -8px;
}

.custom-select-picker-css {
  background: transparent;
  color: #424242;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
}

.custom-blue-btn-row {
  background: #6380a6;
  padding: 4px 15px;
  margin-left: 20px;
  color: #fff !important;
}

.custom-blue-btn-row:hover {
  background: #1077ca !important;
  color: #fff !important;
}

.cust-style-dropdown-menu li label {
  padding: 1px 5px !important;
  font-size: small;
}

.cust-style-dropdown-menu .dropdown-actions {
  background: #f8f8f8 !important;
  width: 100%;
  padding: 5px 0;
}

.cust-style-dropdown-menu .btn-add-custom {
  margin-top: 0px;
}

.dropdown-filter label {
  font-weight: 400;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-filter label:hover,
.dropdown-filter label:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-filter label input[type=checkbox],
.dropdown-filter label input[type=radio] {
  margin-right: .5em;
}

.dropdown-actions {
  margin-top: 5px;
  margin-left: 10px;
}

.custom-transtion-effect {
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

.cust-style-dropdown-menu {
  left: auto !important;
  right: -2px;
}

.cust-modal-header {
  background: #6380a6;
  color: #fff;
}

.cust-modal-dialog {
  top: 50%;
  overflow: initial;
}

.cust-modal-footer {
  border-top: none;
  background: #f8f8f8;
}

.btn-cust-blue {
  color: #fff;
  background-color: #6380a6;
  border-color: #6380a6;
  padding: 6px 20px;
}

.btn-cust-blue:hover,
.btn-cust-blue:active,
.btn-cust-blue:focus {
  color: #fff;
  background-color: #6380a6;
  border-color: #6380a6;
  padding: 6px 20px;
}

.modal-backdrop {
  left: inherit;
}

#neo_operating_dashboard {
  overflow: auto !important;
}

.read-more-content {
  display: none;
  padding-top: 20px;
}

.read-more {
  display: block;
  margin-top: 8px;
  text-align: center;
}

.angle-up {
  content: "\f106";
}

.angle-up::after {
  content: "\f106";
  position: absolute;
  margin-left: 5px;
  font-size: 14px;
  font-family: FontAwesome;
}

.angle-down {
  content: "\f107";
}

.angle-down::after {
  content: "\f107";
  position: absolute;
  margin-left: 5px;
  font-size: 14px;
  font-family: FontAwesome;
}

.responsive-table-ul {
  margin-bottom: 0px;
}

.responsive-table-ul li {
  border-radius: 2px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10px; */
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

.responsive-table-ul-white-background .table-row {
  background: #fff !important;
  border: 0;
  box-shadow: 0px 4px 5px #dadada;
  padding: 0px;
}

.pad-inner-10px {
  padding: 10px 10px;
}

.responsive-table-ul-white-background .table-row .waybill-style-text {
  min-width: 65px !important;
}

.responsive-table-ul .table-header {
  background-color: #95a5a6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.responsive-table-ul .table-row {
  background-color: #f9f9f9;
}

.responsive-table-ul .table-row .waybill-style-text {
  color: #888888;
}

.responsive-table-ul .col-1 {
  flex-basis: 8.33333333%;
  float: left;
}

.responsive-table-ul .col-2 {
  flex-basis: 21%;
  float: left;
}

.responsive-table-ul .col-3 {
  flex-basis: 25%;
  float: left;
}

.responsive-table-ul .col-5 {
  flex-basis: 60%;
  float: left;
}

.responsive-table-ul .col-8 {
  flex-basis: 65%;
  float: left;
}

.responsive-table-ul .col-6 {
  flex-basis: 70%;
  float: left;
}

.border-right-1px {
  border-right: 1px solid #b6b6b6;
  height: 55px;
}

.border-right {
  border-right: 1px solid #bababa;
}

.ft-size-10px {
  font-size: 10px;
}

.panel-title a:after {
  font-family: Fontawesome;
  content: '\f077';
  float: right;
  font-size: 10px;
  font-weight: 300;
  padding-left: 4px;
}

.panel-title-filter a:after {
  float: inherit;
}

.panel-title a.collapsed:after {
  font-family: Fontawesome;
  content: '\f078';
}

.tabbable-panel {
  border: none;
  padding: 0px;
}

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: none;
  margin-right: 0;
  color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 2px solid rgb(80, 144, 247);
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 2px solid #32465B;
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: none;
  padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

.logixerp-dashboard-tabbable-panel {
  box-shadow: 1px 2px 5px #cacaca;
}

.logixerp-dashboard-tabbable-line {
  padding-bottom: 10px;
}

.logixerp-dashboard-tabbable-line li {
  font-size: 1.5em;
}

.logixerp-dashboard-tabbable-line .nav-tabs>li>a {
  padding: 10px 15px !important;
  font-size: 16px;
}

.logixerp-dashboard-tabbable-line>.nav-tabs>li.active {
  border-bottom: 2px solid rgb(80, 144, 247) !important;
}

.logixerp-dashboard-tabbable-line .nav-tabs>li>a::after {
  background: none;
}

.logixerp-dashboard-tabbable-line>.nav-tabs>li.active>a>i {
  color: rgb(80, 144, 247);
}

.logixerp-dashboard-tabbable-line>.tab-content {
  padding: 15px 10px;
}

.refresh-glyphicon {
  top: 3px !important;
}

.more-waybill-detail-div .panel {
  margin-bottom: 5px !important;
}

.more-waybill-detail-div .panel-group {
  margin-bottom: 0px !important;
}

.more-waybill-detail-div .panel-heading {
  border-bottom: 0px !important;
  padding: 8px 5px !important;
  background-color: transparent !important;
  border-color: none !important;
}

.more-waybill-detail-div .panel-title {
  font-size: inherit;
  color: #337ab7 !important;
}

.more-waybill-detail-div .panel-title a {
  margin-right: 5px;
  color: #337ab7 !important;
  font-size: 12px;
}

.more-waybill-detail-div .panel-title a:after {
  font-size: 12px;
  font-weight: 400;
  float: inherit;
  margin-left: 5px;
}

.more-waybill-detail-div .panel {
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.width-100 {
  width: 100%;
}

.width-85 {
  width: 85% !important;
}

.more-waybill-detail-div .panel-body {
  padding: 10px 5px;
  border-top: none !important;
}

.more-waybill-detail-div .nav>li>a {
  padding: 0px 10px;
}

.collapse-custom-panel .nav li {
  border-top: none !important;
  border-bottom: none !important;
}

.collapse-custom-panel .nav-tabs>li>a::after {
  bottom: -8px;
}

.collapse-custom-panel .tabbable-line>.nav-tabs>li>a {
  color: #b6b6b6;
  font-size: 13px;
}

.table-layout-fixed {
  table-layout: fixed
}

.custom-export-btn .btn-default:hover {
  color: #4c617d;
  background-color: transparent !important;
  border-color: #dadada !important;
}

.no-clr-white {
  color: #212529 !important;
}

.btn-custom-export-style {
  border-color: #b6b6b6 !important;
  border-radius: 2px;
  margin-top: 8px;
  color: #337ab7 !important;
}

.btn-custom-export-icon {
  margin-top: 8px;
  border-radius: 2px;
  color: #337ab7 !important;
  padding: 0px 0px 0px 15px;
  box-shadow: 0px 0px 3px #dadada !important;
  font-size: 13px;
}

.sidebar-nav {
  width: auto !important;
  position: inherit !important;
}

.waybill-consinor-consignee-text-style {
  display: inline-block;
  margin-left: 69px;
  margin-top: -15px;
}

.waybill-tab-detail .sidebar-nav li a {
  color: #000;
}

.waybill-tab-detail .navbar-default .navbar-nav>li.active,
.navbar-default .navbar-nav>.active>li:focus,
.navbar-default .navbar-nav>.active>li:hover {
  background-color: #7fd5d7 !important;
  color: #000;
}

.blue-background {
  background: #6380a6;
}

.blue-text-color {
  color: #3573d8;
}

.blue-dark-background {
  background: #3573d8;
}

.download-icon-button-style {
  margin-right: -10px;
  padding: 8px 5px;
  margin-left: 10px;
}

.border-bottom-1px {
  border-bottom: 1px solid #b6b6b6;
}

.waybill-tab-detail .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #555;
}

.btn-download-custom {
  border-color: #b6b6b6;
  padding: 1px 10px;
  border-radius: 0px;
  color: #6380a6;
}

.responsive-table-ul-sky .waybill-style-text {
  min-width: auto;
}

.waybill-style-text {
  color: #888888;
  display: inline-block;
  min-width: 110px;
  font-size: 13px;
}

.min-width-text {
  min-width: 130px;
}

.min-width-text {
  min-width: 130px;
}

.header-style-text {
  color: #888888;
  display: inline-block;
  min-width: 70px;
}

.waybill-service-text {
  min-width: 50px;
}

.logixerp-gray-background {
  padding: 10px 0px;
  background: #fafafa;
  box-shadow: 0px 2px 5px #DADADB;
}

.logixerp-table-header {
  background: #ecebeb;
  padding: 8px 8px !important;
  color: #060606;
}

.logixerp-table-header-background {
  background: #ecebeb;
  padding: 8px 0;
  color: #060606;
}

.logixerp-table-header label {
  font-weight: 700 !important;
  font-size: 14px;
}

.logixerp-table-header-custom {
  padding: 10px 15px;
  background: #fafafa;
}

.logixerp-table-header-custom label {
  margin-top: 0px;
}

.line-height-20px {
  line-height: 20px;
}

.street-box {
  max-height: 80px;
}

.blue-icon {
  color: #6380a6 !important;
}

.current-active,
.tab-active:hover,
.current-active,
.tab-active:active,
.current-active,
.current-active a,
.tab-active:focus {
  background-color: #7fd5d7 !important;
  color: #555;
}

.waybill-panel-title {
  padding: 8px 0px !important;
  border-bottom: 0px !important;
}

.waybill-panel-title .panel-title {
  font-size: 1em;
  color: #337ab7;
  padding: 0px 0px !important;
  font-weight: normal;
}

.long-arrow-right {
  font-size: 26px !important;
}

.waybill-tab-detail .navbar {
  border-top: 0px !important;
  margin-bottom: 0px;
}

.pod_view_icon_active_new {
  background-image: url('../image/view_podnew_icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  cursor: pointer;
  margin-right: 0px;
  height: 40px;
}

.waybill-style-text-serach {
  display: inline-block;
  min-width: 50px !important;
}

.text-min-width-65 {
  min-width: 65px !important;
}

.text-min-width-90 {
  min-width: 89px !important;
}

.text-min-width-105 {
  min-width: 105px !important;
}

.input-group-custom .form-control {
  width: 100%;
  float: right !important;
  border-radius: 0px;
  box-shadow: none !important;
  color: #6380a6 !important;
}

.input-group-custom .input-group-addon {
  padding: 4px 4px;
  background-color: transparent;
  border: none !important;
}

.text-orange {
  color: #f18949 !important;
}

.text-green {
  color: #41d800 !important;
}

.text-fuchsia {
  color: #F012BE !important;
}

.text-light-blue {
  color: #3c8dbc !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-yellow-light {
  color: #f0d000 !important;
}

.text-yellow-extra-light {
  color: #febb61 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-red-dark {
  color: #ff0000 !important;
}

.text-blue {
  color: #0073b7 !important;
  font-size: 14px
}

.text-black {
  color: #111 !important
}

.pickup-node {
  background-image: url('../image/Pickup.png');
}

.email-node {
  background-image: url('../image/Email.png');
}

.sms-node {
  background-image: url('../image/SMS.png');
}

.notes-node {
  background-image: url('../image/Notes.png');
}

.operation-node {
  background-image: url('../image/Operation.png');
}

.sms-node-mobile {
  background-image: url('../image/SMS2.png');
}

.vocie-call-node {
  background-image: url('../image/Voice_Call.png');
}

.cancelled-node {
  background-image: url('../image/Cancelled.png');
}

.intransit-node {
  background-image: url('../image/In_Transit.png');
}

.hold-node {
  background-image: url('../image/Hold.png');
}

.lost-node {
  background-image: url('../image/Lost.png');
}

.grey {
  background-color: rgba(201, 201, 201, 1);
}

.order-track {
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  height: auto;
  margin-bottom: 20px;
}

.order-track-step:last-child {
  overflow: hidden;
  min-height: 4rem;
}

.order-track-text .via-mobile {
  background-color: #ecebeb;
  padding: 4px 6px;
  font-size: 10px;
  color: #8d8d8d;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.9rem;
  position: relative;
}

.order-track-status-dot {
  display: block;
  width: 28px;
  height: 28px;
}

.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}

.order-track-text-stat {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 16px;
}

.order-track-text-sub-block {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.order-track-text-sub {
  color: #060606;
}

.order-track-text-sub-block-body {
  color: #888888;
  word-break: break-word;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

.notes-content {
  background-color: #fafafa;
  height: auto;
  padding: 15px 15px;
  float: left;
}

.custom-list-mail-item {
  border: 1px solid #e2e2e2;
  padding: 5px 5px;
  color: #060606;
  font-size: 12px;
  margin-top: 10px;
}

.custom-list-add-item {
  border: 1px solid #e2e2e2;
  padding: 3px 5px;
  color: #060606;
  margin-top: 0px;
  background: #ecebeb;
  width: 16%;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.custom-list-filter-item{
  text-align: left;
  float: left;
  border: none;
  margin-top: 0;
  background-color: #EBF4FD;
  border-radius: 5px;
  margin-left: 5px;
  padding: 10px 10px;
  font-size: 14px;
  width: 23%;
  margin-bottom: 10px;
}
.remove-content::after {
  position: absolute;
  right: 10px;
  content: 'Remove';
  color: #6380a6;
  font-style: normal;
  font-size: 12px;
}

.remove-content-icon::after {
  position: absolute;
  right: 5px;
  content: '\f00d';
  color: #bebebe;
  font-style: normal;
  font-size: larger;
  font-family: FontAwesome;
}

.docket-delivered-style {
  color: #29B35D;
  font-weight: 600;
  font-size: 14px;
}

.docket-intransit-style {
  color: #F2A81D;
  font-weight: 600;
  font-size: 14px;
}

.docket-rto-style {
  color: #1F6BEB;
  font-weight: 600;
  font-size: 14px;
}

.docket-rto-delivered-style {
  color: #971DE9;
  font-weight: 600;
  font-size: 14px;
}

.sidenav {
  background-color: #111;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 0;
  z-index: 1;
}

.sidenav a,
.sidenavR a {
  color: #3d6994;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.sidenav a:hover,
.offcanvas a:focus,
.sidenavR a:hover,
.offcanvas a:focus {
  color: #818181;
}

.sidenav .closebtn,
.sidenavR .closebtn {
  font-size: 24px;
  /* margin-left: 50px; */
  position: absolute;
  right: 10px;
  top: 0;
}

.sidenavR-custom-style {
  padding-top: 20px !important;
}

.no-margin {
  margin-top: 0;
  line-height: inherit;
}

.btn-add-custom {
  background-color: #6380a6;
  color: #fff !important;
  padding: 1px 10px;
  margin-top: 0px;
  border-radius: 1px;
}

.btn-dark-blue-custom {
  background-color: #1E7AF5;
  color: #fff !important;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 14px;
  border: 0;
}

.btn-add-custom:hover,
.btn-add-custom:active,
.btn-add-custom:focus {
  color: #fff !important;
}

.cus-dropdown-menu-right {
  right: -2px;
  left: auto;
  top: 20px;
  border-radius: 2px;
}

.dojoxCheckedMultiSelect .dojoxCheckedMultiSelectWrapper {
  width: 140px !important;
}

.content-height {
  max-height: 400px;
  overflow-y: scroll;
}

.tooltip {
  opacity: 1;
}

a.tooltip {
  position: relative;
}

a.tooltip:hover {
  text-decoration: none;
}

a.tooltip:after {
  content: attr(tip);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  line-height: 18px;
  color: #424242;
  width: 160px;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #eeeeee;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .65);
  position: absolute;
  top: -23px;
  left: -10px;
  display: none;
}

a.tooltip:before {
  z-index: 1000;
  position: absolute;
  content: "";
  top: 15px;
  left: 0px;
  border-right: 7px transparent solid;
  border-left: 7px transparent solid;
  display: none;
}

a.tooltip:hover {
  z-index: 1000;
  position: relative;
  color: #8325f7;
}

a.tooltip:hover:after {
  display: block;
}

a.tooltip:hover:before {
  display: block;
}

#logixerp-discount-contract-table-detail {
  position: relative;
  overflow: initial;
  display: inline-block;
}

#logixerp-discount-contract-table-detail table td {
  position: relative;
}

.popover__content {
  position: absolute;
  left: 0;
  transform: translate(0, 10px);
  background-color: #eeeeee;
  padding: 10px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 150px;
  top: 20px;
  opacity: 0;
  display: none;
  max-height: 300px;
  overflow: auto;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eeeeee transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.charge-list:hover .popover__content {
  z-index: 10;
  opacity: 1;
  display: block;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__content .popover__message {
  line-height: 24px;
  border-bottom: 1px solid #ccc;
}

.discount-contract-header {
  background: #fafafa;
  height: 45px;
  padding: 10px 0;
}

.error-message-custom {
  color: #1e9494;
  text-align: center;
  font-size: 14px;
}

.btn-export-transparent {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fafafa;
}

.gray-header-background {
  background: #fafafa;
  padding: 25px 10px;
}

.gray-background {
  background: #fbfbfb;
}

.border-gray {
  border:2px solid #dadada;
  border-radius:5px;
}

/**********Uplaod file style start here ****************/

.upload-file-header {
  background: #fafafa;
  box-shadow: 0px 5px 5px #dadada;
  height: 80px;
  padding: 20px 0;
}

.sample-file-text {
  color: #00a8af;
  font-size: 13px;
  display: inline-block;
}

.display-block-style {
  display: block;
}

.FilterError-text-css {
  color: #0000009c;
}

.error-content .date-content-styling {
  color: #aaa3a3;
  font-weight: 600;
}

.error-content .typeError-text-css {
  font-weight: 600;
}

.error-content .border-css {
  border-bottom: 2px solid #ececec;
  padding-bottom: 5px;
}

.background-css {
  background-color: #f8f8f8;
  padding: 8px 8px;
  border-left: 2px solid #ddd;
  height: 100%;
}

.select-box-style {
  padding-right: 45px;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-top: -8px;
}

.api-error-heading-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn--browse {
  border: 1px solid #b6b6b6;
  border-radius: 0px 0px;
  background-color: #fff;
  color: #337ab7 !important;
  height: 33px;
  padding: 4px 4px;
}

.upload-file-header-main {
  background: #fafafa;
  box-shadow: 0px 5px 5px #dadada;
  height: 80px;
  /* padding: 10px; */
  margin: 5px;
  width: 99%;
}

.sample-file-text {
  color: #00a8af;
  font-size: 13px;
  display: inline-block;
}

.display-block-style {
  display: block;
}

.f-input {
  height: 34px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  width: 75%;
  max-width: 225px;
  padding: 0 14px;
}

.upload-file-text {
  display: inline-block;
  color: #337ab7;
}

.btn--browse-main {
  border: 1px solid #b6b6b6;
  border-radius: 0px 0px;
  background-color: #fff;
  color: #337ab7 !important;
  height: 19px;
  padding: 0px 1px;
}

.tab {
  overflow: hidden;
  background-color: #ffff;
  width: 100%;
}


/* Style the buttons inside the tab */

.tab button {
  margin-top: 5px;
  background-color: inherit;
  float: left;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 8px 40px;
  transition: 0.3s;
  font-size: 14px;
  margin-left: 2px;
  margin-bottom: 1px;
  /* border: 1px solid #efefef; */
  box-shadow: 4px 6px 7px 5px #efefef;
}

.tab .tablinkscustom {
    margin-left: 13px !important;
    margin-top: 5px;
    background-color: inherit;
    float: left;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 11px 34px;
    transition: 0.3s;
    font-size: 13px;
    margin-left: 2px;
    font-weight: bold;
    color: black;
    background: #f1f1f1;
    margin-bottom: 1px;
    box-shadow: 4px 6px 7px 5px #efefef;
}

.tab .tablinkscustom:hover {
  background-color: #6380a6;
  color: white;
}

.tab .tablinkscustom.active {
  background-color: #6380a6;
  color: white;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #4dd4d4;
}


/* Create an active/current tablink class */
.tab button.active,.active-links {
   background-color: #4dd4d4 !important;
}


/* Style the tab content */

.tabcontent {
  border-top: none;
}

.tabContentHead {
  padding: 8px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
  margin-left: 2px;
  background: #efefef85;
  height: 50px;
}

.cyanColor {
  color: #00ABAF;
}

.cyanColor-dark {
  color: #2baaed;
}

.bold-margin {
  margin-left: 11px;
  margin-top: 2px;
  font-weight: bold;
}

.horizontal {
  border-color: #efefef !important;
  margin-top: 54px !important;
  margin-bottom: 0px;
}

.float-left-33 {
  float: left;
  width: 33.33%;
  flex-basis: 25%;
}

.color-dark-blue {
  color: #6380A6;
  font-weight: bold;
}

.tabContentInnerLeft {
  border-right: 1px solid #cdcdcd;
  float: left;
  font-size: 13px;
  padding: 10px 8px 8px;
  width: 100%;
}

.vl {
  float: left;
  border-right: 2px solid #efefef;
  height: 392px;
}

.tabContentInnerRight {
  width: 100%;
  float: left;
}

.servicesContent {
  font-weight: 500;
}

.addContentWrapper {
  background: #ec2a2a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  float: right;
  margin-top: -2px;
  padding: 2px 7px;
}

.servicecheckboxouter {
  font-weight: 100;
  font-size: 12px;
  width: 100%;
}

.servicecheckboxinner {
  padding: 4px 11px;
  width: 243px;
  border-bottom: 1px solid #efefef;
}

.servicecheckboxinner label {
  white-space: nowrap;
  width: 151px;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  position: relative;
}

.addContentWrapperDone {
  background: #6380A6;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-top: -3px;
  padding: 5px 10px;
}

.servicecheckboxinnerCustomer {
  padding: 7px;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.servicecheckboxinnerCustomer:hover,
.servicecheckboxinnerCustomer:active,
.servicecheckboxinnerCustomer:focus {
  background-color: #4dd4d4;
  cursor: pointer;
}

.active {
  cursor: pointer;
}

.servicecheckboxinnerCustomer label {
  cursor: pointer;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.servicecheckboxinnerCustomer a {
  visibility: hidden;
}

.servicecheckboxinnerCustomer:hover a {
  visibility: visible;
}

.sidenav {
  background-color: #111;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 0;
  z-index: 1;
}

.sidenavR {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  padding-top: 30px;
  position: absolute;
  top: -1px;
  transition: .5s;
  width: 0;
  z-index: 999999;
  right: 1px;
  border: none !important;
  box-shadow: 1px 5px 5px 5px #efefef;
}

.sidenav a,
.sidenavR a {
  color: #3d6994;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.sidenav a:hover,
.offcanvas a:focus,
.sidenavR a:hover,
.offcanvas a:focus {
  color: #818181;
}

.sidenav .closebtn,
.sidenavR .closebtn {
  font-size: 24px;
  /* margin-left: 50px; */
  position: absolute;
  right: 10px;
  top: 0;
}

.white-bold {
  background: white;
}

.servicecheckboxouter li.active {
  background-color: #4dd4d4;
}

.tblContentPane {
  display: inline !important;
}

.dropdown-item-custom-contract {
  position: absolute;
  top: 61%;
  left: inherit !important;
  right: 15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 123px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu a:hover {
  color: #6380A6 !important;
}

.dropdown-item {
  font-size: 12px;
  font-weight: bold;
  color: #6380A6 !important;
}

.servicedetailsmessage {
  position: relative;
  top: 171px;
  left: 55px;
  font-size: 12px;
}

.button-alignment {
  border: 1px solid #ffff;
  padding: 6px 10px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.color-darkblue {
  color: #6380A6 !important;
}

.button-alignment-inner {
  background: #6380A6;
  border-radius: 2px;
  color: white !important;
  cursor: pointer;
  padding: 7px 10px;
  position: relative;
}
.button-alignment-inner-custom{
  padding: 3px 10px !important;
}

.custom-button {
  padding: 5px 20px;
  color: white;
  background: #6380A6;
  cursor: pointer;
}

.dropdown-item {
  cursor: pointer;
}

.upload-excel {
  background: white;
  border: 1px solid #efefef;
  padding: 5px 23px;
  color: #6380A6;
  border-radius: 2px;
  padding-left: 12px;
  cursor: pointer;
}

.upload-icon {
  position: absolute;
  right: 118px;
  top: -1px;
  font-size: 16px !important;
  color: #6380A6;
  cursor: pointer;
}

.export-icon {
  position: absolute;
  right: -4px;
  top: -4px;
  font-size: 22px !important;
  color: #478c48;
  cursor: pointer;
}

.filter-icon {
  background: white;
  padding: 8px 20px;
  padding-left: 1px;
  cursor: pointer;
}

.sidenavRForHeight {
  background-color: #eeeeee;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 165px;
  transition: .5s;
  width: 260px;
  z-index: 9999;
  border: none;
  right: 361px;
}

.sidenavRForHeight a,
.sidenavRForHeight a, .volumetric-weight-panel a {
  color: #3d6994;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.sidenavRForHeight a:hover,
.offcanvas a:focus,
.sidenavR a:hover,
.offcanvas a:focus,
.volumetric-weight-panel a:hover {
  color: #818181;
}

.sidenavRForHeight .closebtn,
.sidenavRForHeight .closebtn,
.volumetric-weight-panel .closebtn {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}

.custom-text-boxes {
  border: 1px solid #c7c1c1;
  width: 100%;
  height: 25px;
}

.position-absolute-custom-button {
  position: absolute;
  top: 47%;
  right: 10px;
}

.custom-text-boxes-main {
  border: 1px solid #c7c1c1;
  width: 153px !important;
  height: 17px;
}

.suspended-icon {
  width: 15px;
  height: 15px;
  background: red;
}

.none-suspended-icon {
  width: 15px;
  height: 15px;
  background: green;
}

.custom-button-bottom {
  padding: 3px 20px;
  color: #6380A6;
  background: white;
  cursor: pointer;
}

.width-18-height-18 {
  width: 18px;
  height: 18px;
}

.min-height-custom {
  min-height: 490px;
}

.side-panel-height {
  max-height: 800px !important;
}

.min-height-custom-360 {
  min-height: 350px;
}

#logixerp_dispatch_tripchallan_docket_loading_div {
  width: 100% !important;
  height: auto !important;
}

.actions-bar-filter {
  background: #f8f8f8;
  padding: 5px 0px;
}

.btn-custom-filter-search {
  background: #6380a6;
  color: #fff;
  padding: 0px 12px;
  border-radius: 0px;
  font-size: 12px;
}

.soria .dijitTooltipContainer {
  padding: 0px !important;
  border: 1px solid #dddddd !important;
  border-radius: 5px;
}

.dijitTooltipFocusNode {
  padding: 0px !important;
}


/************left menu panel css ***************/

.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out
}

.sidebar {
  padding-bottom: 10px
}

.sidebar-form input:focus {
  border-color: transparent
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0
}

.sidebar-menu>li>a {
  padding: 12px 5px 12px 15px;
  display: block;
  font-size: 12px !important;
  line-height: 1.42857143;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
  width: 20px;
  color: #fff;
  margin-right: 10px;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
  margin-right: 5px
}

.sidebar-menu>li .badge {
  margin-top: 3px
}

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  color: #fff;
}

.sidebar-menu li>a>.fa-angle-right,
.sidebar-menu li>a>.pull-right-container>.fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  color: #fff;
}

.sidebar-menu li>a>.fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px
}

.sidebar-menu li>a>.fa-angle-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px
}

.sidebar-menu .menu-open>a>.fa-angle-left,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.sidebar-menu .menu-open>a>.fa-angle-right,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sidebar-menu .active>.treeview-menu {
  display: block
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
  white-space: nowrap;
  overflow: hidden
}

.sidebar-menu:hover {
  overflow: visible
}

.sidebar-form,
.sidebar-menu>li.header {
  overflow: hidden;
  text-overflow: clip
}

.sidebar-menu li>a {
  position: relative
}

.sidebar-menu li>a>.pull-right-container {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px
}

.navbar-custom-menu>.navbar-nav>li {
  position: relative
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto
}

.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px
}

.treeview-menu .treeview-menu {
  padding-left: 20px
}

.treeview-menu>li {
  margin: 0
}

.treeview-menu>li>a {
  padding: 5px 5px 5px 12px;
  display: block;
  font-size: 12px
}

.treeview-menu>li>a>.fa,
.treeview-menu>li>a>.glyphicon,
.treeview-menu>li>a>.ion {
  width: 20px;
  color: #fff;
  margin-right: 10px;
}

.treeview-menu>li>a>.pull-right-container>.fa-angle-left,
.treeview-menu>li>a>.pull-right-container>.fa-angle-down,
.treeview-menu>li>a>.fa-angle-left,
.treeview-menu>li>a>.fa-angle-down {
  width: auto
}

.treeview>ul.treeview-menu {
  overflow: hidden;
  height: auto;
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.treeview.menu-open>ul.treeview-menu {
  overflow: visible;
  height: auto
}

.skin-blue .main-header .navbar {
  background-color: #3c8dbc
}

.skin-blue .main-header .navbar .nav>li>a {
  color: #fff
}

.skin-blue .main-header .navbar .nav>li>a:hover,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:hover,
.skin-blue .main-header .navbar .nav .open>a:focus,
.skin-blue .main-header .navbar .nav>.active>a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1)
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff
}

.timeSlotStyle {
  border-radius: 14px;
  border: solid 1px #efefef;
  background: #f3f3f3;
  padding: 8px 8px 8px 8px;
  margin-left: 7px;
  font-size: 12px;
  color: #646464;
  font-weight: bold;
  display:inline-block;
  margin-bottom: 10px;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9
}

.border-maincontentpane {
  border: 1px solid #efefef;
  height: 445px;
  margin-left: 17px;
  margin-top: 10px;
  width: 48% !important;
}

.font-bold-margin {
  margin-left: 5px;
}

.modal-backdrop {
  z-index: -1 !important;
}

.modal {
  position: fixed;
  top: 60px;
}

.uplodCustomFileButton {
  color: #6380A6;
  padding: 8px 14px;
  box-shadow: 1px 0px 10px -1px #1d1c1c4f;
}

.custom-color-button {
  width: 20px;
  border: none;
}

#label-customfilebutton {
  display: none;
}

#label-customfilebuttonFeedback {
  display: none;
}

.browse-button-custom {
  color: #a29c9cde;
  margin-right: 10px;
}

.submitButton_browse {
  background: #6380A6;
  padding: 5px 12px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.border-maincontentpane {
  border: 1px solid #efefef;
  height: 445px;
  margin-left: 17px;
  margin-top: 10px;
  width: 48% !important;
}

#label-customfilebuttonFeedback {
  display: none;
}

.skin-blue .main-header .logo {
  background-color: #367fa9;
  color: #fff;
  border-bottom: 0 solid transparent
}

.skin-blue .main-header .logo:hover {
  background-color: #357ca5
}

.skin-blue .main-header li.user-header {
  background-color: #3c8dbc
}

.skin-blue .content-header {
  background: transparent
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #222d32
}

.skin-blue .user-panel>.info,
.skin-blue .user-panel>.info>a {
  color: #fff
}

.skin-blue .sidebar-menu>li.header {
  color: #4b646f;
  background: #1a2226
}

.skin-blue .sidebar-menu>li>a {
  border-left: 3px solid transparent
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
  color: #fff;
  background: #1e282c
}

.skin-blue .sidebar-menu>li.active>a {
  border-left-color: #3c8dbc
}

.skin-blue .sidebar-menu>li>.treeview-menu {
  margin: 0 1px;
  background: #2c3b41
}

.skin-blue .sidebar a {
  color: #b8c7ce
}

.skin-blue .sidebar a:hover {
  text-decoration: none
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
  color: #8aa4af
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a,
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
  color: #fff
}

.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px
}

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px
}

.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px
}

.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
  background-color: #fff;
  color: #666
}

.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
  border-left-color: #fff
}

.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0
}

.skin-blue.layout-top-nav .main-header>.logo {
  background-color: #3c8dbc;
  color: #fff;
  border-bottom: 0 solid transparent
}

.skin-blue.layout-top-nav .main-header>.logo:hover {
  background-color: #3b8ab8
}

.skin-blue-light .main-header .navbar {
  background-color: #3c8dbc
}

.skin-blue-light .main-header .navbar .nav>li>a {
  color: #fff
}

.skin-blue-light .main-header .navbar .nav>li>a:hover,
.skin-blue-light .main-header .navbar .nav>li>a:active,
.skin-blue-light .main-header .navbar .nav>li>a:focus,
.skin-blue-light .main-header .navbar .nav .open>a,
.skin-blue-light .main-header .navbar .nav .open>a:hover,
.skin-blue-light .main-header .navbar .nav .open>a:focus,
.skin-blue-light .main-header .navbar .nav>.active>a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1)
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff
}

.btn-export-transparent {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fafafa;
}

.upload-file-header-main {
  background: #fafafa;
  box-shadow: 0px 5px 5px #dadada;
  height: 80px;
  margin: 5px;
  width: 99%;
}

.sample-file-text {
  color: #00a8af;
  font-size: 13px;
  display: inline-block;
}

.display-block-style {
  display: block;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9
}

.width-3 {
  width: 3%;
}

.font-weight-bold {
  font-weight: bold;
  color: #777474d9;
}

.font-bold {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-button-bottom {
  padding: 3px 20px;
  /* padding-top: 3px; */
  color: #6380A6;
  background: white;
  cursor: pointer;
}

.horizontal-bottom {
  border-color: #d8d1d159 !important;
  margin-top: 91px !important;
  margin-bottom: 0px;
}

.width-5 {
  width: 5%;
}

.filter-icon {
  min-width: 110px;
  border: 1px solid #6380a6;
  font-size: 1.2em;
  padding: 3px 20px 8px 20px;
}

.height-34 {
  height: 34px;
}

#logixerp_pickupmager_accept_discount_request_charged_form .dijitContentPane {
  height: 100% !important;
  width: 500px !important;
}

#logixerp_pickupmager_accept_discount_request_total_amount_form .dijitContentPane {
  height: 100% !important;
  width: 500px !important;
}

.docket-success-title {
  background: #9bf095;
  padding: 8px 10px;
  height: 40px;
}


/*****************************Email Template New Custom Style********************************/

.email-modal-content {
  width: 100%;
  max-width: 630px;
}

.email-modal-content .modal-title {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.94);
}

.height-25 {
  height: 25px;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9
}

.right-click-icon {
  background: #25d319;
  border-radius: 50px;
  height: 24px;
  width: 24px;
  text-align: center;
}

.error-click-icon {
  background: #ff4b4b;
}

.btn-print-transparent {
  color: #6380a6 !important;
  border: 1px solid #6380a6;
  border-radius: 0px;
  background: #fff !important;
  box-shadow: none;
  box-shadow: none;
  min-width: 110px;
  height: 35px;
}

.docket-error-title {
  background: #ff9999;
  padding: 8px 10px;
  height: 40px;
}

.btn-print-transparent:hover,
.btn-print-transparent:active,
.btn-print-transparent:focus {
  border: 1px solid #6380a6 !important;
  background-color: #6380a6 !important;
  color: #fff !important;
}

.btn-option-dropdown-custom {
  width: 125px;
  background: #fff;
  color: #6380a6;
  border-radius: 0px;
  border-left: 1px solid #b7c5d5;
  padding: 2px 8px;
  border-bottom: 1px solid #b7c5d5;
  border-top: 1px solid #b7c5d5;
  box-shadow: 0px 0px 5px #b7c5d5;
}

.pt-6 {
  padding-top: 6px;
}
.pt-8{
  padding-top: 8px;
}


/*******************Edit the dojo css for resize the form field **************/

.soria .dijitArrowButtonInner {
  width: 13px;
}

.dijitValidationTextBoxError input.dijitValidationInner,
.dijitSelect input,
.dijitTextBox input.dijitArrowButtonInner {
  height: 24px !important;
}

.dijitInputInner {
  background-color: #fff !important;
  height: 22px;
  padding: 0 5px !important;
  font-weight: 400;
  color: #000;
}

.dijitPlaceHolder {
  color: #888;
  padding: 5px !important;
  font-style: normal !important;
}

.soria .dijitSelect,
.soria .dijitTextBox,
.soria .dijitTextArea {
  border: 1px solid #e7e7e7;
  color: #000;
}

.soria .dijitSelect .dijitButtonContents,
.soria .dijitTextArea {
  padding-left: 5px !important;
  padding-top: 3px !important;
  font-weight: 400;
}

.soria .dijitSelect .dijitButtonContents,
.soria .dijitTextBox .dijitButtonNode {
  border-color: #cacaca;
}

.soria .dijitSelect .dijitButtonContents,
.soria .dijitSelect,
.soria .dijitTextBox,
.soria .dijitTextArea {
  background: #fff !important;
}

.soria .dijitInline.dijitTextBox {
  height: 26px;
}

.soria .dijitTooltipDialog {
  outline: 0 !important;
}

.custom-style-footer-pane {
  margin-top: -15px;
}

.btn-group-xs>.btn,
.btn-xs {
  font-size: 13px;
  min-width: 100px;
}

#logixerp_v1 .modifyDojoDropDownButton span.dijitDownArrowButton {
  min-width: 105px;
  padding: 3px 0px 0px 0px !important;
}

.btn-export {
  min-width: 100px;
}

.min-width-100px {
  min-width: 100px !important;
}

.btn-create {
  min-width: 100px;
  outline: 0;
}

.soria .dijitDialog .dijitDialogPaneContent {
  padding: 5px;
  overflow: inherit;
}

.border-less-header tr th {
  border-bottom: 0px !important
}

#logixerp_warehouse_storage_type_div .dojoxCheckedMultiSelectWrapper {
  width: 100% !important;
}

.dijitToggleButton,
.dijitButton,
.dijitDropDownButton,
.dijitComboButton {
  margin: 0.2em 0px;
}

#docket_stock_management_main .main-sidebar {
  background: none !important;
}

.circle-wrapper {
  background: #ccc;
  width: 10px;
  height: 10px;
  color: black;
  border-radius: 50%;
}

.vertical-line-wrapper {
  border-left: 1px solid #ccc;
  height: 120px;
}

.mb-minus-6 {
  margin-bottom: -6px;
}

.circle-inner-wrapper {
  height: 32px;
  width: 80vw;
  background: #efefef82;
  padding: 8px;
}

.font-bold {
  font-weight: bold;
}

.padding-top-40 {
  padding-top: 40px;
}

.vertical-line-inner-wrapper {
  background: #ccc;
  border-radius: 3px;
  padding: 1px 8px;
  color: white;
}

.background-yellow {
  background: #febe47c4 !important;
}

.bottom-padding {
  padding-bottom: 20px;
}

.padding-0 {
  padding: 0px !important;
}

.cust-footer-item-align {
  padding: 3px 0px 3px 3px;
}


/****************New css for fixing UI point***************/

#billing_billingSearch_billingViewDialog .dijitDialogPaneContent {
  overflow: inherit;
}

.breadcrumb-active-style {
  padding: 8px 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb-active-style li {
  display: inline-block;
}

.breadcrumb-active-style>.active {
  color: #777;
}

.breadcrumb-active-style>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.mr-minuus-4 {
  margin-right: -4px;
}

.motal-footer-custom-style {
  padding: 7px 15px !important;
}

.line-height-inherit {
  line-height: inherit !important;
}

.mr-minuus-1 {
  margin-right: -1px;
}

.mr-minuus-2 {
  margin-right: -2px;
}

#logixerp_printing_modal .modal {
  top: -20px !important;
}

#logixerp_printing_modal .modal-header {
  padding: 5px;
}

#logixerp_printing_modal .modal-header {
  padding: 5px;
}

#logixerp_printing_modal_frame_close_button {
  padding: 4px 8px !important;
}

.mr-30 {
  margin-right: 30px;
}

.button-link-align-custom {
  padding: 5px 0px 3px 0px !important;
}

.vertical-align-middle {
  vertical-align: middle;
  display: inline-block;
}

.mr-minuus-3 {
  margin-right: -3px;
}

.mr-minuus-5 {
  margin-right: -5px;
}

.mr-minuus-7 {
  margin-right: -7px;
}

.mt-minus-4px {
  margin-top: -4px;
}

.mt-minus-5px {
  margin-top: -5px;
}

.inner-map-top-panel-list-dashboard {
  height: 44px;
  width: 100%;
  background: #fff;
  z-index: 1000;
  position: absolute;
}

.inner-map-panel-bottom-dashboard {
  z-index: 99999999;
  top: 5px;
  position: absolute;
  background: #fff;
  width: 384px;
  height: 100%;
  right: 0px;
  border-radius: 1px;
  margin-top: -7px;
  animation: slide 2s forwards;
  animation-delay: 0s;
  padding-top: 11px;
  margin-right: -4px;
}

.color-green-padding-12 {
  background: #24c624;
  color: white;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: bold;
}

.width-50-center {
  width: 50%;
  text-align: center;
}

.font-11 {
  font-size: 11px;
}

.font-10-bold {
  font-size: 13px;
  font-weight: bold;
}

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

.vl-main {
  margin-top: 10px;
  border-left: 2px solid #d6d0d0;
  margin-left: 11px;
  height: auto;
  text-align: right;
}

.color-orange {
  color: #ff7600;
}

.font-10-padding-4 {
  font-size: 13px;
  padding-top: 1px;
}

.padding-top-1px {
  padding-top: 1px;
}

.font-12 {
  font-size: 12px;
}

.color-gray {
  color: #888 !important;
}

.color-green {
  color: #19dc19;
}

.color-purple {
  color: blueviolet;
}

.export-xls-css {
  border: 1px solid #6380A6;
  padding: 5px 14px 5px 14px;
  border-radius: 3px;
  color: #6380A6;
}

.create-button-custom-css {
  color: white;
  background: red;
  font-weight: bold;
  padding: 5px 11px;
}

.img-export {
  width: 18px;
  position: relative;
  right: 0p;
  left: 10p;
  top: -1px;
  right: -17px;
}

.font-sans {
  font-size: 15px;
}

.main-table-bootstrap>table>thead>tr {
  background: #f6f5f5;
  border-bottom: 1px solid #d7d1d1;
}

.main-table-bootstrap>table>thead>tr>th {
  font-size: 12px !important;
  color: black !important;
}

.cursor-pointer {
  cursor: pointer;
}

.sideNavMain {
  background: white !important;
  border: none !important;
  box-shadow: 1px 5px 5px 5px #efefef;
}


/************************New Button spec style start here *******************/

.btn-group-xs>.btn,
.btn-xs {
  font-size: 1.2em;
  padding: 3px 15px 3px 15px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-export-xls {
  background: #fff;
  color: #6380a6;
  min-width: 110px;
  border: 1px solid #6380a6;
  padding: 0;
  height: 31px;
}

.btn-export-xls-large {
  min-width: 140px;
}

.btn-export-pdf {
  background: #fff;
  color: #6380a6;
  min-width: 110px;
  border: 1px solid #6380a6;
  padding: 0;
  height: 31px;
}

.btn-export-upload {
  background: #fff;
  color: #6380a6;
  min-width: 110px;
  border: 1px solid #6380a6;
  padding: 0;
  height: 31px;
  margin-left: 15px;
}

.logixerp-btn-download-all{
  min-width: 130px;
}
.logixerp-upload-file-text-field{
   padding: 5px 0px;
}

.btn-export-upload-large {
  min-width: 160px;
}

.logixerp-export-text-style {
  padding: 4px 0 2px 0;
  display: inline-block;
}

#logixerp_v1 .modifyDojoDropDownButton span.dijitDownArrowButton {
  min-width: 110px;
  border: 1px solid #6380a6;
  height: 31px;
  padding: 3px 0px 0 0;
}

.logixerp-xls-img {
  width: 20px;
}

.export-xls-css {
  border: 1px solid #6380A6;
  padding: 5px 14px 5px 14px;
  border-radius: 3px;
  color: #6380A6;
}

.logixerp-upload-img {
  width: 24px;
}

.create-button-custom-css {
  color: white;
  background: red;
  font-weight: bold;
  padding: 5px 11px;
}

.img-export {
  width: 18px;
  position: relative;
  right: 0p;
  left: 10p;
  top: -1px;
  right: -17px;
}

.logixerp-footer-button {
  color: white;
  background: #6380A6;
  cursor: pointer;
  border-color: 0;
  border-width: inherit;
  font-size: 1.2em;
  border-top: initial;
  height: 30px;
  min-width: 110px;
}

.logixerp-footer-button-small {
  padding: 4px 12px;
}

.logixerp-footer-button-save {
  margin-left: 15px;
}

.main-table-bootstrap>table>thead>tr {
  background: #f6f5f5;
  border-bottom: 1px solid #d7d1d1;
}

.main-table-bootstrap>table>thead>tr>th {
  font-size: 12px !important;
  color: black !important;
}

.cursor-pointer {
  cursor: pointer;
}

.sideNavMain {
  background: white !important;
  border: none !important;
  box-shadow: 1px 5px 5px 5px #efefef;
}

.logixerp-export-dropdown-style {
  right: 20px;
}

.logixerp-no-right-space {
  right: 0px;
}

.logixerp-no-border-top {
  border-top: none;
}

.logixerp-export-dropdown-menu {
  min-width: 110px !important;
}

.logixerp-export-dropdown-menu-large {
  min-width: 135px !important;
}

.logixerp-export-dropdown-menu-item {
  padding: 7px 9px !important;
  color: #6380a6 !important;
}

.logixerp-export-dropdown-pdf-img {
  position: absolute;
  right: 7px;
  top: 4px;
  width: 22px;
}

.logixerp-export-dropdown-pdf-img-second {
  top: 39px;
}

.logixerp-export-dropdown-xls-img {
  position: absolute;
  right: 7px;
  top: 37px;
  width: 22px;
}

.logixerp-export-dropdown-html-img {
  position: absolute;
  right: 7px;
  top: 73px;
  width: 22px;
}

.font-size-medium {
  font-size: 16px;
  font-weight: 400;
  color: #888;
}

.border-radius-2px {
  border-radius: 2px !important;
}

.border-radius-5px {
  border-radius: 5px;
}

.btn-group-sm>.btn,
.btn-sm {
  font-size: 14px;
}

#pickupmanager_createPRButton_and_filter_div .without-border-create-dropdown span.dijitDownArrowButton {
  border: none !important;
}

#logixerp_wmsmaster_storage_unit_and_filter_div .without-border-create-dropdown span.dijitDownArrowButton {
  border: none !important;
}

#wmsinventory_stockReport_header_btn_div .without-border-create-dropdown span.dijitDownArrowButton {
  border: none !important;
}

#logixerp_pickupAndDelivery_pickuprequest_createButton span.dijitDownArrowButton {
  border: 1px solid transparent !important;
  height: 28px !important;
  padding: 2px 0px 0px 0px !important;
}

.logixerp-btn-default-custom-style {
  color: #6380A6 !important;
  background-color: #fff;
  border-color: #6380A6 !important;
}

ul {
  font: inherit !important;
}

.table-responsive {
  overflow-x: initial !important;
  margin-top: 0px !important;
}

.logixerp-btn-filter-slider {
  margin-left: 15px;
  border: 1px solid #6380a6;
  background: #fff;
  color: #6380a6;
  min-width: 110px;
}

/**********************Sales order redesign Ui style start here******************/

.middle-pane-gray-background {
  background-color: #f7f7f7;
  height: 100%;
  position: relative;
}

.logixerp-no-result-inner {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
}

.logixerp-no-result-text {
  margin-top: 90px;
  font-size: 28px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.btn-create-center {
  min-width: 170px;
  height: 40px;
  font-size: 1.4em;
}

.btn-create-center i {
  font-size: smaller;
}

.pb-20 {
  padding-bottom: 20px;
}

.border-bottom-light-gray {
  border-bottom: 1px solid #e2e2e2;
}

.ml-47 {
  margin-left: 47px;
}

.btn-inner-border-layout {
  background: #fff;
  border: 1px solid #6380a6;
  border-radius: 3px;
  color: #6380a6;
  height: 34px;
  min-width: 195px;
}

.btn-inner-border-layout:hover,
.btn-inner-border-layout:active,
.btn-inner-border-layout:focus {
  color: #6380a6 !important;
}

.field-height-10px {
  padding: 10px 0px 10px 0px;
}

.logixerp-status-color {
  color: #00abaf;
  font-weight: 500;
}

.mb-25 {
  margin-bottom: 25px;
}

.logixerp-view-text {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

.custom-table-bordered .logixerp-thead-bg-color {
  background-color: #f7f7f7;
}

.logixerp-total-amount-bg {
  background: #f7f7f7;
  padding: 10px 0;
  font-weight: 700;
}

.logixerp-dot-border {
  border: 1px solid #6380a6;
  padding: 2px 5px;
  display: inline-block;
}

.btn-inner-action {
  background: #fff;
  border: 1px solid #6380a6;
  border-radius: 3px;
  color: #6380a6;
  padding: 6px 12px;
}

.logixerp-inner-link-div {
  margin-top: 10px;
  float: left;
  padding-bottom: 10px;
}

.logixerp-custom-dropdown-item {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75rem 1.5rem;
  font-size: inherit;
  color: #212529;
  font-weight: normal !important;
}

.logixerp-custom-dropdown-menu {
  right: 0px;
  border-radius: 0px;
  right: 0;
  left: inherit !important;
}

.logixerp-custom-dropdown-menu-custom {
  left: -53px !important;
}

.logixerp-custom-dropdown-item:nth-last-child(1) {
  border: none;
}

.logixerp-dropdown-toggle-hover {
  padding: 3px 5px;
}

.logixerp-dropdown-toggle-hover:hover {
  background: #ecebeb;
}

.plr-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-inner-border-layout-small {
  min-width: 120px;
}

.btn-inner-transparent-small {
  min-width: 100px;
}

.logixerp-custom-dropdown-more {
  display: inline-block;
  border: 1px solid #6380a6;
  padding: 13px 15px;
  margin-left: 20px;
  border-radius: 4px;
}

.logixerp-table-responsive-custom-style {
  overflow-x: initial !important;
}

.fa-2x {
  font-size: 20px !important;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 115px;
  overflow: hidden;
}

.text-overflow-min-width {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
}


.multiselect-box-style .dojoxCheckedMultiSelect .dojoxCheckedMultiSelectWrapper {
  width: 320px !important;
}

.rack-img-style {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}

.storage-unit-img-content {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  font-size: 1.2em;
}

.wh-16px {
  width: 16px;
  height: 16px;
}

.text-right {
  text-align: right;
}


/**********************Sales order redesign Ui style End here******************/

.font-16 {
  font-size: 16px;
}

.dropdown-menu-main-item {
  position: absolute;
  top: 100%;
  left: -137px;
}

.font-11 {
  font-size: 11px;
}

.btn-add-custom-diff {
  background-color: #fff;
  color: #6380a6;
  padding: 1px 10px;
  margin-top: 0px;
  border-radius: 1px sol;
  border: 1px solid #6380a6;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Upload';
  display: inline-block;
  color: #6380a6;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #6380a6;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.leaflet-popup-content-wrapper {
  border-radius: 3px 3px 3px 0px !important;
}

.leaflet-popup {
 opacity: 1;
 transform: translate3d(136px, 451px, 0px);
 bottom: 15px !important;
 left: -20px !important;
}

.leaflet-popup-content {
  margin: 5px 10px;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 12%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-close-button {
  display: none;
}

.color-darkgreen {
  color: #69b308;
}

.color-dark-brown {
  color: #6B3F00;
}

.color-yellow {
  color: #e99415de;
}

.font-12-color-gray {
  color: gray;
  font-size: 12px;
}

.font-11-weight-bold {
  font-size: 11px;
  font-weight: bold;
}

.card-height{
height: 210px !important;
																																																																																																																																																																																																																		
}
.text-end{
  text-align: end;
}
.height-auto-background-gray {
  height: auto;
  background: #efefef;
}

.map-actvities-view {
  width: 150px;
  background: white;
  color: #6380A6;
  border: 1px solid #6380A9;
  border-radius: 18px;
  padding: 2px 17px;
  font-size: 14px;
  display: inline-block;
  margin-top: 0px;
}

.map-trip-view {
  width: 150px;
  background: #6380A6;
  color: white;
  border: 1px solid white;
  border-radius: 18px;
  padding: 4px 25px;
  font-size: 14px;
  margin-top: 0px;
}
.button-custom-active{
  width: 110px;
  background: #fff;
  color: #6380A6;
  border: 1px solid #6380A9;
  padding: 2px 17px;
  font-size: 14px;
  display: inline-block;
  margin-top: 0px;
}
.button-custom-active:hover{
  background: #6380A6 !important;
  color: #fff !important;
}
.active-btn-main{
  background: #6380A6 !important;
  color: #fff !important;
}
.button-custom-active:focus{
  border:none !important
}
.nav {
  overflow: hidden;
  background-color: #ffff;
}

/* Style the buttons inside the tab */
.nav button {
    text-align: left;

    background-color: inherit;
    outline: none;
    border: none;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 10px 10px;
    float: none !important;
    transition: 0.3s;
    font-size: 14px;
    margin-left: 2px;

    border: 1px solid #efefef;
    
}


/* Change background color of buttons on hover */

.nav button:hover {
  background-color: #4dd4d4;
}

.vl-nav {
  float: left;
  margin-top: 5px;
  border-right: 2px solid #efefef;
  height: 516px;
}


/* Create an active/current tablink class */

.nav button.active {
  background-color: #4dd4d4;
}

.nav-bar-top {
  padding: 9px;
  background: #6380A6;
  color: #ffff;
  /* text-align: center; */
  margin-top: 5px;
  margin-left: 3px;
  font-family: roboto, sans-serif;
}

.modal-backdrop {
  z-index: -1 !important;
}

.modal {
  position: fixed;
  top: 60px;
}

.uplodCustomFileButton {
  color: #6380A6;
  /* border: 1px solid #6380A6; */
  padding: 8px 14px;
  box-shadow: 1px 0px 10px -1px #1d1c1c4f;
}

.custom-color-button {
  width: 20px;
  border: none;
}

#label-customfilebutton {
  display: none;
}

.browse-button-custom {
  color: #a29c9cde;
  margin-right: 10px;
}

.submitButton_browse {
  background: #6380A6;
  padding: 5px 12px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.border-maincontentpane {
  border: 1px solid #efefef;
  height: auto;
  margin-left: 17px;
  margin-top: 10px;
  width: 44% !important;
}

.leaflet-marker-icon {
  margin-left: -17px !important;
  margin-top: -42px !important;
  width: 22px;
  height: 32px;
  transform: translate3d(755px, -498px, 0px);
  z-index: -498;
}


/****** WMS Stock Take Css Start ******/

.Stock-wise-list {
  color: #888888;
  display: flex;
  font-size: 15px !important;
  font-weight: 500 !important;
  list-style: none;
  margin-bottom: 0;
}

.Stock-wise-list li {
  padding: 17px 15px;
  width: 50%;
}

.Stock-wise-list li a {
  color: #888888;
}

.Stock-take-add-button-css {
  background: #ff2a2a;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 12px;
  outline: 0;
}

.Stock-take-filter-button-css {
  background: #fff;
  border: 1px solid #477dc3;
  border-radius: 3px;
  color: #477dc3;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 12px;
  outline: 0;
}

.Stock-take-add-button-css i {
  color: #fff;
}

.Stock-take-filter-button-css i {
  color: #477dc3;
}

.background-light {
  background: #FAFAFA;
}

.txt-dark {
  color: #0e0e0e !important;
}

.storage-txt-css {
  color: #0e0e0e;
  font-size: 17px;
  font-weight: 400;
  height: 56px;
  padding: 11px 0;
}

.padding-top-bottom-8 {
  padding: 8px 0;
}

.left-sidebar-list {
  border-right: 1px solid #cdcdcd;
  color: #0e0e0e;
  font-size: 14px !important;
  font-weight: 400 !important;
  list-style: none;
  margin: 0;
}

.left-sidebar-list li {
  padding: 10px 15px;
}

.left-sidebar-list li a {
  color: #0e0e0e !important;
}

.left-sidebar-list li i {
  color: #888888;
  float: right;
}

.active-list-bg-css {
  background: #ddd;
}
.active-list-bg-css-for-communication{
  background: #4dd4d4;	
}
#Product_detail_table>thead>tr>th:first-child {
  padding-left: 15px !important;
}
#Product_detail_table>thead>tr>th {
  padding-top: 15px;
  padding-bottom: 15px;
}

#Product_detail_table>tbody>tr>td:first-child {
  color: #1467d5;
  font-weight: 500;
  padding-left: 15px !important;
}

.border-top-css {
  border-top: 2px solid #ddd;
  padding-top: 15px;
}

/* .leaflet-popup-content {
  width: 400px !important;
}

.leaflet-popup {
  bottom: 18px !important;
  left: -35px !important;
  width: 400px !important;
} */

.hr-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px;
}

.light-gray {
  background: #efefef;
}

#logixerp_dispatch_trip_complete_detail .dijitTextArea {
  background: #fff !important;
}

.font-15 {
  font-size: 15px;
}


/***********Overide soria css for new button design**************************/

.soria .dijitButtonNode {
  border: none !important;
  border-bottom: 1px solid #657c9c;
  padding: 5px 15px;
  background: #6380a6 !important;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}

.soria .dijitButtonNode:hover {
  color: #fff !important;
}

.soria .dijitButtonText:hover,
.soria .dijitButtonText:active,
.soria .dijitButtonText:focus {
  color: #fff !important;
}

.soria .dijitComboBox .dijitArrowButtonInner {
  background-position: 2px center;
  border-left: 1px solid #dad5d5;
}

.soria .modifyDojoDropDownButton .dijitButtonNode {
  background: inherit !important;
}

.soria .dijitSelect .dijitArrowButton,
.soria .dijitComboBox .dijitButtonNode {
  background-color: #fff !important;
}

.soria .dijitInputContainer input {
  margin: 1px 1px !important;
}

.soria .dijitSelect,
.soria .dijitTextBox,
.soria .dijitTextArea {
  border: 1px solid #c8c5c5;
}

.soria .dijitCalendarMonthLabel {
  background: #fff !important;
}

.soria .dropdown-tooltip-bg .dijitButtonNode {
  background: #fff !important;
}

.footer-cancel-button a {
  margin-right: 0px;
  margin-top: 14px;
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}

.footer-button-bar a {
  font-weight: 500;
  margin-right: 5px;
  color: #6380a6 !important;
}

.ft-weight-500 {
  font-weight: 500;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-button-bar {
  padding-top: 7px;
  margin-top: 7px;
}

.ft-dark-black {
  color: #000;
  font-weight: 600;
  font-size: initial;
}

#logixerp_marketing_warehouse_contract_rate_form {
  width: 250px !important;
}

#broker_operation_sales_invoice_accounting_form {
  width: 100% !important;
}

#administration_package_type_multiselect_div {
  min-height: 45%;
  max-height: 45%;
}

#pickupmanager_pickup_challan_accounting_form {
  width: 100% !important;
}

.fa-angle-right:hover,
.fa-angle-right:active,
.fa-angle-right:focus {
  color: #fff;
}

.fa-angle-left:hover,
.fa-angle-left:active,
.fa-angle-left:focus {
  color: #fff;
}

.fa-angle-right i before:hover,
.fa-angle-right i before:active,
.fa-angle-right i before:focus {
  color: #fff
}

.fa-angle-left i before:hover,
.fa-angle-left i before:active,
.fa-angle-left i before:focus {
  color: #fff
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.logixplatfrom-icon-img img {
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

.logixerp-dashboard-tabbable-panel::after {
  position: absolute;
  content: '';
  border: 1px solid #e5e5e5;
  right: 176px;
  height: 68%;
  top: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 19px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #59d577;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.carrier-logo img {
  max-width: 12%;
  max-height: 100%;
}

.dijitContentPaneSingleChild {
  overflow: auto !important;
  overflow-x: hidden !important;
}

#account_multiple_mr_workpanel .dijitContentPane {
  overflow: auto !important;
}

.font-size-inherit {
  font-size: inherit !important;
}

.background-tranparent .dijitButtonNode {
  background: #fff !important;
}

.soria .dijitContentPane {
  padding: 0;
  max-width: 100%;
}

.ul-table {
  background: transparent;
}

#rachna_pickup_challan_distance_contract_dialog {
  width: 100%;
  max-width: 500px;
  margin: 0 auto !important;
  right: 0 !important;
  left: 0 !important;
}

.carrier-logo .img-carrier-blank {
  max-width: 75%;
  max-height: 100%;
}

#refund_amount_with_invloces_content_pane2 {
  max-height: 430px !important;
}

#tracking_docket_detail {
  width: 100% !important;
  height: auto !important;
}

#logixerp_tracking_middle_pane {
  width: 100% !important;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none !important;
  border: none !important;
  height: 0px !important;
  width: 0px !important;
}

.flex-inline {
  display: inline-flex;
}


/* Select box component */

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  outline: 0;
}

.select2-search__field {
  border-radius: 2px;
  outline: 0;
}

.logixerp-view-screen-text {
  font-size: 14px;
  font-weight: normal
}

.logixerp-view-screen-text-heading {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin: 0;
}

.logixerp-title-heading {
  font-size: 14px;
  font-weight: 600 !important;
}

.height-48 {
  height: 48px;
}

.margin-top-minus-2 {
  margin-top: -2px;
}

.logixerp-empty-data-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

#logixerp_tracking_waybill_detail_panel .sidebar-nav li {
  text-indent: inherit !important;
}

.field-info {
  margin-top: 5px;
}

.logixerp-first-content-pane {
  border-bottom: 1px solid #eaeaea;
}

.div-table-col label {
  font-weight: 400 !important;
}

.tab_title {
  border-bottom: 1px solid #ececec;
}

input[type=checkbox],
input[type=radio] {
  margin: 0px !important;
}


/**** Organization setting css start ****/

.organization-setting-table>thead>tr>th {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 500;
}

.organization-setting-table>thead>tr>th:last-child>span>button {
  border-radius: 2px;
  outline: 0;
  padding: 0 10px;
}


/**** COD Remittance css start ****/

.btn-outline {
  border-radius: 2px;
  outline: 0;
}

.cod-remittance-detail-btn {
  background: #6380a6;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  height: 30px;
  margin-top: -4px;
  outline: 0;
  padding: 0 15px;
}

.text-violet {
  color: #3a49ff;
}

.custom-image-uplaod-box {
  height: 113px;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.custom-image-uplaod-box input[type=file] {
  width: 100% !important;
  display: -webkit-inline-box !important;
}

.active-btn {
  background: #b0e5e6 !important;
  color: black !important;
}

.active-btn-tracking {
  background: #6380A6 !important;
  color: white!important;
}

.map-actvities-view:hover {
  background: #6380A6 !important;
}

.map-actvities-view:focus {
  border: none !important
}

.ml-25 {
  margin-left: 25px;
}

.leaflet-control-container .leaflet-left {
  position: absolute;
  top: 57px;
}

.logixerp-table-title-header {
  text-align: right;
  background-color: #f7f7f7 !important;
  min-height: 44px;
  font-weight: bold;
}

.margin-left-minus-10px {
  margin-left: -10px !important;
}

.logixerp-view-text {
  color: #888888;
  font-size: 13px;
}

.logixerp-contract-rate-img {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  width: 56px;
  height: 56px;
}

.divider-border {
  border-left: 2px solid #d6d0d0;
  min-height: 225px;
  margin-left: 7px;
}

.middle-content-pane {
  width: 100% !important;
}

.middle-content-pane-gray {
  width: 100% !important;
}

.middle-content-pane-gray form {
  width: 100% !important;
}

.table-overflow-inherit {
  overflow: inherit !important;
}

.series-label {
  margin-top: 0;
}
.bg-cobaltblue{
  background: #2973d8 !important;
}
.bg-cyancolor{
  background: #00c8ab;
}
.bg-darkgreen{
  background: #69b308 !important;
}
.bg-darkYellow{
  background: #eea62d;
}
.bg-lightred{
  background: #ff555a;
}
.bg-limelightBlue{
  background: #4791ff;
}
.bg-violet{
  background: #ae45eb;
}
.logixerp-subheader-heading{
  font-size: 14px !important;
  font-weight: 500;
}
.layout-border-background{
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.img-width-20{
  max-width: 100%;
  width: 20px;
}
.img-width-31{
  max-width: 100%;
  width: 31px;
}
.pos-relative {
  position: relative;
}

.select-box {
  display: flex;
  flex-direction: column
}
.select-box .option-container {
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
  transition: all 0.2s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  order: 1;
  position: absolute;
}

.select-box .option-field,
.selected {
  padding: 10px 15px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

.select-box .option-field:hover {
  background: #5897fb;
  color: #fff
}
.logixerp-subheading{
  font-size: 14px;
  font-weight: 500 !important;
}
input[type=file]{
  border: 1px solid #e6e6e6;	
}
.select-box .option-container.active-box {
  max-height: 240px;
  opacity: 1;
  z-index: 999;
  width: 87%;
  position: absolute;
  margin-top: 36px;
}

.selected {
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
  margin-bottom: 10px;
  text-align: left;
}

.selected:after {
  position: absolute;
  content: "\f078";
  height: 32px;
  width: 32px;
  transition: all ease;
  font-family: FontAwesome;
  right: 10px;
  cursor: pointer
}

.select-box .option-container.active-box+.selected:after {
  transform: rotateX(180deg);
  top: 0
}

.filter-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 6px;
  margin: 10px 0;
  width: 100%;
  outline: 0
}

.datalist-options {
  display: block;
  height: 120px;
  overflow-y: scroll
}

.color-light-gray {
  color: #a7a7a7;
}

.color-black {
  color: #2b2b2b;
}
.background-light-gray{
  background: #f7f7f7 !important;
}
.color-light-blue {
  color: #96a9c3 !important;
}

.color-cyanBlue {
  color: #00ABAF;
}

.btn-outline:focus {
  border: 1px solid black !important;
  border-radius: 3px;
}

.trial-balance-container-box {
  height: 500px;
  border: 2px solid #e2e2e2;
  border-left: none;
  background: #f8f8f8;
}

.verical_horizontal_alignment {
  vertical-align: middle;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-26 {
  margin-left: 26px !important;
}

.margin-minus2 {
  margin-top: -2px;
}

.font-14 {
  font-size: 14px !important;
}

.font-17px {
  font-size: 17px !important;
}


.pt-7 {
  padding-top: 7px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.color-blue {
  color: #41879f !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mlr-10px {
  margin: 0 10px;
}

.dijitCheckBoxInput{
  cursor:pointer;
}

.text-center-bottom{
    width: 89%;
    position: absolute;
    bottom: 0;
}

.mr-25{
  margin-right: 25px;
}
.container-main {
    height: 100vh;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 49px;
    margin-left: 24px;
}

.post {
    width: 97%;
    height: 92px;
}
.post .avatar {
  float: left;
  width: 52px;
  height: 52px;
  background-color: #ccc;
  border-radius: 25%;
  margin: 8px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 600px;
  animation: shine-avatar 2s infinite ease-out;
}
.post .line {
    float: left;
    width: 100%;
    height: 34px;
    margin-top: 13px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;
}
.post .avatar + .line {
  margin-top: 11px;
  width: 100px;
}
.post .line ~ .line {
  background-color: #ddd;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}

.form th {
  font-size: 14px;
  font-weight: 400;
}

.dijitPlaceHolder,
::placeholder {
  color: #888;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
}

.ml-14px {
  margin-left: 14px;
}

.active-cart {
  background-color: #c0d5f2 !important;
  font-weight: 500;
}

.animate-loader {
  animation: rotateLoader 2s linear infinite;
}

.border-0 {
  border: 0 !important;
  border-bottom: 0 !important;
}

.border-layout {
  border: 2px solid #ccc;
  border-radius: 8px;
}

.cart-box-shadow {
  border-radius: 8px;
  box-shadow: 1px 1px 8px #ababab;
}

.nav-cart button {
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  width: 100%;
}

.nav-cart button:hover {
  background-color: #c0d5f2 !important;
}

.img-width-15 {
  width: 15px;
  max-width: 100%;
}

.img-width-18 {
  width: 18px;
  max-width: 100%;
}
.img-width-23px{
  max-width: 100%;
  width: 23px;
}
.img-width-24 {
  width: 24px;
  max-width: 100%;
}
.img-width-65px{
  max-width: 100%;
  width: 65px;
}
.img-width-29 {
  width: 29px;
  max-width: 100%;
}
.img-width-35 {
  width: 35px;
  max-width: 100%;
}
.img-width-95 {
  width: 95px;
  max-width: 100%;
}
.img-transform-180 {
  transform: rotate(180deg);
}
.hidden-visibility {
  visibility: hidden;
}
.max-height-120px {
  max-height: 120px;
  overflow: auto;
}
.max-height-122px {
  max-height: 122px;
  overflow: auto;
}
.minus-ml-5px {
  margin-left: -5px;
}
.minus-mt-1{
  margin-top: -1px;
}
.table-height-65 {
  height: 65%;
  overflow: auto;
}
.table-height-80 {
  height: 80%;
  overflow: auto;
}
.transform-rotate-90 {
  transform: rotate(90deg);
}
.width-4 {
  width: 4%;
}
.width-14 {
  width: 14%;
}
@keyframes rotateLoader {
  100% {
    transform: rotate(360deg)
  }
}
.width-146 {
  width: 146px;
}
.ml-85 {
  margin-left: 85px;
}
.bg-white {
  background: #fff !important;
}
.border-lightGray-top-0 {
  border: 1px solid #ccc;
  border-top: 0 !important;
}
.border-lightGray-bottom-0 {
  border: 1px solid #ccc;
  border-bottom: 0 !important;
}
.custom-table-padding>thead>tr>th:first-child,.custom-table-padding>tbody>tr>td:first-child {
  padding-left: 15px !important;
}
.custom-table-padding>thead>tr>th:last-child,.custom-table-padding>tbody>tr>td:last-child {
  padding-right: 15px !important;
}
.current-activeColor a,.tab-activeColor a {
  color: #0e0e0e !important;
}
.current-activeColor,.tab-activeColor {
  border-bottom: 3px solid #0e0e0e;
  padding-bottom: 17px !important;
  margin-bottom: -1px;
}
/**** Communication service css start ****/
.border-top-gray{
  border-top: 1px solid #cdcdcd;
}
.sidebar-left{
  border-right: 1px solid #cdcdcd;
  color: #0e0e0e;
  cursor: pointer;
  font-size: 14px !important;
  font-weight:400 !important;
  height: 100%;
  list-style: none;
  margin: 0 0 0 -15px;
}
.sidebar-left li{
  margin-right: -1px;
  padding: 15px;
}
.sidebar-left li i{
  color: #888888;
  float: right;
}
.sidebar-left li .show-on-hover{
  opacity: 0;
}
.sidebar-left li:hover .show-on-hover{
  opacity: 1;
}
.current-active-bgColor,.current-active-bgColor label {
  background: #99dedf;
  font-weight: 500;
  margin-right: -2px;
}
.custom-list-add-items {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #0e0e0e;
  display: flex;
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
}
.pad-20 {
  padding: 20px 0px;
}
.remove-list-icon {
  content: "";
  color: #888888;
  cursor: pointer;
  float: right;
  font-size: 22px;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  padding: 0;
  text-align: right;
  width: 18px;
}
.border-right-1px-light-gray{
  border-right: 1px solid #e6e6e6;
}
.border-right-1px-light-gray-full-hight{
  height:100%;
}	
.pad-4{
  padding: 4px 0 !important;
}
.top-36px{
  top: 36px !important;
}
.table-responsive-overflow{
  overflow-x: auto !important;
}

.ml-left-minus-5px{
  margin-left: -5px;
}
.custom-dropdown-position-fixed{
  display: inline-block;
  left: 0;
}
.verticalAlign-bottom{
  vertical-align: bottom;
}
.logixerp-table-custom-height{
  max-height:400px;
}
.mt-150{
  margin-top: 150px;
}
.mt-33{
  margin-top: 33px !important;
}
.btn-link,.btn-link:hover{
  text-decoration: none !important;
}
#logixerp_customer_viewMonthWiseBusiness{
  height:370px !important;
}
#logixerp_customer_viewMonthWiseOrder{
  height:370px !important;
}
.custom-table-border-layout .table{
  border-collapse: unset;
  border-spacing: 0 20px;
}
.custom-table-border-layout .table-border-layout{
  border-top: 2px solid #ccc !important;
  border-bottom: 2px solid #ccc !important;
}
.custom-table-border-layout td:first-child{
  padding: 0 !important;
}
.custom-table-border-layout .table-border-layout:nth-child(2){
  border-left: 2px solid #ccc !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 8px !important;
}
.custom-table-border-layout .table-border-layout:last-child{
  border-right: 2px solid #ccc !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.img-border-black{
  border: 1px solid #555;
}
.img-width-150{
  max-width: 100%;
  width: 150px;
}
.outline-0{
  outline: 0 !important;
}
#logixerp_operation_delivery_challan_form_contentpane_div{
  width: 100% !important;
  height: 100% !important;
}
#operation_delivery_challan_add_form{
  height: 100% !important;
  width: 100% !important;
}
/********************New Shipment Order Action Bar CSS Start here **************/
.shipment-action-bar{
  background-color: #3692d3;
  padding:10px 10px 10px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.shipment-action-bar div{
  text-align: center;
  width:100%;
  height:auto;
  display: grid;
  cursor: pointer;
}
.round-icon-blue{
  background-color: #37a1eb;
  border-radius: 50px;
}
.round-icon-blue:hover,
.round-icon-blue:active
{
  background-color: #b6b6b6;
}
.shipment-action-tooltip-dropdown{
  width: 350px;
  padding: 20px 15px;
  height:200px;
}
.shipment-action-tooltip-dropdown li{
  width:50%;
  float:left;
  padding: 10px 0;
}
.shipment-action-tooltip-dropdown li:hover{
  background-color: #fff !important;
}
.logixerp-dashboard-tabbable-panel::after{
  border:0;
}
.logixerp-tab-panel-line{
  padding-bottom:0px;
}
.logixerp-tab-panel-line > .nav-tabs > li.active{
  background-color: #F5F5F5;
  border-radius: 5px 0px 5px 5px;
}
.logixerp-tab-panel-line .nav-tabs>li>a{
  padding: 10px 20px !important;
}
.logixerp-tab-panel-line > .nav-tabs > li.active > a {
  background-color: #F5F5F5;
}
.logixerp-gray-header{
  background: #f5f5f5;
  color:#454545;
  border-top: 1px solid #d2d2d2;
}
.custom-col-lg-1-width{
  width: 4.85% !important;
}
.logixerp-white-box-shipment-detail{
  padding: 15px 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px #efefef;
  border-radius: 15px;
  margin: 10px 0px;
  border: 1px solid #e6e6e6;
  max-height: 100%;
  height:140px;
}
.logixerp-gray-text-color{
  color: #888888;
}
.border-right-gray{
  border-right: 1px solid #e6e6e6;
}
.border-left-gray{
  border-left: 1px solid #e6e6e6;
}
.img-max-width-height-100{
  max-width: 100%;
  max-height: 100%;
}
.logixerp-waybill-status-type-color{
  color: #fff;
  border-radius:0px 0px 0px 10px;
}
.waybill-status-common-style{
  width: 100%;
  padding: 5px 5px;
}
.waybill-INTRANSIT-style{
  background-color: #F6C646;
}
.waybill-OUTFORDELIVERY-style{
  background-color: #F6C646;
}
.waybill-DELIVERED-style{
  background-color: #87D27F;
}
.waybill-DELIVEREDTOCARRIER-style{
  background-color: #87D27F;
}
.waybill-ATWAREHOUSE-style{
  background-color: #619FFC;
}
.waybill-OUTFORPORT-style{
  background-color: #F6C646;
}

.waybill-UNDELIVERED-style{
  background-color: #FF2100;
}
.waybill-ATORIGIN-style{
  background-color: #619FFC;
}
.waybill-RTODELIVERED-style{
  background-color: #87D27F;
}
.waybill-CANCELLED-style{
  background-color: #FF2100;
}
.waybill-PARTIALDELIVERED-style{
  background-color: #F6C646;
}
.waybill-RTO-style{
  background-color: #00E3F3;
}

.waybill-instock-style{
  background-color: #F27360;
}
.waybill-DATARECEIVED-style{
  background-color: #619FFC;
}
.waybill-RESCHEDULE-style{
  background-color: #00E3F3;
}
.waybill-REFUNDMADE-style{
  background-color: #00E3F3;
}
.waybill-REFUND-style{
  background-color: #00E3F3;
}
.waybill-SCHEDULEFORDISPATCH-style{
  background-color: #619FFC;
}
.waybill-SHIPMENTRECEIVED-style{
  background-color: #619FFC;
}
.waybill-DELIVERYSCHEDULE-style{
  background-color: #F6C646;
}
.waybill-DESTROYED-style{
  background-color: #FF2100;
}
.waybill-LOST-style{
  background-color: #FF2100;
}
.logixerp_tracking_shipment_custom_status_bar .modifyDojoDropDownButton span.dijitDownArrowButton{
  background-color: #f5f5f5 !important;
}
#logixerp_v1 .logixerp_tracking_shipment_custom_status_bar .modifyDojoDropDownButton span.dijitDownArrowButton{
  border:none !important;
  height: auto !important;
}

.logixerp_tracking_shipment_custom_status_bar .modifyDojoDropDownButton span.dropdown-btn-text{
  color: #000 !important;
}
.logixerp_tracking_shipment_custom_status_bar .modifyDojoDropDownButton{
  margin-top: 0 !important;
}

.soria .logixerp_tracking_shipment_custom_status_bar .modifyDojoDropDownButton .dijitButtonNode{
  background:#f5f5f5 !important;
}
.logixerp-white-background{
  background-color: #fff !important;
}
.logixerp-gray-background{
  background-color: #f7f7f7 !important;
}
.logixerp-width-300{
  width:300px;
}
.flex-container {
  display: flex;
}

.logixerp-inner-div-height{
  overflow:hidden;
  height: 50px;
  max-height:100%;
}
.logxierp-custom-font-label{
  font-size: 14px;
}
.logixerp-custom-fa-lg {
  font-size: 1.1111em !important;
  line-height: .75em !important;
  vertical-align: -10% !important;
}
.logixerp-bottom-content{
  position: absolute;
  bottom: -55px;
  left: -11px;
}
.logixerp-custom_weight-unit-text{
  font-size: 12px;
}
.logixerp-custom-text-break{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}

.visibility-hidden{
  visibility : hidden;
}
.img-box-height{
  border: 1px solid #555;
  height: 145px;
  max-height: 100%;
}
.list-position-fixed{
  background: inherit;
  position: sticky;
  top: 0;
  z-index: 999;
}
.img-width-100{
  max-width: 100%;
  width: 100px;
}
.roundedToggle-switch{
  border-radius: 20px;
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
.roundedToggle-switch .rounded-checkbox{
  opacity: 0;
  position: relative;
}
.roundedToggle-switch .knobs,.roundedToggle-switch .layers{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.roundedToggle-switch .knobs{
  z-index: 2;
}
.roundedToggle-switch .layers{
  background-color: #ddd;
}
.roundedToggle-switch .knobs:before,.roundedToggle-switch .knobs:after,
.roundedToggle-switch .knobs span{
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  height: 10px;
  line-height: 1;
  padding: 10px 4px;
  position: absolute;
  top: 4px;
  text-align: center;
  transition: 0.3s ease all;
  width: 20px;
}
.roundedToggle-switch .knobs:before,.roundedToggle-switch .knobs:after{
  content: 'OFF';
  color:#6380a6;
  right: 12px;
  top: 2px;
}
.roundedToggle-switch .knobs span{
  background-color: #fff;
  height: 22px;
  left: 8px;
  top: 6px;
  width: 22px;
  z-index: 2;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.roundedToggle-switch .rounded-checked:checked + .knobs span{
  left: 52px;
  top: 6px;
}
.roundedToggle-switch .rounded-checked:checked ~ .layers{
  background-color: #6380a6;
}
.roundedToggle-switch .rounded-checked:checked ~ .knobs:after{
  content: 'ON';
  color:#fff;
  left: 6px;
  top: 3px;
}
.knobs span .fa-times{
  animation: rotate-icons 2s;	
}
.roundedToggle-switch .rounded-checked:checked + .knobs span .fa-times{
  display: none;
  animation: rotate-icons 2s;
}
.roundedToggle-switch .rounded-checked:checked + .knobs span .fa-check{
  display: block;
  animation: rotate-icons 2s;
}
.roundedToggle-switch .knobs span .fa-check{
  display: none;
  animation: rotate-icons 2s;
}
@keyframes rotate-icons {
  50% {transform: rotate(360deg);}
}
.border-none tr:last-child ,.border-none .border-bottom-gray:last-child,
.border-none .border-bottom-light-gray:last-child{
  border-bottom: 0 !important;
}
.logixerp-text-wrap{
  word-break: break-word;
  white-space: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn-xs-custom-style{
  padding: 3px 10px 1px 15px !important;
}
.logixerp-fixed-header-style{
  position: sticky;
  top: 0;
  background: #fff;
  text-align: center;
  z-index: 999999;
}
.logixerp-custom-loading{
  position: fixed;
  left: 0px;
  top:50px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../image/logixerp_spinner.gif') 
              50% 50% no-repeat rgb(249,249,249);
  margin: 0 auto;
  right:0;
}
.img-width-40{
  max-width: 100%;
  width: 40px;
}
.img-width-120{
  max-width: 100%;
  width: 120px;
}
.max-width-85px{
  max-width: 85px;
}
.width-6 {
  width: 6%;
}
.width-16 {
  width: 16%;
}
.pad-inner-15px {
  padding: 15px;
}
.pb-15{
  padding-bottom: 15px;
}
.box-height-260{
  height: 260px;
  overflow: hidden;
}
.box-height-265{
  height: 265px;
  overflow: hidden;
}
.box-height-400{
  height: 400px;
  overflow: hidden;
}
.box-height-440{
  height: 440px;
  overflow: hidden;
}
.box-height-710{
  height: 710px;
  overflow: hidden;
}
.box-height-715{
  height: 715px;
  overflow: hidden;
}
.flex-box-container{
  display: flex;
  flex-wrap: wrap;
}
.flex-end{
  justify-content: flex-end;
}
.float-none{
  float: none;
  margin: auto;
}
.img-width-50{
  max-width: 100%;
  width: 50px;
}
.img-width-55{
  max-width: 100%;
  width: 55px;
}
.rounded-star{
  background: #f8f8f8;
  border-radius: 50%;
}
.search-filterInput{
  background: #fff;
  border: 1px solid #c8c5c5;
  border-radius: 40px;
  font-family: fontAwesome,'Roboto';
  height: 26px;
  outline: 0;
  padding: 5px 10px;
  width: 100%;
}
.text-dark-blue{
  color: #4f83c9;
}
.text-light-cyan{
  color: #55d8fe;
}
.text-light-green{
  color: #98f29f;
}
.text-light-mehroon{
  color: #f2898d;
}
.text-light-pink{
  color: #f982c2;
}
.text-light-skyBlue{
  color: #93b8ec;
}
.text-light-violet{
  color: #ad43eb;
}
.table-height-70{
  height: 70%;
  overflow: auto;
}
.table-height-75{
  height: 75%;
  overflow: auto;
}
.stockIn-successMsg,.stockIn-errorMsg{
  background: #7fe4d6;
  border-radius: 40px;
  padding: 5px 15px;
  text-align: center;
  text-transform: capitalize;
}
.stockIn-errorMsg{
  background: #ffa9ac !important;
}
.current-deliveryTab{
  color: #263e5e !important;
  border-bottom: 1px solid #263e5e;
  padding-bottom: 5px;
}
.flex-item-center{
  align-items: center;
  display: flex;
  justify-content: center;
}
.ml-33px{
  margin-left: 33px;
}
#logixerp_customer_viewMonthWiseBusiness{
  height: 370px !important;
}
#logixerp_customer_viewMonthWiseOrder{
  height: 370px !important;
}
.logixerp-detail-header{
  width: 100%;
  border: 1px solid #e6e6e6;
  display: flex;
}
.logixerp-detail-header div {
  -ms-flex: 2;  /* IE 10 */  
  flex: 2;
  padding: 20px 10px;
}
#logixerp_marketing_customer_contract_associate_waybill_print .dijitRadio,
#logixerp_marketing_customer_contract_edit_associate_waybill_print .dijitRadio {
  float: left;
  margin-top: 1px;
}
.logixerp-nested-row:first-child .nested-image{
  display: none;
}
.logixerp-nested-btn-position,.logixerp-nested-btn-position .nested-image{
  position: absolute;
  right: -62px;
}
.logixerp-nested-btn-position .nested-image{
  right: 24px !important;
}
.border-bottom-lightestGray {
  border-bottom: 1px solid #ececec;
}
.border-left-lightestGray {
  border-left: 1px solid #ececec;
}
.border-right-lightestGray {
  border-right: 1px solid #ececec;
}
.border-top-lightestGray {
  border-top: 1px solid #ececec;
}
.color-darkestBlue {
  color: #3a6eb3;
}
.color-lightCyan {
  color: #55d8fe;
}
.color-lightRed {
  color: #ff8373;
}
.color-lightYellow {
  color: #f0c163;
}
.color-light-purple {
  color: #263e5e;
}
.font-17{
  font-size: 17px;
}
.font-19-bold {
  font-size: 19px;
  font-weight: 600 !important;
}
.font-22-bold {
  font-size: 22px;
  font-weight: 600 !important;
}
.font-24 {
  font-size: 24px;
}
.img-width-22{
  max-width: 100%;
  width: 22px;
}
.img-width-45{
  max-width: 100%;
  width: 45px;
}
.img-width-60{
  max-width: 100%;
  width: 60px;
}
.mt-22px{
  margin-top: 22px;
}
.padding-top-bottom-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-5px {
  padding-left: 5px !important;
}
.pl-3px {
  padding-left: 3px !important;
}
.pl-30{
  padding-left: 30px !important;
}
.pl-20px {
  padding-left: 20px;
}
.borders-contract{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 20px;
}
.add-button{
  background: #ec2a2a;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 28px;
}
.color-white{
  color: white;
}
.border-light-blue{
  border: 1px solid #6380A6;
  border-radius: 2px;
  color: #6380A6;
}
.icon-style{
  color: #6380A6;
  font-size: 14px !important;
  text-align: right;
  padding: 0px 6px;
  margin-right: -10px;
}
#logixerp_marketing_servicesList{
  width:100%;
}
.customer-service-buttons .tab button.active,.servicecheckboxouter li.active label{
  font-weight: 500 !important;
}
.footer-sidebar-fixed{
  background: #fff;
  border-top: 1px solid #e2e2e2;
  bottom: 17px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999;
}
.transform-rotate-90deg{
  transform: rotate(90deg);
}
#logixerp_custom_transparentModifyDojoButton .dijitButtonNode{
  background: transparent !important;
  padding: 0 !important;
}
#logixerp_custom_transparentModifyDojoButton .dijitButtonContents{
  background: transparent !important;
  border: 0 !important;
  min-width: auto !important;
}
.align-item-center{
  align-items: center;
  display: flex;
}
.align-items-baseline {
  align-items: baseline;
  display: flex;
}
.width-100px{
  width: 100px !important;
}
#wms_product_table thead th{
  vertical-align: top !important;
}
.filter-lists-item{
  background: #e2efff;
  border-radius: 10px;
  float: left;
  margin: 10px 15px 0 0;
  padding: 8px 15px;
}
.filter-removeList-item{
  background: #bdbdbd;
  border-radius: 50%;
  font-style: normal;
  float: right;
  line-height: 8px;
  margin-left: 10px;
  padding: 5px;
}
.background-light-grayShade {
  background: #f1f1f1;
}
.background-light-cyanShade {
  background-color: #eff4fb !important;
}
.table-height-240px {
  height: 240px;
  overflow: auto;
}
.table-height-200px {
  height: 200px;
  overflow: auto;
}
.username-layout {
  background: #f8f8f8;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
  text-transform: capitalize;
  width: 31px;
}
.view-table-max-height-240 {
  max-height: 240px;
  overflow: auto;
}
.view-table-max-height-150{
  max-height: 150px;
  overflow: auto;
}
.logixerp-feedback-text{
  font-size: 14px;
  line-height: 24px;
  padding: 5px 5px;
}
.flex-item-center{
  display: flex;
  align-items: center;
}
.text-brown{
  color: brown;
}
.align-item-normal {
  align-items: normal;
}
.logixerp-panel-fixed-height{
  min-height:380px;
}
.border-bottom-black {
  border-bottom: 1px solid #555 !important;
}
.border-top-dashed-black {
  border-top: 1px dashed #555 !important;
}
.flex-space-between{
  display: flex;
  justify-content: space-between;
}
.card-height-purchase-invoice{
  height: 116px !important;																																																																																																																																																																																																																	
}
.text-end{
  text-align: end;
}
.background-grey {
  background: #b9b9b9;
}
.border-radius-top-bottom-left-8px {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.border-radius-top-bottom-right-8px {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.border-spacing-18px {
  border-collapse: unset;
  border-spacing: 0 18px;
}
.font-13 {
  font-size: 13px;
}
.pos-relative-bottom-minus-22px {
  bottom: -22px;
  position:relative
}
.pos-relative-bottom-left-minus-8px {
  bottom: -8px;
  left: -8px;
  position:relative
}
.pt-15 {
  padding-top: 15px;
}
.width-300px {
  width: 300px;
}
#logixerp_channelAvailabilityList_table tr:hover {
  background-color: #f7f7f7;
}
.active-service-tab, .servicecheckboxouter-lists li:hover {
  background: #35adae;
}
.active-service-tab a, .servicecheckboxouter-lists li:hover a{
  visibility: visible !important;
}
.border-active-list {
  background: #fff !important;
  border: 1px solid transparent !important;
}
.border-active-list a,.border-active-list label {
  color: #0e0e0e !important;
  font-weight: 500 !important;
}
.border-color-black {
  border-color: #555;
}
.img-max-width-100 {
  max-width: 100%;
}
.custom-border-tab {
  border-bottom: 1px solid #ccc;
}
.custom-border-tab li a {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
}
.custom-border-tab li a::after,.custom-border-tab li:hover a::after {
  content: none;
}
.custom-border-white-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  min-width: 75px;
}
.height-32px {
  height: 32px;
}
.height-140px {
  height: 140px;
  overflow: auto;
}
.minus-ml-6px {
  margin-left: -6px;
}
.text-position-override {
  background-color: #fff;
  margin-top: -22px;
  padding: 0 15px;
}
.line-height-normal{
  line-height:inherit;
}
.custom-list-add-item-custom-width{
  width: 100% !important;
}
#tracking_waybill_details{
  overflow: auto !important;
}
.logixerp-gray-header-bg {
  background: #f7f7f7;
  padding: 15px 15px !important;
  color: #060606;
}
.logixerp-custom-tooltip-chatboot {
  background-color:#3C3C47;
  width:203px; 
  padding:7px 7px;
}
.logixerp-custom-tooltip-chatboot li {
  margin: 10px 10px;
  border: 1px solid #fff;
  padding: 5px 5px;
}
.logixerp-custom-tooltip-chatboot li a, #logixerp_chatBox_list li:hover a {
  color: #fff !important;
}
.logixerp-custom-tooltip-chatboot li:hover {
  background: none !important;
  color:#FF6384;
}
.active-deliveryBtn{
  background: #2973d8 !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.border-lightred{
  border: 1px solid #ff555a;
}
.img-width-12{
  max-width: 100% !important;
  width: 12px;
}
.img-width-14{
  max-width: 100% !important;
  width: 14px;
}
.no-active-cursor{
  cursor: auto !important;
}
.active-pickupCourier-list {
  background: #2973d8 !important;
  color: #fff !important;
}
.auto-width {
  width: auto !important;
}
.pad-8 {
  padding: 8px !important;
}
.po-approve-btn {
  background: #429729;
  border-color: #429729;
  color: #fff !important;
}
.po-reject-btn {
  background: #f22424;
  border-color: #f22424;
  color: #fff !important;
}
.logixerp-apply-button-date{
  min-width: 90px;
  height: 26px;
  margin-top: 5px;
  padding: 1px 10px 1px 10px;
}
.logixerp-no-border-radius{
  border-radius:0px;
}
.custom-fields-heading{
  font-size: 1.4em;
  font-weight: 300;
}
.display-block{
  display:block;
}
.text-brown{
  color:#964B00;
}
.active-blueBorderColor-3px {
  border-bottom: 3px solid #3c82f9;
  font-weight: 400 !important;
  margin-bottom: -5px;
}
.arrow-left-shape {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: rotateY(180deg);
  z-index: 999;
}
.active-stockProduct,.active-stockProduct .arrow-left-shape {
  background-color: #c9deff;
  opacity: 1;
}
.height-31px {
  height: 31px;
}
.stock-header-list {
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 300;
  padding: 10px 15px;
}
.text-overflow-width-100 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom-top-left-radius-4px {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top: 0 !important;
}
.border-bottom-top-right-radius-4px {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0 !important;
}
.carrier-pkg-edit-icon {
  margin-left: -15px;
  margin-top: -20px;
  position: absolute;
}
.height-18px {
  height: 18px;
}
.height-40px {
  height: 40px;
}
.light-opacity {
  opacity: 0.5;
}
.pt-0 {
  padding-top: 0 !important;
}
.top-palletSuccess {
  background: #07adff8a;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: -5px;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 98%;
  z-index: 999;
}
.txt-lightBlue {
  color: #6f8aad;
}
.vertical-align-top .table tr td, .vertical-align-top .table tr th {
  vertical-align: top !important;
}
.minus-mb-1px {
  margin-bottom: -1px;
}
.img-height-width-45px {
  height: 45px;
  width: 45px;
}
.custom-min-width-col-lg-4 {
  width: 30.5% !important;
}
.custom-min-width-col-lg-2 {
  width: 20.5% !important;
  margin-left: 2.5% !important;
  min-height: 83px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #3a6eb3;
}
.fa-chevron-left:before {
  margin-right: 0px;
}
.owl-theme .owl-nav .disabled, .owl-theme .owl-nav .disabled i {
  cursor: not-allowed;
  opacity: .7;
}
.owl-carousel .owl-nav button.owl-prev {
  align-items: center;
  color: #3a6eb3;
  display: flex;
  font-size: 13px;
  left: 0;
  position: absolute !important;
  top: 40% !important;
}
.owl-carousel .owl-nav button.owl-next {
  align-items: center;
  color: #3a6eb3;
  display: flex;
  font-size: 13px;
  position: absolute !important;
  right: 0;
  top: 40%;
}
.border-right-silder {
  border-right: 1px solid #cacaca;
}
#logixerp_home_dashboard_whats_new_section .owl-item .border-right-silder:nth-child(even) {
  border: none !important;
}
.img-height-120px {
  height: 120px;
}
.img-height-100px {
  height: 100px;
}
.img-width-300px {
  max-width: 100%;
  width: 300px;
}
.width-33 {
  width: 33.33%;
}
.btn-square {
  border-radius: 2px;
  color: #fff;
  font-size: inherit;
  margin-left: 5px;
  padding: 2px 6px;
}
.background-blue {
  background-color: #41879f;
}
.background-gray {
  background-color: #888;
}
.background-orange {
  background-color: #ff7600;
}
.background-lightPink{
  background-color: #f982c2;
}
.cancel-email-fields {
  background: #b4b4b4;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  float: right;
  line-height: 15px;
  margin-left: 10px;
  padding: 1px 5px;
}
.download-icon-layout {
  bottom: 0;
  filter: opacity(0.8);
  opacity: 0;
  position: absolute;
  right: 0;
}
.email-fields {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 40px;
  color: #0e0e0e;
  display: flex;
  float: left;
  margin: 4px 0 5px 5px;
  padding: 2px 10px;
}
.file-upload-box {
  align-items: center;
  background: #f8f8f8;
  border: 2px dashed #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  float: none;
  height: 165px;
  justify-content: center;
  margin: 15px auto;
}
.height-150px {
  height: 150px;
}
.img-height-width-150px {
  height: 150px;
  width: 150px;
}
.pdf-download-layout {
  background: #fff;
  right: 14px;
  z-index: 999;
}
.progressbar-height-5px {
  height: 5px;
  margin: 5px 0;
}
.show-download-icon:hover .download-icon-layout{
  opacity: 1;
}
.show-download-icon:hover {
  box-shadow: 1px 1px 8px #ababab;
}
.txt-lightGray {
  color: #ccc;
}
.border-bottom-blue-1px {
  border-bottom: 1px solid #6380a6;
}
.active-business-list label {
  border-bottom: none !important;
  font-weight: 500 !important;
}
.dashboard-text-align-center {
  align-items: center;
  display: flex !important;
}
.logixerp-dashboard-tabbable-line>.nav-tabs>li.active .current-image {
  display: none;
}
.logixerp-dashboard-tabbable-line>.nav-tabs>li.active .active-image {
  display: inline !important;
}
.custom-list-add-items-radius{
  background: #d1deee;
  border-radius: 3px;
  float: left;
  margin: 0 10px 5px 0;
  padding: 2px 10px;
  color: #54749c;
}
.smallCustomNode{
  background: #6380a6;
  color: white;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 14px;
  float: left;
}
.labelContent{
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
.input-scanner-field,.input-scanner-field:focus {
  border: 1px solid #c8c5c5;
  border-radius: 0;
  box-shadow: none !important;
}
.justify-content-around {
  justify-content: space-around;
}
.current-delivery-tab label {
  color: #0e0e0e !important;
  font-weight: 500 !important;
}
.logixerp-view-courier-tab>li.active>a,
.logixerp-view-courier-tab>li>a:hover {
  color: #fff !important;
  background: #6380A6 !important;
  border-radius: 0px;
}
.min-height-31px {
  min-height: 31px;
}
.logixerp-tracking-loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px; 
}
.logixerp-tracking-loader:before, .logixerp-tracking-loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.logixerp-tracking-loader:before {
  animation: ball1 1s infinite;
  background-color: #00abaf;
  box-shadow: 30px 0 0 #ff3d00;
  margin-bottom: 10px;
}
.logixerp-tracking-loader:after {
  animation: ball2 1s infinite;
  background-color: #da251d;
  box-shadow: 30px 0 0 #fff;
}
@keyframes rotate {
  0% {transform: rotate(0deg) scale(0.8);}
  50% {transform: rotate(360deg) scale(1.2);}
  100% {transform: rotate(720deg) scale(0.8);}
}
@keyframes ball1 {
  0%{box-shadow: 30px 0 0 #f2bc24;}
  50%{box-shadow: 0 0 0 #f2bc24; margin-bottom: 0; transform: translate(15px, 15px);}
  100% {box-shadow: 30px 0 0 #f2bc24; margin-bottom: 10px;}
}
@keyframes ball2 {
  0% {box-shadow: 30px 0 0 #f8655f;}
  50% {box-shadow: 0 0 0 #f8655f; margin-top: -20px; transform: translate(15px, 15px);}
  100% {box-shadow: 30px 0 0 #f8655f;margin-top: 0;}
}
.logixerp-tracking-loading {
  color: #FFF;
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.logixerp-tracking-loading::after {
  content: '';  
  width: 5px;
  height: 5px;
  margin-left:5px;
  border-radius: 50px;
  background: currentColor;
  position: absolute;
  bottom: 10px;
  right: -5px;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}
@keyframes animloader {
  0% {
    box-shadow: 10px 0 gray, 20px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 gray;
  }
  100% {
    box-shadow: 10px 0 gray, 20px 0 rgba(255, 255, 255, 0);
  }
}
.logixerp-addressing-not-enabled {
  position: absolute;
  top: 27%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logixerp-addressing-not-enabled-mainDiv {
  width: 100%;
  position: relative;
  height: 100vh;
}
.hader-ctr-button {
  background: #6380a6 !important;
  color: #fff !important;
  min-width: 80px;
  margin-left: 15px;
}
.logixerp-tracking-mainContant {
  height: 75px;
  padding: 25px;
  display: flex;
}
.logixerp-tracking-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%); 
}
.align-items-end {
  display: flex;
  align-items: end;
}

.waybill-input-feild {
  border: 0 !important;
}
.waybill-input-feild .dijitInputInner{
  cursor: pointer;
}

.horizontalTabs-height li a::after {
  height: 2px !important;
}
.special-Services-icons{
  background: #f1c340;
  padding: 2px;
  font-size: 13px;
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.mb-1px {
  margin-bottom: 1px !important;
}
.border-spacing-5px {
  border-collapse: unset;
  border-spacing: 0 5px !important;
}
.logixerp-viewImage-downloadIcon {
  position: absolute;
  right: 10px;
}
#logixerp_v1 .editButtonForSearchDispatchChallanVehicleNumber span.dijitDownArrowButton {
  min-width: 30px;
  border: none;
  height: 31px;
  padding:0px;
  padding: 3px 0px 0 0;
}
.logixerp-custom-menu-layout {
  left: 15px;
  max-height: 240px;
  overflow: auto;
  overflow-x: hidden;
  top: 70px;
  width: 300px;
  word-break: break-word;
  z-index: 999;
}
.logixerp-custom-menu-layout .dropdown-item {
  white-space: break-spaces;
}
.btn-rounded {
  background-color: #f0fffa;
  border-radius: 40px;
  color: #000;
  font-size: inherit;
  padding: 5px 10px;
}
.img-width-16px {
  max-width: 100%;
  width: 16px;
}
.text-lightPurple {
  color: #7582de;
}
.height-26px {
  height: 26px;
}
.mb-6px {
  margin-bottom: 6px;
}
.white-space-pre {
  white-space: pre;
}
.disabled-field {
  cursor: not-allowed;
  opacity: 0.5;
}
.custom-border-pills li {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px 4px 0 0;
  color: #555;
  min-width: 65px;
  padding: 4px 15px;
}
.custom-border-pills li:not(:last-child) {
  margin-right: 3px;
}
.custom-border-pills li.active {
  background: #6380a6;
  border-color: #6380a6;
  color: #fff;
}
.logixerp-header-layout {
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 10px 15px;
}
.logixerp-makeFieldTypeReadOnly[readOnly] {
  opacity: 0.5;
  pointer-events: none;
}
.pad-ltr-15px {
  padding: 0 15px;
}
.width-120px {
  width: 120px;
}
.font-35 {
  font-size: 35px !important;
}
.img-width-10px {
  max-width: 100%;
  width: 10px;
}
.resize-field-layout {
  border: 1px solid #c8c5c5;
  height: 60px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 15px;
  resize: vertical;
}
.uploaded-file-layout {
  border: 1px solid #555;
  border-radius: 15px;
  padding: 10px;
}
.uploaded-file-dropdown {
  position: absolute;
  right: 0;
  top: -5px;
}
.uploaded-file-dropdown .logixerp-dropdown-toggle-hover:hover {
  background: #ecebeb !important;
}
.uploaded-file-menu {
  border-radius: 15px;
  top: 22px;
}
.uploaded-file-menu a, .uploaded-file-menu a:hover, .uploaded-file-menu a:focus {
  align-items: center;
  color: #0b0d40 !important;
  display: flex;
}
.uploaded-file-menu a:first-child {
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}
.uploaded-file-menu a:last-child {
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
}
#logixerp_deliveryRunSheet_modifyFilter .modifyDojoDropDownButton .dijitButtonNode,
#logixerp_deliveryRunSheet_modifyFilter .modifyDojoDropDownButton span.dijitDownArrowButton {
  background: inherit !important;
  border: 0 !important;
  min-width: auto !important;
}
#logixerp_map_info_window_content {
  display: none;
}
#map #logixerp_map_info_window_content {
  display: inline;
}
.search-Addres-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 0 0.5em;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
  width:40%;
  right: 0px !important;
  position: absolute !important;
}
#logixerp_map_input_container {
  background: #fff1ecec;
}
.map-address-card-controls {
  display: inline-block;
  padding: 5px 11px;
}
#logixerp_map_search_address_inputId {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
.custom-map-control-button {
  z-index: -12;
}
#logixerp_map_info_window_content .title {
  font-weight: bold;
}
.hide-zone-panel-button {
  margin-left: -8px;
  padding: 11px 2px;
  border-radius: 0px 5px 5px 0px;
  background-color: #eee;
}
.show-zone-panel-button {
  position: absolute;
  right: 0;
  top: 18px;
  background: #6380A6;
  padding: 10px 2px;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
}
.active-customer-contract {
  border-bottom: 3px solid #6380a6;
  color: #6380a6;
}
.active-customer-contract label {
  font-weight: 500 !important;
}
.active-contract-service, .show-selected-service, .contractServiceList li:hover {
  background: #4dd4d4;
}
.active-contract-service a, .contractServiceList li:hover a {
  visibility: visible !important;
}
.add-service-icon {
  background: #ec2a2a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 4px 8px;
}
.fixed-footer-button {
  background: #fff;
  bottom: 0;
  position: sticky;
  z-index: 999;
}
.position-absolute-top-28 {
  position: absolute;
  top: 28%;
}
.service-inner-list {
  align-items: center;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  display: flex;
  padding: 10px 15px;
}
.serviceOuterCheckboxList li:last-child {
  border-bottom: 0 !important;
}
.sidenavR-position {
  margin: auto;
  position: sticky;
}
.table-height-100 {
  height: 100%;
  overflow: auto;
}
.unclickable-btn {
  cursor: default !important;
  opacity: 1 !important;
  user-select: none;
}

.align-self-start {
  align-self: flex-start;
}
.bg-inherit {
  background-color: inherit !important;
}
.btn-blueBg-hover:hover {
  background: #6380a6 !important;
  border: 1px solid transparent;
  color: #fff !important;
}
.padding-0 .dijitDialogPaneContent {
  padding: 0 !important;
}
.set-blueBg-btn {
  background: #6380a6 !important;
  border: 1px solid transparent;
  color: #fff !important;
}
.selected-node-label {
  font-size: 15px;
  background: #657c9c;
  color: white;
  border-radius: 5px;
  padding: 5px 22px;
}
.active-customer-contract {
  border-bottom: 3px solid #6380a6;
  color: #6380a6;
}
.active-customer-contract label {
  font-weight: 500 !important;
}
.active-contract-service, .show-selected-service, .contractServiceList li:hover {
  background: #4dd4d4;
}
.active-contract-service a, .contractServiceList li:hover a {
  visibility: visible !important;
}
.add-service-icon {
  background: #ec2a2a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 4px 8px;
}
.fixed-footer-button {
  background: #fff;
  bottom: 0;
  position: sticky;
  z-index: 999;
}
.position-absolute-top-28 {
  position: absolute;
  top: 28%;
}
.service-inner-list {
  align-items: center;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  display: flex;
  padding: 10px 15px;
}
.serviceOuterCheckboxList li:last-child {
  border-bottom: 0 !important;
}
.sidenavR-position {
  margin: auto;
  position: sticky;
}
.table-height-100 {
  height: 100%;
  overflow: auto;
}
.unclickable-btn {
  cursor: default !important;
  opacity: 1 !important;
  user-select: none;
}
.anchor-clr {
  color: #337ab7;
}
.anchor-clr:hover,.anchor-clr:hover i {
  color: #23527c;
}
.ft-weight-300 {
  font-weight: 300;
}
.home-tipSuggestion-layout {
  background: #f3faff;
  border-radius: 15px;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect{
  border: 1px solid #c8c5c5 !important;
  background: white !important;
  font-family: 'Roboto' !important;
  outline: 0 !important;
  padding: 2px 5px !important;
}
.daterangepicker .ranges {
  margin-top: 0 !important;
}
.daterangepicker .ranges li {
  line-height: 18px;
  padding: 3px 10px !important;
}
.daterangepicker .ranges li.active {
  background-color: #eee !important;
  color: inherit !important;
}
.daterangepicker .drp-calendar.left,.daterangepicker .drp-calendar.right {
  padding: 10px 8px 15px !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  line-height: 18px !important;
}
.fixed-table-header thead tr th {
  background-color: #f7f7f7 !important;
  position: sticky;
  top: 0;
  z-index: 2;
}
.fixed-bottom-header {
  bottom: 0;
  position: sticky;
  z-index: 9;
}
.padding-15-45{
  padding:15px 45px;
}
.logixerp-custom-range-picker {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c8c5c5;
  color: #000;
  display: flex;
  height: 26px;
  justify-content: space-between;
}
.logixerp-custom-range-picker span.clear_field {
  cursor: text;
  font-size: 12px;
  height: 100%;
  order: 1;
  padding: 6px 0px;
  text-align: left;
  width: calc(100% - 16px);
  overflow: hidden;
  text-wrap: nowrap;
}
.logixerp-custom-range-picker i {
  align-items: center;
  border-left: 1px solid #dad5d5;
  display: flex;
  height: 100%;
  order: 3;
}
.logixerp-custom-range-picker .custom-picker-error {
  background: url('https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/soria/images/warning.png') no-repeat right/100%;
  cursor: text;
  height: 100%;
  margin-right: 2px;
  order: 2;
  width: 16px;
}
.btn-custom-lightBlue {
  background: #2682f4;
  border: 1px solid transparent;
  color: #fff !important;
  margin-left: 0;
}
.weight-500 {
  font-weight: 500 !important;
}
.rlrm-default-contracts{
  padding: 2px 4px;
  border-radius: 4px;
  background: #FAD02C;
  color: #ffffff;
  font-weight: 600;
  margin-left: 10px;
}
.cutomInvoice_weekDays_ul{
  padding: 0;
  margin: 0;
  clear: both;
}
.cutomInvoice_weekDays_ul li{
  list-style-type: none;
  list-style-position: outside;
  padding: 3px;
  float: left;
}
.dayCustom-checkBox:not(:checked), 
.dayCustom-checkBox:checked {
  position: absolute;
  left: -9999%;
}
.dayCustom-checkBox + label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  border: 1px solid #c8c5c5;
  color: #c8c5c5;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.dayCustom-checkBox:checked + label {
  border: 1px solid #6380a6;
  color: white;
  background-color: #6380a6;
  border-radius: 10px
}
.flex-column-gap-5px {
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
}
.preview-box-layout {
  background: #fff;
  border: 1px solid #c8c5c5;
  padding: 10px;
}
.border-radius-top-lr-8px {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bg-border-layout {
  background-color: #fff8dd;
  border-radius: 40px;
  padding: 2px 8px;
}
.bg-dim-lightRed {
  background-color: #ffdcdc !important;
}
.bg-dim-lightOrange {
  background-color: #ffebdc !important;
}
.border-spacing-15px {
  border-spacing: 0 15px !important;
}
.clr-lite-black {
  color: #555;
}
.custom-tooltip-arrow-left {
  border-left-color: #00a2e8;
  left: -7px;
  opacity: 1;
  right: auto;
  top: 7px;
}
.custom-tooltip-arrow-right {
  border-left: 0 !important;
  border-right: 8px solid #00a2e8;
  left: auto;
  opacity: 1;
  right: -7px;
  top: 7px;
}
.custom-tooltip-layout {
  background-color: #00a2e8;
  border-radius: 8px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.8s ease-in;
  visibility: hidden;
  width: 260px;
  z-index: 999;
}
.line-height-18px {
  line-height: 18px;
}
.min-width-80px {
  min-width: 80px !important;
}
.top-200px {
  top: 200px !important;
}
.align-self-center {
  align-self: center;
}
.align-items-stretch {
  display: flex;
  align-items: stretch;
}
.bg-black {
  background-color: #333;
}
.border-spacing-10px {
  border-spacing: 0 10px !important;
}
.export-btn-layout {
  height: 29px;
}
.export-btn-layout .logixerp-export-text-style {
  margin-top: 2.5px;
  padding: 0 !important;
  vertical-align: middle;
}
.flex-item-end {
  align-items: flex-end;
  display: flex;
  justify-content: end;
}
.hide-content-box-visibility {
  border-color: #797979 !important;
}
.hide-content-box-visibility .btn {
  visibility: hidden;
}
.numerical-content-box {
  align-items: center;
  border: 1px solid #6380a6;
  border-radius: 8px;
  display: flex;
  font-size: 20px;
  margin-left: 15px;
  padding: 0 10px;
}
.overflow-visible {
  overflow: visible;
}
.pl-15px {
  padding-left: 15px;
}
.table-top-padding-0 .table tr.padding-top-0 td {
  padding-top: 0 !important;
}
.width-350px {
  width: 350px !important;
}
.logixerp-view-mode{
  text-align: center;
  background: #ff5151;
  padding: 7px;
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.logixerp-warning-mode{
  text-align: center;
  background: #e2b44f;
  padding: 7px;
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.bg-border-layout2 {
  background-color: #fff4c1;
  border-radius: 20px;
  color: #e3af2f;
  padding: 6px 15px;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.img-width-26px {
  width: 26px;
  max-width: 100%;
}
.input-search-addon {
  align-items: center;
  border: 1px solid #c8c5c5;
  display: flex;
  height: 31px;
  justify-content: center;
}
#logixerp_customer_selectMultiple_Ou .dojoxCheckedMultiSelectWrapper ,
#logixerp_customer_selectMultiple_Ou .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#logixerp_customer_selectMultiple_Cl .dojoxCheckedMultiSelectWrapper ,
#logixerp_customer_selectMultiple_Cl .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#administration_multiple_ou_to_user_edit .dojoxCheckedMultiSelectWrapper ,
#administration_multiple_ou_to_user_edit .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#rachna_maketing_customer_editCarrier .dojoxCheckedMultiSelectWrapper ,
#rachna_maketing_customer_editCarrier .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#logixerp_administartion_user_management_customer_ou .dojoxCheckedMultiSelectWrapper ,
#logixerp_administartion_user_management_customer_ou .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#logixerp_administartion_user_management_customer_vendor .dojoxCheckedMultiSelectWrapper ,
#logixerp_administartion_user_management_customer_vendor .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#administrator_user_edit_ou .dojoxCheckedMultiSelectWrapper ,
#administrator_user_edit_ou .dojoxCheckedMultiSelect{
  width: 100% !important;
}

#administrator_user_edit_vendor .dojoxCheckedMultiSelectWrapper ,
#administrator_user_edit_vendor .dojoxCheckedMultiSelect{
  width: 100% !important;
}
.dijitMenuItem {
  white-space: normal !important; 
  word-break: break-all;          
  overflow-wrap: break-word;      
  padding-left: 10px;             
  text-indent: -5px;              
}

.border-bottom-dashed-black{
  border-bottom:1px dashed black;
}
.dashboard-notification-dropdown{
  position:fixed;
  width: 370px;
  top:121px;
  right:18px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 60%;
}
.view-notification-max-height{
  height: calc(100% - 60px);
  max-height: calc(100% - 60px);
  overflow: auto;
}
.dashboard-notification-bar{
  display: block;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.75rem 0rem;
  font-weight: normal !important;
  color: #6380A6 !important;
  cursor: pointer;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
}
.notification-timestamp-text{
  color: #707070;
}
.dashboard-notification-bar:hover .notification-text{
  color: #2661ae !important;
}
#logixerp_dashboard_allNotification .cart-box-shadow:hover .notification-text{
  color: #2661ae !important;
}
.notification-viewAll-button-bar{
  position: sticky;
  bottom: 20px;
  background: white;
  border-top: 1px solid #cdcdcd;
  text-align:center;
  padding:10px;
  box-shadow: 0px 0px 10px 0px #A3A3A1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.active-notification-status{
  background-color: #f7f7f7 !important;
}
.active-notification-status .notification-text, .active-notification-status h4 span{
  color: #585858 !important;
}
.active-notification-status .allNotification-text{
  color:#6C6C6C
}
.notification-text{
  color: #000000;
}
.allNotification-cartBox:hover .allNotification-text, .allNotification-cartBox:hover h4 span{
  color: #2661ae !important;
}
.allNotification-cartBox{
  border-radius: 8px;
  box-shadow: 1px 1px 2px 1px #ababab;
}


.notification-nodge{
  position:absolute;
  top:-17px;
  left:17px;
  background-color:#ff0b00;
  border-radius:50%;
  height:19px;
  width:19px;
  font-weight:600;
  color:white;
  font-size:11px;
  padding:1px 5px;
  border:2px solid white;
}
.high-notification-nodge{
  border-radius:50% !important;
  padding:2px !important;
  width:21px !important;
  height:21px !important;
}
.higher-notification-nodge{
  border-radius:20px !important;
  padding:1px 3px !important;
  width:29px !important;
}
.dashboard-notification-allNotification-paginator{
  display: flex;
  justify-content: end;
  align-items: center;
}
.dashboard-notification-allNotification-paginator .paginationjs{
  float:right !important;
}
.dashboard-notification-allNotification-paginator .paginationjs .paginationjs-pages li{
  border-right: none;
  border: 1px solid #6380a6;
}
.dashboard-notification-allNotification-paginator .paginationjs .paginationjs-pages li a{
  color: #6380a6;
}
.dashboard-notification-allNotification-paginator .paginationjs .paginationjs-pages li:first-child{
  border-right: none;
}
.dashboard-notification-allNotification-paginator .paginationjs .paginationjs-pages li:last-child{
  border-right: 1px solid #6380a6;
  border: 1px solid #6380a6;
  border-left: none;
}
.dashboard-notification-allNotification-paginator .paginationjs .paginationjs-pages ul .active{
  border:none !important;
}
.dashboard-notification-allNotification-paginator .paginationjs .paginationjs-pages li.active>a {
  background: #6380a6;
  border: none;
  color: white;
}
.dashboard-notification-date{
  color: black;
  font-size: 13px;
  font-style: italic;
  padding-right: 20px;
  padding-bottom: 5px;
}
.position-absolute{
  position:absolute;
}
.volumetric-weight-panel {
  background-color: #eeeeee;
  height: 0px;
  overflow: hidden;
  transition: .5s;
  width: 260px;
  z-index: 9999;
  border: none;
}
.display-contents {
  display: contents;
}
.tracking-document-exportAll{
  position: absolute;
  right: 7px;
  top: 5px;
}
.table-hover-bg-color tr:hover {
  background-color: #f4feff !important; 
}
.justify-content-right {
  display: flex;
  justify-content: right;
}
.border-bottom-0, .border-bottom-0 .border-bottom-lightestGray:last-child {
  border-bottom: 0 !important;
}
.pos-relative-top-1px {
  position: relative;
  top: 1px;
}
.customer-selectOU-div {
  align-items: center;
  border: 1px solid #bebebe;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 4px;
}
.roundedToggle-switchv2 {
  position: relative;
  width: 55px;
  height: 15px;
}

.roundedToggle-switchv2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.roundedToggle-switchv2 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.roundedToggle-switchv2 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: -5px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
  border: 10px solid white;
  outline: 1px solid #ccc;
  border-radius: 50%;
}

.roundedToggle-switchv2 input:checked + .slider {
  background-color: #06a606;
}

.roundedToggle-switchv2 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(30px);
  background: limegreen;
  box-sizing: border-box;
  border: 10px solid white;
  outline: 1px solid limegreen;
}
.text-overflow-ellipsis{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
}
.bg-lightSkyBlue {
  background-color: #77bcde;
}
.bg-lightViolet {
  background-color: #ca90ee;
}
.font-18 {
  font-size: 18px;
}
.border-bottom-left-right-redius-5{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.border-top-left-right-redius-5{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.logixerp-open-modal {
  bottom: 20px;
  display: block !important;
  overflow-y: auto;
  top: 74px;
}
.vertical-align-textBottom {
  vertical-align: text-bottom;
}
.input-clear-field {
  background: #aaa;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: -25px;
  padding: 0 4px;
  position: absolute;
  right: 25px;
}
.disabled-pointerEvent {
  opacity: 0.6;
  pointer-events: none;
}
.soria-bg-whiteBtn .dijitButtonNode {
  background: #fff !important;
  border: 1px solid #657c9c !important;
  color: #657c9c !important;
}
.soria-border-blue .dijitButtonNode {
  border: 1px solid #657c9c !important;
}
.soria-border-blue .dijitButtonText {
  vertical-align: text-bottom;
}
.soria .dijitTextAreaError {
  background: url("https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/soria/images/warning.png") right center/16px no-repeat !important;
}
#wmsmaster_pickList_createFooter_manualPicklistBtn .dijitButtonText {
  color: #657c9c !important;
}
.logixerp-dropdown-bar .logixerp-dropdown-button {
  background: #fff;
  border: 1px solid #5f5f5f;
  border-radius: 3px;
  box-shadow: none !important;
  color: #263e5e;
  min-width: 129px;
  outline: 0 !important;
  padding: 4px 10px;
}
.logixerp-dropdown-bar .logixerp-dropdown-button .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px dashed;
  position: relative;
  top: 8px;
}
.logixerp-dropdown-bar .dropdown-menu {
  border-radius: 3px;
  margin: 10px 2px 0 0;
  max-height: 150px;
  min-width: 120px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.logixerp-dropdown-bar .dropdown-menu .dropdown-item {
  border: 0 !important;
  color: #212529 !important;
}
.disabled-pointerEvent {
  opacity: 0.6;
  pointer-events: none;
}
.max-height-180px {
  max-height: 180px;
  overflow: auto;
}
.modify-filter-layout.modifyDojoDropDownButton span.dijitDownArrowButton {
  height: 30px !important;
  padding-top: 2px !important;
}
.text-overflow-div{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
#logixerp_marketingCustomer_hiddenField_multiPortalModuleDiv .dojoxMultiSelectItem {
  padding: 5px 0px 0px 0px;
}

#logixerp_marketingCustomer_hiddenField_multiPortalModuleDiv .dojoxCheckedMultiSelectWrapper {
  border-color: #ffffff;
  border: 1px solid #ffffff;
  width: 100% !important;
  height: auto !important;
  overflow-y: auto;
  background: #ffffff;
}

#logixerp_marketingCustomer_hiddenField_multiPortalModuleDiv  .dojoxMultiSelectItemLabel{
  padding-left: 5px;
}

#logixerp_marketingCustomer_hiddenField_pickupOuListDiv .dojoxMultiSelectItem {
  padding: 5px 0px 0px 5px;
}

#logixerp_marketingCustomer_hiddenField_pickupOuListDiv .dojoxCheckedMultiSelectWrapper {
  border-color: #d1d3d4;
  border: 1px solid #b9babc;
  width: 100% !important;
}
.login-otpInput{
  width: 2.6em;
  height: 2.6em;
  text-align: center;
  margin-right: 10px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  color: darkgrey;
  font-weight: 600;
  font-size: 18px;
}
.login-otpInput:focus, .login-otpInput:active, .login-otpInput:focus-visible{
  border:1px solid deepskyblue;
  box-shadow:2px 2px 15px 0px lightblue;
  outline:none;
}
.login-authentication-heading{
  display:block;
  font-size:20px;
  font-weight:600;
}
.login-authentication-text{
  font-size:16px;
  font-weight:500;
  line-height:23px;
}
.flex-item-evenly{
  display:flex;
  align-items:center;
  justify-content:space-evenly;
}
.login-authentication-block{
  display:flex;
  align-items:start;
  justify-content:space-evenly;
  padding-top:10vh;
}
.login-authentication-btn{
  padding:5px 30px;
}
.placeholder-datepicker::before,.placeholder-datepicker:empty:before {
  content: attr(data-placeholder);
  color: #888;
  font-size: 10px;
}
.viewQuotaion-terms ul{
  list-style-type: disc !important;
  padding-inline-start: 40px !important;
}
.max-width-100 {
  max-width: 100% !important;
}
.custom-table-bordered thead th.sorted {
  cursor: pointer;
  user-select: none;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-origin: content-box;
  background-size: 12px auto;
  background-image: url(../image/sorting_icon.png);
}
.custom-table-bordered thead th.sorted.sorted-asc {
  background-image: url(../image/desc_sorting_icon.png) !important;
  background-size: 10px auto !important;
}
.custom-table-bordered thead th.sorted.sorted-desc {
  background-image: url(../image/asc_sorting_icon.png) !important;
  background-size: 10px auto !important;
}
