html{
    font-size: 14px;
}
body {
    font-family: "arial", "microsoft yahei", "幼圆", "宋体", sans-serif;
    font-size: 14px;
    color: #666;
}
@media (max-width: 1280px) {
    html{
        font-size: 12.5px;
    }
    body {
        font-size: 12.5px;
    }
}

hr.dashed{
    border-top-style: dashed;
}
.border-bottom-dashed{
    border-bottom: 1px dashed #dee2e6!important;
}

.tombstones {
    border-radius: 1rem;
    background: #e0e0e0;
    height: 1rem;
    margin-top: .75rem;
    width: 100%;
    display: block;
}
hr.hr-text {
    font-size: 12.5px;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em;
    background: #fff;
    line-height: 1.5;
}
hr.hr-text:before { 
    content : '';
    background: #dee2e6;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
hr.hr-text:after{
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 1.5rem;
    margin: 0 -.5rem;
    background-color: inherit;
}

nav.navbar .font-logo{
    font-size: 37px;
    line-height: 39px;
    color: #6b7682;
}
.navbar-dark .navbar-brand{
    color: #969fa5;
}
nav.navbar .navbar-date [class^="fa fa-digit"]{
    margin:0 -3px;
}
.navbar.navbar-dark,
.navbar.navbar-dark .nav-item .dropdown-menu{
    background: #1e1b29;
}
.navbar.navbar-dark .nav-item .nav-link,
.navbar.navbar-dark .nav-item .dropdown-item {
    color: rgba(255, 255, 255, .7);
}
.navbar.navbar-dark .nav-item .nav-link:hover,
.navbar.navbar-dark .nav-item.show,
.navbar.navbar-dark .nav-item.active .nav-link,
.navbar.navbar-dark .nav-item.active .nav-link:focus,
.navbar.navbar-dark .nav-item .dropdown-item:hover{
    background-color: rgba(255, 255, 255, .1);
    color: #eeeeee;
}


.navbar-info{
    position: relative;
    min-width: 18rem;
}
.navbar-info .project-date{
    font-size: 19px;
    padding: 6px 0;
    margin-right: 10px;
    color: #00c0ef;
}
.navbar-info .project-date i.fa{
    margin : 0 -3px;
}
.navbar-info  hr{
    margin: 0;
    border-color: #555;
}
.navbar-info .project-name{
    color: rgba(255, 255, 255, .7);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 5px;;
}

.navbar-info .suspend-toggle{
    -webkit-transition:max-height 0.75s;
       -moz-transition:max-height 0.75s;
         -o-transition:max-height 0.75s;
            transition:max-height 0.75s;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
    min-width : 16rem;
    left: 0;
}
.navbar-info .suspend-toggle > .list-group{
    border: 0;
}
.navbar-info .suspend-toggle > .list-group .list-group-item{
    background-color: #1e1b29;
    border-color: #555;
    color: #6fa1bb;
}

.navbar-info > div:hover ~ .suspend-toggle{
/*     border-top: 1px solid #555; */
    max-height: 500px;
}

.navbar.fixed-top.navbar-dark.bg-dark{
    background-color: #1e1b29 !important;
}
.navbar.fixed-top.navbar-dark.bg-dark .navbar-collapse{
    background-color: #1e1b29 !important;
    -ms-flex-item-align: center!important;
    align-self: stretch;
}

.navbar.fixed-top.navbar-dark.bg-dark .navbar-collapse > .navbar-nav{
    -ms-flex-item-align: center!important;
    align-self: stretch;
}


.navbar.fixed-top *:focus{
    outline: 0;
}

.navbar.fixed-top .navbar-nav > .nav-item.disabled{
    pointer-events: none;
}
.navbar.fixed-top .navbar-nav > .nav-item.disabled > .nav-link{
    color: rgba(255,255,255,.2);
    
}
.navbar.fixed-top .navbar-nav > .nav-item > .nav-link:hover,
.navbar.fixed-top .navbar-nav > .nav-item > .nav-link:focus{
    background-color: rgba(255, 255, 255, .1);
    color: white;
}
.navbar.fixed-top.navbar-dark .navbar-nav .active > .nav-link{
    background-color: rgba(255, 255, 255, .1);
}



.navbar.fixed-top  .dropdown-menu {
    background-color: #1e1b29;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-width: 320px;
    padding: 0;
}
.navbar.fixed-top  .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, .8);
    padding: 16px 55px 16px 35px;
}
.navbar.fixed-top  .dropdown-menu .dropdown-item.disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, .5);
}
.navbar.fixed-top  .dropdown-menu .dropdown-divider {
    margin: 0;
}
.navbar.fixed-top  .dropdown-menu .dropdown-item:not(.disabled):hover,
.navbar.fixed-top  .dropdown-menu .dropdown-item:not(.disabled):focus{
    background: rgb(60, 91, 121) !important;
    color: #fff;
}

.navbar.fixed-top,
.navbar.fixed-top   .navbar-fixed-top-secondary{
    min-height: 50px;
}
.navbar.fixed-top   .navbar-fixed-top-secondary{
    margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
    .navbar.fixed-top{
        height: 70px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar.fixed-top   .navbar-fixed-top-secondary{
        height: 70px;
    }
    
    .navbar.fixed-top.execute-top{
        height: 95px;
    }
    .navbar.fixed-top.execute-top   .navbar-fixed-top-secondary{
        height: 95px;
    }
}


.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link:hover,
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link:focus{
    background-color: rgba(255, 255, 255, .1);
    color: white;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item.flex-column > .nav-link{
    padding: 0;
    height: 100%;
    display: -ms-flexbox!important;
    display: flex!important;
    
    -ms-flex-align: center!important;
    align-items: center!important;
    
    -ms-flex-pack: center!important;
    justify-content: center!important;
}



.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .icon{
    float: left;
    font-size: 36px;
    line-height: 50px;
    color: #555;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .icon:after{
    content: '';
    clear: both;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item.active > .nav-link .icon{
    color: #fff;
}

.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block{
    text-align: center;
    margin:0 0 0 40px;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block:after{
    content: '';
    display: block;
    clear: both;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block .top{
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #555;
    padding-bottom: 3px;
    margin:0;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block .bottom{
    display: block;
    font-size: 16px;
    padding-top: 3px;
    margin:0;
    font-weight: 600;
}

.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block small{
    margin-left:2px;
    font-style:italic;
    color: #999;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block .badge small{
    color: #f8f9fa !important;
}

.navbar.fixed-top.execute-top .text-success{
    color: #2dcb73 !important
}
.navbar.fixed-top.execute-top .text-light{
    color: #f8f9fa !important
}


.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .progress{
    margin: 5px 0;
    height: 1px;
}


.dropdown-status{
    font-family: 'font-easymoo';
}
.dropdown-status .btn.dropdown-toggle{
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}
.dropdown-status-pause > .dropdown-toggle:before{
    content: "\e923  暂停";
    color: #00c0ef;
    margin-right: 5px;
}
.dropdown-status-pause .dropdown-item:nth-child(1):before{
    content: "\e947  运行";
}
.dropdown-status-pause .dropdown-item:nth-child(2):before{
    content: "\e8e9  结束";
}

.dropdown-status-resume > .dropdown-toggle:before{
    content: "\e947  运行中";
    color: #2dcb73;
    margin-right: 5px;
}
.dropdown-status-resume .dropdown-item:nth-child(1):before{
    content: "\e923  暂停";
}
.dropdown-status-resume .dropdown-item:nth-child(2):before{
    content: "\e8e9  结束";
}

.dropdown-status-stop{
    pointer-events: none;
}
.dropdown-status-stop > .dropdown-toggle:before{
    color: #6c757d;
    content: "\e948  已完成";
}
.dropdown-status-stop > .dropdown-toggle:after{
    border: none;
}


.label-status{
    font-family: 'font-easymoo';
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-bottom: 3px;
}
.label-status-suspend{
    color: #00c0ef !important;
}
.label-status-suspend:before{
    content: "\e923  暂停";
}
.label-status-complete{
    color: #6c757d!important;
}
.label-status-complete:before{
    content: "\e948  已完成";
}
.label-status-processing{
    color: #2dcb73 !important;
}
.label-status-processing:before{
    content: "\e947  运行中"
}
.label-status-bankruptcy{
    color: #ff604f !important;
}
.label-status-bankruptcy:before{
    content: "\e921  破产";
}


/* for select 2 bootstrp theme */
.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection{
    box-shadow: none;
}
.select2-container--bootstrap .select2-selection{
    border-radius: 0;
}
.select2-container--bootstrap .select2-results__group{
    font-size: inherit;
    background: #fafafa;
}
.select2-container--bootstrap .select2-results>.select2-results__options {
/*     max-height: 350px; */
}
.select2-container--bootstrap .select2-results__option .select2-results__option{
    padding-left : 3rem;
}
.select2-container--bootstrap .select2-selection--single{
    padding: .375rem .75rem;
    height: calc(2.25rem   2px);
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color: #0088cc;
}


.nav-tabs.nav-tabs-secondary .nav-item.show .nav-link,
.nav-tabs.nav-tabs-secondary .nav-link.active{
    border-color: #6c757d #6c757d #fff;
}
.nav-tabs.nav-tabs-secondary{
    border-bottom: 1px solid #6c757d;
}
input.form-control.form-control-line{
	border: 0;
    border-bottom: 1px solid #ced4da;
    padding: .2rem;
    height: auto;
}

.btn.btn-reload{
    outline: none;
    border: 0;
    box-shadow: none !important;
    padding: 0;
    line-height: 1;
    background: transparent;
    
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5;
}
.btn.btn-reload:before{
    content: '\e919';
    font-family:'font-easymoo';
    font-size: 15px;
    line-height: 1.5;
    color: #97a0b3;
}
.btn.btn-reload:hover,
.btn.btn-reload:hover{
    background:none !important;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
    
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
}


/* begin webkit scroll bar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:vertical:hover {
    background: rgba(0, 0, 0, 0.6)
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: rgba(0, 0, 0, 0.6)
}
input::-webkit-input-placeholder{
    color: #9e9e9e;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* end webkit scroll bar */


/*stack-menu*/
.stack-menu{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    
    display: block !important;
    background-color: #f9f7f6;
    
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.navbar.fixed-top.execute-top ~ .container-fluid .stack-menu{
    min-height: calc(100vh - 95px - 1px);
}
.stack-menu p{
    margin-bottom: 0;
}
.stack-menu .item-icon{
    margin-right: .5rem;
    text-align: center;
    color: #a7a7a7;
}
.stack-menu .item-content{
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    padding: 5px;
}
.stack-menu .item-content .item-title{
    font-size: 1.25rem;
    font-weight: 600;
}
.stack-menu .item-content .item-subtitle{
    font-size: .85rem;
    color: #aaaaaa;
    margin-top: 5px;
}
.stack-menu .menu-group{
    display: -ms-flexbox!important;
    display: flex!important;
    
    -ms-flex-align: center!important;
    align-items: center!important;
    
    background: #f1f1f1;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 20px;
    color: #616161;
}
.stack-menu .menu-group .item-content .item-title{
    font-size: 1.3rem;
}
.stack-menu .menu-item {
    display: -ms-flexbox!important;
    display: flex!important;
    
    -ms-flex-align: center!important;
    align-items: center!important;
    
    min-height: 66px;
    
    border-bottom: 1px solid #dddddd;
    color: #555555;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: background .5s linear;
         -o-transition: background .5s linear;
            transition: background .5s linear;
    
    min-height: 5.8rem;
}
.stack-menu .menu-item:hover {
    -webkit-animation: menu-item-hover .8s;	
       -moz-animation: menu-item-hover .8s;
         -o-animation: menu-item-hover .8s;
             animation: menu-item-hover .8s;
}
.stack-menu .menu-item .item-icon{
    width: 30px;
    font-size: 24px;
}
/* 用来占flex, 希望 item-content为固定宽度 */
.stack-menu .menu-item:after{
    content: '\20';
    margin-left: auto;
    display: block;
    font-size: 36px;
    min-width: 10px;
    text-align: right;
}
.stack-menu .menu-item.active:after{
    content: '\f078';
    font-family: 'font-easymoo';
    color: #0088cc;
    margin-left: auto;
    text-align: right;
    width: 1px;
}
@keyframes menu-item-hover{
    0%   {transform: translatex(0px)}
    70%  {transform: translatex(-4px)}
    100% {transform: translatex(0px)}
}
@-moz-keyframes menu-item-hover{ /* firefox */
    0%   {transform: translatex(0px)}
    70%  {transform: translatex(-4px)}
    100% {transform: translatex(0px)}
}
@-webkit-keyframes menu-item-hover{ /* safari 和 chrome */
    0%   {transform: translatex(0px)}
    70%  {transform: translatex(-4px)}
    100% {transform: translatex(0px)}
}
@-o-keyframes menu-item-hover{ /* opera */
    0%   {transform: translatex(0px)}
    70%  {transform: translatex(-4px)}
    100% {transform: translatex(0px)}
}
/*end stack menu*/


ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right{
    width: auto;
    max-width: 25%;
    top: 120px; 
    opacity: .75;
}
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right:hover{
    opacity: 1;
}
ul.messenger-theme-air .messenger-message .messenger-close{
    color: #fff;
}
/* support of stretched-link in message */
.messenger-close{
    z-index: 2;
}

ul.messenger-theme-air .messenger-message.message-chat{
    padding: 0;
}
ul.messenger-theme-air .messenger-message.message-chat .messenger-close{
    z-index: 2;
    padding: 5px;
}
ul.messenger-theme-air .messenger-message.message-chat .messenger-message-inner .card{
    border: 0;
}
ul.messenger-theme-air .messenger-message.message-chat .messenger-message-inner:before{
    content: none;
}
ul.messenger-theme-air .messenger-message.message-chat .messenger-message-inner .card-header{
    padding: .5rem 2rem .5rem .75rem;
}
ul.messenger-theme-air .messenger-message.message-chat .messenger-message-inner .card-body{
    padding: .75rem;
}
/* 只兼容webkit内核 超过两行显示省略号*/
ul.messenger-theme-air .messenger-message.message-chat .messenger-message-inner .card-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@keyframes decrease-100{
    to {width : 0%;}
}
    
/* input-with-unit-xlg */
.input-group.input-with-unit-xlg input{
    font-size: 36px;
    font-weight: bold;
    height: auto;
    border-right: none;
    outline: none;
    line-height: 1em;
}
.input-group.input-with-unit-xlg input:focus{
    box-shadow: none;
}
.input-group.input-with-unit-xlg input::-webkit-input-placeholder {
    font-size: 32px;
    font-weight: normal;
    color: #9e9e9e;
}
.input-group.input-with-unit-xlg input   .input-group-append .input-group-text{
    font-size: 18px;
    background-color: transparent;
    
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.jumbotron.jumbotron-nodata{
    color: #6c757d;
    font-size: 1.75rem;
    margin-bottom: 0;
    font-style: italic;
    font-family: alial;
    border: 1px dashed #bdbdbd;
}

/* customsize */
.jumbotron-tip{
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-align: center;
    align-items: center;
    
    -ms-flex-pack: center;
    justify-content: center;
    
    background-color: #e9ecef;
    min-height: 20rem;
}
.jumbotron-tip:after{
    content:'';
    min-height:inherit;
    font-size:0;
}/* ie flex min-height support */

.jumbotron-tip > h1{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: .1ch;
}
.jumbotron{
    color: #9e9e9e;	
}
/* 视觉增强 */
.btn.btn-light,
.badge.badge-light{
    border: 1px solid #dee2e6;
}
form.label-right label.col-form-label{
	text-align: right;
    padding-right: 0;
}

.text-indent-2{
    text-indent: 2em;
}

a.plain-link,
a.plain-link:hover{
    text-decoration: none;
    color: inherit;
}

.table-bordered thead td, .table-bordered thead th{
    border-bottom-width: 1px;
}
.table .thead-light th {
    color: #495057;
    background-color: #fafafa;
    border-color: #dee2e6;
}
.table thead th,
.table thead td,
.table tbody th,
.table tbody td{
    vertical-align: middle;
}

caption{
    caption-side: top;
}
.width-2{
    width: 2em;
}
.width-3{
    width: 3em;
}
.width-4{
    width: 5em;
}
.width-5{
    width: 5em;
}
.width-6{
    width: 6em;
}
.width-7{
    width: 7em;
}
.width-8{
    width: 8em;
}
.width-9{
    width: 9em;
}
.width-10{
    width: 10em;
}

.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}

.line-height-1{
    line-height: 1 !important;
}
/* customsize */



/* custom plugin support */
button[form-query-button]:before{
    content: "\e867";
    font-family: 'font-easymoo' !important;
    margin-right : 5px;
}
.custom-control.custom-control-label-empty{
	padding-left: 2.5rem;
}

.is-valid~i.invalid-feedback{
    color: #28a745;
}

.suggest-dropdown{
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0 2px rgba(80, 168, 208, 0.7);
}
.suggest-pagination{
    background: #f7f7f9;
    color : #9e9e9e;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.suggest-dropdown .suggest-pagination> p{
    margin: 0;
}
/* custom plugin support end */

@media (min-width: 1200px) {
  .modal-1280 {
    max-width: 1280px;
  }
  .modal-fullwidth{
    max-width: 98%;
  }
}


#form-contract section{
    margin-bottom: 1rem;
}
#form-contract h5{
    margin-bottom: .5rem;
    color: #343a40;
}
#form-contract ul.contract-list{
    padding-left: 0;
    list-style: none;
}
#form-contract ul.contract-list li > ul.contract-list{
    margin-top: .5rem;
}
#form-contract ul.contract-list li{
    position: relative;
    padding: 0 0 .5rem 2.5rem;
}
#form-contract ul.contract-list li:before{
    content: attr(data-order);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2rem;
}


.unread-msg-count{
    background: #dc3545;
    padding: .15rem .5rem;
    margin-left: .5rem;
    font-size: 12px;
}
.unread-msg-count:before{
    content: attr(data-count);
}
.unread-msg-count[data-count="0"]{
    display: none;
}


/* revision */
.content-select {
    border: none;
    border: 1px dashed;
    padding: 0 .5rem;
    outline: none;
    height: auto;
    max-width: 6rem;
    text-align: right;
    display: inline-block;
}
.content-select.form-control.is-invalid ~.invalid-feedback {
    display: inline-block;
}
.validator-wrapper {
    -ms-flex-align: center;
    align-items: center;
}
.validator-wrapper .form-control.is-invalid,
.validator-wrapper .form-control.is-valid{
    padding-right: 0.5rem;
    background-image: none;
}
.revision-item {
    background: yellow;
}
.revision-mode-control,
.revision-mode .revision-mode-control-reverse {
    display: none;
}
.revision-mode .revision-mode-control {
    display: inherit;
}
.revision-tip {
	display: inline-block;
    cursor: help;
}
.revision-button {
    display: inline-block;
    min-width: 4rem;
    position: relative;
}
.revision-button>a {
    font-size: 80%;
    display: block;
    padding: 1px;
    z-index: 2;
    pointer-events: auto !important;
}
.revision-button span {
    opacity: 0;
    width: 100%;
    font-size: 80%;
    display: block;
    text-align: center;
    padding: 5px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.revision-button span a {
    color: inherit;
    text-decoration: none;
}
.revision-button .up {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.revision-button .down {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.revision-button:hover .up {
    opacity: 1;
    transform: translatey(-100%);
}
.revision-button:hover .down {
    opacity: 1;
    transform: translatey(100%);
}


td.editor{
    background: #fff3cd;
}
td.editor input.form-control{
    background: #fff3cd;
}

/** override bs4 **/
.form-control.is-valid, .was-validated .form-control:valid{
    background-image: none;
    padding-right: 0.75rem;
}
.form-control.is-valid.form-control-lg, 
.was-validated .form-control.form-control-lg:valid{
    padding-right: 1rem;
}
