
*, ::after, ::before {
    box-sizing: border-box;
}  

body {
  
 
    font-family: 'Jost', sans-serif !important;   font-size:16px !important; font-weight:500 !important; 
}

/*    body.Dark-Color aside.sidebar, body.Gradient-Color aside.sidebar { background:none
    }
*/

.mian-logo img { height:60px; 
}
.float-right {
    float: right;
}

body.Dark-Color {
    background: #33009A !important;
    color: #fff;
}

    body.Gradient-Color {
        background: linear-gradient(242.4deg, #1EFED3 -12.23%, #2D47AA 27.9%, #3023A2 38.31%, #320E9D 44.85%, #39049E 53.99%, #4E11AB 72.72%, #641EB8 92.11%, #b631e6 116.19%) !important;
        height: 100vh;
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        color: #fff;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;

    }
body.Light-Color {
    background: #E4E6F2 !important;
    color: #000000;
}

    body.Gradient-Color .dataTables_wrapper .dataTables_info, body.Dark-Color .dataTables_wrapper .dataTables_info, {
        color: #fff
    }

    body.Gradient-Color .dataTables_wrapper .dataTables_info, body.Dark-Color .dataTables_wrapper .dataTables_info { color:#fff; 
    }

body.Gradient-Color td, body.Dark-Color td { color:#000;    
}




body.Gradient-Color .dataTables_wrapper .dataTables_filter, body.Gradient-Color .dataTables_wrapper .dataTables_info, body.Gradient-Color .dataTables_wrapper .dataTables_length, body.Gradient-Color .dataTables_wrapper .dataTables_paginate, body.Gradient-Color .dataTables_wrapper .dataTables_processing,
body.Dark-Color .dataTables_wrapper .dataTables_filter, body.Dark-Color .dataTables_wrapper .dataTables_info, body.Dark-Color .dataTables_wrapper .dataTables_length, body.Dark-Color .dataTables_wrapper .dataTables_paginate, body.Dark-Color .dataTables_wrapper .dataTables_processing {
    color: #fff;
}


header#header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px px 15px;
    background: #fff;
}
    
     
.color-change button {
    margin: 0px;
    padding: 12px;
    border: none;
    background: none;
    width: 32%;
    font-size: 16px;
    text-align: center;
}

span.circle-color {
    width: 60px;
    height: 60px;
    /* float: left; */
    border: 2px #33009A solid;
    border-radius: 100px;
    display: block;
    margin: 0px auto;
    margin-bottom: 16px;
}

    span.circle-color span {
        width: 45px;
        height: 45px;
        margin-top: 6px !important;
        border-radius: 100px;
        display: block;
        margin: 0px auto;
        margin-bottom: 16px;
    }

        span.circle-color span.Light-bg {
            background: #d4d7e4;
        }

        span.circle-color span.Dark-bg {
            background: #33009A;
        }

        span.circle-color span.Gradient-bg {
            background: linear-gradient(242.4deg, #1EFED3 -12.23%, #2D47AA 27.9%, #3023A2 38.31%, #320E9D 44.85%, #39049E 53.99%, #4E11AB 72.72%, #641EB8 92.11%, #b631e6 116.19%);
        }


#box {
    width: 400px;
    font-size: 12px;
    line-height: 20px;
    top: 25%; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
}

#tab {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

    #tab li span {
        display: block;
        padding: 0 5px;
        position: relative;
    }

#links {
    width: 328PX;
    padding: 10px;
    float: left;
    border: 1px #ccc solid;
    background: #f5f5f5;
}

.show, .hide {
    /* we specify the transition length for hiding and showing */
    transition: margin-right .4s ease-in;
    -webkit-transition: margin-right .4s ease-in;
}

div#box.show {
    right: -433px;
}

#box.hide {
    right: -361px;
}

.hide {
    margin-right: 0px;
}

.show {
    margin-right: 400px;
}

div#box ul li img {
    background: #FFF;
    PADDING: 10PX;
}

#arrow, .bt {
    cursor: pointer;
    height: 54PX;
}

.bt {
    width: 77px;
    height: 40px;
    margin: -1px;
    text-align: center;
    border: 1px solid #858fa6;
    font: bold 13px Helvetica,Arial,sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    background: #014464;
    background-image: -o-linear-gradient(left, #1F82AF, #002F44);
    background-image: -ms-linear-gradient(left, #1F82AF, #002F44);
    background-image: -moz-linear-gradient(left, #1F82AF, #002F44);
    background-image: -webkit-linear-gradient(left, #1F82AF, #002F44);
    background-image: -webkit-gradient(linear, left top, right top, from(#1F82AF), to(#002F44));
}

    .bt a {
        line-height: 40px;
        color: #fff;
        display: block;
    }

    .bt:hover {
        transition: background .3s linear;
        background: #32A3D3;
        -o-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
    }

#deco {
    width: 100%;
    float: left;
}
.login-right {
    float: left;
    width: 60%;
}
.login-left {
    width: 40%;
    float: left;
}
    .login-left form {
        width: 360px;
        margin: 0px auto;
        margin-top: 20%;
    }


body.Light-Color .logo-dark {
    display: block;
}

body.Dark-Color .logo-dark {
    display: none;
}

body.Gradient-Color .logo-dark {
    display: none;
}


body.Light-Color .logo-white {
    display: none;
}

body.Dark-Color .logo-white {
    display: block;
}

body.Gradient-Color .logo-white {
    display: block;
}


    .login-right-middel img { width:100%
    }
.login-right-middel {
    width: 50%;
    margin: 0px auto;
    margin-top: 16%;
}

body.Light-Color label.checkbox-input {
    color: #000;
}
body.Light-Color .page-login a {
    color: #00aeef;
}

body.Light-Color .left-content a {
    color: #3324a1;
}
body.Light-Color {
   
    margin: 0;
    padding: 0;
}

.left-content div#logo a {
    margin-top: 0;
}


    .left-content div#logo a img {
        top: 0;
        margin: 0;
        padding: 0;
    }





.form-field { margin-bottom:30px !important; 
}
h1.title {
    font-weight: 500;
    color: #fff; font-size:48px; 
}


h1.title {
    font-weight: 500;
  
}



body.Light-Color h1.title {
    color:#141414;
}

body.Dark-Color h1.title, body.Gradient-Color h1.title {
    color: #fff;
}


.login-left .form-field input.text-input:focus {
    border:none; outline:none; 
}



.login-left .form-field input.text-input {
    color: #33009A !important;
}


    .login-left .form-field input.text-input:-webkit-autofill,
    .login-left .form-field input.text-input:-webkit-autofill:hover,
    .login-left .form-field input.text-input:-webkit-autofill:focus,
    .login-left .form-field input.text-input:-webkit-autofill:active {
        color: #33009A !important; 
    }




.login-left .form-field input.text-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #33009A;
    font-size: 16px;
    font-weight: 400;
}

.login-left .form-field input.text-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #33009A;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

.login-left .form-field input.text-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #33009A;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

.login-left .form-field input.text-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #33009A;
    font-size: 16px;
    font-weight: 400;
}

.login-left .form-field input.text-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #33009A;
    font-size: 16px;
    font-weight: 400;
}

.login-left .form-field input.text-input::placeholder { /* Most modern browsers support this now. */
    color: #33009A;
    font-size: 16px;
    font-weight: 400;
}


.blocks { 
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0;

}

.left-content {
    width: 50%;
    float: left;
    text-align: left;
}
.right-content {
    width: 50%;
    float: right;
    text-align: right;
}


label.checkbox-input {
    color: #fff;
}
 a {
   
    text-decoration: none;
   
}

.left-content a {
    color: #fff;
    text-decoration: none;
    font-size: 16px; float:left; margin-top:15px; 
}
a
{ cursor:pointer !important; }

.page-login a:hover {
    color: #00aeef; 
}


.inline-fields, .form-field {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


.notification-bell I {
    font-size: 28px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #33009a;
    text-align: center;
    border-radius: 100px;
    color: #ffffff;
}
i.profile-picture {
    font-size: 28px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #33009a;
    text-align: center;
    border-radius: 100px;
    color: #ffffff;
}

#header .dropdown-form
{ float:left; }

.notification-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    position: relative;
}
.title {
    color: #33009A;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 0px;
}
.notification-container {
    display: inline-block;
    margin: 0 35px 0 0; position:relative;  top:-8px; 
}


.user-dropdown .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    margin-right: 15px;
    margin-left: 7px;
    margin-top: -18px;
}
thead td, thead th {
    border: 1px  transparent solid !important;  
}




.notification-container .notification-bell .count {
    position: absolute;
    top: 9px;
    right: -28px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background: #1EFED3;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    border: 2px #33009a solid;
    color: #33009a;
}
.mb-10
{ margin-bottom:10px !important; }
.user-dropdown {
    margin-top: 0px !important;
    display: inline-block;
}

.mainmenu li:hover .submenu {
    display: block;
    max-height: 630px;
    padding: 1px !important;
  
}
body.Light-Color .title {
    color: #33009A; 
}



body.Gradient-Color .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.Dark-Color .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #1efed3 !important;
    color: #33009a;
}


body.Gradient-Color .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, body.Gradient-Color .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #ffffff !important;
}

body.Light-Color .notification-bell I {
    background: #33009a;
    color: #fff;
}

body.Gradient-Color .notification-bell I {
    background: #33009a;
    color: #fff;
}
body.Light-Color i.profile-picture {
    background: #33009a;
    color: #fff;
}

body.Gradient-Color i.profile-picture {
    background: #33009a;
    color: #fff;
}



table.dataTable thead .sorting {

    background-image: url('../../Content/images/sort_both.png');
}

table.dataTable thead .sorting_asc {
    background-image: url('../../Content/images/sort_asc.png');
}

table.dataTable thead .sorting_desc {
    background-image: url('../../Content/images/sort_desc.png');
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url('../../Content/images/sort_asc_disabled.png');
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url('../../Content/images/sort_desc_disabled.png');
}





.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
label.label {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
    padding: 0; line-height:normal; 
}

.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.mt-1 {
    margin-top: 10px;
}
.text-input {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100%;
    line-height:normal !important; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #33009A !important;
    font-size: 16px; 
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #33009A !important;
    opacity: 1;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #33009A !important;
    opacity: 1;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #33009A !important;
    font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #33009A !important;
    font-size: 16px;
}

::placeholder { /* Most modern browsers support this now. */
    color: #33009A !important;
    font-size: 16px;
}


.btn {
    letter-spacing: 0px ;
    font-weight: 500 ;
    font-size: 16px ;
    font-family: 'Jost', sans-serif;
    padding: 10px 22px ;
    border-radius: 100px ;
    background: #33009a ; 
    line-height: normal ;
    border: none ;
    color:#fff ;
    cursor:pointer ; 
}



body.Gradient-Color .btn, body.Dark-Color .btn {
    background: #1EFED3;
    color: #000;
}

    .btn:hover {
        background: #b631e6 !important; color:#fff !important
        
    }
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.75em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: #202020;
        border: 1px solid transparent;
        border-radius: 2px;
        font-size: 16px;
        border-radius: 100px; 
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: #fff;
            background: #b631e6;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background: #33009a !important;
            color: #fff;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #fff;
                background: #b631e6 !important;
            }

        

          

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            cursor: default;
            color: #666 !important;
            border: 1px solid transparent;
            background: 0 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .dataTables_wrapper
            .dataTables_paginate
            .paginate_button.disabled.nice-select.open,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: 0 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

.mt-10 {
    margin-top: 10px;
} 

/*


.btn.gradient-button {
    background: #1EFED3;
    color: black;
}

.btn.black-button {
    background: black;
    color: white;
}


a.btn.btn-info {
    background: #50CA68 ;
    color: #fff ;
}

    a.btn.btn-info:hover {
        background: #fff ;
        color: #000 ;
    }


.btn.btn-primary {
    background: #50CA68 ;
    color: #fff ;
}

    .btn.btn-primary:hover {
        background: #fff ;
        color: #000 ;
    }

.btn.purple-button {
    background: #50CA68;
    color: #fff;
}


    .btn.purple-button:hover {
        background: #fff ;
        color: #000 ;
    }


    
input.btn.gradient-button {
    background: #33009A;
    color: #fff;
    border: none;
}

    input.btn.gradient-button:hover {
        background:#b631e6; 
     
        color:#fff; 
    }


*/


.submenu a {
    background-color: rgb(242 243 254);
}


.col-md-4.h-9 .require {
    margin: 0px !important;
}



body.Light-Color table {
    border: none !important; margin-bottom:15px !important
}
    body.Light-Color table.table tr th {
        border: none !important;
        border: 2px transparent solid !important;
    }

    body.Light-Color table.table tr td {
        border: 2px #E4E6F2 solid;
        color: #141414;
    }



.mr-30
{ margin-right:30px; }


.text-input:focus {
    border: 1px solid #33009a !important;
}



div#search {
    width: 33%;
    float: right;
    margin: 0; position:relative !important; 
    padding: 0;
}

    div#search input {
        width: calc(100% - 0px) !important;
        margin: 0px !important;
        background: #fff !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        padding: 10px 60px 10px 15px !important;
        /* padding-left: 12px !important; */
        /* padding-right: 12px !important; */
        font-weight: 700 !important;
        color: #202020 !important;
        border: 1px solid #bfbfbf !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        height: 44px !important;
        font-weight:500 !important; 
    }
    div#search i#txtSearchsubmit {
        width: 30px !important;
        padding: 0 !important;
        text-align: center;
        height: 42px;
        margin: 0px !important;
        float: right !important;
        background: #fff !important;
        color: #33009a;
        line-height: 42px !important;
        font-size: 20px !important;
        border-radius: 12px !important;
        position: absolute;
        right: 6px;
        top: 1px;
    }
    div#search i#txtSearchsubmit:hover {
        background: #fff !important;
    }


    div#search i#txtSearchRemove {
        position: absolute;
        top: 2px;
        right: 36px;
        z-index: 9999;
        width: 30px;
        height: 40px;
        background: #ffffff !important;
        text-align: center;
        line-height: 29px;
        border-radius: 0px !important;
        color: #33009a;
    }

i#txtSearchsubmitDtl {
    width: 30px !important;
    padding: 0 !important;
    text-align: center;
    height: 42px;
    margin: 0px !important;
    float: right !important;
    background: #fff !important;
    color: #33009a;
    line-height: 42px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
    position: absolute;
    right: 6px;
    top: 1px;
}

i#txtSearchRemoveDtl {
    position: absolute;
    top: 2px;
    right: 36px;
    z-index: 9999;
    width: 30px;
    height: 40px;
    background: #ffffff !important;
    text-align: center;
    line-height: 43px;
    border-radius: 0px !important;
    color: #33009a;
    padding:0px !important; 
}

.m-0 {
    margin: 0px !important;
}
.p-0 { padding:0px !important;
}
.toggles li {
    display: inline-block;
    margin-right: 10px;
}

.mr-10 {
    margin-right: 10px;
}
table .btn { white-space:nowrap; 
}


ul {
    margin: 0;
    padding: 0;

}


.dropbtn.btn {
    padding: 12px 30px !important;
}
.js-table { width:100% !important; 
}


.dropdown2-content a.btn.purple-button { color:#fff;
}
body.Gradient-Color .right-content a, body.Dark-Color .right-content a {
    color: #fff;
}

body.Gradient-Color .btn, body.Dark-Color .btn {
    background: #1EFED3;
    color: #000;
}

.btn:hover {
    background: #b631e6 !important;
    color: #fff !important
}

header#header img.logo-dark {
    display: block !important;
}
header#header img.logo-white {
    display: none !important;
}





body.Gradient-Color .pagination > .active > a, body.Gradient-Color .pagination > .active > span, body.Gradient-Color .pagination > .active > a:hover, body.Gradient-Color .pagination > .active > span:hover, body.Gradient-Color .pagination > .active > a:focus, body.Gradient-Color .pagination > .active > span:focus
body.Dark-Color .pagination > .active > a, body.Dark-Color .pagination > .active > span, body.Dark-Color.pagination > .active > a:hover, body.Dark-Color .pagination > .active > span:hover, body.Dark-Color .pagination > .active > a:focus, body.Dark-Color.pagination > .active > span:focus {
    color: #000;
    background: #1EFED3;
}


body.Gradient-Color .pagination > li > a:hover, body.Gradient-Color .pagination > li > span:hover, body.Gradient-Color .pagination > li > a:focus, body.Gradient-Color .pagination > li > span:focus
body.Dark-Color .pagination > li > a:hover, body.Dark-Color .pagination > li > span:hover, body.Dark-Color .pagination > li > a:focus, body.Dark-Color .pagination > li > span:focus {
    background-color: #1efed3;
    color: #33009a;
}


body.Gradient-Color ol.pagination li a, body.Gradient-Color ol.pagination li a {
    color: #33009a;
}


.myLabel :valid + span {
    color: #fff !important;
}


.myLabel {
    border-radius: 30px;
    padding: 8px 15px;
    margin: 2px;
    color: #fff;
    background: red;
    display: inline-block;
}
.myLabel {
    border-radius: 30px;
    padding: 8px 15px;
    margin: 2px;
    color: #fff;
    background: #33009a !important; 
    display: inline-block;  
}




    .myLabel:active {
        background: #b631e6 !important;
    }

    .myLabel:hover {
        background: #b631e6 !important;
    }

.w-100 { width:100% !
}


img.m_l_10 {
    width: 50px;
}

.mt-30 { margin-top:30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.col-md-12 {
    clear: both !important;
}
td.dataTables_empty {
    background: #fff !important;
    border-radius: 12px !important;
}
.dataTables_wrapper .dataTables_filter input 
{
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: 700 !important;
    color: #202020 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: auto !important;
    font-weight: 500 !important;
    /* float: left; */
   
    height: 44px !important;
    line-height: normal !important;
}
    .dataTables_wrapper .dataTables_filter input:focus {
        border: 1px #33009a solid !important;
    }



    .dataTables_wrapper .dataTables_length select, #pagination select, select.pagesize, select.entries {
        border-radius: 12px !important;
        padding: 6px !important;
        background-color: #fff !important;
        color: #33009a !important;
        outline: none !important;
        border: 1px #e4e6f2 solid !important;
        word-wrap: normal !important;
        font-size:16px; 
    }
    .dataTables_wrapper .dataTables_length select:focus, #pagination select:focus, select.pagesize:focus, select.entries:focus
    {
        border: 1px #33009a solid !important;
    }


body .bootstrap-datetimepicker-widget th, body .bootstrap-datetimepicker-widget td {
    padding: 0px ;
    border: none ;
    width: 36px ;
    height: 36px ;
    text-align: center;
    color: #33009a ;
    font-size: 16px ;
    font-weight: 500 ;
}
body .bootstrap-datetimepicker-widget { background:#fff !important; padding:5px !important; 
}


















select.form-control::-ms-expand {
    display: none;
}

td.dataTables_empty {
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: none !important;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    float:left; 
    width: 100%;
   
}

select.form-control {
    display: none;
}

.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #9e9e9e;
    padding: 10px 12px !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: auto !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #272020 !important;
    border: 1px #e4e6f2 solid;
}

    .custom-select:after {
        content: "";
        width: 28px;
        height: 28px;
        /*       border: 7px solid transparent;
        border-color: #9e9e9e transparent transparent transparent;*/
        position: absolute;
        top: 6px;
        right: 6px;
        transform: rotateZ(0deg);
        transition: all 0.5s;
        transform-origin: 50% 25%;
        background-image: url('https://pozitivetelecomcustomer.pozitivehub.com/Assets/image/drop-down-arrow.png');
    }
    /*.custom-select:hover {
     background-color: #b83729;
}
*/
    .custom-select:active,
    .custom-select.active {
        background-color: #fff;
        color: #9e9e9e;
    }

    /*   .custom-select:active:after,
        .custom-select.active:after {
            transform: rotateZ(180deg);
            transition: all 0.5s;
            transform-origin: 50% 25%;
        }
*/
    .custom-select:focus {
        outline: 2px;
    }

.select-options {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    border: 1px #e4e6f2 solid;
}

    .select-options li {
        color: #3b0a9e;
        margin: 0;
        padding: 12px 0;
        /* text-indent: 15px;
    */
        /* border-top: 1px solid #AED581;
    */
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        padding-left: 15px;
    }

        .select-options li:hover {
            color: #ffffff;
            background: #33009a;
        }

        .select-options li[rel="hide"] {
            display: none;
        }

/* ::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
        border-radius: 0 0 5px 0;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #9e9e9e;
    }*/



::-webkit-scrollbar {
    width: 15px;
    background-color: #33009a;
    border-radius: 0 0 5px 0; border-radius:100px; 
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #b631e6;
}


div#divStatement input#txtFreeSearch {
    width: 33% !important;
    margin: 0px !important;
    background: #fff !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    padding: 10px 60px 10px 15px !important;
    /* padding-left: 12px !important; */
    /* padding-right: 12px !important; */
    font-weight: 700 !important;
    color: #202020 !important;
    border: 1px solid #bfbfbf !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 44px !important;
    font-weight: 500 !important;
}
div#divStatement i#txtSearchsubmit {
    width: 30px !important;
    padding: 0 !important;
    text-align: center;
    height: 42px;
    margin: 0px !important;
    float: right !important;
    background: #fff !important;
    color: #33009a;
    line-height: 42px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
    position: absolute;
    right: 6px;
    top: 1px;
}
div#divStatement
{ position:relative; }

div#divStatement i#txtSearchRemove {
    position: absolute;
    top: 2px;
    right: 36px;
    z-index: 9999;
    width: 30px;
    height: 40px;
    background: #ffffff !important;
    text-align: center;
    line-height: 29px;
    border-radius: 0px !important;
}


select#drpShowEntries {
    border-radius: 12px !important;
    padding: 6px !important;
    color: #33009a;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    font-size:16px; 
}

.dropdown-content .btn {
    margin: 1px !important;
}


.dropdown-de .dropdown-content
{ right:0px !important; }

.dropdown-de .dropdown-content {
   
    left: -645px;
}
.text-input.make-pay {
    width: auto !important;
}

.text-right {
    text-align: right;
}


div#search i#txtSearchsubmitDtl_HH 
{
    width: 30px !important;
    padding: 0 !important;
    text-align: center;
    height: 42px;
    margin: 0px !important;
    float: right !important;
    background: #fff !important;
    color: #33009a;
    line-height: 42px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
    position: absolute;
    right: 6px;
    top: 1px;
}

div#search i#txtSearchRemoveDtl_HH {
    position: absolute;
    top: 2px;
    right: 36px;
    z-index: 9999;
    width: 30px;
    height: 40px;
    background: #ffffff !important;
    text-align: center;
    line-height: 29px;
    border-radius: 0px !important;
}

/*
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #33009a !important; 
}

*/


table tr th {
    color: #000;
}


label.btn.gri-button {
    margin-right: 9px;
    margin-top: 10px !important;
}
.pop-header h4 {
    margin: 0px !important;
}
.poup-scrooll-images {
    width: 100% !important;
}


.alert {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#box.hide {
    display: none !important;
}



.input-group-date span.fa.fa-calendar {
    background: #33009a;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    font-size: 13px;
}
.input-group-date {
    position: relative;
    width: 100%;
    float: left;
}


table tr td { color:#000; 
}


ul.profile-sab-menu {
    text-align: left; margin:0px !important; padding:0px !important; 
}
    ul.profile-sab-menu li {
        border-bottom: 1px #ced4da solid;
    }

    ul.profile-sab-menu li a
    { cursor:pointer; }

        ul.profile-sab-menu li a:hover {
            background: #b631e6;
            color: #fff;
            outline: none !important;
            text-decoration: none;
        }



table.display tr td, table.display tr th, table.table tr td, table.table tr th {
    padding: 10px 18px;
}


table.display { border:none !important; 
}

div.text-input ul.toggles {
    padding: 0;
}

table.datatable tr td {
    background: #fff !important;
    border: 1px #cbceda solid !important;
}

h3.mt-1 {
    color: #33009a;
}


textarea {
    font-family: 'Jost', sans-serif !important; font-weight:500 !important; 
}



input:-webkit-autofill {
    background-color: #fff !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
        -webkit-text-fill-color: #333;
    }



footer.footer table tr td {
    border: none !important;
}
table tr td .btn {
    margin: 2px;
}



main.main {
    min-height: 73.9vh;
}
