.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 25px 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: #5e17eb;
}
.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;
}

.dropdown-menu-right {
    max-height: 350px;
    overflow: auto;
}

.dropdown-menu-lg {
    max-width: 450px;
    min-width: 450px;
    padding: 0;
}

.btn-done{
    position: relative;
    top: 5px;
    right: 5px;
    display: block;
    float: right;
    padding: 0px 5px 0px 5px;
    background-color: darkgreen;
    color: white;
    border-radius: 5px;
}




.expand_button {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.fncybutton {
  width: 200px;
  height: 80px;

  cursor: pointer;
}

.line {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: rgb(0, 52, 131);
  transition: .5s;
  opacity: 0.6;
}

.v1 {
  left: 0;
  top: 40px;
  height: 70px;
  margin: -35px 0;
}
.v2 {
  left: 5px;
  top: 40px;
  height: 80px;
  margin: -40px 0;
}
.v3 {
  right: 5px;
  top: 40px;
  height: 80px;
  margin: -40px 0;
}
.v4 {
  right: 0;
  top: 40px;
  height: 70px;
  margin: -35px 0;
}

.h1 {
  left: 100px;
  top: 0;
  width: 190px;
  margin: 0 -95px;
}
.h2 {
  left: 100px;
  top: 5px;
  width: 200px;
  margin: 0 -100px;
}
.h3 {
  left: 100px;
  bottom: 5px;
  width: 200px;
  margin: 0 -100px;
}
.h4 {
  left: 100px;
  bottom: 0;
  width: 190px;
  margin: 0 -95px;
}


.buttontext {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  color: white;
  line-height: 60px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
  transition: .5s;
}

.fncybutton:hover .buttontext {
  background-color: rgb(0, 52, 131);
  color: #ffffff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.fncybutton:hover .v1, .fncybutton:hover .v4 {
  margin: 0;
  height: 0;
  opacity: 1;
}

.fncybutton:hover .v2, .fncybutton:hover .v3 {
  height: 70px;
  margin: -35px 0;
  opacity: 1;
}

.fncybutton:hover .h1, .fncybutton:hover .h4 {
  margin: 0;
  width: 0;
  opacity: 1;
}

.fncybutton:hover .h2, .fncybutton:hover .h3 {
  width: 190px;
  margin: 0 -95px;
  opacity: 1;
}

.sale_input{
    width:80px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

  .user-panel .image {
    display: block;
    padding: 0;
    width: 96px;
    margin: 0 auto;
    border-radius: 50%;
    height: 96px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .user-panel img {
    height: auto;
    width: 6rem;
    margin: 0 auto;
  }
  .user-panel .info {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .edit-profile {
    position: absolute;
    width: 96px;
    top: 64px;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    display: none;
  }
  .image:hover .edit-profile{
    display:block;
  }

  .preloader{
    background-color: #111111 !important;
  }

  .bcp_picked_leads {
    position: absolute;
    top: 0px;
    right: 0px;
    border: solid thin #fff;
    width: 80px;
    height: 30px;
    background-color: #f39c12;
    color: #000;
    font-weight: 700;
    border-radius: 15px 0 0 15px;
    box-shadow: rgb(56 56 56 / 44%) -10px 0px 10px;
  }
  .widget-user .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 150px;
    padding: 1rem;
    text-align: center;
  }

  .widget-user .widget-user-username {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}