@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
body {
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
}
a, a:hover{color: #fff;}
.nopad {
    padding: 0px !important;
    margin: 0px !important;
}
.left-area {
    min-height: 94vh;
    background: #171617;
}
.logo-area {
    background: #222a35;
    padding: 10px;
    text-align: left;
}
.sidebar {
    background: #171617;
    padding: 0px;
    margin: 0px;
}
.admin-bar {
    background: #394554;
    color: #fff;
    z-index: 999;
    padding: 12px 12px 0px 0px;
    position: relative;
}
.logo-area img {
    height: 60px;
}
.qr-rt-testimnial {
    clear: both;
    font-size: 50px;
    color: #dedede;
    margin-top: -20px;
}
.copyrite a {
    color: #fff;
}
.adm-navi-area ul {
    padding: 0px;
    margin: 0;
}
.adm-navi-area ul li {
    list-style: none;
    float: left;
}
.adm-navi-area ul li a {
    color: #fff;
    padding: 19px 12px;
    display: block;
}
.adm-navi-area {
    float: left;
}
.adm-log-bar {
    float: right;
    padding: 12px 0px
}
.social-media {
}
.social-media ul {
    padding: 0px;
    margin: 0px;
}
.social-media ul li {
    float: left;
    list-style: none;
    font-size: 20px;
}
.social-media ul li a {
    color: #fff;
    padding: 0px 6px 0px;
    display: block;
    position: relative;
    top: 2px;
}
.content-area {
    background: #0f0e0f !important;
}
.cnt {
    /*background: #0f0e0f;*/
    padding: 40px 20px 40px;
    min-height: 94vh;
    position: relative;
    top: 0;
    width: 100%;
}
.profile-area {
    padding: 15px 5px;
    /*background: #09090a;*/
    color: #fff;
    text-align: center;
    height: 100px;
}
.pf-imgs {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.pf-imgs > img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #d8543b;
    /*float: left;
    overflow: hidden;*/
}
.pf-imgs span.name_cls {
    font-size: 20px;
    padding-left: 5px;
    text-transform: capitalize;
}
/*.pf-imgs img {
    height: 100%;
}*/
.my_top_bar {
    height: 100px;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pf-name {
    float: left;
    padding: 15px 12px;    display: none;
}
.pf-name h4 {
    font-size: 26px !important;
    margin-bottom: 0px;
}
nav ul {
    padding: 0px;
    margin: 0px;list-style: none;
}
nav ul li {
    padding: 0px; border-radius: 30px;
    margin-left: 5%;
    margin-right: 5%;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 12px 12px 40px;
    display: block;
    /*border-bottom: 1px solid #09090a;*/
    border-radius: 30px;margin-bottom: 5px;position: relative;
}
nav ul li a svg {position: absolute;left: 10px;fill: #fff;}
nav ul li a:hover, nav ul li.active > a, nav ul li:focus a{
    background: #F2D35A !important;
    text-decoration: none;
    color: #000 !important;
}
nav ul li:hover a, nav ul li.active a, nav ul li:focus a {
    color: #fff;
    text-decoration: none;
}
nav ul li a:hover svg , nav ul li.active > a svg {
    fill: #000;
}

nav ul li a .fa {
    margin-right: 9px;
}
nav ul li a:before {
    /*content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 11px;*/
}
nav ul li ul.submenu {
    list-style: none;
    padding: 0px;
    margin: 0px 0 0 20px;
    /* background: rgba(45, 45, 45, 0.58); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}
nav ul li.active ul.submenu {
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav ul li ul.submenu li a {
    /*padding: 12px 28px !important;*/
}
.adm-navi-area ul li a:hover, .adm-navi-area ul li.active a, .adm-navi-area ul li:focus a {
    background: #222a35;
    text-decoration: none;
}
.breadcrumb ol {
    padding: 0px;
    margin: 0px;
}
.breadcrumb ol li {
    list-style: none;
    padding: 5px 5px;
    float: left;
    color: #444343;
}
.breadcrumb ol li a {
    text-decoration: none;
    color: #000
}
.panel-default > .panel-heading {
    background: #222a35;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 14px 19px;
    cursor: pointer;    border-radius: 5px 5px 0 0px;
}
.panel-collapse {
    padding: 15px;
    border-radius: 0px !important;
    overflow: hidden;
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 1px solid #AAAAAA;
}
.panel-group {
    margin-bottom: 20px !important;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
        border-radius: 5px 5px 0 0px;
}

.form-control {
    height: 44px;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    color: #fff;
}
.btn{padding: 10px 25px;font-weight: 500;}
.btn-primary, .btn-primary:hover,
#edit_payment_button, #edit_payment_button:hover,
.btn-inverse, .btn-inverse:hover,
.btn-success, .btn-success:hover,
.btn-info, .btn-info:hover {
    color: #000;
    background-color: #F2d35A;
    border-color: #F2d35A;
}
.list-group-item {background: transparent;color: #fff;}

.select2-container--default .select2-selection--single {border-radius: 0.25rem !important;border: 0.5px solid #AAAAAA !important;background: #000000;box-shadow: 3px 5px 10px #000000;height: 49px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff;line-height: 48px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 48px !important;}
.select2-dropdown {border-radius: 0.25rem !important;border: 0.5px solid #AAAAAA !important;background: #000000;}
.select2-dropdown .select2-search__field{height: 44px;background: #000000;box-shadow: 3px 5px 10px #000000;border: 0.5px solid #AAAAAA;color: #fff;}
input.btn {/*margin-top: 15px;*/}


.progress {
    background: #000000;
    box-shadow: inset 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
}


.adm-log-bar .dropdown {
    margin-left: 9px;
}
button.btn.btn-primary.dropdown-toggle, 
button.btn.btn-primary.dropdown-toggle:hover, 
button.btn.btn-primary.dropdown-toggle:focus {
    background: #F2D35A;
    border: 0px;
    padding: 7px 35px 7px 11px;
    border-radius: 0px;
    position: relative;
    text-align: left;
    border-color: #F2D35A;
    color: #000;
}
span.fa.fa-angle-down.dd-down {
    position: absolute;
    background: #F2D35A;
    top: 0;
    right: 0;
    padding: 10px 7px;
}
.highlight {
    /*background: #fff;*/
    margin-bottom: 20px;
    padding: 15px 0;
}
.col-md-3.hl-data {
}
.dl-dt-icon {
    background: #222a35;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 42px;
    padding: 7px;
}
.dl-dt-txt {
    border: 1px solid #222a35;
    padding: 7px 14px 10px;
}
.dl-dt-txt .price {
    font-size: 25px;
}
.green .dl-dt-icon {
    background: #3bd8a6;
}
.green .dl-dt-txt {
    border: 1px solid #3bd8a6;
}
.blue .dl-dt-icon {
    background: #3b89d8;
}
.blue .dl-dt-txt {
    border: 1px solid #3b89d8;
}
.oringe .dl-dt-icon {
    background: #d8543b;
}
.oringe .dl-dt-txt {
    border: 1px solid #d8543b;
}
.purple .dl-dt-icon {
    background: #673bd8;
}
.purple .dl-dt-txt {
    border: 1px solid #673bd8;
}
span.bar {
    color: #ebecec;
    float: right;
    font-size: 27px;
    padding-right: 10px;
    display: none;
    cursor: pointer
}
a.closebtn {
    float: right;
    position: absolute;
    right: 19px;
    font-size: 35px;
    color: #d8543b;
    display: none;
}
.page-heading-sec {box-shadow: 3px 5px 10px #000000;border: 0.5px solid #AAAAAA;border-radius: 8px;}
.page-heading-sec h1 {
    padding: 15px;
    margin: 0px;
    font-size: 24px;
}
.form-horizontal .control-label {font-weight: 600;}
.page-heading-sec .label-danger {
    font-size: 14px;
    font-weight: normal;
}
.portlet-title h4 {
    color: #000;
    border-radius: 0px;
    border: 0px;
    padding: 14px 19px;
    cursor: pointer;
}
.portlet-body .portlet-body {
    box-shadow: none !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin-top: -10px;
    background: #333333;
    padding: 20px;
}

.portlet-body {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}
.page-header.title {
    margin-bottom: 20px;
    padding: 16px;
    margin: 0px;
    clear: both;
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 19px
}
.page-header.title h1 {
    padding: 0px;
    margin: 0px;
    font-size: 23px;
}
.portlet {
    margin-top: 22px;
}
.portlet.portlet-basic {
    margin-top: 0 !important;
}
div#dyntable_commission_list_wrapper {
    background: #fff;
    padding: 23px 23px 0px;
}
#loginbox .panel-info > .panel-heading {
    background-color: #394554;
    border-color: #394554;
    color: #ffffff;
}
#loginbox .panel-info {
    border-color: #394554;
}
#loginbox .panel-info > .panel-heading a {
    color: #fff !important
}
#loginbox .panel-body {
    background: #f3f3f3;
}
#loginbox .input-group-addon {
    background-color: #fff !important;
    border-color: #cccccc !important;
}
#loginbox form-group a {
    color: #12397e !important;
}
#loginbox .btn-danger {
    background-color: #394554;
    border-color: #394554;
}
.content-white-area .portlet {
    background: #333;
    /*margin-left: 15px;
    margin-right: 15px;*/
    padding-bottom: 20px;
}
.content-white-area .portlet .portlet-body {
    padding-top: 15px;
}
.content-white-area .alert {
    margin-left: 15px;
    margin-right: 15px;
}
.newpass {
    background: #fff;
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-top: -20px;
    padding-top: 22px;
}
.login-body {
    background: #222a35;
}
form.yt-share {
    display: inline-block !important;
}
section.contact-area.login-page {
    color: #fff;
    padding: 15vh 0px 5vh;
}
section.contact-area.login-page #welcome {
    margin: 0 auto;
    display: table;
    float: none;
    margin-top: 20px;
    padding: 20px 20px;
    background: #333;
    margin-bottom: 20px;
    box-shadow: 3px 5px 10px #000000;
    border: 1px solid #AAAAAA;border-radius: 5px;
}
.wt-href {
    color: #fff !important;
    clear: both;
    font-size: 13px;
}
a.returntoaff {
    color: #fff;
}
.dl-dt-txt {
    height: 74px;
    font-size: 13px !important;
}
.dl-dt-icon {
    height: 74px;
    font-size: 33px;
    padding: 12px;
}
.dl-dt-txt .price {
    font-size: 21px;
}
div#area-affiliate svg {
    width: 100% !important;
    overflow: hidden;
}
.dl-dt-txt .price .pull-right {
    font-size: 15px;
    position: absolute;
    right: 10px;
}
.dl-dt-txt .sub .pull-right {
    font-size: 12px !important;
    position: absolute;
    top: 26px;
    right: 12px;
}
.dl-dt-txt .sub {
    line-height: 15px;
    padding-top: 3px;
}
.tid-form select {
    margin-bottom: 15px;
}
.footer {
    clear: both;
    width: 100%;
    z-index: 9999;
    background: #09090a;
    position: relative;
    bottom: 0;
    text-align: center;
    padding: 14px;
    color: #fff;
}
nav ul li ul.submenu li a.active {
    background: rgba(23, 23, 23, 0.65);
}
.portlet-footer {
    background: #333;
    padding: 16px 22px;
    border-radius: 0 0 8px 8px;
}
.portlet-basic.testimonials .widget {
    border: 1px solid #ccc;
}
.dataTables_wrapper label, .dataTables_filter input[type=text] {
    width: 100%;
}
.dataTables_processing {
    padding: 3px 19px;
}
.primary_bg_color {
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 1px solid #AAAAAA;
}
.change_password_main .btn-default {color: #fff;background-color: #000;height: 44px;}
.payment_setting_main .portlet-title h4{margin: 0 0 25px;}
.payment_setting_main .portlet {padding-bottom: 20px;}
.modal-content {color: #000;}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control { background-color: transparent !important;}
button.btn.pink.btn-info.btn-block {margin-bottom: 15px;}


.language_bar {
    position: absolute;
    right: 15px;
    z-index: 99;
    top: 15px;
}
.sidebar nav form .affiliate_btn {border: 0;padding: 10px;border-radius: 4px;font-size: 14px;width: 90%;}
.login_left_area{background-image: url('../images/login-bg-img.png');background-size: cover;background-repeat: no-repeat;background-position: center;padding: 2% 5% 0px;position: relative;-webkit-justify-content: center;justify-content: center;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;height: 100vh;}
.login_left_area .portlet-body {margin-bottom: 30px;}
.login_left_area .panel-collapse {background: #000;}



.login_main_page .login_right_area .form-control {height: 48px;background: transparent;box-shadow: none;border: 1px solid #FFFBE9;color: #000;border-radius: 0;}
.login_right_area {background: #141414;color: #000;height: 100vh;-webkit-justify-content: center;justify-content: center;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.login_right_area .login_site_logo { margin-bottom: 20px;text-align: center;}
.login_right_area .login_site_logo img {width: 52%;}
.login_right_area .panel-info {border: 0;background-color: transparent;}
.login_right_area .panel-body {padding:0px;background: transparent !important;max-width: 86%;margin: 0 auto;}
.login_right_area #loginform {}
.login_right_area #loginform .login_content {text-align: center;margin-bottom: 10%;}
.login_right_area #loginform .login_content h1 {color: #FFFBE9;font-size: 32px;font-weight: 600;}
.login_right_area #loginform .login_content p,
.login_right_area #loginform .login_content p a {color: rgb(53, 40, 255);font-size: 16px;font-weight: 500;}
.login_right_area #loginform .input-group{display: flow-root;    margin-bottom: 7%;}
.login_right_area #loginform .input-group .input_text_label {color: #FFFBE9;margin-bottom: 8px;font-size: 12px;line-height: 18px;}
.login_right_area #loginform .input-group .input-group-addon{display: none;}

.login_right_area #loginform .form-group {padding-top: 5%;}
.login_right_area #loginform .form-group button#btn-login {border-radius: 0;color: #141414;font-size: 18px;font-weight: 600;}
.login_main_page + .footer, .login_main_page + .panel-group + .footer {display: none;}

.login_main_page .login_services .featured_img {margin-bottom: 10%;}
.login_main_page .login_services h4 {color: #FFFBE9;font-size: 16px;font-weight: 600;line-height: 25px;min-height: 54px;}
.login_main_page .login_services p {color: #FFFBE9;opacity: 0.7;font-size: 12px;font-weight: 300;border-top: 2px solid;padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.read_more_btn button {
    color: #F2D35A;
    float: right;
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 500;
}
.clear_both{clear: both;}
.login_toggle{margin-bottom: 0px !important;position: fixed;
    width: 100%;
    bottom: 0;}
.login_toggle .panel-heading{border-radius: 0px !important;}
.dont_account {text-align: center;color: #FFFBE9;}
.dont_account p {line-height: 21px;margin: 10% 0 0;}
.dont_account p a {color: #F2D35A;}

.mini_logo {margin-bottom: 0px;text-align: center;margin-top: 25px;}
.mini_logo img {width: 55%;}

.singup_main .portlet-title h4 {padding: 9px 20px 15px;line-height: 22px;}
.singup_main .portlet-title h4 svg {position: relative;top: 6px; /*right: 4px;*/}
.dropdown-menu {background-color: #333;}
.dropdown-menu>li>a {color: #fff;}
.dl-dt-icon > i {color: #000;}

@media only screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1507px) {
    .dl-dt-icon {
        padding: 18px 7px;
        font-size: 27px;
    }
    .dl-dt-txt .sub .pull-right {
        font-size: 10px !important;
    }
    .dl-dt-txt .sub .pull-left {
        width: 70px;
    }
    .dl-dt-txt .price {
        font-size: 18px;
    }
}
body.home span.bar {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
    }
    a.closebtn, span.bar {
        display: block;
    }
    .dl-dt-txt, .dl-dt-icon {
        height: 69px;
        padding: 9px 9px;
    }
    .dl-dt-txt {
        padding: 5px 9px
    }
    .logo-area img {
        width: 78%;
    }
}
.portlet .portlet-body img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 991px) {
    div#dyntable_payment_Traffic_filter{text-align: right !important;} 
    .alternate_main .pull-left { width: 100%;}
    .payment_setting_main .portlet-body { padding: 0 15px;}
    .copyrite {
        font-size: 12px;
    }
    .logo-area img {
        width: 55% !important;
    }
    .logo-area {
        height: auto !important;
    }
    .adm-navi-area {
        width: 50%;
        /*border-bottom: 1px solid #556273;*/
    }
    .adm-navi-area ul {
        display: table;
        margin: 0 auto;
    }
    .adm-log-bar {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .dl-dt-icon {
        /*height: 55px;*/
    }
    .dl-dt-txt {
        margin-bottom: 10px;
    }
    .banner-port img {
        width: 100%;
    }
    .dataTable-scroll {
        overflow-x: scroll;
    }
    .dataTable-scroll .dataTable {
        min-width: 900px !important;
    }
    body.home .logo-area {
        text-align: center;
    }
    input[type=file] {
        width: 100%;
    }

    .my_top_bar {height: auto;}
    nav ul li ul.submenu {margin: 0px 0 0 15px;}
    nav ul li ul.submenu li a {padding: 10px 10px 10px 40px !important;}
    nav ul li a {padding: 10px 10px 10px 40px; margin-bottom: 0;}
    nav ul li a svg {top: 7px;}
    .page-header.title h1, .page-heading-sec h1 {font-size: 20px;}
    /*.portlet-body {padding: 0 15px;}*/
    .form-horizontal .control-label {margin-bottom: 10px;}
    .default_secondary_box {display: block !important;padding: 0;}
    .dataTables_filter label:before {top: 0px;height: 100%;left: 8px;background: #dcdcdc;padding: 13px 12px;}
    .cnt {padding: 30px 15px;}
    .pf-imgs > img {width: 60px;height: 60px;}
    .pf-imgs span.name_cls {font-size: 16px;}

    .login_left_area {padding: 5%; justify-content: flex-start; order: 2; height: auto;}
    .login_right_area {padding: 2% 5%;height: auto;order: 1;}
    .login_right_area .panel-body {max-width: 90%;}
    .login_right_area #loginform .login_content {margin-bottom: 5%;}
    .ipad_order_change{display: flex;flex-direction: column;}

}
@media only screen and (max-width: 767px) {
    .form-group input.btn.btn-sm.btn-primary {
        margin-top: 10px;
    }
    .dataTable-scroll {
        overflow-x: scroll;
    }
    .dataTable-scroll .dataTable {
        min-width: 900px !important;
    }
    .portlet-footer .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .page-header.title {
        margin-left: 0;
        margin-right: 0;
    }
    .content-area .panel-group.col-md-12 { /*padding:0px;*/
    }
    body.home span.bar {
        display: none;
    }
    body.home .logo-area {
        text-align: center;
    }
    .well span.pull-right {
        float: none !important;
    }
    span.pull-right.md-full {
        float: right !important;
    }
}
@media only screen and (max-width: 321px) {
    .logo-area img {
        width: 74% !important;
    }
}
@media only screen and (max-width: 598px) {
    .adm-navi-area, .adm-log-bar {
        width: 100%;
        border-bottom: 1px solid #222a35;
    }
    .adm-navi-area ul {
        margin: 0 auto;
        display: table;
    }
    .logo-area img {
        width: 68%;
    }
    .adm-navi-area ul li a {
        font-size: 12px;
        padding: 15px 9px;
    }
    .col-md-3.hl-data {
        width: 100%;
        padding: 0px;
    }
    .social-media {
        width: 100%;
        border-top: 1px solid #222a35;
        margin-top: 10px;
        padding-top: 10px;
    }
    .social-media ul {
        display: table;
        margin: 0 auto;
    }
    .dropdown.pull-right.mb-left {
        float: left !important;
    }
    .page-heading-sec:after {
        content: '';
        clear: both;
        display: block;
    }
    .page-heading-sec .pull-right {
        float: left !important;
    }
    .table-scroll .table {
        width: 200% !important;
    }
    .table-scroll {
        overflow: auto;
    }
    .keywords-google {
        word-wrap: break-word;
        width: 100%;
    }
    .list-group-item {
        word-wrap: break-word;
    }
    .dataTable-scroll {
        overflow-x: scroll;
    }
    .dataTable-scroll .dataTable {
        min-width: 900px !important;
    }
    span.pull-right.mb-sects {
        clear: both;
        float: left;
        width: 100%;
    }
    .pull-left.md-full {
        width: 100%;
        clear: both !important;
        display: block;
    }
    .login-page-logo img {
        width: 100%;
    }
    .text-center.footer-logo img {
        width: 80%;
        padding-top: 20px;
    }
    .login-block .input-group {
        width: 100%;
    }
    .dropdown.pull-right.mb-left > .dropdown-menu {
        left: 0;
        right: inherit;
    }
    .dataTables_wrapper {
        overflow-x: scroll !important;
    }
    .dataTables_wrapper .table.table-bordered {
        width: 150% !important;
        max-width: 150% !important;
    }
    .idevads-container_1 {
        width: 100% !important;
        margin: 0 !important;
    }
}
/*--------- Additional Style 5-18-2018 ---------*/
i.icon-search:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
}
.morris-hover.morris-default-style {
    position: absolute;
}
a[data-pin-log="button_pinit"] {
    float: left;
    margin-right: 5px;
}
.dataTables_length select {
    width: 98px;
}
.dataTables_paginate.paging_bootstrap {
    text-align: right;
}
/*--------- Additional Style 5-18-2018 ---------*/
#dyntable_Pending_Debits_filter .form-control {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" id="spyglass" viewBox="0 0 22 22" height="22" width="22"><path d="m 10.011718,5.0898489 c -2.7000005,0 -4.9003915,2.2004 -4.9003915,4.9003996 0,2.6999995 2.200391,4.8983995 4.9003915,4.8983995 1.154374,0 2.204251,-0.4184 3.042969,-1.0898 l 3.207031,3.1113 0.626953,-0.6465 -3.185547,-3.0879 c 0.743242,-0.8594 1.208984,-1.964 1.208984,-3.1854995 0,-2.6999996 -2.20039,-4.9003996 -4.90039,-4.9003996 z m 0,1 c 2.2,0 3.90039,1.7004 3.90039,3.9003996 0,2.1999995 -1.70039,3.8983995 -3.90039,3.8983995 -2.2000005,0 -3.9003915,-1.6984 -3.9003915,-3.8983995 0,-2.1999996 1.700391,-3.9003996 3.9003915,-3.9003996 z" style="fill:#808080"/></svg>');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 0px 5px !important;
    padding-left: 22px;
}
/*--------- Additional Style 7-4-2018 ---------*/
.dataTables_filter label:before
{
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    z-index: 9;
    left: 0;
    background: #dcdcdc;
    padding: 10px 12px;
}
.dataTables_filter {}
div.dataTables_wrapper div.dataTables_filter label{
    width: auto;
    position: relative;
}
.dataTables_filter span.input-group-addon {
    display: none;
}
.dataTables_filter input.form-control.form-control-sm {
    float: right;
}
.dataTables_filter .input-group {
    display: block;
}
.dataTables_filter .form-control.form-control-sm {
    padding-left: 37px;
}

/* Abhishek 24 May 2022 */
.default_secondary_box {display: flex;padding: 0px;background: #171617;color: #fff;margin-bottom: 15px;}




@media screen And (max-width:375px){
    .page-header > h1 > span {float:none !important;}
}