.content-wrapper {
    background: url('../upload/images/bg.png') !important;
}
.img-thumbnail-custom{
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 3px solid #a71595;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle-custom{
    display: inline-block;
    max-width: 100%;
    height: 212px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 3px solid #a71595;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    z-index:9999!important;
}

div.box-purple {
    border-top-color: #605ca8;
}

/* #mosque-background {
    text-transform: uppercase;
} */

.float {
    position: fixed;
    /* width: 156px;
    height: 42px; */
    bottom: 40px;
    right: 25px;
    background-color: white;
    padding: 4px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000001;
    opacity: 0.5;
}

.float:hover {
    opacity: 1;
}

/* .float2 {
    position: fixed;
    width: 83px;
    height: 42px;
    bottom: 40px;
    right: 25px;
    background-color: white;
    padding: 4px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000001;
} */

/* .grid-view .table thead tr th {
    background-color: #066663 !important;
} */

.th-color {
    background-color: #605ca8;
    color: white;
}

.td-color {
    background-color: #605ca8ad;
    color: #fff;
}

/* .bg-image {
    color: #fff;
    background: url('../upload/images/bg-tb.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

.bg-purple {
    background-color: #605ca8;
    color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

ul.nav.nav-stacked:hover {
    /* background-color: #605ca8ad; */
    /* color: #fff !important; */
}