﻿
.e-schedule .template-wrap {
    display: flex;
    text-align: left;
}

.e-schedule .e-agenda-view .template-wrap {
    display: table;
    width: inherit;
    text-align: center;
    padding-top: 10px;
    
}

.e-schedule:not(.e-device) .e-agenda-view .e-content-wrap table td:first-child {
    width: 110px;
}

.e-schedule .template-wrap .EventPriority-image {
    width: 30px;
    margin-top: 15px;
    background-repeat: no-repeat;
}

.e-schedule.e-device .template-wrap .EventPriority-image {
    margin-top: 5px;
}

.e-schedule .e-agenda-view .template-wrap .EventPriority-image {
    height: 30px;
    margin-top: 0;
    margin-left: 35%;
}

.e-schedule .e-vertical-view .e-resource-cells {
    height: 76px;
}

.e-bigger .e-schedule .e-vertical-view .e-resource-cells {
    height: 80px;
}

.e-schedule .template-wrap .EventPriority-details {
    padding-left: 15px;
}

.e-schedule .e-agenda-view .template-wrap .EventPriority-details {
    padding: 0;
}

.e-schedule .template-wrap .EventPriority-details .EventPriority-name {
    font-size: 16px;
    font-weight: 500;
}

.e-schedule.e-device .template-wrap .EventPriority-details .EventPriority-name {
    font-size: inherit;
    font-weight: inherit;
}



.schedule-demo-heading {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 500;
}

@@media (max-width: 550px) {
    .schedule-demo-heading {
        font-size: 14px;
    }
}

 
