﻿html, 
body, 
.dx-viewport {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;    

    height: 100%;
    background-color: #f2f2f2;    
    background-image: url(./images/Light-Home-Page-Background.png)!important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    
    font-weight: 300!important;
    font-family: Segoe UI,Helvetica,Arial,sans-serif!important;
    line-height: 1.3636!important;
}

/*Desktop specific styles form calendar*/

/*.fc-event-inner {
    overflow: hidden;
    border: none;
    border-left: 5px solid transparent;
    border-top: 1px solid transparent;
}

.fc-event-vert .fc-event-time {
    font-size: 13px;
}*/