::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button,
select {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

a:focus,
button:focus,
select:focus,
textarea:focus,
input:focus {
    box-shadow: none !important
}

b,
strong {
    font-weight: bold !important;
}

ul,
ol {
    list-style: none;
}

q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border-collapse: collapse;
}

select::-ms-expand {
    display: none;
}

img {
    max-width: 100%;
    background: transparent;
    border: 0 none;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
}

embed {
    vertical-align: top;
}

input,
button {
    outline: none;
    border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

button::-moz-focus-inner {
    border: 0;
}

.showPassword {
    display: inline-block;
    position: absolute;
    width: 29px;
    height: 29px;
    bottom: 0;
    right: 0;
    background: url(../images/icon/eye.svg) no-repeat center;
    background-size: 12px;
    cursor: pointer;
}

/* .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

input,
select,
textarea {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-radius: 0;
    font-family: 'Calibri', Helvetica, Arial, sans-serif;
}

input[type="button"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* input[type="button"],
input,
button,
select,
label {
     -webkit-appearance: none !important; 
} */

input[disabled],
textarea[disabled],
select[disabled='disabled'] {
    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 1;
    opacity: 1;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflowXAuto {
    overflow-x: auto
}

.logo {
    background: url('../images/logo.png') center no-repeat;
}

.form-control:focus,
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label,
.btn:focus,
.btn.focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-success:focus,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-info:focus,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.btn-light:focus,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus,
.custom-control-input:focus~.custom-control-label::before,
.custom-select:focus,
.custom-file-input:focus~.custom-file-label,
.custom-range:focus::-webkit-slider-thumb,
.custom-range:focus::-moz-range-thumb,
.custom-range:focus::-ms-thumb {
    box-shadow: none !important;
}




html,
body {
    margin: 0;
    padding: 0;
    overflow: auto;
    font-family: 'open sans', Calibri, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    height: 100%;
    width: 100%;
}


.form-group {
    margin-bottom: 10px;
    position: relative;
}

.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.arrow {
    background: url(../images/icon/arrow.svg) no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 9px;
    position: absolute;
    right: 0px;
    top: 18px;
}

aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
}

/********************
 * Header start
 ********************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 250px;
    transition: margin-left 300ms ease-in-out 0s;
    z-index: 2;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header .user {
    padding: 12px 12px 12px 60px;
}

.header .user embed {
    width: 38px;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.header .user .user-avatar i.icon-arrow {
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.header .user b {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    overflow: hidden;
}

.header .user.active .user-avatar i.icon-arrow {
    transform: rotate(270deg);
    transition: 0.3s ease;
}

.header ul li {
    font-size: 14px;
    padding: 12px 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
    /* display: inline-block; */
    vertical-align: middle;
    float: left;
    line-height: 26px
}

.header ul li:last-child {
    border-right: none
}

.header ul li,
.header ul li img,
.header ul li span {
    cursor: pointer;
}



.header ul li.active .drop-down {
    opacity: 1;

}

.header .arrow {
    transform: rotate(90deg);
    right: 5px;
}

.header ul li.lastSession {
    font-size: 11px;
}


/********************
 * Dropdown start
 ********************/

.d-inline-block.active .drop-down {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.drop-down {
    visibility: hidden;
    opacity: 0;
    width: 320px;
    position: absolute;
    right: 0;
    top: 50px;
    transform: translateY(-50px);
    transition: all 0.4s ease-in-out;
    border-top: 0;
    z-index: 999;
}

.drop-down:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    right: 10px;
    top: -3px;
    transform: rotate(45deg);
    z-index: +999;
}

/* .drop-down {
    background: #ffffff;
    color: #252525;
    display: none;
    opacity: 0;
    width: 320px;
    position: absolute;
    right: 5px;
    top: 50px;
    border-top: 0;
    border: 1px solid #e7e7e7;
    z-index: 999;


} */

.dropdown-content-body li {
    padding: 15px;
    display: block;
    float: inherit !important;
}

.dropdown-content-body li:last-child {
    padding: 5px 15px;
}

.dropdown-profile {
    width: 200px;

}

.dropdown-profile .trial-day {
    font-size: 11px;
    padding-top: 2px;
}

.dropdown-profile li {
    padding: 7px 15px;
}

.dropdown-profile li a {
    display: block;
}

.dropdown-profile li a span {
    font-size: 14px;
}

.dropdown-profile li a {
    font-size: 14px;
}

.dropdown-profile li:last-child {
    padding: 7px 15px;
}

.dropdown-content-heading {
    padding: 10px 15px;
}

.dropdown-content-heading span {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #373757;
}

.dropdown-content-heading i {
    position: relative;
    top: 5px;
    opacity: 1 !important;
}

.drop-down svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    left: 15px;
    /* fill: #ff0000;
    color: #ff0000;
    stroke: #ff0000; */
}

embed {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    left: 15px;
    /* fill: #ff0000;
    color: #ff0000;
    stroke: #ff0000; */
}

/* embed svg {
    fill: #ff0000 !important;
} */

/* .drop-down svg {
    fill: #ff0000 !important;
} */

.dropdown-profile li.logout svg {
    top: 12px;
}

/********************
 * Dropdown end
 ********************/


/********************
 * Notification start
 ********************/

.notification-heading {
    font-size: 13px;
    font-weight: 700;
}

.notification-text {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
}

.notification-timestamp {
    font-size: 11px;
}

.notification-percentage {
    font-size: 12px;
    position: relative;
    top: 12px;
}

.notification-content {
    line-height: 20px;
}

.notification i {
    font-size: 19px;
}

.notification svg {
    width: 17px
}

.notification .notificationCount {
    position: absolute;
    top: 11px;
    right: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.more-link {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.more-link:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    top: 3px;
    margin-left: 5px;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    transition: 0.3s ease;
}

.more-link:hover {
    text-decoration: none;
}

.more-link:hover:after {
    margin-left: 15px;
    transition: 0.3s ease;
}

/********************
 * Notification End
 ********************/


.logo {
    margin: 0px;
    display: block;
    height: 54px;
    transition: 0.4s ease-in;
}

/********************
 * Header end
 ********************/

.sidebar-hide .logo {
    transition: 0.2s ease-out;
}

.logo img {
    display: none;
}

.content-wrap {
    position: relative;
    z-index: 1;
    padding: 10px;
}

.main-container {
    padding: 10px;
    border-radius: 5px;
}

.full .container-fluid {
    width: auto;
}

.card {
    text-align: right;
    border: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.card .icon {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 70px;
}

.card b {
    opacity: 0.2;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.card i {
    position: relative;
    font-size: 30px;
}

.card span {
    display: block;
}

.card .stat-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.card .stat-digit {
    font-size: 20px;
    font-weight: 400;
}

.card small {
    font-size: 11px;
    text-align: left;
}

/*--------------------  Panels start ------------------- */
.panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.panel .panel-heading,
.panel .panel-body,
.panel .panel-footer {
    padding-left: 25px;
    padding-right: 25px;
}

.panel .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.panel .panel-heading .btn-remove i {
    position: relative;
}

.panel .panel-heading .btn-toggle-collapse i:before,
.panel .panel-heading .btn-toggle-collapse i:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 1px;
}

.panel .panel-heading .btn-toggle-collapse i:before {
    transform: rotate(45deg);
    left: 5px;
}

.panel .panel-heading .btn-toggle-collapse i:after {
    transform: rotate(-45deg);
    left: 10px;
}

.panel .panel-heading .btn-remove i:before,
.panel .panel-heading .btn-remove i:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
}

.panel .panel-heading .btn-remove i:before {
    transform: rotate(45deg)
}

.panel .panel-heading .btn-remove i:after {
    transform: rotate(-45deg)
}

.panel .panel-heading .panel-title,
.page-header-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.panel .panel-heading button {
    padding: 0;
    margin-left: 5px;
    background-color: transparent;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}

.panel .panel-heading button i {
    font-size: 14px;
}

.panel .panel-body {
    padding-top: 10px;
    padding-bottom: 15px;
}

.panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
}

.panel .panel-note i {
    font-size: 16px;
    margin-right: 3px;
}

.panel .right {
    position: absolute;
    right: 20px;
    top: 32%;
}

.panel.panel-headline .panel-heading {
    border-bottom: none;
}

.panel.panel-headline .panel-heading .panel-title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: normal;
}

.panel.panel-headline .panel-heading .panel-subtitle {
    margin-bottom: 0;
    font-size: 14px;
}

.panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px;
}

.panel .table>thead>tr>td:first-child,
.panel .table>thead>tr>th:first-child,
.panel .table>tbody>tr>td:first-child,
.panel .table>tbody>tr>th:first-child,
.panel .table>tfoot>tr>td:first-child,
.panel .table>tfoot>tr>th:first-child {
    padding-left: 25px;
}

/* .panel .table>thead>tr>td:last-child,
.panel .table>thead>tr>th:last-child,
.panel .table>tbody>tr>td:last-child,
.panel .table>tbody>tr>th:last-child,
.panel .table>tfoot>tr>td:last-child,
.panel .table>tfoot>tr>th:last-child {
    padding-left: 25px;
} */

.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.width100.form-control {
    max-width: 100px;
}

/*--------------------  Panels End ------------------- */


/*--------------------  Gauge chart start ------------------- */
.rating-header {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.rating-header span {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
}

.rating-subTitle {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    display: block;
}

.gauge {
    margin: 0px auto;
    text-align: center;
}

.gauge canvas {
    width: 100%;
}

.rating-number {
    position: relative;
}

.rating-number span {
    position: absolute;
    font-size: 14px;
}

.rating-number span:nth-child(1) {
    bottom: 120px;
    left: 30px;
}

.rating-number span:nth-child(2) {
    bottom: 220px;
    left: 90px;
}

.rating-number span:nth-child(3) {
    bottom: 120px;
    left: 30px;
}

.rating-number span:nth-child(4) {
    bottom: 120px;
    left: 30px;
}

.rating-number span:nth-child(5) {
    bottom: 120px;
    left: 30px;
}

/*--------------------  Gauge chart end ------------------- */


/*--------------------  visitor map start ------------------- */
.mapuser {
    display: block
}

/*--------------------  visitor map end ------------------- */

.page-header-breadcrumb {
    float: right;
    display: inline-flex;
}

.breadcrumb-item {
    float: left;
}

/*-------------------- 20. Datatable ------------------- */
/* div.dataTables_wrapper {
    overflow: hidden;
} */

.icon-calendar {
    cursor: pointer;
}

div.data-tables {
    margin-top: 5px
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    margin: 0 10px;
}

div.dataTables_wrapper thead {
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
    margin-top: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom-color: transparent;
}

/*-------------------- END Datatable ------------------- */
.full-width {
    width: 100%;
}

.dashReqBtn {
    padding: 1px 5px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10px;
}

.dashTable {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0px !important;
}

.dashTable table.dataTable {
    margin-top: 0px !important;
    margin-right: 0px !important;
}

.dashTableMore {
    text-align: right;
}

.dashTable .more-link {
    margin-right: 25px;
}



/*-------------------- pre-login page start ------------------- */
.preloginImg {
    background: url(../images/preLogin.png) bottom left no-repeat;
    background-size: cover;
}

.logwrap .logo {
    width: 100%;
    background-position: center center;
}

.logcont {
    width: 100%;
    background-position: left center;
}

.logCont>h1 {
    font-weight: 100;
    font-size: 22px;
	    text-align: center;
}

.logCont>h1>span {
    display: block;
}

.logCont>h3 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

.logCont>h4 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}

.logCont>h3>button {
    background: transparent;
    color: #00569f;
    font-weight: 600;
    position: relative;
}

.logCont>h3>button:after {
    content: '';
    position: absolute;
    height: 0px;
    top: 4px;
    margin-left: 6px;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #00569f;
    transition: 0.3s ease;
}

.logCont>h3>button:hover:after {
    margin-left: 10px;
}

.logCont>.logForm {
    padding: 10px 30px 0px;
}

.keepLogin {
    margin: 15px 0 0;
}

#fPassword {
    display: none;
}

#setPassword {
    display: none;
}

footer {
    padding-top: 15px;


}

.scrolltop {
    position: fixed;
    border-radius: 5px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    right: 15px;
    z-index: +999;
    cursor: pointer;
    text-align: center;
    padding: 21px 0px 0px;
    text-transform: uppercase;
    font-size: 8px;
    display: none;
}

.scrolltop i {
    transform: rotate(-90deg);
    display: block;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -8px;
    transition: 0.3s ease;

}

.scrolltop:hover i {
    top: 3px;
    transition: 0.3s ease;
}

/*-------------------- pre-login page end ------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast:active) {
    select {
        background-image: none;
    }
}

/*-------------------- Setting page start ------------------- */

/*- Setting Sortable start - */
.list1,
.list2 {
    border: 2px dashed #cdcdea;
    padding: 10px 5px;
    border-radius: 3px;
}

.sortableLists ul {
    max-height: 260px;
    height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    margin: 0;
}

.sortableLists ul li {
    display: block;
    position: relative;
    padding: 10px 15px;
    background-color: #fafafa;
    margin: 0 0 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    border-radius: 2px;
}

.sortableLists p {
    font-size: 14px;
    padding: 0 10px;
    color: #00569f;
    font-weight: 500;
}

.sortableLists ul li.disabled {
    background-color: #d9d9d9;
    color: #a6a6a6;
}

.list2 li:before,
.list2 li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #000;
    right: 12px;
    top: 20px;
}

.list2 li:before {
    transform: rotate(45deg);
}

.list2 li:after {
    transform: rotate(-45deg);
}

/*- Setting Sortable end - */

/*- themelist start - */

.themesList {
    margin: -10px 0 0;
}

.themesList li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    position: relative;
    padding: 22px 0 0 0;
    cursor: pointer;
}

.themesList li b {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}

.themesList .selected {
    border: 2px solid #00569f;
}

.themesList .light {
    background-color: #eee;
}

.themesList .dark {
    background-color: #02083c;
}

.themesList .red {
    background-color: #dfabab;
}

.themesList .blue {
    background-color: #9690cf;
}

/*- themelist end - */

/*- Toast Message start - */

#toast-container {
    /* position: sticky; */
    z-index: 1055;
    bottom: 0;
}

#toast-container .close {
    font-weight: normal;
}

#toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    z-index: 999;
}

#toast-container>#toast-wrapper>.toast {
    min-width: 250px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
    padding-right: 20px;
    font-size: 16px;
    font-weight: 100 !important;
}

/*- Toast Message end - */

/*-------------------- Setting page end ------------------- */


/*06-11-2019*/
.statusItems {
    margin: 1rem 0;
}

.statusItems .mainActionBtn {
    text-align: right;
    margin-bottom: 15px;
}

.statusItems li {
    display: block;
    font-size: 12px;
}

.statusItems span {
    line-height: 22px;
}

.statusItems input {
    margin-left: 15px;
    width: calc(100% - 116px);
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.statusItems p {
    margin: 0 15px;
    display: inline-block;
    line-height: 22px;
}

.statusItems .buttons {
    float: right;
}

.statusItems .hideit {
    display: none;
}

.tableICo {
    cursor: pointer;
}

.close {
    font-size: 2rem;
}

.icon-editWhite {
    display: block;
    position: relative;
    width: 20px;
    height: 14px;
    background: url(../images/icon/document-editWhite.svg) no-repeat center;
    background-size: 14px;
}

.icon-saveWhite {
    display: block;
    position: relative;
    width: 20px;
    height: 14px;
    background: url("../images/icon/saveWhite.svg") no-repeat center;
    background-size: 14px;
}

.suggestedQuestions {
    background: url("../images/icon/icoHistory.png") no-repeat center;
    width: 40px !important;
    height: 30px !important;
    background-size: 35px !important;
}

/*07-11-2019*/
.modal-dialog {
    margin-top: 20%;
}

.excelUpload {
    height: unset;
    padding: 2px;
}

.templateDownload {
    display: block;
}

.templateDownload select {
    width: calc(100% - 150px);
    float: left;
    margin-right: 15px;
}

.templateDownload input {
    width: calc(100% - 83px);
    float: left;
    margin-right: 15px;
}

.templateUploadStatus {
    display: inline-block;
    margin: 0;
}

#unansweredQuestion li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#unansweredQuestion li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.notifBody {
    padding: 1em;
}

#statusItemSave1 {
    border-radius: 0 0.2rem 0.2rem 0 !important;
}

.modal-content .close {
    font-weight: bold;
    font-size: 28px;
    line-height: 16px;
}

.modal-header .close {
    margin: -0.3rem -1rem -1rem auto;
}

.statusItems input {
    margin-left: 15px;
    width: calc(100% - 116px);
    height: 22px;
    background-color: transparent;
    display: inline-block;
}

.dataTables_length {
    margin-right: 15px
}

.dt-button {
    border-color: #00569f !important;
    background-color: transparent !important;
    background-image: none !important
}

.dt-button:hover {
    border-color: #00569f !important;
    background-color: #00569f !important;
    background-image: none !important;
    color: #fff;
}

/*BHAGYESH START*/
.welcomeBanner {
    display: block;
    position: relative;
    border: 10px solid #ffffff;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2)
}

.welcomeBannerImage {
    width: 100%;
}

.toast-header {
    justify-content: space-between;
}

.bLogin,
.rPass {
    color: #139dd2;
}

.bLogin:hover,
.rPass:hover {
    color: rgb(192, 65, 71);
}

.modal{background-color: rgba(0, 0, 0, 0.5);}
.page-header-title {margin-bottom: 10px;}
.msg-error {
    color: #ff0000;
  }
  .msg-sucess {
    color:green;
  }


/*BHAGYESH END*/

/*23-01-2020 start*/
input[type=checkbox]:checked {
    margin: 0px 5px 0 0 !important;
    line-height: normal !important;
    background-color: #D9D9D9 !important;
    background-image: url("../images/check-mark.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px !important;
    border: 1px solid #444444 !important;
}

input[type=checkbox] {
    margin: 5px 5px 0 0 !important;
    line-height: normal !important;
    background: #fff !important;
    border: 1px solid #BDBDBD!important;
    /* -webkit-appearance: none !important; */
    /* appearance: none !important; */
    float: left;
    height: 16px;
    width: 16px;
    border-radius: 0

}

.form-group label {
    display: block;
}

.checkboxLabel {
    display: inline !important;
    line-height: 22px;
}

.hiddenLabel {
    display: none !important;
}

.wrapTitle {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.no-left-padding {
    padding-left: 0;
}

/* .templateWrap{display: none;} */
.hiddenDiv {
    display: none;
}

.actionButtons {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: rgb(226, 226, 236);
}

/*23-01-2020 end*/





/* Added by Amit Jadhav 09042020*/
.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

.modal.show .modal-dialog {
    min-width: 500px;
    max-height: 100%;
    margin-top: 0;
    margin: 0;
}

.icon-delete,.icon-refresh,.icon-update,
.icon-eye {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
    background-repeat: no-repeat;
    /* margin-top: 1px; */
}

.icon-eye {
    background-size: 15px !important;
    width: 15px !important;
}

.productImages {
    width: 60px;
    height: auto;
    border: solid 1px #d4d4d4;
}

.addMaster,
.editMaster {
    display: none;
}

.multiselect {
    width: 100% !important;
}

.addProductMaster label {
    display: block;
}

#grouped-image-list .thumbnail {
    margin: 0 0 2px !important;
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.pro_act {
    width: 100%;
    background: #e4e4e4;
    position: relative;
}

.add-img {
    padding: 22px;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    display: block;
}

.pro_act .none-img {
    display: none;
}

.pro_act .none-progress {
    display: none;
}

.pro_act .progress {
    border-radius: 10px;
    bottom: 4px;
    box-shadow: 0 0 2px #000000;
    height: 5px;
    left: 5px;
    margin: 1px 0 0;
    padding: 1px;
    position: absolute;
    right: 5px;
}

.figcaption {
    position: absolute;
    background: black;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 10px;
    padding: 2px 0px;
    opacity: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.figure:hover .figcaption {
    opacity: 0.9;
}


.figure:before {
    content: "";
    position: absolute;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.75;
}

.figure:hover:before {
    opacity: 0;
}

.cap-bot:before {
    bottom: 10px;
    left: 10px;
}

.cap-bot .figcaption {
    left: 0;
    bottom: -3%;
}

.cap-bot:hover .figcaption {
    bottom: 0;
}

.pro_act button {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    top: 0;
    background-size: 12px;
}

.pro_act button.pro_cancel {
    display: none;
    background-image: url(./../images/icon/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.pro_act:hover button.pro_cancel {
    display: block;
}

.addProductMaster input[type="radio"].css-radio+label.css-label {
    background-size: 14px;
    background-position: 0px 2px;
    padding-left: 20px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-top: -1px;
    margin-left: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    color: #a1a1a1;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 2px 2px 0px 0px;
    background: #e6e6e6;
    outline: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    border-color: #9b9b9b #9b9b9b rgba(0, 0, 0, 0);
    border-top: 3px solid #555555;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    padding-bottom: 11px;
    outline: 0;
    background-color: #ffffff;
}

.tab-content>.active {
    opacity: 1;
}

.tab-content textarea {
    padding: 10px;
    border: solid 1px #9b9b9b;
    border-top: none;
    width: 100%;
    margin-left: -1px;
    margin-right: -1px;
    height: 277px;
    max-height: 277px;
    min-height: 100px;
}

.textarea {
    padding: 10px;
    border: solid 1px #ced4da;
    width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
}

.nav-tabs {
    border-bottom: 1px solid #9b9b9b;
}


.btnDeletContainer {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    border-radius: 25px;
    transition: 0.3s ease;
    overflow: hidden;
}

.btnEyeDelete {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
}

.btnEyeDelete span {
    position: absolute;
    background-color: #28334a;
    width: 3px;
    height: 3px;
    right: 14px;
    top: 14px;
    border-radius: 50%;
}

.btnEyeDelete span:before,
.btnEyeDelete span:after {
    content: "";
    position: absolute;
    background-color: #28334a;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.btnEyeDelete span:before {
    top: 5px;
}

.btnEyeDelete span:after {
    bottom: 5px;
}

.btnDeletContainer.active {
    transition: 0.3s ease;
    width: 110px;
    background-color: #e5e5e5;
}

.btnDeletContainer.active .btnEyeDelete span {
    position: absolute;
    background-color: transparent;
    right: 23px;
    top: 6px;
    border-radius: 5%;
}

.btnDeletContainer.active .btnEyeDelete span:before,
.btnDeletContainer.active .btnEyeDelete span:after {
    content: "";
    position: absolute;
    background-color: #28334a;
    width: 10px;
    height: 1px;
    border-radius: 0;
    top: 9px;
    left: 5px;
}

.btnDeletContainer.active .btnEyeDelete span:before {
    transform: rotate(45deg);
}

.btnDeletContainer.active .btnEyeDelete span:after {
    transform: rotate(-45deg);
}

.deletButtons {
    margin: 0;
    padding: 0;
    display: none;
}

.deletButtons.active {
    display: block;
}

.deletButtons li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
}

.deletButtons li:first-child {
    margin-left: 10px;
}

table.dataTable tbody td {
    position: relative;
}

input[type="file"].form-control {
    padding: 2px;
}

.tab-content {
    border: solid 1px #9b9b9b;
    border-top: none;
    margin-left: -1px;
}

.tab-content div.data-tables {
    margin-top: 0;
}

.tab-content div.data-tables .dataTables_length,
.tab-content div.data-tables .dataTables_filter,
.tab-content div.data-tables .dataTables_info,
.tab-content div.data-tables .dataTables_paginate {
    padding: 10px;
    padding-bottom: 0px;
}

.tab-content div.data-tables .dtTableBtn .btn {
    margin-right: 10px;
}

.tab-content div.data-tables h5 {
    padding: 10px;
}

.tab-content .input-group {
    width: 100%;
    padding: 0 10px;
}

.help-block {
    display: block;
    margin-top: 3px;
    margin-bottom: 2px;
    color: #ff5f5f;
    padding-left: 2px;
    font-size: 11px;
}

.tab-content .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.tab-content .fbt {
    height: 34px;
    width: 60px;
}

.tab-content .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.tab-content .input-group .form-control {
    width: 100%;
    padding-right: 70px;
    height: 34px;
}

.tab-content .input-group .input-group-btn {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
}

.tab-content .ficon {
    display: inline-block;
    height: 20px;
    width: 30px;
}

.tab-content .filter {
    background: url(../images/icon/filter.png) no-repeat center center;
    cursor: pointer;
}

.uploadImg {
    border: solid 1px #ced4da;
    padding: 10px;
    margin-top: 10px;
}

.uploadImg h6 {
    height: 20px;
    background-image: url(../images/icon/cam-on.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 34px;
    background-size: 24px;
    padding-top: 4px;
    margin-bottom: 10px;
}

.uploadImg ul {
    overflow: hidden;
    margin: 0;
}

.uploadImg li {
    float: left;
    margin: 0 5px;
}

.uploadImg li p {
    text-align: center;
}

.upldRow {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 0 15px;
}

.excelIcon {
    background: url(../images/icon/excel-icon.png) no-repeat;
    width: 20px;
    height: 21px;
    display: block;
    float: right;
    position: absolute;
    right: 7px;
    bottom: 22px;
}

.inputfile+div img {
    margin: -49px 3px 0 6px;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #9aa4ad;
    border-color: #9aa4ad;
}

.btnlov {
    position: absolute;
    top: 23px;
    right: 15px;
    border-left : solid 1px #ced4da
}

.msg-error {
    color: red;
}

.att_delete{ background:url(../images/upload-cancel.png) center center no-repeat; padding:12px; width:13px; height:13px; float:right; display:block; cursor:pointer;}

.att_list {
    background: rgba(0,0,0,.07);
    border: 0 solid #aaa;
    margin: 15px 0 15px 0;
    border-radius: 2px!important;
    float: left;
    width: 100%;
    max-height: 135px;
    overflow-x: hidden;
    overflow-y: auto;
    display: table-caption;
}


.list-group.att_list .list-group-item {
float: left;
    background: rgba(0,0,0,.09);
    margin: .5%;
    width: 24%;
    padding: 5px;
    border-radius: 2px!important;
    height: 37px;
}



.att_color{
float: left;
    line-height:30px;
    width: 80%
}

.sidebar-hide .header {
    margin-left: 60px;
}

#editorContainer .panel .panel-heading button
{
    width: auto !important;
    height: auto !important;
    font-size: 12px !important;
    padding: 6px 15px !important;
    line-height: 20px !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

/* =======toastervisibility-css============ */
#toast-container > div  {
    opacity:1 !important;
}
/* =======toastervisibility-css============ */
.help-block {display: block; color: red;}
#Product_Cat{
    display: block !important;
}
.prdt-upldList __web-inspector-hide-shortcut__ {
    display: block !important;
    
}

table.dataTable tbody tr.selected {
    background-color: #ffffff !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
    border-bottom:1px solid rgba(120, 130, 140, 0.13) !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid rgba(120, 130, 140, 0.13) !important;}
.tab-content>.active {
    display: block;
    opacity: 1 !important;
}
input[type=checkbox] {
    margin: 0px 5px 0 0 !important;
    line-height: normal          !important;
    background: #fff          !important; 
    border: 1px solid #BDBDBD!important;
    /* -webkit-appearance: none !important; */
    /* appearance: none !important; */
    float: left;
    height: 18px;
    width: 18px;
    border-radius: 0;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a3abb3;
    border-color: #00396a;
}




/* #region  Datepickercss */
/* .bs-datepicker */
.bs-datepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 #aaa;
            box-shadow: 0 0 10px 0 #aaa;
    position: relative;
    z-index: 1;
    /* button */
    /* .bs-datepicker-head */
    /* .bs-datepicker-body */
    /* .current-timedate */
    /* .bs-datepicker-multiple */
    /* .bs-datepicker-btns */
    /*.bs-datepicker-custom-range */
    /* .bs-datepicker-predefined-btns */
    /* .bs-datepicker-buttons */ }
    .bs-datepicker:after {
      clear: both;
      content: '';
      display: block; }
    .bs-datepicker bs-day-picker {
      float: left; }
    .bs-datepicker button:hover,
    .bs-datepicker button:focus,
    .bs-datepicker button:active,
    .bs-datepicker input:hover,
    .bs-datepicker input:focus,
    .bs-datepicker input:active,
    .bs-datepicker-btns button:hover,
    .bs-datepicker-btns button:focus,
    .bs-datepicker-btns button:active,
    .bs-datepicker-predefined-btns button:active,
    .bs-datepicker-predefined-btns button:focus {
      outline: none; }
    .bs-datepicker-head {
      min-width: 270px;
      height: 50px;
      padding: 10px;
      border-radius: 3px 3px 0 0;
      text-align: justify;
      /* .bs-datepicker-head button */ }
      .bs-datepicker-head:after {
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 100%; }
      .bs-datepicker-head button {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        height: 30px;
        line-height: 30px;
        border: 0;
        background: transparent;
        text-align: center;
        cursor: pointer;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
          background: rgba(221, 221, 221, 0.3);
          color: #f5f5f5;
          cursor: not-allowed; }
        .bs-datepicker-head button.next, .bs-datepicker-head button.previous {
          border-radius: 50%;
          width: 30px;
          height: 30px; }
          .bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
            font-size: 28px;
            line-height: 1;
            display: inline-block;
            position: relative;
            height: 100%;
            width: 100%;
            border-radius: 50%; }
        .bs-datepicker-head button.current {
          border-radius: 15px;
          max-width: 155px;
          padding: 0 13px; }
    .bs-datepicker-head button:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .bs-datepicker-head button:active {
      background-color: rgba(0, 0, 0, 0.2); }
    .bs-datepicker-body {
      padding: 10px;
      border-radius: 0 0 3px 3px;
      min-height: 232px;
      min-width: 278px;
      border: 1px solid #e9edf0;
      /* .bs-datepicker-body table */ }
      .bs-datepicker-body .days.weeks {
        position: relative;
        z-index: 1; }
      .bs-datepicker-body table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        /* .bs-datepicker-body table.days */
        /* .bs-datepicker-body table.weeks */ }
        .bs-datepicker-body table th {
          font-size: 13px;
          color: #9aaec1;
          font-weight: 400;
          text-align: center; }
        .bs-datepicker-body table td {
          color: #54708b;
          text-align: center;
          position: relative;
          padding: 0; }
          .bs-datepicker-body table td span {
            display: block;
            margin: 0 auto;
            font-size: 13px;
            border-radius: 50%;
            position: relative;
            /*z-index: 1;*/
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none; }
          .bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
            cursor: pointer; }
          .bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
          .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
            background-color: #e9edf0;
            -webkit-transition: 0s;
            transition: 0s; }
          .bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
          .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
            background-color: #e9edf0;
            -webkit-transition: 0s;
            transition: 0s;
            cursor: pointer; }
          .bs-datepicker-body table td span.disabled,
          .bs-datepicker-body table td.disabled span {
            color: #9aaec1; }
          .bs-datepicker-body table td span.selected,
          .bs-datepicker-body table td.selected span {
            color: #fff; }
          .bs-datepicker-body table td span.is-other-month,
          .bs-datepicker-body table td.is-other-month span {
            color: rgba(0, 0, 0, 0.25); }
          .bs-datepicker-body table td.active {
            position: relative; }
            .bs-datepicker-body table td.active.select-start:before {
              left: 35%; }
            .bs-datepicker-body table td.active.select-end:before {
              left: -85%; }
          .bs-datepicker-body table td span.active.select-start:after,
          .bs-datepicker-body table td span.active.select-end:after,
          .bs-datepicker-body table td.active.select-start span:after,
          .bs-datepicker-body table td.active.select-end span:after {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            top: 0;
            border-radius: 50%; }
          .bs-datepicker-body table td:before,
          .bs-datepicker-body table td span:before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 6px;
            bottom: 6px;
            left: -2px;
            right: -2px;
            -webkit-box-sizing: content-box;
                    box-sizing: content-box;
            background: transparent; }
          .bs-datepicker-body table td.active.select-start + td.active:before {
            left: -20%; }
          .bs-datepicker-body table td:last-child.active:before {
            border-radius: 0 3px 3px 0;
            width: 125%;
            left: -25%; }
          .bs-datepicker-body table td span[class*="select-"],
          .bs-datepicker-body table td[class*="select-"] span {
            border-radius: 50%;
            color: #fff; }
        .bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
        .bs-datepicker-body table.days span.active:not(.select-start):before,
        .bs-datepicker-body table.days span.in-range:not(.select-start):before {
          background: #e9edf0; }
        .bs-datepicker-body table.days span {
          width: 32px;
          height: 32px;
          line-height: 32px; }
          .bs-datepicker-body table.days span.select-start {
            z-index: 2; }
          .bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
            background: none;
            right: 0;
            left: 0; }
        .bs-datepicker-body table.days td.select-start + td.select-end:before,
        .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
        .bs-datepicker-body table.days td.active + td.is-highlighted:before,
        .bs-datepicker-body table.days td.active + td.select-end:before,
        .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
        .bs-datepicker-body table.days td.in-range + td.select-end:before {
          background: #e9edf0;
          width: 100%; }
        .bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
          border-radius: 3px 0 0 3px;
          left: 0;
          width: 100%; }
        .bs-datepicker-body table:not(.weeks) tr td:first-child:before {
          border-radius: 3px 0 0 3px; }
        .bs-datepicker-body table.years td span {
          width: 46px;
          height: 46px;
          line-height: 45px;
          margin: 0 auto; }
        .bs-datepicker-body table.years tr:not(:last-child) td span {
          margin-bottom: 8px; }
        .bs-datepicker-body table.months td {
          height: 52px; }
          .bs-datepicker-body table.months td span {
            padding: 6px;
            border-radius: 15px; }
    .bs-datepicker .current-timedate {
      color: #54708b;
      font-size: 15px;
      text-align: center;
      height: 30px;
      line-height: 30px;
      border-radius: 20px;
      border: 1px solid #e9edf0;
      margin-bottom: 10px;
      cursor: pointer;
      text-transform: uppercase;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .bs-datepicker .current-timedate span:not(:empty):before {
        content: "";
        width: 15px;
        height: 16px;
        display: inline-block;
        margin-right: 4px;
        vertical-align: text-bottom;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
    .bs-datepicker-multiple {
      border-radius: 4px 0 0 4px; }
      .bs-datepicker-multiple + .bs-datepicker-multiple {
        margin-left: 10px; }
      .bs-datepicker-multiple .bs-datepicker {
        -webkit-box-shadow: none;
                box-shadow: none;
        position: relative; }
        .bs-datepicker-multiple .bs-datepicker:not(:last-child) {
          padding-right: 10px; }
        .bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
          content: "";
          display: block;
          width: 14px;
          height: 10px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
          position: absolute;
          top: 25px;
          left: -8px; }
        .bs-datepicker-multiple .bs-datepicker .left {
          float: left; }
        .bs-datepicker-multiple .bs-datepicker .right {
          float: right; }
    .bs-datepicker-container {
      padding: 15px; }
    .bs-datepicker .bs-media-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .bs-datepicker .bs-media-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .bs-datepicker-custom-range {
      padding: 15px;
      background: #eee; }
    .bs-datepicker-predefined-btns button {
      width: 100%;
      display: block;
      height: 30px;
      background-color: #9aaec1;
      border-radius: 4px;
      color: #fff;
      border: 0;
      margin-bottom: 10px;
      padding: 0 18px;
      text-align: left;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:hover {
        background-color: #54708b; }
    .bs-datepicker-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 10px;
      border-top: 1px solid #e9edf0; }
      .bs-datepicker-buttons .btn-default {
        margin-left: 10px; }
  
  /* .bs-timepicker */
  .bs-timepicker-container {
    padding: 10px 0; }
  
  .bs-timepicker-label {
    color: #54708b;
    margin-bottom: 10px; }
  
  .bs-timepicker-controls {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .bs-timepicker-controls button {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 0;
      background-color: #e9edf0;
      color: #54708b;
      font-size: 16px;
      font-weight: 700;
      vertical-align: middle;
      line-height: 0;
      padding: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .bs-timepicker-controls button:hover {
        background-color: #d5dadd; }
    .bs-timepicker-controls input {
      width: 35px;
      height: 25px;
      border-radius: 13px;
      text-align: center;
      border: 1px solid #e9edf0; }
  
  .bs-timepicker .switch-time-format {
    text-transform: uppercase;
    min-width: 54px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    background: #fff;
    color: #54708b;
    font-size: 13px; }
    .bs-timepicker .switch-time-format img {
      vertical-align: initial;
      margin-left: 4px; }
  
  bs-datepicker-container,
  bs-daterangepicker-container {
    z-index: 1080; }
  
  /* screen size < 1024px */
  @media (max-width: 768px) {
    .bs-datepicker-multiple {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .bs-datepicker-multiple + .bs-datepicker-multiple {
        margin-top: 10px;
        margin-left: 0; } }
  
  /* theming */
  .theme-default .bs-datepicker-head {
    background-color: #777; }
  
  .theme-default .bs-datepicker-body table td span.selected,
  .theme-default .bs-datepicker-body table td.selected span,
  .theme-default .bs-datepicker-body table td span[class*="select-"]:after,
  .theme-default .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #777; }
  
  .theme-default .bs-datepicker-body table td.week span {
    color: #777; }
  
  .theme-default .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #777;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: 0s;
    transition: 0s; }
  
  .theme-green .bs-datepicker-head {
    background-color: #6080b3; }
  
  .theme-green .bs-datepicker-body table td span.selected,
  .theme-green .bs-datepicker-body table td.selected span,
  .theme-green .bs-datepicker-body table td span[class*="select-"]:after,
  .theme-green .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #6080b3; }
  
  .theme-green .bs-datepicker-body table td.week span {
    color: #6080b3 }
  
  .theme-green .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #6080b3;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: 0s;
    transition: 0s; }
  
  .theme-blue .bs-datepicker-head {
    background-color: #5bc0de; }
  
  .theme-blue .bs-datepicker-body table td span.selected,
  .theme-blue .bs-datepicker-body table td.selected span,
  .theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
  .theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #5bc0de; }
  
  .theme-blue .bs-datepicker-body table td.week span {
    color: #5bc0de; }
  
  .theme-blue .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #5bc0de;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: 0s;
    transition: 0s; }
  
  .theme-dark-blue .bs-datepicker-head {
    background-color: #337ab7; }
  
  .theme-dark-blue .bs-datepicker-body table td span.selected,
  .theme-dark-blue .bs-datepicker-body table td.selected span,
  .theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
  .theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #337ab7; }
  
  .theme-dark-blue .bs-datepicker-body table td.week span {
    color: #337ab7; }
  
  .theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #337ab7;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: 0s;
    transition: 0s; }
  
  .theme-red .bs-datepicker-head {
    background-color: #d9534f; }
  
  .theme-red .bs-datepicker-body table td span.selected,
  .theme-red .bs-datepicker-body table td.selected span,
  .theme-red .bs-datepicker-body table td span[class*="select-"]:after,
  .theme-red .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #d9534f; }
  
  .theme-red .bs-datepicker-body table td.week span {
    color: #d9534f; }
  
  .theme-red .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #d9534f;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: 0s;
    transition: 0s; }
  
  .theme-orange .bs-datepicker-head {
    background-color: #f0ad4e; }
  
  .theme-orange .bs-datepicker-body table td span.selected,
  .theme-orange .bs-datepicker-body table td.selected span,
  .theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
  .theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #f0ad4e; }
  
  .theme-orange .bs-datepicker-body table td.week span {
    color: #f0ad4e; }
  
  .theme-orange .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #f0ad4e;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: 0s;
    transition: 0s; }
  /* #endregion */
  /* ==========ng-date-time-pick================ */
.cdk-global-scrollblock{
 /* position: fixed; */
    z-index: -1;
    left: 0px !important;
     top: 0px !important;
}

  /* ==========ng-date-time-pick================ */

  /* input[type="button"], input, button, select {
    -webkit-appearance: none !important;
} */

.popup-wrap {
   padding: 15px;
}
.cdk-overlay-container {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 9999999 !important;
}
.hideColumn{
    display: none !important;
}
.cdk-global-overlay-wrapper, .cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 9999999 !important;
}
.iconCalendar {
    position: absolute;
    top: 30px;
    right: 6px;
    background-image: url('../images/iconCalendar.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.enable{
    display: block !important;
}
.disable{
    display: none !important;
}

.custom-file-label{
    margin-top: 25px;
}
.DisableSortingIcons{
    background: unset !important;
}

.icon-delete{
    /* display: block; */
    background: url(../images/icon/delete.png ) no-repeat center center;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

/* .icon-refresh{
    display: block;
    background: url(../images/icon/refresh.png ) no-repeat center center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    
} */

.icon-refresh {
    display: inline-block;
    background: url(../images/icon/refresh.png) no-repeat center center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: right;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
    right: 8px;
   top: -4px;
}

.icon-update {
    display: block;
    background: url(../images/icon/update-icon.png) no-repeat center center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 38px;
    /* bottom: -16px; */
    top: -4px;
}



.dataTables_scrollBody thead{
    opacity: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
    min-height: 0;
    max-height: 1px;
}
tableDiv h4 {
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #434A80;
}
.exportOptions .xlsExport {
    display: block;
    height: 30px;
    width: 30px;
    background: url(../images/icon/xls.svg) no-repeat center;
    background-size: 30px;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.exportOptions .pdfExport {
    display: block;
    height: 30px;
    width: 30px;
    background: url(../images/pdf.svg) no-repeat center;
    background-size: 30px;
    float: left;
    cursor: pointer;
}
.exportOptions .exportLabel {
    float: left;
}

.bLogin, .rPass {
    color: #139dd2;
}
.exportOptions{
    /* display: inline-block; */
    position: absolute;
    right: 20px;
    top: 0;
    height: 60px;
    padding: 15px 0px;

    /* display: none; */
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 1.755em;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* width: 100%; */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    /* height: 208px; */
    width: 550px !important;
    margin-left: -17px;
    padding: 10px;
}
.catpopup .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* width: 100%; */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    /* height: 208px; */
    width: 550px !important;
    margin-left: -17px;
    padding-left: 100px;
}
.iziToast-title{
display: none !important;
}


.navicns {
    display: inline-block;
    padding: 8px 0 7px 50px;
    /* margin: 5px 10px 0 30px; */
    border-bottom: 1px solid #fff;
    width: 100%;
    /* border: none; */
}

.chk {
    position: absolute;
    left: 16px;
    /* top: 57px; */
    display: inline-block;
    /* bottom: 0; */
    margin: 5px 0 0 0;
}
.closefile{
    margin: 6px 0px 0px 500px;
    /* padding-top: -32px; */
    position: absolute;
    /* height: 154px;
    width: 87px; */
}

.modalWrapper {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: +10;
    visibility: hidden;
    opacity: 0;
    left: 0;
}
/* Model css */
.modalWrapper.active {
    visibility: visible;
    opacity: 1;
}

.modalContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.modalContent {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: relative;
}
ul.ngx-pagiantion{
    float: right;
    padding: 10px
}

.menuselected{
    font-weight: bolder
}

.dynamicsearchcontrol{
    widows: 75%;
    height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }

  .text-right {
    text-align: right !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
