﻿.RadScheduler div.rsApt a.rsAptDelete
{
    background-image: url('Images/delete16.png');
    background-position: 0;
    right: 4px;
    top: 4px;
    width: 16px;
    z-index: 52;
}

.RadScheduler .rsCustomAppointmentContainerInner
{
    display: block;
    padding: 5px 0 0 5px;
}

.RadScheduler .rsCustomAppointmentContainerInner *
{
    position: relative;
    z-index: 2;
}
.RadScheduler_Bootstrap .rsNonWorkHour, .RadScheduler_Bootstrap .rsSunCol, .RadScheduler_Bootstrap .rsSatCol {
    /*background:none !important;*/
}
.RadScheduler_Bootstrap .rsContentTable td.rsSelectedSlot {
    /*background: none repeat scroll 0 0 #FFDA96 !important;*/
    border-color: #EFCA86;
}
.rsCustomAppointmentContainer
{
    width: 100% !important;
    height: 100% !important;
    background-color: #BFD3EB;
}

.rsCustomAppointmentContainer div
{
    position: absolute;
    width: 187px;
    height: 100%;
    border-top: 1px solid transparent;
    top: 1px;
    right: -2px;
    z-index: 1;
}

.rsTemplateWrapper .rsCustomAppointmentContainer div
{
    top: -1px;
    right: 0;
}

.rsDayView .rsCustomAppointmentContainer h2
{
    position: relative;
    z-index: 50;
    font: bold 15px Arial, sans-serif;
    padding: 15px;
}


#InlineInsertTemplate textarea, #InlineEditTemplate textarea
{
    border: 1px solid #AFB4C5;
    font: 11px Arial, sans-serif;
    line-height: 20px;
    float: left;
}

#InlineInsertTemplate img, #InlineEditTemplate img
{
    padding: 0 0 0 6px;
    width: 22px;
    height: 22px;
}

.rsWeekView .rsCustomAppointmentContainer h2, .rsMonthView .rsCustomAppointmentContainer h2
{
    margin: 2px;
    padding: 0;
    font: normal 11px Arial, sans-serif;
}

.RadScheduler div.rsAptContent
{
    overflow: hidden !important;
}

.rsAptContent .technical h2
{
    color: #486309;
}

.rsDayView .rsAptContent .technical div, .rsDayView .rsAptEditFormWrapper .technical div
{
    background: url('Images/technical.png') no-repeat top right;
}

.rsAptType_technical
{
    background: #D0ECBB;
}

.rsAptContent .code_review h2
{
    color: #375970;
}

.rsDayView .rsAptContent .code_review div, .rsDayView .rsAptEditFormWrapper .code_review div
{
    background: url('Images/code_review.png') no-repeat top right;
}

.rsAptContent .specification_review h2
{
    color: #744b24;
}

.rsDayView .rsAptContent .specification_review div, .rsDayView .rsAptEditFormWrapper .specification_review div
{
    background: url('Images/specification_review.png') no-repeat top right;
}

.rsAptType_specification_review
{
    background: #EDD5B7;
}


.AppointmentTypeSelector
{
    width: 22px;
    height: 14px;
    border: 1px solid #fff;
    display: block;
    float: left;
}

.AppointmentTypeSelectorTable
{
    width: 160px;
    height: 22px;
}

.AppointmentTypeSelectorTable td
{
    border: 0 !important;
}

.rsCustomAppointmentContainerInner .AppointmentTypeSelectorTable, .rsAdvancedEditLink
{
    float: left;
}

* + html .rsCustomAppointmentContainerInner .AppointmentTypeSelectorTable, * + html .rsAdvancedEditLink
{
    float: none;
    display: inline;
}

* html .rsCustomAppointmentContainerInner .AppointmentTypeSelectorTable, * html .rsAdvancedEditLink
{
    overflow: hidden;
    float: none;
    display: inline;
}

.RadScheduler a.rsAdvancedEditLink
{
    color: #333;
    padding: 3px;
    vertical-align: top;
    display: inline-block;
}

.AppointmentTypeSelectorTable input, .AppointmentTypeSelectorTable label
{
    float: left;
    clear: none;
}

.AppointmentTypeSelectorTable input
{
    margin: 2px;
    height: 13px;
}

.RadScheduler .inline-label
{
    float: left;
    clear: left;
    width: 90px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 3px 2px 8px;
}


.rsCustomAppointmentContainer div
{
    width: 100% !important;
}
.rsCustomAppointmentContainer td
{
    border: none !important;
}
.tootltip-type-switcher
{
    margin: 0 0 2em 0;
    padding: 0;
    width: 750px;
    list-style: none;
    min-height: 0;
    _zoom: 1;
}
.tootltip-type-switcher:after
{
    content: "";
    height: 0;
    clear: both;
    display: block;
}
.tootltip-type-switcher li
{
    margin: 0 10px;
    width: 355px;
    float: left;
    display: inline;
}
.tootltip-type-switcher small
{
    margin-top: 1.5em;
    font-size: .9em;
    line-height: 1.4;
    display: block;
}
.appointment-tooltip
{
    padding: 10px;
}
.appointment-tooltip p
{
    margin: 0 0 5px 0;
}
.tooltipSubject
{
    font-weight: bold;
    text-align: center;
}
.timeTableItem
{
    border-left:solid 10px #80B6E5 !important;
}
.timeTableAlternatingItem
{
    border-left:solid 10px #99EFFF !important;
}
.timeTableItemEmpty
{
    border-left:solid 10px #FFF !important;
}
.eventGroupByDay,.eventGroupByCourt,.courtUnavailabilityGroupByCourt,.courtAllocatedGroupByCourt
{
    font-size:9px !important;
}
.eventGroupByDay,.courtUnavailabilityGroupByCourt
{
    width:100% !important;
}
.courtAllocated
{
    width:10% !important;
}
.meetingPlayOnAllocatedCourt {
    width: 90% !important;
    left: 10% !important;
}
.timeslotUnavailability
{
    background-image:none !important;
    background-color:#D3D3D3 !important;
}
.timeslotCourtAllocated
{
    background-image: none !important;
    background-color: #C3D9F1 !important;
    color: #000;
    text-align: center;
    border-bottom: 1px dotted gray !important;
    
}
/*.rsContentTable td {
    border-bottom: 1px dotted gray !important;
}*/
/**************************************************
***************************************************/
.unavailability1GroupByDay,.unavailability2GroupByDay,.unavailability3GroupByDay,.unavailability4GroupByDay
{
    width:22% !important;
}
.unavailability1GroupByDay
{
    left:0% !important;
}
.unavailability2GroupByDay
{
    left:22% !important;
}
.unavailability3GroupByDay
{
    left:44% !important;
}
.unavailability4GroupByDay
{
    left:66% !important;
}

.RadScheduler .unavailability1 .rsAptContent, 
.RadScheduler .unavailability1 .rsAptIn, 
.RadScheduler .unavailability1 .rsAptMid {
    background-image:none;
    background-color: #ECBBBB;
}
.RadScheduler .unavailability2 .rsAptContent, 
.RadScheduler .unavailability2 .rsAptIn, 
.RadScheduler .unavailability2 .rsAptMid {
    background-image:none;
    background-color: #FA8072;
}
.RadScheduler .unavailability3 .rsAptContent, 
.RadScheduler .unavailability3 .rsAptIn, 
.RadScheduler .unavailability3 .rsAptMid {
    background-image:none;
    background-color: #CF5300;
}
.RadScheduler .unavailability4 .rsAptContent, 
.RadScheduler .unavailability4 .rsAptIn, 
.RadScheduler .unavailability4 .rsAptMid {
    background-image:none;
    background-color: #DA8248;
}
.RadScheduler .courtUnavailability .rsAptContent, 
.RadScheduler .courtUnavailability .rsAptIn, 
.RadScheduler .courtUnavailability .rsAptMid {
    background-image:none;
    background-color: #000;
    color:#FFF;
}
.RadScheduler .courtAllocated .rsAptContent, 
.RadScheduler .courtAllocated .rsAptIn, 
.RadScheduler .courtAllocated .rsAptMid {
    background-image:none;
    background-color: #C3D9F1;
    color:#000;
}

.RadScheduler .meetingUnavailability .rsAptContent, 
.RadScheduler .meetingUnavailability .rsAptIn, 
.RadScheduler .meetingUnavailability .rsAptMid {
    background-image:none;
    background-color: #FFFF00;
}
/*div.rsAptContent div.eventDescription {
    text-align: center;
    font-style: normal !important;
}*/

.RadScheduler .courtUnavailability .eventDescription,.RadScheduler .meetingUnavailability .eventDescription
{
    position:absolute;
    width:90%;
    top:50%;
    text-transform:uppercase;
    text-align:center;
}
.RadScheduler .courtAllocated .eventDescription
{
    position:absolute;
    width:100%;
    height: 100%;
    text-align:center;
    text-transform:uppercase;
    font-weight: bold;
    font-size: 12px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg)
}
.RadScheduler .gap_red .rsAptContent, 
.RadScheduler .gap_red .rsAptIn, 
.RadScheduler .gap_red .rsAptMid,
.gap_red {
    background-image:none;
    background-color: #FF0000 !important;
    color:#FFFFFF;
}
.RadScheduler .gap_orange .rsAptContent, 
.RadScheduler .gap_orange .rsAptIn, 
.RadScheduler .gap_orange .rsAptMid,
.gap_orange {
    background-image:none;
    background-color: #FF8C00 !important;
    color:#FFFFFF;
}

.RadScheduler .ongoging .rsAptContent, 
.RadScheduler .ongoging .rsAptIn, 
.RadScheduler .ongoging .rsAptMid,
.ongoging {
    background-image:none;
    background-color: #006400;
    color:#FFFFFF;
}
.RadScheduler .schedule .rsAptContent, 
.RadScheduler .schedule .rsAptIn, 
.RadScheduler .schedule .rsAptMid,
.schedule {
    background-image:none;
    background-color: #00008B;
    color:#FFFFFF;
}
.RadScheduler .finished .rsAptContent, 
.RadScheduler .finished .rsAptIn, 
.RadScheduler .finished .rsAptMid,
.finished {
    background-image:none;
    background-color: #9400D3;
    color:#FFFFFF;
}
.highlighted {
    border: 5px solid yellow;
}
/*******************************************************
These style sheet below do not work IE Compatible view


* html .RadScheduler .rsApt
{
    filter: none !important;
}
* html .rsDayView .rsAptContent .technical div, * html .rsDayView .rsAptEditFormWrapper .technical div
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src= 'Images/technical.png' , sizingMethod= 'crop' );
}
#qsfexAdvEditWrapper div.code_review * html .rsDayView .rsAptContent .code_review div, * html .rsDayView .rsAptEditFormWrapper .code_review div
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src= 'Images/code_review.png' , sizingMethod= 'crop' );
}

* html .rsDayView .rsAptContent .specification_review div, * html .rsDayView .rsAptEditFormWrapper .specification_review div
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src= 'Images/specification_review.png' , sizingMethod= 'crop' );
}
* html .rsDayView .rsAptContent .rsCustomAppointmentContainer div, * html .rsDayView .rsAptEditFormWrapper .rsCustomAppointmentContainer div
{
    border: 0;
    top: 2px;
    background: none;
    padding-top: 2px;
}

* html .rsDayView .rsAptEditFormWrapper .rsCustomAppointmentContainer div
{
    padding: 0;
    top: 0;
    height: 132%;
}
.qsfexAdvEditControlWrapper textarea
{
    border: 1px solid #777;
    font: 11px arial,sans-serif;
    margin: 5px 8px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

*******************************************************/