@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

*, ::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
    }


    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: #F7F7F7 !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 .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: calc(100% - 265px);
    float: right;
}


.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: -437px;
}

#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: 380px;
        margin: 0px auto;
        margin-top: 15%;
        margin-left: 55px;
    }


body.Dark-Color .right-content a {
    color: #fff;
}

body.Gradient-Color .right-content a {
    color: #fff;
}




.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: 19%;
}

body.Light-Color label.checkbox-input {
    color: #000;
}
body.Light-Color .page-login a:hover {
    color: #b631e6;
}

body.Light-Color .page-login a {
    color: #33009a;
}

body.Light-Color .left-content a {
    color: #33009a;
}

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: 16px;
    font-weight:500;
    color:#666 !important; 
}


.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: 500;
    }

    .login-left .form-field input.text-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #33009A;
        font-size: 16px;
        font-weight: 500;
        opacity: 1;
    }

    .login-left .form-field input.text-input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #33009A;
        font-size: 16px;
        font-weight: 500;
        opacity: 1;
    }

    .login-left .form-field input.text-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #33009A;
        font-size: 16px;
        font-weight: 500;
    }

    .login-left .form-field input.text-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #33009A;
        font-size: 16px;
        font-weight: 500;
    }

    .login-left .form-field input.text-input::placeholder { /* Most modern browsers support this now. */
        color: #33009A;
        font-size: 16px;
        font-weight: 500;
    }


.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;
    font-weight: 500;
    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: white;
    text-align: center;
    border-radius: 100px;
    color: #33009a;
}

i.profile-picture {
    font-size: 28px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: white;
    text-align: center;
    border-radius: 100px;
    color: #33009a;
}

#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;
}

.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: 16px;
    position: relative;
    margin-right: 15px;
    margin-left: 7px;
    font-weight: 500;
    margin-top: -18px;
}




body.Dark-Color .user-dropdown .name a {
    color: #ffffff;
}

body.Gradient-Color .user-dropdown .name a {
    color: #ffffff;
}

.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;
}

.user-dropdown {
    margin-top: 0px !important;
    display: inline-block;
}

.mainmenu li:hover .submenu {
    display: block;
    max-height: 630px;
    padding: 1px !important;
    background: rgb(255 255 255 / 10%) !important;
}

body.Light-Color .title {
    color: #33009A;
}


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: 2px;
    font-size: 16px;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    color: #202020;
    border: 2px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.btn {
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    padding: 10px 22px;
    border-radius: 100px;
    background: #fff;
    line-height: normal;
}



    .btn.gradient-button {
        background: #33009a;
        color: #fff;
        border: NONE;
    }

    .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;
    }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #E4E6F2 inset !important;
    font-weight: 500;
}

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
}
