﻿
html {
	position: relative;
	min-height: 100%;
}

body,
html,
html a {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden; 
}

.modal-content .modal-body {
    font-size:14px;
}

.no-touchevents a , 
.no-touchevents button{
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body h1 , body .h1,
body h2 , body .h2,
body h3 , body .h3,
body h4 , body .h4,
body h5 , body .h5,
body h6 , body .h6 {
	font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
    font-weight: 500;
	color: #222222;
	line-height: 1.2;
}

.h1, h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

.h2,h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.h3,h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

.h4,h4 {
	font-size: 18px;
	font-size: 1.12rem;
}

.h5, h5{
	font-size: 17.5px;
    font-size: 1.09375rem;
}

.h6, h6{
	font-size: 14px;
    font-size: .875rem;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
}
a, a:hover, a:focus {
    color: #00a94c;
    outline: none;
}
/* Btn css */
.btn-theme {
	border-radius: 0px;
	font-weight: 500;
	font-size: 16px;
	/* text-transform: uppercase; */
	padding: 6px 12px;
	/* font-family: 'Roboto', sans-serif; */
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    cursor: pointer;
}

.btn-light, 
.btn-light.disabled, 
.btn-light:disabled {
	color: #fff !important;
	background-color: #00a94c;
	border-color: #00a94c;
}

.btn-light:hover {
	color: #fff;
	background-color: #029a46;
	border-color: #029a46;
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 169, 76, 0.28);
    color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #fff;
	background-color: #00a94c;
	border-color: #00a94c;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 169, 76, 0.28);
}

.btn-red, 
.btn-red.disabled, 
.btn-red:disabled {
	color: #fff;
    background-color: #b92c28;
    border-color: #b92c28;
}
.btn-red:hover {
	color: #fff;
	background-color: #c5241f;
	border-color: #c5241f;
}
.btn-red.focus,
.btn-red:focus {
	box-shadow: 0 0 0 0.2rem rgba(197, 36, 31, 0.28);
    color: #fff;
}

.btn-blue, 
.btn-blue.disabled, 
.btn-blue:disabled {
	color: #fff;
    background-color: #2076c6;
    border-color: #2076c6;
}
.btn-blue:hover {
	color: #fff;
	background-color: #226db3;
	border-color: #226db3;
}
.btn-blue.focus,
.btn-blue:focus {
	box-shadow: 0 0 0 0.2rem rgba(34, 109, 179, 0.28);
    color: #fff;
}

.btn-dark, 
.btn-dark.disabled, 
.btn-dark:disabled {
	color: #fff !important;
	background-color: #969696;
	border-color: #969696;
}

.btn-dark:hover {
	color: #fff;
	background-color: #545b62;
	border-color: #545b62;
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: none;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #969696;
	border-color: #969696;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: none;
}


.btn-paynow{
    background-color: transparent;
    border-color: #ff7c2c;
    border-radius: 22px !important;
    font-size: 14px !important;
    padding: 0px 14px;
    color: #ff7c2c;
    /*font-style: italic;*/
    font-weight: 500;
    min-width: inherit !important;
}
.table.dataTable .btn-paynow{
    border-radius: 22px !important;
}
.btn-paynow:focus,.btn-paynow:hover,
.btn-paynow:not(:disabled):not(.disabled):active, 
.btn-paynow:not(:disabled):not(.disabled).active, 
.show > .btn-paynow.dropdown-toggle,
.btn-paynow:not(:disabled):not(.disabled):active:focus, 
.btn-paynow:not(:disabled):not(.disabled).active:focus, 
.show > .btn-paynow.dropdown-toggle:focus{
    background-color: #f05b00;
    border-color: #f05b00;
    color: #fff;
    box-shadow:none;
    outline:none;
}


.btn-theme.btn-form{
    height: 50px;
    font-weight: 500;
    font-size: 18px;
  }
.btn-success.focus, 
.btn-success:focus {
    color: #fff;
}
.btn-theme {
    min-width: 148px;
}
.btn-theme + .btn-theme {
    /*margin-left:15px !important;*/
}
/* End Btn Css */
/*btn group */
.btn-group .btn-theme{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size:18px;
    min-width: 40px;
    padding: 10px 10px;
    border-radius:4px !important;
}

.btn-group .btn-light, 
.btn-group .btn-light.disabled, 
.btn-group .btn-light:disabled{
    color: #495057 !important;
    background-color: #ededf5;
    border-color: #cacaca;
}

.btn-group .btn-light:hover,
.btn-group .btn-light:not(:disabled):not(.disabled).active, 
.btn-group .btn-light:not(:disabled):not(.disabled):active, 
.btn-group .show>.btn-light.dropdown-toggle {
    border-color: #cacaca;
	background-color: rgba(255, 255 ,255, 0.51);
}
.btn-group .btn-light.focus, 
.btn-group .btn-light:focus,
.btn-group .btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-group .btn-light:not(:disabled):not(.disabled):active:focus, 
.btn-group .show>.btn-light.dropdown-toggle:focus{
	box-shadow: none;
}

.btn-group .btn-theme + .btn-theme{
    margin-left:5px !important;
    margin-left: 0.75rem !important;
    /*border-left: 0;*/
}
/*End Btn Group*/



/* btn link */
.btn-link {
	color: #00a94c;
	text-decoration: none;
}
.btn-link:hover {
	color: #00a94c;
	text-decoration: underline;
}
a.btn-link i {
	margin-left: 6px;
	font-size: 16px;
	vertical-align: text-bottom;
}
/* btn link */

.ViewMoreBtn {
    /* color: #222;
    background-color: #e9ecef;
    padding: 10px 20px !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
    margin-bottom: 0; */
}
.ViewMoreBtn i.fas {
    line-height: 18px;
}

.badge {
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 8px;
    min-width: 19px;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-radius: 0px;
}
span.badge{
    font-size: 12px;
    padding:0px;
}
span.item-multiple.badge{
    position: relative;
    bottom: -5px;
}

.badge.badge-rejected {
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
}

body .opacity{
    opacity:0;
}

body #spnTotalStyleStock + .opacity{
    opacity:1;
}
/* Form Field Common */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #dcdce0;
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

  .form-group {
    margin-bottom: 15px;
  }
  .form-group label, 
  .form-row label{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
  }

  .form-control {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    background-color: #fff;
    border: 1px solid #dcdce0;
    border-radius: 0px;
    /* height: 50px; */
  }
  .form-control:disabled, 
  .form-control[readonly] {
    background-color: #f1f1f5;
    border: 1px solid #ced4da;
    color: graytext;
}
  

  .form-control.bg-control{
	background-color: #f1f1f5;
    border: 1px solid #f1f1f5;
  }

  .form-control.bg-control + .input-group-append .input-group-text{
	background-color: #f1f1f5;
    border: 1px solid #f1f1f5;
  }
  
  .form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #dcdce0;
    outline: 0;
    box-shadow: none;
  }
  .form-group label.custom-control-label, 
  .form-row label.custom-control-label{
      color: #333333;
  }
  .form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
  }

  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-size: 16px;
  }

  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-size: 16px;
  }

  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-size: 16px;
  }

  .form-control.bg-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
  }

  .form-control.bg-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
  }

  .form-control.bg-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
  }

  .form-control.bg-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
  }

  /* Costome Form field */
  .custom-control-label {
    padding-top: 2px;
    font-weight: 400;
  }
  .form-control-plaintext{
      cursor: text;
  }
  .form-control-plaintext:focus{
      outline:none!important;
  }

/*select custom css*/
.select-css {
    display: block;
    line-height: 1.3;
    min-height:38px;
    padding: .375rem 0.7rem !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/give-way--v1.png);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background-color: #fff;
    border: 1px solid #dcdce0;
    border-radius: 0px;
    padding-right:30px !important
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:focus {
        outline: 0;
    }

    .select-css option {
        font-weight: normal;
    }

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, 
.select-css[aria-disabled=true] {
    color: graytext;  
}
.select-css:disabled:hover, 
.select-css[aria-disabled=true] {
    border-color: #aaa;
}

.cursor-pointer {
    cursor: pointer;
}

 /*Custom check box and radio css*/
 .custom-control-input:checked~.custom-control-label {
    color: #00a94c;
  }
  .custom-control-input:checked~.custom-control-label::before, 
  .custom-control-input:not(:disabled):active~.custom-control-label::before {
	    color: #fff;
	    border-color: #00a94c;
	    background-color: #00a94c;
    }

    .custom-control-input:focus~.custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 169, 76, 0.28);
    }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 169, 76, 0.28);
} 

  /* custom-checkbox-control */
  .custom-checkbox .custom-control-label{
	padding-top: 1px;
  }
  .custom-checkbox .custom-control-label::before {
    border-radius: 0px;
  }
  
  /* custom-radio-control */
  .custom-radio .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }

  .custom-radio .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
  }
  .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 169, 76, 0.28);
}

/* file upload button */
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
  }
  
  .upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
  }
        .upload-btn-wrapper input[type=file]::-webkit-file-upload-button {
            cursor: pointer;
        }

  .upload-btn-wrapper .btn-theme{
	font-weight: normal;
    text-transform: capitalize;
  }
  .upload-btn-wrapper input[type=file]:hover + .btn-theme {
    background-color: #029a46;
    border-color: #029a46;
}

/*Date field*/
  .date_field{
	  cursor: text;
  }
  .fixed-width.date_field{
	  width:150px;
  }
  .date_field .input-group-text, 
  .input-group .input-group-text{
	  border-radius: 0px;
  }
  .date_field>input{
      border-right: 0;
        padding-right: 0;
  }
  .date_field .input-group-text{
      background-color: #fff;
    border: 1px solid #ced4da;
  }
/* End Form field */

/* Loader Css */
#loader {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
	visibility: visible;
	position: fixed;
	height: 100vh;
	width: 100%;
	background: #fff;
	z-index: 90000;
}
#loader.fadeOut {
	opacity: 0;
	visibility: hidden;
}
#loader img.img-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-open #loader {
    background: rgba(18, 19, 18, 0.26) !important;
}
.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}
/*Success Popup Icon*/
p.okIcon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #25ae88;
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
    margin: 0px auto 20px;
}


/* form-screen-wraper */

.form-screen-wraper {
	height: 100vh;
	font-size: 14px;
	color: #222222;
}

.form-screen-wraper span,
.form-screen-wraper label,
.form-screen-wraper .form-screen-footer a {
	font-size: 14px;
	color: #222222;
}

.form-screen-wraper label {
	margin-bottom: 15px;
}

.form-screen-wraper .form {
	padding: 20px 20px 10px;
}
.form-screen-header>img{
	max-width:120px;
}
.form-screen-wraper  #btnlogout {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.form-screen-wraper .backtologin strong {
    font-weight: 400;
}

.form-screen-wraper h1 {
	font-size: 24px;
	line-height: 1;
	color: #222222;
}

.form-screen-wraper h1 small {
	font-size: 18px;
	color: #222222;
}

.form-screen-wraper h3 {
	font-size: 24px;
	line-height: 1.4;
	color: #222222;
	margin-bottom: 20px;
	font-weight: 500;
}

.form-screen-wraper .request-link {
	font-size: 18px;
	line-height: 1.3;
	color: #222222;
	font-weight: 500;
	text-decoration: underline;
	margin-bottom: 10px;
    display: inline-block;
}

.form-screen-wraper .form-screen-header {
	background-color: #ededf5;
	padding: 20px 0px;
	width: 100%;
	margin: 0px;
}

.form-screen-wraper .form-screen-footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 64px;
}

.form-screen-wraper .form-footer-bottom {
	padding: 20px 3%;
	background-color: #ededf5;
}

.form-screen-wraper .form-box {
	margin-top: 15px;
	max-width: 600px;
	/* height: 390px; */
    min-height: 150px;
	border: 1px solid #ededf5;
	background-color: #ededf5;
}

.form-screen-wraper .forgot-link {
	/* margin-top: -36px; */
	display: inline-block;
    float: right;
    margin-bottom: 3px;
    position: relative;
    bottom: -2px;
}

.form-screen-wraper .btn-theme {
  font-size: 16px;
	font-weight: 700;
	padding: 4px;
}

.form-screen-wraper a.btn-light {
	color: #fff !important;
	line-height: 1.8;
	font-size: 16px !important;
}

.form-screen-wraper .custom-control {
	display: inline-block;
}

.form-footer-bottom .phone-field {
	font-size: 16px;
}

.form-footer-bottom .phone-field i.fas {
	font-size: 16px;
	vertical-align: inherit;
}

.form-footer-bottom i.fa,
.form-footer-bottom i.fas {
	margin-right: 10px;
	font-size: 18px;
	vertical-align: text-bottom;
}

/* End form-screen-wraper */


/* Start Sidebar Container */
#leftMenuOverlayTab {
    display: none;
}

.sidebar {
	width: 100px;
	min-height: 100vh;
	background-color: #fff;
	bottom: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    z-index: 1029;
    box-shadow: 1px 1px 10px #ccc;
}

.sidebar-inner {
	position: relative;
	height: 100%;
}

.sidebar-logo {
	border-bottom: 1px solid rgba(0, 0, 0, .0625);
	border-right: 1px solid rgba(0, 0, 0, .0625);
	line-height: 0;
	padding: 0 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	max-height: 100px;
	min-height: 100px;
	padding-top: 5px;
}

.sidebar-logo{
	/* position: fixed; */
	top:0px;
	border: 0px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s;
}

.sidebar-logo a {
	display: inline-block;
	width: 100%;
}

.sidebar-logo .logo {
	background-position: 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	width: 133px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar-logo .logo-text {
	color: #313435;
}

.sidebar.toggled .sidebar-logo {
	/* padding: 0 10px; */
    min-width: inherit;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s;
}


.sidebar-menu {
	height: calc(100vh - 140px);
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative;
	border-right: 1px solid rgba(0, 0, 0, .0625);
    border-top: 1px solid rgba(0, 0, 0, .0625);
}

.sidebar ul {
	list-style-type: none;
	margin-top: 43px;
}

.sidebar .nav-item {
	position: relative;
	-webkit-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all 5s ease;
}

.sidebar .nav-item:last-child {
	margin-bottom: 16px;
}

.no-touchevents .sidebar-menu li a{
    -webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.sidebar-menu li a {
	color: #333333;
}

.sidebar-menu>li>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 15px;
	position: relative;
	white-space: nowrap;
}

.sidebar .nav-item:first-child .nav-link{
	border-top: 1px solid #ccc;
}
.sidebar .nav-item .nav-link {
	display: block;
	width: 100%;
	text-align: left;
	padding: 5px 20px;
	border-bottom: 1px solid #ccc;
	padding-left: 30px;
}

.sidebar .nav-item .nav-link svg{
    max-width: 100%;
    margin-right: 10px;
	/* display: inline; */
	width: 30px;
}
.sidebar .nav-item .nav-link svg .st0{
    fill:#5d5d5d;
    /*-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}
.sidebar .nav-item .nav-link:focus svg .st0,
.sidebar .nav-item .nav-link:hover svg .st0,
.sidebar .nav-item.active .nav-link svg .st0 {
	fill:#ffffff;
}

.sidebar .nav-item .nav-link span {
	font-size: 16px;
	display: inline;
	outline: none;
}

.sidebar .nav-item.active .nav-link {
	font-weight: 500;
}
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover,
.sidebar .nav-item.active .nav-link {
	background-color: #00a94c;
	color: #fff;
	outline: none;
}

.sidebar .nav-item .collapse {
	position: absolute;
	left: calc(100px + 24px / 2);
	z-index: 1;
	top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
	border-radius: 0.35rem;
	-webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
	display: none;
	-webkit-transition: none;
	transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
	padding: .5rem 0;
	min-width: 10rem;
	font-size: 16px;
	margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
	margin: 0;
	white-space: nowrap;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.65rem;
	color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
	padding: 0.5rem 1rem;
	margin: 0rem;
	display: block;
	color: #3a3b45;
	text-decoration: none;
	border-radius: 0rem;
	white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
	background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
	background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
	color: #4e73df;
	font-weight: 700;
}

.sidebar #sidebarToggle {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 0 !important;
	background: #d2d2d2;
    color: #333333;
}

.sidebar #sidebarToggle::after {
	font-weight: 900;
	content: '\f104';
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
	text-decoration: none;
    background: #00a94c;
    color: #ffffff;
}

.sidebar #sidebarToggle:focus {
	outline: none;
}

.sidebar.toggled #sidebarToggle::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	margin-left: 0.25rem;
}

.dropdown .dropdown-menu {
	font-size: 0.85rem;
}

.dropdown .dropdown-menu .dropdown-header {
	font-weight: 800;
	font-size: 16px;
	color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
	display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
nav.topbar .nav-item.dropdown .dropdown-toggle::after {
	width: 1rem;
	text-align: center;
	float: right;
	vertical-align: 0;
	border: 0;
	font-weight: 900;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
nav.topbar .nav-item.dropdown.show .dropdown-toggle::after {
	content: '\f107';
}

.sidebar .nav-item .nav-link,
nav.topbar .nav-item .nav-link {
	position: relative;
}

.sidebar-inner{
	padding-top: 100px;
}

.rounded-circle-wraper{
	position: absolute;
	right: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	transition: all .3s;
	/* visibility: hidden;
	opacity: 0; */
	margin-top: 6px;
    margin-right: 5px;
}
/* .sidebar:hover .rounded-circle-wraper{
	visibility: visible;
	opacity: 1;
} */
.rounded-circle-wraper .rounded-circle{
	margin-bottom: 0px !important;
}


.user-info .dropdown-item{
    white-space: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.user-info>.nav-link{
    width:100%;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
/* End Sidebar Container */


/* Start Content-wrapper */
#wrapper #content-wrapper {
	background-color: #ededf5;
	min-height: 100vh;
	padding-left: 0px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#wrapper #content-wrapper #content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
#wrapper #content-wrapper #content{
	padding-top: 140px;
}

/* top navbar */

nav.topbar {
	height: 100px;
	max-height: 100px;
	padding: 0px 15px;
	margin-bottom: 40px;
}

.topbar-toggle {
	height: 40px;
	width: 40px;
	position: relative;
	float: left;
	padding: 8px 8px;
	margin-right: 15px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
	/* visibility: visible; */
}

.topbar-toggle .icon-bar {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-color: #666666;
	max-width: 22px;
    margin: auto;
}

.topbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.topbar-toggle:hover {
	background-color: #eaecf4;
}
button.topbar-toggle:focus{
    outline:0px;
}
button.topbar-toggle:hover{
    background-color:transparent;
    background:transparent;
}
.topbar-toggle:active {
	background-color: #dddfeb;
}

nav.topbar .topbar-title h4 {
	font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

nav.topbar .navbar-search {
	width: 25rem;
}

nav.topbar .navbar-search input {
	font-size: 0.85rem;
}

nav.topbar .topbar-divider {
	width: 0;
	border-right: 1px solid #ededf4;
	height: calc(4.375rem - 2rem);
	margin: auto 15px;
}

nav.topbar .nav-item .nav-link {
	/* height: 5.7rem; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 12px;
}

nav.topbar .nav-item .nav-link:focus {
	outline: none;
}

nav.topbar .nav-item:focus {
	outline: none;
}

nav.topbar .dropdown {
	position: static;
}

nav.topbar .dropdown .dropdown-menu {
	width: calc(100% - 1.5rem);
	right: 0.75rem;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
}
nav.topbar .dropdown-item:active,
nav.topbar .dropdown-item.active{
	background-color: transparent;
}

nav.topbar .dropdown-item.not-link,
nav.topbar .dropdown-item:focus.not-link,
nav.topbar .dropdown-item:hover.not-link,
nav.topbar .dropdown-item:active.not-link{
	color: #999999;
	font-weight: 700;
	background-color: transparent;
	text-decoration: none;
}
nav.topbar .dropdown-item:not(.not-link):active,
nav.topbar .dropdown-item:not(.not-link).active,
nav.topbar .dropdown-item:not(.not-link):focus,
nav.topbar .dropdown-item:not(.not-link):hover {
	color: #00a94c;
	text-decoration: none;
	background-color: transparent;
}
nav.topbar .dropdown-item:not(.not-link):active .st0,
nav.topbar .dropdown-item:not(.not-link).active .st0,
nav.topbar .dropdown-item:not(.not-link):focus .st0,
nav.topbar .dropdown-item:not(.not-link):hover .st0{
	fill: #00a94c;
}

nav.topbar .dropdown-list {
	padding: 0;
	border: none;
	overflow: hidden;
}

nav.topbar .dropdown-list .dropdown-header {
	background-color: #00a94c;
	border: 1px solid #00a94c;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

nav.topbar .dropdown-list .dropdown-item {
	white-space: normal;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-left: 1px solid #e3e6f0;
	border-right: 1px solid #e3e6f0;
	border-bottom: 1px solid #e3e6f0;
	line-height: 1.3rem;
}

nav.topbar .dropdown-list .dropdown-item .dropdown-list-image {
	position: relative;
	height: 2.5rem;
	width: 2.5rem;
}

nav.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
	height: 2.5rem;
	width: 2.5rem;
}

nav.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
	background-color: #eaecf4;
	height: 0.75rem;
	width: 0.75rem;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0.125rem solid #fff;
}

nav.topbar .dropdown-list .dropdown-item .text-truncate {
	max-width: 10rem;
}

nav.topbar .dropdown-list .dropdown-item:active {
	background-color: #eaecf4;
	color: #3a3b45;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
	color: #333333;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #b7b9cc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
	color: #b7b9cc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link .fa,
.topbar.navbar-light .navbar-nav .nav-item .nav-link .fas,
.topbar.navbar-light .navbar-nav .nav-item .nav-link .far {
	font-size: 17px;
}

nav.topbar .badge-counter {
	position: absolute;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	right: 10px;
	margin-top: -.6rem;
	color: transparent;
	background-color: #00a94c;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

nav.topbar .nav-item .nav-link .img-profile {
	height: 32px;
	width: 32px;
}

/* End top navbar */


/*footer Container */
footer.sticky-footer {
	padding: 2rem 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.copyright,
.copyright a {
	font-size: 14px;
	color: #222222;
}
.copyright .phone-field {
	/*font-size: 18px;*/
}
.copyright .phone-field i.fas {
	font-size: 16px;
	vertical-align: middle;
}
.copyright i.fa,
.copyright i.fas {
	margin-right: 10px;
	font-size: 18px;
	vertical-align: text-bottom;
}

/* All inner section css Start Here */
.section-heading{
    font-size:16px;
	font-weight:normal;
    margin-bottom:0px;
    color:#222222;
}
.section-heading span.ItemCount {
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
}
.section-price-title, body .h1{
    font-size:32px;
    font-size:2rem;
    font-weight:700;
}
.section-detail-btn {
	font-size: 16px;
	font-weight: 500;
}
.card .card-icon {
	color: #00a94c;
    color:#9c9c9c;
	font-size: 24px;
}
.card .details-icon {
    /*font-size: 20px;*/
    /*background: #cceedb;*/
    line-height: inherit;
    padding: 0px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.item-edit>.card-icon:hover, 
.item-delete>.card-icon:hover {
    color: #00a94c !important;
}
.card-icon svg.record-icon{
    width:27px;
    fill: #00a94c;
}

.item-btn .btn-theme.btn-light, .item-btn .btn-theme.btn-light:focus, .item-btn .btn-theme.btn-light:hover{
    color: #222222 !important;
    background-color: #cceedb;
    border-color: #cceedb;
    font-weight: bold;
}
.item-btn .btn-theme.btn-light>.fa, .item-btn .btn-theme.btn-light>.fas{
    color: #00a94c !important;
}
/* Datatable Css Start */

/* Datatable Form Css */
.datatable-form {
	font-size: 18px;
}
.datatable-form label {
    font-weight: 500;
    margin-bottom: 0px;
    color: #222222;
    font-size: 16px;
}
.datatable-form .btn-lg {
	min-width: 148px;
}
.datatable-form .pagelength {
	max-width: 130px;
}
.dt-buttons{
    position: absolute;
    top: -150px;
    left: 15px;
    display:none;
}


/* table Css Start */
.head-multiple {
	display: block;
	margin-top: 15px;
    white-space: nowrap;
}
.item-multiple {
	display: block;
	margin-top: 15px;
}
.label-data-field {
    margin-top: 23px;
}

/* table.dataTable th {
	vertical-align: top;	
	white-space: nowrap;
}

table.dataTable thead th{
	border-bottom: 0px solid #dee2e6;
} */

.table-hover tbody tr:hover{
	box-shadow: 1px 1px 10px rgba(82, 78, 79, 0.35);
	background-color: transparent;
}
.table-hover tbody tr:only-child{
    box-shadow: none;
	background-color: transparent;
}

table.dataTable .btn {
	border-radius: 0px !important;
}
.dataTables_wrapper .dataTables_filter{
  display: none;
}
table.dataTable td.dataTables_empty{
    position: relative;
    overflow: hidden;
    height: 50px;

    font-weight: 500;
    color: #222222;
    line-height: 1.2;
    font-size: 20px;
    padding-top:40px;
    font-size: 1.12rem;
}
table.dataTable tbody tr:last-child td{
    border-bottom: 1px solid #dee2e6;
}
table.dataTable #loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 30px;
    width: 100%;
    /*background: #fff;*/
    z-index: 9;
    left:0px;
}

.table-card .table-row table.dataTable tbody tr:last-child td{
    border-bottom:0px;
}
.modal-body .table-card{
    margin-bottom: 30px;
}
/* */

/* Datatable Pagination Css Start */
.dataTables_paginate  .page-link {
	color: #000000;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.dataTables_paginate .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #00a94c;
	border-color: #00a94c;
}
.dataTables_paginate .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 169, 76, 0.28);
}
.dataTables_paginate .page-link:hover {
	z-index: 2;
	color: #ffffff;
	text-decoration: none;
	background-color: #00a94c;
	border-color: #00a94c;
}

.dataTables_wrapper .dataTables_info{
    padding-left:15px;
}

/* resposive class datatable*/
table.dataTable>tbody>tr.child ul.dtr-details{
	width: 100%;
}
table.dataTable>tbody>tr.child span.dtr-title{
	font-weight: bold;
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable > tbody > tr.child span.dtr-data {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    position: relative;
}
table.dataTable.dtr-column>tbody>tr>td.control:before,
 table.dataTable.dtr-column>tbody>tr>th.control:before{
	background-color: #28a745;
    line-height: 17.8px;
    width: 17px;
}
table.dataTable.dtr-column>tbody>tr.parent td.control:before, 
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '-';
    background-color: #00a94c;
}

table.dataTable tbody > tr.selected, 
table.dataTable tbody > tr > .selected {
    background: transparent !important;
    color: #212529 !important;
}
table.dataTable tbody tr.selected a, 
table.dataTable tbody th.selected a, 
table.dataTable tbody td.selected a {
    color: #9C9C9C !important;
}
table.dataTable tbody tr.selected td.select-checkbox:before {
    border: #00A94C solid 1px !important;
    background: #00A94C !important;
}
table.dataTable tbody tr.selected td.select-checkbox:after {
    color:#fff !important;
}
.item-action{
    white-space: nowrap;
}
/* Datatable Css End */

/* User Profile Css Start */
.profile-body {
	background: rgba(0, 169, 76, 0.28);
}
.db-profile-link p,
.db-profile-link p a {
	color: #222222;
	font-size: 16px;
	margin-bottom: 0px;
}
.profile-link-icon {
	width: 25px;
	font-size: 20px;
}
.db-profile-image{
	margin-bottom: 20px;
	position: relative;
}
.profile-circle{
	overflow: hidden;
    width: 140px;
	height: 140px;
	border-radius: 50%;
    /*width: 100%;*/
}
.profile-pic{
	/* max-width: 200px; */
	min-height: 100%;
    max-width: 100%;
    display: block;
}
.db-profile-upload-icon{
	width: 30px;
    height: 30px;
    background: #00a94c;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
	cursor: pointer;
	overflow: hidden;
}
.db-profile-upload-icon label{
	margin: 0px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border-radius: 50%;
}
.db-profile-upload-icon .image-upload{
	display: none;
}

.db-profile-text .title{
	font-size: 20px;
	/*white-space: nowrap;*/
    margin-bottom:0px;
}
.db-profile-text .desg{
	font-size: 16px;
	margin-bottom: 0;
}
#profileTab li {
    min-width: 200px;
}
#profileTab li i {
    float: left;
    padding: 12px 10px 0 0;
    font-size: 19px;
    color: #333;
}
#profileTab li a {
    padding-right: 0;
}
/* User Profile Css End */

/* User Profile Tab Css Start */
.profile-tab.nav-pills .nav-item:focus{
	outline: none;
}
.profile-tab.nav-pills .nav-link{
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	background-color: transparent;
	outline: none;
	padding: .5rem 0.96rem;
}
.profile-tab.nav-pills .nav-link.active,
.profile-tab.nav-pills .nav-link:hover,
.profile-tab.nav-pills .nav-link:focus, 
.profile-tab.nav-pills .show>.nav-link {
	color: #00a94c;
}
/* User Profile TAb css End */


/* modal css */
.modal-loader{
    display:none;
}
.modal-open img.loader{
   opacity: 0;
   visibility: hidden;
}
.modal-open .modal-loader{
    display:block;
}

/*modal content*/

.modal-content {
    border-radius: 0px !important;
}
.modal-content .modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 1.5rem 35px;
}
.modal-header .close {
    color: #2e2f2f;
    opacity: 1;
    font-size: 30px;
    outline: none;
}
.modal-title{
	font-size: 22px;
    padding-top: 3px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.modal-content .modal-body {
    padding: 20px 15px;
}

.side-note-wraper {
    background-color: #f1f1f5;
    padding: 25px 15px !important;
    margin-bottom:10px
}
.side-note-wraper p{
	margin-bottom: 0px;
    font-size: 1rem;
}

.modal-content .modal-body .form-group {
    margin-bottom: 10px;
    align-items: center;
}
.modal-content .modal-body .form-row{
   -ms-flex-align: center!important;
    align-items: center!important;
}
.modal-content .modal-body .form-group label, 
.modal-content .modal-body .form-row label {
	font-size: 14px;
    /*word-break: break-all;*/
}

#rewardsPaymentHistoryModal .modal-content .modal-body .form-group{
    margin-bottom:8px;
}
#rewardsPaymentHistoryModal .modal-content .modal-body .form-group label, 
#rewardsPaymentHistoryModal .modal-content .modal-body .form-row label{
    padding:0px;
     margin-bottom:0px;
}
#rewardsPaymentHistoryModal .form-control-plaintext{
    height:auto;
    padding:0px;
    font-weight:500;
}

.modal-body strong {
    font-weight: 500;
}

/*ekko-lightbox*/
.ekko-lightbox.modal .modal-content .modal-header{
        padding: 0;
        background: transparent;
        border: 0;
}
.ekko-lightbox.modal .modal-header .close{
        background: #000;
        border-radius: 50%;
        font-weight: normal;
        text-shadow: none;
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 0;
        text-align: center;
        padding: 2px;
        outline:none;
}
.ekko-lightbox.modal .modal-header .close>span{
    line-height: 20px;
    display: inline-block;
    width: 20px;
    font-size: 25px;
}
.ekko-lightbox.in .modal-dialog{
    margin: auto;
    margin-left: 20px;
}
.ekko-lightbox.in .modal-dialog.modal-xl{
     margin-left: 20px;

}

/* modal_with_style Popup start */

.modal_with_style .modal-body {
    padding: 20px 15px;
}
.modal_with_style .section-heading{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    /*letter-spacing: 1px;*/
    margin-bottom:0px;
}
.modal_with_style .title{
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.modal_with_style .card{
	border: 1px solid #dcdce4;
}
.modal_with_style .card-header {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border: 0px;
}
/*.modal_with_style .card-header h6{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}*/
.modal_with_style .form-group {
    margin-bottom: 8px;
}
.modal_with_style a.card-icon.receipt-icon {
    font-size: 24px;
    vertical-align: top;
    line-height: 24px;
}


.ViewMoreBtn{
    cursor: pointer;
}
.ViewMoreBtn::after{
    display:none;
}
.ViewMoreBtn i::before {
    content: "\f106";
}
.ViewMoreBtn.collapsed i::before {
    content: "\f107";
}

.styleImageWraper{
	padding: 0px 0px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 0px;
    padding-bottom:0px;
}
.styleImageWraper .imgpad{
	min-width:150px;
    min-width:150px;
}
.styleImageWraper .img-fluid {
    height: 80px;
    width: initial;
    margin-left: 0;
    margin-top: -10px;
    /*float: left;*/
}

.ViewMoreContant.collapse:not(.show) .detail_category{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salesInfo-label{
    max-width: 153px !important;
}
.customerInfo-label{
    max-width: 136px !important;
}
.splitInfo-label {
    max-width: 153px !important;
}

.modal-backdrop + .modal-backdrop {
    opacity: 0;
}
/* modal_with_style Popup End */

.addBtn{
	position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    min-width: 82px;
}

.downIcon{
	-o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popovericon, 
.popovericon:hover, a[data-toggle="popover"] {
    color: #333 !important;
    margin-left: 10px;
    font-size: 18px;
}

/*Slider Css*/
.carousel-indicators li{
	width: 12px;
	height: 12px;
	background-color: #666;
	border-radius: 50%;
}
.carousel.h-100 .carousel-indicators{
	margin-bottom: -20px;
}
.carousel-item .style-image img {
    width: 200px;
}


.salesTransactionSlider, 
.styleInStockSlider {
    overflow: hidden;
}
.salesTransactionSlider:hover .carousel-control-prev, 
.salesTransactionSlider:hover .carousel-control-next,
.styleInStockSlider:hover .carousel-control-prev, 
.styleInStockSlider:hover .carousel-control-next {
    transform: translateX(0px);
    opacity: 1;
}
.salesTransactionSlider .carousel-control-prev,
.styleInStockSlider .carousel-control-prev {
    width: auto;
    opacity: 0;
    transform: translateX(-75px);
}

.salesTransactionSlider .carousel-control-next,
.styleInStockSlider .carousel-control-next{
    width: auto;
    opacity: 0;
    transform: translateX(75px);
}
.salesTransactionSlider .carousel-control-next-icon, 
.salesTransactionSlider .carousel-control-prev-icon,
.styleInStockSlider .carousel-control-next-icon, 
.styleInStockSlider .carousel-control-prev-icon {
    height: 40px;
    width: 40px;
    outline: #666;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #666;
    background-image: none !important;
    background-color: #fff;
}
.salesTransactionSlider .carousel-control-next-icon:after,
.styleInStockSlider .carousel-control-next-icon:after {
    content: "\f105";
    color: #666;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.salesTransactionSlider .carousel-control-prev-icon:after,
.styleInStockSlider .carousel-control-prev-icon:after{
    content: "\f104";
    color: #666;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Reward Manager Module*/
.multiple-slider-item {
    display: block;
}
.slider-info .card-body {
    padding: 15px;
}
.slider-info-table {
    margin-bottom: 0;
    margin-top:20px;
}
.slider-info-table th, 
.slider-info-table td {
    padding: 0px 5px 10px;
}
.slider-info-table tr:last-child td{
    padding-bottom:0px;
}
.slider-info-table tr td:first-child{
    white-space:nowrap;
}

.slider-store-image{
    position:relative;
    padding-top:56.25%;
    overflow:hidden;
}
.slider-store-image img{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;   
}
.slider-salesassociates-image img{
    max-width:175px;
    max-height:175px;
    border-radius: .25rem!important;
}

.slider-info .carousel-control-next, 
.slider-info .carousel-control-prev {
    width: 40px;
    height: 30px;
    top: -60px;
    right: -15px;
    background: #ffffff;
    opacity:1;
    border: 1px solid#dedcdc;
}
.slider-info .carousel-control-prev{
    right: 30px;
    left: auto;
}
.slider-info .carousel-control-next i, 
.slider-info .carousel-control-prev i{
    color:#333;
    font-size:18px;
}



/*.full-styleinstock-slider*/
.full-styleinstock-slider .themed-grid-col {
    max-width: 120px;
    min-width: 120px;
}
.full-styleinstock-slider .style-image img{
    width:250px;
}

/*upload section*/
.fileuplaodmainwrapper{
    position: relative;
    min-height: 38px;
    margin-left:5px !important
}
.fileuplaodmainwrapper .uploadBtnSection{
    position: absolute;
    top: 50%;
    left: 0px;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
.fileuplaodmainwrapper .uploadedFileSection {
    position: absolute;
    top: 0px;
    left: 0px;
}
.uploadedFileWrapper{  
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    max-width: 50px;
    min-width: 50px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    border: 1px solid #ddd;
    position: relative;
    background: #f1f1f5;
    min-height: 38px;
    padding: 2px !important;
}

.uploadedFileWrapper .icon{
    font-size: 32px;
    color: #00a94c;
}
.uploadedFileWrapper .remove-file{
    position: absolute;
    right: -10px;
    top: -10px;
    display: block;
    font-size: 18px;
}
.uploadedFileWrapper .remove-file .fa-times-circle{
    font-size:20px;
    font-size: 100%;
    -ms-transform: scale(1);
     -o-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.uploadedFileWrapper:hover .remove-file .fa-times-circle{
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
}

/**/
table.head-bdr-0.dataTable thead th {
    border: 0px solid #dee2e6;
}
.tableonly-section table.dataTable{
    margin-bottom:0px !important;
}
.tableonly-section table.dataTable tbody tr:last-child td{
    border-bottom: 0px solid #dee2e6;
}

/*Error masg*/
.form-screen-wraper span.has-error, 
.form-screen-wraper a.has-error, 
.form-screen-wraper .has-error{
    color: #dc3545!important
}

.has-error,
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label,
.has-error .cutom-form-label,  
.has-error:focus{
    color: #dc3545!important
}

.has-error.form-control {
    border-color: #dc3545!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error label.custom-control-label, 
.has-error .custom-control-label::before, 
.form-group .has-error label.custom-control-label{
    color: #dc3545!important;
    border-color: #dc3545!important;
}
.has-error option{
    color: #333333;
}
.form-control.has-error::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #dc3545 !important;
}
.form-control.has-error::-moz-placeholder {
/* Firefox 19+ */
color: #dc3545 !important;
}

.form-control.has-error:-ms-input-placeholder {
/* IE 10+ */
color: #dc3545 !important;
}

.form-control.has-error:-moz-placeholder {
/* Firefox 18- */
color: #dc3545 !important;
}

.form-control.bg-control.has-error::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #dc3545 !important;
}

.form-control.bg-control.has-error::-moz-placeholder {
/* Firefox 19+ */
color: #dc3545 !important;
}

.form-control.bg-control.has-error:-ms-input-placeholder {
/* IE 10+ */
color: #dc3545 !important;
}

.form-control.bg-control.has-error:-moz-placeholder {
/* Firefox 18- */
color: #dc3545 !important;
}


.alert.form-input-error-msg {
    padding: 4px;
    margin-bottom: 5px;
    color: #a94442;
    font-weight: bold;
}

#spnImageName{
    max-width: 100%;
    height: 38px;
    border: 2px solid #00a94c;
    display: block;
    padding: 6px 10px;
    align-items: center;
}



.modal-body .form-group label, 
.modal-body .form-row label {
    color: #000;
}

.badge-theme{
    color: #fff !important;
    background-color: #00a94c;
}

a.badge-theme:focus, 
a.badge-theme:hover {
    color: #fff;
    background-color: #fb396f;
}
a.badge-theme.focus, 
a.badge-theme:focus {
    outline: 0;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(252, 96, 139,.5);
}


.badge-success,
.badge-approve,
.badge-approved {
   color: #28a745;
   background-color: #28a745;
}
.badge-warning{
    color: #212529;
    background-color: #fcd200;
}

.badge-warning:hover{
    background-color: #fbc122 !important;
}

.badge-pending {
    color: #212529;
    background-color: #FFEB3B;
} 
    .badge-pending:hover {
        background-color: #ecd930 !important;
    }

.badge-pink {
    color: #212529;
    background-color: #ff6699;
}

    .badge-pink:hover {
        color: #212529;
        background-color: #ff6699 !important;
    }

.badge-danger, .badge-reject {
    color: #fff;
    background-color: #dc3545;
}


span.badge-success,
span.badge-approve,
span.badge-approved {
    color: #28a745;
}

span.badge-reject,
span.badge-rejected {
    color: #dc3545 !important;
    color: #535353 !important;
}
/*span.badge-rejected {
    color:#535353 !important;
}*/
span.badge-danger,
span.badge-return,
span.badge-returned{
    background: transparent !important;
    color: #ff7c2c !important;
    color: #dc3545 !important;
}

span.badge-success, 
span.badge-approve,
span.badge-approved,

span.badge-reject,
span.badge-rejected,

span.badge-danger, 
span.badge-return,
span.badge-returned{
    background: transparent !important;
}

span.badge-warning, 
span.badge-warning:focus, 
span.badge-warning:hover{
     background: transparent !important;
    color: #fcd200;
}


span.badge-pending, 
span.badge-pending:focus, 
span.badge-pending:hover {
    background: transparent !important;
    color: #ff7c2c;
}

span.badge.badge-revalidate {
    color: #17a2b8;
}

.upload-container {
    background-color: rgb(239, 239, 239);
    border-radius: 6px;
    padding: 0px;
    position: relative;
    padding-top: 97.83%;
}
.border-container {
    border: 0px dashed rgba(198, 198, 198, 0.65);
    border-radius: 6px;
    padding: 0px;

    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.icons {
    color: #95afc0;
    opacity: 1;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: auto;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa.fa-w-12 {
    width: 55%;
    margin:auto;
    opacity:0.5;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content:center;
}

.cutm_btnm a {
    margin-right: 10%;
    cursor: pointer;
}

    .cutm_btnm a i.fa {
        font-size: 28px;
    }

/* Sales Associate Dashboard Current */

.salesTransactionSlider, 
.styleInStockSlider{
    visibility:hidden;
    opacity:0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.custom-alert {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    padding: .75rem 1.25rem;
}
.success-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

textarea{
    resize:none;
}

.sorting_asc, 
.sorting_desc, 
.sorting{
    outline:none !important;
}
table.dataTable thead .sorting_disabled::before, 
table.dataTable thead .sorting_disabled::after{
    display:none !important;
}

.deleteditem {
    color: #b92c28;
}
.deleteditem small{
    font-size:90%;
}

/*mobile slider css*/
.btn-block + .btn-block{
    margin-top:0px !important
}

/*Notification Page Start*/
.notificationWraper .notification-header h4{
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #222222;
}
.notificationWraper .notification-text{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #333;
}
    .notificationWraper .notification-text small{
        font-weight: normal;
        display: inline-block;
        margin-top: 12px;
        color: #666;
        font-size: 15px;
        letter-spacing: 0.3px;
    }
    .switchWraper{
        display: inline-block;
    }
    .notificationWraper .switch, .switchWraper .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 27px;
        margin-bottom: 0px;
    }
    .notificationWraper .switch input, .switchWraper .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .notificationWraper .slider, .switchWraper .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;         
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 22px;
        background-color: #9c9c9c;
    }
    .notificationWraper .slider .labelIcon, .switchWraper .slider .labelIcon {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        z-index: 1;
        text-align: center;
        box-shadow: inset 0px 0px 2px #020202;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.28);
        border-radius: 50%;
    }        
    .notificationWraper input:checked + .slider, .switchWraper input:checked + .slider {
        background-color: #00a94c;
    }
    .notificationWraper input:checked + .slider .labelIcon, .switchWraper input:checked + .slider .labelIcon {
        -webkit-transform: translateX(23px);
        -ms-transform: translateX(23px);
        transform: translateX(23px);
    } 
    .notificationWraper input[type="checkbox" i]:disabled:checked + .slider , 
    .notificationWraper input[type="checkbox" i]:disabled + .slider,
    .switchWraper input[type="checkbox" i]:disabled:checked + .slider,
    .switchWraper input[type="checkbox" i]:disabled + .slider{
        opacity:0.5;
    } 
    .notificationWraper input[type="checkbox" i]:disabled + .slider .labelIcon,
    .switchWraper input[type="checkbox" i]:disabled + .slider .labelIcon{
        background-color: #c7c7c7;
    } 
    .notificationWraper input[type="checkbox" i]:disabled:checked + .slider,
    .switchWraper input[type="checkbox" i]:disabled:checked + .slider {
        background-color: #00a94c;
    } 
/*Notification Page End*/

/* Conatct US Page Sales Man Section start*/

.contact-details{
        min-width: 345px;
    }
.contact-details h2, 
.contact-details h3{
    margin-bottom:0px;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}
.contact-details h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #555;
    display: inline-block;
    font-size: 16px;
}
.contact-details h2:nth-child(2), 
.contact-details h3:nth-child(2){
    margin-bottom:5px;
}
.contact-details a{
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 2px;
    font-style: italic;
}
    .contact-details .contact-example a{
        font-style: normal;
        font-size:15px;
        line-height:1.5;
    }
    .contact-example {
        border: 1px solid #ccc;
        border-radius: 6px;
        line-height:1.5;
    }
    .contact-example .card {
        border-radius: 6px;
    }
    .contact-example .card-body {
        padding:15px 15px 10px;
        font-size:15px;
        line-height:1.6;
    }
    .contact-example .card-header {
        font-weight: 400;
        text-align: center;
        padding: 8px 5px;
        font-size: 17px;
        margin-bottom:5px;
        position:relative;
    }
    .contact-example .card-header:after {
        content: "";
        bottom: -10px;
        left: 0;
        right: 0;
        width: 0px;
        height: 0px;
        margin: 0 auto;
        position: absolute;
        border-top: 10px solid rgba(0,0,0,.06);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    .contact-example .contact_icon {
        width: 35px;
        text-align: center;
        font-size: 24px;
        color:#5d5d5d;
        margin-right: 12px;
    }
/* Conatct US Page Sales Man Section start*/

/*REwards Help */
.rewardsHelp .card{
    -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.rewardsHelp .card:hover{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.rewardsHelp .card-body {
    padding-bottom: 30px;
}

.rewardsHelp .card-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0px 0 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2e252a;
}
.rewardsHelp .card-img-top{
    border-radius:0px;
}

.numbercard{
    margin-bottom: 0px;
}
.numbercard img{
    opacity: 0.3;
}

 .numbercard .card .card-body>.row {
        height:100%;
    }
  /*.numbercard .card .card-body>.row>div:first-child {
        -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    }*/

/* setting-form */
.setting-form-bg {
    background: #f2f2f2;
    padding: 20px 30px;
}
.setting-form-row{
    padding: 40px 0px;
    border-bottom: 1px solid #f0f0f3;
}
.setting-form-row>h4{
    margin-bottom: 30px;
}
.setting-form-row .card{
    border-bottom: 1px solid #dee2e6;
}
.setting-form-row .card-header{
    border-bottom: 0px solid #dee2e6;
    background-color: transparent;
    padding: 0px 0;
}
.setting-form-row .card-body{
    padding: 10px 0px;
    padding-left: 10px;
}

.style-collapsible-panel{
    margin-top: 30px;
}
.style-collapsible-panel .collapsible-panel-header-link{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    margin-bottom: 0!important;
    padding: 10px 0;
    cursor: pointer;
}
.style-collapsible-panel .callapse-icon {
    font-size: 16px;
    background: #cceedb;
    padding: 0px;
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #00a94c;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
}
.style-collapsible-panel .callapse-icon>i{
    color: #00a94c;
}
.style-collapsible-panel .custom-control {
    height: 24px;
}
.style-collapsible-panel .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 24px;
    height: 24px;
    opacity: 0;
}
.style-collapsible-panel .custom-control-label::before{
    top: 0;
    width: 24px;
    height: 24px;
}
.style-collapsible-panel .custom-control-label::after{
    top: 0;
    width: 24px;
    height: 24px;
}
.style-collapsible-panel .card-body li:not(:last-child){
    margin-bottom: 30px;
}

.style-age-checkbox{
    margin-top: 30px;
}
.style-age-checkbox ul{
    margin-bottom: 0px;
    padding-left: 0px;
}
.style-age-checkbox ul li{
    padding: 10px 0px;
}

/* class="readonly-table" */
/* .readonly-table{width: 100%;} */
.readonly-table>tbody>tr>td{
    vertical-align: top;
    padding-top: 4px ;
    padding-bottom: 4px ;
}
.readonly-table>tbody>tr.last-tr>td{
        padding-bottom: 15px;
    }
.readonly-table>tbody>tr>td:first-child {
    white-space: nowrap;
}
.modal-body .readonly-table>tbody>tr>td:first-child {
    min-width:175px;
}
.readonly-table>tbody>tr>td:last-child{
    padding-left: 30px;
}

/* Dashboard css */
.dashboard-row .border-bottom-light{
    border-bottom: 1px solid #cccccc !important;
}
.dashboard-row .col-md{
    max-width: 28%;
}
.row-group:not(.h-border) tr>td{
    border-top: 0px !important;
}
/*.row-group tr>td:first-child{
    visibility: hidden;
}
.row-group tr.group>td{
    padding: 0px;
    border-top: 1px solid #ccc !important;
    visibility: visible;
}
.row-group tr.group + tr>td{
    visibility: visible;
}
.row-group.two-column tr>td:nth-child(2){
    visibility: hidden;
}
.row-group.two-column tr.dtrg-group{
    display:none;
}
.row-group.two-column tr.group + tr>td,
.row-group.two-column tr.dtrg-group + tr>td{
    visibility: visible;
}*/

.bulk-card{
    letter-spacing: 0.03rem;
}
.bulk-card .text-danger{
    font-weight: 500;
    letter-spacing: 0.03rem;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           /*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;

}
.autocomplete-items {
  position: absolute;
  color: #333333;
    background-color: #fff;
    border: 1px solid #dcdce0;
  /*border-bottom: none;*/
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 5px;
  right: 5px;
}
.table-body .autocomplete-items, 
.datatable-form .autocomplete-items{
    left: 0px;
    right: auto;
    min-width: 100%;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  /*border-bottom: 1px solid #d4d4d4;*/ 
  font-size:16px;
  white-space: nowrap;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

@media print {
        .head-multiple {
            width:100%;
            display: block;
            margin-top: 15px;
            white-space: nowrap;
        }
        .item-multiple {
            width:100%;
            display: block;
            margin-top: 15px;
        }
    }

span.badge.badge-redeemption, 
span.badge.badge-partially, 
span.badge.badge-redemption{
    white-space:normal;
    line-height: 1.5;
}

.badge-partially{
    max-width:150px;
}
.text-nowrap{white-space:nowrap;}


tr.rowbg-odd + tr.rowbg-even td, tr.rowbg-even + tr.rowbg-odd td {
    border-top: 1px solid #dee2e6 !important;
}
/*tr.rowbg-even{
    background-color: rgba(0, 0, 0, 0.05);
}*/

/*Rewards Payment*/
.table tr>td.associatecarddetails{
    padding:0px;
    border-bottom: 1px solid #dee2e6;
    background-color:#f4f4f5;
}

.table tr>td.associatecarddetails .table{
    margin:0px !important;
}

.table tr>td.associatecarddetails .table thead th{
    background-color:#d8f2e3;
}
.btn.btn-link{   
    border: 0px;
    vertical-align: top;
}

/*all css shift bottom to top of media*/
.form-control.auto-complete-input::-webkit-input-placeholder {
   font-size: 1rem;
    font-weight: 400;
    color: #333333;
  }
.form-control.auto-complete-input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.form-control.auto-complete-input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.form-control.auto-complete-input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.btn>.fas.fa-chevron-left{
    margin-right:5px
}
.fas.fa-eye{
    margin-right:5px
}
#desktop_table {
    display: block;
}
.pricingheding {
    background-color: #e5e5e5;
    border-top: 2px solid #e4e4e4;
    text-align: left;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    height: 38px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
  .pricingsubheading {
    border-bottom: 2px solid #e5e5e5;
    color: #1f1f1f;
    font-size: 14px;
    text-align: left;
    height: 48px;
    padding: 0 0 0 15px;
    text-decoration: none;
    font-weight: 500;
}
  .pricingblankdiv {
    background-color: #e5e5e5;
    border-top: 2px solid #e4e4e4;
    color: #1f1f1f;
    font-size: 12px;
    height: 38px;
    text-align: center;
    text-decoration: none;
}
  .topthree {
    border-bottom: 2px solid #e5e5e5;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    text-align: center;
    text-decoration: none;
}
.sidebar-menu{scrollbar-width: thin;}
.sidebar-menu::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.sidebar-menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.sidebar-menu::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.btn-top{
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #d2d2d2;
    outline: none !important;
    /*background: #d2d2d2;*/
}
.eqaual-td td{
    width: 1% !important
}
.equale-height-tabel{
    height:calc(100% - 30px);
}
.modal.right .col-md {
    min-width: 100%;
}

/*th.item-salesassociates:not(.item-rewards\$credited),
td.item-salesassociates:not(.item-rewards\$credited){
    max-width: 287px;
    min-width: 150px;
    width:287px !important; 
}*/

#rewardsPayment_DT th.item-redemptionrequest:not(.item-distribution),
#rewardsPayment_DT td.item-redemptionrequest:not(.item-distribution){
    max-width: 175px;
    min-width: 150px;
    width:175px !important; 
}
#rewardsPayment_DT th.item-paymenthistory:not(.item-rewardspoints),
#rewardsPayment_DT td.item-paymenthistory:not(.item-rewardspoints){
    max-width: 195px;
    min-width: 150px;
    width:195px !important; 
}
#rewardsPayment_DT th.item-rewards\$paid,
#rewardsPayment_DT td.item-rewards\$paid{
    max-width: 165px;
    min-width: 150px;
    width:165px !important; 
}
#rewardsPayment_DT th.item-balrewardspoints:not(.item-rewards\$credited),
#rewardsPayment_DT td.item-balrewardspoints:not(.item-rewards\$credited){
    max-width: 160px;
    min-width: 150px;
    width:160px !important; 
}
#rewardsPayment_DT .storeTableChild th.item-redemptionrequest:not(.item-distribution),
#rewardsPayment_DT .storeTableChild td.item-redemptionrequest:not(.item-distribution){
    max-width: 175px;
    min-width: 120px;
    width: 165px !important;
}
#rewardsPayment_DT .storeTableChild th.item-paymenthistory:not(.item-rewardspoints),
#rewardsPayment_DT .storeTableChild td.item-paymenthistory:not(.item-rewardspoints){
    max-width: 195px;
    min-width: 100px;
    width: 120px !important;
}
#rewardsPayment_DT .storeTableChild th.item-rewards\$paid,
#rewardsPayment_DT .storeTableChild td.item-rewards\$paid{
    max-width: 165px;
    min-width: 100px;
    width: 155px !important;
}
#rewardsPayment_DT .storeTableChild th.item-balrewardspoints:not(.item-rewards\$credited),
#rewardsPayment_DT .storeTableChild td.item-balrewardspoints:not(.item-rewards\$credited){
    max-width: 160px;
    min-width: 100px;
    width: 130px !important;
}
#rewardsPayment_DT th.item-cardaccount,
#rewardsPayment_DT td.item-cardaccount{
    min-width: 100px;
}

table.fixedHeader-floating {
    position: fixed;
    top: 93px !important;
    margin: 0 !important;
    z-index:9; 
}
body.sidebar-toggled table.fixedHeader-floating{
    left:94px !important;
}
table.fixedHeader-floating thead th {
    border-bottom: 1px solid #dee2e6;
}
#RewardsHistoryTable .table-card .card-body {
    padding-bottom: 0px!important;
}

.store_thumb{
    width: 100px;
    max-width: 100px;
    min-height: 56.25px;
    max-height: 56.25px;
    overflow: hidden;
}
.user_thumb{
    width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

#spnDetailRetailerName{
    white-space:nowrap;
}

.table-body .img-fluid.loader{
    max-width:40px;
}
.salesass-card:last-child label {
    margin-bottom: 0;
}
.form-group:last-child .splitInfo-label, 
.form-group:last-child .splitInfo-label + label{
     margin-bottom: 0;
}

.abs_icon_card{
    position:absolute;
}
.abs_icon_card>.card-icon {
    position: absolute;
    top: 0px;
    right: -20px;
}

@media(min-width: 576px) {
    .btn-sm-inline-block{
        width:auto !important;
        display:inline-block !important;
    }
    .modal-dialog {
        max-width: 726px;
        margin: 1.75rem auto;
    }
	nav.topbar .dropdown {
		position: relative;
	}
	nav.topbar .dropdown .dropdown-menu {
		width: auto;
		min-width: 254px;
		right: -15px;
		margin-top: 0;
	}
	nav.topbar .dropdown-list {
		width: 20rem !important;
	}
	nav.topbar .dropdown-list .dropdown-item .text-truncate {
		max-width: 13.375rem;
	}
    /*top-most-btn*/
    .top-most-btn{
        position:relative;
        top: -35px;
        margin-bottom: -20px;
        font-size:14px;
    }
}
@media(min-width: 768px){
    .btn-md-inline-block{
        width:auto !important;
        display:inline-block !important;
    }
   
    nav.topbar .topbar-divider {
		height: 100px;
	}
    .slider-salesassociates-image img{
        max-width:175px;
        max-height:175px;
        height: 9.12vw;
        width: 9.12vw;
    }
    .slider-info-table{
        margin-top:0px;       
        min-height: 200px;
    }
    .section-price-title, body .h1 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .section-heading {
        /*font-size: 16px;*/
    }
    .sidebar .nav-item .nav-link{
        padding: 10px 20px;
    }
    .sidebar .nav-item .nav-link span {
        font-size: .85rem;
        display: inline;
    }
    /*.sidebar .nav-item .nav-link .wt_hover, 
    .sidebar .nav-item .nav-link .wtout_hover{
        max-width:20px;
    }*/
    
    .sidebar-menu>li>a{
        font-size: 14px;
    }

    .sidebar ul {
        margin-top: 40px;
        overflow: hidden;
    }
    .sidebar #sidebarToggle {
        width: 30px;
        height: 30px;
    }
    #wrapper #content-wrapper #content {
        padding-top: 140px;
    }
    /*top-most-btn*/
    .top-most-btn{
        position:relative;
        top: -10px;
        margin-bottom: -17px;
        font-size:14px;
    }
    .top-most-btn .btn-theme{
        font-size:14px;
    }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
        opacity:0.7;
    }
    table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

    table.dataTable thead .sorting::before, 
    table.dataTable thead .sorting::after, 
    table.dataTable thead .sorting_asc::before, 
    table.dataTable thead .sorting_asc::after, 
    table.dataTable thead .sorting_desc::before, 
    table.dataTable thead .sorting_desc::after, 
    table.dataTable thead .sorting_asc_disabled::before, 
    table.dataTable thead .sorting_asc_disabled::after, 
    table.dataTable thead .sorting_desc_disabled::before, 
    table.dataTable thead .sorting_desc_disabled::after {
        top: 0.8em;
    }


    table.dataTable thead .sorting.item-styleId::before, 
    table.dataTable thead .sorting_asc.item-styleId::before, 
    table.dataTable thead .sorting_desc.item-styleId::before{
        left:115px;
    }
    table.dataTable thead .sorting.item-styleId::after, 
    table.dataTable thead .sorting_asc.item-styleId::after, 
    table.dataTable thead .sorting_desc.item-styleId::after{
        left:122px;
    }

    table.dataTable thead .sorting.item-date::before, 
    table.dataTable thead .sorting_asc.item-date::before, 
    table.dataTable thead .sorting_desc.item-date::before{
        left:83px;
    }
    table.dataTable thead .sorting.item-date::after, 
    table.dataTable thead .sorting_asc.item-date::after, 
    table.dataTable thead .sorting_desc.item-date::after{
        left:90px;
    }
    .ViewMoreContant.collapse:not(.show) {
        display: block;
        height: 90px !important;
        overflow: hidden;
    }

    /*.ViewMoreBtn[aria-expanded="true"] + .ViewMoreContant.collapsing[aria-expanded="false"] {
        height: 223px !important;
    }*/
    .ViewMoreBtn[aria-expanded="false"] + .ViewMoreContant.collapsing[aria-expanded="false"] {
        height: 90px !important;
    }
    .contact-form-section{
        max-width: 796px;
        max-width: 66.666667%;
    }
}
@media(min-width: 992px) {

    nav.topbar ul.navbar-nav{
        min-width: 309px;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
	.sidebar {
		width: 71px;
	}
	.sidebar-logo{
		padding: 0 30px;
        min-width: 309px;
	}
	.sidebar .nav-item .collapse {
		position: relative;
		left: 0;
		z-index: 1;
		top: 0;
		-webkit-animation: none;
		animation: none;
	}
	.sidebar .nav-item .collapse .collapse-inner {
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sidebar .nav-item .collapsing {
		display: block;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}
	.sidebar .nav-item .collapse,
	.sidebar .nav-item .collapsing {
		margin: 0rem;
	}
	
	.sidebar .nav-item .nav-link i {
		font-size: 27px;
		margin-right: 10px;
	}
	.sidebar:not(.toggled) .nav-item .nav-link span {
		/* font-size: 18px;
		display: inline;
		position: relative;
		top: 1px;
		left: 8px; */
	}
	.sidebar:not(.toggled) .nav-item .nav-link i+span {
		top: -3px;
	}
	.sidebar .nav-item .nav-link::after {
		width: 1rem;
		text-align: center;
		float: right;
		vertical-align: 0;
		border: 0;
		font-weight: 900;
		content: '\f105';
		font-family: 'Font Awesome 5 Free';
		top: 50%;
		position: absolute;
		visibility: visible;
		opacity: 1;
		right: 15px;
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
		width: 1rem;
		text-align: center;
		float: right;
		vertical-align: 0;
		border: 0;
		font-weight: 900;
		content: '\f107';
		font-family: 'Font Awesome 5 Free';
		top: 6px;
		position: relative;
	}
	.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after
	{
		content: '\f105';
	}
	.sidebar .sidebar-brand .sidebar-brand-icon i {
		font-size: 2rem;
	}
	.sidebar .sidebar-brand .sidebar-brand-text {
		display: inline;
	}
	.sidebar .sidebar-heading {
		text-align: left;
	}
	.sidebar.toggled {
		overflow: visible;
		width: 240px !important;
	}
    .sidebar.toggled .nav-item svg {
        /* margin-right: 0px !important; */
    }
	.sidebar.toggled .nav-item .collapse {
		position: absolute;
		left: calc(100px + 24px / 2);
		z-index: 1;
		top: 2px;
		-webkit-animation-name: growIn;
		animation-name: growIn;
		-webkit-animation-duration: 200ms;
		animation-duration: 200ms;
		-webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
		animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
	}
	.sidebar.toggled .nav-item .collapse .collapse-inner {
		-webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
		box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
		border-radius: 0.35rem;
	}
	.sidebar.toggled .nav-item .collapsing {
		display: none;
		-webkit-transition: none;
		transition: none;
	}
	.sidebar.toggled .nav-item .collapse,
	.sidebar.toggled .nav-item .collapsing {
		margin: 0;
	}
	.sidebar.toggled .nav-item:last-child {
		margin-bottom: 1rem;
	}
	.sidebar.toggled .nav-item .nav-link {
		/* text-align: center;
		padding: 10px 20px;
		width: 100px; */
	}
    
    .sidebar .nav-item .nav-link span{
        display: none;
    }
	.sidebar.toggled .nav-item .nav-link span {
		/* font-size: 0.65rem; */
		display: inline;
	}
	.sidebar.toggled .nav-item .nav-link i {
		margin-right: 0;
    }
    
    
    .sidebar .nav-item .nav-link::after {
        /* display: none; */
        visibility: hidden;
        opacity: 0;
    }   
    
	.sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after,
	.sidebar.toggled .nav-item .nav-link::after {
		/* display: none; */
		visibility: visible;
		opacity: 1;
	}
	
	.sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
		font-size: 2rem;
	}
	.sidebar.toggled .sidebar-brand .sidebar-brand-text {
		display: none;
	}
	.sidebar.toggled .sidebar-heading {
		text-align: center;
	}
	#wrapper #content-wrapper {
		padding-left: 70px;
	}
	nav.topbar .topbar-title h4 {
		font-size: 18px;
	}
	.sidebar-toggled #wrapper #content-wrapper {
		padding-left: 70px;
	}
    nav.topbar .dropdown {
        min-width:224px;
    }
	/* modal */
	.modal-lg{
		max-width: 820px;
	}
	.modal_with_style .modal-lg{
        max-width: 970px;
	} 
	.modal-xl{
		min-width: 991px;
    }
    .modal-content .modal-body{
		padding: 50px 25px;
    }
    .modal_with_style .modal-content .modal-header{
        padding: 1.5rem 25px;
    }
    .modal_with_style .modal-content .modal-body{
		padding: 15px 25px;
	}
    .ekko-lightbox .modal-content .modal-body{
		padding: 10px 10px;
	}
	
    .textareaRow .col-form-label{
        -ms-flex: 0 0 31.65%;
        flex: 0 0 31.65%;
        max-width: 31.65%;
    }
	
    .side-note-wraper h4 {
        background: #f1f1f5;
        padding: 0px 0px 10px; 
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
    }
    .side-note-wraper p {
        font-size: 15px;
    }
	.popup_sidebar{
		position: absolute;
		right: 0px;
		top: 40px;
		z-index: 0;
	}
	
    #recordyourdsale .cutom-form-label{
		-ms-flex: 0 0 22.333333%;
		flex: 0 0 22.333333%;
		max-width: 22.333333%;
	}

}
@media(min-width: 1200px){
    .card .btn-lg, .btn-lg {
        min-width: 90px;
    }
    nav.topbar .nav-item .nav-link .img-profile {
        height: 60px;
        width: 60px;
    }
    .user-info .text-normal {
        font-size: 16px !important;
    }
	.section-price-title, body .h1{
        font-size: 28px;
        font-size: 1.75rem;
    }
    .section-heading {
        font-size: 20px;
    }
	.form-group {
		margin-bottom: 15px;
	}
	.form-screen-wraper .btn-theme {
		padding: 5px 12px;
	}
	.profile-content .btn-lg, 
	.contant-content .btn-lg{
		min-width: 140px;
	}
	
}
@media(min-width:1440px){
    .sidebar {
        width: 220px;
    }
    .sidebar.toggled {
        overflow: visible;
        width: 71px !important;
    }
    .sidebar .nav-item .nav-link::after{
        visibility: visible;
        opacity: 1;
    }
    .sidebar:not(.toggled) .nav-item .nav-link::after{
        -o-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }
    .sidebar .nav-item .nav-link span{
        display: inline;
    }
    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after, 
    .sidebar.toggled .nav-item .nav-link::after {
        visibility: hidden;
        opacity: 0;
    }   
    .sidebar.toggled .nav-item .nav-link span {
        display: none;
    }
	.sidebar-toggled #wrapper #content-wrapper {
		padding-left: 70px;
    }
    #wrapper #content-wrapper {
		padding-left: 220px;
    }
}
@media(min-width: 1600px) {
    span.badge-success, 
    span.badge-approve, 
    span.badge-approved, 
    span.badge-danger, 
    span.badge-reject, 
    span.badge-rejected, 
    span.badge-return, 
    span.badge-returned{}
	body{
		font-size: 16px;
		font-size: 1rem;
	}

    .modal-content .modal-body {
        font-size: 15px;
    }
    .modal-content .modal-body .form-group label, 
    .modal-content .modal-body .form-row label {
	    font-size: 15px;
        /*word-break: break-all;*/
    }

    .h1, h1 {
	    font-size: 36px;
	    font-size: 2.25rem;
    }

    .h2,h2 {
	    font-size: 28px;
	    font-size: 1.75rem;
    }

    .h3,h3 {
	    font-size: 24px;
	    font-size: 1.5rem;
    }

    .h4,h4 {
	    font-size: 18px;
	    font-size: 1.12rem;
    }

    .h5, h5{
	    font-size: 17.5px;
        font-size: 1.09375rem;
    }

    .h6, h6{
	    font-size: 14px;
        font-size: .875rem;
    }

    .section-price-title, body .h1 {
        font-size: 32px;
        font-size: 2rem;
    }
    .section-heading {
        font-size: 20px;
        font-weight:500;
    }

	/*.form-control{
		height: 40px;
	}*/
    .profile-content .btn-lg,
    .contant-content .btn-lg {
        height: 40px;
        line-height: 26px;
    }
	.datatable-form .btn-lg {
		height: 50px;
	}
	.form-screen-header>img{
		max-width: 100%;
	}
	.form-screen-wraper span, 
	.form-screen-wraper label, 
	.form-screen-wraper a,
    .form-screen-wraper .form-screen-footer a {
		font-size: 16px;
	}
	.form-screen-wraper h1 {
		font-size: 36px;
		line-height: 1.2;
	}
	.form-screen-wraper h1 small{
		font-size: 22px;
	}
	.form-screen-wraper, 
	.form-screen-wraper {
		font-size: 16px;
		
	}
	.form-screen-wraper .form-box{
		margin-top: 30px;
	}
	.form-screen-wraper .form {
		padding: 40px 20px 20px;
	}
	.form-footer-bottom .phone-field {
		font-size: 18px;
	}
	.form-footer-bottom .phone-field i.fas {
		font-size: 20px;
		vertical-align: middle;
	}
	.form-screen-wraper .btn-theme {
		font-size: 18px;
		padding: 6px 12px;
	}
	.form-screen-wraper a.btn-light {
		font-size: 20px !important;
	}
	.form-group {
		margin-bottom: 20px;
	}
    .marginBottom0 {
        margin-bottom: 0px !important;
    }
    .AdvanceSearchBox {
        background: #f9f9f9;
        border: solid 1px #ddd;
        padding-top: 11px;
        margin-bottom: 15px;
    }
        .form-screen-wraper .btn-theme {
            font-size: 20px;
            font-weight: 700;
        }

        .sidebar {
            width: 280px;
        }

        .sidebar-logo .logo {
            width: 133px;
        }

        #wrapper #content-wrapper {
            padding-left: 280px;
        }

        .sidebar #sidebarToggle {
            width: 40px;
            height: 40px;
        }

        .topbar-toggle {
            height: 50px;
            width: 50px;
        }

            .topbar-toggle .icon-bar {
                height: 3px;
            }

                .topbar-toggle .icon-bar + .icon-bar {
                    margin-top: 5px;
                }

        .topbar.navbar-light .navbar-nav .nav-item .nav-link .fa,
        .topbar.navbar-light .navbar-nav .nav-item .nav-link .fas,
        .topbar.navbar-light .navbar-nav .nav-item .nav-link .far {
            font-size: 36px;
        }

        nav.topbar .topbar-divider {
            margin: auto 24px;
        }

        .sidebar .nav-item .nav-link .img-profile,
        nav.topbar .nav-item .nav-link .img-profile {
            height: 60px;
            width: 60px;
            /*object-fit: cover;
    object-position: top;*/
        }

        nav.topbar .topbar-title h4 {
            font-size: 20px;
        }
        /* sidebar */
        .sidebar-menu > li > a {
            font-size: 18px;
        }

        .sidebar ul {
            margin-top: 50px;
        }

        #wrapper #content-wrapper #content {
            padding-top: 150px;
        }

        .sidebar .nav-item .nav-link {
            padding: 10px 15px;
            /*padding-left: 30px;*/
        }
            /*.sidebar .nav-item .nav-link .wt_hover, 
	.sidebar .nav-item .nav-link .wtout_hover{
		max-width: 30px;
	}*/
            .sidebar .nav-item .nav-link span {
                font-size: 16px;
            }

        .copyright, .copyright a {
            font-size: 16px;
        }

            .copyright .phone-field i.fas {
                font-size: 20px;
            }

        .card .btn-lg,
        .btn-lg {
            min-width: 148px;
        }
        /* style card dashboadr css */
        /*.style-detail{padding-left: 12% !important;}*/
        /*  */

        .datatable-form label {
            font-weight: 500;
            margin-bottom: 5px;
            color: #222222;
            font-size: 18px;
        }

        .datatable-form .custom-radio .custom-control-label::after {
            top: 0.3rem
        }

        .datatable-form .custom-radio .custom-control-label::before {
            top: 0.3rem
        }

        .datatable-form .custom-radio .custom-control-label {
            padding-top: 0px;
        }
        /* Profile */
        .db-profile-link {
            padding: 0px;
        }

            .db-profile-link p, .db-profile-link p a {
                font-size: 16px;
            }

        .profile-link-icon {
            width: 25px;
            font-size: 20px;
            margin-top: 2px;
        }
        /*reward manager module*/
        .slider-info-table th, .slider-info-table td {
            padding: 0px 15px 10px;
        }
        /*top-most-btn*/
        .top-most-btn {
            position: relative;
            top: -10px;
            margin-bottom: -25px;
            font-size: 16px;
        }

            .top-most-btn .btn-theme {
                font-size: 16px;
            }
        /*full-styleinstock-slider*/
        .full-styleinstock-slider .themed-grid-col {
            max-width: 140px;
            min-width: 140px;
        }

        .half-styleinstock-slider .themed-grid-col {
            max-width: 140px;
            min-width: 140px;
        }

        #carouselSalesTransaction.half-styleinstock-slider .themed-grid-col {
            max-width: 170px;
            min-width: 170px;
        }

        nav.topbar .dropdown {
            min-width: 214px;
        }

        .readonly-table > tbody > tr > td {
            vertical-align: top;
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .modal_with_style .modal-content .modal-header {
            padding: 1.5rem 35px;
        }

        .modal_with_style .modal-content .modal-body {
            padding: 30px 35px;
        }

        label.col-lg-3.col-form-label {
            min-width: 215px;
        }
    }
@media screen and (max-width: 1599.98px){
    .head-multiple {
        display: block;
        margin-top: 10px;
    }
    .slider-info-pad{
        padding-left:0px;
        padding-right:0px;
    }
    #record-filters label.custom-control-label {
        line-height: 20px;
    }
    .user-info .text-normal{
        font-size:14px;
    }
	.form-screen-wraper .form-column{
		max-width: 470px;
		margin-top: 10px;
	}
	.form-screen-wraper .form-screen-header{
		padding: 15px 0px;
	}
	.form-box + .pt-4{
		padding-top: 15px !important;
	}
	.modal form .btn-theme{
		height: 38px;
		line-height: 1.2;
	}
    .styleImageWraper {
        /*padding: 10px 0px;*/
    
    }
    .addBtn{
        bottom: 15px;
    }
    
    #content .container-fluid.px-sm-4.px-xl-5{
        padding-left:15px !important;
        padding-right:15px !important;
    }

    .table td, 
    .table th{
      padding-left: 5px;
      padding-right: 5px;
    }
    
    .btn.btn-link{
        font-size:14px;
    }
}

@media(min-width:992px) and (max-width:1439.98px){
    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after,
	.sidebar.toggled .nav-item .nav-link::after {		
        -o-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
	}
}
@media(min-width: 1200px) and (max-width: 1499.98px){
	.style-detail {
		-ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
		max-width: 275px;
	}
	.col.themed-grid-col {
		max-width: 145px;
	}
	
	.col.themed-grid-col + .col {
		 max-width: 145px; 
	}
    .full-styleinstock-slider .col.themed-grid-col + .col {
        max-width: initial;
    }
}
@media(min-width: 1200px) and (max-width: 1365px) {
    .table td, .table th {
        padding: .45rem;
    }
}

@media screen and (max-width: 1199.98px){
	.profile-circle {
		width: 120px;
		height: 120px;
	}
    .datatable-form label{
        font-size:14px;
    }

    table.dataTable > tbody > tr.child span.dtr-title .head-multiple .popovericon {
        float: left;
        position: absolute;
        top: -3px;
        left: 115px;
    }
}

@media(min-width: 768px) and (max-width: 1199.98px) {
    .slider-info-table {
        margin-top: 20px;
    }
    .slider-salesassociates-image{
        position: relative;
        padding-top: 56.25%;
        min-width: 175px;
    }
    .slider-salesassociates-image img {
        /*max-width: 175px;
        max-height: 175px;
        height: 175px;
        width: 175px;*/
        height: 100%;
        left: 0px;
        top: 0px;
        position: absolute;
        max-width: inherit;
        width: auto;
        max-height: inherit;
    }

    .db-profile-image {
        width: 175px;
    }


    .modal.right.fade.show .modal-dialog {
        min-width: 600px;
    }
    .sidebar #sidebarToggle {
        padding: 0 !important;
    }
}
@media(min-width: 768px) and (max-width: 991.98px) {
    
    .ViewMoreContant.collapse:not(.show) {
        display: block;
        height: 85px !important;
        overflow: hidden;
    }
}

@media screen and (max-width: 991.98px){
	.text-sm {
		font-size: 14px;
	}
	.sidebar {
		left: -280px;
		width: 250px;
		-webkit-transition: all .2s ease-in-out; 
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
	}
	.sidebar.toggled {
		left: 0;
	}
	#wrapper #content-wrapper{
		padding-left: 0;
	}
	.db-profile-link p, 
	.db-profile-link p a {
		font-size: 14px;
	}
	.profile-link-icon {
		font-size: 18px;
        line-height: 24px;
	}
	.db-profile-text .title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.db-profile-text .desg {
		font-size: 15px;
		margin-bottom: 0;
	}
	.modal-title {
		font-size: 24px;
	}
	.popup_sidebar{
		top: 0px !important;
	}
    .addBtn {
        position: absolute;
        right: 0;
        top: inherit;
        bottom: 16px;
        text-align: right;
        padding: 0;
        /*width: 41px;*/
        overflow: hidden;
         width: 35px;
    }

    body.sidebar-toggled {
        position: relative;
        overflow-y: hidden;
    }
    
    .sidebar-menu{
        border-right:0px;
    }

    /*Upload btn section*/
    .fileuplaodmainwrapper {
        max-height: 50px !important;
        /*margin-top: 15px;*/
    }
    .styleImageWraper .imgpad{
	    min-width:130px;
        min-width:130px;
    }

   
}
@media screen and (max-width: 767.98px) {
    
    .TearmsOfUsePageMain #login, 
    .mainDashboard #login {
        position: relative;
        top: 0;
        height: auto;
        padding: 120px 0 40px;
    }

        .TearmsOfUsePageMain #login .container {
            max-width: 100%;
        }

        .mainDashboard #login .sticky-top img {
            float: left;
            padding-left: 0;
            position: relative;
            max-width: 90px;
            left: 15px;
            top: 10px;
        }

        .mainDashboard #login .sticky-top #btnlogout {
            top: 40px;
        }

        .mainDashboard #login .form-row h1.text-center {
            position: fixed;
            top: 23px;
            z-index: 1111;
            right: 0;
            margin: 0 auto;
            display: table;        
            max-width: 220px;
            left: 0;           
        }
        .mainDashboard #login .form-row h1.text-center {
	        font-size: 16px;
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: 1px;
        }
        .mainDashboard #login .form-row h1.text-center small{
	        font-size: 80%;
        }           
        .mainDashboard #login .container .Dashboard_link {
            margin-top: 90px;
        }

        .TearmsOfUsePageMain #login .sticky-top, 
        .mainDashboard #login .sticky-top {
            position: fixed;
            padding: 15px 0;
            background-color: #ededf5;
            display: table;
            height: 87px;
        }

            .TearmsOfUsePageMain #login .sticky-top #btnlogout {
                top: 40px;
            }

    p.deleteditem {
        display: none !important;
    }

    table.dataTable td.dataTables_empty {
        vertical-align: initial;
    }
    nav.topbar.shadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
    }
     nav.topbar {
        padding: 0;
    }
    nav.topbar .topbar-title h4 {
        font-size: 16px;
    }
    .sidebar-logo{
        padding-bottom: 0px;
    }
    .sidebar-logo .logo {
        max-width: 100px;
        padding: 5px;
    }
	
    .sidebar-inner {
        padding-top: 58px;
    }

    #wrapper #content-wrapper #content{
		padding-top: 150px;
	}

    .sidebar #sidebarToggle{
        display:none;
    }

    .text-sm {
        font-size: 16px;
    }
    
	.btn-theme{
		font-size: 14px;
	}

    .form-group {
		margin-bottom: 15px;
	}
	.form-group label, 
	.form-row label {
		font-size: 14px;
        margin-bottom: 5px;
	}
    .form-control {
        font-size: 14px;
         min-height: 38px;
    }
	.col-form-label{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.form-screen-wraper .form-screen-footer{
		padding-bottom: 106px;
	}
	.side-note-wraper{
		position: static;
		width: 100%;
	}
	.side-note-space{
		padding-right: 0;
	}
	

    table td, .table th {
        padding: 5px 10px !important;
    }

    td.item-styleImg {
        max-width: 60px;
        min-width: 60px;
        padding: 5px;
        padding-left: 5px;
    } 

    table td.item-styleImg {
        padding: 5px !important;
        padding-left: 5px !important;
    } 
    .style-image img{
        max-width:150px;
    }
    .datatable-form .custom-control-inline{
		max-width: 50%;
		width:50%;
		margin-right: 0rem;
	}
    .dash-card-link{
        position:absolute;
        right:0px;
        top:0px;
        margin-top:6px !important;
    }
    .dash-card-link.btn-link i{
        margin-bottom:-2px;
    }
    table.dataTable.dtr-column>tbody>tr>td.control, 
    table.dataTable.dtr-column>tbody>tr>th.control{
        padding:0px;
        max-width:10px;
        min-width:10px;
    }
    table.dataTable.dtr-column>tbody>tr.parent td.control:before, 
    table.dataTable.dtr-column>tbody>tr.parent th.control:before{
        background-color: transparent;
        border:0px;
        box-shadow:none;
        content: "\f106";
    }

    table.dataTable.dtr-column>tbody>tr>td.control:before,
     table.dataTable.dtr-column>tbody>tr>th.control:before{
        background-color: transparent;
        border:0px;
        box-shadow:none;
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size:24px;
        color:#000;
        margin-top: -15px;
    }

	.card-body.table-body{
        padding:0px !important;
    }
    .card-body.table-body .datatable-form{
        padding-left:15px;
        padding-right:15px;
    }
    
    .datatable-form .form-control {
        border: 0px;
        border-bottom: 1px solid #dcdce0;
        border-radius: 0px;
        padding-top: 0;
        /*padding-left: 0;*/
        height:30px;
        padding-bottom:0px;
        font-size:14px;
    }
    .datatable-form .form-control::-webkit-input-placeholder {
         font-size: 14px !important; 
    }

    .datatable-form .form-control::-moz-placeholder {
         font-size: 14px !important; 
    }

    .datatable-form .form-control:-ms-input-placeholder {
         font-size: 14px !important; 
    }
     .datatable-form .form-control::-moz-placeholder {
        font-size: 14px !important; 
    }
    .datatable-form .btn-lg {
        min-width: inherit;
        height: 30px;
        padding: 0px 12px;
    }
    .datatable-form .custom-control-inline {
        margin-top:10px;
        max-width: 100%;
        width: 100%;
    }
    .datatable-form .pagelength {
         max-width: inherit;
    }    
    .addBtn{
        right:0;
        top: inherit;
        bottom: 11px;
    }
    .mobile-padding {
        margin-bottom: 20px;
    }
    #regForm #step-form3 .mobile-padding {
        margin-bottom: 10px !important;
    }
    .storeloc-card {
        background: #f8f9fa;
        margin-bottom: 5px !important;
    }
    table.dataTable{
        margin-top:0px !important;
    }

    /*deve*/
    .modal-footer .btn-lg{
        width:100%
    }
    .modal-footer .btn-lg, .modal-footer #alertForDeletebtn .btn-lg {
        width: 46%;
        margin: auto;
    }
    
    .modal-footer .stepform-btn-section .btn-lg {
        width: 92px;
        margin: auto;
    }
  
    /*mobile view*/
    nav.topbar.shadow button#sidebarToggleTop {
        margin-left: 7px;
    }

    .table-hover tbody tr:hover {
        box-shadow: none;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        border-bottom: 0px solid #efefef;
    }

    table.dataTable td, table.dataTable th {
        vertical-align: top;
    }

        table.dataTable td .item-multiple, table.dataTable th .head-multiple {
            display: block;
            margin-top: 5px;
        }

        ul.dtr-details .item-multiple, 
        ul.dtr-details .head-multiple {
            display: inline-block;
            margin-top: 10px !important;
            width: 100%;
        }
        ul.dtr-details .dtr-data span{
            line-height: 20px;
            display: inline-block;
        }

        table.dataTable td span.item-multiple.sku-data:empty {
            display: none;
        }

    #SalesAssociateInfoCarousel .slider-info-table tr td:first-child {
        width: 110px;
    }

    #StoreInfoCarousel .slider-info-table tr td:first-child {
        width: 140px;
    }

    #carouselSalesTransaction .col.themed-grid-col, #carouselStyleInStock .col.themed-grid-col {
        max-width: 150px;
    }

    .numbercard .card .card-body {
        padding-bottom: 0;
    }

        .numbercard .card .card-body .row {
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
        }

    .copyright a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #eee;
        border-radius: 3px;
    }

    .contant-content .form-control.select-css {
        border: 1px solid #dcdce0 !important;
    }

        .contant-content .form-control.select-css.has-error {
            border-color: #dc3545 !important;
        }

    .datatable-form.mobile-filter .form-control {
        border: none !important;
        background-color: #f1f1f5;
    }
    .section-heading .ItemCount {
        font-weight: 400 !important;
        font-size: 16px !important;
        color: #666;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }

    .form-control::-moz-placeholder {
        font-size: 14px;
    }

    .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
     .form-control::-moz-placeholder {
        font-size: 14px;
    }


    .modal-footer .btn-lg {
        width: 100%;
        margin: 5px auto;
    }

    .modal .modal-content {
        border-radius: 0px !important;
        width: 100% !important;
    }

    /*start of login page*/
    .form-screen-wraper .form-group label, 
    .form-screen-wraper .form-row label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .form-screen-wraper .form-screen-header{
        background: #fff;    
        padding-top: 0px;    
        margin-bottom: 40px;
        padding-bottom:0px;
    }

    .form-screen-wraper h1 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .form-screen-wraper .form-row{
        margin-left:0px;
        margin-right:0px;
    }
    .form-screen-wraper .form-column, .mobile-pad0{
        padding-left:0px;
        padding-right:0px;
    }
    .form-screen-wraper .form-column .form-box{
        padding-left:0px;
        padding-right:0px;
        background: #fff !important;
        border: 0px solid #ededf5;
    }
    .form-screen-wraper .form-box p {
        font-size: 17px;
        margin-top: 10px;
    }  
    .form-screen-wraper .form-control{ 
        min-height: 40px; 
        line-height: 40px; 
        font-size: 14px;
    }
    .form-screen-wraper .custom-control-input {
        left: 0;
        width: 16px;
        height: 16px;
        top: 4px;
    }
    .form-screen-wraper .forgot-link{
        bottom: -1px;
    }
    .form-screen-wraper #btnLogin{
        margin-top: 10px;
    }
    .form-screen-wraper .backtologin { 
        width: 100%; 
        text-align: center; 
        margin-top: 30px !important; 
    }
    .form-screen-wraper .backtologin strong{ 
        font-weight: bolder;
    }
    .form-screen-wraper #btnlogout { 
       right: 15px;
        /*top: 30%;
        transform: translateY(-50%);*/
    }
    .form-screen-wraper .form-screen-footer {
        visibility: hidden;
    }
    
    .Dashboard_link{
        padding-left:0px;
        padding-right:0px;
    }

        .Dashboard_link .form {
            padding: 10px 0px;
            color: #fff;
        }

            .Dashboard_link .form .form-group {
                margin-bottom: 5px;
            }

            .Dashboard_link .form:focus {
                background: transparent;
                text-decoration: none;
            }

            .Dashboard_link .form h3 {
                color: #fff;
                text-transform: uppercase;
                font-size: 17px;
                font-weight: 700;
            }

        .Dashboard_link .form-box p {
            font-size: 16px;
            max-width: 210px;
            margin: auto;
            display: none;
        }

        .Dashboard_link .form-box a, .Dashboard_link .form-box a:hover, .Dashboard_link .form-box a:focus {
            text-decoration: none !important;
            font-size: 17px;
            margin-top: 10px;
            font-weight: 500;
            text-transform: uppercase;
        }

        .Dashboard_link a.btn-light {
            background: transparent;
            border-color: transparent;
        }

        .Dashboard_link .RewardsManager_link .form-box {
            color: #fff;
            padding: 30px 15px 30px 15px;
            border-radius: 0px;
            background: #00a94c;
            background: -moz-linear-gradient(top, rgba(0,169,76,0.9) 0%, rgba(0,123,56,0.9) 100%);
            background: -webkit-linear-gradient(top, rgba(0,169,76,0.9) 0%,rgba(0,123,56,0.9) 100%);
            background: linear-gradient(to bottom, rgba(0,169,76,0.9) 0%,rgba(0,123,56,0.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a94c', endColorstr='#e6007b38',GradientType=0 );
        }

        .Dashboard_link .SalesAssociate_link .form-box {
            color: #fff;
            padding: 30px 15px 30px 15px;
            border-radius: 0px;
            background: #daa31a;
            background: -moz-linear-gradient(top, rgba(218,163,26,0.9) 0%, rgba(140,101,6,0.9) 100%);
            background: -webkit-linear-gradient(top, rgba(218,163,26,0.9) 0%,rgba(140,101,6,0.9) 100%);
            background: linear-gradient(to bottom, rgba(218,163,26,0.9) 0%,rgba(140,101,6,0.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6daa31a', endColorstr='#e68c6506',GradientType=0 );
            position: relative;
        }

        .Dashboard_link .RewardsManager_link .form-box:before {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 345 364'%3E%3Cpath class='st0' d='M146.9,317.8c4.6-11.6,9.3-23.1,13.7-34.8c0.3-0.9-0.7-2.7-1.7-3.5 c-7.2-5.7-10.7-13.3-12.2-22.1c-1.6-9.8,2.5-16.5,12.1-19.2c9.8-2.7,19.7-2.6,29.4,0.1c8.8,2.4,12.6,8.1,11.7,17.3 c-0.9,9.2-4.4,17.3-11.7,23.5c-1.1,1-2.5,3.3-2.1,4.3c4.3,11.5,9,22.9,14.2,36.1c12.1-28.4,23.6-55.2,34.8-81.5 c14.1,4.6,27.9,9.2,41.7,13.7c10,3.2,20.2,5.8,29.9,9.4c5.7,2.1,11.1,5.5,16,9.1c6.5,4.7,10.6,11.4,11.3,19.4 c0.8,9.5,1.4,19.1,0.5,28.6c-0.3,3.5-4.2,7.8-7.6,9.6c-11.6,6-23.3,12.1-35.7,16.1c-44.8,14.5-90.9,19.9-138,17.5 c-38-2-75.2-8.2-110.8-21.9c-8.5-3.3-16.5-8-24.4-12.4c-4.9-2.7-7.3-7.1-6.8-13.1c0.5-5.2,0.1-10.5,0.1-15.7 c-0.1-15.1,6.5-26.6,20-33.1c8.9-4.3,18.4-7.4,27.8-10.4c17-5.5,34.2-10.5,52.3-16.1c10.9,25.5,22.4,52.4,33.9,79.3 C145.9,317.7,146.4,317.7,146.9,317.8'%3E%3C/path%3E%3Cpath class='st0' d='M150.4,15.6c2.9-9.7,6.9-13.2,16.6-13.2c39.3,0.1,81.3,23.2,82.6,77.8c0.1,5.2,0,10.5,0,16 c0,0,0.2,0.4,0.5,0.4c11.1,2.6,14.5,7,12.6,18.3c-1.2,7.5-3.2,15-5.5,22.3c-1.8,5.6-5.9,9.7-12.2,10.3c-3.7,0.3-4.8,2.3-5.5,5.6 c-5.3,25.1-19.5,43.8-41.2,57c-17.5,10.7-34.8,9.9-51.8-1c-20.8-13.4-34.5-31.8-39.6-56.3c-0.6-3-1.5-5-5.1-5.3 c-6.3-0.4-10.6-4.5-12.3-10.1c-2.5-8-4.7-16.2-5.7-24.5c-1.3-10.2,1.5-12.9,14-17.1c0-12.1-1.4-24.6,0.3-36.7 c4-29.1,19.8-42.4,49.3-43.4C148.2,15.8,149.1,15.7,150.4,15.6'%3E%3C/path%3E%3C/svg%3E");
            width: 100%;
            height: 100%;
            position: absolute;
            background-repeat: no-repeat;
            background-position: bottom right 15px;
            opacity: 0.1;
            background-size: 120px;
        }

        .Dashboard_link .SalesAssociate_link .form-box:before {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 345 364'%3E%3Cpath class='st0' d='M143.8,1.2c3.4,0.5,6.8,0.8,10.1,1.6c11.4,2.9,21.4,8.3,29,17.5c1.6,1.9,3.4,3.4,5.9,4.3 c6,2.2,9.8,6.7,12.8,12.1c3.8,6.9,4.7,14.4,4.8,22.1c0.2,10-0.2,20-2.1,29.9c-0.1,0.7-0.1,1.8,0.4,2.1c4.3,3.4,4.5,8,3.9,12.8 c-1,8.4-3.3,16.5-6.7,24.2c-0.8,1.8-1.7,3.6-3,4.9c-1.2,1.2-2.9,2.2-4.6,2.5c-1.8,0.4-2.5,1.1-2.8,2.8c-1.8,8.2-4.3,16.3-8.4,23.7 c-10.1,18.2-25.9,27.1-46.4,26.8c-24.3-0.4-40.7-13.1-50.3-35c-2.1-4.7-3.3-9.9-4.8-14.8c-0.7-2.5-1.8-4.4-3.8-6.3 c-2.3-2.2-4.1-5.1-5.5-8c-4.1-8.7-6.6-17.9-6.4-27.7c0.1-4.4,1.7-6.6,5.9-7.8c0.5-0.1,1-0.4,1.5-0.5c-0.8-3.3-1.7-6.4-2.2-9.6 c-2.4-16,0.9-30.9,10.2-44.2C92.2,19.4,106,8.5,123.8,3c2.8-0.9,5.9-1.2,8.8-1.8H143.8z'%3E%3C/path%3E%3Cpath class='st0' d='M5.6,312.2c0-1,0-1.7,0-2.4c0.3-14.7,0.6-29.4,1.1-44.1c0.3-9,1.4-18,4.7-26.5 c4.1-10.5,11.2-18.3,21.3-23.1c10-4.7,20.3-9,30.2-13.9c8.7-4.3,17.2-9.2,25.7-13.9c0.6-0.3,1.1-0.6,1.9-1c0.5,1.2,1,2.3,1.3,3.4 c8,23.9,16,47.8,24.1,71.7c0.5,1.5,0.3,2.4-0.8,3.5c-13.9,14.2-27.7,28.4-41.5,42.6c-1.7,1.8-3.5,2.5-6,2.6 c-19.7,0.3-39.4,0.7-59.1,1C7.8,312.2,6.9,312.2,5.6,312.2'%3E%3C/path%3E%3Cpath class='st0' d='M317.2,252c-3.6,3.3-7,6.2-10.1,9.4c-28.5,29.3-57,58.6-85.6,87.8c-3.4,3.5-7.1,6.9-10.9,10 c-4.4,3.7-6.6,3.8-10.9-0.1c-8.7-8-17.3-16.1-25.9-24.3c-10.8-10.3-21.5-20.8-32.3-31.2c-0.2-0.2-0.5-0.4-1-0.8 c-1.2,1.2-2.3,2.5-3.4,3.6c-12.9,13.2-25.9,26.5-38.8,39.7c-1,1-2.1,2-3.3,3c-4.2,3.6-8.8,3.5-12.9-0.4c-1.3-1.2-2.6-2.5-3.7-3.9 c-2.6-3.3-2.4-8.2,0.4-11.2c18.1-18.8,36.2-37.7,54.3-56.5c4.1-4.2,9.7-4.2,13.9-0.2c16.2,15.4,32.3,30.9,48.5,46.4 c3.1,2.9,6.2,5.9,9.6,9.1c31.5-32.4,62.9-64.7,94.4-97.2c-2.6-2.6-4.9-4.9-7.1-7.3c-2.5-2.6-5.2-5.2-7.5-8c-2.8-3.3-1.5-6.8,2.8-7.2 c6.8-0.8,13.6-1.3,20.3-1.7c8.9-0.6,17.7-1,26.6-1.4c0.6,0,1.2,0,1.8,0c3.6,0.4,4.7,1.2,4.8,4.8c0.2,4.4,0.1,8.8-0.1,13.2 c-0.4,11.3-1,22.7-1.6,34c-0.1,1.2-0.6,2.7-1.4,3.6c-2,2.1-3.9,2.1-6.3,0.4c-1.4-1-2.6-2.3-3.9-3.4 C324.5,258.8,320.7,255.3,317.2,252'%3E%3C/path%3E%3Cpath class='st0' d='M204.4,303c-5.2-5-10.9-10.4-16.5-15.8c-8.2-7.9-16.3-15.8-24.4-23.7c-0.8-0.8-1.2-1.4-0.8-2.6 c7.4-24.3,14.7-48.6,22-72.8c0.2-0.6,0.4-1.2,0.7-2c0.5,0.2,0.9,0.3,1.3,0.6c14.2,8.6,29.6,14.8,44.9,21.2c5.5,2.3,11,4.5,16.3,7.2 c8.9,4.6,15,11.8,18.7,21.1c0.8,1.9,0.6,3.1-0.9,4.6c-16.5,17.1-32.9,34.3-49.5,51.4C212.6,295.8,208.5,299.2,204.4,303'%3E%3C/path%3E%3Cpath class='st0' d='M262.7,191c-1.7-0.1-3.3-0.3-5-0.4c-1.4-0.1-2.1-0.9-2.3-2.3c-0.4-2.8-0.8-5.7-1.2-8.5 c-0.2-1.9-1.2-2.9-3.1-3.3c-4-0.9-8.1-1.8-12-3c-2.1-0.6-4.1-1.8-6.2-2.8c-1.5-0.7-2.1-2-1.7-3.6c1-3.9,1.9-7.8,3.1-11.6 c0.7-2.3,1.4-2.4,3.8-1.7c5.3,1.7,10.6,3.5,16.1,4.7c4,0.9,8.3,0.6,12.2-1.1c3.2-1.4,5.9-3.3,6.4-7.1c0.6-3.8-1.2-6.6-4.2-8.7 c-1.9-1.3-3.9-2.5-6-3.5c-4.5-2.1-9.1-3.8-13.6-5.9c-5-2.4-9.7-5.1-13.3-9.5c-2.7-3.3-4.4-7-4.3-11.4c0-1.6,0-3.2-0.1-4.8 c-0.3-9.5,4.3-16.1,12.1-20.9c2.7-1.6,5.5-3,8.3-4.4c1.6-0.7,2.3-1.6,2.3-3.4c0-3,0.4-6,0.4-9c0-1.5,0.6-2.3,2.1-2.3 c3.2-0.1,6.4-0.2,9.6,0c1.9,0.1,3,1.4,3.2,3.3c0.2,2.1,0.3,4.1,0.4,6.2c0.1,2,0.9,3.3,3.1,3.7c3.7,0.8,7.4,1.6,11.1,2.7 c6.1,1.9,6.5,2.6,5.1,8.7c-0.5,2.3-1.2,4.5-1.9,6.7c-1.1,3.5-1.5,3.6-5,2.5c-2.2-0.7-4.4-1.5-6.7-2c-5.1-1.1-10.2-1.6-15.3-0.8 c-3.3,0.5-5.7,2.1-6.8,5.5c-1.1,3.4,0.2,6.2,2.9,8.1c2.5,1.8,5.3,3.1,8,4.5c6.1,3.1,12.5,5.5,18.3,9.1c11.5,7.2,14.1,17.1,12,29.2 c-0.8,4.8-3.7,8.9-7.2,12.3c-3.7,3.6-7.9,6.6-13,7.9c-2.2,0.6-3.4,2.3-3.6,5c-0.2,2.8-0.3,5.6-0.4,8.4c0,2.1-1.1,3-3.1,3.1 c-1.5,0.1-2.9,0-4.4,0L262.7,191z'%3E%3C/path%3E%3Cpath class='st0' d='M149.1,254.2c-7-1.4-13.3-1.1-20.2,1c0.7-2.3,1-4.2,1.8-5.9c1.4-2.8,1-5-0.9-7.6 c-4.1-5.4-6.9-11.5-8.6-18.1c-1.8-6.8,2.6-12.4,7-14.4c5.3-2.5,10.9-2.4,16.5-1.4c1.4,0.2,2.7,0.6,4,1.2c5.7,2.4,8.5,7.4,7.5,13.5 c-1.2,7-4.3,13.3-8.3,19.1c-1.5,2.1-1.8,3.9-0.8,6.2C147.8,249.7,148.3,251.6,149.1,254.2'%3E%3C/path%3E%3C/svg%3E");
            width: 100%;
            height: 100%;
            position: absolute;
            background-repeat: no-repeat;
            background-position: bottom right 15px;
            opacity: 0.1;
            background-size: 120px;
        }

    .styleInStockSlider small.text-sm {
        font-size: 12px;
    }

    .slider-info .carousel-control-next, .slider-info .carousel-control-prev {
        top: -50px;
        margin-right: 15px;
    }
    .db-profile .db-profile-image {
        float: left;
        margin-bottom: 0px;
    }
    .db-profile .db-profile-image .profile-circle {
        width: 80px;
        height: 80px;
        float: left;
    }
    .db-profile .db-profile-image .db-profile-upload-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .db-profile .db-profile-text {
        width: calc(100% - 110px) !important;
        overflow: hidden;
        text-align: left;
        padding: 15px 0px 0 0px;
        float: left;
    }
    .db-profile .db-profile-text .title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .db-profile-link {
        margin-top: 0 !important;
        padding: 0 0 0;
        display: block;
    }
    .db-profile-link .align-items-center {
        float: left;
        width: 100%;
        text-align: left;
        display: block;
        padding: 0px 0 0 120px;
    }
    .db-profile-link .align-items-center p {
        font-size: 16px;
    }
    .db-profile-link .align-items-center .profile-link-icon {        
    }


    .mb-xs-10px {
        margin-bottom: 30px;
    }

    .salesTransactionSlider:hover .carousel-control-prev,
    .salesTransactionSlider:hover .carousel-control-next,
    .styleInStockSlider:hover .carousel-control-prev,
    .styleInStockSlider:hover .carousel-control-next {
        display: none;
    }

    .slider-info .carousel-control-next, .slider-info .carousel-control-prev {
        border: 0px;
    }

    .slider-salesassociates-image img {
        max-width: 175px;
        max-height: 175px;
        min-height: 175px;
        width: 100%;
    }

    table.dataTable#salesAssociatesList td .item-multiple {
        margin-top: 5px;
    }

    .sidebar .nav-item.dropdown .dropdown-toggle::after, nav.topbar .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }

    #divRedeemNoweRewardManager a.btn {
        padding: 3px 7px;
        font-size: 12px;
    }

    table.dataTable thead .sorting.item-styleId::before, 
    table.dataTable thead .sorting_asc.item-styleId::before, 
    table.dataTable thead .sorting_desc.item-styleId::before{
            top: 5px;
    }
    table.dataTable thead .sorting.item-styleId::after, 
    table.dataTable thead .sorting_asc.item-styleId::after, 
    table.dataTable thead .sorting_desc.item-styleId::after{
        top: 5px;
    }

    table.dataTable thead .sorting.item-date::before, 
    table.dataTable thead .sorting_asc.item-date::before, 
    table.dataTable thead .sorting_desc.item-date::before{
        top: 5px;
    }
    table.dataTable thead .sorting.item-date::after, 
    table.dataTable thead .sorting_asc.item-date::after, 
    table.dataTable thead .sorting_desc.item-date::after{
        top: 5px;
    } 
    table.dataTable#salesAssociatesList td.min-tablet-l, 
    table.dataTable#salesAssociatesList th.min-tablet-l{
        display:none !important;
    }
    .contact-details {
        min-width: 345px;
        margin-top: 30px;
    }

    .ViewMoreContant.collapse:not(.show) {
        display: block;
        height: 85px !important;
        overflow: hidden;
    }

    .ViewMoreContant.collapsing[aria-expanded="false"] {
        height: 90px !important;
    }
    .ViewMoreContant.collapse:not(.show) .detail_id {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .notificationWraper .card .card-body p {display: none;}
    .notificationWraper #notificationWraper .row.py-2 {margin-bottom: 10px !important;}
    .notificationWraper .notification-text {font-size: 15px !important;font-weight: 400 !important;}
    .notificationWraper .notification-text small {display: none !important;}
    .notificationWraper .switch {width: 40px !important; height: 20px !important;}
    .notificationWraper .slider .labelIcon {height: 16px !important;width: 16px !important;}
    .styleImageWraper .imgpad{
	    min-width:115px;
        min-width:115px;
    }
    .table-card .table-row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    #stylesInStock_wrapper .toolbar-Left {
        display: none;
    }

    #stylesInStock_wrapper .toolbar-Center div.dataTables_paginate ul.pagination {
        justify-content: flex-start;
    }

    #stylesInStock_wrapper .toolbar-Right {
        width: 190px;
        position: absolute;
        right: 15px;
        margin-top: 6px;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    #salesApproval .modal-footer .btn-lg {
        /*width: 32%;*/
        /*margin: 5px 0.3%;*/
    }
}

@media screen and (max-width: 575.98px){
    .table th {
        padding: 5px 0px !important;
        font-size:14px;
        padding-left:10px !important;
    }
    table.dataTable>tbody>tr.child span.dtr-title{
        width: 40%;
    }
	body .h1, .section-price-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.h2, h2 {
		font-size: 16px;
		font-size: 1rem;
	}
	.h3, h3 {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.h4, .section-heading{
		font-size: 16px;
		font-size: 1rem;
	}
    .text-sm {
        font-size: 14px;
    }
    .section-detail-btn {
        font-size: 13px;
    }
	nav.topbar {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
        height: auto;
        max-height: 90px;
        padding: 10px 0;
        display: -webkit-flex;
    }
    .sidebar-logo .logo {
        max-width: 65px;
        padding: 0;
    }
    /*nav.topbar .topbar-title {
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 5px;
        padding-bottom: 5px;
    }*/
    #wrapper #content-wrapper #content {
        padding-top: 65px;
    }
    .sidebar-inner {
        padding-top: 45px;
    }
	nav.topbar .navbar-nav{
		/*-ms-flex-order: 3;
		order: 3;*/
        width: 85px;
	}
    nav.topbar .navbar-nav .user-info{
        margin-left:auto;
    }
	nav.topbar .topbar-title h4{
		font-size: 14px;
	}
    nav.topbar .nav-item .nav-link {
        padding: 0 10px;
        /*padding-right: 15px;*/
    }
    nav.topbar .dropdown .dropdown-menu{
        width:100%;
        margin:0px;
        right:0px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
	.sidebar .badge-counter, 
	nav.topbar .badge-counter{
		right: 5px;
    	margin-top: -0.35rem;
	}

    .sidebar-logo{
		max-height: inherit;
		min-height: auto;
		height: auto;
		/* width: 100%; */
		text-align: center;
        padding-bottom:5px;
	}
	
	/* form */
	.form-screen-wraper .form {
		padding: 10px 0px;
	}
	
	.form-screen-wraper h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.form-screen-wraper h1 small{
		font-size: 80%;
	}	
	footer.sticky-footer{
		padding: 20px 0px
	}
    
    .db-profile .db-profile-text {
        width: calc(100% - 90px) !important;
    }
    .db-profile .db-profile-text .title {
        font-size: 18px;
    }    
    .db-profile-link .align-items-center {
        padding: 0px 0 0 88px;
    }
    .db-profile-link .align-items-center p {
        font-size: 15px !important;
    }
    .db-profile-link .align-items-center .profile-link-icon {
        font-size: 17px;
        line-height: 24px;
        margin-right: 0 !important;
        width: 20px;
    }
    .contact-details{
        min-width: 290px;
    }

    .mainDashboard #login{
        padding: 60px 0 40px;
    }
    /*.TearmsOfUsePageMain #login .sticky-top,*/ 
    .mainDashboard #login .sticky-top {
        padding: 10px 0;
        height: 60px;
    }

    .mainDashboard #login .form-row h1.text-center {
	        font-size: 14px;   
            max-width: 194px;
            top: 16px;
     }
    .mainDashboard #login .sticky-top img{
        max-width: 65px;
        left: 10px;
        top: 5px;
    }
    .mainDashboard #login .sticky-top #btnlogout{
        top: 28px;
        right: 10px;
    }
    #profileTab li {
        width: 50%;
        min-width: 50%;
    }
    #profileTab li a {
        font-size: 15px;
        padding-left: 8px;
        float: left;
    }
    #profileTab li i {
        padding: 10px 0px 0 0;
        font-size: 17px;
        width: 20px;
        text-align: right;
    }
    .date_fieldP {max-width: 90%;}
}
@media screen and (max-width: 375px) {
    .mainDashboard #login .container .Dashboard_link {
        margin-top: 90px;
    }

    .form-screen-wraper .Dashboard_link .form {
        padding: 5px 0px 0px;
    }

    .Dashboard_link .form h3 {
        /*font-size: 16px;*/
    }

    .Dashboard_link .form-box p {
        /*font-size: 14px;*/
    }

    .Dashboard_link .form-box a, .Dashboard_link .form-box a:hover, .Dashboard_link .form-box a:focus {
        /*font-size: 12px;*/
    }

    table.dataTable > tbody > tr.child span.dtr-title .head-multiple .popovericon {
        left: 108px !important;
    }
    #TermsOfUseBox { max-height: 300px !important; }
}

/*Mobile UI Based CSS*/
@media(max-width: 767.98px){
    .slider-info .card-body {
        padding: 0px 15px;
    }
    .slider-info .card-body h3{
        font-size:16px;
    }
    .owl-item .item p{
        line-height:1.5;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 10px 0 15px;
    }
    .mobi-pad0{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .mobile-row{
        margin-left:0px !important;
        margin-right:0px !important;
    }
     
    /*mobile filter css*/
    .filter-sticky {
        position: fixed;
        background-color: #eef1ef;
        /*top:88px;*/
        z-index: 1029;
        left: 0px;
        right: 0px;
        margin: 0px !important;
        /*border: 1px solid #ccc;*/
    }
    #mobileFilterBtn i.fa{
        margin-bottom: 2px;
        margin-right: 5px;
    }
    .mobile-filter .btn-link {
        font-size: 15px;
    }
    .mobile-filter #closeMobileFilterBtn {
        -ms-flex-order: 1;
        order: 1;
    }
    .datatable-form.mobile-filter{
        position: fixed;
        width: 70%;
        max-width: 270px;
        background: #fff;
        padding: 15px;
        left: inherit;
        right: 0px;
        bottom: inherit;
        z-index: 1031;
        padding-top: 20px;
        padding-bottom:50px;
        border: 1px solid #ccc;
        box-shadow: 1px 1px 10px #000;
        max-height: 100%;
        height: 100%;
        overflow-y: auto;
        top:0px;
        display:none;
        /*opacity:0;*/
        transform: translateX(100%);
        -webkit-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
    }
    .datatable-form.mobile-filter.open{
        /*opacity:1;*/
        transform: translateX(0px);        
    }

    .filter-overlay{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.16);
        opacity:1;
    }
    body.overlay-open{
        overflow:hidden;
        /*position: fixed;*/
    }

    /*stpe form css*/
    .rewardShareSec{
        max-width: 72px;
    }
    .rewardShareSec .form-control{
        max-width: 40px !important;
        padding: 0 5px;
    }

    .form-section, .stepform-btn-section>.stepFormBt{
        opacity:0;
        transform:translateX(100%);
        -webkit-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
        position: absolute;
    }
    .open.form-section, .stepform-btn-section>.open.stepFormBt{
        opacity:1;
        transform:translateX(0px)
    }
    .over.form-section, .stepform-btn-section>.over.stepFormBt{
        opacity:0;
        transform:translateX(-100%)
    }

    /*stpew3 form css*/

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
      background-color: #ffdddd !important;
    }
    /* Hide all steps by default: */
    .tab {
      display: none;
    }
    /* Make circles that indicate the steps of the form: */
    .step {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbbbbb;
      border: none;
      border-radius: 50%;
      display: inline-block;
      opacity: 0.5;
    }
        /* Mark the active step: */
        .step.active {
            opacity: 1;
        }
        /* Mark the steps that are finished and valid: */
        .step.finish {
            background-color: #4CAF50;
        }

    .custom-alert {
        min-width: 90%
    }
    #profileTab li {
        white-space: nowrap;
    }
     .profile-content .btn {
        min-width: 80px;
        margin-top: 5px !important;
    }

    .px-0-m {
        padding-left:0px;
        padding-right:0px;
    }
    /*mobile footer Nav*/
    .mobilebottombar {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 1049;
        box-shadow: 10px 10px 1rem rgb(0,0,0)!important;
    }

        .mobilebottombar .list-inline-item > .nav-link {
            margin-right: 0;
            padding: 5px;
            margin-top: 5px;
        }

            .mobilebottombar .list-inline-item > .nav-link > span {
                display: block;
                font-size: 12px;
                color: #666;
            }

            .mobilebottombar .list-inline-item > .nav-link > svg {
                width: 25px;
            }

                .mobilebottombar .list-inline-item > .nav-link > svg > .st0 {
                    fill: #5d5d5d;
                }

            .mobilebottombar .list-inline-item > .nav-link:focus > svg > .st0,
            .mobilebottombar .list-inline-item > .nav-link:hover > svg > .st0,
            .mobilebottombar .list-inline-item.active > .nav-link > svg > .st0 {
                fill: #00a94c;
            }

            .mobilebottombar .list-inline-item > .nav-link:focus > span,
            .mobilebottombar .list-inline-item > .nav-link:hover > span,
            .mobilebottombar .list-inline-item.active > .nav-link > span {
                color: #00a94c;
            }

    .profile-content {
        padding: 0px;
    }

        .profile-content .col-form-label {
            padding-top: calc(.375rem + 1px);
            padding-bottom: calc(.375rem + 1px);
        }

        .profile-content .custom-control.custom-checkbox.custom-control-inline:last-child {
            margin-bottom: 0px !important;
        }

    .card-body {
        padding: 15px;
    }
     /*mobile Dashboard*/
    .mobBgSlideHead{
        background-color: #fff;
        margin-bottom: 0 !important;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .owl-item .list-inline-item{
        min-width:100px;
    }
    .owl-stage {
        /*left: -25px;*/
    }
    .owlcenter .owl-stage{
        left:0px;
    }
    .owl-item .item {
        width: 100%
    }
    .owl-stage .slider-store-image {
        border-radius: 6px;
        background: #f1f1f1;
    }
    .owl-stage .rounded-circle{
        border-radius:50% !important;
        background: #f1f1f1;
    }
    .owl-stage .mobslideimage{
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }
    .mobslideimage img {
        position: absolute;
        height: 100%;
        width: 100% !important;
        top: 0%;
        left: 0%;
        /*transform:translate(-50%)*/
    }
    .mobileModal{
        background: rgba(253,148,143,1);
    }
    /*#noSalesSummery.mobileModal{
        background: rgba(253,148,143,1);
        background: -moz-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,148,143,1)), color-stop(100%, rgba(255,184,129,1)));
        background: -webkit-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: -o-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: -ms-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: linear-gradient(to right, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd948f', endColorstr='#ffb881', GradientType=1 );
    }
    #noRewardSummary.mobileModal{
        background: rgba(63,201,125,1);
        background: -moz-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,201,125,1)), color-stop(100%, rgba(139,220,175,1)));
        background: -webkit-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: -o-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: -ms-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: linear-gradient(to right, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc97d', endColorstr='#8bdcaf', GradientType=1 );
    }*/

    .mobile_summary_banner .card{
        padding:15px;
        width:100%;
        height:100%;
    }
    .mobile_summary_banner .card-body{
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        min-height:125px;
        border-radius:4px;
        text-align:center;
        background: rgba(253,148,143,1);
    }

    .mobile_summary_banner a{
        color:#fff;
        text-decoration:none;
    }
    /*.salessummaryBannner{
        min-height:125px;
        border-radius:4px;
        text-align:center;
        background: rgba(253,148,143,1);
        background: -moz-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,148,143,1)), color-stop(100%, rgba(255,184,129,1)));
        background: -webkit-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: -o-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: -ms-linear-gradient(left, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        background: linear-gradient(to right, rgba(253,148,143,1) 0%, rgba(255,184,129,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd948f', endColorstr='#ffb881', GradientType=1 );
    }
    .rewardsummaryBannner{
        min-height:125px;
        border-radius:4px;
        text-align:center;
        background: rgba(63,201,125,1);
        background: -moz-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,201,125,1)), color-stop(100%, rgba(139,220,175,1)));
        background: -webkit-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: -o-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: -ms-linear-gradient(left, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        background: linear-gradient(to right, rgba(63,201,125,1) 0%, rgba(139,220,175,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc97d', endColorstr='#8bdcaf', GradientType=1 );
    }*/

    .mobileModal-header{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
        background-color: #e2ede4;
        padding-top: 5px;
        padding-bottom: 5px;
        padding: 1.5rem 35px;
        width: 100%;
        margin-bottom: 20px;
    }

    .mobileModal{
        position: fixed;
        top: 0;
        z-index: 1050;
        right: 15px;
        padding: 30px 0px 20px;
        background: #fff;
        height: 100%;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
        opacity: 0;
        display:block;
        width:100%;
        max-width: 576px;
        overflow: auto;
    }
    .mobileModal.active{
        transform: translateX(0%);
        opacity: 1;
    }
    footer.sticky-footer{
        display:none;
    }
    #wrapper #content-wrapper {     
        padding-bottom: 54px;
    }
    .mobileModal .section-detail-btn {
        right: 15px;
        font-size: 38px;
        color: #000;
        top: -30px;
        position: absolute;
        line-height: 0.8;
        text-decoration: none;
    }

    .mobileModal h4 {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .btnL-50 {
        float: left;
        width: 48% !important;
        margin: 0px !important;
    }

    .btnR-50 {
        float: right;
        width: 48% !important;
        margin: 0 0 0 2% !important;
    }
    .form-screen-wraper .Dashboard_link .form-box + .form-box{
        margin-top: 40px;
    }
    #divStoreAssignedLocation {background: #fff;}
    table.dataTable > tbody > tr.child span.dtr-title .head-multiple .popovericon {display: none;}

    #TermsOfUseBox { max-height: 390px !important; }
    .rewardsHelp .card-title{
        font-size: 20px !important;
    }

    .numbercard {
        margin-bottom: 0px;
    }
    .dashboard-row .col-md{
        max-width:100%;
        margin-bottom:30px;
    }
    .dashboard-row .col-md:last-child{
        margin-bottom:0px;
    }
    
}
@media(max-width: 575.98px) {
    .modal-content .modal-header {
        padding: 10px 15px;
    }
    .modal-title {
        font-size: 16px;
    }
    .ekko-lightbox.modal .modal-header .close{
        margin-right: -7px;
        margin-top: -7px;
    }

    .slider-info .card-body h3{
        font-size:14px;
    }
    #mobDivSalesAssociate .owl-stage {
        left: -25px;
    }
    .owl-stage .mobslideimage {
        padding-top: 80%;
    }
    .mobslideimage img {
        width: 80% !important;
        left: 50%;
        transform:translate(-50%);
    }
    .mobilebottombar .list-inline-item:not(:last-child){
        margin-right:0px !important;
    }
    span.item-multiple.sku-data {
        word-break: break-all;
    }
     .styleImageWraper .imgpad{
        padding-right: 0;
    }
    .styleImageWraper .imgpad{
         -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        min-width:inherit;
     }
}
@media(max-width: 374px){
    nav.topbar .navbar-nav {
        width: 56px;
    }
    nav.topbar .topbar-title h4 {
        font-size: 10px;
    }
    .mainDashboard #login .form-row h1.text-center {
        max-width: 144px;
	    font-size: 10px;   
     }
    .mobilebottombar .list-inline-item>.nav-link>span {
        font-size: 10px;
    }

    #mobDivSalesAssociate .owl-stage {
        left: -20px;
    }
}

.emailToSalesAssociates .modal-dialog{
    max-width:420px;
    left: calc((100% - 800px)/2 - 210px);
    margin-right: auto;
    margin-left: inherit;
}
.emailToSalesAssociates .modal-header {
    padding: 10px 15px !important;
}
.emailToSalesAssociates .modal-header .modal-title {
    font-size: 18px;
}
.emailToSalesAssociates button.close {
    margin: 0px !important;
    padding: 3px 0;
}
.emailToSalesAssociates .modal-body {
    padding: 20px 15px 10px;
}

.btnemailtoSalesAssociatesSec{
    margin-top:20px
}
.AdvanceSearchBox {
    background: #f1f1f1;
    border: solid 1px #ddd;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}
.marginTop20 {
margin-top:20px;
}
.marginTop25 {
    margin-top: 25px;
}
.Adv-text {
    font-size: 14px;
    font-weight: 600;
    color:#333;
}
    .Adv-text:hover, .Adv-text:focus, .Adv-text:active {
        color: #00a94c;
        text-decoration: none;
    }
#ad-seach-box, .ad-search-box {
    display: block !important;
}

/* Closed state */
.ad-search-box {
    max-height: 0 !important;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.9s ease, opacity 0.9s ease;
}

/* Open state */
.ad-box-open {
    max-height: 1000px !important; /* large height */
    opacity: 1 !important;
}

/* Arrow animation */
#advIcon {
    transition: transform 0.3s ease;
}

.rotate-up {
    transform: rotate(180deg);
}

.rotate-down {
    transform: rotate(0deg);
}
.marginBottom35 {
    margin-bottom: 35px;
}
#searchmulipleretailers .modal-header {
    margin: 0;
    padding: 5px 35px 10px;
}
    #searchmulipleretailers .modal-header .close {
        margin-top: -12px;
    }
#searchmulipleretailers .modal-body {
    padding-top: 30px;
    padding-bottom: 20px;
}
#searchmulipleretailers h5#myModalLabel {
    font-size: 18px;
}
    /*Multi select retailers*/

    @media (min-width: 992px) {
        div#searchmulipleretailers .modal-dialog {
            width: 1100px;
            max-width: 1100px;
        }
    }

    .dual-list-box {
        border: 1px solid #aaa;
        padding: 0;
    }

    .dual-list-header {
        background: #e6e6e6;
        font-weight: bold;
        padding: 8px;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }

    .dual-list-subheader {
        background: #d1d1d1;
        padding: 5px;
        font-weight: bold;
        border-bottom: 1px solid #aaa;
    }

    .dual-list-body {
        height: 310px;
        overflow-y: auto;
    }

    .list-item {
        display: flex;
        align-items: center;
        padding: 5px;
        border-bottom: 1px solid #e6e6e6;
        font-size: 13.5px;
    }

        .list-item:hover {
            background: #f5f5f5;
            cursor: pointer;
        }

    .item-text {
        margin-left: 10px;
    }

    .remove-icon {
        color: red;
        font-weight: bold;
        cursor: pointer;
        margin-right: 10px;
    }

    .apply-btn {
        background-color: #ff8c00;
        color: white;
        padding: 10px 30px;
        font-size: 16px;
        border: none;
    }
    /* End Multi select retailers*/
    /*input cross*/
    .clear-input {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #888;
        cursor: pointer;
        display: none;
    }

    .auto-complete-input:focus + .clear-input,
    .auto-complete-input:not(:placeholder-shown) + .clear-input {
        display: block;
    }
    /*input cross*/