.md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
    background-color: #313131!important;
}
.md-skin .nav-header {
    background: url("patterns/header-profile-skin-2.png") no-repeat;
}
/* .dataTables_length {
    width: 20% !important;
} */
.dataTables_length label{
    float: left !important;
    color: #465261;
}
.dataTables_filter label {
    float: right !important;
    color: #465261;
}
.dataTables_wrapper.form-inline.dt-bootstrap{
    display: block;
}
.dataTables_wrapper.form-inline.dt-bootstrap label{
    margin-bottom: .5rem;
}
#wrapper-top-nav-bar nav {
    height: 57px;
    background:#fff !important;
    color: #666 !important;
    padding: 10px 20px;
}
#wrapper-top-nav-bar nav a {
    color: #666 !important;
}
#wrapper-top-nav-bar .navbar-top-links li a {
    padding: 0;
    padding-right: 10px;
    line-height: 35px;
}
.left-navigation .navbar-default {
    background: #252b33;
    color: #797979;
}
.left-navigation #side-menu ul {
    background: transparent;
    position: relative;
    width: 100%;
}
.left-navigation #side-menu li {
    background: transparent;
    margin-bottom: 5px;
    width: 100%;
    max-width: 200px;
    display: block;
}
.left-navigation #side-menu > li {
    margin-left: 10px;
    margin-right: 10px;
}
.left-navigation #side-menu li a {
    color: #FFFFFF;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    font-weight: normal;
}
.left-navigation #side-menu > li > a {
    padding: 14px 10px 14px 10px;
}
.left-navigation #side-menu li:hover,
.left-navigation #side-menu li.active,
.left-navigation #side-menu li a:hover,
.left-navigation #side-menu li a:focus,
.left-navigation #side-menu li.active a,
.left-navigation #side-menu li.active li
{
    background: #4a5461;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* color: #ffae3c; */
    border-left: 0;
    font-weight: normal;
}
.left-navigation #side-menu > li > ul {
    padding-left: 20px;
}
.left-navigation #side-menu > li > ul > li > ul {
    padding-left: 10px;
}
.left-navigation #side-menu li a span.fa{
    font-weight: normal;
}
.left-navigation #side-menu li a i{
    color: #fff;
}
body.mini-navbar.left-navigation .navbar-default {
    width: 0px;
}
body.mini-navbar.left-navigation .navbar-default ul#side-menu {
    display: none;
}
body.left-navigation .navbar-minimalize,
body.left-navigation .navbar-minimalize:active,
body.left-navigation .navbar-minimalize:hover
{
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    background: none !important;
    color: #797979 !important;
    border: 0;
    padding-top: 0;
}
.article-list a{
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
    color : black
}
.article-list li{
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}
.header-dropdown{
    background: none !important;
    font-size: 20px;
}
#kb-dropdown a span
{
    color :  #ff6c60;
}
.dropdown-toggle::after{
    border-top : none
}
.glyphicon-question-sign{
    margin-right: -30px;
}
.dropdown-menu.extended.logout > li:first-child
{
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}
.dropdown-menu.extended.logout > li {
    float: left;
    width: 100%;
}
.mogo_image_gallery {
    margin-top: 20px;
    padding-left: 0px;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 5px;
    list-style: none;
}
.mogo_image_gallery li{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    float: left;
    margin-bottom: 10px;
    margin-right: 0.5%;
    padding: 1px;
    width: 100px;
    cursor: pointer;
    height: 100px;
}
.mogo_image_gallery li img {
    height: 100px;
    width: 100%;
}
#image_gallery_listing li.other_file_image i {
    font-size: 50px!important;
    margin-left: 23px;
}
#image_gallery_listing li .fa{
    margin-top: 30px;
    vertical-align: middle;
}
#image_gallery_listing li .media-icon:before{
    content: "\e013";
}
#image_gallery_listing li .media-icon:hover:before{
    content: "\2212";
}
#image_gallery_listing li a{
    display: block;
    height: 150px;
    vertical-align: middle;
}
#image_gallery_listing li a{
    display:block;
}
.mogo_image_gallery li.selected img{
    border: 5px solid #C2452C;
}
.mogo_image_gallery li.selected .media-icon{
    display:block;
}

.panel-heading {
    color: #00af97;
    font-size: 21px;
    border-bottom: 1px solid #eff2f7;
}
.modal-body label {
    font-weight: 500;
}

/* Panel custom design */
.ibox-custom .ibox-content{
    padding: 0 20px;
}
.ibox-custom .ibox-tools{
    display: flex;
    align-items: center;
}
.ibox-custom .ibox-tools a{
    font-weight: normal;
    font-size: 14px;
    text-decoration-line: underline;
    color: #22AFE9 !important;
}
.ibox-custom .ibox-tools a i,
.ibox-tools a.collapse-link i{
    font-weight: normal;
    margin-left: 15px;
    font-size: 28px;
    color: #5A2970;
}
.ibox-custom .panel-custom {
    height: auto !important;
    border: none;
    border-bottom: 1px solid #EFF2F7;
}
.ibox-custom .panel-custom:focus {
    outline: none;
}
.ibox-custom .panel-custom > .panel-heading{
    background: none;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;

    color: #22AFE9;
}
.ibox-custom .panel-custom > .panel-heading > .panel-title > a{
    display: block;
}
.ibox-custom .panel-custom > .panel-heading > .panel-title > a:hover{
    color: #22AFE9;
}
.ibox-custom .panel-custom > .panel-heading > .panel-title > a .fa-angle-down{
    float: right;
    color: #A3ADBE;
    transform: rotate(180deg)
}
.ibox-custom .panel-custom > .panel-heading > .panel-title > a.collapsed .fa-angle-down{
    transform: rotate(0deg)
}
.ibox-custom .panel-custom .panel-body.option_items_form .form-group{
    align-items: center;
}
.ibox-custom .panel-custom .panel-body .remove-option i{
    color: #ED5767;
    font-size: 18px;
}
.ibox-custom .option_media_handle{
    margin-bottom: 10px;
    overflow-x: auto;
    align-items: center;
    display: flex;
}
.ibox-custom .option_media_handle .loader-image img{
    background-color: #e2e2e2;
    width: 150px;
    height: 150px;
}
.ibox-custom .option_media_handle .loader-image .remove-image{
    background-color: rgba(255, 255, 255, 0.5);
    top: 6px;
    right: 6px;

}
.ibox-custom .option_media_handle .loader-image .remove-image:hover{
    background-color: rgba(255, 255, 255, 1);

}
.ibox-custom .option_media_handle .loader-image .remove-image .fa{
    color: #ED5767;
    font-weight: normal;
    font-size: 14px;
    padding: 3px;
}
.ibox-custom .option_items_form input:not(:disabled){
    background: #FFFFFF;
    border: 1px solid #A3ADBE !important;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
}

/* customize dropzone */
.dropzone.custom-msg{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #A3ADBE;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
}
.dropzone.custom-msg .dz-default.dz-message{
    background: none;
}
.dropzone.custom-msg .dropzone-custom-message{
    position: absolute;
    margin: auto;
    top: 0;
    height: 100%;
    align-items: center;
    display: flex;
    left: 0;
    padding: 15px;
    width: 100%;
    justify-content: center;
}
.dropzone.custom-msg .dropzone-custom-message h5{
    font-weight: normal;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    color: #A3ADBE;
}
.dropzone.custom-msg .dropzone-custom-message h5 .small-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;

    color: #A3ADBE;
}
.dropzone.custom-msg .dropzone-custom-message h5 .small-text span{
    text-decoration: underline;
    color: #22AFE9;
}
.dropzone.custom-msg .dropzone-custom-message p{
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #A3ADBE;
}

/* Uploader */

.box.has-advanced-upload {
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box {
    font-size: 1.25rem;
    min-height: 435px;
    position: relative;
}
.box__input{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.box.is-dragover
{
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}
.box__dragndrop,
.box__icon
{
    display: none;
}
.box.has-advanced-upload .box__dragndrop
{
    display: inline;
}
.box.has-advanced-upload .box__icon
{
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
    display: none;
    text-align: center;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error
{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    -moz-transform: translateY(-50%);
}
.box__uploading
{
    font-style: italic;
}
.box__success
{
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
    from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
    75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
    to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
    from	{ transform: translateY( -50% ) scale( 0 ); }
    75%		{ transform: translateY( -50% ) scale( 1.1 ); }
    to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart
{
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
    color: #39bfd3;
}

.box__file
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.box__file + label
{
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
    color: #39bfd3;
}
.box__file:focus + label,
.box__file.has-focus + label
{
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.box__file + label *
{
    /* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label
{
    display: none;
}

.no-js .box__button
{
    display: block;
}
.box__button
{
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
    background-color: #0f3c4b;
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}

/* Umar Changes */
.ibox-title2 {
    background-color: #ffffff;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2px 2px 0 0;
}



input.form-control,select.form-control {
    border:1px solid #A3ADBE !important;
    color: #A3ADBE !important;
    height: 34px !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
}
textarea.form-control{
    border:1px solid #A3ADBE;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
    color: #A3ADBE;

}
input.form-control:focus,select.form-control:focus {
    border: 1px solid #517397 !important;
    box-shadow: none;
}
.btn {
    font-size:14px !important;
    font-weight:400 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #39b2a9;
    border-color: #39b2a9;
    color: #FFF;
}

.dataTables_wrapper .myfilter .dataTables_filter {
    float:left
}
.dataTables_wrapper .mylength .dataTables_length {
    float:right
}
.dataTables_wrapper .dataTables_length{
    float: right;
    width: auto;
}
.dataTables_wrapper .dataTables_filter{
    float: left;
    width: auto;
}
.form-inline .form-group {
    margin-right: 5px;
}
.sidebar-collapse {
    padding-top: 20px;
}
.table-bordered {
    border: 1px solid #ddd;
}
html /deep/ table.dataTable {
    border-collapse: collapse !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 10px;
    vertical-align: top;
}
thead tr {
    height: 41px;
}
.date-td{
    width: 120px;
}
.date-td.text-right{
    width: 120px;
}
.total-td.text-right{
    width: 100px;
}
.btn-white {
    color: inherit;
    background: transparent;
    border: none;
}


.ibox-title2 h5 {
    margin-top: 5px;
}
.ibox-title2 h5 {
    display: inline-block;
    font-size: 21px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
    font-weight:400 !important;
    letter-spacing: .5px;
}
.ibox-title2 .label {
    margin-left: 4px;
}
body.rtls .ibox-title2 {
    padding: 15px 15px 8px 15px;
}
body.rtls .ibox-title2 .label {
    float: left;
}
.ibox-title2 {
    color:#00a9e7;
    font-size:21px !important;
    font-weight:400;
    padding-right: 15px;
    border-bottom: 1px solid #eff2f7;
}
.ibox-title2 .btn{
    margin-bottom: 0px;
    padding-right: 15px;
    margin-top: -7px;
}
.ibox-title2 .btn i {
    color:white;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
    color: inherit;
    border: none;
}
.widget{
    margin-top:0 !important;
}
td.sorting_1 {
    font-weight: 400;
    font-size: 14px !important;
}

.dataTable a {
    color: #46c8c7;
}
.dataTable a:hover,
.dataTable a:focus {
    color: #2a3542;
    text-decoration: none;
}
.form-control::placeholder {
    color: #97a9b2;
}
/* Uploader end */


/*analytics css*/

body {
    font-family: "Roboto", sans-serif;
    background: #e5e5e5;
}
a {
    color: #48c4a0;
}
a:hover {
    color: #48c4a0;
}
.main-layout {
    padding: 20px;
    width: 100%;
}
.notice-sectoin{
    margin-bottom: 10px;
}
.dash-notice {
    display: flex;
    position: relative;
    border: 1px solid #A9C818;
    padding: 10px;
    background-color: white;
    font-size: 14px;
    margin: 0 0 15px 0;

}
.notice {
    padding-left: 10px;
    color: #2C323B;
    font-weight: 500;
    font-size: 12px;
}
.notice-icon i {
    font-weight: 300;
    font-size: 18px;
    color: #A9C818;
}
.notice-heading {
    color: #2C323B;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.notice-description {
    color: #2C323B;
    font-weight: 500;
    font-size: 12px;
}
.welcome-widget-head {
    background-color: #9b3c86;
}
.welcome-widget-head h2 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.welcome-widget-body {
    background: #fff;
    padding: 30px;
}
.welcome-widget-body .extra-widget{
    padding: 0;
}
.extra-widget-heading {
    display: flex;
    justify-content: space-between;
}
.link-url {
    color: #8e8e8e;
    padding-left: 5px;
    font-size: 14px;
}
.link-url:hover {
    color: #48c4a0;
}
.getting-started-links {
    display: flex;
}

table.alt-table {
    border: 1px solid #ddd;
    width: 100%;
    table-layout: fixed;
}
table.alt-table .link-url{
    font-weight: 300;
    font-size: 14px;
    color: #46c8c7;
}
table.alt-table .link-url:hover{
    color: #2C323B;
    transition: .4s all ease;
}
.alt-table tr {
    border-bottom: 1px solid #eaeaea !important;
    height: 35px;
}
.alt-table td {
    padding: 10px;
}

.alt-table tr:nth-child(odd) {
    background: #f9f9f9;
}
.extra-widget-heading h3 {
    margin-top: 0;
    font-size: 22px !important;
    font-weight: 400;
    color: #2C323B;
}
.extra-widget-heading a {
    font-size: 14px;
    text-decoration: underline;
}
.profile-heading {
    height: auto;
    text-align: center;
    background-color: #d23393;
    padding: 30px 0 42px 0;
    color: #fff;
}
.profile-heading h4{
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.profile-body {
    position: relative;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #fff;
    padding-bottom: 30px;
}
.profile-image {
    position: absolute;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    background: #EAEAEA;
}
.profile-image img{
    border: 5px solid #EAEAEA;
    border-radius: 50%;
}
.profile-text {
    padding-top: 50px;
    color: #2C323B;
}
.profile-text p.contact-support {
    font-size: 18px;
}
.profile-text p.phone-number {
    font-size: 14px;
}
.profile-text p.email {
    font-size: 14px;
    margin-bottom: 0;
}
/* i {
    color: #48c4a0;
} */

.note-btn i{
    color: inherit;
}
.profile-text span.phone-icon {
    margin-right: 5px;
}
.profile-text span.mail-icon {
    margin-right: 5px;
}
section {
    margin-bottom: 30px;
}
.extra-widget {
    background: #fff;
    padding: 30px 30px;
}
.extra-widget td {
    font-size: 14px;
    color: #8e8e8e;
}
.table-link {
    color: #48c4a0;
    padding-left: 5px;
    font-size: 14px;
}
.table-link:hover {
    text-decoration: underline;
}
.filters {
    display: flex;
    flex-wrap: nowrap;
}
.filters .ibox-content{
    padding: 0;
}
.graph-widget .extra-widget-heading {
    display: flex;
    flex-wrap: wrap;
}
.input-group.date {
    position: relative;
}
.input-group.date span.input-group-addon {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    padding: 0;
    margin-top: -9px;
    border: 0;
    background: transparent;
}
.date input.form-control {
    border: 1px solid #c9ced6;
    border-radius: 0;
    color: #c9ced6;
    width: 240px;
    font-size: 12px;
    height: 35px;
}
@media(max-width: 992px){
    .date input.form-control {
        width: 100%;
    }
}
.to-text {
    padding: 5px 20px;
    font-size: 13px;
}
.btn-primary {
    color: #fff;
    background-color: #C2452C;
    border-color: #C2452C;
    border-radius: 5px !important;
    padding: 10px 10px;
}

.btn.btn-primary{
    background: #F05A28;
    color: #fff;
    border: #F05A28;
    padding: 8px 15px;
    text-decoration: none;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover{
    background: #D93904;
    color: #fff;
    border: #D93904;
}
.btn.btn-primary:active{
    background: #D93904 !important;
    color: #fff;
    border: #D93904 !important;
}
.btn-transparent,
.btn-transparent:focus{
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;

}
.extra-widget-body {
    padding-top: 10px;
}
.extra-widget-body table.alt-table{
    margin-top: 0;
}
.graph-stats {
    text-align: center;
}
.graph-stats h4 {
    font-size: 22px;
    font-weight: 400;
    color: #48c4a0;
    margin-top: 20px;
    margin-bottom: 0;
}
.blued h4 {
    color: #4888c4;
}
.oranged h4 {
    color: #eab93c;
}
.graph-stats p {
    color: #8e8e8e;
    font-size: 14px;
}
.traffic-sources-widget .graph-stats {
    border-right: 1px solid #eaeaea;
}
.alt-table thead {
    background: linear-gradient(
        90deg,
        rgba(250, 250, 251, 1) 0%,
        rgba(243, 243, 243, 1) 100%
    );
}

/* PAGINATIN */
.pagination > li > a{
    padding: 8px 10px;
}
.pagination > .active > a:hover{
    background-color: #F05A28;
    border-color: #F05A28;
}
.pagination > li > a:focus{
    border: 1px solid #F05A28 !important;
}
.pagination > .active > a:focus{
    background-color: #F05A28;
    border: 1px solid #F05A28 !important;
}
.page-item.disabled .page-link {
    border-color: #ddd;
}
.page-item.active .page-link,
.paginate_button.active a{
    color: #fff;
    background-color: #F05A28;
    border-color: #F05A28 !important;
}

li.footable-page-arrow a {
    background-color: #3dbca0 !important;
    color: #fff;
}
#table_id_length {
    display: none;
}
#table_id_filter {
    display: none;
}

.dataTables_filter label {
    padding-top: 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #2C323B;
    font-size: 14px;
    padding-top: 5px;
}
th {
    color: #465261;
    font-size: 14px;
}
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: none;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box;
    box-shadow: none;
}
table.dataTable td {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;;
    color: #465261;
    letter-spacing: 0.5px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #8e8e8e;
    font-size: 14px !important;
}
.alt-table tr {
    border-bottom: 1px solid #eaeaea !important;
    height: 35px;
}
.md-skin .ibox{
    box-shadow: none;
}

a#table_id_next {
    background: #48c4a0;
    color: #fff !important;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 10px;
    border-bottom: none !important;
    background-color: #fff;
}
td.center {
    text-align: center;
}
span.search-icon {
    position: absolute;
    right: 48px;
    top: 7px;
}
.dataTables_filter label {
    padding-top: 8px;
    margin-right: 15px;
}
input#smart-search {
    height: 35px;
    border-radius: 0;
    margin-right: 40px;
}
select#length_change {
    height: 35px;
    width: 70px;
    border: 1px solid #c9ced6;
    padding-left: 8px;
    font-size: 14px;
    color: #c9ced6;
}
select#lenght_change:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #48c4a0;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.filters label {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .extra-widget-heading {
        display: block;
    }
}

a:focus {
    border: none !important;
    outline: none !important;
}
div.dataTables_wrapper div.dataTables_info {
    float: left;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    float: right;
}
.top-nav-header{
    padding: 0 15px;
    height: 60px;
}
.top-nav-header .navbar-header{
    display: flex;
    align-items: center;
    height: 100%;
}
.top-nav-header .navbar-minimalize{
    margin: 0;
    padding: 0;
    margin-right: 15px;
}
.top-nav-header .navbar-minimalize i{
    font-size: 20px;
    color: #797979;
}
.top-nav-header .navbar-header .nav-logo{
    max-height: 50px;
    max-width: 250px;

}
.top-nav-header .navbar-header .nav-logo img{
    max-height: 40px;
    height: auto;
    width: auto;
    max-width: 100%;

}

.top-nav-header .top-nav {
    height: 100%;
    height: 100%;
    line-height: 1;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
    align-items: center;
    display: flex;
}
.top-nav ul.top-menu > li.account-dd {
    border: 1px solid rgb(240, 240, 248);
    border-radius: 4px;
}
.top-nav ul.top-menu > li > a {
    margin: 0px;
    border-radius: 4px;
    padding: 6px;
    background: none;
}
.top-nav ul.top-menu > li > a::after {
    display: none;
}
#kb-dropdown > a span {
    color: rgb(255, 108, 96);
    padding: 0;
    margin: 0;
}
.top-nav-header .dropdown-menu.nav-dd-menu {
    box-shadow: 0 2px 8px rgba(0,0,0,0.176);
    max-width: 300px;
    min-width: 160px;
    top: 42px !important;
}
.top-nav-header .dropdown-menu.nav-dd-menu > li > a {
    margin:0;
    padding: 15px 10px;
    width: 100%;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.top-nav-header .dropdown-menu.nav-dd-menu > li.dropdown-item-title > a {
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
    color: #ffffff;
}
.top-nav-header .dropdown-menu.nav-dd-menu::after {
    position: absolute;
    content: "";
    right: 20px;
    top: -8px;
    color: #ffffff;
    display: inline-block;
    border-bottom: 8px solid;
    border-right: 8px solid transparent;
    border-top: 0;
    border-left: 8px solid transparent
}

.datepicker-orient-top{
    margin-top: 25px;
}

i[class^='trash'], i[class*='trash']{
    color: #ED5767;
}

/* product update options */
.product-update-options .upload_swatch i{
    font-size: 18px;
    color: #22AFE9;
}
.product-update-options .delete-attribute-item i{
    font-size: 18px;
    color: #ED5767;
}
.product-update-options .upload_swatch,
.product-update-options .delete-attribute-item{
    margin: 0;
}
.product-update-options .attribute-item{
    padding-bottom: 10px;
}
.product-update-options .attribute-item .form-control{
    margin-right: 15px;
}
.product-update-options .attribute-item .input-group-btn{
    display: flex;
    align-items: center;
}
.product-update-options .attribute-item .input-group-btn{
    display: flex;
    align-items: center;
}
@media(min-width: 992px){
    .product-update-options .attribute-item .form-control{
        margin-right: 30px;
    }
}
@media(max-width: 500px){
    .product-update-options .attribute-item .form-control{
        margin-right: 0;
    }
}
.product-update-options .btn-success{
    background-color: #22AFE9;
    border-color: #22AFE9;
}
.product-update-options .modal-dialog{
    background-color: #fff;
}
.product-update-options .modal-content {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0px 4px 15px rgba(34, 175, 233, 0.1);
    outline: 0 none;
}
.product-update-options .modal-content .modal-header {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0px 4px 15px rgba(34, 175, 233, 0.1);
    outline: 0 none;
    position: relative;
}
.product-update-options .modal-content .modal-header .close{
    margin: 0;
    padding: 10px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    color: #000;
    font-size: 28px;
    line-height: 17px;
    opacity: 0.7;
}
.product-update-options .modal-content .modal-header .modal-title{
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #22AFE9;
}
.product-update-options .modal-content .modal-body {
    padding: 0;
    background-color: #fff;
}
.modal-content .tabs-container .nav-tabs > li{
    border: 0;
    flex-grow: 1;
    text-align: center;
}
.modal-content .tabs-container .nav-tabs > li > a{
    font-size: 14px;
    color: #2C323B;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}
.modal-content .tabs-container .nav-tabs > li.active
{
    border: 0;
}
.modal-content .tabs-container .nav-tabs > li > a.active,
.modal-content .tabs-container .nav-tabs > li > a.active:focus,
.modal-content .tabs-container .nav-tabs > li > a.active:hover
{
    border: 0;
    background: rgba(34, 175, 233, 0.05);
    box-shadow: inset 0px 0px 15px rgba(25, 166, 224, 0.1);
    border-bottom: 3px solid #22AFE9 !important;
}
.product-update-options .modal-content .modal-body .panel-body,
.product-update-options .modal-content .modal-footer{
    border: 0;
}
.product-update-options .modal-content .color-select-group label{
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: right;
    color: #2C323B;
    margin: 0;
    font-weight: normal;
}
.product-update-options .modal-content .image_swatch_color {
    width: 35px;
    height: 35px;
    display: flex;
    border: 1px solid #A3ADBE;
    border-radius: 3px;
}
.product-update-options .modal-content .colorpicker-element {
    display: inline-block;
}
.product-update-options .modal-content .color-select-group .btn i{
    font-weight: normal;
    font-size: 18px;
    color: #22AFE9;
}

/* Header Navigation page */
.manage-menu .tabs-container .nav-tabs > li{
    border: 0;
    text-align: center;
}
@media(min-width : 992px){
    .manage-menu .tabs-container .nav-tabs > li{
        min-width: 270px;
    }
}
.manage-menu .tabs-container .nav-tabs > li > a{
    font-size: 14px;
    color: #2C323B;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}
.manage-menu .tabs-container .nav-tabs > li.active
{
    border: 0;
}
.manage-menu .tabs-container .nav-tabs > li > a.active,
.manage-menu .tabs-container .nav-tabs > li > a.active:focus,
.manage-menu .tabs-container .nav-tabs > li > a.active:hover
{
    border: 0;
    background: rgba(34, 175, 233, 0.05);
    box-shadow: inset 0px 0px 15px rgba(25, 166, 224, 0.1);
    border-bottom: 3px solid #22AFE9 !important;
}

.manage-menu .text-normal{
    font-weight: normal;
    font-size: 13px;
    color: #2C323B;
}

.manage-menu .form-check-label{
    padding: 0;
}


.menu-list,
.child-menu-list{
    margin: 0;
    padding: 0 !important;
    list-style: none;
}
.menu-list .icon-move img,
.child-menu-list .child-icon-move img{
    max-width: 100%;
    height: 20px;
    width: auto;
}
.menu-list .icon-move:hover,
.child-menu-list .child-icon-move:hover{
    cursor: move;
}
.menu-list .list-item-header i,
.child-menu-list .list-item-header i{
    font-weight: normal;
    font-size: 16px;
    color: #ED5767;
}


.menu-list .menu-list-item ul,
.child-menu-list .child-menu-list-item ul{
    margin-left: 20px;
}
.menu-list .menu-list-item .nestable-child-items > ul{
    margin-left: 0;
}
.menu-list .menu-list-item .list-item-body,
.child-menu-list  .child-menu-list-item .list-item-body{
    border-bottom: 1px solid #EAEAEA;
    background-color: #fafafa;
}
.menu-list .menu-list-item .list-item-header,
.child-menu-list .child-menu-list-item .list-item-header{
    padding: 5px 15px;
    margin-top: -1px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}
.menu-list .menu-list-item .list-item-header .flex-grow-text,
.child-menu-list .child-menu-list-item .list-item-header .flex-grow-text{
    flex-grow: 1;
    font-weight: normal;
    font-size: 13px;
    color: #2C323B;
    margin: 0 10px;
}

.manage-menu .add-menu-item{
    padding: 5px 15px;
    margin-top: -1px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}
.manage-menu .add-menu-item a{
    font-weight: 600;
    font-size: 13px;
    color: #22AFE9;
}

.manage-menu .col-left-size{
    width: 220px;
    text-align: right;
}
.manage-menu .menu-setting label{
    margin: 0;
    line-height: 1;
}

.manage-menu .image_swatch_color {
    width: 35px;
    height: 35px;
    display: flex;
    border: 1px solid #A3ADBE;
    border-radius: 3px;
}
.manage-menu .btn.colorpicker:after{
    display: none;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    content: "/\00a0";
}
.breadcrumb > li {
    font-size: 14px !important;
}

/* Campaign Steps : START */
.campaign-steps-header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.campaign-steps-header ul li{
    margin: 10px 0;
}
.campaign-steps-header ul li .nav-link{
    position: relative;
    /* background: rgba(201, 206, 214, 0.1); */
    /* border: 1px solid #EAEAEA; */
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #A3ADBE;
    border-radius: 4px;
    z-index: 2;
}
.campaign-steps-header ul li .nav-link.active{
    background-color: transparent;
    /* background: rgba(194, 69, 44, 0.05); */
    /* border: 1px solid #C2452C; */
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #C2452C;
}
.campaign-steps-header ul li .nav-link::before,
.campaign-steps-header ul li .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background: rgba(201, 206, 214, 0.1);
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    z-index: -1;
}
.campaign-steps-header ul li .nav-link::before {
    top: 0px;
    transform: skew(30deg);
    border-top: 1px solid #EAEAEA;
}
.campaign-steps-header ul li .nav-link::after {
    bottom: 0px;
    transform: skew(-30deg);
    border-bottom: 1px solid #EAEAEA;
}

.campaign-steps-header ul li .nav-link.active::before,
.campaign-steps-header ul li .nav-link.active::after {
    background: rgba(194, 69, 44, 0.05);
    border-left: 1px solid #C2452C;
    border-right: 1px solid #C2452C;
}
.campaign-steps-header ul li .nav-link.active::before {
    border-top: 1px solid #C2452C;
}
.campaign-steps-header ul li .nav-link.active::after {
    border-bottom: 1px solid #C2452C;
}
/* Campaign Steps : END */

.campaign-subtitle{
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.campaign-style .table{
    border: 1px solid #EDF0F5;
}
.campaign-style .table > thead {
    background: linear-gradient(180deg, #FAFAFB 0%, #F3F3F3 100%);
}
.campaign-style .table > thead th {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #A3ADBE;
    padding: 10px 20px;
}
.campaign-style .table > tbody td{
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #A3ADBE;
    padding: 10px 20px;
}
.campaign-style .table > thead th:first-child,
.campaign-style .table > tbody td:first-child{
    text-align: left;
}
.campaign-style .table > thead th:last-child,
.campaign-style .table > tbody td:last-child{
    text-align: right;
}

.campaign-style .table > tbody td a{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #5A2970;
    vertical-align: top;
}
.campaign-style input[type=checkbox], .campaign-style input[type=radio] {
    width: 16px;
    height: 16px;
    border-color: #5A2970;
}
.form-group.align-fix{
    padding-top: 8px;
}
.form-group.align-fix input[type=checkbox], .form-group.align-fix input[type=radio] {
    width: 16px;
    height: 16px;
    border-color: #5A2970;
}
.form-group.align-fix .input-label {
    vertical-align: middle;
    padding-top: 0;
}
/* Radio email template selector : START */
.email-template_selector input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.email-template_selector input:active +.email-template_label{opacity: .9;}
.email-template_selector input:checked +.email-template_label{
    -webkit-filter: brightness(0.7) grayscale(.5) opacity(.9);
    -moz-filter: brightness(0.7) grayscale(.5) opacity(.9);
    filter: brightness(0.7) grayscale(.5) opacity(.9);
}
.email-template_label{
    cursor:pointer;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
/* Radio email template selector : END */

/* start :: customize dd for menu items */
.custom-dd-list{
    padding-left: 0;
}
.custom-dd-list .custom-dd-list{
    padding-left: 40px;
}
.custom-dd-list.dd-dragel .dd-handle{
    box-shadow: none;
}
.custom-dd-list .dd-handle:hover{
    cursor: move;
}
.custom-dd-list .dd3-item{
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: -1px;
    border:0;
}
.custom-dd-list .dd3-content {

    background: #ffffff;
    padding: 0 20px 0 30px;
    line-height: 1;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2c323b;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.custom-dd-list .dd3-content .page-url {
    position: relative;
    font-size: 85%;
    font-style: italic;
    font-weight: normal;
}
.custom-dd-list .dd3-handle {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    margin: 0 !important;
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
}
.custom-dd-list .dd3-handle:hover {
    border: 0;
    background: transparent;
}
.custom-dd-list .dd3-handle img {
    position: absolute;
    left: 9px;
    top: 15px;
    width: 12px;
    height: 20px;

}
.custom-dd-list .dd3-handle:before {
    display: none;
}

.custom-dd-list .dd3-content .dd-controls{
    float: right;
    line-height: 48px;
}

.custom-dd-list .dd3-content .dd-controls a{
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}
.custom-dd-list .dd3-content .dd-controls i{
    font-weight: 400;
    font-size: 16px;
    color: #00a9e7;
    padding-left: 5px;
}
.custom-dd-list .dd3-content i.fa-trash{
    color: #ed5767 !important;
}
.custom-dd-list .dd3-content i.fa-edit{
    padding-top: 2px;
}
.add-menu-item{
    padding: 5px 15px;
    margin-top: -1px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}
.add-menu-item a{
    font-weight: 600;
    font-size: 13px;
    color: #22AFE9;
}
/* end :: customize dd for menu items */

.btn.btn-danger i {
    color: white;
}
