@font-face {
    font-family: 'helveticaneuebold';
    src: url('../css/fonts/helvetica-fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('helvetica-fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueblackcond';
    src: url('../css/fonts/helvetica-fonts/helveticaneue_blackcond-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneue_blackcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../css/fonts/helvetica-fonts/helveticaneue_light-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../css/fonts/helvetica-fonts/helveticaneue_medium-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuethin';
    src: url('../css/fonts/helvetica-fonts/helveticaneue_thin-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('../css/fonts/helvetica-fonts/helveticaneue-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../css/fonts/helvetica-fonts/helveticaneuebd-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneuebd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueheavy';
    src: url('../css/fonts/helvetica-fonts/helveticaneuehv-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneuehv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueitalic';
    src: url('../css/fonts/helvetica-fonts/helveticaneueit-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneueit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../css/fonts/helvetica-fonts/helveticaneuelt-webfont.woff2') format('woff2'), url('helvetica-fonts/helveticaneuelt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/****Font*******/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


/* FontAwesome */

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('./fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}


/****Font*******/


/****************************Reset************************************/

* {
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
}

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
fieldset {
    margin: 0px auto;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
}

a,
img a {
    text-decoration: none;
    border: 0;
    outline: 0 !important;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

a,
button,
input {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

:focus {
    outline: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

ol,
ul,
li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
}

.verticle-table {
    display: table;
    width: 100%;
    height: 100%;
}

.verticle-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    padding: 9px 6px 8px;
    border-radius: 2px;
    vertical-align: middle;
    width: 100%;
    box-shadow: none;
    border: 1px solid #363636;
    background-color: #fff !important;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-control {
    height: auto;
}

.modal-content {
    border: none;
}


/*********************************************
Material CSS Start For Form Element
*********************************************/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 18px;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #f05038;
    border-bottom: 2px solid #f05038;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in+label:before,
[type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #d2d1d1;
    top: 0px;
    z-index: 0;
    border-radius: 3px;
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    z-index: 0;
    border-radius: 3px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    font-size: 14px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #363636;
    font-weight: 400;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}

[type="radio"]:checked+label:before {
    border: 2px solid transparent;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
    border-radius: 50%;
}

[type="radio"]:checked+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
    border: 2px solid #7da527;
}

[type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"]:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

[type="radio"]:checked+label:after,
[type="radio"]:checked+label:after {
    background-color: #f05038;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: 1px solid #c1c1c1;
}

[type="radio"]:checked+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
    border: 1px solid #c1c1c1;
}

.th-checkbox {
    display: inline-flex;
    vertical-align: middle;
    margin: -2px 0 -5px 0;
}


/* dashboard */

.total-status-wrapper {
    min-height: 103px;
    padding: 20px;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.total-status-wrapper {
    background: #8eba1d;
}

.total-status-wrapper .total-usersicon,
.total-status-wrapper .total-numbers {
    float: left;
}

.total-status-wrapper .total-usersicon {
    width: 22%;
}

.total-status-wrapper .total-numbers {
    width: 78%;
    text-align: right;
}

.total-status-wrapper .total-usersicon .fa {
    margin: 6px 0 0 0;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.total-status-wrapper:hover .total-usersicon .fa {
    opacity: 1;
}

.total-status-wrapper .total-numbers {
    color: #edefe6;
    font-size: 17px;
    font-weight: bold;
}

.total-status-wrapper .total-numbers .total-userstxt {
    display: block;
    font-size: 18px;
    margin-top: 9px;
    font-weight: normal;
    white-space: nowrap
}

.total-newusers-status,
.total-newgems-status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 10px 9px;
}

.total-newusers-status {
    border-top: 1px solid #8eba1d;
}

.total-newgems-status{
    border-top: 1px solid #8eba1d;
}

.total-newusers-status .total-newusers,
.total-newgems-status .total-newgems {
    float: left;
    color: #fff;
}

.total-newusers-status .total-userscount,
.total-newgems-status .total-gemsscount {
    float: right;
    color: #fff;
}

.number-ofusers-wrapper {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    background: #f9f9f9;
    margin-bottom: 16px;
}

.grp-mt {
    margin: 30px 0 0 0;
}


/* dashboard end */

.wrap-insection {
    padding: 0 20px;
}

.section-title h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e0dddd;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.form-blk {
    margin-bottom: 10px;
    position: relative;
}

.ficon {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 33px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #8eba1d;
}

.ficon-left {
    left: 0;
}

.ficon-right {
    right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


/*******************Layout CSS***************/

.alert {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 320px;
    border-radius: 0;
    z-index: 99;
}

body {
    color: #000;
    font-size: 0.875em;
    font-weight: 400;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    background-color: #fafafa;
}

.wrap-index {
    overflow: hidden;
}

.data-wrap {
    position: relative;
    min-height: 100%;
    background-size: cover;
    padding: 0 0 45px 0;
    width: 100%;
    /* background-color: rgba(46, 138, 136, 0.73); */
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}
.home-bg{
    position: relative;
    min-height: 100%;
    background-size: cover;
    padding: 0 0 45px 0;
    width: 100%;
    /* background-color: rgba(46, 138, 136, 0.73); */
    background-image: url(../images/home-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.in-data-wrap {
    position: relative;
    min-height: 100%;
    background-size: cover;
    /* padding: 0 0 45px 0; */
    width: 100%;
}

.in-left-col {
    width: 50%;
    height: 100%;
    height: 100%;
    margin: 0 auto;
}

.in-right-col {
    width: 50%;
    height: 100%;
    position: fixed;
    float: right;
    /* display: table; */
    /* height: 80vh; */
    right: 0;
}


/* .index-logo {
    display: block;
    z-index: 99;
    overflow: hidden;
    width: 180px;
    height: 112px;
    margin: 0 auto;
} */

.form_hd {
    background: #fdfdfd;
}


/* figure.index-logo img {
    width: 100%;
    height: 100%;
    display: block;
} */
.form_hd.invoiz-logo {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index:9;
}
.btn-login{
    width: 256px;
    height: 35px;
    padding: 0 15px!important;
    border-width: 1px;
    border-color: rgb(131, 184, 74);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(143, 191, 0);
    
}
.bg-right{
    width:320px;
    height:100%;
    position: relative;
    display: flex;
    align-items:center;
}
.copy-right-wrap{
    position: absolute;
    left:50%;
    bottom:25px;
    transform: translateX(-50%);    
}
.copy-right-wrap p {
    font-size:12px;
    color: #adaeac;
}
.index-form-wrap figure.index-logo img {
    display:inline-block;
    width: 48px;
}
.index-logo {
    text-align: right;
}
.index-form-wrap {
    width:1050px;
    height:630px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 20px 20.88px 8.12px rgba(0, 0, 0, 0.66);
    background: rgb(251, 251, 251);
    border-radius: 10px;
    display: flex;
    align-items:center;
    overflow: hidden;
}
  
.bg-left{
    width:730px;
    height:630px;
    background-image: url('../images/login-bg-area.png');
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-comn-heading {
    font-size: 30px;
    font-weight:bold;
    color: #8fbf00;
    margin: 0 0 40px 0;
    position: relative;
}


.index-note {
    font-size: 14px;
    color: rgb(107, 111, 108);
    font-weight: 400;
    margin: 15px 0 25px 0;
}

.form-field-wrap {
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
}

.form-field-wrap .rember-col {
    float: left;
}

.form-field-wrap .forgot-pass {
    float: right;
    position: relative;
    top: -10px;
}
.form-field-wrap .forgot-pass a{
    color:#8eba1d;
    text-decoration:none;
}

.ad-user {
    position: absolute;
    top: 22%;
    left: 0;
    background-image: url('../images/user.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    content: "";
}

.ad-password {
    position: absolute;
    top: 22%;
    left: 0;
    background-image: url('../images/key.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    content: "";
}

.login_filed {
    width: 100% !important;
    margin: 0;
    font-size: 14px;
    padding: 8px 25px !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #c5c6c4 !important;
    background: transparent;
    color: #c5c6c4;
}

.form-field-wrap input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.index-comn-btn {
    padding: 6px 30px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #98c03c;
    color: #98c03c;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin:0 5px;
}

.index-comn-btn:hover {
    background-color: #98c03c;
    color: #fbfbfb;
}

.bar {
    width: 100%;
    position: absolute;
    z-index: 99;
    display: block;
    bottom: 0;
}

.bar:after,
.bar:before {
    position: absolute;
    top: -1px;
    width: 0;
    background-color: #00b0ad;
    height: 2px;
    content: "";
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:after {
    right: 50%;
}

.bar:before {
    left: 50%;
}

.login_filed:focus~.bar:after,
.login_group.active .login_filed~.bar:after {
    width: 50%;
}

.login_filed:focus~.bar:before,
.login_group.active .login_filed~.bar:before {
    width: 50%;
}

.footer-wrap {
    position: absolute;
    bottom: 0;
    left: 200px;
    right: 0;
}
footer {
    background: #8eba1d;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    text-align: center;
    width: calc(100% - 200px);
    z-index: 9;
    position: fixed;
    bottom: 0;
    padding: 8px 8px;
    left: auto;
    right: 0;
}

.left-col {
    width: 50%;
    float: right;
    text-align: right;
}

.left-col ul {
    margin: 0;
    padding: 0;
}

.left-col ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.left-col ul li a {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #9e9e9e;
    display: block;
}

.left-col ul li a:hover {
    color: #fff;
}

.error-mssg {
    color: #f00;
    font-size: 14px;
    display: block;
    margin: 5px 0 0 0;
}

.mobile-logo {
    display: none;
}

header {
    background: #f9f9f9;
    padding: 0 15px;
    /* border-bottom: 1px solid #e7e8eb; */
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.14);
    height: 50px;
}

body.body-sm footer {
    width: calc(100% - 50px);
}

.brand {
    width: 152px;
    height: 70px;
    display: block;
    overflow: hidden;
}

.brand img {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-brand {
    float: left;
    margin: 12px 0 0 0;
}

.user-setting-wrap {
    float: right;
    margin: 15px 0 0;
}

.user-setting-wrap ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

.user-setting-wrap ul li a {
    width: 18px;
    height: 22px;
    overflow: hidden;
    display: block;
    position: relative;
}

.user-setting-wrap ul li a img {
    width: 100%;
}

.noti-digit {
    display: block;
    position: absolute;
    top: -11px;
    right: -10px;
    background: #990000;
    padding: 0 6px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}


/* for five colum in a row */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

aside {
    width: 200px;
    transition: 0.1s;
    position: fixed;
    left: 0;
    height: 100%;
    background: #f9f9f9;
    z-index: 99;
    border-right: 1px solid #e7e8eb;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.user-short-detail figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 2px solid #c9c9ca;
    margin: 10px auto;
}

.user-short-detail figure img {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    background-image: url('../../images/user-placeholder.png');
    background-position: center;
}

.user-short-detail {
    background: #f5f4f4;
    border-bottom: 1px solid #e7e8eb;
    padding: 7px 0;
}

span.user-name {
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.left-panel {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.left-menu ul li a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 12px 0 11px 2px;
    position: relative;
    width: 250px;
    color: #635f5f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    transition: all 0.8s;
    border-bottom: 1px solid rgba(199, 199, 199, 0.25);
}

.left-menu ul li a.active,
.left-menu ul li a:active,
.left-menu ul li a:hover {
    background: #8eba1d;
    color: #fff;
}

.left-menu ul li a span {
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.left-menu ul li a .nav-txt {
    font-weight: 400;
    cursor: pointer;
}

.left-menu ul li a span.dashboard_img {
    background-image: url("../images/dashboard.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.receipt_img {
    background-image: url("../images/reciept-icon.svg");
    background-repeat: no-repeat;
}
.left-menu ul li a:hover span.receipt_img, .left-menu ul li a.active span.receipt_img{
    background-image: url("../images/reciept-w.svg");
}
.left-menu ul li a span.discount_img {
    background-image: url("../images/discount-icon.svg");
    background-repeat: no-repeat;
}
.left-menu ul li a:hover span.discount_img, .left-menu ul li a.active span.discount_img{
    background-image: url("../images/discount-w.svg");
}
.left-menu ul li a span.subscription_img {
    background-image: url("../images/subscription.svg");
    background-repeat: no-repeat;
}
.left-menu ul li a:hover span.subscription_img, .left-menu ul li a.active span.subscription_img{
    background-image: url("../images/subscription-w.svg");
}

.left-menu ul li a:hover span.user_img,
.left-menu ul li a.active span.user_img {
    background-image: url("../images/userw.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.notif_img {
    background-image: url("../images/notification.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.notif_img,
.left-menu ul li a.active span.notif_img {
    background-image: url("../images/notification-w.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.content_img {
    background-image: url("../images/content.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.content_img,
.left-menu ul li a.active span.content_img {
    background-image: url("../images/content-w.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.category_img {
    background-image: url("../images/iconr.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.category_img,
.left-menu ul li a.active span.category_img {
    background-image: url("../images/iconw.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.version_img {
    background-image: url("../images/ribbon-in-black-version.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.notification_img {
    background-image: url("../images/bell.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.version_img,
.left-menu ul li a.active span.version_img {
    background-image: url("../images/ribbon-in-black-version_w.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.report_img {
    background-image: url("../images/reportr.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.report_img,
.left-menu ul li a.active span.report_img {
    background-image: url("../images/reportw.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.brandmanagment {
    background-image: url("../images/brandmanagment.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.brandmanagment,
.left-menu ul li a.active span.brandmanagment {
    background-image: url("../images/brandmanagment-w.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.activitylog {
    background-image: url("../images/vendorr.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.copy_img {
    background-image: url("../images/copy.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.copy_img,
.left-menu ul li a.active span.copy_img {
    background-image: url("../images/copy-w.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.dashboard_img,
.left-menu ul li a.active span.dashboard_img {
    background-image: url("../images/dashboard-w.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.activitylog,
.left-menu ul li a.active span.activitylog {
    background-image: url("../images/vendorw.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.notification_img,
.left-menu ul li a.active span.notification_img {
    background-image: url("../images/bell-w.svg");
    background-repeat: no-repeat;
}

.closeSidebar768 {
    cursor: pointer;
    display: inline-block;
    background: #e4001c;
    padding: 0 10px 3px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 200px;
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.right-panel {
    margin: 0px 0 0 200px;
    padding: 50px 0 0 0px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.toggle-btn-wrap {
    float: left;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    margin: 17px 18px 0 -0px;
}

.toggle-btn-wrap span.line-bar {
    background: #333333;
    width: 30px;
    height: 2px;
    display: block;
    margin: 3px 0 0 0;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.toggle-btn-wrap span.line-bar:nth-child(2) {
    width: 20px;
}

.user-td {
    background-image: url(../images/user-td.png);
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background-size: cover;
}

.user-call-wrap {
    position: absolute;
    width: 40px;
    /* left: 0; */
    background: rgb(249, 249, 249);
    z-index: 999;
    /* width: 200px; */
    right: 23px;
    padding: 15px 13px;
    top: 50%;
    border-radius: 10px;
    box-shadow: 0px 3px 8px #ccc;
    display: none;
    transition: 1s;
    transform: translateY(-50%);
}

.user-call-wrap:after {
    position: absolute;
    content: "";
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/triangle-sm.png);
    width: 10px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.user-call-wrap ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}

.user-call-wrap ul li a {
    text-decoration: none;
    padding: 1px;
    margin: 0;
    color: #000;
    font-size: 14px;
    text-align: left !important;
    display: block;
}

.user-call-wrap ul li a .fa-trash {
    color: #f00;
}

.user-call-wrap ul li a .fa-pencil {
    color: #08af0d;
}

.inner-right-panel {
    padding: 15px;
    min-height: 100%;
    position: relative;
}


/* .table tbody tr:nth-child(odd) {
    background-color: rgba(183, 157, 153, 0.03);
}

.list-table thead th {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
} */

.left-lg-col {
    width: 50%;
    float: left;
}

.right-lg-col {
    width: 50%;
    float: right;
}

.search-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/search-ico.svg);
    background-size: contain;
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 6px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.fltr-srch-wrap {
    margin: 0 0 12px;
}

.srch-wrap {
    position: relative;
}

.srch-wrap input[type="text"] {
    border: 1px solid #e0dddd;
    width: 100%;
    font-size: 14px;
    padding: 9px 38px 9px 14px;
    background: transparent;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
}

.chart-ico {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px !important;
    position: relative;
    float: right;
    margin: 0 0 20px 0;
}

.chart-ico img {
    width: 29px;
}

.top-opt-wrap {
    margin: 0;
    padding: 0px;
}

.top-opt-wrap ul {
    margin: 0;
    padding: 0;
}

.top-opt-wrap ul li {
    /* margin: 0 10px 0 0; */
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.top-opt-wrap ul li a {
    display: block;
    /* margin: 0 5px; */
}

.icon_filter img {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}

.icon_filter,
.chart-ico {
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #8eba1d;
    vertical-align: middle;
    margin: 0 5px 5px !important
}

.filter-wrap.active {
    opacity: 1;
    transform: scale(1);
}

.filter-wrap {
    background: #fff;
    padding: 0;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.23);
    border-radius: 0;
    position: fixed;
    right: 0;
    z-index: 9;
    top: 0px;
    width: 325px;
    transform-origin: right top;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.srch-close-icon {
    position: absolute;
    width: 12px;
    height: 80%;
    display: inline-block;
    background-image: url('../images/cross.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 12px;
    top: 4px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
}

.srch-close-icon.show-srch {
    display: block;
}

.fltr-heading {
    font-size: 18px;
    color: #fff;
}

.filter_hd {
    display: block;
    background: #8eba1d;
    padding: 8px 10px;
    font-size: 18px;
}

span.close.flt_cl {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    transform: scaleX(1.2);
    font-size: 16px;
}

.inner-filter-wrap {
    padding: 15px 16px;
    overflow-y: auto;
    max-height: 600px;
}

.admin-label {
    font-size: 15px;
    font-weight: normal;
    font-weight: 600;
    color: #464241;
    margin: 0 0 5px 0;
    display: block;
}

.fltr-field-wrap {
    position: relative;
    margin: 0 0 15px 0;
}

.commn-select-wrap .btn-group.bootstrap-select {
    width: 100% !important;
    margin: 0 !important;
}

.commn-btn {
    font-size: 14px;
    padding: 10px 22px;
    min-width: 138px;
}

.commn-btn,
.d-commn-btn {
    vertical-align: middle;
    background: #8eba1d;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    min-width: 138px;
  
}

.commn-btn:last-child,
.d-commn-btn:last-child {
    margin-right: 0;
}

.d-commn-btn {
    font-size: 12px;
    padding: 11px 15px;
    min-width: 70px;
}

.commn-btn.cancel,
.d-commn-btn.cancel {
    background: #2c2c2c;
}

.commn-btn.save,
.d-commn-btn.save {
    background: #8eba1d;
}

.commn-btn.cancel:hover,
.d-commn-btn.cancel:hover {
    background: #545252;
}

.commn-btn.save:hover,
.d-commn-btn.save:hover {
    background: rgb(107, 167, 19);
}

.exportbtn {
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #8eba1d;
    vertical-align: middle;
    display: inline-block;
}

.exportbtn img {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}

.modal-sm {
    width: 320px;
    max-width: 100%;
}

.add-bttn {
    padding: 5px 9px;
    border-radius: 4px;
}

.error-mssg {
    position: absolute;
    left: 108%;
    white-space: nowrap;
    top: 3px;
    padding: 10px 20px;
    background: #bf4e4e;
    margin: 0 0 0 13px;
    color: #fff;
    border-radius: 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
}

.commn-animate-error .error-mssg {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.commn-animate-error input {
    border-color: red !important;
    padding-right: 35px !important;
}

.error-mssg:before {
    position: absolute;
    left: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-color: transparent #bf4e4e transparent transparent;
    border-width: 8px 9px 8px 0;
    border-style: solid;
    content: '';
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 10;
}

.modal-header.modal-alt-header {
    background: #8eba1d;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.modal-heading {
    font-size: 18px;
    font-weight: 600;
}

.button-wrap {
    padding: 12px 0 2px;
    text-align: center;
}

.inner-filter-wrap .button-wrap .commn-btn {
    width: 48%;
    min-width: inherit;
}

.inner-filter-wrap .button-wrap .commn-btn:not(:last-child) {
    margin-right: 2%;
}

.modal-para {
    font-size: 15px;
    color: #363636;
    text-align: center;
}
.issue-date .form-date .input-wrap.active input {
    border-color: #0052cc;
}

/*********Modal Center*****/

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*********Modal Center Close*****/

.usr-dtl-pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 auto;
    position: relative;
}

.usr-dtl-pic img {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.white-wrapper {
    margin: 15px 0;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 30px;
}

.admin-filed-wrap {
    margin: 0 0 20px;
}

.top-sticker {
    position: absolute;
    top: -15px;
    font-size: 15px;
    background: #f15a44;
    padding: 8px 25px;
    border-radius: 2px;
    color: #fff;
    width: 224px;
    text-align: center;
}

.tbl-trip {
    display: none;
}

.edit-icon {
    width: 18px;
    height: 18px;
    background-image: url('../../images/edit-icon.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.btnuser {
    display: none;
}

.btnpasswd {
    display: none;
}

.left-column {
    float: left;
    width: 50%;
}

.right-column {
    float: right;
    width: 50%;
}

.pagenation-wrap {
    padding: 10px;
}

.pagenation-wrap ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.display button.btn.dropdown-toggle.selectpicker.btn-default {
    padding: 4px;
}

.usp-btn-up {
    display: none;
}

.camera {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px 0 0 0;
    right:0;
    cursor:pointer;
}
.result-thumb {
    width: 180px;
    height: 180px;
    display: inline-block;
    padding: 10px;
    border: solid 1px #8eba1d;
}
.result-thumb img{
    width:160px;
    height:160px;
    object-fit:cover;
}
.inner-review-wrapper ul li {
    display: inline-block;
    margin: 8px 0 8px 0;
    padding: 5px;
    border: 1px solid #eee;
}

.inner-review-wrapper ul li wrap {
    margin: 0;
    padding: 5px;
}

.product-image {
    float: left;
    width: 10%;
    overflow: hidden;
}

.prdouct-img-wrap {
    width: 100px;
    max-height: 100px;
}

.prdouct-img-wrap img {
    width: 100%;
}

.prod-dtl {
    float: left;
    width: 75%;
    padding: 5px;
    font-size: 14px;
    color: #363636;
}

.button-status-wrap {
    text-align: center;
}

.button-status-wrap .action-label {
    font-size: 15px;
    background: rgba(255, 25, 25, 0.74);
    color: #fff;
    padding: 5px 22px;
    margin: 4px 0;
    display: inline-block;
}

.button-status-wrap .gn-bg {
    background: #4dc56d;
    ;
}

.button-status-wrap .accept {
    font-size: 25px;
    color: #4dc56d;
    cursor: pointer;
}

.button-status-wrap .reject {
    font-size: 25px;
    color: rgba(255, 25, 25, 0.74);
    cursor: pointer;
}

.fix-right-col {
    float: right;
    width: 50%;
}

.fix-left-col {
    float: left;
    width: 50%;
}

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

.total-show-count {
    font-size: 16px;
    font-weight: 600;
}

.prod-dtl .product-name {
    font-size: 14px;
    display: block;
    font-weight: 600;
}

select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}


/*for IE10*/

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

.custom-cart {
    position: absolute;
    height: 0px;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    border-width: 8px 7.5px 0 7.5px;
    border-color: rgb(82, 80, 80) transparent transparent;
    border-style: solid;
}

.field-wrap {
    position: relative;
}

.field-wrap select.form-control {
    border: 1px solid #8e8e8e;
    height: 38px;
    border-radius: 2px;
    box-shadow: none;
}

textarea.srchtag-textarea {
    resize: none;
    height: 100px;
    border: 1px solid #8e8e8e;
    width: 100%;
    padding: 5px;
}

textarea.srchtag-textarea:focus {
    border: 1px solid #f15a44;
}

.wrap {
    padding: 15px 0 0 0;
}

.breadcrumb-wrap .breadcrumb {
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); */
    border-radius: 0;
    font-size: 13px;
    padding: 12px 27px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.breadcrumb-wrap ul li a {
    color: #007775;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #8eba1d;
    content: '>';
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active {
    color: #777;
}

.bottom-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.error-message {
    color: #f00;
    font-size: 14px;
    margin: 5px 0 0 0;
    display: block;
}

.upload-prod-pic-wrap ul li {
    margin: 12px 8px;
    padding: 0;
    display: inline-block;
    width: 25%;
    position: relative;
}

.upload-prod-pic-wrap ul li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 89px;
    border: 1px solid #eee;
    overflow: hidden;
    background-image: url('../../images/placeholder-user.png');
    background-position: center;
    background-size: 64%;
    background-repeat: no-repeat;
    background-color: rgba(204, 204, 204, 0.46);
}

.upload-prod-pic-wrap ul li a img {
    width: 100%;
    min-height: 100%;
}

.trash-ico {
    background-image: url('../../images/cross-icon.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    z-index: 99;
    background-size: contain;
    right: -4px;
    top: -6px;
    cursor: pointer;
}

.graph {
    margin: 25px 0 0 0;
}

.graph-fltr-wrap .top-opt-wrap {
    margin: 0;
    padding: 0;
}

.graph-fltr-wrap {
    padding: 22px 0;
}

h2.top-heading {
    font-size: 20px;
    color: #363636;
    font-weight: 600;
}

.das-col-wrap {
    margin: 5px 15px;
    padding: 0;
    border-top: 1px solid #dadada;
}

.das-col-wrap ul {
    margin: 0;
    padding: 0;
}

.das-col-wrap ul li {
    margin: 10px 0px 6px 9px;
    padding: 0;
    /* float: left; */
    width: 32%;
    display: inline-block;
}

.das-col-wrap ul li a {
    margin: 0;
    padding: 18px;
    display: block;
    float: left;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.das-col-wrap ul li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
}

.das-col-wrap ul li:last-child a {
    border-right: none;
}

.big-digit {
    font-size: 50px;
    display: block;
}

a.user {
    background: #01b0ad;
    color: #fff;
}

a.product {
    background: #fecd43;
    color: #fff;
}

a.affilates {
    background: #f05a44;
    color: #fff;
}

span.ds-col-ico img {
    width: 33px;
    height: 30px;
}

.chart-block ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 49%;
}

.chart-block .white-wrapper {
    margin: 7px;
    padding: 8px;
}

.form_inner_wrap {
    padding: 15px 20px;
}


/* .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-bottom: 1px solid rgba(204, 204, 204, 0.87) !important;
    vertical-align: middle !important;
    border-right: 1px solid #e0dddd;
    word-break: break-word;
} */


/* table css */

.custom-tbl table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #cdcdcd;
}

.custom-tbl {
    border-radius: 2px 2px 0 0;
    text-align: center;
}

.custom-tbl .table>thead>tr>th {
    font-size: 14px;
    font-weight: normal;
    background: #8eba1d;
    text-align: center;
    white-space: nowrap;
    position: relative;
    border-bottom: 0;
}

.custom-tbl .table>thead>tr>th:not(:last-child),
.custom-tbl .table>tbody>tr>td:not(:last-child) {
    border-right: 1px solid #e0dddd;
}

.custom-tbl .table>thead>tr>th,
.custom-tbl .table>thead>tr>th a {
    color: #fff;
}

.custom-tbl .table>thead>tr>th a,
.custom-tbl .table>tbody>tr>td a {
    text-decoration: none;
}

.custom-tbl .table>tbody>tr>td {
    /*word-break: break-all;*/
    white-space: nowrap;
}

.custom-tbl .table>tbody>tr>td a {
    color: #8eba1d;
}

.custom-tbl .table>tbody>tr:hover {
    background: #efefef;
}

a.table_icon {
    display: inline-block;
    padding: 0 2px;
}


/* table sorting */

.sort {
    position: relative;
    display: block;
    margin: -8px;
    padding: 8px 20px 8px 15px;
}

.sorting:before,
.sorting:after,
.sort-ascending:before,
.sort-descending:before {
    border: 4px solid transparent;
    right: 8px;
    top: 20px;
    position: absolute;
    content: '';
}

.sorting:before,
.sort-ascending:before {
    border-bottom-color: #000;
    margin-top: -10px;
}

.sorting:after,
.sort-descending:before {
    border-top-color: #000;
}

.form-date_wrap {
    margin-bottom: 16px;
}

.send-btn {
    background: #007775;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.send-btn:hover {
    background: #559897;
}


/*bootstrap selectpicker */

button.btn.dropdown-toggle.selectpicker.btn-default {
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d0cccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

span.text-detail {
    display: block;
    padding: 4px 0px;
    font-size: 14px;
    color: rgba(14, 14, 14, 0.67);
    word-wrap: break-word;
}

.form-item-title {
    color: rgba(0, 0, 0, .54);
    background:#8eba1d;
    color:#fff;
    padding: 8px 20px;
    justify-content: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    width:100%;
}

.form-item-title h3.title {
    font-size: 18px;
    line-height: 24px;
}

.form-item-wrap {
    margin: 4px 4px 28px 4px;
    border: 1px solid rgba(0, 0, 0, .03);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12);
    background: rgba(255, 255, 255, 0.94);
}

.form-ele-wrapper.clearfix {
    padding: 18px 20px;
}

.btn-pd {
    padding-top: 26px;
}

.filter_order {
    padding: 12px 16px;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12);
}

h1.view_hd {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
}

h1.view_hd span {
    width: 92px;
    height: 2px;
    background: #007775;
    display: block;
    margin: 12px 0 0 0;
}

.form-ele-action-bottom-wrap {
    padding: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 25px;
}

textarea.custom-textarea {
    width: 100%;
    height: 85px;
    border: 1px solid #e0dddd;
    font-size: 17px;
    padding: 10px;
}

ul.pager {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}

.pagination_inner ul.pager li.disabled a {
    cursor: not-allowed;
}

.pagination_inner ul.pager li a {
    padding: 4px 8px;
    border-radius: unset;
    margin: 0px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 13px;
    background: #007775;
}

a.brand {
    width: 150px;
    display: block;
    overflow: hidden;
    padding: 12px 5px;
}

a.forgot-pass {
    text-align: right;
    display: block;
}

.pagination_wrap {
    text-align: right;
}

.pagination_wrap a,
.pagination_wrap strong {
    display: inline-block;
    font-size: 15px;
    background: #c5c5c5;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 2px;
    color: #363636;
    text-decoration: none;
    line-height: 1;
    font-weight: normal;
}

.pagination_wrap a:hover,
.pagination_wrap strong {
    background: #8eba1d;
    color: #fff;
}


/* .pagination_wrap strong {
    background: #8eba1d;
    color: #fff;
    padding: 5px 12px 6px;
    margin: 0 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
} */


/* .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #8eba1d;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-weight: 600;
}

.table>thead>tr>th a{
   color: #fff;
   text-decoration: none;
} */

.sorting:before,
.sort-ascending:before {
    border-bottom-color: #fdfcfc;
    margin-top: -10px;
}

.sorting:after,
.sort-descending:before {
    border-top-color: #fdfcfc;
}

.button-wrap ul li {
    display: inline-block;
}

.form-profile-pic-wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 20px auto;
    position: relative;
    background-image: url(../images/placeholder2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.profile-pic {
    background-size: cover;
    height: 166px;
    background-repeat: no-repeat;
    background-position: center;
}*/
.image-view.img-view150.profile-pic.cropped-thumb img {
    width: 300px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.cropped-thumb {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.error {
    color: red;
}

footer {
    display: block;
}

.adminRoles-wrapper {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 6px;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.56);
    margin: 30px 0 0 0;
}

.title-box {
    font-size: 20px;
    padding: 10px 0px 12px;
    margin-bottom: 30px;
    font-family: 'Montserrat-regular';
    text-align: center;
    position: relative;
    display: inline-block;
}

.title-box:before {
    position: absolute;
    bottom: 0;
    background: #bf0b32;
    height: 3px;
    display: inline-block;
    content: '';
    width: 100%;
}

.custom-check.main-check:first-child {
    padding-top: 0;
}

.custom-check.main-check {
    position: relative;
    padding-top: 15px;
}

.custom-check.main-check:before {
    content: '';
    background: #002768;
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
    position: absolute;
}

.main-check input[type="checkbox"]+label {
    font-family: 'Montserrat-regular';
    font-size: 14px;
    text-transform: uppercase;
}

.main-check input[type="checkbox"]+label {
    font-family: 'Montserrat-regular';
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0;
}

.check-column {
    margin: 10px 0 0 30px;
    display: table;
    width: 98%;
    border-bottom: solid 1px rgba(0, 39, 104, 0.31);
}

.check-column li {
    float: left;
    width: 25%;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.custom-check.main-check label:before,
.custom-check.main-check label:after {
    display: none;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

input[type="checkbox"]+label>span {
    background: rgba(0, 0, 0, 0) url(../images/uncheck.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin: -1px 6px 0 0;
    position: relative;
    vertical-align: middle;
    width: 25px;
    background-color: #fff;
}

input[type="checkbox"]:checked+label>span {
    background: url(../images/checked_img.png) no-repeat;
    background-color: #fff;
}

.logo_name {
    font-size: 25px !important;
    font-weight: bold;
    color: #8eba1d;
    margin: 0px auto 0;
    text-align: center;
}

.tab-wraper ul li a {
    padding: 8px 18px;
    display: block;
    background: #169C34;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.tab-wraper ul li a.current {
    background: #2c2c2c;
}

.tab-wraper ul li {
    display: inline-block;
    margin: 0 0;
    padding: 0;
}

.inputfield-wrap {
    position: relative;
}

#dpd1,
#dpd2,
#dpd3,
#dpd4,
.startDate,
.endDate {
    cursor: pointer;
}

.bootstrap-select .dropdown-toggle:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

button.btn.dropdown-toggle.btn-default {
    border: 1px solid #363636;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    background: inherit;
}

.tab-white-wrapper {
    padding: 16px 0 0;
}

.srch-wrap input[type="text"] {
    border: 1px solid #363636;
}

.breadcrumb-wrap a {
    color: #79b91a;
}

span.table_txt {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* #user_expo {
    color: #fff;
    text-decoration: none;
    background: #2fa412;
    padding: 6px 12px;
    position: absolute;
    right: 0;
} */

.index-form-wrap h1.logo_name {
    margin: 16px auto 0;
}
.add-form{
    cursor:pointer;
    margin:10px 0 20px;
}
.appended-form{
    position:relative;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:2px solid #363636;
}
.appended-form:last-child{
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}
.removeForm{
    position: absolute;
    top:-10px;
    right: 0;
    z-index: 99;
    border-radius: 50%;
    display: inline-block;
    border:solid 2px #a94442;
    color:#a94442;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    -webkit-transition:0.4s ease-in;
    -moz-transition:0.4s ease-in;
    -o-transition:0.4s ease-in;
    -ms-transition:0.4s ease-in;
    transition:0.4s ease-in;
}
.removeForm:hover{
	background-color:#a94442;
	color: #fff;
}
.subscription-plan{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    border: solid 1px rgba(0, 0, 0, 0.12);
    text-align:center;
    border-radius:3px;
	margin-bottom:20px;
    -webkit-transition:0.4s ease-in-out;
    -moz-transition:0.4s ease-in-out;
    -o-transition:0.4s ease-in-out;
    -ms-transition:0.4s ease-in-out;
    transition:0.4s ease-in-out;
}
.subscription-plan.active{
    margin-top: -10px;
    margin-bottom: -20px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.subscription-title{
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    padding:15px;
    border-bottom:solid 1px #bfbfbf;
}
.subscription-info{
    padding:20px 10px;
}
.sub-amount{
    font-size:20px;
    font-weight: 600;
    text-transform:uppercase;
    margin-bottom:10px;
}
.pay-btn{
    margin-top:20px;
    text-transform:uppercase;
}
.pay-btn .commn-btn.save{
    text-transform:uppercase;
    font-weight:600;
}
.subscription-info p{
    font-size:16px;
    margin-bottom:5px;
}
.half-yearly{
    background:#2c2c2c;
    color:#fff;
}
.sub-detail-info{
    width:200px;
    height:200px;
    margin:20px auto 0 auto;
    border:solid 10px #9f9f9f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align:center;
}
.sub-detail-info-inner{
    display:inline-block;
    width:100%;
    height:100%;
    vertical-align:middle;
    padding: 50px 20px 0px;
    margin-right: -4px;
}
.sub-detail-info-inner h3{
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
}
.sub-detail-info-inner p{
    font-size:16px;
    color:#777;
}
.input-holder input{
    -webkit-transition:0.2s ease-in;
    -moz-transition:0.2s ease-in;
    -o-transition:0.2s ease-in;
    -ms-transition:0.2s ease-in;
    transition:0.2s ease-in;
    border: 1px solid #8eba1d;
}
.input-holder input:focus{
    border: 1px solid rgb(107, 167, 19);
}
.input-holder textarea{
    -webkit-transition:0.2s ease-in;
    -moz-transition:0.2s ease-in;
    -o-transition:0.2s ease-in;
    -ms-transition:0.2s ease-in;
    transition:0.2s ease-in;
    border: 1px solid #8eba1d;
    resize:vertical;   
    padding: 9px 6px 8px;
}
.input-holder textarea:focus{
    outline:none;
    border: 1px solid rgb(107, 167, 19);
}
.form-blk.selector .form-control{
	border: 1px solid #8eba1d;	
}
.form-blk.selector .form-control:focus{
    border: 1px solid rgb(107, 167, 19);   
}
/* cards */
.plans-container {
    margin:0 -10px;
}
.article-col3 {
    width:100%;
    float:left;
    position: relative;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    height: 370px;
    border-radius:4px;
}
.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor:pointer;
}
.card-title-header {
    background: #e4e4e4;
    padding:20px 0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.card-title-header .card-title {
    font-size:22px;
    text-align:center;
    color:#fff;
}
.card-title-header.bgcolor1 {
    background: #6ba713;
}
.card-price-wrapper.bgcolor11 {
    background: #d2f0b2;
}
.card-title-header.bgcolor2 {
    background: #5f7fca;
}
.card-price-wrapper.bgcolor22 {
    background: #c0d3ff;
}
.card-title-header.bgcolor3 {
    background: rgb(255, 158, 55);
}
.card-price-wrapper.bgcolor33 {
    background: #ffdab3;
}
.card-price-wrapper {
    background: #f6f6f6;
    padding:25px 10px;
}
.card-price-wrapper .card-price {
    font-size:30px;
    color:#505b6b;
    text-align: center;
    color:#333333;
}
.card-price-wrapper .card-price sup {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6em;
    top: -11px;
}
.card-price-wrapper .card-price sub {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    top: 0;
    bottom: -0.25em;
    color:#505b6b;
}
.card-price-wrapper .card-price sub, 
.card-price-wrapper .card-price sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    color:#333333;
}
.card-content {
    background: #fff;
    padding: 30px 20px;
}
.card-content .collection li {
    list-style: none;
    margin: 0 0 10px 0;
    line-height: 1;
    font-size: 13px;
    font-weight:600;
}
.card-content .collection li sup {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.card-action.center-align {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.card-action .buy-btn {
    margin: 0 0 30px 0;
    padding: 12px 20px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    line-height: 0.9;
}
.flex-align-center {
    display: flex;
    align-items: center;
}
.flex-align-center table{
    margin-bottom:0;
}
.flex-align-center table p{
    margin-bottom:0;
}
.card-action .buyColor1 {
    border: 1px solid #6ba713;
}
.card-action .buyColor2 {
    border: 1px solid #5f7fca;
}
.card-action .buyColor3 {
    border: 1px solid rgb(255, 158, 55);
}
.hoverable:hover .card-action .buyColor1 {
    background: #6ba713;
    color:#fff;
}
.hoverable:hover .card-action .buyColor2 {
    background: #5f7fca;
    color:#fff;
}
.hoverable:hover .card-action .buyColor3 {
    background: rgb(255, 158, 55);
    color:#fff;
}
.form-blk.selector.select-box{
    float:left;
    width:100%;
}
.form-blk.selector.select-box button.btn.dropdown-toggle.btn-default{
    border:0;
}
textarea.form-control.desc-field{
    min-height:100px;
}
.card {
    min-height: 500px;
}
th.prev{
    cursor:pointer;
}
th.next{
    cursor:pointer;
}
.responsive-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(146,190,46,0.5);
    right: 0;
    top: 0;
    z-index: -9;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
}
.file {
    visibility: hidden;
    position: absolute;
}
.browse.btn.btn-success{
    height:39px;
    background-color:#8eba1d;
    border:solid 1px #8eba1d;
}
.file-type {
    display: block;
    font-weight: 600;
    margin-top: 5px;
    color: #464241;
}
#gal .gallery {
    padding: 0;
    margin: 0;
    list-style: none;
}
.uploadBtn:first-child {
    margin-left: 0;
}
.uploadBtn {
    width: 100%;
    height: 160px;
    position: relative;
    background: #f3f3f4;
    background-image:url("../images/demo-img.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}
.uploadBtn img{
    width:100%;
    height:160px;
    object-fit:cover;
    object-position:center center;
}
.uploadBtn img[src=""] {
    display: none;
}
.uploadBtn.add:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url(../img/camra.png);
}
.uploadBtn {
    float: left;
    margin: 0 0 10px 10px;
}
.uploadBtn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index:9;
    cursor:pointer;
}
.removePic {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 999;
    font-size: 14px;
    display: none;
    width: 24px;
    height:24PX;
    background:#a94442;
    color: #fff;
    box-sizing:border-box;
    border-radius:50%;
    text-align: center;
    padding-top:2px;
}
.removePic:hover, .removePic:link, .removePic:visited{
    color: #fff;
}
.result {
    width: 180px;
    height: 180px;
    display: inline-block;
    padding: 10px;
    border: solid 1px #8eba1d;
}
.choose-imagefile-wrap {
    margin-bottom:15px;
}
.nicescroll-rails div{
    background-color:#8eba1d!important;
}
body.body-sm .nicescroll-rails{
    left:44px!important;
}
span.input-group-btn .select-box {
    min-width: 110px;
    margin-bottom:0;
}
span.input-group-btn .select-box .bootstrap-select .btn{
    padding: 9px 12px 8px;
}
.rc-icon {
    width: 32px;
}
/*Styling for promo images
Created by Jyoti Mishra
*/
.promo-images {
    padding-top: 20px;
    padding-left: 10px;
}
.promo-images li {
    padding: 0;
    margin-right: 15px;
    position: relative;
    width: 300px;
    margin-bottom: 10px;
}

.promo-images li img {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.promo-images li .delete-btn-promo {
    display: flex;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}

.promo-images li .delete-btn-promo:hover {
    color: #bf0b32;
}

.form-ele-wrapper .loader {
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
}

.form-ele-wrapper .loader img {
    width: 70px;
}


/******************/

@media screen and (max-width: 767px) {
	.responsive-box.active {
	    z-index: 9;
	    opacity: 1;
	}
    .nicescroll-rails{
        left:194px!important;
    }
    body.body-sm .nicescroll-rails{
        left:194px!important;
    }
}

@media (min-width: 480px) {
    .article-col3 {
        width:50%;
    }
    .card-price-wrapper {
        padding:40px 10px;
    }
    .card-price-wrapper .card-price {
        font-size: 50px;
    }
    .card-price-wrapper .card-price sup {
        font-size: 16px;
        top: -20px;
        font-weight:600;
    }
    .card-price-wrapper .card-price sub {
        font-size: 1.42rem;
    }
    .card-content .collection li {
        line-height: 1.4;
    }
    .card-action .buy-btn {
        padding: 16px 30px;
        min-width:150px;
        font-size:15px;
        font-weight:600;
    }
}

@media (min-width: 992px) {
    .article-col3 {
        width:33.33%;
    }
    .card-content {
        padding:30px 20px;
    }
}
@media (max-width: 640px) {
	.card-content{
		padding:20px 12px;
    }
    .card-content .collection li{
    	font-size:12px;
    }
    .card{
    	min-height:450px;
    }
}
@media (max-width: 480px) {
    .card {
        min-height: 440px;
    }
}
.d-button-wrap .d-commn-btn {
    margin-bottom: 10px;
}

@media (min-width: 768px){
.modal-dialog.preview-dialog {
    width: 320px!important;
}
}

.modal{
overflow-y:auto;
}
span.round-circle:before {
    position: absolute;
    left: 0;
    width: 145px;
    content: "";
    height: 1px;
    background: #eff0f0;
    top: 50%;
}
span.round-circle.right-sec:before {
    right: 0;
    left: auto;
    width: 145px;
}
span.round-circle {
    position: relative;
}
span#category_vendor_discount {
    font-size: 13px;
}
span#discount_percentage_offered {
    font-size: 13px;
}
span#valid_date_preview {
    font-size: 13px;
}
td.tip {
     text-decoration: none
 }
td.tip:hover {
    position: relative
}
td.tip span {
    display: none
}
td.tip:hover span {
    padding: 10px 20px 10px 20px;
    display: inline-flex;
    z-index: 100;
    color: #ffffff;
    background: #616161;
    margin: 20px 0px 0px -180px;
    width: auto;
    position: absolute;
    top: 10px;
    border-radius: 10px;
    text-decoration: none;
    text-align: left;
}

.table-responsive {
    overflow-x: initial;
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
    }
}

.dashboard-wrapper {
    padding: 20px 20px 35px;
    font-family: 'Open Sans';
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 70px);
    position: relative;
}
.cal-wrapper,.issue-date-wrapper,.save-data-wrapper,.title-wrapper{
    width:100%;
}
.issue-date-wrapper{
    margin-bottom:15px;
    position: relative;
    top: -35px;

}
.cal {
    text-align: right;
    font-family: 'helveticaneuemedium';
    font-size: 15px;
    color: #7b7a7a;
}

.check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.label-check {
    float: left;
    border: 0px !important;
    padding: 7px 15px !important;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    border-radius: 5px;
}

.check:hover input~.checkmark {
    /* background-color: #ccc; */

}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked~.checkmark::after {
    display: block;
}

.check .checkmark::after {
    content: "";
    background: url("../images/check-mark.png") no-repeat center center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    width: 35px;
    height: 35px;
    background-size: 100%;
}

.issue-date ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.issue-date ul li {
    flex: auto;
    color: #7b7a7a;
    font-size: 25px;
    text-align:center;
}
.issue-date ul li .calendar-wrap{
    display:inline-block;
}
.issue-date ul li .form-date {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

.issue-date ul li .form-date .form-text {
    font-family: 'helveticaneuemedium';
    font-size: 20px;
    float: left;
    padding: 7px 0 7px 15px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 200px;

}

.issue-date p {
    font-family: 'helveticaneuebold';
    font-size: 24px;
    color: #645e5e;
    text-align: left;
    margin-bottom:8px;
    display:inline-block;
    vertical-align:top;
}

.issue-date ul li span {
    font-family: 'helveticaneuemedium';
    font-size: 20px;
    display: flex;
    align-items:center;
    justify-content:center;
    border: 2px solid #645e5e;
    border-radius: 8px;
    padding: 5px 10px;
}

.issue-date ul li span.issue-dt {
    padding: 15px 10px !important;
    display: inline-block;
    width: 264px;
    font-size:24px;
    text-align: center;
}

.issue-date ul li .form-date .cal-icon {
    width: 45px;
    height: 100%;
    padding: 2px;
    border:none;
    position: absolute;
    right:0;
    top:0;
}
.form-text strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 15px;
}
.issue-date .form-date input{
    width:180px;
    height:45px;
    border: 2px solid #645e5e;
    border-radius: 8px;
    background: #fafafa!important
}
.issue-date ul li .form-date span img {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.list-img ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.list-img ul li {
    flex: auto;
    text-align: center;
    padding: 10px 30px;
}

.icon-wrapper {
    margin-bottom: 15px;
}

.save-data ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.save-data ul li {
    width: 25%;
    flex: auto;
    align-items: center;
    justify-content: center;
    font-family: 'helveticaneuemedium';
    font-size: 20px;
    padding: 10px;
    color: #969595;
    text-align: center;
    position: relative;
}
.issue-date ul.filter-wise {
    width: calc(100% - 264px);
}
.save-data ul li:first-child span::before {
    display: none;
}

.save-data ul li:last-child span::before {
    display: none;
}

.save-data ul li span {
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 210px;
    display: block;
    color: #645e5e;
    border: 2px solid #645e5e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    font-family: 'helveticaneuemedium';
    font-size: 24px;
}

.title-ft {
    font-family: 'helveticaneuebold';
    font-size: 100px;
    color: #645e5e;
    text-align: center;
    font-weight: 700;
    padding:15px 0 40px;
}
.save-data ul li:last-child {
    padding-right: 0;
}
.save-data ul li:first-child {
    padding-left: 0;
}
.save-data-wrapper{
    position: relative;
    top: 30px;
}
@media (max-width: 1440px) {
   
    .icon-wrapper img {
        max-width: 100%;
        height: 215px;
        display: block;
    }
    .title-ft {
        font-size: 60px;
        position: relative;
        top:15px;
    }
   
    .save-data ul li span {
        padding:8px 10px;
    }
    .issue-date ul li span.issue-dt{
        padding:8px 5px !important;
    }
    .save-data ul li span{
        margin-bottom:5px;
    }
}
@media (max-width: 1280px) {
    .issue-date ul li span{
        min-height:45px;
        font-size:18px;
    }
    .issue-date p {
        font-size: 20px;
    }
    .issue-date ul li span {
        font-size: 16px;
    }
    .issue-date ul li .form-date .form-text {
        font-size: 18px;
    }
    .icon-wrapper img {
        max-width: 100%;
        height: 145px;
        display: block;
    }
    .title-ft {
        font-size: 50px;
    }
    .save-data ul li {
        font-size: 18px;
    }
    .save-data ul li span {
        padding:12px 10px;
        font-size: 20px;
    }
    .issue-date ul li span.issue-dt{
        padding:12px 10px !important;
    }
    .save-data ul li span{
        margin-bottom:5px;
    }
    .checkmark{
        width:45px;
        height:45px;
    }
    .issue-date ul li .form-date span{
        width:45px;
        height:45px;
    }
    .check .checkmark::after{
        background-size:32px 32px;
    }
    .issue-date ul li .form-date span img{
        width:28px;
    }
}
@media all and (max-width: 1024px) and (min-width: 876px){
    .cal-wrapper {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 9;
    }
    .issue-date-wrapper{
        top:15px;
    }
    .issue-date p{
        font-size:18px;
    }
    .issue-date ul li span.issue-dt{
        padding: 10px 10px !important;
        width: 200px;
        font-size:18px;
    }
    .issue-date ul li span{
        font-size:15px;
    }
    .save-data-wrapper{
        top:0;
    }
    .save-data ul li span{
        width:160px;
    }
    .save-data ul li span {
        padding: 10px 5px;
        font-size: 16px;
    }
    .save-data ul li {
        font-size: 16px;
    }
    .icon-wrapper img{
        height:auto;
    }
    .title-ft {
        font-size: 70px;
    }
}
@media all and (max-width: 875px) and (min-width: 700px){
    .cal-wrapper {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 9;
    }
    .issue-date-wrapper{
        top:15px;
    }
    .issue-date p{
        font-size:18px;
    }
    .issue-date ul li span.issue-dt{
        padding: 10px 10px !important;
        width: 200px;
        font-size:18px;
    }
    .issue-date ul li span{
        font-size:15px;
    }
    .save-data-wrapper{
        top:0;
    }
    .save-data ul li span{
        width:160px;
    }
    .save-data ul li span {
        padding: 10px 5px;
        font-size: 18px;
    }
    .save-data ul li {
        font-size: 16px;
    }
    .icon-wrapper img{
        height:auto;
    }
    .title-ft {
        font-size: 70px;
    }
}

.flex-row {
    display: flex;
    align-items: center;
}
.text-area-wrp{
    width:100%;
    display:block;
}
.text-area-wrp textarea{
    width:100%;
}
.mobile-show{
    display:none;
}
.desktop-show{
    display:block;
}
.full-wide{
    display:block;
}

@media (max-width: 699px) {
    .cal-wrapper {
        position: absolute;
        right: 15px;
        bottom: 45px;
        z-index:9;
    }
    .mobile-show{
        display:block;
        padding-bottom: 115px;
    }
    .desktop-show .filter-wise{
        display:none;
    }
    .flex-row{
        display:block;
    }
    .issue-date .form-date input{
        width:190px;
    }
    .save-data ul li {
        width: 100% !important;
    }
    .issue-date-wrapper{
        top:0;
    }
    .save-data-wrapper{
        top:0;
        padding-bottom:50px;
    }
    .title-ft{
        top:0;
        font-size:30px;
        padding:15px 0 20px;
    }
    .issue-date p {
        font-size: 16px;
    }
    .issue-date ul{
        display:block;
    }
    .issue-date ul{
        margin:0 -15px;
    }
    .issue-date ul li{
        width:100%;
        height:50px;
        padding:0 15px;
        margin-bottom:10px;
        display:block;
        margin-right:-4px;
    }
    
    .issue-date ul li:first-child{
        height:62px;
        width:100%;
        display:block;
        padding-bottom:115px;
    }
    .issue-date ul.filter-wise li{
        width:266px!important;

    }
    .issue-date ul.filter-wise li:first-child{
        padding:0 15px;
    }

    .title-wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        top: 115px;
    }
    .issue-date ul li:last-child{
        width:100%;
        display:block;
    }
    .issue-date ul li .label-check{
        padding:7px 5px 7px 0!important;
    }
    .issue-date ul li .form-date .form-text{
        padding:7px 5px 7px 0!important;
    }
    .issue-date ul li span{
        font-size:13px;
    }
    .issue-date ul li .form-date .form-text{
        font-size:13px;
        margin-bottom:10px;
    }
    .dashboard-wrapper{
        display:block;
    }
    .issue-date ul li .form-date{
        width:100%;
        padding:0 15px;
        margin-right:-4px;
    }
    .issue-date ul li .form-date:first-child{
        width:100%;
        display:block;
        padding-left:0;
    }
    .issue-date ul li .form-date:last-child{
        padding-right:0;
    }
    .issue-date ul li .form-date span{
        float: right;
    }
    .save-data-wrapper img{
        width:auto;
        max-width:100%;
        height:auto;
    }
    .check{
        width:45px;
        height:45px;
        float: right;
    }
}


.custom-datepicker-ecostats th.dow {
    color: #97a0af;
}

.custom-datepicker-ecostats.datepicker thead tr:first-child th {   
    color: #172b4d!important;
}
.custom-datepicker-ecostats .issue-date .form-date input:focus{
    border: solid 2px #66a3ff!important;
}

.custom-datepicker-ecostats.datepicker td.active{
    font-weight:bold!important;
    color:#0052cc!important;
    text-decoration:underline;
    background:none!important;
}
.custom-datepicker-ecostats.datepicker td{
    padding:5px 10px!important;
    font-weight: bold;
}

.issue-date {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .issue-date {
        padding-left: 0px;
        margin:0 auto;
        display: block;
    }
    .center-issue-date {
        text-align: center;
    }
    .issue-date p {
        text-align: center !important;
        width: 100%;
    }
    
}

.form-errors-add-outlets p {
    color: red;
    font-size: bold;
}

.qrcode-height {
    height: 500px;
}


i#loader_display {
    font-size: 100px;
    margin-left: 1%;
    padding: 40px;
}

label.qr-text-custom {
    margin-left: 10%;
    font-size: 20px;
}


.menu-selection-tab-option a {
    border-radius: 100px;
    margin-bottom: 15px;
    width: 280px;
    margin: 15px auto 0;
}
.menu-selection-tab-option {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.verified-button-section{
    position: relative;
    float: right;
}
.welcome-back{
    font-size: 30px;
    z-index: 1.4;
    color: rgb(251, 248, 248);
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
    margin:55px 0 15px;

}
.invoiz-txt{
    font-size: 60px;
    z-index: 1.2;
    font-weight:bold;
    color: rgb(251, 248, 248);
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
  .smart-digital-recipt{
    font-size: 15px;
    letter-spacing:2px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
  }
  .inner-left-section img{
      max-width:100%;
      height:auto;
      display: block;
  }
  .inner-left-section figure:first-child{
    width:284px;
    margin-top: 70px;
    margin-left:-125px;
  }
  .inner-left-section {
    padding-left: 50px;
}
  .inner-left-section figure:last-child{
    width:280px;
    margin-top:10px;
    margin-left:-120px;
}
ul.otp-code {
    display: flex;
    align-items: center;
    margin:0 -8px;
}
.otp-code li{
    padding:0 8px;
}
.form-field-wrap .login_filed{
    color: #000;
    opacity: 1.0;
}
.form-field-wrap .login_filed:-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #adaeac!important;
    opacity: 0.5;
  }
  .form-field-wrap .login_filed::-moz-placeholder { /* Firefox 19+ */
    color: #adaeac!important;
    opacity: 0.5;
  }
  .form-field-wrap .login_filed:-ms-input-placeholder { /* IE 10+ */
    color: #adaeac!important;
    opacity: 0.5;
  }
  .form-field-wrap .login_filed:-moz-placeholder { /* Firefox 18- */
    color: #adaeac!important;
    opacity: 0.5;
  }
.otp-code input.login_filed{
    width:42px!important;
    height:42px;
    padding:0 5px!important;
    border:solid 2px #b7b7b7!important;
}
.enter-security{
    margin-bottom:10px;
    font-size:12px;
    color:#383838;
}
.index-small-heading {
    font-size: 16px;
    font-weight: bold;
    color: #8fbf00;
    margin: 0 0 0 0;
    position: relative;
}
.email-sent{
    font-size:12px;
    color:#050505;
}
.security-code-wrap{
    margin-top:15px;
    text-align:center;
}
.security-code-wrap p{
    font-size:14px;
    color: rgb(107, 111, 108);
    text-align:left;
}
  
.did-not-receive{
    font-size:10px;
    color:#b7b7b7;
}
.commn-btn.btn-login.cancel-btn{
    background:#b7b7b7;
    color:#fff;
    border:solid 1px #b7b7b7;
}
.btn-wrp-sec{
    display: flex;
    align-items:center;
    justify-content:center;
    width: 256px;
    margin: 0 auto;
}
.btn-wrp-sec button{
    min-width: 100px;
    padding-left: 0!important;
    padding-right: 0!important;
}