/*mystyles*/
.slimscroll {
    height: auto !important;
}

label {
    font-size: 13px !important;
    color: black;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    background: #541c73 !important;
    -webkit-text-fill-color: Yellow; /*Added by */
}

.topbar .nav > li {
    display: inline-flex;
}

.checkbox-custom:hover > i, .checkbox-custom-alt:hover > i {
    border-color: #a349d5 !important;
}

.checkbox-custom-alt input:checked + i {
    background-color: transparent;
    border-color: #341753 !important;
    color: #341753 !important;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    background-image: none !important;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        font-style: normal !important;
    }

.active-btn a {
    background: #42155b;
    border-radius: 5px;
    color: #fff;
}

.addlocation-input {
    margin-top: 18px;
}

.active-btn a:hover {
    color: #fff;
    background: #541c73 !important;
}

.doc-icon {
    color: #000;
}

.rzslider .rz-pointer {
    background: #47155e !important;
}

    .rzslider .rz-pointer.rz-active:after {
        background-color: #a715ea;
    }
/*.rz-ticks{
    padding:0px;
    margin:0px;
}
.rz-ticks li {
    list-style-type: none;
    display: inline;
}
    .rz-ticks li span {
        border-radius: 100%;
        color: #fff;
        padding: 5px;
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        margin: 0px 5px;
        background: #47155e;
    }*/
.mt-30 {
    margin-top: 30px !important;
}

.doc-icon :hover {
    text-decoration: underline;
}

.fc-state-active {
    background-color: #a56af9 !important;
}

.page-borders {
    border: 1px solid #dcdcdc;
    padding: 15px;
    clear: both;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.1em !important;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-top: 0px !important;
}

.pop-newemploye .content {
    background: transparent !important;
    padding: 0px !important;
    border: none;
    margin-top: 0px !important;
}

.pop-newemploye .wizard > .content > .body {
    padding: 0px 15px;
}

.wizard > .steps .number {
    line-height: 71px !important;
    left: 25px !important;
    top: -14px !important;
    opacity: 1 !important;
}

.wizard > .steps .current a .number {
    color: #ffffff;
    opacity: 1 !important;
}

.footers {
    /* background: #4a155f;*/
    background: #850f89;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9;
}

.content .container {
    width: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default {
    /*background-color: #27194c !important;*/
    background-color: #850f89 !important;
    border-color: none !important;
}

.navbar {
    border-radius: 0px !important;
    border: none !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*mystyles ends*/
/*body{background-color:#fafaf9;}*/
* {
    outline: none !important;
}

.form-control {
}

.timesheet-control {
    margin-right: 280px;
}

.timesheet-control1 {
    margin-right: 70px;
}
/*--- login---*/

.loginBg {
    background: #fff !important;
}

.user-bg {
    background: #42155b;
    padding: 13px 17px;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    text-align: center;
    margin: 0 auto;
}

.user-txt a {
    color: #270938;
    line-height: 30px;
    float: left;
}

.fa-upload::before {
    padding-right: 10px;
}

.user-txt a:hover {
    color: #4f5251;
}

.round-bt {
    border-radius: 30px;
    background-color: #f2706e;
    font-size: 14px;
    padding: 8px 23px;
    border: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

    .round-bt:hover, .round-bt:focus {
        background-color: #e05452;
        color: #fff;
        text-decoration: none;
    }

.btn-default {
    border-radius: 10px;
    /* background-color: #a0a0a0;*/
    font-size: 13px;
    padding: 8px 16px;
    /*border: none;*/
    color: #fff;
    font-weight: 600;
}

    .btn-default:hover, .btn-default:focus {
        /*background-color: #b9b9b9;
        color: #fff;
        text-decoration: none;*/
    }

.loginlogo {
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}

.login-wrap {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .login-wrap h1 {
        color: #616161;
        font-weight: 400;
        font-size: 25px;
        padding: 20px 0px 20px 0px;
        margin: 0px;
        text-transform: uppercase;
        font-family: 'Open Sans', Arial, sans-serif;
    }

.login-cont h3 {
    color: #f2706e;
    font-weight: 400;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
}

.login-cont {
    /*border: 1px solid #ddd;*/
    border: 1px solid #42155b;
    /*background-color: #fafefe;*/
    padding: 0px 30px 30px 30px;
}

    .login-cont .form-group {
        margin-bottom: 25px;
    }

    .login-cont .control-label {
        color: #333;
        font-weight: 400;
        font-size: 14px;
    }

    .login-cont .form-control {
        /*border: solid 1px #42155b;    #3db9bb*/
        border: solid 1px #42155b;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: none;
        padding: 0px 12px;
    }

        .login-cont .form-control::-webkit-input-placeholder {
            /*color: #32a5a7;*/
        }

        .login-cont .form-control::-moz-placeholder {
            /*color: #32a5a7;*/
        }

        .login-cont .form-control:-ms-input-placeholder {
            /*color: #32a5a7;*/
        }

        .login-cont .form-control:-moz-placeholder {
            /*color: #32a5a7;*/
        }

/*.form-group-bt p{float:left;}*/
.form-group-bt p a {
    color: #42155b;
    padding-top: 12px;
    display: inline-block;
}

    .form-group-bt p a:hover {
        color: #616161;
        text-decoration: none;
    }

.form-group-bt .round-bt {
    float: right;
}

.how-many-free p {
    color: #3db9bb !important;
}

.how-many-free label {
    color: #333 !important;
}

.login-wrap label {
    /*color: #a9a9a9;*/
    color: #000;
}

.help-block a {
    color: #ed8b1c;
    font-size: 13px;
    margin-top: 15px;
    display: block;
}

.login-wrap .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.exp-cv-block .expi-date {
    float: left;
    display: inline-block;
    width: 55%;
}

.exp-cv-block .form-group.expi-date .form-control {
    float: left;
    margin-right: 15px;
    width: 39%;
}

.exp-cv-block .cvcode {
    float: right;
    width: 33%;
}

.login-footer-block {
    background: #dee2e7;
    padding: 25px 0px 10px 0px;
}

    .login-footer-block p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }
/*--- login---*/

.side-menu {
    /* background: linear-gradient(#27194c, #4b1560);*/
    /*border-right: 1px solid #e2e2e2;*/
    background: #850f89;
}

#sidebar-menu .menu-arrow {
    line-height: 30px;
    font-size: 18px;
}

/*#sidebar-menu > ul > li {
    border-bottom: solid 1px #3b4952;
}*/

#sidebar-menu > ul > li > a {
    /* color: #8fa0af;*/
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 13px 10px 16px;
    /* border-left: solid 4px #36424a;
    border-bottom: solid 1px #3b4952;*/
    margin: 0px;
    display: block;
}

#side-menu-prj > .onhovercls:hover {
    width: 100%;
    color: #850f89 !important;
    background-color: #fafaf9;
    text-decoration: none;
    border-left: solid 0px #850f89;
}

.onhovercls:hover i {
    width: 100%;
    color: #850f89 !important;
}

#side-menu-prj .onhovercls a {
    width: 100%;
}

.onhovercls:hover a {
    color: #850f89 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fafaf9;
    color: #850f89 !important;
}

.edit-button {
    color: #fff !important;
}

#side-menu-prj > li > span {
    color: #fff !important;
    padding-top: 15px;
    float: right;
    margin-left: 10px;
}

#sidebar-menu ul li a i {
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 9px 0 3px;
    font-size: 16px;
}

#side-menu-prj > li > a {
    /* color: #8fa0af;*/
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 13px 10px 22px;
    /* border-left: solid 4px #36424a;
    border-bottom: solid 1px #3b4952;*/
    margin: 0px;
    display: inline-flex;
}
/*.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent!important;
}*/

#side-menu-prj li a i {
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 9px 0 3px;
    font-size: 16px;
}

.fltr {
    cursor: pointer;
}

.nav-second-level, .nav-thrid-level {
    padding: 10px 0px;
}

    .nav-second-level.nav li a, .nav-thrid-level.nav li a {
        color: #8fa0af;
        font-size: 14px;
    }

#sidebar-menu > ul > .active a.active {
    color: #850f89;
    background-color: #fff;
    border-left: solid 4px #a56af9;
}

#sidebar-menu > ul > li > a.active i {
    color: #fff;
    background-color: #a56af9;
}

#sidebar-menu > ul > li > a:hover,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:active {
    /* color: #a56af9;
    background-color: #fafaf9;
    text-decoration: none;
    border-left: solid 4px #a56af9;*/
    color: #850f89;
    background-color: #fafaf9;
    text-decoration: none;
    border-left: solid 0px #850f89;
    /*border-radius: 50px;*/
}

    #sidebar-menu > ul > li > a:hover i,
    #sidebar-menu > ul > li > a:focus i,
    #sidebar-menu > ul > li > a:active i {
        color: #850f89;
        /*background-color: #a56af9;*/
    }

.nav-second-level.nav li.active > a, .nav-third-level.nav li.active > a {
    color: #f7921c;
    background-color: transparent !important;
    border-left: none !important;
}

    .nav-second-level.nav li.active > a i, .nav-third-level.nav li.active > a i {
        color: #f7921c !important;
    }

.nav-second-level.nav li a:hover,
.nav-thrid-level.nav li a:hover {
    background-color: transparent;
    color: #f2706e;
}

.nav-second-level a i {
    background-color: transparent !important;
    color: #8fa0af;
    margin: 0px !important;
    width: auto !important;
}

.user-box .user-img {
    font-size: 26px;
    color: #777;
    margin-top: 5px;
}

.card-box p {
    font-size: 14px;
}

.footer {
    font-size: 14px;
}

.label-control {
    font-size: 14px;
    font-weight: 400;
    /* color: #555;*/
    color: #000;
}

.radio-inline {
    font-size: 14px;
    font-weight: 400;
    color: black;
}
/*.form-control{border-radius:0px; height: 38px; border: 1px solid #dadada!important;border:none;}*/

.round-button {
    border-radius: 10px;
    /*background-color: #42155b;*/
    background-color: #850f89;
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    color: #fff;
    font-weight: 600;
}

    .round-button:hover, .round-button:focus {
        background-color: #850f89;
        color: #fff;
        text-decoration: none;
    }

.round-button1 {
    border-radius: 10px;
    background-color: #42155b;
    font-size: 13px;
    padding: 3px 6px;
    border: none;
    color: #fff;
    font-weight: 600;
}

    .round-button1:hover, .round-button1:focus {
        background-color: #541c73;
        color: #fff;
        text-decoration: none;
    }

.outline-round-button {
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    padding: 8px 23px;
    border: none;
    color: #f2706e;
    font-weight: 400;
    border: solid 2px #f2706e;
}

    .outline-round-button:hover, .outline-round-button:focus {
        border: solid 2px #e05452;
        color: #e05452;
        text-decoration: none;
    }

/*modal style*/
.modal-style .modal-body {
    padding: 20px 20px 0px 20px;
}

.modal-style .modal-content {
    border-radius: 4px;
}

.modal-style .modal-content {
    border-top: 3px solid #42155b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-style .modal-header .close {
    position: absolute;
    top: -12px;
    right: -12px;
    margin-top: 0px;
    border: solid 2px #8839b4;
    opacity: 1;
    width: 35px;
    height: 35px;
    text-shadow: none;
    border-radius: 50%;
    background-color: #42155b;
    color: #fff;
    z-index: 999;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
}

    .modal-style .modal-header .close:hover {
        border: solid 2px #42155b;
        background-color: #8839b4;
    }

    .modal-style .modal-header .close span {
        line-height: 9px;
        display: block;
        height: 10px;
        font-size: 23px !important;
        font-family: 'Roboto', sans-serif;
    }

.modal-style .changepassword-body {
    margin-top: 10px;
}

.modal-style .modal-footer {
    padding-top: 0px;
    border-top: none;
    padding: 0px 0px 23px 0px;
}

.modal-style .modal-title {
    font-size: 19px;
    color: #fff;
}
/*modal style*/

.gray-round-button {
    border-radius: 10px;
    background-color: #949494;
    font-size: 13px;
    padding: 8px 16px;
    border: none;
    color: #fff;
    font-weight: 600;
}

    .gray-round-button:hover, .card-box .gray-round-button:focus {
        background-color: #797878;
        color: #fff;
        text-decoration: none;
    }

.round-button {
    font-size: 14px;
    font-weight: 600;
    font-family: "Lato", "Arial", sans-serif;
}

.round-button1 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", "Arial", sans-serif;
}


.card-box .form-group {
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 14px !important;
}

    .breadcrumb a:hover {
        color: #00a0a2;
    }

    .breadcrumb > .active {
        color: #36424a !important;
    }

.dropdown-menu .divider {
    margin: 9px 0px 0px 0px !important;
}

.page-title {
    font-size: 20px !important;
}

.bt-block {
    float: right;
}

.bt-block-wrapp {
    display: inline-block;
    clear: both;
    width: 100%;
}

.btn-info {
    background-color: #10b1b5 !important;
    border-color: #31b5b8 !important;
    border-radius: 2px !important;
    padding: 9px 20px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-left: 5px;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #01888c !important;
        border-color: #88d6d7 !important;
    }

    .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
        background-color: #01888c !important;
        border-color: #88d6d7 !important;
    }

/*-- Employees-- */
.empname-click {
    cursor: pointer;
    text-decoration: underline;
}

    .empname-click:hover {
        color: #2f1850;
    }

.empback-link-text {
    cursor: pointer;
    font-size: 15px;
    color: #850f89;
    padding-bottom: 20px;
    font-weight: 600;
    display: block;
}

    .empback-link-text .fi-rewind {
        font-size: 21px;
    }

.table-responsive {
    padding-bottom: 20px;
}

@media (min-width: 991px) {
    #vert-empl {
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
}

@media (min-width: 769px) {
    .mobile-navbar, .mobile-navbar.collapse.in {
        display: none;
    }
}


.employees-left {
    background-color: #fff;
    padding: 0px;
    /* border: solid 1px #eee;*/
}

    .employees-left .slimscroll-menu {
        overflow: hidden;
        width: auto;
        min-height: 300px;
    }

    .employees-left .hpanel {
        background-color: #fff;
    }

    .employees-left ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .employees-left ul li {
            padding: 0px;
            margin: 0px;
        }

            .employees-left ul li a {
                padding: 12px 12px;
                color: #333;
                display: block;
                border-top: solid 1px #e2e2e2;
                font-size: 14px;
            }

                .employees-left ul li a:hover {
                    background-color: #f2706e;
                    color: #fff;
                }

        .employees-left ul .active a {
            background-color: #f2706e;
            color: #fff;
        }

    .employees-left .gray-round-button {
        display: inline-block;
        clear: both;
        padding: 5px 19px;
        font-size: 14px;
    }

.employees-left-icon {
    padding: 15px;
}

    .employees-left-icon .employees-img {
        text-align: center;
        background-color: #f1f1f1;
        padding: 20px;
        display: block;
    }

    .employees-left-icon h5 {
        padding: 3px 0px;
    }

.employees-left p {
    padding: 0px 12px;
    font-size: 13px;
}

.employees-right {
    padding: 0px;
}

    .employees-right h3 {
        font-size: 17px;
        padding: 0px;
        margin: 0px;
        font-weight: 700;
    }

    .employees-right hr {
        margin-top: 15px;
    }

    .employees-right .label-text .label-control {
        margin-bottom: 10px;
        display: block;
        background: #f3f3f3;
        padding: 10px;
        border: 1px solid #541c73;
    }

        .employees-right .label-text .label-control span {
            font-weight: 600;
        }

.user-add-icon {
    float: left;
    margin-right: 7px;
}

.table {
    border-bottom: 1px solid #270938;
}

    .table thead {
        /* background: linear-gradient(#27194c, #4b1560);*/
        background: #850f89;
        color: #fff;
        border-top: 1px solid #270938;
    }

        .table thead th {
            font-weight: 400;
            font-size: 14px;
        }

    .table tbody td {
        font-size: 14px;
        color: #000;
    }

        .table tbody td a {
            color: #270938;
            float: left;
        }

.wigdet-block {
    background-color: #738595;
    padding: 13px;
}

    .wigdet-block h4 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

    .wigdet-block h6 {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #fff;
    }


.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    padding: 10px 0px;
    /*background-color: #341753;*/
    background-color: #850f89;
    border-radius: 5px;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    padding: 10px 0px;
    border-radius: 5px;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    padding: 10px 15px;
    background: #ffa09e;
    border-radius: 2px;
}

.wizard .control-label {
    font-size: 14px;
    font-weight: 400;
}

.wizard > .content > .body {
    padding: 20px 15px;
}

.modal-style.wizard-style .modal-body {
    padding: 15px 0px;
}

.modal-style.wizard-style .steps {
    padding: 0px 15px;
    border-radius: 2px;
}

.modal-style.wizard-style .wizard > .steps > ul > li {
    width: 30%;
}

.modal-style.wizard-style .wizard > .content > .body {
    width: 100%;
}

.wizard > .steps .number {
    font-size: 18px;
}

.wizard-style .wizard > .content {
    margin: 0px;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #541c73;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px !important;
    padding: 10px 23px;
}
/*--.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active{border-radius: 30px; background-color: #949494; font-size: 15px; padding: 10px 23px; border: none; color: #fff; font-weight: 600;  text-transform: uppercase;}--*/
.wizard > .actions {
    margin-top: 19px;
    padding-right: 15px;
}

.bootstrap-select .btn-default {
    border-radius: 0px;
    background-color: transparent;
    text-transform: capitalize;
    border: solid 1px #ccc;
    color: #555;
    padding: 8px 15px;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.bootstrap-select .btn-default span {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, .bootstrap-select .btn-default:active.focus, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, .bootstrap-select.open > .dropdown-toggle.btn-default.focus, .bootstrap-select.open > .dropdown-toggle.btn-default:focus, .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
}

.user-name-heading {
    font-size: 16px;
    font-weight: 600;
    background-color: #31b5b8;
    padding: 8px 15px;
    margin: 0px 10px 20px 10px;
    color: #fff;
    border-radius: 2px;
}

select.form-control option {
    padding: 4px 0px;
}

.form-group .input-group .mdi-calendar {
    font-size: 18px;
}

.form-group .input-group .input-group-addon {
    padding: 4px 10px 0px 10px;
}

.wizard > .content {
    overflow-y: scroll;
}

.wizard-two-inputs .form-control {
    float: left;
    width: 130px;
    margin-right: 15px;
}

.wizard-two-inputs .btn-custom {
    float: left;
    background: #31b5b8;
    border-radius: 20px;
    color: #fff;
    padding: 6px 16px;
}
/*-- Employees END-- */

/* Added by vinod */
.registration-loginlnk {
    color: #f2706e;
    text-decoration: none !important;
}

    .registration-loginlnk:hover {
        color: #3db9bb !important;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.emp-reg label {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}
/* End */

.log-name {
    font-size: 13px;
    padding-top: 26px;
    font-weight: 600;
    color: white;
}

.user-box a.user-link {
    padding-right: 8px !important;
}

.radio-group {
    display: block;
    clear: both;
    margin-top: 8px;
}

/*file upload*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: #FFF;
        cursor: inherit;
        display: block;
        padding-left: 15px;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.file-upload-block .control-label {
    font-weight: 400;
}

.file-upload-block .form-control {
    width: 100% !important;
    margin: 0px;
    display: inline-block;
}

.file-upload-block .btn-primary {
    /*previoud code - background-color: #4f5251 !important;*/
    /*background-color: #42155b !important;*/
    background-color: #850f89 !important;
    color: #fff !important;
    padding: 7px 10px !important;
    border: none !important;
}
/*file upload*/

.doc-icon i {
    color: #341753;
    font-size: 18px;
    margin-bottom: 15px;
}

.table .fa-upload, .table .fa-trash {
    font-size: 16px;
    color: #;
    margin-left: 12px;
    display: inline-block;
}

.modal-pop h4 {
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.modal-pop .modal-header {
    border-bottom: 1px solid #a6c7c0;
    font-size: 15px;
}

    .modal-pop .modal-header .modal-title {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px !important;
        ;
        color: #31b5b8 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600 !important;
        text-decoration: none;
    }

.modal-pop .close {
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    font-size: 28px !important;
}

.modal-pop .modal-content {
    border-radius: 0px;
}

.modal-pop .modal-body {
    padding-bottom: 30px;
}

.modal-pop-bt {
    border: solid 1px #3290c4 !important;
    background-color: #1e85c0 !important;
    padding: 5px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

    .modal-pop-bt:hover {
        background-color: #045d8f !important;
    }

.edit-personaldetails {
    padding-bottom: 20px;
    text-decoration: underline !important;
}


.modal-heading-cont {
    font-size: 14px;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

.select-employees-tableselect {
    margin: 20px 0px 20px 0px;
}

    .select-employees-tableselect button {
        background: transparent;
        border: none;
        font-size: 14px;
        padding: 4px 12px;
        margin-right: 20px;
        color: #989898;
        border: solid 1px #bfbfbf;
    }

        .select-employees-tableselect button:hover {
            color: #f2706e;
            border: solid 1px #f2706e;
        }

    .select-employees-tableselect .fa {
        font-size: 16px;
    }

    .select-employees-tableselect p {
        float: right;
        font-size: 14px;
        padding: 7px 0px 0px 0px;
        margin: 0px;
    }

    .select-employees-tableselect .fa-check-square-o {
        padding-top: 2px;
    }

/* NEW STYLE */
.dashbox {
    border: 0px solid #e2e2e2;
    padding: 0px;
    margin-bottom: 30px;
    background-color: #fff;
}

    .dashbox h3 {
        font: 15px/21px 'Open Sans', sans-serif;
        margin-top: 3px;
        color: #850f89;
        font-weight: 600;
    }

    .dashbox .dashbox-chart-block {
        min-width: 100%;
        margin: 0 auto;
    }

.form-cont .control-label {
    font-weight: 400;
    font-size: 13px;
}

.form-cont .form-group {
    margin-bottom: 25px;
}

.form-group .input-file .btn-choose {
    border-radius: 0px;
    background-color: #1ea69a;
    color: #fff;
    padding: 8px 12px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-group .input-file .btn-warning {
    border-radius: 0px;
    background-color: #777777;
    color: #fff;
    padding: 8px 12px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: #777777;
}



/* Create a custom checkbox */
label.check-input {
    padding-left: 13px;
    cursor: pointer;
    position: relative;
}

.check-input input {
    opacity: 0;
}

.check-input .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    /*background-color: #f7f7f7;*/
    border: solid 1px #dfdfdf;
}

.check-input:hover input ~ .checkmark {
    background-color: #fff;
}

.check-input input:checked ~ .checkmark {
    background-color: #541c73;
    border-radius: 0px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-input input:checked ~ .checkmark:after {
    display: block;
}

.check-input .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.radio-primary.radio {
    margin-top: 0px;
    margin-right: 15px;
}

.radio-primary label {
    font-size: 14px;
    margin-top: -3px;
}

.radio-primary {
    float: left;
    display: inline-block;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            top: 1px;
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 4px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #1ea69a;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1ea69a;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1ea69a;
}
/* Create a custom checkbox */

.gray-bg {
    background-color: #f2f2f2;
}

.perform-table .table th {
    border: none;
    font-size: 14px;
}

.perform-table .table th {
    border: none;
    padding-bottom: 14px;
}

.perform-table .table td {
    padding: 10px;
    border-top: none;
    border-bottom: solid 10px #fff;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px;
}

.perform-table img {
    width: 80px;
    margin-right: 8px;
}

.perform-table .score-text {
    color: #fff;
    font-size: 16px;
    background-color: #541c73;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

/*---Calender---*/
.fc-today-button {
    display: none;
}

.fc-agendaWeek-button {
    display: none;
}

.fc-agendaDay-button {
    display: none;
}

.fc th.fc-widget-header {
    background: #541c73;
    color: #fff;
}

.fc-head-container .fc-row.fc-widget-header {
    margin-right: 0px !important;
}

.fc-scroller.fc-day-grid-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: 384px !important;
}

.label-formcontrol .control-label {
    float: left;
    font-weight: 600;
    font-size: 15px;
    margin-right: 15px;
    margin-top: 12px;
}

.width-200 {
    width: 200px;
}

.width-150 {
    width: 150px;
}

.width-70 {
    width: 70px;
}

.width-100 {
    width: 100px;
}

.col2-formcontrol .control-label {
    float: left;
    font-weight: 600;
    font-size: 15px;
    margin-top: 14px;
}

.col2-formcontrol .form-control {
    float: left;
    margin-left: 15px;
}

.red-bt {
    background: #f2706e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    padding: 8px 23px;
    border: none;
}

    .red-bt:hover {
        background-color: #d8514f;
    }

.green-bt {
    background-color: #1ea69a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    padding: 8px 23px;
    border: none;
}

    .green-bt:hover {
        background-color: #0d7d74;
    }

/*--timepicker-picker--*/
.btn-success {
    border-radius: 30px;
    background-color: #31b5b8 !important;
    font-size: 14px;
    padding: 8px 23px;
    border: none !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

    .btn-success:hover {
        background-color: #0d7d74 !important;
    }

.btn-danger {
    border-radius: 30px;
    background-color: #ef592a !important;
    font-size: 14px;
    padding: 8px 23px;
    border: none !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

    .btn-danger:hover {
        background-color: #af3a15 !important;
    }

.btn-default:hover {
    /*  color: #333 !important;
    background-color: #4f5251 !important;*/
    border-color: #8c8c8c !important;
}

.m-r-l-15 {
    margin-left: 20px;
    margin-right: 20px;
}

.datepicker table tr td.active.active {
    background-color: #541c73;
    background-image: none !important;
}

.timepicker-picker .btn-primary {
    background-color: #ffaa00 !important;
    border: none !important;
}

    .timepicker-picker .btn-primary:hover, .datepicker table tr td.active:hover {
        background-color: #541c73 !important;
    }

.timepicker-picker .glyphicon-chevron-down, .timepicker-picker .glyphicon-chevron-up {
    color: #1ea69a;
    background-color: none;
}

    .timepicker-picker .glyphicon-chevron-down:hover, .timepicker-picker .glyphicon-chevron-up:hover {
        color: #0d7d74;
        background-color: none;
    }

.bootstrap-datetimepicker-widget table td span:hover {
    background: none !important;
}

.bootstrap-datetimepicker-widget table td span {
    width: 12px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.bootstrap-datetimepicker-widget table td {
    width: 12px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0px 0px !important;
}

.timepicker.col-md-6 {
    width: 214px !important;
}

.datepicker.col-md-6 {
    margin-left: 15px;
}

.timepicker-picker {
    background-color: #f0fbfa;
}

.bootstrap-datetimepicker-widget {
    width: 470px !important;
}

.center-block-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

    .center-block-center .green-bt {
        margin-left: 10px;
    }

.perform-block .wizard > .steps > ul > li {
    width: 20%;
    font-size: 13px;
}

.perform-block .wizard > .steps .number {
    font-size: 18px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
}

.perform-block .wizard > .steps a, .perform-block .wizard > .steps a:hover {
    padding: 10px 7px;
}

.perform-block .wizard > .steps .disabled a {
    color: #848484;
}

.red-text {
    color: red !important;
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: inherit !important;
    /* background: linear-gradient(#27194c, #4b1560);
    color: white;*/
    background-color: #850f89 !important;
    color: white;
    /* background-color: #f3f3f3; */
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* color: white; */
}

.ui-grid-cell-contents {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    text-align: center;
    /* margin-left: 28px; */
}

input[type="text"].ui-grid-filter-input {
    color: black;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #000 !important;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    color: #000 !important;
}

.control-label {
    font-size: 14px;
    font-weight: 400;
    /* color: #555; */
    color: #000;
}

.ui-grid-render-container-body .ui-grid-canvas {
    width: 1350px;
    height: 630px;
    color: #000 !important;
}

.btn.btn--attention {
    padding: 8px 32px 8px 48px;
    color: #fff;
    border: 1px solid #850f89;
    background: #850f89;
    -webkit-box-shadow: 0 12px 20px rgba(229,23,63,.15);
    box-shadow: 0 12px 20px rgba(229,23,63,.15);
}

.pricing .pricing-card--popular .pricing-card__tier {
    /* background-color: white; */
}

.highcharts-credits {
    cursor: pointer;
    color: rgb(153, 153, 153);
    font-size: 0.1em !important;
    fill: rgb(153, 153, 153);
}

.event-full {
    background-color: #ccc !important;
    background: url(/images/icons/Planeicons.png)no-repeat 0px -3px !important;
    width: 30px;
    height: 30px;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    font-weight: 600;
    /* width: max-content !important;
    font-size: smaller !important;*/
}

.pricing .pricing-card--popular .pricing-card__tier {
    background-color: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #850f89 !important;
    background: #e33bc9 !important;
    font-weight: bold;
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #850f89 !important;
    background: #D4AF37 !important;
    /* font-weight: bold; */
    color: #fff !important;
}

    .ui-state-default .ui-icon {
        background-image: url(/scripts/Calendar/css/cupertino/images/ui-icons_ffffff_256x240.png) !important;
    }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    font-weight: 600 !important;
}

/*------------------------------------------------------------------------*/


/*.container-fluid, .new-bootstrap .container-xl, .new-bootstrap .container-lg, .new-bootstrap .container-md, .new-bootstrap .container-sm, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .new-bootstrap .container-sm, .new-bootstrap .container, .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .new-bootstrap .container-md, .new-bootstrap .container-sm, .new-bootstrap .container, .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .new-bootstrap .container-lg, .new-bootstrap .container-md, .new-bootstrap .container-sm, .new-bootstrap .container, .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .new-bootstrap .container-xl, .new-bootstrap .container-lg, .new-bootstrap .container-md, .new-bootstrap .container-sm, .new-bootstrap .container, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}*/

.rowplan {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.new-bootstrap .col-xl, .new-bootstrap .col-xl-auto, .new-bootstrap .col-xl-12, .new-bootstrap .col-xl-11, .new-bootstrap .col-xl-10, .new-bootstrap .col-xl-9, .new-bootstrap .col-xl-8, .new-bootstrap .col-xl-7, .new-bootstrap .col-xl-6, .new-bootstrap .col-xl-5, .new-bootstrap .col-xl-4, .new-bootstrap .col-xl-3, .new-bootstrap .col-xl-2, .new-bootstrap .col-xl-1, .new-bootstrap .col-lg, .new-bootstrap .col-lg-auto, .new-bootstrap .col-lg-12, .new-bootstrap .col-lg-11, .new-bootstrap .col-lg-10, .new-bootstrap .col-lg-9, .new-bootstrap .col-lg-8, .new-bootstrap .col-lg-7, .new-bootstrap .col-lg-6, .new-bootstrap .col-lg-5, .new-bootstrap .col-lg-4, .new-bootstrap .col-lg-3, .new-bootstrap .col-lg-2, .new-bootstrap .col-lg-1, .new-bootstrap .col-md, .new-bootstrap .col-md-auto, .new-bootstrap .col-md-12, .new-bootstrap .col-md-11, .new-bootstrap .col-md-10, .new-bootstrap .col-md-9, .new-bootstrap .col-md-8, .new-bootstrap .col-md-7, .new-bootstrap .col-md-6, .new-bootstrap .col-md-5, .new-bootstrap .col-md-4, .new-bootstrap .col-md-3, .new-bootstrap .col-md-2, .new-bootstrap .col-md-1, .new-bootstrap .col-sm, .new-bootstrap .col-sm-auto, .new-bootstrap .col-sm-12, .new-bootstrap .col-sm-11, .new-bootstrap .col-sm-10, .new-bootstrap .col-sm-9, .new-bootstrap .col-sm-8, .new-bootstrap .col-sm-7, .new-bootstrap .col-sm-6, .new-bootstrap .col-sm-5, .new-bootstrap .col-sm-4, .new-bootstrap .col-sm-3, .new-bootstrap .col-sm-2, .new-bootstrap .col-sm-1, .new-bootstrap .col, .new-bootstrap .col-auto, .new-bootstrap .col-12, .new-bootstrap .col-11, .new-bootstrap .col-10, .new-bootstrap .col-9, .new-bootstrap .col-8, .new-bootstrap .col-7, .new-bootstrap .col-6, .new-bootstrap .col-5, .new-bootstrap .col-4, .new-bootstrap .col-3, .new-bootstrap .col-2, .new-bootstrap .col-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.plan-builder .addRemoveModule {
    background-color: #ced2da;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

.plan-builder .additional-modules .br-card {
    /*border-top: 2px solid #1370ed*/
    border: 2px solid #850f89;
    border-radius: 10px;
}

.plan-builder .titleSection h1 {
    border: none;
    margin: 0
}

.plan-builder .titleSection p {
    font-size: 20px;
    padding: 16px 0;
    padding-right: 70px
}

.plan-builder .selected .addRemoveModule {
    background-color: #40bf7f
}

.plan-builder .selected .br-card, .plan-builder .selected .br-card a {
    background-color: #1370ed !important;
    color: #fff
}

.plan-builder .find-more span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left
}

.plan-builder .pricing-term {
    font-size: 14px;
    padding: 28px 28px 0;
    text-align: center
}

.plan-builder .buyCard > div {
    background-color: #af4ca9;
    color: #fff
}

.plan-builder .continueButton {
    background-color: #850f89;
    border: none;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 19px 2px 0;
    border-radius: 4px;
    transition-duration: .4s;
    width: 100%
}

.plan-builder .buyPrice {
    text-align: center
}

.plan-builder .buyPrice1 {
    text-align: center;
    margin-top: 10%;
}

    .plan-builder .buyPrice1 .currency-symbol {
        font-size: 35px;
        vertical-align: text-bottom
    }

    .plan-builder .buyPrice1 .formatted-amount {
        font-size: 60px;
        font-weight: 700;
        line-height: 0
    }

    .plan-builder .buyPrice1 .suffix {
        font-size: 18px;
        padding-left: 7px
    }

.plan-builder .buyPrice .currency-symbol {
    font-size: 35px;
    vertical-align: text-bottom
}

.plan-builder .buyPrice .formatted-amount {
    font-size: 60px;
    font-weight: 700;
    line-height: 0
}

.plan-builder .buyPrice .suffix {
    font-size: 18px;
    padding-left: 7px
}

.plan-builder .planTypeToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 10px
}

    .plan-builder .planTypeToggle div:nth-child(1) {
        padding-right: 10px
    }

    .plan-builder .planTypeToggle div:nth-child(3) {
        padding-left: 10px
    }

.plan-builder .moduleBox {
    margin-bottom: 43px
}

    .plan-builder .moduleBox h3 {
        font-size: 25px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        /* margin: 9px 10px 5px; */
        margin-top: -25px;
        font-family: math;
    }

    .plan-builder .moduleBox p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left
    }

    .plan-builder .moduleBox .pricing {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: right;
        padding: 4px 0 10px;
        /* margin-top: -5%;*/
    }

    .plan-builder .moduleBox .br-card {
        position: relative
    }

        .plan-builder .moduleBox .br-card:hover .plus-sign {
            transform: rotate(-180deg);
            transition: transform .2s ease
        }

        .plan-builder .moduleBox .br-card .plus-sign {
            transform: rotate(0deg);
            transition: transform .2s ease
        }

        .plan-builder .moduleBox .br-card:hover {
            background-color: #f2f4f7
        }

        .plan-builder .moduleBox .br-card .find-more {
            position: absolute;
            left: 19px;
            bottom: 20px
        }

.plan-builder .additional-module-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin: 35px 0 17px
}

/*--------------------------------------------------------------------------------------*/
.setup-payment .company-address, .setup-payment .payment-form {
    border: 1px solid #f2f4f7;
    padding: 30px 25px;
    border-radius: 8px;
    margin-bottom: 50px;
    background-color: #fff
}

    .setup-payment .company-address h3, .setup-payment .payment-form h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left
    }

.setup-payment .br-card {
    background-color: #fff
}

.setup-payment .payment-summary-container {
    position: relative
}

    .setup-payment .payment-summary-container .payment-summary {
        position: sticky;
        top: 0
    }

.br-form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    color: #344051
}

    .br-form label:after {
        vertical-align: middle;
        padding-left: 6px
    }

.br-form input {
    border: 1px solid #ced2da;
    padding: 10px 8px 10px 12px;
    border-radius: 8px;
    gap: 8px;
    width: 100%
}

    .br-form input[type=radio] {
        text-align: left;
        margin-right: 10px
    }

.br-form .form-field {
    margin-bottom: 25px
}

.br-form .inline-field {
    vertical-align: top;
    display: inline-block
}

.br-form .help-block {
    padding: 8px 0
}

.br-dropdown {
    position: relative
}

    .br-dropdown button {
        margin: 0;
        background-color: #fff
    }

    .br-dropdown .dropdown-chevron {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 1
    }

    .br-dropdown .br-dropdown-toggle {
        white-space: nowrap;
        text-align: left;
        display: inline-block;
        color: #637083;
        font-size: 16px;
        border: 1px solid #c1c5cd;
        line-height: 32px;
        margin-top: 11px;
        border-radius: 10px;
        position: relative;
        width: 100%
    }

        .br-dropdown .br-dropdown-toggle svg {
            position: absolute;
            right: 13px;
            top: 50%;
            transform: translateY(-50%)
        }

    .br-dropdown .dropdown-menu {
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 6px 12px 0px rgba(28,39,49,.0509803922)
    }

        .br-dropdown .dropdown-menu .dropdown-item {
            color: #344051;
            line-height: 2.3em;
            width: 100%
        }

            .br-dropdown .dropdown-menu .dropdown-item:hover {
                background-color: #f2f4f7;
                color: #344051
            }

.setup-payment .company-address, .setup-payment .payment-form {
    border: 1px solid #f2f4f7;
    padding: 30px 25px;
    border-radius: 8px;
    margin-bottom: 50px;
    background-color: #fff
}

    .setup-payment .company-address h3, .setup-payment .payment-form h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left
    }

.setup-payment .br-card {
    background-color: #fff
}

.setup-payment .payment-summary-container {
    position: relative;
    border: 1px solid #f2f4f7;
    padding: 30px 25px;
    border-radius: 8px;
    margin-bottom: 50px;
    background-color: #fff;
}

    .setup-payment .payment-summary-container .payment-summary {
        position: sticky;
        top: 0
    }

.summary-title {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
    width: 40%
}

.summary-price {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: right;
    display: inline-block;
    width: 100%
}

.summary-section {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

    .summary-section .change-plan {
        font-weight: bold;
        margin-left: 6px
    }

    .summary-section .change-module {
        margin-left: 6px
    }

    .summary-section h3 {
        color: #637083;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 5px;
        border-bottom: 1px solid #637083
    }

    .summary-section [class^=col-] {
        padding-right: 0px;
        padding-left: 0px;
        display: inline-block;
        line-height: 30px
    }

        .summary-section [class^=col-] span {
            font-family: Rubik;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            text-align: right
        }

    .summary-section .font-bold {
        font-weight: 700
    }

    .summary-section .font-normal {
        font-weight: 400
    }

.summary-action .buy-now {
    display: block;
    color: #fff;
    padding: 10px
}

    .summary-action .buy-now svg {
        margin-right: 10px
    }

    .summary-action .buy-now:hover {
        color: #fff
    }

.summary-auth-text-box {
    font-size: 14px;
    margin-top: 30px
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px
    }

/*-------------------------------------------------------------*/
.sub-table th, .sub-table td {
    padding: 12px 10px;
    vertical-align: middle;
    text-align: left;
    color: #333;
}

.sub-table thead th {
    color: white !important;
    background-color: #850f89 !important;
}

.sub-table img {
    width: 31px;
    border-radius: 50%;
    object-fit: cover;
}


.btn {
    /* background: #f05462;*/
    color: white;
    padding: 5px 10px;
    text-align: center;
}

    /*.btn:hover {
        color: #f05462;
        background: white;
        padding: 3px 8px;
        border: 2px solid #f05462;
    }*/

.title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 10px;
    border-bottom: 2px solid #999;
}

table {
    padding: 10px;
}

th,
td {
    text-align: left;
    padding: 8px;
}



.container .header {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    height: 10vh;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .container .header .nav {
        width: 90%;
        display: flex;
        align-items: center;
    }

        .container .header .nav .search {
            flex: 3;
            display: flex;
            justify-content: center;
        }

            .container .header .nav .search input[type=text] {
                border: none;
                background: #f1f1f1;
                padding: 10px;
                width: 50%;
            }

            .container .header .nav .search button {
                width: 40px;
                height: 40px;
                border: none;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .container .header .nav .search button img {
                    width: 30px;
                    height: 30px;
                }

        .container .header .nav .user {
            flex: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .container .header .nav .user img {
                width: 40px;
                height: 40px;
            }

            .container .header .nav .user .img-case {
                position: relative;
                width: 50px;
                height: 50px;
            }

                .container .header .nav .user .img-case img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

.container .content {
    position: relative;
    margin-top: 10vh;
    min-height: 90vh;
    /*background: #f1f1f1;*/
}

    .container .content .cards {
        padding: 20px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .container .content .cards .card {
            width: 250px;
            height: 150px;
            background: white;
            margin: 20px 10px;
            display: flex;
            align-items: center;
            justify-content: space-around;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

    .container .content .content-2 {
        min-height: 60vh;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .container .content .content-2 .recent-payments {
            min-height: 50vh;
            flex: 5;
            background: white;
            margin: 0 25px 25px 25px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            display: flex;
            flex-direction: column;
        }

        .container .content .content-2 .new-students {
            flex: 2;
            background: white;
            min-height: 50vh;
            margin: 0 25px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            display: flex;
            flex-direction: column;
        }

            .container .content .content-2 .new-students table td:nth-child(1) img {
                height: 40px;
                width: 40px;
            }

@media screen and (max-width: 1050px) {
    .side-menu li {
        font-size: 18px;
    }
}

@media screen and (max-width: 940px) {
    .side-menu li span {
        display: none;
    }

    .side-menu {
        align-items: center;
    }

        .side-menu li img {
            width: 40px;
            height: 40px;
        }

        .side-menu li:hover {
            background: #f05462;
            padding: 8px 38px;
            border: 2px solid white;
        }
}

@media screen and (max-width:536px) {
    .brand-name h1 {
        font-size: 16px;
    }

    .container .content .cards {
        justify-content: center;
    }

    .side-menu li img {
        width: 30px;
        height: 30px;
    }

    .container .content .content-2 .recent-payments table th:nth-child(2),
    .container .content .content-2 .recent-payments table td:nth-child(2) {
        display: none;
    }
}
