/* Minification failed. Returning unminified contents.
(131,15): run-time error CSS1036: Expected expression, found '3'
(484,36): run-time error CSS1046: Expect comma, found '0'
(484,40): run-time error CSS1046: Expect comma, found '/'
(694,36): run-time error CSS1046: Expect comma, found '0'
(694,40): run-time error CSS1046: Expect comma, found '/'
 */
#contentContainerOuter {
    min-height: 500px;
}

#contentContainer {
    padding: 0px 20px 20px 20px;
}

.centeredCell {
    text-align: center;
    vertical-align: middle;
}

.vertCenteredTopCell {
    vertical-align: top;
}

.vertCenteredCell {
    vertical-align: middle;
}

.vertCenteredBottomCell {
    vertical-align: bottom;
}

.clickable {
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

    .clickable:hover {
        background-color: #efefef;
    }

.tabShadow {
    background-color: #efefef;
}

#scheduleTable {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 5px 0px;
}

.scheduleGridTemplateRow {
    height: 60px;
}

.dividerTd {
    border-bottom: 1px solid #efefef;
}

.gameTitle {
    font-weight: bold;
    font-size: 14px;
    color: #0e4c7b;
    color: #333;
    padding: 5px 2px 1px;
    display: inline-block;
}

.gameDate {
    padding: 5px 2px;
    display: inline-block;
}

.detailsDivider {
    background: transparent url('../Images/dashBorder.png') repeat-y center top;
}

.contractDetailsTableLeftCell, .contractDetailsTableMiddleCell, .contractDetailsTableRightCell, .facilityDetailsTableLeftCell, .facilityDetailsTableMiddleCell, .facilityDetailsTableRightCell, .transportationDetailsTableLeftCell, .transportationDetailsTableMiddleCell, .transportationDetailsTableRightCell {
    width: 216px;
}

.contractDetailsTableRightSpan2 {
    width: 442px;
}

.detailsTable {
    padding: 20px 0px 10px 0px;
    background-color: #efefef;
    border: 1px solid #ccc;
    width: 100%;
}

.detailsTable, .detailsInnerTable {
    display: inline-block;
}

    .detailsTable td {
        padding: 0px 5px;
    }

.sidePad {
    padding: 0px 15px;
}

.gridTabsContainer {
    background-color: #b7cbff;
    background-color: #fff;
    position: relative;
    top: 3px;
}

.gridTabContainer {
    width: 65px;
    height: 60px;
    vertical-align: bottom;
    display: inline-block;
    overflow: hidden;
}

.gridTab {
    overflow: hidden;
    display: inline-block;
    width: 65px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
}

.gridTabActive {
    margin-bottom: -20px;
    overflow: hidden;
    -moz-box-shadow: inset 8px -8px 8px -7px #000;
    -webkit-box-shadow: inset 8px -8px 8px -7px #000;
    box-shadow: inset 8px -8px 8px -7px #000;
    behavior: url(CSS 3 PIE);
    background-color: #efefef;
}

.scheduleTableIcon {
    padding-top: 20px;
}

.gridPanel {
    overflow: hidden;
    position: relative;
    top: -10px;
    background-color: #fff;
}

.gridPanelContainer {
    overflow: hidden;
    background-color: #fff;
}

.bottomBorderForDetailsPane {
    border-bottom: 1px solid #999;
}

.noBottomBorderForDetailsPane {
    border-bottom: 1px solid #efefef;
}

.detailsPanelContainer {
    overflow: hidden;
    padding: 0px;
    position: relative;
    top: -6px;
}

#pagingGridFilterSelect {
    width: 60px;
}

.contractDetailsTableLeftCell {
    padding-left: 15px;
}

.detailsInnerTable {
    width: 230px;
}

.statusIconCell {
    width: 65px;
    border-left: 1px dashed #d4d4d4;
}

#itemsPerPageContainer {
    margin-left: 0px;
}

.tightWell {
    padding: 0px auto;
}

.orgLogoImage {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

.gridFooter {
    margin-top: 0px;
    margin-left: 10px;
}

.allNoneCheckContainer {
    padding-left: 7px;
}

.bsTooltip {
    text-align: left;
    padding: 7px;
    display: inline-block;
}

.loadingSmall {
    width: 65px;
    height: 50px;
    display: table-cell;
    background: Transparent url('../Images/loading.gif') no-repeat center center;
    right: 0px;
}

.gameGridHeaderBarItemTitle {
    display: inline-block;
    margin-top: 2px;
    color: #999;
}

#gameGridHeaderBarItemTitlePaging {
    margin-left: 30px;
    margin-right: 10px;
}

#gameIdSearchBox {
    width: 130px;
    margin-right: 15px;
    margin-bottom: 0px;
}

#gameIdSearchTitle {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}

.noWrap {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#contractPopdownConflictContainer {
    margin-bottom: 50px;
}

#facilityRequestPopdownConflictContainer {
    margin-bottom: 50px;
    padding: 8px;
}

.publishGameInfo {
    width: 100px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    font: normal 9px verdana;
    text-align: left;
    padding-left: 7px;
    margin: 3px 0px 5px;
    cursor: pointer;
    padding-top: 2px;
}

.publishGameInfo_Yes {
    background-color: #090;
}

.publishGameInfo_No {
    background-color: #b00;
}

.nonNormalGameStatus {
    vertical-align: middle;
    text-align: center;
    font-size: 36px;
}

#gameCal {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

div.fc-view-month {
    background: radial-gradient(#000 15%, transparent 16%) 0 0,radial-gradient(#000 15%, transparent 16%) 8px 8px,radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 16px 16px;
    background: #FFFFFF;
}

#floatingMonthNameContainer {
    display: none;
    font-size: 200px;
    color: #aaa;
    z-index: 0;
    width: 625px;
    height: 450px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    opacity: 0.3;
}

.fc-event-inner:hover, .summaryContainer:hover {
    color: #0B78E3 !important;
}


.fc-event-type-Event > .fc-event-inner:hover {
    color: rgb(68, 68, 68) !important;
}


.fc-event-title-shorty {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: inline-block;
}

.fc-day-number {
    color: #777;
    padding: 0 10px !important;
}

.calDayItemCount {
    display: inline-block;
    text-align: right;
    width: 15px;
}

.calDayItemName {
    display: inline-block;
}

.fc-event-skin {
    border-color: transparent !important;
}

.fc-event, .fc-event-inner {
    background-color: transparent !important;
    border-style: none !important;
    border-left-width: 0px !important;
    border-left-style: solid !important;
    text-align: left !important;
}

.fc-event-inner {
    border-left-width: 0px !important;
    padding-left: 5px;
}

.fc-event-type-game .fc-event-head, .fc-event-type-practice .fc-event-head, .fc-event-type-event .fc-event-head, .fc-event-type-tournament .fc-event-head {
    color: #f2f2f2 !important;
}

.fc-view-agendaWeek .fc-event-type-game .fc-event-head, .fc-view-basicWeek .fc-event-type-game .fc-event-head, .fc-view-basicDay .fc-event-type-game .fc-event-head, .fc-view-agendaDay .fc-event-type-game .fc-event-head {
    background-color: #309 !important;
}

.fc-view-basicDay .fc-event-type-practice .fc-event-head, .fc-view-basicWeek .fc-event-type-practice .fc-event-head, .fc-view-agendaDay .fc-event-type-practice .fc-event-head, .fc-view-agendaWeek .fc-event-type-practice .fc-event-head {
    background-color: #f90 !important;
}

.fc-view-basicWeek .fc-event-type-event .fc-event-head, .fc-view-agendaWeek .fc-event-type-event .fc-event-head, .fc-view-agendaDay .fc-event-type-event .fc-event-head, .fc-view-basicDay .fc-event-type-event .fc-event-head {
    background-color: #960 !important;
}

.fc-view-basicWeek .fc-event-type-tournament .fc-tournament-head, .fc-view-agendaWeek .fc-event-type-tournament .fc-tournament-head, .fc-view-agendaDay .fc-event-type-tournament .fc-tournament-head, .fc-view-basicDay .fc-event-type-tournament .fc-tournament-head {
    background-color: #999 !important;
}

.fc-event-type-game {
    border-left-color: #309 !important;
    background-color: #b9f !important;
}

.fc-event-type-practice {
    border-left-color: #f90 !important;
    background-color: #ffd699 !important;
}

.fc-event-type-event {
    border-left-color: #960 !important;
    background-color: #fec !important;
}

.fc-event-type-tournament {
    border-left-color: #999 !important;
    background-color: #e5e5e5 !important;
}

.fc-view-month .fc-event-type-game, .fc-view-month .fc-event-type-practice, .fc-view-month .fc-event-type-tournament, .fc-view-month .fc-event-type-event {
    background-color: transparent !important;
}

.fc-view-month fc-event-type-game {
    background-color: #090 !important;
}

.fc-view-month fc-event-type-practice {
    background-color: #009 !important;
}

.fc-view-month fc-event-type-event {
    background-color: #900 !important;
}

.fc-view-month fc-event-type-tournament {
    background-color: #999 !important;
}

.fc-view-agendaWeek .fc-event, .fc-view-basicWeek .fc-event {
    padding-left: 5px;
}

.fc-view-agendaWeek .fc-event, .fc-view-basicWeek .fc-event, .fc-view-basicDay .fc-event, .fc-view-agendaDay .fc-event {
    background-color: #f2f2f2 !important;
}

a.calPopOver:link, a.calPopOver:visited, a.calPopOver:hover, a.calPopOver:active {
    color: #333;
    text-decoration: none;
}

.alItemTypeGame {
    background: #daa;
    background-color: #309 !important;
    color: #444;
}

.alItemTypePractice {
    background: #ada;
    background-color: #f90 !important;
    color: #444;
}

.alItemTypeEvent {
    background: #aad;
    background-color: #960 !important;
    color: #444;
}

#calTitle {
    font-family: 'Proxima Nova';
    cursor: pointer;
    margin-bottom: 7px;
    min-width: 170px;
    /*color: #fdfdfd;*/
}

.popover-title {
    padding: 2px 15px;
    background-color: #666;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777), to(#444));
    background: -moz-linear-gradient(#777, #444);
    background: -o-linear-gradient(#777, #444);
    background: linear-gradient(#777, #444);
    -pie-background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777), to(#444));
    color: #fdfdfd;
}

.popover-inner {
    background-color: #666;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    width: 292px;
}

.gamesListDateRow {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-size: 28px;
}

#dataCacheContainer {
    width: 200px;
    padding: 7px;
    margin: 10px 0px;
    z-index: 9999;
    position: absolute;
    left: 950px;
    top: 135px;
}

.month {
    border: 0.5px solid #A5A6AA;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    float: left;
    height: 52px; /*54px;*/
    line-height: 54px;
    margin: 10px;
    width: 54px; /*47px;*/
    text-align: center;
    background: #FAFAFA;
}

    .month:hover {
        background: #F3F3F3;
    }

#monthPickerContainer {
    width: 312px;
    position: absolute;
    left: 500px;
    top: 350px;
    z-index: 9999;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#fdfdfd));
    background: -moz-linear-gradient(#fff, #fdfdfd);
    background: -o-linear-gradient(#fff, #fdfdfd);
    background: linear-gradient(#fff, #fdfdfd);
    padding: 7px 7px 7px 17px;
    border: 2px solid #999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px #666;
    -moz-box-shadow: 0 0 15px #666;
    box-shadow: 0 0 15px #666;
}

#monthPickerHeaderContainer {
    /*border-bottom: 1px solid #aaa;*/
}

#monthPickerBodyContainer {
    margin: 10px 0px;
}

#yearLabel {
    text-align: center;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 15px;
}

#monthPickerLeft, #monthPickerRight {
    cursor: pointer;
    color: #333333;
    background-color: #FAFAFA;
}

.month {
    cursor: pointer;
    color: #000000; /*#333;*/
}

#eventsCalLoadingContainer {
    text-align: center;
    z-index: 9999;
    position: absolute;
    top: 475px;
    left: 48%;
}

.dimElement {
    background: rgba(0, 0, 0, 0.6);
}

.lastModifiedGameTeamRow {
    background-color: #ffc !important;
}

.rowHoverOn {
    background-color: #f5f5f5 !important;
}

.rowHoverOff {
    background-color: #fff;
}

#QueryGameDatesLabel {
    font-size: 18px;
}

#QueryGameCount {
    margin-right: 4px;
}

#monthChangerIcon {
    /*font-size: 14px !important;*/
    margin-left: 10px;
}

.popover-content {
    /*background-color: #f5f5f5 !important;*/
}

.calPopOverItem {
    padding-left: 7px;
    background-color: transparent !important;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.calPopOverGameStatus {
    padding: 0 3px;
    font-size: 11px;
    border-radius: 3px;
    position: relative;
    bottom: 0px;
    right: 0px;
}

.awayGameCalItem {
    /*border-left-style: dotted !important;*/
}

.popoverItemDivider {
    margin: 5px 0px;
    display: block;
    height: 1px;
    background-color: #999;
}

#calToolbar, #listToolbar {
    margin-top: -18px;
    margin-bottom: 30px;
}

.fc-view-basicWeek, .fc-agenda-days {
    background-color: #f2f2f2;
}

.fc-view th {
    /*background-color: #FFFFFF;
    color: #999;*/
}

#calTitleContainer {
    display: inline-block;
}

.fc-button {
    margin-top: 5px;
}

#monthPickerLeft {
    float: right;
}

.fa-inverse {
    color: #333333;
}

.popover .arrow {
    display: none;
}

.popover-title {
    background: #FFFFFF;
    padding: 8px 100px;
    background-color: none;
    border-bottom: none;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.popover {
    border-radius: 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
}

thead > .fc-first > .fc-first {
    border-top-left-radius: 7px;
}

thead > .fc-last > .fc-last {
    border-top-right-radius: 7px;
}

.fc-border-separate > thead {
    height: 42.25px;
}

.calenderTable_team {
    top: 70px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.005em;
    color: #333333;
}

.fc-day-number {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #71727A;
}

.fc-border-separate {
    font-family: 'Proxima Nova';
    font-style: normal;
    color: #3E3F47;
}

.fc-view fc-view-month fc-grid {
    background: #FFFFFF;
}

.fc-event-time {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #333333;
}

.fc-event-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #333333;
}

.icon-home {
    margin-top: 0px;
}

.fc-day-content > div {
    /*height: 125px !important;*/
}

.calPopOverGameStatus.btn-danger {
    color: #E50918 !important;
    background: #FFF0EF !important;
    border-radius: 2px !important;
}

.calPopOverGameStatus.btn-info {
    color: #08979C !important;
    background: #E6FFFB !important;
    border-radius: 2px !important;
}

.fc-event.fc-event-hori.fc-event-start.fc-event-end {
    padding-top: 10px;
}

.fc-day-header {
    padding-left: 10px !important;
    padding-top: 10px !important;
}

.fc-grid th {
    text-align: left !important;
}

.fas.fa-stack-1x.fa-inverse {
    background: #FAFAFA;
    border: 0.5px solid #A5A6AA;
    border-radius: 7px;
    width: 45px;
    color: #333333 !important;
}

.fc-agenda-days.fc-border-separate {
    background: #FFFFFF !important;
}

.opensans_600_14px {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
}

.calPopOverItem > a > .summary-fc-event-time {
    color: #0B78E3 !important;

}

/*!
 * FullCalendar v1.6.0 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */.fc{direction:ltr;text-align:left}
.fc table{border-collapse:collapse;border-spacing:0}
html .fc,.fc table{font-size:1em}
.fc td,.fc th{padding:0;vertical-align:top}
.fc-header td{white-space:nowrap}
.fc-header-left{width:25%;text-align:left}
.fc-header-center{text-align:center}
.fc-header-right{width:25%;text-align:right}
.fc-header-title{display:inline-block;vertical-align:top}
.fc-header-title h2{margin-top:0;white-space:nowrap}
.fc .fc-header-space{padding-left:10px}
.fc-header .fc-button{margin-bottom:1em;vertical-align:top}
.fc-header .fc-button{margin-right:-1px}
.fc-header .fc-corner-right,.fc-header .ui-corner-right{margin-right:0}
.fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2}
.fc-header .fc-state-down{z-index:3}
.fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4}
.fc-content{clear:both}
.fc-view{width:100%;overflow:hidden}
.fc-widget-header,.fc-widget-content{border:1px solid #ddd}
.fc-state-highlight{background:#fcf8e3}
.fc-cell-overlay{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}
.fc-button{position:relative;display:inline-block;padding:0 .6em;overflow:hidden;height:1.9em;line-height:1.9em;white-space:nowrap;cursor:pointer}
.fc-state-default{border:1px solid}
.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}
.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}
.fc-text-arrow{margin:0 .1em;font-size:2em;font-family:"Courier New",Courier,monospace;vertical-align:baseline}
.fc-button-prev .fc-text-arrow,.fc-button-next .fc-text-arrow{font-weight:bold}
.fc-button .fc-icon-wrap{position:relative;float:left;top:50%}
.fc-button .ui-icon{position:relative;float:left;margin-top:-50%;*margin-top:0;*top:-50%}
.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333;background-color:#e6e6e6}
.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}
.fc-state-down,.fc-state-active{background-color:#ccc;background-image:none;outline:0;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}
.fc-event{border:1px solid #3a87ad;background-color:#3a87ad;color:#fff;font-size:.85em;cursor:default}
a.fc-event{text-decoration:none}
a.fc-event,.fc-event-draggable{cursor:pointer}
.fc-rtl .fc-event{text-align:right}
.fc-event-inner{width:100%;overflow:hidden}
.fc-event-time,.fc-event-title{padding:0 1px}
.fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%}
.fc-event-hori{border-width:1px 0;margin-bottom:1px}
.fc-event-hori .ui-resizable-e{top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:e-resize}
.fc-event-hori .ui-resizable-w{top:0!important;left:-3px!important;width:7px!important;height:100%!important;cursor:w-resize}
.fc-event-hori .ui-resizable-handle{_padding-bottom:14px}
table.fc-border-separate{border-collapse:separate}
.fc-border-separate th,.fc-border-separate td{border-width:1px 0 0 1px}
.fc-border-separate th.fc-last,.fc-border-separate td.fc-last{border-right-width:1px}
.fc-border-separate tr.fc-last th,.fc-border-separate tr.fc-last td{border-bottom-width:1px}
.fc-border-separate tbody tr.fc-first td,.fc-border-separate tbody tr.fc-first th{border-top-width:0}
.fc-grid th{text-align:center}
.fc .fc-week-number{width:22px;text-align:center}
.fc .fc-week-number div{padding:0 2px}
.fc-grid .fc-day-number{float:left;padding:0 5px}
.fc-grid .fc-other-month .fc-day-number{opacity:.3;filter:alpha(opacity=30)}
.fc-grid .fc-day-content{clear:both;padding:2px 2px 1px}
.fc-grid .fc-event-time{font-weight:bold}
.fc-rtl .fc-grid .fc-day-number{float:left}
.fc-rtl .fc-grid .fc-event-time{float:right}
.fc-agenda table{border-collapse:separate}
.fc-agenda-days th{text-align:center}
.fc-agenda .fc-agenda-axis{width:50px;padding:0 4px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:normal}
.fc-agenda .fc-week-number{font-weight:bold}
.fc-agenda .fc-day-content{padding:2px 2px 1px}
.fc-agenda-days .fc-agenda-axis{border-right-width:1px}
.fc-agenda-days .fc-col0{border-left-width:0}
.fc-agenda-allday th{border-width:0 1px}
.fc-agenda-allday .fc-day-content{min-height:34px;_height:34px}
.fc-agenda-divider-inner{height:2px;overflow:hidden}
.fc-widget-header .fc-agenda-divider-inner{background:#eee}
.fc-agenda-slots th{border-width:1px 1px 0}
.fc-agenda-slots td{border-width:1px 0 0;background:0}
.fc-agenda-slots td div{height:20px}
.fc-agenda-slots tr.fc-slot0 th,.fc-agenda-slots tr.fc-slot0 td{border-top-width:0}
.fc-agenda-slots tr.fc-minor th,.fc-agenda-slots tr.fc-minor td{border-top-style:dotted}
.fc-agenda-slots tr.fc-minor th.ui-widget-header{*border-top-style:solid}
.fc-event-vert{border-width:0 1px}
.fc-event-vert.fc-event-start{border-top-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}
.fc-event-vert.fc-event-end{border-bottom-width:1px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px}
.fc-event-vert .fc-event-inner{position:relative;z-index:2}
.fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.3;filter:alpha(opacity=30)}
.fc .ui-draggable-dragging .fc-event-bg,.fc-select-helper .fc-event-bg{display:none\9}
.fc-event-vert .ui-resizable-s{bottom:0!important;width:100%!important;height:8px!important;overflow:hidden!important;line-height:8px!important;font-size:11px!important;font-family:monospace;text-align:center;cursor:s-resize}
.fc-agenda .ui-resizable-resizing{_overflow:hidden}
/*!
* Datepicker for Bootstrap
*
* Original Idea: http://www.eyecon.ro/bootstrap-datepicker (Copyright 2012 Stefan Petre)
* Updated by AymKdn (http://kodono.info - https://github.com/Aymkdn/Datepicker-for-Bootstrap)
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/.datepicker{top:0;left:0;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}
.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}
.datepicker>div{display:none}
.datepicker table{width:100%;margin:0}
.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.datepicker td.day:hover{background:#eee;cursor:pointer}
.datepicker td.old,.datepicker td.new{color:#999}
.datepicker td.active,.datepicker td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.datepicker td.active:hover,.datepicker td.active:hover:hover,.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active,.datepicker td.active.disabled,.datepicker td.active:hover.disabled,.datepicker td.active[disabled],.datepicker td.active:hover[disabled]{background-color:#04c}
.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active{background-color:#039 \9}
.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.datepicker td span:hover{background:#eee}
.datepicker td span.active{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.datepicker td span.active:hover,.datepicker td span.active:active,.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active[disabled]{background-color:#04c}
.datepicker td span.active:active,.datepicker td span.active.active{background-color:#039 \9}
.datepicker td span.old{color:#999}
.datepicker th.switch{width:145px}
.datepicker thead tr:first-child th{cursor:pointer}
.datepicker thead tr:first-child th:hover{background:#eee}
.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}
.dropdown-menu.datepicker{max-width:220px}
