﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
   
}

body, table, th, td, ul, li, input, button, select
{
 
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-Serif"; 
  font-size:12px;
}

pageTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
 
   font-size: 24px;
  color: #555555;
}

.error {
    color:red;    
}

.error_show {
    display:inline-block;
    color:red;
}

.hide {
    display:none;
}

.show{display:inline-block;}





/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top:-20px;        /* new nav march 2017, then updated for scrolling header */
    padding-left: 15px;
    padding-right: 15px;   
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    padding:2px;
    margin:0;
}

select,
input[type="select"] {
 height:26px;
}


select.disabled{

     background-color:#ebebe4;
}



input[type="date"]
 {
  width:140px;
  padding:0px;
  margin:0;    
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/* Modal Popups */
modalTitle, .modalTitle 
{
    color:white;
    font-size:12pt;
    font-weight:bold;
    line-height:20px;
}

div.PanelModal
{
   background: #FFFFFF;
  -moz-box-shadow: 0 0 30px 10px #AAAAAA;
  -webkit-box-shadow: 0 0 30px 10px #AAAAAA;
  box-shadow: 0 0 30px 10px #AAAAAA;
  padding:16px 16px 16px 16px; 
  margin-left: auto;
  margin-right: auto; 
  margin-top: auto;
  margin-bottom: auto;
  padding:0;
}


    div.PanelModalBody td hr {
        margin-right:14px;
        margin-bottom:14px;        
    }

 div.PanelModalHeader
{    
   background: #EEEEEE;
   color:#888888;
   padding: 8px 8px 8px 8px;  
   text-align:center;
   cursor:move;
}

div.PanelModalHeader h3
{    
 font-size:18px;
margin:0;
padding:0;
}

div.PanelModalHeader hr
{    
margin-top:4px;
margin-bottom:6px;
padding:0;
}


div.PanelModalBody
{   
  background: #FFFFFF;  
  background-color:#ffffff;  
  padding-top:16px;
  padding-right:16px;
  padding-left:16px;
  padding-bottom:16px;
}

div.PanelModalBody hr
{    
margin-top:6px;
margin-bottom:6px;
padding:0;
}


div.PanelModalBodyCenter
{   
  background: #ffffff;
  padding-top:20px;
  padding-right:20px;
  padding-left:20px;
  padding-bottom:20px;
  text-align:center;
}


 .modalBackground {
    background-color:#efefef;    
     filter:alpha(opacityp);
    opacity:0.5;
}

    div.PanelModalBody label {
        text-align:right;
        float:left;
        width:120px;
        padding-right:6px;
        padding-top:4px;
        vertical-align:middle;
    }

    div.PanelModalBody p {
        clear:both;
        padding: 0px;
        margin: 2px;
        
    }

/* End Modal Popups */



.radioListHorizontal input[type="radio"] {
    margin-left:8px;
    margin-right:0px;
     padding-top:6px;      
    padding-bottom:6px;   
}
    

.radioListHorizontal label {
    
   font-weight:normal;
   padding-right:0px;
   padding-left:8px; 
   margin:0; 
}




/* notices and discussions */
div.discussionBanner {
    width:100%; padding:0; background-color:#693543; display:inline-block;
}

div.noticeBanner {
    width:100%; padding:0; background-color:#00746b; display:inline-block;
}

#PanelNotices {
    margin-bottom:20px;
}

#PanelNotices a.linkWhite {
  color:white; 
}

#PanelDiscussions {
  /*      color:white;  */
         background-color:#eeeeee;
        padding-left:0px;
        padding-right:0px;
        margin:0;
}

#PanelDiscussionHeader {        
  background-color:cornsilk;
}

#PanelDiscussions a.linkWhite {
    color:white;
}

#PanelDiscussionsContainer {
     
       
        border:1px solid #AAAAAA;    
         padding:0px 0px 0px 0px;    
}

div.discussionTitleRight {
    float:right;
    padding-right:20px;
}

#PanelDiscussionUsers
{
    background-color:cornsilk;
    color:#333333;
    padding:6px 6px 6px 6px; 
     border:1px solid #bbbbbb;   
}

#PanelDiscussions input[type=submit] {
    margin-top:10px;
    margin-left:10px;
    margin-bottom:20px;
}

div.disucssionTitle {
    background-color:#693543;
    color:white;
    padding:6px 6px 6px 6px;    
    width:100%;
    vertical-align:top;
    display:inline-block;    
}

div.noticeTitle {
    background-color:#00746b;
    color:white;
    padding:6px 6px 6px 6px;    
    width:100%;
    vertical-align:top;
    display:inline-block;    
}

div.disucssionBody {
    
    background-color:cornsilk;
    color: #555555;
    padding:10px 20px 0px 10px;
    overflow: auto;
}

div.disucssionThreadBody {
    background-color:white;
    color: #555555;
    padding-top:10px;
    padding-left:10px;
    
}

    div.disucssionThreadBody input[type=button] {
        margin-right:14px;
        margin-top:16px;
        margin-bottom:14px;
    }
       

    div.disucssionThreadBody a:link {
        color:blue;
    }

    div.disucssionThreadBody a:hover {
        color:blue;
        text-decoration:underline;
    }

    div.disucssionThreadBody a:visited {
        color:blue;
       
    }
          

/* Users */
span.CheckBoxList2Col {
     text-align:left;     
}

span.CheckBoxList2Col input[type=checkbox] {        
     margin-right:0px;
     margin-left:-144px;
     line-height:30px;     
}

span.CheckBoxList2Col label {
    
    margin-left:0px;
    margin-right:8px;    
    text-align:left;
    padding-top:1px;
    font-weight:normal;
}

div.ezaCardBack {
     -moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
    width:540px;
    height:344px;   
    padding: 6px 6px 6px 6px;
    background-image: url(../images/ezaBack.gif);
    border:1px solid black;
}

.ezaCard {    
    -moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
    width:540px;
    height:344px;   
    padding: 6px 6px 6px 6px;
    background-image: url(../images/ezaCardBack.gif);
    border:1px solid black;     
}

table.ezaTable {
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;  
    width:100%; 
    margin-bottom:2px;  
}

table.ezaTable td{
   
    vertical-align:top;
    text-align:left;
     background-color:white;
     border:1px solid #bbbbbb;
    padding-left:4px;
    padding-bottom:0;
       -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;  
}

table.ezaTable td.ezaCell{
   width:460px;
    vertical-align:top;
    text-align:left;
     background-color:white;
     border:1px solid #bbbbbb;
    padding-left:4px;
    padding-bottom:0;
       -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;  
}

table.ezaTable td.ezaCellRight{
   
    vertical-align:top;
    text-align:right;
     background-color:white;
     border:1px solid #bbbbbb;
    padding-left:4px;
    padding-bottom:0;
       -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;  
}

.CardLabel {
    font-size:10px;
    color:#000000;
    display: block;
}

.CardData {
    font-size:13px;
   display: block;
   font-weight:500;
}

.CardDataSmall {
    font-size:11px;
   display: block;
   font-weight:500;
}

.CardDataSm {
    font-size:14px;
    font-weight:bold;
    display:inline-block; 
}

.CardLabelInline {
    font-size:10px;
        display:inline-block;
        white-space:nowrap;
}

.CardDataLg {
    font-size:24px;
    font-weight:bold;
    color:#232323;
        display: block;
        padding-top:0px;
        margin-top:-20px;        
}

.CardDataMed {
    font-size:18px;
    font-weight:bold;
    color:#232323;
        display: block;
        padding-top:0px;
        margin-top:0px;        
}

.indent {
    padding-left:20px;
}



/* Checkbox = use class=cb*/
span.cb input[type=checkbox] 
{
    margin-right:10px;
}

span.cb label {
   font-weight:normal;
   vertical-align:bottom;
   line-height:14px;
   margin-right:20px;   
}


/* Event Calendar */


#PanelCalendarContainer {
    white-space:nowrap;    
    vertical-align:top;
    padding:0;
     height:600px;
}

#PanelAttendees {    
    border:1px solid #cdcdcd;
      vertical-align:top;
    
    width:200px;
    color:#89959e;
    background-color:#ffffff;
    white-space:nowrap;
    display:inline-block;
    margin-right:10px;
    margin-top:0px;
    top:0px;
    
}

div.arrowImage {
    float:right;
    vertical-align:top;
    display:inline-block;
}

div.attendeeTitle {
     vertical-align:top;
     background-color:#89959e;
    color:white;
    font-size:12px;
    font-weight:bold;
    border-bottom:1px solid #cdcdcd;
    padding-left:6px;
    padding-top:6px;
    height:32px;
   
}

div.attendeeHeading {
   
    background-color:white;
    color:#89959e;
    font-size:20px;
    font-weight:500;
    border-bottom:1px solid #cdcdcd;
    padding:6px 6px 6px 6px;
}

div.attendee {
    background-color:white;
    color:#89959e;
    font-size:12px;
    font-weight:bold;
    border-bottom:1px solid #aaaaaa;
    padding:6px 6px 6px 6px;
}


#PanelCalendar {
    white-space:nowrap;
    display:inline-block;
      vertical-align:top;
    
}



/*********************************************************/
/* Telerik default skin for scheduler */
.RadScheduler_Default {
  color: #333333;
  font-size: 12px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadScheduler_Default .rsToolbar .rsPrimary {
    background-image: linear-gradient(#fafafa, #e6e6e6); }
  .RadScheduler_Default .rsToolbar .rsSecondary {
    background-color: #c1c1c1; }
  .RadScheduler_Default .rsSubHeader {
    border-top: 1px solid #828282;
    color: #444444;
    background-color: #d9d9d9; }
  .RadScheduler_Default .rsAgendaView .rsDateBox small {
    color: #999999; }
  .RadScheduler_Default .rsAgendaTable th, .RadScheduler_Default .rsAgendaTable td {
    border-bottom-color: #d2d2d2;
    border-right-color: #d2d2d2; }
  .RadScheduler_Default .rsAgendaTable th {
    background-color: #f6f6f6; }
  .RadScheduler_Default .rsAgendaTable .rsAgendaRowHovered {
    border-color: #b0b0b0;
    color: #000000;
    background-color: #c5c5c5;
    background-image: linear-gradient(#e1e1e1, #c5c5c5); }
  .RadScheduler_Default .rsAgendaTable .rsAgendaRowSelected {
    border-color: #6c6c6c;
    color: #ffffff;
    background-color: #828282;
    background-image: linear-gradient(#969696, #828282); }

/* RadScheduler Default skin */
/* common */
.RadScheduler_Default, .RadScheduler_Default a, .RadScheduler_Default input, .RadScheduler_Default select, .RadScheduler_Default textarea {
  font: normal 12px/14px "Segoe UI", Arial, sans-serif; }

.RadScheduler_Default, .RadScheduler_Default a, .RadScheduler_Default input, .RadScheduler_Default select, .RadScheduler_Default textarea {
  color: #333; }

.RadScheduler_Default textarea {
  background: #fff; }

/* header */
/* header sprites */
.RadScheduler_Default .rsHeader, .RadScheduler_Default .rsHeader ul a:hover, .RadScheduler_Default .rsHeader ul a:hover span, .RadScheduler_Default .rsHeader .rsSelected, .RadScheduler_Default .rsHeader .rsSelected em, .RadScheduler_Default .rsHeader .rsDatePickerActivator, .RadScheduler_Default .rsHeader .rsPrevDay, .RadScheduler_Default .rsHeader .rsNextDay {
  background-image: url('Scheduler/rsSprites.png'); }

.RadScheduler_Default .rsHeader {
  border: 1px solid #929292; }

.RadScheduler_Default .rsHeader, .RadScheduler_Default .rsHeader a, .RadScheduler_Default .rsHeader ul span, .RadScheduler_Default .rsHeader ul em {
  color: #000; }

.RadScheduler_Default .rsHeader a {
  color: #333; }

.RadScheduler_Default .rsHeader .rsSelected em, .RadScheduler_Default .rsHeader ul a:hover span {
  color: #FFF; }

/* content */
.RadScheduler_Default .rsContent {
  background: #fff; }

/* <headers> */
.RadScheduler_Default .rsHorizontalHeaderTable {
  color: #333;
  background: #e4e4e4; }

.RadScheduler_Default .rsHorizontalHeaderWrapper {
  border-color: #d2d2d2;
  background: #eee; }

.RadScheduler_Default .rsSpacerCell, .RadScheduler_Default .rsAllDayHeader, .RadScheduler_Default .rsVerticalHeaderWrapper, .RadScheduler_Default .rsVerticalHeaderTable {
  background: #f1f1f1 url('Scheduler/rsVerticalHeaderBg.png') repeat-y; }

.RadScheduler_Default .rsVerticalHeaderTable th {
  border-color: #868686 #d2d2d2;
  color: #333; }

.RadScheduler_Default .rsHorizontalHeaderTable th {
  border-color: #d2d2d2;
  background-color: #E4E4E4;
  background-image: url('Scheduler/rsSprites.png'); }

.RadScheduler_Default .rsVerticalHeaderTable th {
  border-color: transparent #d2d2d2; }

.RadScheduler_Default table.rsVerticalHeaderTable .rsAlt th {
  border-color: #d2d2d2 #d2d2d2; }

/* </headers> */
/* <all-day-row> */
.RadScheduler_Default .rsAllDayRow {
  background: #eee; }

.RadScheduler_Default .rsSpacerCell, .RadScheduler_Default .rsAllDayHeader, .RadScheduler_Default .rsVerticalHeaderTable .rsAllDayHeader {
  border-color: #d2d2d2 #d2d2d2; }

.RadScheduler_Default .rsAllDayRow td, .RadScheduler_Default .rsContentTable .rsAllDayRow td {
  border-color: #d2d2d2;
  border-style: solid; }

.RadScheduler_Default .rsVerticalHeaderTable .rsMainHeader th {
  border-bottom-color: #d2d2d2; }

.RadScheduler_Default .rsSpacerCell, .RadScheduler_Default .rsContent .rsAllDayHeader {
  border-bottom-color: #d2d2d2; }

/* </all-day-row> */
.RadScheduler_Default .rsContent, .RadScheduler_Default .rsTopWrap .rsFooter {
  border: 1px solid #929292;
  border-top: 0; }

.RadScheduler_Default .rsContentTable td {
  border-color: #e8eaec #e8eaec;
  border-bottom-style: dotted; }

.RadScheduler_Default .rsContentTable .rsAlt td {
  border-color: #c7cbd1 #e8eaec;
  border-bottom-style: solid; }

.RadScheduler_Default .rsMonthView .rsOtherMonth {
  background-color: #F9F9F9; }

/* <appointments> */
.RadScheduler_Default .rsApt .rsArrowTop, .RadScheduler_Default .rsApt .rsArrowBottom, .RadScheduler_Default .rsApt .rsArrowLeft, .RadScheduler_Default .rsApt .rsArrowRight, .RadScheduler_Default .rsApt .rsAptDelete, .RadScheduler_Default .rsApt .rsAptResize, .RadScheduler_Default .rsApt .rsAptReminder, .RadScheduler_Default .rsApt .rsAptRecurrence, .RadScheduler_Default .rsApt .rsAptRecurrenceException {
  background-color: transparent;
  background-image: url('Scheduler/rsSprites.png');
  background-repeat: no-repeat; }

.RadScheduler_Default .rsAptCreate, .RadScheduler_Default .rsMonthView .rsAptCreate {
  background-color: #c5c5c5;
  background-image: url('Scheduler/rsSprites.png');
  background-repeat: repeat-x; }

.RadScheduler_Default .rsAptCreateRow2, .RadScheduler_Default .rsMonthView .rsAptCreateRow2 {
  background-color: #c5c5c5;
  background-image: url('Scheduler/rsSprites.png');
  background-repeat: repeat-x; }

.RadScheduler_Default .rsNonWorkHour, .RadScheduler_Default .rsSunCol, .RadScheduler_Default .rsSatCol {
  background-color: #f9f9f9; }

.RadScheduler_Default .rsAptCreateRow3, .RadScheduler_Default .rsMonthView .rsAptCreateRow3, .RadScheduler_Default .rsAptCreateRow4, .RadScheduler_Default .rsMonthView .rsAptCreateRow4, .RadScheduler_Default .rsAptCreateRow5, .RadScheduler_Default .rsMonthView .rsAptCreateRow5 {
  background: #c5c5c5; }

.RadScheduler_Default .rsFullTime {
  color: #000; }

.RadScheduler_Default .rsSelectedSlot, .RadScheduler_Default .rsMonthView .rsSelectedSlot {
  background: #909090;
  border-color: #808080; }

.RadScheduler_Default .rsContentTable td.rsAptCreate.rsSelectedSlot {
  background: #808080;
  border-color: #707070; }

.RadScheduler_Default .rsContentTable td.rsSelectedSlot {
  background: #909090;
  border-color: #808080; }

/* <New appointment imageless rendering */
.RadScheduler_Default .rsAptIn, .RadScheduler_Default .rsAptMid, .RadScheduler_Default .rsAptContent {
  background-color: #efefef;
  border-color: #949494; }

.RadScheduler_Default .rsAptContent {
  background-color: #dbdbdb;
  background-image: url('Scheduler/rsAppointmentBg.png'); }

/* </New appointment imageless rendering> */
.RadScheduler_Default .rsAptSimple {
  background-color: #dbdbdb;
  border-color: #949494; }

/* </appointments> */
/* <footer> */
.RadScheduler_Default .rsFooter {
  background: #eee; }

.RadScheduler_Default .rsFooter a {
  color: #555;
  background-color: transparent;
  background-image: url('Scheduler/rsSprites.png');
  background-repeat: no-repeat; }

.RadScheduler_Default div.rsFooter a:hover {
  color: #888; }

/* </footer> */
/* <inline edit form> */
.RadScheduler_Default .rsEditOptions a, .RadScheduler_Default .rsAptEditResizeHandle, .RadScheduler_Default .rsAptEditFormWrapper {
  background-image: url('Scheduler/rsSprites.png'); }

.RadScheduler_Default .rsAptEditFormOuter, .RadScheduler_Default .rsAptEditFormInner {
  background-image: url('Scheduler/rsInlineEditHSprite.png'); }

.RadScheduler_Default .rsAptEditFormMiddle, .RadScheduler_Default .rsAptEditFormMiddle2 {
  background-image: url('Scheduler/rsInlineEditVSprite.png'); }

.RadScheduler_Default .rsAptEditFormWrapper .rsAptEditTextareaWrapper {
  border-color: #828282;
  background: #fff; }

.RadScheduler_Default .rsAptEditFormWrapper .rsAptEditTextareaWrapper textarea {
  background: #fff; }

.RadScheduler_Default .rsAptEditFormWrapper .rsEditOptions {
  background: #eee; }

/* <inline edit form template> */
.RadScheduler_Default .rsAptEditFormWrapper .rsTemplateWrapper {
  background: #eee; }

/* </inline edit form template> */
/* </inline edit form> */
/* <advanced edit form> */
.RadScheduler_Default .rsAdvancedEdit .rsAdvContentWrapper {
  background: #f0f0f0;
  border: 1px solid #828282;
  border-top-color: #DDD; }

/* <xref input skins> */
.RadScheduler_Default .rsAdvancedEdit .rsAdvInput, .RadScheduler_Default .rsAdvancedEdit select, .RadScheduler_Default .rsAdvancedEdit .textareaWrapper {
  border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e; }

.RadScheduler_Default .rsAdvancedEdit .rsInvalid textarea, .RadScheduler_Default .rsAdvancedEdit .rsInvalid input, .RadScheduler_Default .rsAdvancedEdit .rsAdvTimePicker .riEmpty {
  background-image: url('Input/sprite.gif');
  background-color: #fff;
  border-color: #d51923; }

.RadScheduler_Default .rsValidatorMsg.rsInvalid {
  color: #d51923; }

/* </xref input skins> */
.RadScheduler_Default .rsAdvancedEdit h2, .RadScheduler_Default .rsAdvancedEdit h3 {
  color: #6b6b6b; }

.RadScheduler_Default .rsAdvancedEdit h2 {
  border-bottom: 1px solid #CCC; }

.RadScheduler_Default .rsAdvancedEdit h2 span {
  background: #f0f0f0; }

.RadScheduler_Default .rsAdvancedEdit .rsAdvancedSubmitArea {
  border-color: #CCC; }

.RadScheduler_Default .rsAdvancedEdit div.rsAdvancedSubmitArea a {
  color: #333;
  background-image: url('Scheduler/rsSprites.png'); }

/* </advanced edit form> */
/* <date/time picker> */
.RadScheduler_Default .rsTimePick .RadInput_Default input.riEnabled, .RadScheduler_Default .rsTimePick .RadInput_Default input.riHover, .RadScheduler_Default .rsTimePick .RadInput_Default input.riFocused {
  background-image: url('Scheduler/rsSprites.png'); }

/* </date/time picker> */
/* <modal dialogs> */
.RadScheduler_Default .rsModalBgTopLeft, .RadScheduler_Default .rsModalBgTopRight, .RadScheduler_Default .rsModalBgBottomLeft, .RadScheduler_Default .rsModalBgBottomRight {
  background-image: url('Scheduler/rsModalBg.png'); }

.RadScheduler_Default .rsAdvancedEdit .rsAdvTitle, .RadScheduler_Default .rsAdvancedEdit .rsAdvInnerTitle {
  background-image: url('Scheduler/rsModalTitleBg.png'); }

.RadScheduler_Default .rsAdvancedEdit a.rsAdvEditClose, .RadScheduler_Default .rsModalWrapper .rsModalWindowClose {
  background-image: url('Scheduler/rsSprites.png'); }

.RadScheduler_Default .rsAdvancedEdit a.rsAdvEditClose {
  margin-top: -23px; }

.RadScheduler_Default .rsAdvancedEdit a.rsAdvEditClose:hover, .RadScheduler_Default .rsModalWrapper a.rsModalWindowClose:hover {
  background-position: -30px -341px; }

.RadScheduler_Default .rsModalWrapper .rsModalTitle {
  color: #000;
  background-image: url('Scheduler/rsSprites.png'); }

.RadScheduler_Default .rsModalWrapper .rsModalInner {
  border-color: #828282;
  background: #fff; }

.RadScheduler_Default .rsModalWrapper .rsModalIcon, .RadScheduler_Default .rsModalWrapper .rsModalButtons a {
  background-image: url('Scheduler/rsSprites.png'); }

/* Inline Edit buttons + ModalDialog buttons */
.RadScheduler_Default .rsModalWrapper .rsModalButtons a, .RadScheduler_Default .rsTopWrap .rsAptEditFormWrapper .rsEditOptions a {
  color: #333; }

/* </modal dialogs> */
.RadScheduler_Default .rsBottomIndicator .rsOvertimeArrow {
  background: transparent url('Scheduler/rsSprites.png') no-repeat -180px -31px; }

.RadScheduler_Default .rsTopIndicator .rsOvertimeArrow {
  background: transparent url('Scheduler/rsSprites.png') no-repeat -134px -31px; }

.RadScheduler_Default .rsAptSelected .rsAptIn, .RadScheduler_Default .rsAptSelected .rsAptMid, .RadScheduler_Default .rsAptSelected .rsAptContent {
  border-color: #000000;
  background-image: none; }



/* scheduler */
.RadScheduler div.rsApt a.rsAptDelete
{
    background-image: url('../Images/delete.gif');
    background-position: 0;
    right: 4px;
    top: 4px;
    width: 16px;
    z-index: 52;
}
 
.RadScheduler .rsApt .rsAptDelete:hover
{
    background-image: url('../Images/delete_hover.gif') !important;
}
 
.RadScheduler .rsCustomAppointmentContainerInner
{
    display: block;
    padding: 5px 0 0 5px;
}
 
#qsfexAdvEditWrapper *,
.RadScheduler .rsCustomAppointmentContainerInner *
{
    position: relative;
    z-index: 2;
}
 
.rsCustomAppointmentContainer
{
    width: 100% !important;
    height: 100% !important;
}
 
.rsCustomAppointmentContainer div,
#qsfexAdvEditWrapper .qsfexAdvAppType
{
    position: absolute;
    width: 187px;
    height: 100%;
    border-top: 1px solid transparent;
    top: 1px;
    right:-2px;
    z-index: 1;
}
 
#qsfexAdvEditWrapper .qsfexAdvAppType,
.rsTemplateWrapper .rsCustomAppointmentContainer div
{
    top: -1px;
    right: 0;
}
 
.rsDayView .rsCustomAppointmentContainer h2
{
    position: relative;
    z-index: 50;
    font: bold 15px Arial, sans-serif;
    /*padding: 15px;*/
}
 
.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);
}
 
.qsfexAdvEditControlWrapper 
{
    width: 100%;
}
 
#InlineInsertTemplate textarea,
#InlineEditTemplate textarea
{
    border: 1px solid #AFB4C5;
    font: 11px Arial, sans-serif;
    line-height: 20px;
    float: left;
}
 
.RadScheduler .qsfexAdvEditControlWrapper textarea
{
    line-height: 20px;
}
 
#InlineInsertTemplate img,
#InlineEditTemplate img
{
    padding: 0 0 0 6px;
    width: 22px;
    height: 22px;
}
 
.rsWeekView .rsCustomAppointmentContainer h2,
.rsMonthView .rsCustomAppointmentContainer h2
{
     
    margin: 2px;
    padding: 0;
    font: bold 12px Arial, sans-serif;
    position: relative;
    z-index: 50;
}
 
.rsWeekView .rsAptContent .technical div,
.rsWeekView .rsAptEditFormWrapper .technical div,
#qsfexAdvEditWrapper .technical .qsfexAdvAppType
{
    background: url('Images/technical.png') no-repeat top left;
}
 
.rsWeekView .rsAptContent .specification_review div,
.rsWeekView .rsAptEditFormWrapper .specification_review div,
#qsfexAdvEditWrapper .specification_review div .qsfexAdvAppType
{
    background: url('Images/specification_review.png') no-repeat top left;
}
 
.rsWeekView .rsAptContent .code_review div,
.rsWeekView .rsAptEditFormWrapper .code_review div,
#qsfexAdvEditWrapper .code_review div .qsfexAdvAppType
{
    background: url('Images/code_review.png') no-repeat top left;
}
 
.RadScheduler div.rsAptContent {
    overflow: visible;
}
 
.rsAptContent .technical h2
{
    color: #486309;
}
 
.rsDayView .rsAptContent .technical div,
.rsDayView .rsAptEditFormWrapper .technical div,
#qsfexAdvEditWrapper .technical .qsfexAdvAppType
{
    background: url('Images/technical.png') no-repeat top right;
}
 
#qsfexAdvEditWrapper div.technical,
.rsAptType_technical
{
    background: #D0ECBB;
}
 
* html .rsDayView .rsAptContent .technical div,
* html .rsDayView .rsAptEditFormWrapper .technical div,
* html #qsfexAdvEditWrapper .technical .qsfexAdvAppType
{ 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='Images/technical.png', sizingMethod='crop');
}
 
.rsAptContent .code_review h2
{
    color: #375970;
}
 
.rsDayView .rsAptContent .code_review div,
.rsDayView .rsAptEditFormWrapper .code_review div,
#qsfexAdvEditWrapper .code_review .qsfexAdvAppType
{
    background: url('Images/code_review.png') no-repeat top right;
}
 
#qsfexAdvEditWrapper div.code_review,
.rsAptType_code_review
{
    background: #BBD0EC;
}
 
* html .rsDayView .rsAptContent .code_review div,
* html .rsDayView .rsAptEditFormWrapper .code_review div,
* html #qsfexAdvEditWrapper .code_review .qsfexAdvAppType
{ 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='Images/code_review.png', sizingMethod='crop');
}
 
.rsAptContent .specification_review h2
{
    color: #744b24;
}
 
.rsDayView .rsAptContent .specification_review div,
.rsDayView .rsAptEditFormWrapper .specification_review div,
#qsfexAdvEditWrapper .specification_review .qsfexAdvAppType
{
    background: url('Images/specification_review.png') no-repeat top right;
}
 
#qsfexAdvEditWrapper div.specification_review,
.rsAptType_specification_review
{
    background: #EDD5B7;
}
 
* html .rsDayView .rsAptContent .specification_review div,
* html .rsDayView .rsAptEditFormWrapper .specification_review div,
* html #qsfexAdvEditWrapper .specification_review .qsfexAdvAppType
{ 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='Images/specification_review.png', sizingMethod='crop');
}
 
* html #qsfexAdvEditWrapper  #qsfexAdvEditInnerWrapper .qsfexAdvAppType 
{
    background: none; 
}
 
* 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%;
}
 
.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;
}
 
.repeatCheckBox label
{
    vertical-align: text-top;
}
 
#qsfexAdvEditWrapper
{
    background: #EEE none repeat scroll 0 0;
    border: 1px solid #666666;
    padding: 20px;
}
 
#qsfexAdvEditInnerWrapper
{
    border:1px solid #777;
    padding-top:5px;
}
 
.qsfexAdvEditControlWrapper input.riTextBox 
{
    margin-bottom: 2px;
}
 
#RadScheduler1_Form_RepeatCheckBox {
    margin: 3px 3px 3px 8px !important;
}
 
* html .RadScheduler .rsApt {
    filter: none !important;
}
 
.rsCustomAppointmentContainer div {
    width: 100% !important;
}
 
.rsCustomAppointmentContainer h2 {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

div.PageContainer {
    padding:20px;
    border:1px solid #dddddd;
      -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius:4px;
}

td hr.event {    
    padding:0;
    margin-bottom:10px;
    margin-top:10px;
    border-color:#ABABAB;
}

div.EventHeader {    
    float:right; 
    vertical-align:top; 
    white-space:nowrap;
    display:inline-block;
    padding:0;
}

div.TemplateLink {
    padding-right:60px;  
     white-space:nowrap;
    display:inline-block;
}

div.TemplateLink a {   
    font-size:14px;   
}

div.EventHeader input[type=submit] {
    margin-top:0px;
    position:relative;
    padding:0;
    top:0;
}

td.elabel{
    color:#777777;
    font-weight:bold;
    font-size:13px;
}

.eData {
     color:#777777;
    font-weight:200;
    font-size:13px;
}

td.eData {
       color:#777777;
    font-weight:200;
    font-size:13px;
}

.elabel{
    color:#999999;
    font-weight:bold;
    font-size:11px;
}


/* Calendar */
.rsCategoryBlue{
    background-color:blue;
    font-size:22px;
}

.rsModalDialog 
    { 
        top: 60px !important;   
        display:inline-block;  
    }

table.attachments td {
    border-bottom:1px dotted #888888;    
}

div.RadScheduler_Metro .rsMonthView .rsTodayCell
{
    background-color:#D0ECBB;
    color: #000;
    border: 2px solid #888888;
}

.title-bar-small {
    padding-bottom:12px;
}

#ButtonAddFollower,
#ButtonDeleteFollower 
{
    width:80px;
    margin-bottom:4px;
}

/* Admin Page */
#PanelLinks a.linkblue 
{
    color:#555555;
    font-size:13px;
    padding-bottom:10px;
    
}

#PanelLinks a.linkblue:hover 
{
    text-decoration:underline;
}

div.ReportSearch 
{
    margin-top:10px;
    margin-bottom:10px;
}

/* Green Search Button */
#SearchGroupBtn {
    margin-top:10px;
}

input[type="submit"].GreenButton 
{
    background: #72c8c9; 
    color: #fff;
    font-size: 12px;
	padding: 3px 12px 3px 12px;       
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    border: none;	
    margin-left:5px;
    margin-right:5px;
}

 #SearchGroupBtn input[type="submit"]  
{
    background: #72c8c9; 
    color: #fff;
    font-size: 12px;
	padding: 3px 12px 3px 12px;       
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    border: none;	
    margin-left:5px;
    margin-right:5px;
}

 #SearchGroupBtn input[type=datetime],input[type=date]
 {
     padding:2px;
 }
 
#SearchGroupBtn input[type="submit"]:hover {    
     font-weight:bold;
     cursor: pointer;
}