.sticky {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    padding-bottom: 20px;
}

.shadow {
    box-shadow: 0 8px 5px -3px #dbdbdb;
}

.d-inline-block{
    display: inline-block;
}

.bg-midgreen {
    background-color: #85bf55;
}

.bg-midgreen:hover {
    background-color: #75af88;
}

.modal-content h5 a {
    color: #1b2c56;
}

.bg-grey {
    background-color: #c3c3c3;
}
.bg-grey:hover {
    background-color: #a7a7a7;
}
  
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    color:#1f5481;
}

.text-white {
    color: #fff !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.modal-header .close {
  margin-top: -25px !important;
}

.company-delete-btn {
    background: #ff595e;
    color: #fff;
}

.company-delete-btn:hover {
    color: #fff !important;
}

.subcontractor-button-bottom {
    margin-bottom: 5px !important;
}

.well a.btn {
    margin-bottom: 10px;
}

.btn-secondarydark {
	background-color: #c170c3;
	color: #fff;
}

.btn-secondarydark:hover, .btn-secondarydark i:hover {
	color: #fff !important;
}

td.actions a, td.actions button{
	margin-top: 3px !important;
}