.dMemberPage{
    background-color:#fff;
    position:relative;
    width:100%;
}

.dMemberPage .box{padding:0;}


.panel-default{
    background-color:#fff;
}
.sub .list-group-item{
    padding-left:25px;
}

.help-inline{
     color: #b94a48;
     font-weight: 600;
}

.main-content{
   padding:20px;
}

.member-table table{
    font-size:13px;
}

.label-success {
    background-color: #a8bc7b;
}

.label-danger {
    background-color: #d9534f;
}

.propertyDescription{
    padding-top:20px;
}

.badge {
	position:relative;
	top:-1px;
	padding-top:5px;
    background-color: #3399F3;
}

.badge-green {
	background:#3cb521;
}

.fa-fw {
    width: 1.886em;
}

.modal45 .modal-dialog {
    width: 45%;
}

.modal50 .modal-dialog {
    width: 50%;
}

.modal60 .modal-dialog {
    width: 60%;
}

.modal70 .modal-dialog {
    width: 70%;
}

.modal80 .modal-dialog {
    width: 80%;
}

.modal90 .modal-dialog {
    width: 90%;
}

form label{
    font-weight:bold;
}

.btn:hover{
    color:#fff;
}

.propertyBox{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.23);
    float: left;
    margin-bottom: 14px;
    position: relative;
    width: 100%;
    padding:15px;
}

.table-clear {
    background-color: #fff !important;
    font-weight: bold;
}

.table-subheader {
    background-color: #a8bc7b !important;
    color: #fff;
    font-weight: bold;
}

.bg-primary {
    color:#707070;
}

.btn.btn-default{
  border-color: #ccc;
}

.input-group-btn .btn{
    height: 40px;
}

@media only screen and (max-width: 700px) {
    .modal .modal-dialog {
        width: 95% !important;
    }
}


.clear-dates a {
border-radius: 50em;
    background: #185ea2;
    color: #ffffff;
    padding: 0px 10px;
    font-weight: 500;
    float: left;
    position: relative;
    top: 4px;
}

.clear-dates a:hover {
    text-decoration: none;
    color: #fff;
    background: #1b6ec0;
}


.clear-dates {
    float: right;
}

form select {
    width: inherit;
    display: inline-block;
}

.property-box .box-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}