﻿@charset "utf-8";
/* CSS Document */

/*body {
  font-family: 'PNC_SansReg';
}
 @font-face {
  font-family: 'PNC_SansReg'; 
  src: local('☺'), url('fonts/PNC_SansReg.woff') format('woff'), url('fonts/PNC_SansReg.ttf') format('truetype'), url('fonts/PNC_SansReg.woff2') format('woff2');        
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'PNC_SansReg';
}*/


.kt-offcanvas-panel {
    width: 100% !important;
    max-width: 850px !important;
}

.kt-offcanvas-panel--right .kt-offcanvas-panel {
    right: -850px;
}

.kt-offcanvas-panel .kt-offcanvas-panel__nav {
    margin-bottom: 0;
}

.kt-offcanvas-panel .kt-offcanvas-panel__body {
    padding: 0;
}

.kt-portlet {
    box-shadow: none;
}

.kt-portlet__head1 {
    background: #5867dd;
}

.kt-portlet .kt-portlet__head1 .kt-portlet__head-label .kt-portlet__head-title,
.kt-portlet .kt-portlet__head1 .kt-portlet__head-label .kt-portlet__head-title small {
    color: #fff;
}

.kt-subheader--solid .kt_subheader1 {
    border-bottom: 1px solid #ebedf2;
    margin: -20px -20px 25px;
    padding: 0 20px;
}

.kt-portlet__head-remove-border {
    border-bottom: 0px solid #ebedf2 !important;
}

.accordion .card .card-header .card-title {
    background: #5867dd;
    color: #fff;
}

    .accordion .card .card-header .card-title.collapsed {
        background: #f7f8fa;
        color: #595d6e;
    }

.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message {
    padding-left: 25px;
    padding-top: 15px;
}

.kt-inbox .kt-inbox__view {
    margin-left: 0;
}

.select2-container {
    width: 100% !important;
}

.custom-file label {
    text-align: left !important;
}

.kt-checkbox > input.table {
    position: relative;
}

.brand-logo-m {
    margin-top: 20px;
}

.b-cus {
    background: #f7f8fa;
    padding: 10px;
}

.b-cus-head {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-right: 0.5rem;
    color: #74788d;
}

.b-cus-value {
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 0.5rem;
    text-align: center;
    color: #5d78ff;
}

.show-700 {
    display: none !important;
}

/*.note-editable {
    height: 200px;
}*/

.note-editor.note-frame .note-editing-area .note-editable {
    height: 200px !important;
}
.note-editor.note-frame.fullscreen .note-editable {
    height: calc(100vh - 50px) !important;
    overflow-y: scroll !important;
}
.nav-pills.nav-tabs-btn .nav-item {
    min-width: 70px;
}

.nav-d-value {
    font-size: 1.3rem;
    font-weight: 600;
    color: #5d78ff;
}

.pdf-h {
    width: 100%;
    height: 1200px;
}

.g-margin-l-3 {
    margin-left: 3px;
}

.g-nav-list {
    background: #f7f8fa;
    box-shadow: inherit !important;
}

.g-brand-h {
    max-height: 35px;
}

.dd-h-3 {
    height: 3rem;
}

select.g-p-w-65 {
    width: 65px !important;
}

.radio-inline {
    padding-left: 10px;
    padding-right: 15px;
}

    .radio-inline label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio-inline label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #5b9bd5;
            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-inline label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            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-inline input[type="radio"] {
        opacity: 0;
    }

        .radio-inline input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio-inline input[type="radio"]:checked + label::after {
            -webkit-transform: scale(.5, .5);
            -ms-transform: scale(.5, .5);
            -o-transform: scale(1, 1);
            transform: scale(.5, .5);
        }

        .radio-inline 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-inline input[type="radio"] + label::after {
    background-color: #fff;
}

.radio-inline input[type="radio"]:checked + label::before {
    border-color: #bbb;
}

.radio-inline input[type="radio"]:checked + label::after {
    background-color: #c8cfdd;
}


.checkbox-inline {
    padding-left: 10px;
    padding-right: 15px;
}

    .checkbox-inline label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox-inline label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #5b9bd5;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox-inline label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #67cea6;
        }

    .checkbox-inline input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox-inline input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox-inline input[type="checkbox"]:checked + label::after {
            font-family: 'Font Awesome 5 Free';
            content: "";
            background: url(img/tick-ic.png) no-repeat 4px 4px;
        }

        .checkbox-inline input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox-inline input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }
/*.checkbox.checkbox-circle label::before {
    border-radius: 50%; }*/
.checkbox.checkbox-inline {
    margin-top: 0;
}



.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-dv, .radio-dv {
    margin-top: 1.10rem;
}

.g-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/*.hide{
    display:none !important;
}
.show{
    display:block !important;
}*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.ml5 {
    margin-left: 5px;
}

.kt-slider__label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #313752;
}

.kt-subheader--solid .kt_subheader2 {
    border-bottom: 1px solid #ebedf2;
    margin: 0 0px 25px 0;
    padding: 0;
}

.g-font-caps {
    font-weight: 500 !important;
    text-transform: uppercase;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    font-size: 1.4rem;
}

.kt-subheader--solid .kt_subheader3 {
    border-bottom: 1px solid #ebedf2;
    margin: -25px -25px 35px -25px;
    padding: 0 25px;
}

.table td {
    background: #fff;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e5ec;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #9aabff;
}

/*.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    padding: 0.45rem 1rem;
}*/

.kt-portlet .kt-portlet__foot {
    padding-left: 10px;
}

.ui-sortable tr {
    cursor: move;
}

.table .ui-sortable tr:hover td {
    background: #ddd !important;
}

.table tr.thead-sticky th {
    position: sticky;
    top: 74px;
    z-index: 96;
    overflow-x: inherit;
}

.thead-sticky tr td:nth-child(1) {
    position: sticky;
    left: 300px;
    z-index: 95;
}

@media (max-width: 940px) {
    #github img {
        width: 90px;
        height: 90px;
    }
}


@media (max-width: 1024px) {
    .kt-subheader--solid .kt_subheader1 {
        border-bottom: 1px solid #ebedf2;
        margin: -15px -15px 25px;
        padding: 0 20px;
    }

    .brand-logo-m {
        margin-top: 7px;
        margin-left: 8px;
    }
}

@media (max-width: 700px) {
    .hide-700 {
        display: none !important;
    }

    .show-700 {
        display: block !important;
    }

    .note-editable {
        height: inherit;
    }
    /*.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar{
    min-width:100px;
}*/
    .kt-wizard-v2 .kt-form {
        padding: 0 !important;
    }

    .pdf-h {
        width: 100%;
        height: 800px;
    }

    .btn-g-w {
        width: 50px;
    }
}


.kt-offcanvas-panel-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

.kt-header__topbar-icon a span.sr-only {
    color: #fff;
}

.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__name {
    color: #313752;
}
/*.kt-badge.kt-badge--brand{
    background:#6e7899;
}*/

.kt-aside .kt-aside__footer {
    background-color: #fff !important;
}
/*button i{
    color:#5867dd;
}*/
.btn.btn-label-brand:hover i {
    color: #fff;
}


.form-group label, span.col-form-label {
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}

.req-ic {
    color: #f70000;
    font-weight: bold;
    font-size: 1.5rem;
}

.req-ic-top {
    color: #f70000;
    font-weight: bold;
    font-size: 1.5rem;
}
.form-control, .custom-file-label, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #5b9bd5;
}
    .form-control:focus {
        border: 1px solid #2065a3;
    }
.form-control::placeholder {
    /*color: #b1b1b1;*/
    color: #D0D0D0;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #b1b1b1;*/
    color: #D0D0D0;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #b1b1b1;*/
    color: #D0D0D0;
}
.select2-container--default .select2-selection--single {
    padding: 0.60rem 3rem 0.60rem .1rem;    
}
.select2-container--below .select2-selection--single, .select2-container--above .select2-selection--single {
    padding: 0.20rem 3rem 0.20rem .1rem;
}
 .select2-container--default .select2-selection--multiple{
    padding:0;
    }
    .table thead th {
        border-bottom: 0px;
    }

/*tr.thead-light th {
  position: sticky;
  top: 75px;   
}*/
/*.table-responsive{    
    overflow-x:inherit;
}*/
.tab-content .kt-portlet .tab-kt-portlet__body {
    padding: 0 !important;
}

.tab-content .tab-list-remove {
    padding: 0 !important;
}

.swal2-popup .swal2-icon {
    margin: inherit !important;
    margin-top: 2rem !important;
}

.ck.ck-editor {
    z-index: 0;
}

.nav-pills.nav-tabs-btn .nav-item .nav-link {
    padding: 0.85rem 0.6rem;
}

.table td.space-remove {
    padding-left: 5px;
    padding-right: 5px;
}

.lbl-text {
    font-weight: normal !important;
    font-size: 11px;
    /*text-transform: uppercase;*/
    text-align: right !important;
    margin-top: 2px;
}

.lbl-bold {
    font-weight: 400;
}

.kt-offcanvas-panel__body a:not([href]) {
    color: #fff !important;
    text-decoration: none;
}

.table a:not([href]) {
    color: #313752 !important;
    text-decoration: none;
}

.table-dropdownmenu {
    min-height: 290px;
}

.kt-back-link {
    margin-left: 5px;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.arr-btn {
    border: 0;
    background: none;
    box-shadow: none;
    outline: none !important;
    padding: 0.5rem 1rem;
    color: #333;
    font-weight: 500;
    font-size: 0.9rem;
    background-color: #f2f3f7;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
}
/*.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #344dcb;
}*/
.goog-te-combo {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.kt-font-bold ul {
    margin: 0px !important;
    padding: 0px 0px 0px 20px !important;
}

.text-upper {
    text-transform: uppercase;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #313752;
}

.badge-success, .kt-bg-success, .bg-success {
    background-color: #026e63 !important;
}

.badge-danger, .kt-bg-danger, .bg-danger {
    background-color: #d9064c !important;
}
/*.badge-warning, .kt-bg-warning, .bg-warning {    
    background-color: #B58B00 !important;
}*/


.kt-portlet .kt-portlet__head1 {
    padding: 0 15px;
    min-height: 50px;
    position: sticky;
    top: 75px;
    z-index: 45;
}

.alert .alert-icon1 i {
    font-size: 1.4rem !important;
}

.alert1 {
    margin: 0;
    padding: .4rem 2rem;
}



@media (max-width: 575px) {
    .lbl-text {
        text-align: left !important;
    }
}
/*@media (max-width: 1024px) {
    .kt-form.kt-form--label-right .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option), span.col-form-label {
        text-align: left;
    }
}*/
.col-form-label {
    line-height: 1.3;
}

.auth-brand img, .kt-header-mobile__logo img {
    max-height: 140px;
}

.kt-aside__brand .kt-aside__brand-logo img {
    max-height: 80px;
    margin-top:13px;
}

@media (min-width: 1025px) {
    .tab-content .kt-container {
        padding: 0 0px !important;
    }

}

@media (max-width: 1024px) {
    .auth-brand img, .kt-header-mobile__logo img {
        max-height: 60px;
    }
}
.sessionTimeout {
    z-index: 1000 !important;
}

@media (min-width: 1400px) {
    .kt-wizard-v2 .kt-wizard-v2__aside {
        border-right: 1px solid #eeeef4;
        padding: 1.5rem;
    }
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    /*.kt-wizard-v2 .kt-wizard-v2__nav {
    padding: 4rem 1rem;
}*/

    .kt-wizard-v2 .kt-wizard-v2__nav .kt-wizard-v2__nav-items .kt-wizard-v2__nav-item span {
        min-width: 2.7rem !important;
    }

    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0;
    }

    .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.kt-portlet .kt-portlet__head-sticky1 {
    padding: 0 15px;
    min-height: 50px;
    position: sticky;
    top: 100px;
    z-index: 45;
}

.datepicker {
    z-index: 97 !important;
}

.input-disable {
    background: #f7f8fa !important;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .paging_simple_numbers, .dataTables_paginate {
    display: none;
}

.kt-pagination .kt-pagination__links li.page:hover, .kt-pagination .kt-pagination__links li span {
    background: inherit !important;
}

.savedspend {
    color: #F58025;
}

.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler {
    left: 20px;
}

.int-logo img {
    max-height: 80px;
    margin-top:13px;
}

.accordion .card .card-header .card-title.collapsed > i {
    color: #595d6e;
}

ul.dash-list {
    margin: 0 0 0 40px;
    padding: 0;
}

    ul.dash-list li {
        margin: 0;
        padding: 5px 0;
    }

.bg-white-color {
    background: #fff;
    padding: 20px;
}

.is-invalid .checkbox-inline label::before, .is-invalid .radio-inline label::before {
    border: 1px solid #fd397a !important;
}


.jstree-default > .jstree-wholerow-ul .jstree-clicked {
    color: #fff;
}


.jstree-default .jstree-wholerow-clicked {
    background: linear-gradient(to bottom, #5867dd 0%, #5867dd 100%);
    color: #fff;
}

    .jstree-default .jstree-wholerow-clicked:hover {
        background: linear-gradient(to bottom, #384ad4 0%, #384ad4 100%);
    }

.signature-pad--footer .description {
    color: #515a7d;
}

.brand-logo-m .sr-only, #pass-header .sr-only {
    display: none;
}

.kt-scrolltop {
    right: 1px;
}

.progress {
    height: 2rem !important;
}

.progress-bar {
    font-weight: 600;
}
/*progress bar starts*/
ul.progress-status {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    margin: 5px 0 10px 0;
    padding: 0;
    float: left;
}

    ul.progress-status li {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 11px;
        line-height: 30px;
        color: white;
        padding: 0 10px 0 27px;
        background: #666;
        background: linear-gradient(#666, #333);
        position: relative;
        margin-bottom: 4px;
    }

        ul.progress-status li:first-child {
            padding-left: 13px;
            border-radius: 5px 0 0 5px;
        }

            ul.progress-status li:first-child:before {
                left: 14px;
            }

        ul.progress-status li:last-child {
            border-radius: 0 5px 5px 0;
            padding-right: 20px;
        }

        ul.progress-status li.active {
            background: #333;
            background: linear-gradient(#333, #000);
        }

            ul.progress-status li.active:after {
                background: #333;
                background: linear-gradient(135deg, #333, #000);
            }

        ul.progress-status li:after {
            content: '';
            position: absolute;
            top: 0px;
            right: -17px;
            width: 36px;
            height: 29px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background: #666;
            background: linear-gradient(135deg, #666, #333);
            box-shadow: 2px -2px 0 2px rgba(255, 255, 255, 255), 3px -3px 0 2px rgba(255, 255, 255, 255);
            border-radius: 0 5px 0 50px;
        }

        ul.progress-status li:last-child:after {
            content: none;
        }

        ul.progress-status li.green {
            background: #5eb95e;
        }

            ul.progress-status li.green:after {
                background: #5eb95e;
                background: linear-gradient(135deg, #5eb95e, #5eb95e);
            }

        ul.progress-status li.blue {
            background: #0070cc;
        }

            ul.progress-status li.blue:after {
                background: #0070cc;
                background: linear-gradient(135deg, #0070cc, #0070cc);
            }

        ul.progress-status li.yellow {
            background: #f29f29;
        }

            ul.progress-status li.yellow:after {
                background: #f29f29;
                background: linear-gradient(135deg, #f29f29, #f29f29);
            }

        ul.progress-status li.gray {
            background: #888;
        }

            ul.progress-status li.gray:after {
                background: #888;
                background: linear-gradient(135deg, #888, #888);
            }

.legend-indi {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.label-gray1 {
    background: #b0b0b0 none repeat scroll 0 0;
}

.label-primary1 {
    background-color: #428bca;
}

.label-success1 {
    background-color: #5cb85c;
}
/*progress bar ends*/
.kt-pagination .kt-pagination__toolbar .form-control{
width:62% !important;
}
.kt-portlet .kt-portlet__head2 {
    padding: 0 15px;
    min-height: 50px;
    position: sticky;
    top: 75px;
    z-index: 45;
    background: #094fdd;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title1 {
    color: #fff;
}
.radio-inline label, .checkbox-inline label {
    color: #515a7d;
    font-weight: 700;
}
.table td .badge {
    width: 130px;
    text-wrap: wrap;
}
.badge-secondary:hover {
    background-color: #e1e1ef;
}
.cke_notification.cke_notification_warning {
    display: none;
}
.table td .badge {
    width: 130px;    
}
.table td .badge {   
    line-height: 17px;    
}
.badge, .table td .badge {
    text-wrap: wrap;   
    font-weight: 600;
    font-size: 13px;
}
.badge-info, .kt-bg-info, .bg-info {
    background-color: #5b9bd5 !important;
}
.tbl-height {
    position: relative !important;
}
.tbl-height .table thead {
    top: 0px;
    position: sticky;
}

.tbl-height {
    height: 80vh;
}
.user-name-width {
    width: 150px;
    word-wrap: break-word;
}
.dnnFormItem span.dnnFormMessage.dnnFormError{
color:#fff !important;
}