File Manager
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.hide-text {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.input-block-level {
display: block;
width: 100%;
min-height: 28px;
/* Make inputs at least the height of their button counterpart */
/* Makes inputs behave like true block-level elements */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ai1ec-container {
clear: both;
}
#ai1ec-calendar-view-container {
position: relative;
clear: both;
margin-bottom: 0.2em;
}
.ai1ec-calendar-toolbar {
width: 100% !important;
border: 0 !important;
margin: 0 !important;
}
.ai1ec-calendar-toolbar td {
background: none !important;
border: 0 !important;
padding: 0 !important;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 33%;
}
.ai1ec-calendar-toolbar td:last-child {
text-align: right;
}
.ai1ec-calendar-toolbar td:first-child {
text-align: left;
}
.timely #ai1ec-view-dropdown a.btn,
.timely #ai1ec-view-dropdown .dropdown-menu a {
line-height: 21px;
}
.timely #ai1ec-view-dropdown a.btn .caret {
margin-top: 9px;
}
.timely #ai1ec-view-dropdown a img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
float: none !important;
position: static !important;
vertical-align: bottom;
background: none !important;
}
.ai1ec-filters-container {
display: inline-block;
}
.ai1ec-filter-selector-container {
position: relative;
display: inline-block;
text-align: left;
white-space: normal;
}
.ai1ec-filter-selector {
display: none;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
padding: 0.1em;
position: absolute;
overflow: auto;
max-width: 20em;
max-height: 30em;
right: 0;
top: 100%;
z-index: 10;
}
.ai1ec-filter-selector ul {
margin: 0 !important;
padding: 0 !important;
}
.ai1ec-filter-selector li {
list-style: none;
}
.ai1ec-filter-selector .ai1ec-category,
.ai1ec-filter-selector .ai1ec-tag {
font-size: 8pt !important;
}
.ai1ec-filter-selector-container:hover > .ai1ec-filter-selector {
display: block;
}
.ai1ec-clear-filters {
display: none;
font-size: 11pt !important;
font-weight: normal;
color: #507295 !important;
cursor: pointer;
text-decoration: none !important;
}
.ai1ec-clear-filters:hover {
color: #354c63 !important;
}
h2.ai1ec-calendar-title {
float: left;
font-size: 20px !important;
line-height: 1.3em !important;
margin: 0 0.5em 0 0 !important;
}
.ai1ec-today #ai1ec-today {
display: none;
}
.ai1ec-action-month .ai1ec-pagination a {
width: 7em;
}
.ai1ec-action-week .ai1ec-pagination a,
.ai1ec-action-oneday .ai1ec-pagination a {
width: 8em;
}
.ai1ec-action-agenda .ai1ec-pagination a {
width: 9em;
}
#ai1ec-prev-year,
#ai1ec-next-year {
width: 4em;
}
table.ai1ec-month-view,
.ai1ec-week-view table,
.ai1ec-oneday-view table {
border-collapse: collapse;
border: 1px solid #dddddd !important;
margin: 0 !important;
background: #ffffff;
table-layout: fixed !important;
clear: both;
width: 100% !important;
}
.ai1ec-week-view .tablescroll_wrapper,
.ai1ec-oneday-view .tablescroll_wrapper {
position: relative;
border-bottom: 1px solid #dddddd;
}
table.ai1ec-week-view-original,
table.ai1ec-oneday-view-original {
visibility: hidden;
height: 400px;
}
table.ai1ec-week-view-original.tablescroll_body,
table.ai1ec-oneday-view-original.tablescroll_body {
visibility: visible;
height: auto;
}
.ai1ec-week-view table.tablescroll_head,
.ai1ec-oneday-view table.tablescroll_head,
.ai1ec-week-view table.tablescroll_head th,
.ai1ec-oneday-view table.tablescroll_head th {
border-bottom: none !important;
padding: 2.48px !important;
}
table.ai1ec-week-view-original.tablescroll_body,
table.ai1ec-oneday-view-original.tablescroll_body,
table.ai1ec-week-view-original.tablescroll_body tr:first-child td,
table.ai1ec-oneday-view-original.tablescroll_body tr:first-child td {
border-top: none !important;
}
.ai1ec-month-view td,
.ai1ec-week-view td,
.ai1ec-oneday-view td {
border: 1px solid #dddddd !important;
background: none !important;
padding: 0 !important;
text-align: left;
vertical-align: top;
}
.ai1ec-month-view th,
.ai1ec-week-view th,
.ai1ec-oneday-view th {
border: none !important;
background: #f5f5f5 !important;
padding: 0.2em !important;
}
.ai1ec-month-view td.ai1ec-empty {
background: #f5f5f5 !important;
}
.ai1ec-month-view th,
.ai1ec-week-view th,
.ai1ec-week-view .ai1ec-hour-marker div,
.ai1ec-week-view .ai1ec-allday-label,
.ai1ec-oneday-view th,
.ai1ec-oneday-view .ai1ec-hour-marker div,
.ai1ec-oneday-view .ai1ec-allday-label {
color: #9e9e9e !important;
text-shadow: 0 1px 0 #ffffff;
}
.ai1ec-month-view th,
.ai1ec-oneday-view th {
text-align: center !important;
}
.ai1ec-week-view th {
text-align: left !important;
}
.ai1ec-week-view .ai1ec-day,
.ai1ec-oneday-view .ai1ec-day {
height: 1440px;
}
.ai1ec-week-view th .ai1ec-weekday-date,
.ai1ec-oneday-view th .ai1ec-weekday-date {
font-size: 10.5pt !important;
font-weight: normal !important;
}
.ai1ec-week-view th .ai1ec-weekday-day {
font-size: 9pt !important;
font-weight: normal !important;
}
.ai1ec-month-view .ai1ec-day,
.ai1ec-week-view .ai1ec-day,
.ai1ec-week-view .ai1ec-allday-events,
.ai1ec-oneday-view .ai1ec-day,
.ai1ec-oneday-view .ai1ec-allday-events {
position: relative;
}
.ai1ec-month-view .ai1ec-day-stretcher {
float: left;
height: 94px;
width: 0;
}
.ai1ec-month-view .ai1ec-today,
.ai1ec-week-view .ai1ec-today {
background: #ffffdd !important;
}
.ai1ec-month-view .ai1ec-date {
background: #eaf4ff;
color: #a1a7ad;
font-size: 10pt;
line-height: 13px;
height: 13px;
margin-bottom: 1px;
padding: 0 0.4em;
font-size: 8pt;
text-align: right;
text-shadow: 0 1px 0 #ffffff;
}
.ai1ec-week-view .ai1ec-grid-container,
.ai1ec-oneday-view .ai1ec-grid-container {
position: absolute;
top: auto;
left: 0;
right: 0;
}
.ai1ec-week-view .ai1ec-now-marker,
.ai1ec-oneday-view .ai1ec-now-marker,
.ai1ec-week-view .ai1ec-hour-marker,
.ai1ec-oneday-view .ai1ec-hour-marker,
.ai1ec-week-view .ai1ec-quarter-marker,
.ai1ec-oneday-view .ai1ec-quarter-marker {
position: absolute;
left: 0;
right: 0;
padding-right: 8px;
}
.ai1ec-week-view .ai1ec-hour-marker,
.ai1ec-oneday-view .ai1ec-hour-marker {
border-top: 1px solid #dddddd;
border-top: 1px solid rgba(221, 221, 221, 0.7);
height: 60px;
background: rgba(221, 221, 221, 0.4) !important;
}
.ai1ec-week-view .ai1ec-hour-marker.ai1ec-business-hour,
.ai1ec-oneday-view .ai1ec-hour-marker.ai1ec-business-hour {
background: none !important;
}
.ai1ec-week-view .ai1ec-hour-marker div,
.ai1ec-oneday-view .ai1ec-hour-marker div,
.ai1ec-week-view .ai1ec-allday-label,
.ai1ec-oneday-view .ai1ec-allday-label {
position: relative;
z-index: 2;
margin-left: 1px;
padding: 0 0.2em;
font-size: 8pt !important;
font-weight: normal !important;
background: #f5f5f5;
float: left;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em;
}
.ai1ec-week-view .ai1ec-allday-label,
.ai1ec-oneday-view .ai1ec-allday-label {
margin-top: 1px;
}
.ai1ec-week-view .ai1ec-quarter-marker,
.ai1ec-oneday-view .ai1ec-quarter-marker {
border-top: 1px solid #dddddd;
border-top: 1px solid rgba(221, 221, 221, 0.4);
}
.ai1ec-week-view .ai1ec-now-marker,
.ai1ec-oneday-view .ai1ec-now-marker {
border-top: 1px solid #f2c539;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
z-index: 2;
}
.ai1ec-month-view a.ai1ec-event-container,
.ai1ec-week-view a.ai1ec-event-container,
.ai1ec-oneday-view a.ai1ec-event-container {
border: none !important;
color: #507295 !important;
display: block;
font-size: 9pt;
text-decoration: none !important;
}
.ai1ec-month-view .ai1ec-event,
.ai1ec-week-view .ai1ec-event,
.ai1ec-oneday-view .ai1ec-event {
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em;
margin: 1px 0 0;
max-height: 100%;
overflow: hidden;
padding: 0 3px 1px;
white-space: nowrap;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event,
.ai1ec-week-view .ai1ec-allday .ai1ec-event,
.ai1ec-oneday-view .ai1ec-allday .ai1ec-event,
.ai1ec-month-view .ai1ec-multiday .ai1ec-event,
.ai1ec-week-view .ai1ec-multiday .ai1ec-event,
.ai1ec-oneday-view .ai1ec-multiday .ai1ec-event {
background-color: #507295;
color: #ffffff !important;
}
.ai1ec-month-view .ai1ec-category-colors,
.ai1ec-week-view .ai1ec-category-colors,
.ai1ec-oneday-view .ai1ec-category-colors {
float: right;
font-size: 1.2em;
margin-top: 1px;
}
.ai1ec-month-view .ai1ec-event-popup,
.ai1ec-week-view .ai1ec-event-popup,
.ai1ec-oneday-view .ai1ec-event-popup,
.ai1ec-month-view .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-event-summary,
.ai1ec-oneday-view .ai1ec-event-summary {
border: 2px solid #d4d4d4;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background: #ffffff;
}
.ai1ec-month-view .ai1ec-event-popup,
.ai1ec-week-view .ai1ec-event-popup,
.ai1ec-oneday-view .ai1ec-event-popup {
position: absolute;
z-index: 5;
display: none;
white-space: nowrap;
color: #333333 !important;
top: -5px;
left: -2px;
min-width: 100%;
-webkit-border-radius: 0 0.3em 0.3em 0;
-moz-border-radius: 0 0.3em 0.3em 0;
border-radius: 0 0.3em 0.3em 0;
}
.ai1ec-month-view .ai1ec-event-popup.ai1ec-shifted-right,
.ai1ec-week-view .ai1ec-event-popup.ai1ec-shifted-right,
.ai1ec-oneday-view .ai1ec-event-popup.ai1ec-shifted-right {
-webkit-border-radius: 0.3em 0 0 0.3em;
-moz-border-radius: 0.3em 0 0 0.3em;
border-radius: 0.3em 0 0 0.3em;
}
.ai1ec-month-view .ai1ec-event-popup-bg,
.ai1ec-week-view .ai1ec-event-popup-bg,
.ai1ec-oneday-view .ai1ec-event-popup-bg {
position: relative;
left: -2px;
margin-right: -1px;
padding: 2px 2px 2px 5px;
background: #ffffff;
}
.ai1ec-month-view .ai1ec-shifted-right .ai1ec-event-popup-bg,
.ai1ec-week-view .ai1ec-shifted-right .ai1ec-event-popup-bg,
.ai1ec-oneday-view .ai1ec-shifted-right .ai1ec-event-popup-bg {
left: 1px;
padding: 2px 5px 2px 2px;
}
.ai1ec-month-view .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-event-summary,
.ai1ec-oneday-view .ai1ec-event-summary,
.ai1ec-month-view .ai1ec-event-summary p,
.ai1ec-week-view .ai1ec-event-summary p,
.ai1ec-oneday-view .ai1ec-event-summary p {
font-size: 0.95em !important;
}
.ai1ec-month-view .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-event-summary,
.ai1ec-oneday-view .ai1ec-event-summary {
-webkit-border-radius: 0.3em 0 0.3em 0.3em;
-moz-border-radius: 0.3em 0 0.3em 0.3em;
border-radius: 0.3em 0 0.3em 0.3em;
color: #333333;
background-color: #fefef9;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(1.5em, #ffffff), to(#fafae3));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 1.5em, #fafae3);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 1.5em, #fafae3);
background-image: -ms-linear-gradient(#ffffff, #ffffff 1.5em, #fafae3);
background-image: -o-linear-gradient(#ffffff, #ffffff 1.5em, #fafae3);
background-image: linear-gradient(#ffffff, #ffffff 1.5em, #fafae3);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafae3', GradientType=0);
overflow: hidden;
padding: 2px 4px 3px;
position: absolute;
right: 100%;
top: -2px;
white-space: normal;
width: 13em;
}
.ai1ec-month-view .ai1ec-shifted-right .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-shifted-right .ai1ec-event-summary,
.ai1ec-oneday-view .ai1ec-shifted-right .ai1ec-event-summary {
left: 100%;
-webkit-border-radius: 0 0.3em 0.3em 0.3em;
-moz-border-radius: 0 0.3em 0.3em 0.3em;
border-radius: 0 0.3em 0.3em 0.3em;
}
.ai1ec-month-view .ai1ec-event-summary p,
.ai1ec-week-view .ai1ec-event-summary p,
.ai1ec-oneday-view .ai1ec-event-summary p {
margin: 0 0 0.3em !important;
padding: 0 !important;
}
.ai1ec-month-view .ai1ec-event-time,
.ai1ec-week-view .ai1ec-event-time,
.ai1ec-oneday-view .ai1ec-event-time {
font-size: 8pt;
font-weight: bold;
}
.ai1ec-month-view .ai1ec-read-more,
.ai1ec-week-view .ai1ec-read-more,
.ai1ec-oneday-view .ai1ec-read-more {
text-align: center;
font-size: 8pt;
color: #97978b;
}
.ai1ec-month-view a.ai1ec-event-container,
.ai1ec-week-view .ai1ec-allday-events a.ai1ec-event-container,
.ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container {
position: relative;
}
.ai1ec-oneday-view a.ai1ec-event-container {
margin-right: 10px;
}
.ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container {
margin: 0 15px 0 50px;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container,
.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container {
border: 2px solid #cbd5df !important;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: #eaeef2;
background-image: -moz-linear-gradient(top, #ffffff, #cbd5df);
background-image: -ms-linear-gradient(top, #ffffff, #cbd5df);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cbd5df));
background-image: -webkit-linear-gradient(top, #ffffff, #cbd5df);
background-image: -o-linear-gradient(top, #ffffff, #cbd5df);
background-image: linear-gradient(top, #ffffff, #cbd5df);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbd5df', GradientType=0);
background-color: #ffffff;
position: absolute;
right: 0;
}
.ai1ec-oneday-view .ai1ec-event-popup {
top: -3px;
min-width: 0;
right: 13em;
}
.ai1ec-week-view .ai1ec-week .ai1ec-event-popup {
top: -3px;
}
.ai1ec-oneday-view .ai1ec-oneday .ai1ec-event-title,
.ai1ec-week-view .ai1ec-week .ai1ec-event-title {
display: block;
white-space: normal;
font-size: 8pt !important;
}
.ai1ec-month-view .ai1ec-event {
height: 14px;
line-height: 14px;
margin: 0 0 1px;
}
.ai1ec-month-view .ai1ec-multiday {
position: absolute;
}
.ai1ec-month-view .ai1ec-multiday-arrow1 {
background: #507295;
border: 7px solid #ffffff;
border-left-color: #507295;
border-right-width: 0;
height: 1px;
position: absolute;
right: 0;
top: 0;
width: 0;
}
.ai1ec-month-view .ai1ec-multiday-arrow2 {
border: 7px solid #507295;
border-left-color: #ffffff;
border-right-width: 2px;
height: 1px;
left: 0;
position: absolute;
top: 0;
width: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar {
background: #507295;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 15px;
left: 0;
position: absolute;
top: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event-title {
margin-left: 7px;
}
.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event {
margin: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event-time {
display: none;
}
.ai1ec-month-view .ai1ec-event-dropdown {
background: #FFF;
border: 1px solid #E7E7E7;
border-top: 0;
left: -1px;
position: absolute;
top: 78px;
width: 90px;
z-index: 1000;
}
.ai1ec-month-view .ai1ec-obscured {
display: none !important;
}
.ai1ec-month-view a.ai1ec-scroll-up,
.ai1ec-month-view a.ai1ec-scroll-down {
border: 1px solid #dddddd;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: block;
left: 50%;
height: 16px;
line-height: 14px;
margin-left: -8px;
position: relative;
text-align: center;
text-decoration: none !important;
width: 16px;
}
.ai1ec-month-view a.ai1ec-scroll-up:hover,
.ai1ec-month-view a.ai1ec-scroll-down:hover {
background-color: #dddddd;
}
.ai1ec-month-view a.ai1ec-scroll-up.ai1ec-disabled,
.ai1ec-month-view a.ai1ec-scroll-down.ai1ec-disabled {
border: none;
cursor: default;
opacity: 0.2;
filter: alpha(opacity=20);
padding: 1px;
}
.ai1ec-month-view a.ai1ec-scroll-up.ai1ec-disabled:hover,
.ai1ec-month-view a.ai1ec-scroll-down.ai1ec-disabled:hover {
background-color: transparent;
}
.ai1ec-month-view .ai1ec-event-popup .ai1ec-event-popup-allround {
border-radius: 0.3em;
}
.ai1ec-month-view .ai1ec-event-popup .ai1ec-event-popup-allround .ai1ec-event-popup-bg {
left: 0;
margin-right: 2px;
padding: 2px;
}
.ai1ec-month-view .ai1ec-event-popup .ai1ec-event-popup-allround .ai1ec-event-summary {
display: none;
}
.ai1ec-oneday-view .ai1ec-start-truncated .ai1ec-event-time,
.ai1ec-week-view .ai1ec-start-truncated .ai1ec-event-time {
display: none;
}
.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container.ai1ec-start-truncated,
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container.ai1ec-start-truncated {
border-top-left-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
}
.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container.ai1ec-end-truncated,
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container.ai1ec-end-truncated {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
}
.ai1ec-oneday-view .ai1ec-oneday .ai1ec-start-truncator,
.ai1ec-week-view .ai1ec-week .ai1ec-start-truncator,
.ai1ec-oneday-view .ai1ec-oneday .ai1ec-end-truncator,
.ai1ec-week-view .ai1ec-week .ai1ec-end-truncator {
position: absolute;
line-height: 1em;
font-size: 6pt;
}
.ai1ec-oneday-view .ai1ec-oneday .ai1ec-start-truncator,
.ai1ec-week-view .ai1ec-week .ai1ec-start-truncator {
top: -2px;
left: -2px;
}
.ai1ec-oneday-view .ai1ec-oneday .ai1ec-end-truncator,
.ai1ec-week-view .ai1ec-week .ai1ec-end-truncator {
bottom: -2px;
right: -2px;
}
.ai1ec-agenda-view {
clear: both;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-no-results {
font-size: 10pt !important;
font-style: italic;
}
.ai1ec-agenda-view .ai1ec-date-events {
overflow: hidden;
margin: 0 0.75em 0 0 !important;
padding: 0 !important;
}
.ai1ec-agenda-view > li,
.ai1ec-agenda-view .ai1ec-date-events > li {
list-style: none !important;
}
.ai1ec-agenda-view .ai1ec-date {
border-top: 1px solid #e5e5e5;
background: rgba(242, 242, 242, 0.8);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(1em, #f2f2f2), to(rgba(242, 242, 242, 0)));
background: -webkit-linear-gradient(#f2f2f2, #f2f2f2 1em, rgba(242, 242, 242, 0));
background: -moz-linear-gradient(top, #f2f2f2, #f2f2f2 1em, rgba(242, 242, 242, 0));
background: -ms-linear-gradient(#f2f2f2, #f2f2f2 1em, rgba(242, 242, 242, 0));
background: -o-linear-gradient(#f2f2f2, #f2f2f2 1em, rgba(242, 242, 242, 0));
background: linear-gradient(#f2f2f2, #f2f2f2 1em, rgba(242, 242, 242, 0));
background-repeat: no-repeat;
margin: 0 !important;
overflow: hidden;
padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-date.ai1ec-today {
border-top: 1px solid #f0f0aa;
background: rgba(244, 244, 191, 0.8);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4bf), color-stop(1em, #f4f4bf), to(rgba(244, 244, 191, 0)));
background: -webkit-linear-gradient(#f4f4bf, #f4f4bf 1em, rgba(244, 244, 191, 0));
background: -moz-linear-gradient(top, #f4f4bf, #f4f4bf 1em, rgba(244, 244, 191, 0));
background: -ms-linear-gradient(#f4f4bf, #f4f4bf 1em, rgba(244, 244, 191, 0));
background: -o-linear-gradient(#f4f4bf, #f4f4bf 1em, rgba(244, 244, 191, 0));
background: linear-gradient(#f4f4bf, #f4f4bf 1em, rgba(244, 244, 191, 0));
background-repeat: no-repeat;
}
.ai1ec-agenda-view h3.ai1ec-date-title {
border: 2px solid #8ba5c0;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
color: #525252;
float: left;
font-size: 10pt;
font-weight: normal;
background-color: #f9f9f9;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(1em, #ffffff), to(#e0e0e0));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 1em, #e0e0e0);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 1em, #e0e0e0);
background-image: -ms-linear-gradient(#ffffff, #ffffff 1em, #e0e0e0);
background-image: -o-linear-gradient(#ffffff, #ffffff 1em, #e0e0e0);
background-image: linear-gradient(#ffffff, #ffffff 1em, #e0e0e0);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
line-height: 1.1em;
margin: 0 0.75em 0.5em !important;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
width: 4em;
}
.ai1ec-agenda-view .ai1ec-month {
color: #ffffff;
background: #8ba5c0;
font-size: 0.8em !important;
letter-spacing: 0.2em;
padding: 0.1em;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ai1ec-agenda-view .ai1ec-day {
font-size: 2.2em !important;
padding: 0.3em 0 0.2em !important;
}
.ai1ec-agenda-view .ai1ec-weekday {
font-size: 0.8em !important;
line-height: 1.5em;
}
.ai1ec-agenda-view .ai1ec-year {
color: #ffffff;
background: #8ba5c0;
font-size: 0.7em !important;
letter-spacing: 0.15em;
padding: 0.05em 0.1em 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ai1ec-agenda-view .ai1ec-event {
position: relative;
clear: right;
overflow: hidden;
font-size: 10pt;
text-decoration: none;
padding: 0.1em 0.3em !important;
margin: 0.5em 0 !important;
background: #ffffff !important;
border: 1px solid #d4d4d4;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
border: 2px solid #d4d4d4;
-webkit-box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.08);
box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.08);
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-click {
cursor: pointer;
line-height: 1.4em;
color: #507295;
text-shadow: 0 1px 0 #ffffff;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-click:hover > .ai1ec-event-expand {
visibility: visible;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
float: left;
margin-right: 0.5em;
min-height: 1em;
font-weight: bold;
line-height: 1.4em;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
margin: 0 0 0 8em;
font-size: 10pt;
font-weight: normal;
}
.ai1ec-agenda-view .ai1ec-event:hover,
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded:hover {
border-color: #aeaeae;
}
.ai1ec-agenda-view .ai1ec-event:hover .ai1ec-event-click {
color: #354c63;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday {
padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-click {
color: #ffffff;
background: #507295;
padding: 0.1em 0.4em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em;
text-shadow: none;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-time {
color: #ffffff;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-title {
margin: 0;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday:hover .ai1ec-event-click {
color: #ffffff;
background: #354c63;
}
.ai1ec-agenda-view .ai1ec-allday-label {
font-size: 8pt;
color: rgba(255, 255, 255, 0.5);
padding-left: 0.2em;
}
.ai1ec-agenda-view .ai1ec-event-expand {
float: right;
margin-left: 0.5em;
visibility: hidden;
font-size: 9pt;
}
.ai1ec-agenda-view .ai1ec-category-colors {
float: left;
font-size: 0.9em;
margin: 0.2em 0.2em -0.2em -0.1em;
}
.ai1ec-agenda-view .ai1ec-category-colors .ai1ec-category-color {
padding: 1px;
}
.ai1ec-agenda-view .ai1ec-event-summary {
display: none;
}
.ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-title {
margin: 0.1em 0;
font-size: 11pt;
line-height: 1.1em;
}
.ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time {
width: auto;
float: none;
font-size: 9pt;
line-height: 1.5em;
}
.ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-click {
border-bottom: 1px solid #dddddd;
margin-bottom: 0.4em;
padding: 0.5em 0.25em;
}
.ai1ec-agenda-view .ai1ec-allday .ai1ec-event-summary .ai1ec-event-click {
border-bottom: none;
-webkit-border-radius: 0.3em 0.3em 0 0;
-moz-border-radius: 0.3em 0.3em 0 0;
border-radius: 0.3em 0.3em 0 0;
padding: 0.4em 0.6em;
}
.ai1ec-agenda-view .ai1ec-categories,
.ai1ec-agenda-view .ai1ec-tags {
font-size: 8pt;
}
.ai1ec-agenda-view .ai1ec-event-description,
.ai1ec-agenda-view .ai1ec-event-description p {
font-size: 9pt;
line-height: 1.5em;
}
.ai1ec-agenda-view .ai1ec-event-description {
clear: both;
overflow: hidden;
padding: 0 0.25em 3.6em;
max-height: 20em;
}
.ai1ec-agenda-view .ai1ec-event-description p {
margin: 0.5em 0 0.75em !important;
padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-event-description .ai1ec-label {
font-size: 8pt;
}
.ai1ec-agenda-view .ai1ec-allday .ai1ec-event-description {
position: relative;
overflow: hidden;
padding: 0 0.65em 3.5em;
}
.ai1ec-agenda-view .ai1ec-event-overlay {
position: absolute;
z-index: 5;
bottom: 0;
left: 0;
right: 0;
padding: 0.4em 0.5em;
-webkit-border-radius: 0 0 0.5em 0.5em;
-moz-border-radius: 0 0 0.5em 0.5em;
border-radius: 0 0 0.5em 0.5em;
background: #fafae3;
background: rgba(252, 252, 240, 0.85);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75), #fafae3);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.75), #fafae3);
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.75)), to(#fafae3));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), #fafae3);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75), #fafae3);
background: linear-gradient(top, rgba(255, 255, 255, 0.75), #fafae3);
background-repeat: repeat-x;
}
.ai1ec-agenda-view .ai1ec-read-more {
float: right;
margin: 0.6em 0 0.2em;
}
.ai1ec-subscribe {
clear: both;
}
.ai1ec-subscribe-filtered {
display: none;
}
i.icon-print {
padding: 0 7px;
}
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com