.ts-heading-style-default {
padding: 2px 0; }
.ts-heading-style-default .ts-heading-inner {
padding: 1em 0.5em; }
.ts-heading.ts-heading-align-left { text-align: left; }
.ts-heading.ts-heading-align-left .ts-heading-inner { padding-left: 0.2em; }
.ts-heading.ts-heading-align-right { text-align: right; }
.ts-heading.ts-heading-align-right .ts-heading-inner { padding-right: 0.2em; }
.ts-heading.ts-heading-align-center { text-align: center; } .ts-divider {
clear: both;
border: none;
text-align: right;
line-height: 1;
}
.ts-divider a {
display: inline-block;
font-size: 0.8em;
text-decoration: none;
outline: none;
padding-bottom: 5px;
}
.ts-divider-style-default { border-bottom-style: solid; }
.ts-divider-style-dotted { border-bottom-style: dotted; }
.ts-divider-style-dashed { border-bottom-style: dashed; }
.ts-divider-style-double { border-bottom-style: double; } .ts-spacer {
display: block;
height: 0;
clear: both;
overflow: hidden;
}
.ts-spacer-5 { height: 5px }
.ts-spacer-10 { height: 10px }
.ts-spacer-20 { height: 20px }
.ts-spacer-30 { height: 30px }
.ts-spacer-40 { height: 40px } .ts-highlight {
display: inline;
padding: 1px 0;
} .ts-label {
display: inline;
margin-right: 0.3em;
padding: 0.1em 0.3em;
font-size: 0.8em;
height: 0.8em;
line-height: 0.8em;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.ts-label-type-default { background: #999 }
.ts-label-type-success { background: #090 }
.ts-label-type-warning { background: #f90 }
.ts-label-type-important { background: #f03 }
.ts-label-type-black { background: #111 }
.ts-label-type-info { background: #09c } .ts-dropcap {
float: left;
display: inline-block;
width: 2em;
height: 2em;
margin: 0.2em 0.5em 0.2em 0;
line-height: 2em;
text-align: center;
overflow: hidden;
text-transform: uppercase;
}
.ts-dropcap-style-default {
color: #fff;
background: rgb(69, 72, 77); background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); text-shadow: -1px -1px 0 #000;
-moz-text-shadow: -1px -1px 0 #000;
-webkit-text-shadow: -1px -1px 0 #000;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.ts-dropcap-style-flat {
background: #444;
color: #fff;
}
.ts-dropcap-style-light {
color: #333;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: rgb(255, 255, 255); background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); }
.ts-dropcap-style-simple { border: 2px solid #121212;
} .ts-frame,
.ts-frame-inner { display: block; }
.ts-frame-align-left {
float: left;
margin: 0 1em 1em 0;
}
.ts-frame-align-center {
float: none;
margin: 1em auto;
}
.ts-frame-align-right {
float: right;
margin: 0 0 1em 1em;
}
.ts-frame img {
display: block !important;
float: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
box-shadow: none !important;
}
.ts-frame-style-default {
padding: 2px;
border: 1px solid #999;
background: #fff;
-webkit-box-shadow: 1px 1px 4px #ccc;
-moz-box-shadow: 1px 1px 4px #ccc;
box-shadow: 1px 1px 4px #ccc;
}
.ts-frame-style-default .ts-frame-inner {
padding: 2px;
border: 4px solid #eee;
} .ts-list ul {
list-style: none !important;
margin: 0 0 1.5em 0 !important;
padding: 0 !important;
}
.ts-list ul li {
position: relative;
list-style-type: none !important;
display: block !important;
line-height: 1.3em;
margin: 5px 0 0 0 !important;
padding: 4px 0 4px 2em !important;
}
.ts-list ul li > img {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
padding: 0;
margin: 0;
border: none;
}
.ts-list ul li i {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
text-align: center;
} .ts-button {
display: inline-block !important;
text-align: center;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.ts-button-wide {
display: block !important;
margin: 1em 0;
}
.ts-button-center { text-align: center; }
.ts-button span {
display: block !important;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.ts-button img {
border: none !important;
vertical-align: middle !important;
margin: -0.2em 0.4em 0 -0.3em !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.ts-button i {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0 0 15px !important;
text-align: center;
line-height: 1em;
}
.ts-button.ts-button-float-icon img { margin: 0 0.5em !important }
.ts-button small {
display: block;
margin: -0.2em 0 0 0;
color: inherit;
text-align: center;
font-style: normal;
font-size: 0.8em;
line-height: 1;
opacity: 0.7;
filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
.ts-button span {
padding-top: 1.25em !important;
padding-bottom: 1.25em !important;
line-height: 1.2 !important;
}
.ts-button small {
margin-top: 0.2em !important;
}
}
.ts-button-style-default {
border-width: 1px;
border-style: solid;
}
.ts-button-style-default:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.ts-button-style-default span { }
.ts-button-style-flat,
.ts-button-style-flat span { border: none }
.ts-button-style-flat span { position: relative }
.ts-button-style-flat:hover span { top: 1px }
.ts-button-style-ghost { background: transparent !important; }
.ts-button-style-ghost span {
border-width: 3px;
border-style: solid;
}
.ts-button-style-ghost:hover span { border-color: inherit !important; }
.ts-button-style-soft span { background: 0 -20px url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-soft.png) repeat-x }
.ts-button-style-soft:hover span { background: 0 0 url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-soft.png) repeat-x }
.ts-button-style-glass span { background: 0 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-glass.png) repeat-x }
.ts-button-style-glass:hover span { background: 100% 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-glass.png) repeat-x }
.ts-button-style-bubbles span { background: 0 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-bubbles.png) no-repeat }
.ts-button-style-bubbles:hover span { background: -710px 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-bubbles.png) no-repeat }
.ts-button-style-noise span { background: 0 0 url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-noise.png) repeat-x }
.ts-button-style-noise:hover span { background: 0 0 url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-noise.png) repeat-x }
.ts-button-style-stroked span {
margin: 1px;
border: 1px dashed #fff !important;
}
.ts-button-style-stroked:hover span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.ts-button-style-3d {
border-bottom-style: solid;
border-bottom-width: 6px;
}
.ts-button-style-3d span {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.ts-button-style-3d:hover {
position: relative;
top: 3px;
border-bottom-width: 3px;
} .ts-table table {
width: 100% !important;
margin: 0 0 1.5em 0 !important;
border-collapse: collapse !important;
font-size: 1em !important;
border: 1px solid #ccc !important;
}
.ts-table th {
text-align: left !important;
padding: 1em !important;
font-size: 1em !important;
font-weight: normal !important;
color: #333 !important;
border: 1px solid #ccc !important;
background: #f0f0f0 !important;
line-height: 22px;
}
.ts-table.ts-table-style2 th {
background: #121212 !important;
color: #fff!important;
}
.ts-table td {
padding: 1em !important;
border: 1px solid #ccc !important;
background: #fff !important;
line-height: 22px;
}
.ts-table .ts-even td { background: #f7f7f7 !important } .ts-qrcode { display: inline-block; }
.ts-qrcode-align-left {
float: left;
margin: 0 0.5em 0.5em 0;
}
.ts-qrcode-align-center {
display: block;
clear: both;
margin: 1em auto;
text-align: center;
}
.ts-qrcode-align-right {
float: right;
margin: 0 0 0.5em 0.5em;
}
.ts-qrcode a,
.ts-qrcode a:hover,
.ts-qrcode a:active,
.ts-qrcode a:focus {
background: transparent;
outline: none;
display: inline;
text-decoration: none;
}
.ts-qrcode-clickable a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.ts-qrcode img { max-width: 100%; }.ts-clearfix:before,
.ts-clearfix:after {
display: table;
content: " ";
}
.ts-clearfix:after { clear: both; } .ts-tabs {
margin: 0 0 1.5em 0;
padding: 3px;  }
.ts-tabs-nav span {
background: #fcfcfc none repeat scroll 0 0;
border-color: #e7e7e7;
border-style: solid;
border-width: 1px 0 1px 1px;
color: #333;
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 20px;
margin: 0;
min-height: 40px;
padding: 15px 35px;
position: relative;
}
.ts-tabs-style-style_2 .ts-tabs-nav span {
background: #121212 none repeat scroll 0 0;
border-color: #e7e7e7;
border-style: solid;
border-width: 1px 0 1px 1px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 20px;
margin: 0;
min-height: 40px;
padding: 15px 35px;
position: relative;
}
.ts-tabs-nav span:hover { background: #fff none repeat scroll 0 0; border-bottom: medium none; }
.ts-tabs-nav span.ts-tabs-current { 
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
cursor: default;
padding-bottom: 16px;
}
.ts-tabs-style-style_2 .ts-tabs-nav span:hover { background: #fff none repeat scroll 0 0; border-bottom: medium none; color: #333; }
.ts-tabs-style-style_2 .ts-tabs-nav span.ts-tabs-current { 
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
cursor: default;
padding-bottom: 16px;
color: #333;
}
.ts-tabs-nav span.ts-tabs-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.ts-tabs-pane {
padding: 15px;
font-size: 13px;  border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
color: #333;
line-height: 22px;
}
.ts-tabs-nav span:last-child {
border-width: 1px;
}
.ts-dummy-image {
float: left;
margin-right: 20px;
}
.ts-tabs-vertical:before,
.ts-tabs-vertical:after {
content: " ";
display: table;
}
.ts-tabs-vertical:after { clear: both; }
.ts-tabs-vertical .ts-tabs-nav {
float: left;
width: 30%;
}
.ts-tabs-vertical .ts-tabs-nav span {
display: block;
margin-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.ts-tabs-vertical .ts-tabs-panes {
float: left;
width: 70%;
}
.ts-tabs-vertical .ts-tabs-pane {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.ts-tabs-panes {
border: 1px solid #e7e7e7;
margin-top: -1px;
}
.ts-tabs-nav,
.ts-tabs-nav span,
.ts-tabs-panes,
.ts-tabs-pane {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
} @media only screen and (max-width: 768px) {
.ts-tabs-nav span { display: block; }
.ts-tabs-vertical .ts-tabs-nav {
float: none;
width: auto;
}
.ts-tabs-vertical .ts-tabs-panes {
float: none;
width: auto;
}
} .ts-spoiler { margin-bottom: 1.5em; }
.ts-spoiler .ts-spoiler:last-child { margin-bottom: 0; }
.ts-accordion { margin-bottom: 1.5em; }
.ts-accordion .ts-spoiler { margin-bottom: 2px; }
.ts-spoiler-title {
position: relative;
cursor: pointer;
min-height: 20px;
line-height: 20px;
padding: 15px 15px 15px 34px;
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
}
.ts-spoiler-icon {
position: absolute;
left: 10px;
top: 15px;
display: block;
width: 20px;
height: 20px;
line-height: 21px;
text-align: center;
font-size: 14px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
.ts-spoiler-content {
padding: 20px;
-webkit-transition: padding-top .2s;
-moz-transition: padding-top .2s;
-o-transition: padding-top .2s;
transition: padding-top .2s;
-ie-transition: padding-top .2s;
line-height: 22px;
}
.ts-spoiler.ts-spoiler-closed > .ts-spoiler-content {
height: 0;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
opacity: 0;
}
.ts-spoiler-icon-plus .ts-spoiler-icon:before { content: "\f068"; }
.ts-spoiler-icon-plus.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f067"; }
.ts-spoiler-icon-plus-circle .ts-spoiler-icon:before { content: "\f056"; }
.ts-spoiler-icon-plus-circle.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f055"; }
.ts-spoiler-icon-plus-square-1 .ts-spoiler-icon:before { content: "\f146"; }
.ts-spoiler-icon-plus-square-1.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f0fe"; }
.ts-spoiler-icon-plus-square-2 .ts-spoiler-icon:before { content: "\f117"; }
.ts-spoiler-icon-plus-square-2.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f116"; }
.ts-spoiler-icon-arrow .ts-spoiler-icon:before { content: "\f063"; }
.ts-spoiler-icon-arrow.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f061"; }
.ts-spoiler-icon-arrow-circle-1 .ts-spoiler-icon:before { content: "\f0ab"; }
.ts-spoiler-icon-arrow-circle-1.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f0a9"; }
.ts-spoiler-icon-arrow-circle-2 .ts-spoiler-icon:before { content: "\f01a"; }
.ts-spoiler-icon-arrow-circle-2.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f18e"; }
.ts-spoiler-icon-chevron .ts-spoiler-icon:before { content: "\f078"; }
.ts-spoiler-icon-chevron.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f054"; }
.ts-spoiler-icon-chevron-circle .ts-spoiler-icon:before { content: "\f13a"; }
.ts-spoiler-icon-chevron-circle.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f138"; }
.ts-spoiler-icon-caret .ts-spoiler-icon:before { content: "\f0d7"; }
.ts-spoiler-icon-caret.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f0da"; }
.ts-spoiler-icon-caret-square .ts-spoiler-icon:before { content: "\f150"; }
.ts-spoiler-icon-caret-square.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f152"; }
.ts-spoiler-icon-folder-1 .ts-spoiler-icon:before { content: "\f07c"; }
.ts-spoiler-icon-folder-1.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f07b"; }
.ts-spoiler-icon-folder-2 .ts-spoiler-icon:before { content: "\f115"; }
.ts-spoiler-icon-folder-2.ts-spoiler-closed .ts-spoiler-icon:before { content: "\f114"; }
.ts-spoiler-style-default {
background: #fff;
border: 1px solid #e6e6e6;
}
.ts-spoiler-style-default.ts-spoiler-closed > .ts-spoiler-title {
background: #fcfcfc none repeat scroll 0 0;
border: none;
color: #777;
text-transform: uppercase;
}
.ts-spoiler-style-default > .ts-spoiler-title {
padding-left: 27px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
background: #fcfcfc none repeat scroll 0 0;
}
.ts-spoiler-style-default > .ts-spoiler-title > .ts-spoiler-icon { left: 0; }
.ts-spoiler-style-default > .ts-spoiler-content { }
.ts-spoiler-style-fancy {
border: 1px solid #ccc;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #fff;
color: #333;
}
.ts-spoiler-style-fancy > .ts-spoiler-title {
border-bottom: 1px solid #ccc;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #121212;
font-size: 0.9em;
color: #fff;
}
.ts-spoiler-style-fancy.ts-spoiler-closed > .ts-spoiler-title { border: none; background: #f0f0f0; color: #333 }
.ts-spoiler-style-fancy > .ts-spoiler-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ts-spoiler-style-simple {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.ts-spoiler-style-simple > .ts-spoiler-title {
padding: 5px 10px;
background: #f0f0f0;
color: #333;
font-size: 0.9em;
}
.ts-spoiler-style-simple > .ts-spoiler-title > .ts-spoiler-icon { display: none; }
.ts-spoiler-style-simple > .ts-spoiler-content {
padding: 1em 10px;
background: #fff;
color: #333;
} .ts-quote-style-default {
position: relative;
margin-bottom: 1.5em;
padding: 0.5em 3em;
font-style: italic;
} .ts-quote-style-default:before,
.ts-quote-style-default:after {
position: absolute;
display: block;
width: 20px;
height: 20px;
background-image: url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/quote.png);
content: '';
}
.ts-quote-style-default:before {
top: 0;
left: 0;
background-position: 0 0;
}
.ts-quote-style-default:after {
right: 0;
bottom: 0;
background-position: -20px 0;
}
.ts-quote-style-default .ts-quote-cite {
display: block;
text-align: right;
font-style: normal;
}
.ts-quote-style-default .ts-quote-cite:before { content: "\2014\0000a0"; }
.ts-quote-style-default .ts-quote-cite a { text-decoration: underline; } .ts-pullquote {
display: block;
width: 30%;
padding: 0.5em 1em;
}
.ts-pullquote-align-left {
margin: 0.5em 1.5em 1em 0;
padding-left: 0;
float: left;
border-right: 5px solid #eee;
}
.ts-pullquote-align-right {
margin: 0.5em 0 1em 1.5em;
padding-right: 0;
float: right;
border-left: 5px solid #eee;
} .ts-row {
clear: both;
zoom: 1;
margin-bottom: 1.5em;
}
.ts-row:before,
.ts-row:after {
display: table;
content: "";
}
.ts-row:after { clear: both; }
.ts-column {
display: block;
margin: 0 4% 0 0;
float: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ts-column-last { margin-right: 0; }
.ts-row .ts-column { margin: 0 0 0 4%; }
.ts-row .ts-column.ts-column-size-1-1 { margin-left: 0; margin-right: 0; }
.ts-row .ts-column:first-child { margin-left: 0; }
.ts-column-centered {
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
overflow: hidden;
}
.ts-column img,
.ts-column iframe,
.ts-column object,
.ts-column embed { max-width: 100%; }
@media only screen {
[class*="ts-column"] + [class*="ts-column"]:last-child { float: right; }
}
.ts-column-size-1-1 { width: 100%; }
.ts-column-size-1-2 { width: 48%; }
.ts-column-size-1-3 { width: 30.66%; }
.ts-column-size-2-3 { width: 65.33%; }
.ts-column-size-1-4 { width: 22%; }
.ts-column-size-3-4 { width: 74%; }
.ts-column-size-1-5 { width: 16.8%; }
.ts-column-size-2-5 { width: 37.6%; }
.ts-column-size-3-5 { width: 58.4%; }
.ts-column-size-4-5 { width: 79.2%; }
.ts-column-size-1-6 { width: 13.33%; }
.ts-column-size-5-6 { width: 82.66%; } @media only screen and (max-width: 768px) {
.ts-column {
width: 60%;
margin: 0 0 1.5em 0 !important;
float: none !important;
}
.ts-row .ts-column:last-child {
margin-bottom: 0 !important;
}
} .ts-service {
position: relative;
margin: 0 0 1.5em 0;
}
.ts-service-title {
display: block;
margin-bottom: 0.5em;
color: #333;
font-weight: bold;
font-size: 1.1em;
}
.ts-service-title img {
position: absolute;
top: 0;
left: 0;
display: block !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ts-service-title i {
position: absolute;
top: 0;
left: 0;
display: block !important;
width: 1em;
height: 1em;
text-align: center;
line-height: 1em;
}
.ts-service-content { line-height: 1.4; } .ts-box {
margin: 0 0 1.5em 0;
border-width: 2px;
border-style: solid;
}
.ts-box-title {
display: block;
padding: 0.5em 1em;
font-weight: bold;
font-size: 1.1em;
}
.ts-box-content {
background-color: #fff;
color: #444;
padding: 1em;
}
.ts-box-style-soft .ts-box-title {
background-image: url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-soft.png);
background-position: 0 0;
background-repeat: repeat-x;
}
.ts-box-style-glass .ts-box-title {
background-image: url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-glass.png);
background-position: 0 50%;
background-repeat: repeat-x;
}
.ts-box-style-bubbles .ts-box-title {
background-image: url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-bubbles.png);
background-position: 0 50%;
background-repeat: repeat-x;
}
.ts-box-style-noise .ts-box-title {
background-image: url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-noise.png);
background-position: 0 0;
background-repeat: repeat-x;
} .ts-note {
margin: 0 0 1.5em 0;
border-width: 1px;
border-style: solid;
}
.ts-note-inner {
padding: 1em;
border-width: 1px;
border-style: solid;
} .ts-expand { margin: 0 0 1.5em 0; }
.ts-expand-content { overflow: hidden; }
.ts-expand-link {
margin-top: 0.5em;
cursor: pointer;
}
.ts-expand-link:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.ts-expand-link a,
.ts-expand-link a:hover,
.ts-expand-link a:active,
.ts-expand-link a:visited,
.ts-expand-link a:focus {
display: inline;
text-decoration: none;
background: transparent;
border: none;
}
.ts-expand-link-style-default .ts-expand-link a,
.ts-expand-link-style-default .ts-expand-link a:hover { text-decoration: none; }
.ts-expand-link-style-underlined .ts-expand-link span { text-decoration: underline; }
.ts-expand-link-style-dotted .ts-expand-link span { border-bottom: 1px dotted #333; }
.ts-expand-link-style-dashed .ts-expand-link span { border-bottom: 1px dashed #333; }
.ts-expand-link-style-button .ts-expand-link a {
display: inline-block;
margin-top: 0.2em;
padding: 0.2em 0.4em;
border: 2px solid #333;
}
.ts-expand-link-more { display: none; }
.ts-expand-link-less { display: block; }
.ts-expand-collapsed .ts-expand-link-more { display: block; }
.ts-expand-collapsed .ts-expand-link-less { display: none; }
.ts-expand-link i {
display: inline-block;
margin: 0 0.3em 0 0;
vertical-align: middle;
color: inherit;
}
.ts-expand-link img {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0.3em 0 0;
vertical-align: middle;
} .ts-lightbox-content {
position: relative;
margin: 0 auto;
}
.mfp-content .ts-lightbox-content,
#ts-generator .ts-lightbox-content { display: block !important; }
.ts-lightbox-content-preview {
width: 100%;
min-height: 300px;
background: #444;
overflow: hidden;
}
.ts-lightbox-content h1,
.ts-lightbox-content h2,
.ts-lightbox-content h3,
.ts-lightbox-content h4,
.ts-lightbox-content h5,
.ts-lightbox-content h6 { color: inherit; } .ts-column-inner > *:first-child,
.ts-accordion > *:first-child,
.ts-spoiler-content > *:first-child,
.ts-service-content > *:first-child,
.ts-box-content > *:first-child,
.ts-note-inner > *:first-child,
.ts-expand-content > *:first-child,
.ts-lightbox-content > *:first-child { margin-top: 0; }
.ts-column-inner > *:last-child,
.ts-tabs-pane > *:last-child,
.ts-accordion > *:last-child,
.ts-spoiler-content > *:last-child,
.ts-service-content > *:last-child,
.ts-box-content > *:last-child,
.ts-note-inner > *:last-child,
.ts-expand-content > *:last-child,
.ts-lightbox-content > *:last-child { margin-bottom: 0; }.qtip.ts-qtip { max-width: 480px !important; }
.ts-tooltip { display: inline-block; }
.ts-qtip-size-1 { font-size: 0.8em !important; }
.ts-qtip-size-2 { font-size: 0.9em !important; }
.ts-qtip-size-3 { font-size: 1em !important; }
.ts-qtip-size-4 { font-size: 1.1em !important; }
.ts-qtip-size-5 { font-size: 1.2em !important; }
.ts-qtip-size-6 { font-size: 1.3em !important; }
.ts-tooltip-content { display: none; }
.ts-tooltip-content > :last-child { margin-bottom: 0; }
.qtip-content .ts-tooltip-content img,
.qtip-content .ts-tooltip-content object,
.qtip-content .ts-tooltip-content iframe,
.qtip-content .ts-tooltip-content embed { max-width: 430px; }
.qtip-content .ts-tooltip-content .ts-responsive-media-yes { width: 430px; } .ts-private { margin: 0 0 1.5em 0 } .ts-members {
margin-bottom: 1.5em;
padding: 1em;
border-width: 1px 0;
border-style: solid;
text-align: center;
}
.ts-members a {
text-decoration: underline;
color: inherit;
} .ts-guests { margin-bottom: 1.5em } .ts-posts-default-loop { }
.ts-posts-default-loop .ts-post {
margin-bottom: 2.5em;
line-height: 1.5;
}
.ts-posts-default-loop .ts-post:after {
content: '';
display: table;
clear: both;
}
.ts-posts-default-loop .ts-post-thumbnail {
float: left;
display: block;
width: 100px;
height: 100px;
margin-right: 1em;
}
.ts-posts-default-loop .ts-post-thumbnail img {
max-width: 100px;
max-height: 100px;
}
.ts-posts-default-loop h2.ts-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 1.2em;
font-weight: bold;
}
.ts-posts-default-loop .ts-post-meta {
margin-bottom: 0.7em;
font-size: 0.8em;
opacity: 0.6;
filter: alpha(opacity=60);
}
.ts-posts-default-loop .ts-post-excerpt { margin-bottom: 0.5em }
.ts-posts-default-loop .ts-post-excerpt p:last-child { margin-bottom: 0 }
.ts-posts-default-loop .ts-post-comments-link { font-size: 0.9em }
.ts-posts-teaser-loop { }
.ts-posts-teaser-loop .ts-post {
margin-bottom: 1.5em;
line-height: 1.2;
}
.ts-posts-teaser-loop .ts-post:after {
content: '';
display: table;
clear: both;
}
.ts-posts-teaser-loop .ts-post-thumbnail {
float: left;
display: block;
width: 56px;
height: 56px;
margin: 0 1em 0 0;
}
.ts-posts-teaser-loop .ts-post-thumbnail img {
display: block;
margin: 0;
padding: 2px;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
max-width: 100%;
max-height: 100%;
}
.ts-posts-teaser-loop h2.ts-post-title {
display: block;
margin: 0;
padding: 0;
border: none;
font-size: 0.9em;
font-weight: normal;
clear: none;
}
.ts-posts-single-post { }
.ts-posts-single-post .ts-post {
margin-bottom: 2.5em;
line-height: 1.5;
}
.ts-posts-single-post .ts-post:after {
content: '';
display: table;
clear: both;
}
.ts-posts-single-post h1.ts-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 1.2em;
font-weight: bold;
}
.ts-posts-single-post .ts-post-meta {
margin-bottom: 0.7em;
font-size: 0.8em;
opacity: 0.6;
filter: alpha(opacity=60);
}
.ts-posts-single-post .ts-post-content { margin-bottom: 0.5em }
.ts-posts-single-post .ts-post-content p:last-child { margin-bottom: 0 } .featured-lists ul li {
list-style: none;
}
.featured-lists ul li h4 {
font-size: 16px;
}.eo-tc-page .eo-events-nav-later{float:right}.eo-tc-page .eo-events-nav-earlier{float:left}.eo-tc-page .eo-events-nav{overflow:inherit;margin:10px auto;display:inline}.eo-tc-page nav:after{content:".";display:block;height:0;clear:both;visibility:hidden}.eo-tc-event{margin:25px auto}.eo-tc-event .eo-event-header{display:block}.eo-tc-event .eo-event-title{margin-bottom:0}.eo-tc-event .eo-event-date{font-style:italic;display:block;margin:5px 0}.eo-tc-event .eo-event-details{margin-top:0}.eo-event-meta{margin:10px}.eo-tc-event .eo-event-meta{clear:both;list-style:none;float:none;display:inline-block;padding:0}.eo-tc-event .eo-event-content{display:inherit;float:none;margin-left:10px}.eo-event-thumbnail{display:inline;float:left;margin:10px}.fc-button .ui-button-text{line-height:8px!important}.ui-button-text-only .ui-button-text{padding:.4em .8em}.ui-button{margin-left:-1px}.ui-button-icon-only .ui-button-text{padding:.14em}.ui-autocomplete-input{margin:0;padding:.3em 0 .3em .45em}.eo-venue-map{z-index:1000}.eo-venue-map img{max-width:none}body.single-event .eo-event-meta,body.single-event .eo-event-venue-map{float:none;width:100%}@media (min-width:600px){body.single-event .eo-event-meta{width:40%;float:left}body.single-event .eo-event-venue-map{width:40%;float:right}}.eo-upcoming-dates-pipe{margin:auto 5px}.eo-fullcalendar .fc-toolbar{margin-bottom:10px}.eo-fullcalendar,.eo-fullcalendar button{font-size:1em}.eo-fullcalendar .fc-event{font-size:.9em}.eo-fullcalendar .fc-view>table>thead{background:#f2f2f2;font-weight:700;text-align:center}.eo-fullcalendar .fc-view>table>tbody{background:#fff}.eo-fullcalendar-key ul.eo_fullcalendar_key{display:inline-block;font-size:.8em}.eo-fullcalendar-key ul.eo_fullcalendar_key li{display:inline-block;margin:0 3px}.eo-fullcalendar-key span.eo_fullcalendar_key_colour{margin:4px 2px 4px 5px;border:1px solid #DFDFDF;border-radius:4px;font-size:.9em;vertical-align:top;padding:0 6px}.eo-widget-cal-wrap{position:relative}.eo-widget-cal-overlay{position:absolute;height:100%;width:100%}.eo-widget-cal-loading{opacity:.6}.eo-widget-cal-spinner{border-radius:50%;opacity:.9;background:url(//www.lcch.asia/lcch_v2/wp-content/plugins/event-organiser/css/images/loading-40x40.gif);background-position:center;background-repeat:no-repeat;width:40px;height:40px;margin:-20px 0 0 -20px;position:absolute;top:50%;left:50%}.eo-agenda-widget ul{list-style:none;margin:0}.eo-agenda-widget ul li{list-style:none}.eo-agenda-widget .eo-agenda-widget-nav{overflow:hidden;margin-bottom:3px;text-align:right}.eo-agenda-widget .eo-agenda-widget-nav-next,.eo-agenda-widget .eo-agenda-widget-nav-prev{border:1px solid #dfdfdf;cursor:pointer;padding:3px 9px;background:#ececec;margin:3px;color:#21759b;font-size:12px;font-family:Helvetica,Arial,sans-serif;font-weight:700;border-radius:3px}.eo-agenda-widget .eo-agenda-widget-nav-next:hover,.eo-agenda-widget .eo-agenda-widget-nav-prev:hover{background:#ddd}.eo-agenda-widget ul.dates{border-bottom:1px solid #ececec;font-weight:700}.eo-agenda-widget ul.a-date{margin:0}.eo-agenda-widget li.date{border-top:1px solid #ececec;padding:10px 0}.eo-agenda-widget li.event{padding:5px 0 5px 10px;font-weight:400;background:#ececec;border-radius:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;opacity:.75;color:#333;margin:1px 0;position:relative}.eo-agenda-widget li.event:hover{opacity:1;background:#ececec}.eo-agenda-widget li.event .cat{padding:10px 3px;background:0 0;margin-right:5px;height:100%;position:absolute;top:0;left:0}.eo-agenda-widget li.event .meta{font-size:.9em}.eo-agenda-widget li.event a.eo-agenda-event-permalink{display:block;text-decoration:none;color:#333}.eo-agenda-widget li.event a.eo-agenda-event-permalink:hover{text-decoration:none;color:#333}.eo-datepicker table,.eo-datepicker tbody,.eo-datepicker tfoot,.eo-datepicker thead,.eo-datepicker tr,.eo-datepicker tr td,.eo-datepicker tr th{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}.eo-datepicker table{border-collapse:collapse;border-spacing:0;width:100%}.eo-datepicker{font-size:14px;background:#fff;border:1px solid #aaa}.eo-datepicker table{font-size:.8em;margin:0}.eo-datepicker td,.eo-datepicker th{margin:0;border:0;padding:1px}.eo-datepicker td a,.eo-datepicker td span,.eo-datepicker th a{background:#fff;border:0;text-decoration:none;display:block;padding:.5em .9em;text-align:right}.eo-datepicker .ui-datepicker-header{background:#ddd;height:30px;text-align:center}.eo-datepicker a.ui-datepicker-next,.eo-datepicker a.ui-datepicker-prev{font-size:1.2em;font-weight:700;display:inline-block;text-decoration:none;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;color:#000}.eo-datepicker .ui-datepicker-next{float:right}.eo-datepicker .ui-datepicker-prev{float:left}.eo-datepicker select.ui-datepicker-month,.eo-datepicker select.ui-datepicker-year{width:45%}.eo-datepicker .ui-datepicker-title{margin:0 2.3em}.eo-datepicker .ui-datepicker-title select{width:auto;border:0;padding:0 5px;box-shadow:none;margin:0 5px;height:30px;color:#000;font-size:1em}.eo-datepicker td a,.eo-datepicker td span,.eo-datepicker th span{display:block;text-align:center}.eo-datepicker .ui-datepicker-calendar .ui-state-active .ui-state-default{background:#eee;position:relative;cursor:pointer;color:#333}.eo-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover{color:#000;background:#ddd}.eo-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight{background:#FFFFE0}.eo-datepicker .ui-datepicker-next:hover,.eo-datepicker .ui-datepicker-prev:hover{color:#000;background:#aaa}.eo-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active,.eo-datepicker .ui-datepicker-calendar .ui-datepicker-current-day.ui-state-active,.eo-datepicker .ui-datepicker-calendar .ui-state-active:hover .ui-state-active,.eo-datepicker .ui-datepicker-calendar a.ui-state-active{background:#eee}#ui-datepicker-div{display:none}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:medium none;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-eo{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-eo .qtip-titlebar{background-color:#ddd}.eo-fullcalendar-reset div,.eo-fullcalendar-reset footer,.eo-fullcalendar-reset h2,.eo-fullcalendar-reset header,.eo-fullcalendar-reset table,.eo-fullcalendar-reset tbody,.eo-fullcalendar-reset td,.eo-fullcalendar-reset tfoot,.eo-fullcalendar-reset th,.eo-fullcalendar-reset thead,.eo-fullcalendar-reset tr{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none;max-width:none;background:0 0}.eo-fullcalendar-reset .fc-content-skeleton table,.eo-fullcalendar-reset .fc-content-skeleton tbody,.eo-fullcalendar-reset .fc-content-skeleton td,.eo-fullcalendar-reset .fc-content-skeleton th,.eo-fullcalendar-reset .fc-content-skeleton tr,.eo-fullcalendar-reset .fc-content-skeleton tr:nth-child(even),.eo-fullcalendar-reset .fc-content-skeleton tr:nth-child(odd),.eo-fullcalendar-reset .fc-view-container td,.eo-fullcalendar-reset .fc-view-container th,.eo-fullcalendar-reset .fc-view-container tr{margin:0!important;padding:0!important;background:0 0}.eo-fullcalendar-reset.fc-unthemed .fc-today{background:#fcf8e3}.eo-fullcalendar a{-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none;max-width:none}.eo-fullcalendar table{border-collapse:collapse;border-spacing:0}.eo-fullcalendar-loading{background:#fff;position:absolute;z-index:5}.eo-fullcalendar-loading-icon{vertical-align:middle;padding:0 5px 5px 0}.eo-fullcalendar-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}@media (max-width:512px){.eo-fullcalendar-responsive .fc-agendaDay-button,.eo-fullcalendar-responsive .fc-agendaWeek-button,.eo-fullcalendar-responsive .fc-basicDay-button,.eo-fullcalendar-responsive .fc-basicWeek-button,.eo-fullcalendar-responsive .fc-month-button{display:none}.eo-fullcalendar-responsive .fc-toolbar h2{text-align:center}}.ui-datepicker{z-index:100!important}.ui-selectmenu-menu{z-index:10!important} .fc{direction:ltr;text-align:left;-ms-touch-action:none}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed hr,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-popover .fc-header,.fc-unthemed hr{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed .fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-bgevent{background:#8fdf82;opacity:.3;filter:alpha(opacity=30)}.fc-nonbusiness{background:#ccc}.fc-icon{display:inline-block;font-size:2em;line-height:.5em;height:.5em;font-family:"Courier New",Courier,monospace}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700}.fc-icon-left-double-arrow:after{content:"\000AB"}.fc-icon-right-double-arrow:after{content:"\000BB"}.fc-icon-x:after{content:"\000D7"}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}@media print,all and (max-width:400px){.fc button{padding:0 .4em}}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:0;border-bottom-left-radius:0}.fc-state-default.fc-corner-right{border-top-right-radius:0;border-bottom-right-radius:0}.fc button .fc-icon{position:relative;top:.05em;margin:0 .1em}.fc-state-default{background-color:#f5f5f5;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:25px;margin-top:4px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc hr{height:0;margin:0;padding:0 0 2px;border-style:solid;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{overflow-y:scroll;overflow-x:hidden}.fc-scroller>*{position:relative;width:100%;overflow:hidden}.fc-event{position:relative;display:block;font-size:1em;line-height:1.3;border-radius:0;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:400}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-ltr .fc-day-grid-event.fc-not-start,.fc-rtl .fc-day-grid-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-day-grid-event.fc-not-end,.fc-rtl .fc-day-grid-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-oneline .fc-day-grid-event>.fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-day-grid-event .fc-resizer{position:absolute;top:0;bottom:0;width:7px}.fc-ltr .fc-day-grid-event .fc-resizer{right:-3px;cursor:e-resize}.fc-rtl .fc-day-grid-event .fc-resizer{left:-3px;cursor:w-resize}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-toolbar{text-align:center;margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.37em;margin-right:.37em}@media print,all and (max-width:601px){.fc-toolbar{margin-bottom:0}.fc-toolbar .fc-center,.fc-toolbar .fc-left{float:inherit;display:block}.fc .fc-toolbar>*>*,.fc-toolbar .fc-right{float:inherit}}@media print,all and (min-width:514px){.fc .fc-toolbar>*>:first-child{margin-left:0;margin-right:0}}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view tbody .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0 2px}.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-time-grid .fc-bgevent-skeleton{z-index:3}.fc-time-grid .fc-highlight-skeleton{z-index:4}.fc-time-grid .fc-content-skeleton{z-index:5}.fc-time-grid .fc-helper-skeleton{z-index:6}.fc-slats td{height:1.5em;border-bottom:0}.fc-slats .fc-minor td{border-top-style:dotted}.fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-time-grid .fc-bgevent-container,.fc-time-grid .fc-event-container{position:relative}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event>.fc-content{position:relative;z-index:2}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event .fc-resizer{position:absolute;z-index:3;left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event .fc-resizer:after{content:"="}.fc-listMonth-view .fc-week-number,.fc-listWeek-view .fc-week-number .fc-listDay-view .fc-week-number{padding:0 2px;vertical-align:middle}.fc-listDay-view tbody .fc-row,.fc-listMonth-view tbody .fc-row,.fc-listWeek-view tbody .fc-row{min-height:2em}.fc-listDay-view .fc-week-number span,.fc-listMonth-view .fc-week-number span,.fc-listWeek-view .fc-week-number span{line-height:2em}.fc-listDay-view .fc-day-grid-event,.fc-listMonth-view .fc-day-grid-event,.fc-listWeek-view .fc-day-grid-event{margin:0 2px 1px}.fc-listDay-view .fc-row .fc-content-skeleton,.fc-listMonth-view .fc-row .fc-content-skeleton,.fc-listWeek-view .fc-row .fc-content-skeleton{padding-bottom:0}.fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number,.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number{text-align:left;line-height:2em;border-bottom:1px solid #DBDADA;font-weight:700}.fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left{float:left;padding-left:5px}.fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right{float:right;padding-right:5px;color:#666}.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before{line-height:.5em;content:"-";color:#fff;display:block}.eo-fc-datepicker{font-size:14px;background:#fff;border:1px solid #aaa}.eo-fc-datepicker table{font-size:.8em;margin:0}.eo-fc-datepicker td,.eo-fc-datepicker th{margin:0;border:0;padding:1px}.eo-fc-datepicker td a,.eo-fc-datepicker td span,.eo-fc-datepicker th a{text-decoration:none;display:block;padding:.5em .9em;text-align:right}.eo-fc-datepicker .ui-datepicker-header{background:#ddd;height:30px;text-align:center}.eo-fc-datepicker .ui-datepicker-header select{width:auto;background:0 0;border:0;padding:0 5px;box-shadow:none;margin:0 10px;height:30px;color:#000}.eo-fc-datepicker a.ui-datepicker-next,.eo-fc-datepicker a.ui-datepicker-prev{font-size:1.2em;font-weight:700;display:inline-block;text-decoration:none;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;color:#000}.eo-fc-datepicker .ui-datepicker-next{float:right}.eo-fc-datepicker .ui-datepicker-prev{float:left}.eo-fc-datepicker td a,.eo-fc-datepicker td span,.eo-fc-datepicker th span{display:block;text-align:center}.eo-fc-datepicker .ui-datepicker-calendar .ui-state-default{background:#eee;position:relative;cursor:pointer;color:#333}.eo-fc-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover{color:#000;background:#ddd}.eo-fc-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight{background:#FFFFE0}.eo-fc-datepicker .ui-datepicker-header select:hover,.eo-fc-datepicker .ui-datepicker-next:hover,.eo-fc-datepicker .ui-datepicker-prev:hover{color:#000;background:#aaa}.eo-fc-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active,.eo-fc-datepicker .ui-datepicker-calendar .ui-state-active:hover .ui-state-active,.eo-fc-datepicker .ui-datepicker-calendar a.ui-state-active{background:#ddd}.eo-fc-datepicker .ui-datepicker-calendar .ui-datepicker-current-day.ui-state-active{background:#eee}@media print{.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc-event .fc-resizer{display:none}.fc-row,hr,tbody,td,th,thead{border-color:#ccc!important;background:#fff!important}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{display:none}.fc tbody .fc-row{height:auto!important;min-height:0!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-popover{display:none}.fc-time-grid{min-height:0!important}.fc-agenda-view .fc-axis{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-end:after{content:"..."}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}.fc button,.fc-button-group{display:none}}