﻿.Scheduler_Container
        {
            position: relative;
            float: left;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

.Scheduler_HeaderContainer
        {
            position: relative;
            float: left;
            width: 100%;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid RGB(192, 192, 192);
            display: block;
            background-color: transparent;
        }

.Scheduler_MonthYearOutput
        {
            position: relative;
            float: left;
            line-height: 32px;
            height: 32px;
            font-size: 20px;
            margin: auto;
            margin-left: 20px;
            margin-right: 20px;
        }

.Scheduler_btnDay32_24
        {
            width: 32px;
            height: 32px;
            background-position: center;
            background-image: url('/Images/24px/calendar_1.png');
            margin: 0;
            padding: 0;
            border:0;
            background-repeat: no-repeat;
            position: relative;
            float: right;
            background-color: transparent;
        }

.Scheduler_btnDay32_24:hover:enabled
        {
            border: solid 1px #d0d0d0;
            border-bottom: solid 2px #b2b1b1;
            border-right: solid 2px #b2b1b1;
        }

.Scheduler_btnDay32_24:active:enabled
        {
            border: solid 1px #d0d0d0;
            border-top: solid 2px #b2b1b1;
            border-left: solid 2px #b2b1b1;
        }

.Scheduler_btnDay32_24_Selected
        {
            border: solid 1px #d0d0d0;
            border-top: solid 2px #b2b1b1;
            border-left: solid 2px #b2b1b1;
        }

.Scheduler_btnWeek32_24
        {
            width: 32px;
            height: 32px;
            background-position: center;
            background-image: url('/Images/24px/calendar_7.png');
            margin: 0;
            padding: 0;
            border:0;
            background-repeat: no-repeat;
            position: relative;
            float: right;
            /*background-color: transparent;*/
        }

.Scheduler_btnWeek32_24:hover:enabled
        {
            border: solid 1px #d0d0d0;
            border-bottom: solid 2px #b2b1b1;
            border-right: solid 2px #b2b1b1;
        }

.Scheduler_btnWeek32_24:active:enabled
        {
            border: solid 1px #d0d0d0;
            border-top: solid 2px #b2b1b1;
            border-left: solid 2px #b2b1b1;
        }

.Scheduler_btnWeek32_24_Selected
        {
            border: solid 1px #d0d0d0;
            border-top: solid 2px #b2b1b1;
            border-left: solid 2px #b2b1b1;
        }

.Scheduler_btnMonth32_24
        {
            width: 32px;
            height: 32px;
            background-position: center;
            background-image: url('/Images/24px/calendar_31.png');
            margin: 0;
            padding: 0;
            border:0;
            background-repeat: no-repeat;
            position: relative;
            float: right;
            background-color: transparent;
        }

.Scheduler_btnMonth32_24:hover:enabled
        {
            border: solid 1px #d0d0d0;
            border-bottom: solid 2px #b2b1b1;
            border-right: solid 2px #b2b1b1;
        }

.Scheduler_btnMonth32_24:active:enabled
        {
            border: solid 1px #d0d0d0;
            border-top: solid 2px #b2b1b1;
            border-left: solid 2px #b2b1b1;
        }

.Scheduler_btnMonth32_24_Selected
        {
            border: solid 1px #d0d0d0;
            border-top: solid 2px #b2b1b1;
            border-left: solid 2px #b2b1b1;
        }

.Scheduler_media_stepback_24_32
        {
            position: relative;
            float: left;
            height: 32px;
            width: 32px;
            background-image: url('/Images/24px/media_step_back.png');
            background-repeat: no-repeat;
            background-position: center;
            margin: 0;
            background-color: transparent;
            border: 0;
        }

.Scheduler_media_stepback_24_32:hover:enabled
        {
            border: solid 1px #eeeeff;
            border-bottom: solid 2px #aaaaff;
            border-right: solid 2px #aaaaff;
        }

.Scheduler_media_stepback_24_32:active:enabled
        {
            border: solid 1px #eeeeff;
            border-top: solid 2px #aaaaff;
            border-left: solid 2px #aaaaff;
        }

.Scheduler_media_stepforward_24_32
        {
            position: relative;
            float: left;
            height: 32px;
            width: 32px;
            background-image: url('/Images/24px/media_step_forward.png');
            background-repeat: no-repeat;
            background-position: center;
            margin: 0;
            background-color: transparent;
            border: 0;
        }

.Scheduler_media_stepforward_24_32:hover:enabled
        {
            border: solid 1px #eeeeff;
            border-bottom: solid 2px #aaaaff;
            border-right: solid 2px #aaaaff;
        }

.Scheduler_media_stepforward_24_32:active:enabled
        {
            border: solid 1px #eeeeff;
            border-top: solid 2px #aaaaff;
            border-left: solid 2px #aaaaff;
        }

.Scheduler_media_rewind_24_32
        {
            position: relative;
            float: left;
            height: 32px;
            width: 32px;
            background-image: url('/Images/24px/media_rewind.png');
            background-repeat: no-repeat;
            background-position: center;
            margin: 0;
            background-color: transparent;
            border: 0;
        }

.Scheduler_media_rewind_24_32:hover:enabled
        {
            border: solid 1px #eeeeff;
            border-bottom: solid 2px #aaaaff;
            border-right: solid 2px #aaaaff;
        }

.Scheduler_media_rewind_24_32:active:enabled
        {
            border: solid 1px #eeeeff;
            border-top: solid 2px #aaaaff;
            border-left: solid 2px #aaaaff;
        }

.Scheduler_media_fastforward_24_32
        {
            position: relative;
            float: left;
            height: 32px;
            width: 32px;
            background-image: url('/Images/24px/media_fast_forward.png');
            background-repeat: no-repeat;
            background-position: center;
            margin: 0;
            background-color: transparent;
            border: 0;
        }

.Scheduler_media_stepforward_24_32:hover:enabled
        {
            border: solid 1px #eeeeff;
            border-bottom: solid 2px #aaaaff;
            border-right: solid 2px #aaaaff;
        }

.Scheduler_media_stepforward_24_32:active:enabled
        {
            border: solid 1px #eeeeff;
            border-top: solid 2px #aaaaff;
            border-left: solid 2px #aaaaff;
        }

.Scheduler_NavigationBlock
        {
            height: 32px;
            /*position: relative;*/
            display: inline-block;
            background-color: transparent;
            vertical-align: middle;
            text-align: center;
        }

.Scheduler_ButtonPeriodAlignment
        {
            position: absolute;
            right: 10px;
            bottom: 5px;
            width: 96px;
            height: 32px;
            background-color: transparent;
        }

.Scheduler_ColumnHeaderContainer
        {
            position: relative;
            float: left;
            width: 100%;
            height: 50px;
            border-bottom: 1px solid RGB(192, 192, 192);
            font-size: 14px;
        }

.Scheduler_ScrollArea
        {
            position: relative;
            float: left;
            width: 100%;
            height: calc(100% - 50px);
            overflow: auto;
            background-color: transparent;
        }

.Scheduler_ColumnHeaderOffset
        {
            position: relative;
            float: left;
            width: 50px;
            height: 50px;
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_ColumnHeader_Day
        {
            position: relative;
            float: left;
            width: calc(100% - 50px);
            color: RGB(192, 192, 192);
            height: 50px;
            line-height: 25px;
            vertical-align: middle;
            text-align: left;
            padding-left: 5px;
        }

.Scheduler_ColumnHeader_Day:not(:last-child)
        {
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_ColumnHeader_Week
        {
            position: relative;
            float: left;
            width: calc(((100% - 50px) / 7));
            color: RGB(192, 192, 192);
            height: 50px;
            line-height: 25px;
            vertical-align: middle;
        }

.Scheduler_ColumnHeader_Week:not(:last-child)
        {
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_ColumnHeader_Month
        {
            position: relative;
            float: left;
            width: calc(100% / 7);
            color: RGB(192, 192, 192);
            height: 50px;
            line-height: 25px;
            vertical-align: middle;
        }

.Scheduler_ColumnHeader_Month:not(:last-child)
        {
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_OutputContainer
        {
            position: relative;
            float: left;
            width: 100%;
            height: calc(100% - 50px);
        }

.Scheduler_LeftTimeOutput
        {
            position: relative;
            float: left;
            width: 50px;
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_HourOutput
        {
            position: relative;
            float: left;
            width: 100%;
            height: 50px;
            border-bottom: 1px solid RGB(192, 192, 192);
            text-align: left;
            color: RGB(192, 192, 192);
            padding-left: 5px;
            font-size: 15pt;
        }


.Scheduler_HalfHourbreak
        {
            position: absolute;
            width: 10px;
            right: 0;
            top: 25px;
            margin: 0;
            border-top: 1px solid RGB(192, 192, 192);
        }

.Scheduler_Week_DayOutputColumn
        {
            position: relative;
            float: left;
            width: calc(((100% - 50px) / 7));
        }

.Scheduler_Week_DayOutputColumn:not(:last-child)
        {
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_Month_DayContainer
        {
            position: relative;
            float: left;
            width: calc(((100% - 50px) / 7));
            height: 100%;
            border-right: 1px solid RGB(192, 192, 192);
            border-bottom: 1px solid RGB(192, 192, 192);
            overflow: hidden;
        }

.Scheduler_Month_DayContainer:not(:last-child)
        {
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_Day_DayOutputColumn
        {
            position: relative;
            float: left;
            width: calc(100% - 50px);
        }

.Scheduler_Day_DayOutputColumn:not(:last-child)
        {
            border-right: 1px solid RGB(192, 192, 192);
        }

.Scheduler_Appointment
        {
            border-right: 1px solid RGB(192, 192, 192);
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-left: 5px;
        }

.Scheduler_Appointment > span
        {
            height: 100%;
        }

.Scheduler_CalendarContainer
        {
            position: relative;
            float: left;
            width: 100%;
            height: calc(100% - 50px);
            background-color: transparent;
        }

.Scheduler_WeeknumberOutput
        {
            position: relative;
            float: left;
            width: 50px;
            height: 100%;
            border-bottom: 1px solid RGB(192, 192, 192);
            border-right: 1px solid RGB(192, 192, 192);
            text-align: left;
            color: RGB(192, 192, 192);
            padding-left: 5px;
            font-size: 15pt;
        }

.Scheduler_Month_OutputDay
        {
            color: RGB(192, 192, 192);
            font-size: 14px;
            height: 20px;
            width: 100%;
            text-align: left;
            padding-left: 5px;
        }

.Scheduler_MonthAppointment
        {
            position: relative;
            float: left;
            height: 25px;
            width: 100%;
            line-height: 25px;
            text-align: left;
            padding-left: 5px;
        }