.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 28px;
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}
.collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.collapse.in {
    height: auto;
}
.modal-open .dropdown-menu {
    z-index: 20050;
}
.modal-open .dropdown.open {
}
.modal-open .popover {
    z-index: 20060;
}
.modal-open .tooltip {
    z-index: 20070;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
.timely .modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 10050;
}
.timely .modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.timely .modal.fade.in {
    top: 50%;
}
.timely .modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.timely .modal-header .close {
    margin-top: 2px;
}
.timely .modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}
.timely .modal-form {
    margin-bottom: 0;
}
.timely .modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.timely .modal-footer:before, .timely .modal-footer:after {
    content: "";
    display: table;
}
.timely .modal-footer:after {
    clear: both;
}
.timely .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.timely .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.timely.tooltip {
    display: block;
    font-size: 11px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 10020;
}
.timely.tooltip.in {
    opacity: 0.8;
}
.timely.tooltip.top {
    margin-top: -2px;
}
.timely.tooltip.right {
    margin-left: 2px;
}
.timely.tooltip.bottom {
    margin-top: 2px;
}
.timely.tooltip.left {
    margin-left: -2px;
}
.timely.tooltip.top .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.timely.tooltip.left .tooltip-arrow {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.timely.tooltip.bottom .tooltip-arrow {
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.timely.tooltip.right .tooltip-arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
    border-top: 5px solid transparent;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.timely .tooltip-inner {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.timely .tooltip-arrow {
    height: 0;
    position: absolute;
    width: 0;
}
.timely.popover {
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 10010;
}
.timely.popover.top {
    margin-top: -5px;
}
.timely.popover.right {
    margin-left: 5px;
}
.timely.popover.bottom {
    margin-top: 5px;
}
.timely.popover.left {
    margin-left: -5px;
}
.timely.popover.top .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.timely.popover.right .arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
    border-top: 5px solid transparent;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.timely.popover.bottom .arrow {
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.timely.popover.left .arrow {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.timely.popover .arrow {
    height: 0;
    position: absolute;
    width: 0;
}
.timely .popover-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 3px;
    width: 280px;
}
.timely .popover-title {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 3px 3px 0 0;
    line-height: 1;
    padding: 9px 15px;
}
.timely .popover-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-radius: 0 0 3px 3px;
    padding: 14px;
}
.timely .popover-content p, .timely .popover-content ul, .timely .popover-content ol {
    margin-bottom: 0;
}
body.modal-open {
    overflow: hidden;
}
.modal-backdrop {
    background-color: #FFFFFF;
}
.timely {
    background-image: url("../img/ajax-loader.gif");
    background-position: center 50px;
    background-repeat: no-repeat;
    min-height: 100px;
}
.timely > * {
    opacity: 0;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
}
.wf-active .timely, .wf-inactive .timely {
    background-image: none;
    min-height: 0;
}
.wf-active .timely > *, .wf-inactive .timely > * {
    opacity: 1;
    visibility: visible;
}
.timely a, .timely a:link, .timely a:visited, .timely a:active, .timely a:hover, #ai1ec-container a, #ai1ec-container a:link, #ai1ec-container a:visited, #ai1ec-container a:active, #ai1ec-container a:hover {
    font-weight: normal;
    text-decoration: none !important;
}
.timely img, #ai1ec-container img {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    padding: 0;
}
.timely .alignleft, .timely.alignleft, #ai1ec-container .alignleft, #ai1ec-container.alignleft {
    float: left;
    margin: 0 16px 8px 0;
}
.timely .alignright, .timely.alignright, #ai1ec-container .alignright, #ai1ec-container.alignright {
    float: right;
    margin: 0 0 8px 16px;
}
.timely small, #ai1ec-container small {
    margin: 0 !important;
}
.timely table, #ai1ec-container table {
    line-height: inherit;
}
.timely tr, .timely th, .timely td, #ai1ec-container tr, #ai1ec-container th, #ai1ec-container td {
    background: none repeat scroll 0 0 B5D34F; /*background: none repeat scroll 0 0 transparent;*/ 
    border: 0 none;
    padding: 0;
	font-size:14px;
}
.timely {
    color: #4D4D4D;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}
.timely article, .timely aside, .timely details, .timely figcaption, .timely figure, .timely footer, .timely header, .timely hgroup, .timely nav, .timely section {
    display: block;
}
.timely audio, .timely canvas, .timely video {
    display: inline-block;
}
.timely audio:not([controls]) {
    display: none;
}
.timely html {
    font-size: 100%;
}
.timely a:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.timely a:hover, .timely a:active {
    outline: 0 none;
}
.timely sub, .timely sup {
    font-size: 75%;
    line-height: 0;    position: relative;
    vertical-align: baseline;
}
.timely sup {
    top: -0.5em;
}
.timely sub {
    bottom: -0.25em;
}
.timely img {
    border: 0 none;
    height: auto;
    vertical-align: middle;
}
.timely button, .timely input, .timely select, .timely textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
.timely button, .timely input {
    line-height: normal;
}
.timely button::-moz-focus-inner, .timely input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.timely button, .timely input[type="button"], .timely input[type="reset"], .timely input[type="submit"] {
    cursor: pointer;
}
.timely input[type="search"] {
    -moz-box-sizing: content-box;
}
.timely textarea {
    overflow: auto;
    vertical-align: top;
}
.timely body {
    background-color: #FFFFFF;
    color: #4D4D4D;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}
.timely a {
    color: #507295;
    text-decoration: none;
}
.timely a:hover {
    color: #354C63;
    text-decoration: underline;
}
.timely .row {
    margin-left: -20px;
}
.timely .row:before, .timely .row:after {
    content: "";
    display: table;
}
.timely .row:after {
    clear: both;
}
.timely [class*="span"] {
    float: left;
    margin-left: 20px;
}
.timely .container, .timely .navbar-fixed-top .container, .timely .navbar-fixed-bottom .container {
    width: 940px;
}
.timely .span12 {
    width: 940px;
}
.timely .span11 {
    width: 860px;
}
.timely .span10 {
    width: 780px;
}
.timely .span9 {
    width: 700px;
}
.timely .span8 {
    width: 620px;
}
.timely .span7 {
    width: 540px;
}
.timely .span6 {
    width: 460px;
}
.timely .span5 {
    width: 380px;
}
.timely .span4 {
    width: 300px;
}
.timely .span3 {
    width: 220px;
}
.timely .span2 {
    width: 140px;
}
.timely .span1 {
    width: 60px;
}
.timely .offset12 {
    margin-left: 980px;
}
.timely .offset11 {
    margin-left: 900px;
}
.timely .offset10 {
    margin-left: 820px;
}
.timely .offset9 {
    margin-left: 740px;
}
.timely .offset8 {
    margin-left: 660px;
}
.timely .offset7 {
    margin-left: 580px;
}
.timely .offset6 {
    margin-left: 500px;
}
.timely .offset5 {
    margin-left: 420px;
}
.timely .offset4 {
    margin-left: 340px;
}
.timely .offset3 {
    margin-left: 260px;
}
.timely .offset2 {
    margin-left: 180px;
}
.timely .offset1 {
    margin-left: 100px;
}
.timely .row-fluid {
    width: 100%;
}
.timely .row-fluid:before, .timely .row-fluid:after {
    content: "";
    display: table;
}
.timely .row-fluid:after {
    clear: both;
}
.timely .row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 28px;
    width: 100%;
}
.timely .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.timely .row-fluid .span12 {
    width: 100%;
}
.timely .row-fluid .span11 {
    width: 91.4894%;
}
.timely .row-fluid .span10 {
    width: 82.9787%;
}
.timely .row-fluid .span9 {
    width: 74.4681%;
}
.timely .row-fluid .span8 {
    width: 65.9574%;
}
.timely .row-fluid .span7 {
    width: 57.4468%;
}
.timely .row-fluid .span6 {
    width: 48.9362%;
}
.timely .row-fluid .span5 {
    width: 40.4255%;
}
.timely .row-fluid .span4 {
    width: 31.9149%;
}
.timely .row-fluid .span3 {
    width: 23.4043%;
}
.timely .row-fluid .span2 {
    width: 14.8936%;
}
.timely .row-fluid .span1 {
    width: 6.38298%;
}
.timely p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
}
.timely p small {
    color: #999999;
    font-size: 11px;
}
.timely .lead {
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 16px;
}
.timely h1, .timely h2, .timely h3, .timely h4, .timely h5, .timely h6 {
    color: #333333;
    font-family: Calibri,Nunito,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}
.timely h1 small, .timely h2 small, .timely h3 small, .timely h4 small, .timely h5 small, .timely h6 small {
    color: #999999;
    font-weight: normal;
}
.timely h1 {
    font-size: 30px;
    line-height: 32px;
}
.timely h1 small {
    font-size: 18px;
}
.timely h2 {
    font-size: 24px;
    line-height: 32px;
}
.timely h2 small {
    font-size: 18px;
}
.timely h3 {
    font-size: 18px;
    line-height: 24px;
}
.timely h3 small {
    font-size: 14px;
}
.timely h4, .timely h5, .timely h6 {
    line-height: 16px;
}
.timely h4 {
    font-size: 14px;
}
.timely h4 small {
    font-size: 12px;
}
.timely h5 {
    font-size: 12px;
}
.timely h6 {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}
.timely .page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 16px 0;
    padding-bottom: 15px;
}
.timely .page-header h1 {
    line-height: 1;
}
.timely ul, .timely ol {
    margin: 0 0 8px 25px;
    padding: 0;
}
.timely ul ul, .timely ul ol, .timely ol ol, .timely ol ul {
    margin-bottom: 0;
}
.timely ul {
    list-style: disc outside none;
}
.timely ol {
    list-style: decimal outside none;
}
.timely li {
    line-height: 16px;
}
.timely ul.unstyled, .timely ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}
.timely dl {
    margin-bottom: 16px;
}
.timely dt, .timely dd {
    line-height: 16px;
}
.timely dt {
    font-weight: bold;
    line-height: 15px;
}
.timely dd {
    margin-left: 8px;
}
.timely .dl-horizontal dt {
    clear: left;
    float: left;
    text-align: right;
    width: 120px;
}
.timely .dl-horizontal dd {
    margin-left: 130px;
}
.timely hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 16px 0;
}
.timely strong {
    font-weight: bold;
}
.timely em {
    font-style: italic;
}
.timely .muted {
    color: #999999;
}
.timely abbr[title] {
    border-bottom: 1px dotted #DDDDDD;
    cursor: help;
}
.timely abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.timely blockquote {
    border-left: 5px solid #EEEEEE;
    margin: 0 0 16px;
    padding: 0 0 0 15px;
}
.timely blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}
.timely blockquote small {
    color: #999999;
    display: block;
    line-height: 16px;
}
.timely blockquote small:before {
    content: "— ";
}
.timely blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #EEEEEE;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}
.timely blockquote.pull-right p, .timely blockquote.pull-right small {
    text-align: right;
}
.timely q:before, .timely q:after, .timely blockquote:before, .timely blockquote:after {
    content: "";
}
.timely address {
    display: block;
    font-style: normal;
    line-height: 16px;
    margin-bottom: 16px;
}
.timely small {
    font-size: 100%;
}
.timely cite {
    font-style: normal;
}
.timely form {
    margin: 0 0 16px;
}
.timely fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.timely legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 19.5px;
    line-height: 32px;
    margin-bottom: 24px;
    padding: 0;
    width: 100%;
}
.timely legend small {
    color: #999999;
    font-size: 12px;
}
.timely label, .timely input, .timely button, .timely select, .timely textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}
.timely input, .timely button, .timely select, .timely textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.timely label {
    display: block;
    margin-bottom: 5px;
}
.timely select, .timely textarea, .timely input[type="text"], .timely input[type="password"], .timely input[type="datetime"], .timely input[type="datetime-local"], .timely input[type="date"], .timely input[type="month"], .timely input[type="time"], .timely input[type="week"], .timely input[type="number"], .timely input[type="email"], .timely input[type="url"], .timely input[type="search"], .timely input[type="tel"], .timely input[type="color"], .timely .uneditable-input {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 9px;
    padding: 4px;
}
.timely input, .timely textarea {
    width: 210px;
}
.timely textarea {
    height: auto;
}
.timely textarea, .timely input[type="text"], .timely input[type="password"], .timely input[type="datetime"], .timely input[type="datetime-local"], .timely input[type="date"], .timely input[type="month"], .timely input[type="time"], .timely input[type="week"], .timely input[type="number"], .timely input[type="email"], .timely input[type="url"], .timely input[type="search"], .timely input[type="tel"], .timely input[type="color"], .timely .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.timely textarea:focus, .timely input[type="text"]:focus, .timely input[type="password"]:focus, .timely input[type="datetime"]:focus, .timely input[type="datetime-local"]:focus, .timely input[type="date"]:focus, .timely input[type="month"]:focus, .timely input[type="time"]:focus, .timely input[type="week"]:focus, .timely input[type="number"]:focus, .timely input[type="email"]:focus, .timely input[type="url"]:focus, .timely input[type="search"]:focus, .timely input[type="tel"]:focus, .timely input[type="color"]:focus, .timely .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.timely input[type="radio"], .timely input[type="checkbox"] {
    cursor: pointer;
    line-height: normal;
    margin: 3px 0;
}
.timely input[type="submit"], .timely input[type="reset"], .timely input[type="button"], .timely input[type="radio"], .timely input[type="checkbox"] {
    width: auto;
}
.timely .uneditable-textarea {
    height: auto;
    width: auto;
}
.timely select, .timely input[type="file"] {
    height: 28px;
    line-height: 28px;
}
.timely select {
    border: 1px solid #BBBBBB;
    width: 220px;
}
.timely select[multiple], .timely select[size] {
    height: auto;
}
.timely select:focus, .timely input[type="file"]:focus, .timely input[type="radio"]:focus, .timely input[type="checkbox"]:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.timely .radio, .timely .checkbox {
    min-height: 18px;
    padding-left: 18px;
}
.timely .radio input[type="radio"], .timely .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
.timely .controls > .radio:first-child, .timely .controls > .checkbox:first-child {
    padding-top: 5px;
}
.timely .radio.inline, .timely .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}
.timely .radio.inline + .radio.inline, .timely .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.timely .input-mini {
    width: 60px;
}
.timely .input-small {
    width: 90px;
}
.timely .input-medium {
    width: 150px;
}
.timely .input-large {
    width: 210px;
}
.timely .input-xlarge {
    width: 270px;
}
.timely .input-xxlarge {
    width: 530px;
}
.timely input[class*="span"], .timely select[class*="span"], .timely textarea[class*="span"], .timely .uneditable-input[class*="span"], .timely .row-fluid input[class*="span"], .timely .row-fluid select[class*="span"], .timely .row-fluid textarea[class*="span"], .timely .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}
.timely .input-append input[class*="span"], .timely .input-append .uneditable-input[class*="span"], .timely .input-prepend input[class*="span"], .timely .input-prepend .uneditable-input[class*="span"], .timely .row-fluid .input-prepend [class*="span"], .timely .row-fluid .input-append [class*="span"] {
    display: inline-block;
}
.timely input, .timely textarea, .timely .uneditable-input {
    margin-left: 0;
}
.timely input.span12, textarea.span12, .uneditable-input.span12 {
    width: 930px;
}
.timely input.span11, textarea.span11, .uneditable-input.span11 {
    width: 850px;
}
.timely input.span10, textarea.span10, .uneditable-input.span10 {
    width: 770px;
}
.timely input.span9, textarea.span9, .uneditable-input.span9 {
    width: 690px;
}
.timely input.span8, textarea.span8, .uneditable-input.span8 {
    width: 610px;
}
.timely input.span7, textarea.span7, .uneditable-input.span7 {
    width: 530px;
}
.timely input.span6, textarea.span6, .uneditable-input.span6 {
    width: 450px;
}
.timely input.span5, textarea.span5, .uneditable-input.span5 {
    width: 370px;
}
.timely input.span4, textarea.span4, .uneditable-input.span4 {
    width: 290px;
}
.timely input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px;
}
.timely input.span2, textarea.span2, .uneditable-input.span2 {
    width: 130px;
}
.timely input.span1, textarea.span1, .uneditable-input.span1 {
    width: 50px;
}
.timely input[disabled], .timely select[disabled], .timely textarea[disabled], .timely input[readonly], .timely select[readonly], .timely textarea[readonly] {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    cursor: not-allowed;
}
.timely input[type="radio"][disabled], .timely input[type="checkbox"][disabled], .timely input[type="radio"][readonly], .timely input[type="checkbox"][readonly] {
    background-color: transparent;
}
.timely .control-group.warning > label, .timely .control-group.warning .help-block, .timely .control-group.warning .help-inline {
    color: #C09853;
}
.timely .control-group.warning .checkbox, .timely .control-group.warning .radio, .timely .control-group.warning input, .timely .control-group.warning select, .timely .control-group.warning textarea {
    border-color: #C09853;
    color: #C09853;
}
.timely .control-group.warning .checkbox:focus, .timely .control-group.warning .radio:focus, .timely .control-group.warning input:focus, .timely .control-group.warning select:focus, .timely .control-group.warning textarea:focus {
    border-color: #A47E3C;
    box-shadow: 0 0 6px #DBC59E;
}
.timely .control-group.warning .input-prepend .add-on, .timely .control-group.warning .input-append .add-on {
    background-color: #FCF8E3;
    border-color: #C09853;
    color: #C09853;
}
.timely .control-group.error > label, .timely .control-group.error .help-block, .timely .control-group.error .help-inline {
    color: #B94A48;
}
.timely .control-group.error .checkbox, .timely .control-group.error .radio, .timely .control-group.error input, .timely .control-group.error select, .timely .control-group.error textarea {
    border-color: #B94A48;
    color: #B94A48;
}
.timely .control-group.error .checkbox:focus, .timely .control-group.error .radio:focus, .timely .control-group.error input:focus, .timely .control-group.error select:focus, .timely .control-group.error textarea:focus {
    border-color: #953B39;
    box-shadow: 0 0 6px #D59392;
}
.timely .control-group.error .input-prepend .add-on, .timely .control-group.error .input-append .add-on {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
}
.timely .control-group.success > label, .timely .control-group.success .help-block, .timely .control-group.success .help-inline {
    color: #468847;
}
.timely .control-group.success .checkbox, .timely .control-group.success .radio, .timely .control-group.success input, .timely .control-group.success select, .timely .control-group.success textarea {
    border-color: #468847;
    color: #468847;
}
.timely .control-group.success .checkbox:focus, .timely .control-group.success .radio:focus, .timely .control-group.success input:focus, .timely .control-group.success select:focus, .timely .control-group.success textarea:focus {
    border-color: #356635;
    box-shadow: 0 0 6px #7ABA7B;
}
.timely .control-group.success .input-prepend .add-on, .timely .control-group.success .input-append .add-on {
    background-color: #DFF0D8;
    border-color: #468847;
    color: #468847;
}
.timely input:focus:required:invalid, .timely textarea:focus:required:invalid, .timely select:focus:required:invalid {
    border-color: #EE5F5B;
    color: #B94A48;
}
.timely input:focus:required:invalid:focus, .timely textarea:focus:required:invalid:focus, .timely select:focus:required:invalid:focus {
    border-color: #E9322D;
    box-shadow: 0 0 6px #F8B9B7;
}
.timely .form-actions {
    border-top: 1px solid #E5E5E5;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 15px 20px 16px;
}
.timely .form-actions:before, .timely .form-actions:after {
    content: "";
    display: table;
}
.timely .form-actions:after {
    clear: both;
}
.timely .uneditable-input {
    background-color: #FFFFFF;
    border-color: #EEEEEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.024) inset;
    cursor: not-allowed;
    overflow: hidden;
    white-space: nowrap;
}
.timely .help-block, .timely .help-inline {
    color: #555555;
}
.timely .help-block {
    display: block;
    margin-bottom: 8px;
}
.timely .help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.timely .input-prepend, .timely .input-append {
    margin-bottom: 5px;
}
.timely .input-prepend input, .timely .input-prepend select, .timely .input-prepend .uneditable-input, .timely .input-append input, .timely .input-append select, .timely .input-append .uneditable-input {
    border-radius: 0 0 0 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle;
}
.timely .input-prepend input:focus, .timely .input-prepend select:focus, .timely .input-prepend .uneditable-input:focus, .timely .input-append input:focus, .timely .input-append select:focus, .timely .input-append .uneditable-input:focus {
    z-index: 2;
}
.timely .input-prepend .uneditable-input, .timely .input-append .uneditable-input {
    border-left-color: #CCCCCC;
}
.timely .input-prepend .add-on, .timely .input-append .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: middle;
    width: auto;
}
.timely .input-prepend .add-on, .timely .input-prepend .btn, .timely .input-append .add-on, .timely .input-append .btn {
    border-radius: 0 0 0 0;
    margin-left: -1px;
}
.timely .input-prepend .active, .timely .input-append .active {
    background-color: #BBE8C0;
    border-color: #49C157;
}
.timely .input-prepend .add-on, .timely .input-prepend .btn {
    margin-right: -1px;
}
.timely .input-prepend .add-on:first-child, .timely .input-prepend .btn:first-child {
    border-radius: 0 0 0 0;
}
.timely .input-append input, .timely .input-append select, .timely .input-append .uneditable-input {
    border-radius: 0 0 0 0;
}
.timely .input-append .uneditable-input {
    border-left-color: #EEEEEE;
    border-right-color: #CCCCCC;
}
.timely .input-append .add-on:last-child, .timely .input-append .btn:last-child {
    border-radius: 0 0 0 0;
}
.timely .input-prepend.input-append input, .timely .input-prepend.input-append select, .timely .input-prepend.input-append .uneditable-input {
    border-radius: 0 0 0 0;
}
.timely .input-prepend.input-append .add-on:first-child, .timely .input-prepend.input-append .btn:first-child {
    border-radius: 0 0 0 0;
    margin-right: -1px;
}
.timely .input-prepend.input-append .add-on:last-child, .timely .input-prepend.input-append .btn:last-child {
    border-radius: 0 0 0 0;
    margin-left: -1px;
}
.timely .search-query {
    border-radius: 14px 14px 14px 14px;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
}
.timely .form-search input, .timely .form-search textarea, .timely .form-search select, .timely .form-search .help-inline, .timely .form-search .uneditable-input, .timely .form-search .input-prepend, .timely .form-search .input-append, .timely .form-inline input, .timely .form-inline textarea, .timely .form-inline select, .timely .form-inline .help-inline, .timely .form-inline .uneditable-input, .timely .form-inline .input-prepend, .timely .form-inline .input-append, .timely .form-horizontal input, .timely .form-horizontal textarea, .timely .form-horizontal select, .timely .form-horizontal .help-inline, .timely .form-horizontal .uneditable-input, .timely .form-horizontal .input-prepend, .timely .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
}
.timely .form-search .hide, .timely .form-inline .hide, .timely .form-horizontal .hide {
    display: none;
}
.timely .form-search label, .timely .form-inline label {
    display: inline-block;
}
.timely .form-search .input-append, .timely .form-inline .input-append, .timely .form-search .input-prepend, .timely .form-inline .input-prepend {
    margin-bottom: 0;
}
.timely .form-search .radio, .timely .form-search .checkbox, .timely .form-inline .radio, .timely .form-inline .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}
.timely .form-search .radio input[type="radio"], .timely .form-search .checkbox input[type="checkbox"], .timely .form-inline .radio input[type="radio"], .timely .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 3px;
}
.timely .control-group {
    margin-bottom: 8px;
}
.timely legend + .control-group {
    margin-top: 16px;
}
.timely .form-horizontal .control-group {
    margin-bottom: 16px;
}
.timely .form-horizontal .control-group:before, .timely .form-horizontal .control-group:after {
    content: "";
    display: table;
}
.timely .form-horizontal .control-group:after {
    clear: both;
}
.timely .form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}
.timely .form-horizontal .controls {
    margin-left: 160px;
}
.timely .form-horizontal .controls:first-child {
}
.timely .form-horizontal .help-block {
    margin-bottom: 0;
    margin-top: 8px;
}
.timely .form-horizontal .form-actions {
    padding-left: 160px;
}
.timely .btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.timely .btn-file > input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 100px 200px;
    cursor: pointer;
    direction: ltr;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.timely .fileupload {
    margin-bottom: 9px;
}
.timely .fileupload .uneditable-input {
    cursor: text;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.timely .fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.timely .fileupload .thumbnail > img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
.timely .fileupload .btn {
    vertical-align: middle;
}
.timely .fileupload-exists .fileupload-new, .timely .fileupload-new .fileupload-exists {
    display: none;
}
.timely .fileupload-inline .fileupload-controls {
    display: inline;
}
.timely .fileupload-new .input-append .btn-file {
    border-radius: 0 3px 3px 0;
}
.timely .thumbnail-borderless .thumbnail {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 0;
}
.timely .fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #DDDDDD;
}
.timely .control-group.warning .fileupload .uneditable-input {
    border-color: #A47E3C;
    color: #A47E3C;
}
.timely .control-group.warning .fileupload .fileupload-preview {
    color: #A47E3C;
}
.timely .control-group.warning .fileupload .thumbnail {
    border-color: #A47E3C;
}
.timely .control-group.error .fileupload .uneditable-input {
    border-color: #B94A48;
    color: #B94A48;
}
.timely .control-group.error .fileupload .fileupload-preview {
    color: #B94A48;
}
.timely .control-group.error .fileupload .thumbnail {
    border-color: #B94A48;
}
.timely .control-group.success .fileupload .uneditable-input {
    border-color: #468847;
    color: #468847;
}
.timely .control-group.success .fileupload .fileupload-preview {
    color: #468847;
}
.timely .control-group.success .fileupload .thumbnail {
    border-color: #468847;
}
.timely .dropup, .timely .dropdown {
    position: relative;
}
.timely .dropdown-toggle {
}
.timely .dropdown-toggle:active, .timely .open .dropdown-toggle {
    outline: 0 none;
}
.timely .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}
.timely .dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}
.timely .dropdown:hover .caret, .timely .open .caret {
    opacity: 1;
}
.timely .dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 10000;
}
.timely .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.timely .dropdown-menu .divider {
    border-bottom: 1px solid;
    height: 1px;
    margin: 7px 1px;
    overflow: hidden;
}
.timely .dropdown-menu a {
    clear: both;
    color: #666666;
    display: block;
    font-weight: normal;
    line-height: 16px;
    padding: 3px 15px;
    white-space: nowrap;
}
.timely .dropdown-menu li > a:hover, .timely .dropdown-menu .active > a, .timely .dropdown-menu .active > a:hover {
    background-color: #E0EFFF;
    color: #000000;
    text-decoration: none;
}
.timely .open {
}
.timely .open > .dropdown-menu {
    display: block;
}
.timely .pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.timely .dropup .caret, .timely .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #000000;
    border-top: 0 none;
    content: "?";
}
.timely .dropup .dropdown-menu, .timely .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
.timely .typeahead {
    border-radius: 4px 4px 4px 4px;
    margin-top: 2px;
}
.timely .close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.timely .close:hover {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
.timely button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.timely .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   /* background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.timely .btn:hover, .timely .btn:active, .timely .btn.active, .timely .btn.disabled, .timely .btn[disabled] {
    background-color: #E6E6E6;
}
.timely .btn:active, .timely .btn.active {
}
.timely .btn:first-child {
}
.timely .btn:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.timely .btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.timely .btn.active, .timely .btn:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.timely .btn.disabled, .timely .btn[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.timely .btn-large {
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px;
}
.timely .btn-large [class^="icon-"] {
    margin-top: 1px;
}
.timely .btn-small {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 9px;
}
.timely .btn-small [class^="icon-"] {
    margin-top: -1px;
}
.timely .btn-mini {
    font-size: 11px;
    line-height: 12px;
    padding: 2px 6px;
}
.timely .btn-primary, .timely .btn-primary:hover, .timely .btn-warning, .timely .btn-warning:hover, .timely .btn-danger, .timely .btn-danger:hover, .timely .btn-success, .timely .btn-success:hover, .timely .btn-info, .timely .btn-info:hover, .timely .btn-inverse, .timely .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.timely .btn-primary.active, .timely .btn-warning.active, .timely .btn-danger.active, .timely .btn-success.active, .timely .btn-info.active, .timely .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.timely .btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.timely .btn-primary {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: #51A351 #51A351 #387038;
}
.timely .btn-primary:hover, .timely .btn-primary:active, .timely .btn-primary.active, .timely .btn-primary.disabled, .timely .btn-primary[disabled] {
    background-color: #51A351;
}
.timely .btn-primary:active, .timely .btn-primary.active {
}
.timely .btn-warning {
    background-color: #FAA732;
    background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: #F89406 #F89406 #AD6704;
}
.timely .btn-warning:hover, .timely .btn-warning:active, .timely .btn-warning.active, .timely .btn-warning.disabled, .timely .btn-warning[disabled] {
    background-color: #F89406;
}
.timely .btn-warning:active, .timely .btn-warning.active {
}
.timely .btn-danger {
    background-color: #DA4F49;
    background-image: -moz-linear-gradient(center top , #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: #BD362F #BD362F #802420;
}
.timely .btn-danger:hover, .timely .btn-danger:active, .timely .btn-danger.active, .timely .btn-danger.disabled, .timely .btn-danger[disabled] {
    background-color: #BD362F;
}
.timely .btn-danger:active, .timely .btn-danger.active {
}
.timely .btn-success {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: #51A351 #51A351 #387038;
}
.timely .btn-success:hover, .timely .btn-success:active, .timely .btn-success.active, .timely .btn-success.disabled, .timely .btn-success[disabled] {
    background-color: #51A351;
}
.timely .btn-success:active, .timely .btn-success.active {
}
.timely .btn-info {
    background-color: #49AFCD;
    background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: #2F96B4 #2F96B4 #1F6377;
}
.timely .btn-info:hover, .timely .btn-info:active, .timely .btn-info.active, .timely .btn-info.disabled, .timely .btn-info[disabled] {
    background-color: #2F96B4;
}
.timely .btn-info:active, .timely .btn-info.active {
}
.timely .btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(center top , #555555, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.timely .btn-inverse:hover, .timely .btn-inverse:active, .timely .btn-inverse.active, .timely .btn-inverse.disabled, .timely .btn-inverse[disabled] {
    background-color: #222222;
}
.timely .btn-inverse:active, .timely .btn-inverse.active {
}
.timely button.btn, .timely input.btn[type="submit"] {
}
.timely button.btn::-moz-focus-inner, .timely input.btn[type="submit"]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.timely button.btn.btn-large, .timely input.btn.btn-large[type="submit"] {
}
.timely button.btn.btn-small, .timely input.btn.btn-small[type="submit"] {
}
.timely button.btn.btn-mini, .timely input.btn.btn-mini[type="submit"] {
}
.timely .btn-group {
    position: relative;
}
.timely .btn-group:before, .timely .btn-group:after {
    content: "";
    display: table;
}
.timely .btn-group:after {
    clear: both;
}
.timely .btn-group:first-child {
}
.timely .btn-group + .btn-group {
    margin-left: 5px;
}
.timely .btn-toolbar {
    margin-bottom: 8px;
    margin-top: 8px;
}
.timely .btn-toolbar .btn-group {
    display: inline-block;
}
.timely .btn-group > .btn {
    border-radius: 0 0 0 0;
    float: left;
    margin-left: -1px;
    position: relative;
}
.timely .btn-group > .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.timely .btn-group > .btn:last-child, .timely .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.timely .btn-group > .btn.large:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-left: 0;
}
.timely .btn-group > .btn.large:last-child, .timely .btn-group > .large.dropdown-toggle {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.timely .btn-group > .btn:hover, .timely .btn-group > .btn:focus, .timely .btn-group > .btn:active, .timely .btn-group > .btn.active {
    z-index: 2;
}
.timely .btn-group .dropdown-toggle:active, .timely .btn-group.open .dropdown-toggle {
    outline: 0 none;
}
.timely .btn-group > .dropdown-toggle {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    padding-left: 8px;
    padding-right: 8px;
}
.timely .btn-group > .btn-mini.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}
.timely .btn-group > .btn-small.dropdown-toggle {
}
.timely .btn-group > .btn-large.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.timely .btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.timely .btn-group.open .btn.dropdown-toggle {
    background-color: #E6E6E6;
}
.timely .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #51A351;
}
.timely .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #F89406;
}
.timely .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #BD362F;
}
.timely .btn-group.open .btn-success.dropdown-toggle {
    background-color: #51A351;
}
.timely .btn-group.open .btn-info.dropdown-toggle {
    background-color: #2F96B4;
}
.timely .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}
.timely .btn .caret {
    margin-left: 0;
    margin-top: 7px;
}
.timely .btn:hover .caret, .timely .open.btn-group .caret {
    opacity: 1;
}
.timely .btn-mini .caret {
    margin-top: 5px;
}
.timely .btn-small .caret {
    margin-top: 6px;
}
.timely .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
    margin-top: 6px;
}
.timely .dropup .btn-large .caret {
    border-bottom: 5px solid #000000;
    border-top: 0 none;
}
.timely .btn-primary .caret, .timely .btn-warning .caret, .timely .btn-danger .caret, .timely .btn-info .caret, .timely .btn-success .caret, .timely .btn-inverse .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    opacity: 0.75;
}
.timely .alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 16px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.timely .alert-heading {
    color: inherit;
}
.timely .alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}
.timely .alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.timely .alert-danger, .timely .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.timely .alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.timely .alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.timely .alert-block > p, .timely .alert-block > ul {
    margin-bottom: 0;
}
.timely .alert-block p + p {
    margin-top: 5px;
}
.timely .nav {
    list-style: none outside none;
    margin-bottom: 16px;
    margin-left: 0;
}
.timely .nav > li > a {
    display: block;
}
.timely .nav > li > a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
}
.timely .nav .nav-header {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.timely .nav li + .nav-header {
    margin-top: 9px;
}
.timely .nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.timely .nav-list > li > a, .timely .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.timely .nav-list > li > a {
    padding: 3px 15px;
}
.timely .nav-list > .active > a, .timely .nav-list > .active > a:hover {
    background-color: #507295;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.timely .nav-list [class^="icon-"] {
    margin-right: 2px;
}
.timely .nav-list .divider {
    background-color: #E5E5E5;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin: 7px 1px;
    overflow: hidden;
}
.timely .nav-tabs, .timely .nav-pills {
}
.timely .nav-tabs:before, .timely .nav-tabs:after, .timely .nav-pills:before, .timely .nav-pills:after {
    content: "";
    display: table;
}
.timely .nav-tabs:after, .timely .nav-pills:after {
    clear: both;
}
.timely .nav-tabs > li, .timely .nav-pills > li {
    float: left;
}
.timely .nav-tabs > li > a, .timely .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
.timely .nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}
.timely .nav-tabs > li {
    margin-bottom: -1px;
}
.timely .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.timely .nav-tabs > li > a:hover {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.timely .nav-tabs > .active > a, .timely .nav-tabs > .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.timely .nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.timely .nav-pills > .active > a, .timely .nav-pills > .active > a:hover {
    background-color: #507295;
    color: #FFFFFF;
}
.timely .nav-stacked > li {
    float: none;
}
.timely .nav-stacked > li > a {
    margin-right: 0;
}
.timely .nav-tabs.nav-stacked {
    border-bottom: 0 none;
}
.timely .nav-tabs.nav-stacked > li > a {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
}
.timely .nav-tabs.nav-stacked > li:first-child > a {
    border-radius: 4px 4px 0 0;
}
.timely .nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0 0 4px 4px;
}
.timely .nav-tabs.nav-stacked > li > a:hover {
    border-color: #DDDDDD;
    z-index: 2;
}
.timely .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.timely .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.timely .nav-tabs .dropdown-menu, .timely .nav-pills .dropdown-menu {
    border-width: 1px;
    margin-top: 1px;
}
.timely .nav-pills .dropdown-menu {
    border-radius: 4px 4px 4px 4px;
}
.timely .nav-tabs .dropdown-toggle .caret, .timely .nav-pills .dropdown-toggle .caret {
    border-bottom-color: #507295;
    border-top-color: #507295;
    margin-top: 6px;
}
.timely .nav-tabs .dropdown-toggle:hover .caret, .timely .nav-pills .dropdown-toggle:hover .caret {
    border-bottom-color: #354C63;
    border-top-color: #354C63;
}
.timely .nav-tabs .active .dropdown-toggle .caret, .timely .nav-pills .active .dropdown-toggle .caret {
    border-bottom-color: #333333;
    border-top-color: #333333;
}
.timely .nav > .dropdown.active > a:hover {
    color: #000000;
    cursor: pointer;
}
.timely .nav-tabs .open .dropdown-toggle, .timely .nav-pills .open .dropdown-toggle, .timely .nav > .open.active > a:hover {
    background-color: #999999;
    border-color: #999999;
    color: #FFFFFF;
}
.timely .nav .open .caret, .timely .nav .open.active .caret, .timely .nav .open a:hover .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    opacity: 1;
}
.timely .tabs-stacked .open > a:hover {
    border-color: #999999;
}
.timely .tabbable {
}
.timely .tabbable:before, .timely .tabbable:after {
    content: "";
    display: table;
}
.timely .tabbable:after {
    clear: both;
}
.timely .tab-content {
    display: table;
    width: 100%;
}
.timely .tabs-below .nav-tabs, .timely .tabs-right .nav-tabs, .timely .tabs-left .nav-tabs {
    border-bottom: 0 none;
}
.timely .tab-content > .tab-pane, .timely .pill-content > .pill-pane {
    display: none;
}
.timely .tab-content > .active, .timely .pill-content > .active {
    display: block;
}
.timely .tabs-below .nav-tabs {
    border-top: 1px solid #DDDDDD;
}
.timely .tabs-below .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.timely .tabs-below .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}
.timely .tabs-below .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #DDDDDD;
}
.timely .tabs-below .nav-tabs .active > a, .timely .tabs-below .nav-tabs .active > a:hover {
    border-color: transparent #DDDDDD #DDDDDD;
}
.timely .tabs-left .nav-tabs > li, .timely .tabs-right .nav-tabs > li {
    float: none;
}
.timely .tabs-left .nav-tabs > li > a, .timely .tabs-right .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.timely .tabs-left .nav-tabs {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: 19px;
}
.timely .tabs-left .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.timely .tabs-left .nav-tabs > li > a:hover {
    border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}
.timely .tabs-left .nav-tabs .active > a, .timely .tabs-left .nav-tabs .active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #DDDDDD;
}
.timely .tabs-right .nav-tabs {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-left: 19px;
}
.timely .tabs-right .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.timely .tabs-right .nav-tabs > li > a:hover {
    border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}
.timely .tabs-right .nav-tabs .active > a, .timely .tabs-right .nav-tabs .active > a:hover {
    border-color: #DDDDDD #DDDDDD #DDDDDD transparent;
}
.timely .thumbnails {
    list-style: none outside none;
    margin-left: -20px;
}
.timely .thumbnails:before, .timely .thumbnails:after {
    content: "";
    display: table;
}
.timely .thumbnails:after {
    clear: both;
}
.timely .row-fluid .thumbnails {
    margin-left: 0;
}
.timely .thumbnails > li {
    float: left;
    margin-bottom: 16px;
    margin-left: 20px;
}
.timely .thumbnail {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    line-height: 1;
    padding: 4px;
}
.timely a.thumbnail:hover {
    border-color: #507295;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.timely .thumbnail > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.timely .thumbnail .caption {
    padding: 9px;
}
.timely .pull-right {
    float: right;
}
.timely .pull-left {
    float: left;
}
.timely .hide {
    display: none;
}
.timely .show {
    display: block;
}
.timely .invisible {
    visibility: hidden;
}
.timely .datepicker {
    border-radius: 4px 4px 4px 4px;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
}
.timely .datepicker:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
}
.timely .datepicker:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 7px;
    position: absolute;
    top: -6px;
}
.timely .datepicker > div {
    display: none;
}
.timely .datepicker.days div.datepicker-days {
    display: block;
}
.timely .datepicker.months div.datepicker-months {
    display: block;
}
.timely .datepicker.years div.datepicker-years {
    display: block;
}
.timely .datepicker table {
    margin: 0;
}
.timely .datepicker td, .timely .datepicker th {
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    text-align: center;
    width: 20px;
}
.timely .datepicker td.day:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    cursor: pointer;
}
.timely .datepicker td.old, .timely .datepicker td.new {
    color: #999999;
}
.timely .datepicker td.disabled, .timely .datepicker td.disabled:hover {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    cursor: default;
}
.timely .datepicker td.today, .timely .datepicker td.today:hover, .timely .datepicker td.today.disabled, .timely .datepicker td.today.disabled:hover {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top , #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    border-color: #FDF59A #FDF59A #FBED50;
}
.timely .datepicker td.today:hover, .timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today.disabled, .timely .datepicker td.today[disabled], .timely .datepicker td.today:hover:hover, .timely .datepicker td.today:hover:active, .timely .datepicker td.today.active:hover, .timely .datepicker td.today.disabled:hover, .timely .datepicker td.today[disabled]:hover, .timely .datepicker td.today.disabled:hover, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled.disabled, .timely .datepicker td.today.disabled[disabled], .timely .datepicker td.today.disabled:hover:hover, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled.active:hover, .timely .datepicker td.today.disabled.disabled:hover, .timely .datepicker td.today.disabled[disabled]:hover {
    background-color: #FDF59A;
}
.timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today:hover:active, .timely .datepicker td.today.active:hover, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled.active:hover {
}
.timely .datepicker td.active, .timely .datepicker td.active:hover, .timely .datepicker td.active.disabled, .timely .datepicker td.active.disabled:hover {
    background-color: #62C46F;
    background-image: -moz-linear-gradient(center top , #62C462, #62C483);
    background-repeat: repeat-x;
    border-color: #62C483 #62C483 #3B9E5C;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.timely .datepicker td.active:hover, .timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active.disabled, .timely .datepicker td.active[disabled], .timely .datepicker td.active:hover:hover, .timely .datepicker td.active:hover:active, .timely .datepicker td.active.active:hover, .timely .datepicker td.active.disabled:hover, .timely .datepicker td.active[disabled]:hover, .timely .datepicker td.active.disabled:hover, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled.disabled, .timely .datepicker td.active.disabled[disabled], .timely .datepicker td.active.disabled:hover:hover, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled.active:hover, .timely .datepicker td.active.disabled.disabled:hover, .timely .datepicker td.active.disabled[disabled]:hover {
    background-color: #62C483;
}
.timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active:hover:active, .timely .datepicker td.active.active:hover, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled.active:hover {
}
.timely .datepicker td span {
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
    margin: 1%;
    width: 23%;
}
.timely .datepicker td span:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.timely .datepicker td span.disabled, .timely .datepicker td span.disabled:hover {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    cursor: default;
}
.timely .datepicker td span.active, .timely .datepicker td span.active:hover, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active.disabled:hover {
    background-color: #62C46F;
    background-image: -moz-linear-gradient(center top , #62C462, #62C483);
    background-repeat: repeat-x;
    border-color: #62C483 #62C483 #3B9E5C;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.timely .datepicker td span.active:hover, .timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active[disabled], .timely .datepicker td span.active:hover:hover, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active.active:hover, .timely .datepicker td span.active.disabled:hover, .timely .datepicker td span.active[disabled]:hover, .timely .datepicker td span.active.disabled:hover, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled.disabled, .timely .datepicker td span.active.disabled[disabled], .timely .datepicker td span.active.disabled:hover:hover, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled.active:hover, .timely .datepicker td span.active.disabled.disabled:hover, .timely .datepicker td span.active.disabled[disabled]:hover {
    background-color: #62C483;
}
.timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active.active:hover, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled.active:hover {
}
.timely .datepicker td span.old {
    color: #999999;
}
.timely .datepicker th.switch {
    width: 145px;
}
.timely .datepicker thead tr:first-child th, .timely .datepicker tfoot tr:first-child th {
    cursor: pointer;
}
.timely .datepicker thead tr:first-child th:hover, .timely .datepicker tfoot tr:first-child th:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.timely .input-append.date .add-on i, .timely .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.timely .bootstrap-timepicker.dropdown-menu {
    border-radius: 4px 4px 4px 4px;
    display: none;
    left: 0;
    margin-top: 1px;
    min-width: 10px;
    padding: 4px;
    top: 0;
    z-index: 99999;
}
.timely .bootstrap-timepicker.dropdown-menu.open {
    display: inline-block;
}
.timely .bootstrap-timepicker.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 6px;
    position: absolute;
    top: -7px;
}
.timely .bootstrap-timepicker.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: 7px;
    position: absolute;
    top: -6px;
}
.timely .bootstrap-timepicker.modal {
    margin-left: -100px;
    margin-top: 0;
    top: 30%;
    width: 200px;
}
.timely .bootstrap-timepicker.modal .modal-content {
    padding: 0;
}
.timely .bootstrap-timepicker table {
    margin: 0;
    width: 100%;
}
.timely .bootstrap-timepicker table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
}
.timely .bootstrap-timepicker table td span {
    width: 100%;
}
.timely .bootstrap-timepicker table td a {
    border: 1px solid transparent;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 8px 0;
    width: 3em;
}
.timely .bootstrap-timepicker table td a:hover {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    border-radius: 4px 4px 4px 4px;
}
.timely .bootstrap-timepicker table td a i {
    margin-top: 2px;
}
.timely .bootstrap-timepicker table td input {
    margin: 0;
    text-align: center;
    width: 25px;
}
.timely .bootstrap-timepicker-component .add-on {
    cursor: pointer;
}
.timely .bootstrap-timepicker-component .add-on i {
    display: block;
    height: 16px;
    width: 16px;
}
.timely a {
    border: medium none;
}
.timely .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   /* background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #333333;
    text-shadow: 0 1px 1px #FFFFFF;
}
.timely .btn:hover, .timely .btn:active, .timely .btn.active, .timely .btn.disabled, .timely .btn[disabled] {
    background-color: #E6E6E6;
}
.timely .btn:active, .timely .btn.active {
}
.timely .btn:hover {
    color: #1A1A1A;
}
.timely .btn.disabled, .timely .btn[disabled] {
    background-color: #F6F6F6;
}
.timely .btn-primary, .timely .btn-primary:hover, .timely .btn-warning, .timely .btn-warning:hover, .timely .btn-danger, .timely .btn-danger:hover, .timely .btn-success, .timely .btn-success:hover, .timely .btn-info, .timely .btn-info:hover, .timely .btn-inverse, .timely .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.timely .btn-primary.active, .timely .btn-warning.active, .timely .btn-danger.active, .timely .btn-success.active, .timely .btn-info.active, .timely .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.timely .btn-primary {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: #51A351 #51A351 #387038;
}
.timely .btn-primary:hover, .timely .btn-primary:active, .timely .btn-primary.active, .timely .btn-primary.disabled, .timely .btn-primary[disabled] {
    background-color: #51A351;
}
.timely .btn-primary:active, .timely .btn-primary.active {
}
.timely .btn-warning {
    background-color: #FAA732;
    background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: #F89406 #F89406 #AD6704;
}
.timely .btn-warning:hover, .timely .btn-warning:active, .timely .btn-warning.active, .timely .btn-warning.disabled, .timely .btn-warning[disabled] {
    background-color: #F89406;
}
.timely .btn-warning:active, .timely .btn-warning.active {
}
.timely .btn-danger {
    background-color: #DA4F49;
    background-image: -moz-linear-gradient(center top , #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: #BD362F #BD362F #802420;
}
.timely .btn-danger:hover, .timely .btn-danger:active, .timely .btn-danger.active, .timely .btn-danger.disabled, .timely .btn-danger[disabled] {
    background-color: #BD362F;
}
.timely .btn-danger:active, .timely .btn-danger.active {
}
.timely .btn-success {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: #51A351 #51A351 #387038;
}
.timely .btn-success:hover, .timely .btn-success:active, .timely .btn-success.active, .timely .btn-success.disabled, .timely .btn-success[disabled] {
    background-color: #51A351;
}
.timely .btn-success:active, .timely .btn-success.active {
}
.timely .btn-info {
    background-color: #49AFCD;
    background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: #2F96B4 #2F96B4 #1F6377;
}
.timely .btn-info:hover, .timely .btn-info:active, .timely .btn-info.active, .timely .btn-info.disabled, .timely .btn-info[disabled] {
    background-color: #2F96B4;
}
.timely .btn-info:active, .timely .btn-info.active {
}
.timely .btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(center top , #555555, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.timely .btn-inverse:hover, .timely .btn-inverse:active, .timely .btn-inverse.active, .timely .btn-inverse.disabled, .timely .btn-inverse[disabled] {
    background-color: #222222;
}
.timely .btn-inverse:active, .timely .btn-inverse.active {
}
.timely .btn-toolbar {
    margin: 0;
}
.timely .btn-group {
    margin-bottom: 6px;
    vertical-align: bottom;
}
.timely .btn-group > .btn-primary {
    z-index: 3;
}
.timely .btn-group.pull-right + .btn-group.pull-right {
    margin-left: 0;
    margin-right: 5px;
}
.timely .btn-group > .btn, .timely .btn-group > .dropdown-menu, .timely .btn-group > .popover {
    font-size: 13px;
}
.timely .btn-group > .btn-mini {
    font-size: 11px;
}
.timely .btn-group > .btn-small {
}
.timely .btn-group > .btn-large {
    font-size: 15px;
}
.timely .nav {
    list-style: none outside none !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}
.timely .nav > li {
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.timely .nav-pills > li > a {
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 9px 7px;
}
.timely .nav > li > a:hover, .timely .nav-pills > .active > a, .timely .nav > .dropdown:hover > a, .timely .nav-pills > .active > a:hover, .timely .nav > .dropdown.active > a:hover, .timely .nav-tabs .open .dropdown-toggle, .timely .nav-pills .open .dropdown-toggle, .timely .nav > li.dropdown.open.active > a:hover {
    background-color: #E0EFFF;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    background-repeat: repeat-x;
    border-color: #E0EFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset, 0 2px 1px rgba(77, 77, 77, 0.1) inset;
    color: #000000 !important;
}
.timely .dropdown-toggle {
    color: #666666 !important;
}
.timely .dropdown-toggle:hover {
    background-color: #E0EFFF;
    border-color: #E0EFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #000000 !important;
}
.timely .caret {
    border-bottom-color: #4D4D4D;
    border-top-color: #4D4D4D;
    opacity: 0.75;
}
.timely .dropdown .caret {
    margin-left: 0;
}
.timely .nav-tabs .dropdown-toggle .caret, .timely .nav-pills .dropdown-toggle .caret {
    border-bottom-color: #666666;
    border-top-color: #666666;
}
.timely .nav-tabs .dropdown-toggle:hover .caret, .timely .nav-pills .dropdown-toggle:hover .caret, .timely .nav li.dropdown.open .caret, .timely .nav li.dropdown.open.active .caret, .timely .nav li.dropdown.open a:hover .caret, .timely .nav-tabs .active .dropdown-toggle .caret, .timely .nav-pills .active .dropdown-toggle .caret {
    border-bottom-color: #000000;
    border-top-color: #000000;
}
.timely .dropdown-toggle {
    cursor: pointer;
}
.timely .dropdown-menu {
    border-color: rgba(0, 0, 0, 0.2);
    margin-top: 0 !important;
}
.timely .dropdown-menu a:hover, .timely .dropdown-menu .active > a, .timely .dropdown-menu .active > a:hover {
    background: none repeat scroll 0 0 #E0EFFF !important;
    border: medium none;
    color: #000000;
}
.timely .modal {
    background-color: #FFFFFF !important;
    border-color: #CACACA !important;
    margin-left: -250px;
    min-height: 250px;
    width: 500px;
}
.timely .modal-header {
    border-bottom-color: #DDDDDD;
}
.timely .modal-header h2 {
    margin: 0;
}
.timely .modal-body {
    max-height: 350px;
    min-height: 90px;
    overflow-y: auto;
    padding: 15px;
}
.timely .modal-footer {
    background-color: #F5F5F5;
    border-top-color: #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF;
}
.timely .close {
    color: #4D4D4D;
    opacity: 0.3;
}
.timely .close:hover {
    color: #4D4D4D;
    opacity: 0.6;
}
.timely form {
    margin: 0;
}
.timely select, .timely textarea, .timely input[type="text"], .timely input[type="password"], .timely input[type="datetime"], .timely input[type="datetime-local"], .timely input[type="date"], .timely input[type="month"], .timely input[type="time"], .timely input[type="week"], .timely input[type="number"], .timely input[type="email"], .timely input[type="url"], .timely input[type="search"], .timely input[type="tel"], .timely input[type="color"], .timely input[type="file"], .timely .uneditable-input {
    color: #555555;
}
.timely select:-moz-placeholder, .timely textarea:-moz-placeholder, .timely input[type="text"]:-moz-placeholder, .timely input[type="password"]:-moz-placeholder, .timely input[type="datetime"]:-moz-placeholder, .timely input[type="datetime-local"]:-moz-placeholder, .timely input[type="date"]:-moz-placeholder, .timely input[type="month"]:-moz-placeholder, .timely input[type="time"]:-moz-placeholder, .timely input[type="week"]:-moz-placeholder, .timely input[type="number"]:-moz-placeholder, .timely input[type="email"]:-moz-placeholder, .timely input[type="url"]:-moz-placeholder, .timely input[type="search"]:-moz-placeholder, .timely input[type="tel"]:-moz-placeholder, .timely input[type="color"]:-moz-placeholder, .timely input[type="file"]:-moz-placeholder, .timely .uneditable-input:-moz-placeholder {
    color: #999999;
}
.timely select:focus, .timely textarea:focus, .timely input[type="text"]:focus, .timely input[type="password"]:focus, .timely input[type="datetime"]:focus, .timely input[type="datetime-local"]:focus, .timely input[type="date"]:focus, .timely input[type="month"]:focus, .timely input[type="time"]:focus, .timely input[type="week"]:focus, .timely input[type="number"]:focus, .timely input[type="email"]:focus, .timely input[type="url"]:focus, .timely input[type="search"]:focus, .timely input[type="tel"]:focus, .timely input[type="color"]:focus, .timely input[type="file"]:focus, .timely .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.8);
}
.timely .placeholder {
    color: #999999;
}
.timely input[disabled], .timely select[disabled], .timely textarea[disabled], .timely input[readonly], .timely select[readonly], .timely textarea[readonly] {
    border-color: #D9D9D9;
    cursor: auto;
}
.timely input[readonly], .timely select[readonly], .timely textarea[readonly] {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}
.timely .select2-container input[type="text"]:focus {
    box-shadow: none;
}
.timely input.ai1ec-datepicker[readonly], .timely input.ai1ec-timepicker[readonly] {
    cursor: pointer;
}
.timely .datepicker {
    font-size: 11.05px;
    padding: 5.525px;
}
.timely .datepicker.ai1ec-right-aligned:before {
    left: auto;
    right: 6px;
}
.timely .datepicker.ai1ec-right-aligned:after {
    left: auto;
    right: 7px;
}
.timely .datepicker th, .timely .datepicker td {
    height: 22.1px;
    vertical-align: middle;
    width: 24.31px;
}
.timely .datepicker th {
    font-weight: bold;
}
.timely .datepicker thead tr:first-child th:hover, .timely .datepicker tfoot tr:first-child th:hover {
    background-color: #E0EFFF;
}
.timely .datepicker thead tr:first-child th.today, .timely .datepicker tfoot tr:first-child th.today {
    display: table-cell !important;
    height: 22.1px !important;
    margin: 0 !important;
    opacity: 100 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 24.31px !important;
}
.timely .datepicker td.day:hover {
    background-color: #E0EFFF;
}
.timely .datepicker td.old, .timely .datepicker td.new {
    color: #949494;
}
.timely .datepicker td.disabled, .timely .datepicker td.disabled:hover {
    background: none repeat scroll 0 0 transparent;
    color: #CACACA;
}
.timely .datepicker td.today, .timely .datepicker td.today:hover, .timely .datepicker td.today.disabled, .timely .datepicker td.today.disabled:hover {
    background-color: #A2A21F;
    background-image: -moz-linear-gradient(center top , #A2A21F, #A2A21F);
    background-repeat: repeat-x;
    border-color: #A2A21F #A2A21F #626213;
    box-shadow: 0 0 2px #787836 inset;
}
.timely .datepicker td.today:hover, .timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today.disabled, .timely .datepicker td.today[disabled], .timely .datepicker td.today:hover:hover, .timely .datepicker td.today:hover:active, .timely .datepicker td.today.active:hover, .timely .datepicker td.today.disabled:hover, .timely .datepicker td.today[disabled]:hover, .timely .datepicker td.today.disabled:hover, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled.disabled, .timely .datepicker td.today.disabled[disabled], .timely .datepicker td.today.disabled:hover:hover, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled.active:hover, .timely .datepicker td.today.disabled.disabled:hover, .timely .datepicker td.today.disabled[disabled]:hover {
    background-color: #A2A21F;
}
.timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today:hover:active, .timely .datepicker td.today.active:hover, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled.active:hover {
}
.timely .datepicker td.active, .timely .datepicker td.active:hover, .timely .datepicker td.active.disabled, .timely .datepicker td.active.disabled:hover {
    background-color: #E0EFFF;
    background-image: -moz-linear-gradient(center top , #E0EFFF, #E0EFFF);
    background-repeat: repeat-x;
    border-color: #E0EFFF #E0EFFF #94C8FF;
    box-shadow: none;
    color: #666666;
    text-shadow: none;
}
.timely .datepicker td.active:hover, .timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active.disabled, .timely .datepicker td.active[disabled], .timely .datepicker td.active:hover:hover, .timely .datepicker td.active:hover:active, .timely .datepicker td.active.active:hover, .timely .datepicker td.active.disabled:hover, .timely .datepicker td.active[disabled]:hover, .timely .datepicker td.active.disabled:hover, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled.disabled, .timely .datepicker td.active.disabled[disabled], .timely .datepicker td.active.disabled:hover:hover, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled.active:hover, .timely .datepicker td.active.disabled.disabled:hover, .timely .datepicker td.active.disabled[disabled]:hover {
    background-color: #E0EFFF;
}
.timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active:hover:active, .timely .datepicker td.active.active:hover, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled.active:hover {
}
.timely .datepicker td span:hover {
    background-color: #E0EFFF;
}
.timely .datepicker td span.old {
    color: #949494;
}
.timely .datepicker td span.disabled, .timely .datepicker td span.disabled:hover {
    background: none repeat scroll 0 0 transparent;
    color: #CACACA;
}
.timely .datepicker td span.active, .timely .datepicker td span.active:hover, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active.disabled:hover {
    background-color: #E0EFFF;
    background-image: -moz-linear-gradient(center top , #E0EFFF, #E0EFFF);
    background-repeat: repeat-x;
    border-color: #E0EFFF #E0EFFF #94C8FF;
    box-shadow: none;
    color: #666666;
    text-shadow: none;
}
.timely .datepicker td span.active:hover, .timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active[disabled], .timely .datepicker td span.active:hover:hover, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active.active:hover, .timely .datepicker td span.active.disabled:hover, .timely .datepicker td span.active[disabled]:hover, .timely .datepicker td span.active.disabled:hover, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled.disabled, .timely .datepicker td span.active.disabled[disabled], .timely .datepicker td span.active.disabled:hover:hover, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled.active:hover, .timely .datepicker td span.active.disabled.disabled:hover, .timely .datepicker td span.active.disabled[disabled]:hover {
    background-color: #E0EFFF;
}
.timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active.active:hover, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled.active:hover {
}
.timely .bootstrap-timepicker table td {
    height: auto;
}
.timely .bootstrap-timepicker table td a:hover {
    background-color: #E0EFFF;
    border: medium none;
}
.timely .datepicker:before, .timely .bootstrap-timepicker.dropdown-menu:before {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.timely .datepicker:after, .timely .bootstrap-timepicker.dropdown-menu:after {
    border-bottom-color: #FFFFFF;
}
.ai1ec-loading {
    background: url("../img/ajax-loader.gif") no-repeat scroll center center rgba(255, 255, 255, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
#ai1ec-calendar-view-container .ai1ec-loading {
    background-color: transparent;
    background-position: center 150px;
}
.modal > .ai1ec-loading {
    border-radius: 5px 5px 5px 5px;
}
.ai1ec-label {
    color: #AAAAAA;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}
.ai1ec-allday-badge {
    background: linear-gradient(#7B8C9D, #566675 50%, #3F4A55) no-repeat scroll 0 0 #51606F;
    border-radius: 0.9em 0.9em 0.9em 0.9em;
    box-shadow: 0 1px 0 #C4CCD4 inset, 0 2px 2px rgba(0, 0, 0, 0.08);
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.85em;
    font-weight: normal;
    margin: 0 0 1px;
    opacity: 0.9;
    padding: 0 0.7em 0.05em;
    vertical-align: middle;
}
.ai1ec-no-results {
    color: #949494;
}
.ai1ec-centered {
    text-align: center;
}
.ai1ec-prose p, .ai1ec-prose ul, .ai1ec-prose ol, .ai1ec-prose li {
    font-size: 14.04px;
    line-height: 19.2px;
}
.ai1ec-prose p, .ai1ec-prose ul, .ai1ec-prose ol {
    margin-bottom: 9.6px;
}
.ai1ec-category {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    color: #666666 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    line-height: 2em !important;
    margin: 1px 0;
    padding: 0 0.5em !important;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
}
.ai1ec-category:hover, .active > .ai1ec-category {
    background-color: #E0EFFF;
    border-color: #E0EFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #000000 !important;
}
.ai1ec-category-color, .ai1ec-category-color-empty {
    display: inline-block;
    height: 6px;
    margin: 0 1px;
    padding: 1px;
    width: 6px;
}
.ai1ec-category-color {
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 4px 4px;
    opacity: 0.8;
}
.ai1ec-tag {
    border-radius: 4px 4px 4px 4px;
    color: #507295;
    cursor: pointer;
    display: inline-block !important;
    line-height: 1.7em !important;
    margin: 1px 0 0;
    padding: 0 4px !important;
    white-space: nowrap;
}
.ai1ec-tag i {
    padding-right: 3px;
}
.ai1ec-tag:hover, .active > .ai1ec-tag {
    background-color: #E0EFFF;
    border-color: #E0EFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #000000 !important;
}
.ai1ec-event-avatar {
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.ai1ec-event-avatar img {
    display: block;
    height: auto;
    min-height: 90px;
    width: auto;
}
.ai1ec-agenda-widget-view {
    font-size: 0.8em;
}
.ai1ec-agenda-widget-view .ai1ec-date-events {
    margin: 0 0.5em 0 0;
}
.ai1ec-agenda-widget-view .ai1ec-date {
    /*background: linear-gradient(#F2F2F2, #F2F2F2 1em, #FFFFFF) no-repeat scroll 0 0 transparent;
    border-top: 1px solid #E5E5E5;*/
    float: left;
    width: 100%;
}
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
    background: linear-gradient(#F4F4BF, #F4F4BF 1em, #FFFFFF) no-repeat scroll 0 0 transparent;
    border-top: 1px solid #F0F0A9;
}
.ai1ec-agenda-widget-view .ai1ec-date-title {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9F9F9;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 1em, #E0E0E0);
    background-repeat: no-repeat;
    border-color: #FFFFFF #CACACA #CACACA;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #CACACA;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);*/
    color : #47A3CA;/*color: #686868;*/
    float: left;
    font-size:14pt;/*font-size: 8.7pt;*/
    /*font-weight: bold !important;*/
    line-height: 1.2em;
    margin: 0.5em 0.75em;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 3.5em;
}
.ai1ec-agenda-widget-view .ai1ec-date-title:hover {
    color: #4D4D4D;
}
.ai1ec-agenda-widget-view .ai1ec-month {
    /*background: none repeat scroll 0 0 #617284;*/
    color : #47A3CA;/*color: #FFFFFF;*/
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform:capitalize;/*text-transform: uppercase;*/
}
.ai1ec-agenda-widget-view .ai1ec-day {
    display: block;
    font-size: 1.7em;
    padding: 0.3em 0 0.2em;
}
.ai1ec-agenda-widget-view .ai1ec-weekday {
    display : none;/*display: block;*/
    font-size: 0.8em;
    line-height: 1.3em;
}
.ai1ec-agenda-widget-view .ai1ec-year {
    background: none repeat scroll 0 0 #617284;
    color: #FFFFFF;
    font-size: 0.8em;
    letter-spacing: 0.15em;
    padding: 0 0.1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ai1ec-agenda-widget-view .ai1ec-event {
    clear: right;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0.5em 0 0.5em 4.9em;
    padding: 0;
    position: relative;
}
.ai1ec-agenda-widget-view .ai1ec-event a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    color: #507295;
    display: block;
    padding: 0.2em 0.4em;
}
.ai1ec-agenda-widget-view .ai1ec-event a:hover {
    color: #354C63;
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
	display:none;
    font-weight: bold;
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
    font-weight: normal;
	color : #29839b;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title .ai1ec-event-location{
	/*nouveau*/
   /* display:none;*/
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-allday-badge {
	/*display : none;*/
    vertical-align: bottom;
}
.popover.ai1ec-popup {
    background-attachment: scroll;
    background-clip: inherit;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    line-height: 16px;
    text-align: left;
    width: auto;
}
.popover.ai1ec-popup.fade {
    opacity: 0;
    transition: all 0.15s ease-in-out 0s;
}
.popover.ai1ec-popup.fade.in {
    opacity: 1;
    transition: opacity 0.15s ease-in-out 0s;
}
.popover.ai1ec-popup.top {
    margin-top: 0;
}
.popover.ai1ec-popup.right {
    margin-left: 0;
}
.popover.ai1ec-popup.bottom {
    margin-top: 0;
}
.popover.ai1ec-popup.left {
    margin-left: 0;
}
.popover.ai1ec-popup .arrow {
    z-index: 1;
}
.popover.ai1ec-popup.top .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: 0;
    left: 50%;
    margin-bottom: -12px;
    margin-left: -10px;
}
.popover.ai1ec-popup.top .arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF transparent transparent;
    border-image: none;
    border-right: 12px solid transparent;
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    margin-left: -12px;
    margin-top: -14px;
    position: absolute;
    width: 0;
    z-index: 10;
}
.popover.ai1ec-popup.left .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    margin-right: -12px;
    margin-top: -10px;
    right: 0;
    top: 50%;
}
.popover.ai1ec-popup.left .arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    margin-left: -14px;
    margin-top: -12px;
    position: absolute;
    width: 0;
    z-index: 10;
}
.popover.ai1ec-popup.bottom .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
    margin-top: -12px;
    top: 0;
}
.popover.ai1ec-popup.bottom .arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    margin-left: -12px;
    margin-top: -10px;
    position: absolute;
    width: 0;
    z-index: 10;
}
.popover.ai1ec-popup.right .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #CCCCCC transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    left: 0;
    margin-left: -12px;
    margin-top: -10px;
    top: 50%;
}
.popover.ai1ec-popup.right .arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #FFFFFF transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    width: 0;
    z-index: 10;
}
.popover.ai1ec-popup .popover-inner {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    padding: 1px;
    position: relative;
    width: 170px;
}
.popover.ai1ec-popup .popover-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color:#47A3CA;/*color: #333333;*/
    font-size: 10px;
    font-weight: normal;
    padding: 5px 8px;
    position: relative;
    z-index: 2;
}
.popover.ai1ec-popup .ai1ec-event-time {
    background: none repeat scroll 0 0 #EEEEEE;
    font-weight: bold;
    margin: 2px -8px 0;
    padding: 1px 8px;
}
.popover.ai1ec-popup .ai1ec-event-avatar {
    margin: 6px auto 3px;
    position: relative;
    width: 85%;
}
.popover.ai1ec-popup .ai1ec-event-avatar img {
    width: 100%;
}
.popover.ai1ec-popup .ai1ec-category-colors {
    float: right;
    font-size: 0.9em;
}
.popover.ai1ec-popup .ai1ec-category-color {
    padding: 1px;
}
.popover.ai1ec-popup .post-edit-link {
    font-size: 11px;
    margin-left: 2px;
    white-space: nowrap;
}
.popover.ai1ec-popup .post-edit-link i {
    font-size: 13px;
}
.popover.ai1ec-popup.left.ai1ec-popup-in-oneday-view {
    margin-left: 49px;
}
.popover-title.ai1ec-popup-title {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    font-size: 12px;
    font-weight: bold;
    line-height: inherit;
    padding: 0;
}
.popover-title.ai1ec-popup-title a {
    font-weight: bold !important;
}
.ai1ec-popup-excerpt {
    font-size: 11px;
    margin-top: 2px;
}
.ai1ec-geo-ac-results-not-ready {
    visibility: hidden;
}
.ai1ec-geo-ac-results img {
    float: left;
    margin-right: 5px;
}
.ai1ec-geo-ac-results .dropdown-menu {
    display: block;
    width: 275px;
}
.ai1ec-geo-ac-results .dropdown-menu li {
    clear: left;
    color: #666666;
    cursor: pointer;
    margin: 2px 0;
    padding: 0 5px;
}
.ai1ec-geo-ac-results .dropdown-menu li:hover {
    background-color: #E0EFFF;
    color: #000000;
}
.modal-open .ai1ec-geo-ac-results {
    z-index: 20050;
}
.ai1ec-visible-narrow-phone {
    display: none !important;
}
.ai1ec-visible-narrow-phone {
    display: inherit !important;
}
.ai1ec-hidden-narrow-phone {
    display: none !important;
}
.timely .btn {
    font-size: 11px;
}
.timely .btn-large {
    font-size: 15px;
}
.modal {
    left: 3%;
    margin: 0;
    position: fixed;
    right: 3%;
    top: 3%;
    width: auto;
}
.modal.fade.in {
    top: 3%;
}
.modal-body {
    max-height: 222px;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 28px;
    width: 100%;
}
.ai1ec-single-event .ai1ec-event-details, .ai1ec-multi-event .ai1ec-event-details {
    margin-bottom: 12px;
}
.ai1ec-single-event .ai1ec-event-details > *, .ai1ec-multi-event .ai1ec-event-details > * {
    clear: left;
    margin-bottom: 8px;
    position: relative;
}
.ai1ec-single-event .ai1ec-event-details .pull-right, .ai1ec-multi-event .ai1ec-event-details .pull-right {
    clear: right !important;
    margin-left: 10px;
    z-index: 1;
}
.ai1ec-single-event .ai1ec-label, .ai1ec-multi-event .ai1ec-label {
    font-size: 12.155px;
    height: 100%;
    left: 0;
    line-height: 17px;
    margin-top: 2.145px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 80px;
}
.ai1ec-single-event .ai1ec-field-value, .ai1ec-multi-event .ai1ec-field-value {
    margin-left: 90px;
    min-height: 20px;
}
.ai1ec-single-event .ai1ec-time .ai1ec-field-value, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value {
    font-size: 1.2em;
}
.ai1ec-single-event .ai1ec-time .ai1ec-field-value .ai1ec-allday-badge, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value .ai1ec-allday-badge {
    font-size: 0.75em;
    line-height: 1.4em;
}
.ai1ec-single-event .ai1ec-exclude, .ai1ec-multi-event .ai1ec-exclude {
    color: #949494;
    font-size: 0.9em;
}
.ai1ec-single-event .ai1ec-edit-instance-link, .ai1ec-multi-event .ai1ec-edit-instance-link {
    font-size: 0.9em;
}
.ai1ec-single-event .ai1ec-categories .ai1ec-label.ai1ec-hidden-narrow-phone, .ai1ec-single-event .ai1ec-tags .ai1ec-label.ai1ec-hidden-narrow-phone, .ai1ec-multi-event .ai1ec-categories .ai1ec-label.ai1ec-hidden-narrow-phone, .ai1ec-multi-event .ai1ec-tags .ai1ec-label.ai1ec-hidden-narrow-phone {
    cursor: help;
    margin-top: 4px;
}
.ai1ec-single-event .ai1ec-categories + .ai1ec-tags, .ai1ec-multi-event .ai1ec-categories + .ai1ec-tags {
    margin-top: -8px;
}
.ai1ec-single-event .ai1ec-category, .ai1ec-multi-event .ai1ec-category {
    font-size: 0.8em;
}
.ai1ec-single-event .ai1ec-tag, .ai1ec-multi-event .ai1ec-tag {
    font-size: 0.85em;
}
.ai1ec-single-event .ai1ec-map, .ai1ec-multi-event .ai1ec-map {
    width: 45%;
}
.ai1ec-single-event .ai1ec-gmap-container, .ai1ec-multi-event .ai1ec-gmap-container {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}
.ai1ec-single-event #ai1ec-gmap-canvas, .ai1ec-multi-event #ai1ec-gmap-canvas {
    height: 140px;
    width: 100%;
}
.ai1ec-single-event .ai1ec-gmap-link, .ai1ec-multi-event .ai1ec-gmap-link {
    bottom: -1px;
    margin: 0;
    position: absolute;
    right: -1px;
}
.ai1ec-single-event #ai1ec-gmap-canvas input, .ai1ec-multi-event #ai1ec-gmap-canvas input {
    margin: 0 !important;
}
.ai1ec-single-event .ai1ec-gmap-placeholder, .ai1ec-multi-event .ai1ec-gmap-placeholder {
    border: 1px dashed #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #507295;
    cursor: pointer;
    height: 12em;
    margin-bottom: 0.3em;
    min-width: 18em;
    text-align: center;
    width: 100%;
}
.ai1ec-single-event .ai1ec-gmap-placeholder:hover, .ai1ec-multi-event .ai1ec-gmap-placeholder:hover {
    border-color: #B7B7B7;
    color: #354C63;
}
.ai1ec-single-event .ai1ec-gmap-placeholder strong, .ai1ec-multi-event .ai1ec-gmap-placeholder strong {
    position: relative;
    top: 45%;
}
.ai1ec-single-event .ai1ec-gmap-container-hidden, .ai1ec-multi-event .ai1ec-gmap-container-hidden {
    position: absolute !important;
    visibility: hidden;
}
.ai1ec-single-event .ai1ec-contact span, .ai1ec-multi-event .ai1ec-contact span {
    display: inline-block;
    white-space: nowrap;
}
.ai1ec-single-event .ai1ec-contact span i:first-child:before, .ai1ec-multi-event .ai1ec-contact span i:first-child:before {
    text-align: center;
    width: 1.7em;
}
.ai1ec-single-event {
    font-size: 14.3px;
    line-height: 20px;
}
.ai1ec-single-event .ai1ec-event-avatar {
    max-width: 40%;
}
.ai1ec-single-event .ai1ec-event-avatar img {
    max-height: 300px;
    max-width: 300px;
    min-height: 0;
    width: 100%;
}
.ai1ec-multi-event, .ai1ec-excerpt {
    font-size: 12.87px;
    line-height: 18px;
}
.ai1ec-multi-event .ai1ec-label, .ai1ec-excerpt .ai1ec-label {
    margin-top: 1.43px;
}
.ai1ec-excerpt {
    margin-bottom: 10px;
}
.ai1ec-event-footer {
    clear: both;
    color: #949494;
    font-size: 0.9em;
}
.ai1ec-ics-icon {
    background: url("../img/ics-icon.png") no-repeat scroll right center transparent;
    padding-right: 15px;
}
.ai1ec-single-event .ai1ec-label, .ai1ec-multi-event .ai1ec-label, .ai1ec-excerpt .ai1ec-label {
    height: auto;
    line-height: 20px;
    margin: 0;
    position: static;
    text-align: left;
    width: auto;
}
.ai1ec-single-event .ai1ec-field-value, .ai1ec-multi-event .ai1ec-field-value, .ai1ec-excerpt .ai1ec-field-value {
    margin-left: 10px;
}
.ai1ec-single-event .btn-group > .btn, .ai1ec-multi-event .btn-group > .btn, .ai1ec-excerpt .btn-group > .btn {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: -1px;
}
.ai1ec-single-event .btn-group > .btn:first-child, .ai1ec-multi-event .btn-group > .btn:first-child, .ai1ec-excerpt .btn-group > .btn:first-child {
    border-radius: 4px 4px 0 0;
    margin-top: 0;
}
.ai1ec-single-event .btn-group > .btn:last-child, .ai1ec-multi-event .btn-group > .btn:last-child, .ai1ec-excerpt .btn-group > .btn:last-child {
    border-radius: 0 0 4px 4px;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 28px;
    /*width: 100%;*/
}
.ai1ec-container {
    clear: both;
}
#ai1ec-calendar-view-container {
    position: relative;
}
#ai1ec-calendar-view .post-edit-link {
    white-space: nowrap;
}
.ai1ec-calendar-toolbar {
	position : absolute;
	top:86px;
	left:200px;
	left:200px;
	z-index:1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE);
    background-repeat: repeat-x;
    border-color: #E4E4E4 #E4E4E4 #CBCBCB;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
    margin-bottom: 8px;
    padding: 4px 8px;
    /*text-shadow: 0 1px 1px #FFFFFF;*/
}
.ai1ec-calendar-toolbar .nav {
    margin: 0 !important;
}
.ai1ec-calendar-toolbar .btn-group {
    margin: 2px 0;
}
.no-touch .ai1ec-calendar-toolbar .dropdown:hover > .dropdown-menu {
    display: block;
}
.ai1ec-views-dropdown .dropdown-menu a {
    line-height: 20px;
}
.ai1ec-views-dropdown a img {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: none !important;
    margin: -3px 0 !important;
    padding: 0 !important;
    position: static !important;
    vertical-align: bottom;
}
.ai1ec-category-filter .ai1ec-category, .ai1ec-category-filter .ai1ec-tag, .ai1ec-tag-filter .ai1ec-category, .ai1ec-tag-filter .ai1ec-tag {
    font-size: 12px;
}
.ai1ec-category-filter .ai1ec-category-color, .ai1ec-tag-filter .ai1ec-category-color {
    height: 7px;
    width: 7px;
}
.ai1ec-category-filter .dropdown-menu, .ai1ec-tag-filter .dropdown-menu {
    padding: 1px 2px;
}
.ai1ec-tag-filter .dropdown-menu {
    max-height: 250px;
    min-width: 200px;
    overflow: auto;
}
.ai1ec-clear-filter {
    cursor: pointer;
    display: none;
}
.dropdown.active > .dropdown-toggle > i {
    display: none;
}
.dropdown.active > .dropdown-toggle .ai1ec-clear-filter {
    display: inline;
}
.ai1ec-minical-trigger {
    padding-left: 6px;
    padding-right: 6px;
}
.ai1ec-icon-datepicker {
    display: inline-block;
    height: 18px;
    opacity: 0.75;
    width: 18px;
}
h2.ai1ec-calendar-title {
    color: #9E9E9E !important;
    float: left;
    font-size: 16.25px !important;
    line-height: 18px !important;
    margin: 8px 8px 6px 0 !important;
    text-transform: uppercase;
}
.ai1ec-pagination {
    margin-left: 5px;
}
.ai1ec-pagination > .btn {
    font-size: 11px !important;
    height: 16px;
    padding: 4px 9px;
    text-transform: uppercase;
}
.ai1ec-pagination > .btn > i {
    font-size: 12px;
    line-height: 16px;
}
.ai1ec-pagination > .btn.ai1ec-prev-year > i, .ai1ec-pagination > .btn.ai1ec-next-year > i, .ai1ec-pagination > .btn.ai1ec-prev-month > i, .ai1ec-pagination > .btn.ai1ec-next-month > i {
    font-size: 10px;
}
.ai1ec-pagination > .btn.ai1ec-prev-year > i + i, .ai1ec-pagination > .btn.ai1ec-prev-month > i {
    margin-right: 1px;
}
.ai1ec-pagination > .btn.ai1ec-next-year > i:first-child, .ai1ec-pagination > .btn.ai1ec-next-month > i {
    margin-left: 1px;
}
.ai1ec-pagination > .btn.ai1ec-prev-month, .ai1ec-pagination > .btn.ai1ec-next-month {
    min-width: 36px;
}
.ai1ec-pagination > .btn.ai1ec-prev-year, .ai1ec-pagination > .btn.ai1ec-next-year {
    min-width: 40px;
}
.ai1ec-pagination .ai1ec-icon-datepicker {
    margin: -2px -1px 0 !important;
    vertical-align: top;
}
#ai1ec-print-button i {
    font-size: 14px;
    margin-top: -2px;
    vertical-align: bottom;
}
table.ai1ec-month-view, .ai1ec-week-view table, .ai1ec-oneday-view table {
    background: none repeat scroll 0 0 #B5D34F;/*background: none repeat scroll 0 0 #FFFFFF;*/
    border: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    clear: both;
    margin: 0 !important;
    table-layout: fixed !important;
    width: 100% !important;
}
table.ai1ec-month-view {
    margin-bottom: 6px !important;
}
.ai1ec-week-view .tablescroll_wrapper, .ai1ec-oneday-view .tablescroll_wrapper {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 6px;
    position: relative;
    width: auto !important;
}
table.ai1ec-week-view-original, table.ai1ec-oneday-view-original {
    height: 400px;
    visibility: hidden;
}
table.ai1ec-week-view-original.tablescroll_body, table.ai1ec-oneday-view-original.tablescroll_body {
    height: auto;
    visibility: visible;
}
.ai1ec-week-view table.tablescroll_head, .ai1ec-week-view table.tablescroll_head th, .ai1ec-oneday-view table.tablescroll_head, .ai1ec-oneday-view table.tablescroll_head th {
    border-bottom: medium none !important;
    padding: 2.48px !important;
}
table.ai1ec-week-view-original.tablescroll_body, table.ai1ec-week-view-original.tablescroll_body tr:first-child td, table.ai1ec-oneday-view-original.tablescroll_body, table.ai1ec-oneday-view-original.tablescroll_body tr:first-child td {
    border-top: medium none !important;
}
.ai1ec-month-view td, .ai1ec-week-view td, .ai1ec-oneday-view td {
    background: none repeat scroll 0 0 #D3D3C9 !important;
    border: 1px solid #DDDDDD !important;
    padding: 0 !important;
    text-align: left;
    vertical-align: top;
}
.ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-oneday-view th {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    border: medium none !important;
    padding: 0.2em !important;
}
.ai1ec-month-view td.ai1ec-empty {
    background: none repeat scroll 0 0 #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: none repeat scroll 0 0 #FFFFDD !important;*/
}
.ai1ec-month-view .ai1ec-date {
    background: none repeat scroll 0 0 #EAF4FF;
    color: #ABB1B8;
    font-size: 8pt;
    height: 13px;
    line-height: 13px;
	
    margin-bottom: 1px;
    padding: 0 0.4em;
    text-align: right;
    text-shadow: 0 1px 0 #FFFFFF;
}
.ai1ec-posterboard-view {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    clear: both;
    margin: 0 auto !important;
    min-height: 16px;
    overflow: hidden;
    padding: 0 0 6px !important;
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap {
    background: none repeat scroll 0 0 #3F72A6;
    color: #FFFFFF;
    float: right;
    margin: 0 0 5px 7px;
    min-width: 48px;
    opacity: 0.75;
    position: relative;
    text-align: center;
    transition: opacity 0.1s ease 0s;
    z-index: 1;
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap:hover {
    opacity: 0.9;
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap a {
    color: #FFFFFF;
}
.ai1ec-posterboard-view .ai1ec-month {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    padding: 0 0.4em;
    text-transform: uppercase;
}
.ai1ec-posterboard-view .ai1ec-day {
    display: block;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0.35em 0.2em 0.45em;
}
.ai1ec-posterboard-view .ai1ec-weekday {
    line-height: 1.5em;
}
.ai1ec-posterboard-view .ai1ec-event-wrap {
    background: none repeat scroll 0 0 #FFF9F0;
    border: 1px solid #FFF9F0;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
    margin: 6px;
    opacity: 0.85;
    padding: 7px;
    transition: opacity 0.1s ease 0s;
}
.ai1ec-posterboard-view .ai1ec-event-wrap:hover {
    opacity: 1;
}
.ai1ec-posterboard-view .ai1ec-event {
    float: left;
    font-size: 10pt;
    margin: 0 -2px 0 0 !important;
    padding: 0 !important;
    position: relative;
    width: 240px;
}
.ai1ec-posterboard-view .ai1ec-event .post-edit-link {
    float: right;
    opacity: 0;
    transition: opacity 0.1s ease 0s;
}
.ai1ec-posterboard-view .ai1ec-event:hover {
    opacity: 1;
    z-index: 1;
}
.ai1ec-posterboard-view .ai1ec-event:hover .post-edit-link {
    opacity: 1;
}
.ai1ec-posterboard-view .ai1ec-event-wrap {
    background: none repeat scroll 0 0 #FFF9F0;
    border: 1px solid #FFF9F0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 6px;
    padding: 7px;
}
.ai1ec-posterboard-view .ai1ec-event-title-wrap {
    line-height: 25px;
    margin-bottom: 0.3em;
}
.ai1ec-posterboard-view .ai1ec-event-title {
    color: #555555;
    font-family: "League Gothic",Impact,"Arial Black",Arial,sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.ai1ec-posterboard-view .ai1ec-event-title a {
    font-weight: bold !important;
}
.ai1ec-posterboard-view .ai1ec-event-avatar {
    -moz-box-sizing: border-box;
    border: 1px solid transparent;
    clear: both;
    margin: 5px 0;
    padding: 8px;
    position: relative;
    width: 100%;
}
.ai1ec-posterboard-view .ai1ec-event-avatar img {
    width: 100%;
}
.ai1ec-posterboard-view .ai1ec-event-time, .ai1ec-posterboard-view .ai1ec-event-description {
    font-size: 9pt;
    line-height: 1.5em;
}
.ai1ec-posterboard-view .ai1ec-event-description {
    margin-top: 5px;
}
.ai1ec-posterboard-view .ai1ec-event-time {
    font-weight: bold;
}
.ai1ec-posterboard-view footer {
    background: none repeat scroll 0 0 #F6F1EA;
    border-top: 1px solid #EDE3D5;
    box-shadow: 0 1px 0 #FFFFFF inset;
    font-size: 8pt;
    margin: 5px -8px -8px;
    padding: 5px 8px 6px;
    position: relative;
}
.ai1ec-posterboard-view footer > div {
    overflow: hidden;
    white-space: nowrap;
}
.ai1ec-posterboard-view footer > div:hover {
    white-space: normal;
}
.ai1ec-posterboard-view footer:after {
    background: -moz-linear-gradient(left center , rgba(246, 241, 234, 0), #F6F1EA) repeat-x scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
}
.ai1ec-posterboard-view footer:hover:after {
    display: none;
}
.ai1ec-week-view, .ai1ec-oneday-view {
    clear: both;
}
.ai1ec-week-view .ai1ec-grid-container, .ai1ec-oneday-view .ai1ec-grid-container {
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}
.ai1ec-week-view .ai1ec-now-marker, .ai1ec-week-view .ai1ec-hour-marker, .ai1ec-week-view .ai1ec-quarter-marker, .ai1ec-oneday-view .ai1ec-now-marker, .ai1ec-oneday-view .ai1ec-hour-marker, .ai1ec-oneday-view .ai1ec-quarter-marker {
    left: 0;
    position: absolute;
    right: 0;
}
.ai1ec-week-view .ai1ec-hour-marker, .ai1ec-oneday-view .ai1ec-hour-marker {
    background: none repeat scroll 0 0 rgba(221, 221, 221, 0.4) !important;
    border-top: 1px solid rgba(221, 221, 221, 0.7);
    height: 60px;
}
.ai1ec-week-view .ai1ec-hour-marker.ai1ec-business-hour, .ai1ec-oneday-view .ai1ec-hour-marker.ai1ec-business-hour {
    background: none repeat scroll 0 0 transparent !important;
}
.ai1ec-week-view .ai1ec-hour-marker div, .ai1ec-week-view .ai1ec-allday-label, .ai1ec-oneday-view .ai1ec-hour-marker div, .ai1ec-oneday-view .ai1ec-allday-label {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 8pt !important;
    font-weight: normal !important;
    margin-left: 1px;
    padding: 0 3px;
    position: relative;
    z-index: 2;
}
.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 rgba(221, 221, 221, 0.4);
}
.ai1ec-week-view .ai1ec-now-marker, .ai1ec-oneday-view .ai1ec-now-marker {
    border-top: 2px solid #F2C539;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) inset;
    height: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.ai1ec-week-view .ai1ec-now-marker div, .ai1ec-oneday-view .ai1ec-now-marker div {
    background-color: #F2C539;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    opacity: 0;
    padding: 1px 4px;
    transition: opacity 0.1s ease 0s;
}
.ai1ec-week-view .ai1ec-now-marker:hover div, .ai1ec-oneday-view .ai1ec-now-marker:hover div {
    opacity: 1;
}
.ai1ec-month-view a.ai1ec-event-container, .ai1ec-week-view a.ai1ec-event-container, .ai1ec-oneday-view a.ai1ec-event-container {
    border: medium none;
    /*display: block;*/
    font-size: 12px;
    opacity: 0.85;
}
.ai1ec-month-view a.ai1ec-event-container:hover, .ai1ec-month-view a.ai1ec-event-container.ai1ec-hover, .ai1ec-week-view a.ai1ec-event-container:hover, .ai1ec-week-view a.ai1ec-event-container.ai1ec-hover, .ai1ec-oneday-view a.ai1ec-event-container:hover, .ai1ec-oneday-view a.ai1ec-event-container.ai1ec-hover {
    opacity: 1;
}
.ai1ec-month-view .ai1ec-event, .ai1ec-week-view .ai1ec-event, .ai1ec-oneday-view .ai1ec-event {
    margin: 1px 0 0;
    max-height: 100%;
    overflow: hidden;
    padding: 0 3px 1px;
    white-space: nowrap;
}
.ai1ec-month-view .ai1ec-event-time, .ai1ec-week-view .ai1ec-event-time, .ai1ec-oneday-view .ai1ec-event-time {
    font-size: 11px;
    font-weight: bold;
}
.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-month-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {    background-color: #507295;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.ai1ec-oneday-view a.ai1ec-event-container {
    margin-right: 10px;
}
.ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container {
    margin: 0 0 0 53px;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #F6F8FA, #CBD5DF 120px);
    border: 1px solid #A8B9CA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 15px;
    margin: 0 -1px;
    min-height: 34px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container.ai1ec-raised, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container.ai1ec-raised {
    z-index: 5;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container:hover, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container:hover {
    border-color: #9AA6B1;
}
.ai1ec-week-view .ai1ec-week .ai1ec-event, .ai1ec-oneday-view .ai1ec-oneday .ai1ec-event {
    bottom: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
}
.ai1ec-week-view .ai1ec-week .ai1ec-event-title, .ai1ec-oneday-view .ai1ec-oneday .ai1ec-event-title {
    display: block;
    white-space: normal;
}

.ai1ec-month-view .ai1ec-allday {
    padding-left: 1px;
    width: 97.5%;
}
.ai1ec-month-view .ai1ec-allday.ai1ec-multiday {
    padding-left: 0;
}
.ai1ec-month-view .ai1ec-multiday {
    z-index: 1;
}
.ai1ec-month-view .ai1ec-multiday-arrow1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: none repeat scroll 0 0 #507295;
    border-color: #FFFFFF #FFFFFF #FFFFFF #507295;
    border-image: none;
    border-style: solid;
    border-width: 7px 0 7px 7px;*/
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.ai1ec-month-view .ai1ec-multiday-arrow2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #507295 #507295 #507295 #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 7px 2px 7px 7px;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar {
    background: none repeat scroll 0 0 #507295;
    border-radius: 3px 3px 3px 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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #E7E7E7 #E7E7E7;
    border-image: none;
    border-right: 1px solid #E7E7E7;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    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 {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 14px;
    margin-left: -8px;
    position: relative;
    text-align: center;
    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: medium none;
    cursor: default;
    opacity: 0.2;
    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-oneday-view .ai1ec-start-truncated .ai1ec-event-time, .ai1ec-week-view .ai1ec-start-truncated .ai1ec-event-time {
    display: none;
}
.ai1ec-oneday-view .ai1ec-start-truncated, .ai1ec-week-view .ai1ec-start-truncated {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ai1ec-oneday-view .ai1ec-end-truncated, .ai1ec-week-view .ai1ec-end-truncated {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ai1ec-oneday-view .ai1ec-start-truncator, .ai1ec-oneday-view .ai1ec-end-truncator, .ai1ec-week-view .ai1ec-start-truncator, .ai1ec-week-view .ai1ec-end-truncator {
    font-size: 7px;
    line-height: 1em;
    opacity: 0.5;
    position: absolute;
    text-shadow: none;
}
.ai1ec-oneday-view .ai1ec-start-truncator, .ai1ec-week-view .ai1ec-start-truncator {
    left: -1px;
    top: -1px;
}
.ai1ec-oneday-view .ai1ec-end-truncator, .ai1ec-week-view .ai1ec-end-truncator {
    bottom: -1px;
    right: -1px;
}
.ai1ec-agenda-view {
    clear: both;
    margin: 0 0 6px !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-date-events {
    margin: 0 0.75em 0 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-date {
    background: linear-gradient(#F2F2F2, #F2F2F2 1em, #FFFFFF) no-repeat scroll 0 0 transparent;
    border-top: 1px solid #E5E5E5;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-date.ai1ec-today {
    background: linear-gradient(#F4F4BF, #F4F4BF 1em, #FFFFFF) no-repeat scroll 0 0 transparent;
    border-top: 1px solid #F0F0A9;
}
.ai1ec-agenda-view .ai1ec-date-title {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FBFBFB;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 1em, #EAEAEA);
    background-repeat: no-repeat;
    border-color: #FFFFFF #CACACA #CACACA;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #CACACA;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);*/
    color: #686868;
    float: left;
    font-size: 8.7pt;
    font-weight: bold !important;
    line-height: 1.2em;
    margin: 0.5em 0.75em !important;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 4em;
}
.ai1ec-agenda-view .ai1ec-date-title:hover {
    color: #4D4D4D;
}
.ai1ec-agenda-view .ai1ec-month {
    /*background: none repeat scroll 0 0 #617284;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;*/
    display:block;
    font-size: 0.8em !important;
    letter-spacing: 0.2em;
    padding: 0.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.ai1ec-agenda-view .ai1ec-day {
    display: block;
    font-size: 2em !important;
    padding: 0.35em 0 0.22em !important;
}
.ai1ec-agenda-view .ai1ec-weekday {
    display: block;
    font-size: 0.8em !important;
    line-height: 1.6em;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-date-title {
    margin-top: 0.5em !important;
    width: 4.6em;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-day {
    padding-bottom: 0.15em !important;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-year {
    background: none repeat scroll 0 0 #DBDBDB;
    font-size: 0.7em !important;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0.05em 0.1em 0.2em;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-event {
    padding: 0.9em 0.4em 0.9em 0.8em !important;
}
.ai1ec-agenda-view .ai1ec-event-toggle {
    color: #B8B8B8;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0;
    transition: color 0.1s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event-toggle .icon-minus-sign {
    display: none;
}
.ai1ec-agenda-view .ai1ec-event {
    /*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    clear: right;*/
    font-size: 10pt;
    margin: 0.5em 0;
    overflow: hidden;
    padding: 0.6em;
    position: relative;
    transition: border-color 0.1s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    box-shadow: 0 2px 4px #E4E4E4;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded .ai1ec-event-toggle .icon-minus-sign {
    display: inline-block;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded .ai1ec-event-toggle .icon-plus-sign {
    display: none;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header {
    cursor: pointer;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header:hover .ai1ec-event-toggle {
    color: #686868;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    color:#398000;/*color: #507295;*/
    font-size: 10.5pt;
    font-weight: bold;
    margin: 0 0 0.4em;
    transition: color 0.1s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
    font-size: 9pt;
    font-weight: bold;
    opacity: 0.8;
}
.ai1ec-agenda-view .ai1ec-event .post-edit-link {
    opacity: 0;
    transition: opacity 0.1s ease 0s;
    visibility: hidden;
}
.ai1ec-agenda-view .ai1ec-event:hover {
}
.ai1ec-agenda-view .ai1ec-event:hover .ai1ec-event-title {
    color: #354C63;
}
.ai1ec-agenda-view .ai1ec-event:hover .post-edit-link {
    opacity: 1;
}
.ai1ec-agenda-view .ai1ec-event-summary {
    display: none;
}
.ai1ec-agenda-view .ai1ec-event-summary.ai1ec-expanded {
    display: block;
}
.ai1ec-agenda-view .ai1ec-event-avatar {
    max-width: 40%;
}
.ai1ec-agenda-view .ai1ec-event-avatar img {
    max-height: 300px;
    max-width: 300px;
    min-height: 0;
    width: 100%;
}
.ai1ec-agenda-view .ai1ec-event-description {
    font-size: 9pt;
    line-height: 1.5em;
    margin-top: 8px;
}
.ai1ec-agenda-view .ai1ec-event-summary-footer {
    clear: both;
    padding-top: 10px;
}
.ai1ec-agenda-view .ai1ec-event-summary-footer .ai1ec-label {
    font-size: 8pt;
}
.ai1ec-agenda-view .ai1ec-categories, .ai1ec-agenda-view .ai1ec-tags {
    font-size: 8pt;
    margin-right: 0.5em;
}
.ai1ec-agenda-view .ai1ec-read-more {
    float: right;
    margin-top: -5px;
}
.ai1ec-print * {
    background: none repeat scroll 0 0 white !important;
    color: black !important;
}
.ai1ec-print body {
    margin: 0;
    text-align: left;
}
.ai1ec-print #wpadminbar, .ai1ec-print #comments {
    display: none;
}
.ai1ec-print #page > header {
    display: none;
}
.ai1ec-print .ai1ec-container {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    border: 2px solid gray !important;
    box-shadow: none;
}
.ai1ec-print .ai1ec-event-summary, .ai1ec-print .ai1ec-event-summary .ai1ec-event-click, .ai1ec-print .ai1ec-event-description {
    display: block !important;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-date-title {
    border-color: #CACACA;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-title {
    display: inline;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time {
    border: medium none !important;
    box-shadow: none !important;
    display: inline;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time {
    border: medium none !important;
    box-shadow: none !important;
    display: inline;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-description {
    padding: 0 !important;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-allday-label {
    border: medium none !important;
    box-shadow: none !important;
    padding-left: 0.2em !important;
}
.ai1ec-print .timely .entry-meta, .ai1ec-print .timely .ai1ec-subscribe, .ai1ec-print .timely .ai1ec-subscribe-google, .ai1ec-print .ai1ec-agenda-view .ai1ec-event-expand, .ai1ec-print .btn-toolbar, .ai1ec-print .ai1ec-pagination, .ai1ec-print .ai1ec-calendar-toolbar, .ai1ec-print .ai1ec-read-more, .ai1ec-print .ai1ec-category-color, .ai1ec-print .post-edit-link, .ai1ec-print .ai1ec-event-toggle {
    display: none !important;
}
.ai1ec-print .ai1ec-event-header {
    cursor: text !important;
}
body {
    background: none repeat scroll 0 0 red;
    font-family: arial;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 28px;
    width: 100%;
}
.ai1ec-container {
    clear: both;
}
#ai1ec-calendar-view-container {
    clear: both;
    margin-bottom: 0.2em;
    position: relative;
}
.ai1ec-calendar-toolbar {
    border: 0 none !important;
    margin: 0 !important;
    /*width: 100% !important;*/
}
.ai1ec-calendar-toolbar td {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !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 {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    vertical-align: bottom;
}
.ai1ec-filters-container {
    display: inline-block;
}
.ai1ec-filter-selector-container {
    display: inline-block;
    position: relative;
    text-align: left;
    white-space: normal;
}
.ai1ec-filter-selector {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    max-height: 30em;
    max-width: 20em;
    overflow: auto;
    padding: 0.1em;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
}
.ai1ec-filter-selector ul {
    margin: 0 !important;
    padding: 0 !important;
}
.ai1ec-filter-selector li {
    list-style: none outside 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 {
    color: #507295 !important;
    cursor: pointer;
    display: none;
    font-size: 11pt !important;
    font-weight: normal;
    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 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    clear: both;
    margin: 0 !important;
    table-layout: fixed !important;
    width: 100% !important;
}
.ai1ec-week-view .tablescroll_wrapper, .ai1ec-oneday-view .tablescroll_wrapper {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
table.ai1ec-week-view-original, table.ai1ec-oneday-view-original {
    height: 400px;
    visibility: hidden;
}
table.ai1ec-week-view-original.tablescroll_body, table.ai1ec-oneday-view-original.tablescroll_body {
    height: auto;
    visibility: visible;
}
.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: medium 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: medium none !important;
}
.ai1ec-month-view td, .ai1ec-week-view td, .ai1ec-oneday-view td {
    background: none repeat scroll 0 0 #D3D3C9 !important;
    border: 1px solid #DDDDDD !important;
    padding: 0 !important;
    text-align: left;
    vertical-align: top;
}
.ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-oneday-view th {
    background: none repeat scroll 0 0 #000000 !important;/*background: none repeat scroll 0 0 #F5F5F5 !important;*/
    border: medium none !important;
    padding: 0.2em !important;
	opacity:0.8;
}
.ai1ec-month-view td.ai1ec-empty {
    background: none repeat scroll 0 0 #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: #ffffff !important;/*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: none repeat scroll 0 0 #FFFFDD !important;*/
}
.ai1ec-month-view .ai1ec-date {
    background-color: #9A9A8E;
    color: #FFFFFF;
    font-size: 14px;
    height: 13px;
    line-height: 13px;
    margin-bottom: 1px;
    padding: 0 0.4em;
    text-align: right;
    text-shadow: 0 1px 0 #FFFFFF;
}
.ai1ec-posterboard-view {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-posterboard-view .ai1ec-no-results {
    font-size: 10pt !important;
    font-style: italic;
}
.ai1ec-posterboard-view > li, .ai1ec-posterboard-view .ai1ec-date-events > li {
    list-style: none outside none !important;
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap {
    background: none repeat scroll 0 0 #566675;
    color: #FFFFFF;
    float: right;
    margin: 0 0 0.5em 0.5em;
    opacity: 0.7;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.ai1ec-posterboard-view .ai1ec-event:hover .ai1ec-date-block-wrap {
    opacity: 1;
    transition: all 0.2s ease-out 0s;
}
.ai1ec-posterboard-view .ai1ec-month {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2) !important;
    color: #FFFFFF;
    font-size: 0.8em !important;
    letter-spacing: 0.2em;
    padding: 0 0.4em;
    text-transform: uppercase;
}
.ai1ec-posterboard-view .ai1ec-day {
    font-size: 2.2em !important;
    font-weight: bolder;
    padding: 0.35em 0.2em 0.45em !important;
}
.ai1ec-posterboard-view .ai1ec-weekday {
    line-height: 1.5em;
}
.ai1ec-posterboard-view .ai1ec-event {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    float: left;
    font-size: 10pt;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
    width: 240px;
}
.ai1ec-posterboard-view .ai1ec-event .ai1ec-event-wrap {
    background: none repeat scroll 0 0 #F7F3EB;
    border: 1px solid #DBDBD3;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    margin: 5px;
    padding: 7px;
}
.ai1ec-posterboard-view .ai1ec-event .ai1ec-event-time {
    float: left;
    font-weight: bold;
    line-height: 1.4em;
    margin-right: 0.5em;
    min-height: 1em;
}
.ai1ec-posterboard-view .ai1ec-event .ai1ec-event-title {
    color: #555555;
    font-family: "League Gothic",Impact,"Arial Black",Arial,sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0.4em;
}
.ai1ec-posterboard-view .ai1ec-event a {
    opacity: 0.7;
    transition: all 0.2s ease-out 0s;
}
.ai1ec-posterboard-view .ai1ec-event a:hover {
    opacity: 1;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
.ai1ec-posterboard-view .ai1ec-event:hover, .ai1ec-posterboard-view .ai1ec-event.ai1ec-expanded:hover {
    border-color: #AEAEAE;
}
.ai1ec-posterboard-view .ai1ec-event.ai1ec-allday {
    padding: 0 !important;
}
.ai1ec-posterboard-view .ai1ec-event.ai1ec-allday .ai1ec-event-title {
    margin: 0;
}
.ai1ec-posterboard-view .ai1ec-allday-label {
    font-size: 8pt;
    padding-left: 0.2em;
}
.ai1ec-posterboard-view .ai1ec-category-colors {
    float: left;
    font-size: 0.9em;
    margin: 0.2em 0.2em -0.2em -0.1em;
}
.ai1ec-posterboard-view .ai1ec-category-colors .ai1ec-category-color {
    padding: 0.1em;
}
.ai1ec-posterboard-view .ai1ec-event-summary .ai1ec-event-time {
    float: none;
    font-size: 9pt;
    line-height: 1.5em;
    width: auto;
}
.ai1ec-posterboard-view .ai1ec-categories, .ai1ec-posterboard-view .ai1ec-tags {
    font-size: 8pt;
}
.ai1ec-posterboard-view .ai1ec-event-description, .ai1ec-posterboard-view .ai1ec-event-description p {
    font-size: 9pt;
    line-height: 1.5em;
}
.ai1ec-posterboard-view .ai1ec-event-description {
    clear: both;
    max-height: 20em;
    overflow: hidden;
}
.ai1ec-posterboard-view .ai1ec-event-description p {
    margin: 0.5em 0 0.75em !important;
    padding: 0 !important;
}
.ai1ec-posterboard-view .ai1ec-event-description .ai1ec-label {
    font-size: 8pt;
}
.ai1ec-posterboard-view .ai1ec-allday .ai1ec-event-description {
    overflow: hidden;
    position: relative;
}
.ai1ec-week-view .ai1ec-grid-container, .ai1ec-oneday-view .ai1ec-grid-container {
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}
.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 {
    left: 0;
    padding-right: 8px;
    position: absolute;
    right: 0;
}
.ai1ec-week-view .ai1ec-hour-marker, .ai1ec-oneday-view .ai1ec-hour-marker {
    background: none repeat scroll 0 0 rgba(221, 221, 221, 0.4) !important;
    border-top: 1px solid rgba(221, 221, 221, 0.7);
    height: 60px;
}
.ai1ec-week-view .ai1ec-hour-marker.ai1ec-business-hour, .ai1ec-oneday-view .ai1ec-hour-marker.ai1ec-business-hour {
    background: none repeat scroll 0 0 transparent !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 {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    float: left;
    font-size: 8pt !important;
    font-weight: normal !important;
    margin-left: 1px;
    padding: 0 0.2em;
    position: relative;
    z-index: 2;
}
.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 rgba(221, 221, 221, 0.4);
}
.ai1ec-week-view .ai1ec-now-marker, .ai1ec-oneday-view .ai1ec-now-marker {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid #F2C539;
    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: medium none !important;
    color: #507295 !important;
    display: block;
    font-size: 14px;
    text-decoration: none !important;
}
.ai1ec-month-view .ai1ec-event, .ai1ec-week-view .ai1ec-event, .ai1ec-oneday-view .ai1ec-event {
    border-radius: 0.3em 0.3em 0.3em 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: #B5D34D;/*background-color: #507295;*/
	display : block;
    color: #000000 !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 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D4D4D4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ai1ec-month-view .ai1ec-event-popup, .ai1ec-week-view .ai1ec-event-popup, .ai1ec-oneday-view .ai1ec-event-popup {
    border-radius: 0 0.3em 0.3em 0;
    color: #333333 !important;
    display: none;
    left: -2px;
    min-width: 100%;
    position: absolute;
    top: -5px;
    white-space: nowrap;
    z-index: 5;
}
.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 {
    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 {
    background: none repeat scroll 0 0 #FFFFFF;
    left: -2px;
    margin-right: -1px;
    padding: 2px 2px 2px 5px;
    position: relative;
}
.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 {
    border-radius: 0.3em 0 0.3em 0.3em;
    color: #333333;
    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 {
    border-radius: 0 0.3em 0.3em 0.3em;
    left: 100%;
}
.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: 14px;
    font-weight: bold;
}
.ai1ec-month-view .ai1ec-read-more, .ai1ec-week-view .ai1ec-read-more, .ai1ec-oneday-view .ai1ec-read-more {
    color: #97978B;
    font-size: 8pt;
    text-align: center;
}
.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 {
    -moz-box-sizing: border-box;
    background-color: #A2A21F;/*background-color: #FFFFFF;*/
    background-image: -moz-linear-gradient(center top , #A2A21F, #CCD1D6);
    background-repeat: repeat-x;
    border: 2px solid #CCD1D6 !important;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    z-index: 999;
}
.ai1ec-oneday-view .ai1ec-event-popup {
    min-width: 0;
    right: 13em;
    top: -3px;
}
.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;
    font-size: 8pt !important;
    white-space: normal;
}
.ai1ec-month-view .ai1ec-event {
	color : #000000;
	font-family : coconlight;
    height: 14px;
    line-height: 14px;
    margin: 0 0 1px;
}
.ai1ec-month-view .ai1ec-event:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.ai1ec-month-view .ai1ec-multiday-arrow1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: none repeat scroll 0 0 #566675;
    border-color: #FFFFFF #FFFFFF #FFFFFF #566675;*/
	/*/background: none repeat scroll 0 0 #b5d34d;
    border-color: #FFFFFF #FFFFFF #FFFFFF #b5d34d;
    border-image: none;
    border-style: solid;
    border-width: 7px 0 7px 7px;*/
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.ai1ec-month-view .ai1ec-multiday-arrow2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*border-color: #b5d34d #b5d34d #b5d34d #FFFFFF;/*border-color: #566675 #566675 #566675 #FFFFFF;*/
    border-image: none;
    border-style: solid;
    border-width: 7px 2px 7px 7px;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
	display : none;
}
.ai1ec-month-view .ai1ec-multiday-bar {
    background: none repeat scroll 0 0 #b5d34d;
    border-radius: 3px 3px 3px 3px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
	display: none;
}
.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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #E7E7E7 #E7E7E7;
    border-image: none;
    border-right: 1px solid #E7E7E7;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    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 {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    display: block;
    height: 16px;
    left: 50%;
    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: medium none;
    cursor: default;
    opacity: 0.2;
    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 0.3em 0.3em 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;
}
.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;
}
.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 {
    font-size: 6pt;
    line-height: 1em;
    position: absolute;
}
.ai1ec-oneday-view .ai1ec-oneday .ai1ec-start-truncator, .ai1ec-week-view .ai1ec-week .ai1ec-start-truncator {
    left: -2px;
    top: -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;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-no-results {
    font-size: 10pt !important;
    font-style: italic;
}
.ai1ec-agenda-view .ai1ec-date-events {
    margin: 0 0.75em 0 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-agenda-view > li, .ai1ec-agenda-view .ai1ec-date-events > li {
    list-style: none outside none !important;
}
.ai1ec-agenda-view .ai1ec-date {
    background: linear-gradient(#F2F2F2, #F2F2F2 1em, rgba(242, 242, 242, 0)) no-repeat scroll 0 0 transparent;
    border-top: 1px solid #E5E5E5;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.ai1ec-agenda-view .ai1ec-date.ai1ec-today {
    background: linear-gradient(#F4F4BF, #F4F4BF 1em, rgba(244, 244, 191, 0)) no-repeat scroll 0 0 transparent;
    border-top: 1px solid #F0F0AA;
}
.ai1ec-agenda-view .ai1ec-date-title {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9F9F9;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 1em, #E0E0E0);
    background-repeat: no-repeat;
    border-color: #FFFFFF #C2C2C2 #C2C2C2;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #C2C2C2;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);*/
    color: #525252;
    float: left;
    font-size: 8.7pt;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.5em 0.75em !important;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 4em;
}
.ai1ec-agenda-view .ai1ec-month {
    /*background: none repeat scroll 0 0 #617284;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;*/
    font-size: 0.8em !important;
    letter-spacing: 0.2em;
    padding: 0.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.ai1ec-agenda-view .ai1ec-day {
    font-size: 2em !important;
    padding: 0.35em 0 0.22em !important;
}
.ai1ec-agenda-view .ai1ec-weekday {
    font-size: 0.8em !important;
    line-height: 1.6em;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-date-title {
    margin-top: 0.5em !important;
    width: 4.6em;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-day {
    padding-bottom: 0.15em !important;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-year {
    background: none repeat scroll 0 0 #D6D6D6;
    font-size: 0.7em !important;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0.05em 0.1em 0.2em;
}
.ai1ec-agenda-view .ai1ec-agenda-plus-year .ai1ec-event {
    padding: 0.9em 0.4em 0.9em 0.8em !important;
}
.ai1ec-agenda-view .ai1ec-event {
    /*background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #D4D4D4;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 0 6px #E0E0E0 inset;
    clear: right;*/
    font-size: 10pt;
    margin: 0.5em 0 !important;
    overflow: hidden;
    padding: 0.4em 0.4em 0.7em !important;
    position: relative;
    text-decoration: none;
    transition: all 0.15s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    border: 1px solid #AEAEAE;
    box-shadow: 0 2px 4px #E0E0E0;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    font-size: 10.5pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    transition: all 0.15s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title:hover .ai1ec-event-expand {
    color: #525252;
    transition: all 0.15s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-click {
    color: #566675;
    cursor: pointer;
    line-height: 1.4em;
    padding: 0 1.9em 0 0.3em;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: all 0.15s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0.4em 0 -0.2em;
    min-height: 1em;
}
.ai1ec-agenda-view .ai1ec-event:hover, .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded:hover {
    border-color: #AEAEAE;
    transition: all 0.15s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event:hover .ai1ec-event-click {
    color: #414C58;
    transition: all 0.15s ease 0s;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-click {
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    text-shadow: none;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-allday-label {
    background: linear-gradient(#7B8C9D, #566675 1em, #3F4A55) no-repeat scroll 0 0 #52606F;
    border-radius: 0.9em 0.9em 0.9em 0.9em;
    box-shadow: 0 1px 0 #C4CCD4 inset, 0 -1px 0 #7B8C9D inset, 0 1px 0 #3F4A55, 0 0.2em 0.2em #C4CCD4;
    color: #FFFFFF;
    font-size: 0.95em;
    margin: 0.2em 0 0;
    padding: 0.1em 0.7em 0.3em;
}
.ai1ec-agenda-view .ai1ec-event-expand {
    color: #8F8F8F;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 0.5em;
    position: absolute;
    right: 0;
    top: 0.4em;
    z-index: 5;
}
.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;
    padding: 0 0.3em;
}
.ai1ec-agenda-view .ai1ec-event-summary.ai1ec-expanded {
    display: block;
}
.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: medium none;
    border-radius: 0.3em 0.3em 0 0;
    padding: 0.4em 0.6em;
}
.ai1ec-agenda-view .ai1ec-categories {
    font-size: 8pt;
    margin: 1em 0 0.6em;
}
.ai1ec-agenda-view .ai1ec-tags {
    font-size: 8pt;
}
.ai1ec-agenda-view .ai1ec-event-description {
    clear: both;
    font-size: 9pt;
    line-height: 1.5em;
    overflow: hidden;
}
.ai1ec-agenda-view .ai1ec-event-description p {
    padding: 0.5em 0.2em 0.75em !important;
}
.ai1ec-agenda-view .ai1ec-event-description .ai1ec-label {
    font-size: 8pt;
}
.ai1ec-agenda-view .ai1ec-allday .ai1ec-event-description {
    overflow: hidden;
    position: relative;
}
.ai1ec-agenda-view .ai1ec-event-overlay {
    border-radius: 0 0 0.5em 0.5em;
    overflow: hidden;
    z-index: 5;
}
.ai1ec-agenda-view .ai1ec-read-more {
    float: right;
    margin: 0.6em 0 0;
}
.ai1ec-subscribe {
    clear: both;
}
.ai1ec-subscribe-filtered {
    display: none;
}
i.icon-print {
    padding: 0 7px;
}
.ai1ec-popup-summary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B3B3B3 #B3B3B3 #999999;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
    font-size: 10px;
    font-weight: normal;
    left: -14px;
    margin-right: 7px;
    opacity: 0;
    padding: 4px 7px;
    position: relative;
    top: -9999px;
    transition-delay: 0s, 0s, 0.4s;
    transition-duration: 0.4s, 0.4s, 0s;
    transition-property: opacity, left, top;
    width: 124px;
}
.ai1ec-popup-summary-right .ai1ec-popup-summary {
    left: inherit;
    margin-right: -147px;
    right: 20px;
    transition-delay: 0s, 0s, 0.4s;
    transition-duration: 0.4s, 0.4s, 0s;
    transition-property: opacity, right, top;
}
.ai1ec-popup-summary-wrap {
    position: absolute;
    right: 100%;
    visibility: hidden;
}
.ai1ec-popup-summary-parent:hover .ai1ec-popup-summary-wrap {
    visibility: visible;
}
.ai1ec-popup-summary-wrap.ai1ec-popup-summary-right {
    right: 0;
}
.ai1ec-popup-summary-parent:hover .ai1ec-popup-summary {
    left: 0;
    opacity: 1;
    top: 0;
    transition-delay: 0s;
    z-index: 9999;
}
.ai1ec-popup-summary-parent:hover .ai1ec-popup-summary-right .ai1ec-popup-summary {
    left: inherit;
    margin-left: 13px;
    right: 0;
}
.ai1ec-popup-title {
    font-size: 12px;
    font-weight: bold;
}
.timely p.ai1ec-popup-excerpt {
    font-size: 11px;
    overflow: hidden;
}
.ai1ec-popup-summary:after, .ai1ec-popup-summary:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.ai1ec-popup-summary-right .ai1ec-popup-summary:after, .ai1ec-popup-summary-right .ai1ec-popup-summary:before {
    left: inherit;
    right: 100%;
}
.ai1ec-popup-summary:after {
    border-left-color: #FFFFFF;
    border-width: 7px;
    margin-top: -7px;
    top: 50%;
}
.ai1ec-popup-summary-right .ai1ec-popup-summary:after {
    border-left-color: transparent;
    border-right-color: #FFFFFF;
}
.ai1ec-popup-summary:before {
    border-left-color: #8C8C8C;
    border-width: 8px;
    margin-top: -8px;
    top: 50%;
}
.ai1ec-popup-summary-right .ai1ec-popup-summary:before {
    border-left-color: transparent;
    border-right-color: #8C8C8C;
}

#ai1ec_agenda_widget-2 .ai1ec-calendar-link{
	font-family:coconlight;
	font-size : 11px;
}

.ai1ec-month-view .ai1ec-event{
	background : url(../../../themes/valleesetchateaux/images/fdbeige_nbre-actus.png) no-repeat 3px 2px;
	background-color : #b5d34d;
	padding:2px 2px 2px 20px;
}

.ai1ec-recurrence{
		display:none;
}