body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.dx-datagrid-rowsview {
    user-select: none;
    -webkit-user-select: none;
}

div.img-avatar {
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    padding-top:100%;
    border-radius:50%;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.div-avatar {
    width: 100px;
}

.appointment-unavailable {
    background-color: gray;
}

.dx-scheduler-group-header-content {
    position: relative;
}

.scheduler-resource-picture {
    width: 80px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 80px;
}

.dx-scheduler-group-header {
    height: 80px;
}

.scheduler-resource-name h2 {
    text-align: left;
    padding: 0 0 5px 5px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}

.dx-scheduler-time-panel {
    margin-top: 0;
}

.dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell {
    padding-top: 0;
}

    .dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell .time {
        margin-top: 11px;
    }

.dx-scheduler-time-panel-cell {
    vertical-align: top;
}

.dx-scheduler-time-panel-cell .time {
    margin-top: 11px;
}

.dx-scheduler-time-panel-cell::after,
.dx-scheduler-time-panel tbody:after {
    content: none;
}

.control-label-devextreme {
    padding-top: 6px !important;
}

#silverlightControlHost
{
    width: 958px;
    height: 652px;
    overflow: hidden;
    border: 1px solid #868688;
    margin-top: 10px;
}

.dx-scheduler-appointment {
    min-width: 28px;
}
