.w-content{
	margin-left:16px;
}
.form-group.required .control-label:after {
	content:"*";
	color:red;
}

.form-field-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.custom-file img{
    width:100%;
    height: auto;
}
.custom-file p{
    width:100%;
    padding: 10px;
    text-align: center;
    font-weight: 700;

}

.file-input-container input {
    padding: 10px;
    margin:10px;
    border:solid thin #E0E0E0;
}

.file-input-container span {
    padding: 10px;
    margin:10px;
    color:#ff0000;
}

.doc-link {
    border: solid thin #e0e0e0;
    display: block;
    margin: 0px 10px 10px 10px;
    padding: 10px;
}
img.promo-image {
    width: 100%;
    margin: 0 auto;
}

img.promo-image-admin{
    width: 100%;
    margin: 0 auto;
}

.banner-user-name {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
	margin-left: 10px;
}

.banner-box{
    padding:0px;
    border:solid thin #838383;
    margin: 10px 0px 10px 35px;
}
.banner-img{
    margin: 0 0 90px 0;
}

.banner-user-number {
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
}

.banner-user-email {
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
}
.banner-user-image-container {
    text-align: right;
    margin: 10px;
}

.banner-info{
    text-align: center;
    bottom: 0px;
    position: absolute;
    display: block;
    width: 100%;
}
.timeline>div>.timeline-item>.timeline-header>a {
    padding-right: 10px;
}
.btn-olive{
    background-color: #3d9970;
}
.btn-indigo{
    background-color: #6610f2;
}
.btn-orange{
    background-color: #ff851b;
}
.btn-gray-dark{
    background-color: #343a40;
}
.btn-navy{
    background-color: #001f3f;
}

.card-olive{
    background-color: #3d9970;
    
}

.card-gray-dark{
    background-color: #343a40;
    color: #ffffff;
}

.card-navy{
    background-color: #001f3f;
    color: #ffffff;
}

.file-with-password {
    margin-top: 10px;
    background-color: #897e00;
}

.banner-box-login{
    background-color: #ffffff;
}

.login-banner {
    height: 100%;
    margin: 0 auto;
    display: block;
}
.login-box {
    margin: 50px auto;
}

.main-docs div {
    margin: 14px 0px;
}

.custom-file .edit-doc{
    position: absolute;
    top: 0px;
    right:0px;
    width:50px;
    display: none;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    padding: 12px;
    text-align: center;
}
.custom-file:hover .edit-doc{
    display: block;
    cursor: pointer;
}

a.footer-list {
    color: #ffffff;
}
a.footer-list:hover {
    color: #007bff!important;
}
ul.footer-ul {
    list-style-type: none;
    padding-left: 0px;
}

.select2-selection__choice{
    color:#000000 !important;
}

.dropdown-menu-right {
    max-height: 350px;
    overflow: auto;
}

.preloader{
    background-color: #111111 !important;
}

.rejected-block {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    background-color: rgb(7 7 7 / 75%);
}

.rejected-icon {
    width: 100%;
    color: #ff0000;
    font-size: xxx-large;
    /* text-align: center; */
}

.reject-comment {
    color: #ffffff;
}

.exist_data {
    display: none;
    position: absolute;
    right: 200px;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
    margin: auto auto;
}

.pin-box li {
    display: inline-block;
    padding: 5px 20px;
    border: solid thin #008b00;
    margin-right: 10px;
    font-size: 1.4em;
}