@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');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

/* 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="number"],
input[type="password"] {
    padding: 9px 6px 8px;
    border-radius: 2px;
    vertical-align: middle;
    width: 100%;
    box-shadow: none;
    border: 1px solid #8eba1d;
}

.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: #fff;
    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.#8eba1d {
    border-top: 1px solid #8eba1d;
}

.total-newgems-status.#8eba1d {
    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;
}

.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: 33px;
    line-height: 33px;
    text-align: center;
    background: #8eba1d;
    color: #fff;
}

.ficon:active,
.filter-btn:active {
    background: #686868 !important;
}

.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;
}

.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;
} */

.index-form-wrap figure.index-logo img {
    display: block;
    margin: 0 auto;
    padding: 30px 0 15px;
    width: 100px;
}

.profile-pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index-form-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.30);
    background: rgb(251, 251, 251);
    border-radius: 4px;
    width: 400px;
}

.index-comn-heading {
    font-size: 25px;
    color: #363636;
    margin: 0 0 40px 0;
    position: relative;
}

.index-comn-heading:before {
    position: absolute;
    width: 65px;
    height: 2px;
    content: "";
    background: #363636;
    bottom: -9px;
}

.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;
}

.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 #363636 !important;
    background: transparent;
    color: #363636;
}

.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 #f15a44;
    color: #f15a44;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.index-comn-btn:hover {
    background-color: #f15a44;
    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 {
    width: 100%;
    z-index: 9;
    background: #8eba1d;
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    text-align: center;
}

.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;
}

.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;
}

.user-setting-wrap {
    float: right;
    margin: 12px 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;
    overflow-y: auto;
}

.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('../../public/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/dashboardr.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.user_img {
    background-image: url("../images/userr.svg");
    background-repeat: no-repeat;
}

.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/notificationr.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/notificationw.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.smart_dubai_img {
    background-image: url("../images/smart_icon_grey.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a:hover span.smart_dubai_img,
.left-menu ul li a.active span.smart_dubai_img {
    background-image: url("../images/smart_icon_white.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.content_img {
    background-image: url("../images/contentr.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/contentw.svg");
    background-repeat: no-repeat;
}

.left-menu ul li a span.discount_img {
    background-image: url("../images/discountr.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/discountw.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;
}

.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;
}

.top-opt-wrap ul li a.icon_filter img {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}

.top-opt-wrap ul li a.icon_filter,
.chart-ico {
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #8eba1d;
    vertical-align: middle;
}

.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;
    /*    text-transform: uppercase;*/
    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: #84c219;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    min-width: 138px;
}

.commn-btn:last-child {
    margin-right: 0;
}

.d-commn-btn {
    font-size: 12px;
    padding: 10px 15px;
    min-width: 80px;
}

.commn-btn.cancel,
.d-commn-btn.cancel {
    background: #2c2c2c;
}

.commn-btn.save,
.d-commn-btn.save {
    background: #84c219;;
}

.commn-btn.cancel:hover,
.d-commn-btn.cancel:hover {
    background: #545252;
}

.commn-btn.save:hover,
.d-commn-btn.save:hover {
    background: #860505;
}

.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;
    /*    text-transform: uppercase;*/
    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;
}


/*********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;
    cursor: pointer;
    right: -2px;
}

.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: #007775;
    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-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: 22px 32px;
}


/* .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: rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    justify-content: center;
}

.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 #8eba1d;
    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;
}

.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;
    cursor: pointer;
    right: -2px;
}

.cropped-thumb {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.image-view.img-view150.profile-pic.cropped-thumb img {
    width: 300px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.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;
    text-align: center;
    padding: 10px;
}

.tab-wraper ul li a {
    padding: 8px 18px;
    display: block;
    background: #8eba1d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

textarea {
    border: 1px solid #8eba1d
}

.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;
}

.d-button-wrap .d-commn-btn {
    margin-bottom: 10px;
}

.icon_filter img {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}

.icon_filter {
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #8eba1d;
    vertical-align: middle;
    margin: 0 5px 5px !important;
}

.chart-ico {
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #8eba1d;
    vertical-align: middle;
    margin: 0 5px 5px !important;
}

.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;
}

.result {
    width: 180px;
    height: 180px;
    display: inline-block;
    padding: 10px;
    border: solid 1px #8eba1d;
}

.choose-imagefile-wrap {
    margin-bottom: 15px;
}

.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;
}

.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;
}

.rc-icon {
    width: 32px;
}

span.round-circle {
    position: relative;
}

span.round-circle:before {
    position: absolute;
    left: 0;
    width: 145px;
    content: "";
    height: 1px;
    background: #eff0f0;
    top: 50%;
}

span#category_vendor_discount {
    font-size: 13px;
}

span#discount_percentage_offered {
    font-size: 13px;
}

span#valid_date_preview {
    font-size: 13px;
}

span.round-circle.right-sec:before {
    right: 0;
    left: auto;
    width: 145px;
}

.datepicker td.day.disabled,
.datepicker td .month.disabled,
.datepicker td .year.disabled {
    color: #eeeeee;
    cursor: default;
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #8eba1d, #8eba1d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8eba1d), to(#8eba1d));
    background-image: -webkit-linear-gradient(top, #8eba1d, #8eba1d);
    background-image: -o-linear-gradient(top, #8eba1d, #8eba1d);
    background-image: linear-gradient(to bottom, #8eba1d, #8eba1d);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.terminate-val {
    padding: 30px 0 20px;
    display: none;
}

.terminate-val p {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 30px 0;
}

.renew-radio {
    padding: 0 0 0 150px;
}

.datepicker.dropdown-menu {
    z-index: 9999;
}

.renew-val {
    padding: 30px 0 0 0;
    display: none;
}

.offer-imgsec {
    width: 500px;
    max-width: 100%;
    margin: 40px 0 10px;
}

.offer-imgsec img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .modal-dialog.preview-dialog {
        width: 320px!important;
    }
}

select[name="discount_report__length"] {
    padding: 10px 20px;
    margin-bottom: 10px;
}


.table-element-display+div+.table-element-display {
    float: left;
    width: 100%;
}

.dataTables_filter {
    float: left!important;
    margin-bottom: 12px;
}

button.dt-button {
    display: inline-block;
    list-style: none;
    width: 35px;
    height: 35px;
    background-color: #8eba1d !important;
    border-radius: 50%!;
    text-align: center;
    line-height: 1.5;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    padding: 0;
    border: 1px solid #8eba1d !important;
    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
}
button.dt-button img {
    width: 18px;
}
button.dt-button, div.dt-button, a.dt-button{
    border-radius:50%!important;
    text-align:center;
}
button.dt-button span, div.dt-button span, a.dt-button span{
    display:inline-block;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.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");

}
/*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;
}

.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;
}

.issue-date ul li .form-date {
    display: inline-block;
    vertical-align: bottom;
}

.issue-date ul li .form-date .form-text {
    font-family: 'helveticaneuemedium';
    font-size: 20px;
    float: left;
    padding: 7px 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.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;
    color:#7b7a7a !important;
}

.issue-date ul li span.issue-dt {
    padding: 15px 10px !important;
    display: inline-block;
    width: 264px;
    font-size:24px;
    text-align: center;
    color:#7b7a7a !important;
}

.issue-date ul li .form-date span {
    width: 45px;
    height: 45px;
    padding: 2px;
    position: relative;
}

.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%);
}
.issue-date {
    padding-left: 70px;
}

.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 {
    padding:0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.save-data ul li {
    width: 25%;
    flex: auto;
    font-family: 'helveticaneuemedium';
    font-size: 20px;
    padding: 10px;
    color: #969595;
    text-align: center;
    position: relative;
}

.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) {
    .save-data ul li{
        width:25%;
    }
    .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;
    }
    .save-data ul li span{
        width:100%;
    }
}
@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:100%;
    }
    .save-data ul li span {
        padding: 10px 5px;
        font-size: 16px;
    }
    .save-data ul li {
        font-size: 16px;
    }
    .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:100%;
    }
    .save-data ul li span {
        padding: 10px 5px;
        font-size: 18px;
    }
    .save-data ul li {
        font-size: 16px;
    }
    .title-ft {
        font-size: 70px;
    }
}

.mobile-show{
    display:none;
}
.desktop-show{
    display:block;
}
@media (max-width: 699px) {
    .mobile-show{
        display:block;
        padding-bottom: 35px;
    }
    .desktop-show .calendar-wrap{
        display:none;
    }
    .mobile-show .issue-date ul li{
        width:266px;
        padding:15px;
        
    }
    .mobile-show .issue-date{
        position: relative;
        top:15px;
        width: 50%;
        padding-left: 15px;
    }
}



@media (max-width: 700px) {
    .issue-date {
        padding-left: 0px;
    }
    .ec-stats-analysis .issue-date p{
        width:100%;
        text-align:center;
    }
    .title-wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        top: 130px;
    }
    .ec-stats-analysis .issue-date {
        margin: 0 auto;
        width: 264px;
    }
    .issue-date-wrapper{
        top:0;
    }
    .save-data-wrapper{
        top:0;
        padding-top: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:50%;
        height:50px;
        padding:0 15px;
        margin-bottom:10px;
        display:inline-block;
        margin-right:-4px;
    }
    .issue-date ul li:first-child{
        height:62px;
        width:100%;
        display:block;
    }
    .issue-date ul li:last-child{
        width:100%;
        display:block;
        padding:0;
    }
    .cal-wrapper {
        position: absolute;
        right: 15px;
        bottom: 30px;
        z-index:9;
    }
    .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;
    }
    .dashboard-wrapper{
        display:block;
        padding: 20px 20px 75px;
    }
    .issue-date ul li .form-date{
        width:50%;
        padding:0 15px;
        margin-right:-4px;
    }
    .issue-date ul li .form-date:first-child{
        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: left;
        margin-left: 30px;
    }
    .save-data ul li {
        width: 100% !important;
    }
    .save-data ul li span{
        width:210px;
    }
}
.ec-stats-analysis .issue-date ul{
    padding:0 15px;
}
.ec-stats-analysis .issue-date p{
    padding:0 15px;
}
