
*, ::after, ::before {
    box-sizing: border-box;
}  

body {
  
 
    font-family: 'Jost', sans-serif !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%, #D261FB 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: #33009A;
    }

    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%, #D261FB 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: 65%;
    margin: 0px auto;
    margin-top: 12%;
}

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 input.text-input {
        background: #E4E6F2;
        border-radius: 10px;
        width: 100%;
        padding: 0 15px;
        height: 55px;
        border: none;
        font-size: 14px;
    }


.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: #ffffff;
    font-size: 40px;
    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;
}

.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;
    border-radius: 12px;
    font-size: 16px;
    padding: 12px;
    font-weight: 500 !important;
    color: #000;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px transparent solid;

}


::-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;
}



body.Gradient-Color .btn, body.Dark-Color .btn {
    background: #1EFED3;
    color: #000;
}

    .btn:hover {
        background: #D261FB !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: 14px;
        border-radius: 6px; 
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: #202020;
            background: #947ad1;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background: #33009a !important;
            color: #fff;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #fff;
                background: #D261FB !important;
            }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next,
        .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
            color: #50ca68;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
            .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
                color: #197745;
                background: #fff;
            }

        .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:#D261FB; 
     
        color:#fff; 
    }


*/


.submenu a {
    background-color: rgb(242 243 254);
}






body.Light-Color table {
    border: none !important; margin-bottom:15px !important
}
    body.Light-Color table tr th {
        border: none !important;
        border:  2px transparent solid !important; 

    }

    body.Light-Color table tr td {
        border: 2px #E4E6F2 solid !important;
        color: #141414 !important; 
    }



.mr-30
{ margin-right:30px; }


.text-input:focus {
    border: 2px solid #33009a;
}


body .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #33009a !important;
}
div#search {
    width: 33%;
    float: right;
    margin: 0; position:relative !important; 
    padding: 0;
}

    div#search input {
        width: calc(100% - 55px) !important;
        margin: 0px !important;
        background: #fff !important;
        border-radius: 2px !important;
        font-size: 16px !important;
        padding: 10px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-weight: 700 !important;
        color: #202020 !important;
        border: 2px solid #bfbfbf !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        height: 44px !important;
    }
div#search i#txtSearchsubmit {
    width: 44px !important;
    padding: 0;
    text-align: center;
    height: 44px;
    margin: 0px !important;
    float: right !important;
    background: #33009a !important;
    color: #fff;
    line-height: 31px !important;
    font-size: 20px !important;
    border-radius: 6px !important;
}
    div#search i#txtSearchsubmit:hover {
        background: #D261FB !important;
    }


div#search i#txtSearchRemove {
    position: absolute;
    top: 2px;
    right: 57px;
    z-index: 9999;
    width: 42px;
    height: 40px;
    background: #ffffff !important;
    text-align: center;
    line-height: 29px;
    border-radius: 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: 15px 30px;
}
.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: #D261FB !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: #D261FB !important;
    }

    .myLabel:hover {
        background: #D261FB !important;
    }

.w-100 { width:100% !
}


img.m_l_10 {
    width: 50px;
}

.mt-30 { margin-top:30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}