.sidebar ul li a.active {
background-color:#ffeacf;
text-decoration:underline;
color:#955500;
border-right:3px solid #eea039;
}

.fr {
float:right;
}

.no, .No, .red {
color:red;
}
.yes, .Yes, .green {
color:green;
}

.qtyInput {
width:175px;
}

.alertbox, .loadingicon {
display:none;
}

.glyphicon.spinning {
animation: spin 1s infinite linear;
-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

.hidden {
visibility:hidden;
}

.blueBtn {
background-color:#347bb7;
color:#ffffff;
}

.greenBtn {
background-color:#57b95e;
color:#ffffff;
}

.clickMe, .clickme, .rsearch, .hand {
cursor: pointer; 
cursor: hand;
}

.hideme {
display:none;
}

.clickMe:hover, .clickme:hover, .hand:hover {
color:#337bb6;
}

.propertyPhoto {
width:100%;
border:1px solid lightgray;
-moz-box-shadow: 3px 3px 3px #cfcfcf;
-webkit-box-shadow: 3px 3px 3px #cfcfcf;
box-shadow: 3px 3px 3px #cfcfcf;
}
.deletePhoto {
margin:4px;
}

.bolded {
font-weight:bold;
}

.btn-circle-small {
    width: 19px;
    height: 19px;
    padding: 3px 0;
    border-radius: 9px;
    text-align: center;
    font-size: 12px;
    line-height: .9;
}

.photoContent img {
max-width:568px;
}