/**
 * jQuery Timepicker
 * http://wvega.github.com/timepicker/
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2012 Willington Vega; Licensed MIT, GPL
 */

 .ui-timepicker-container {
    position: absolute;
    overflow: hidden;
}

.ui-timepicker {
    display: block;
    height: 200px;
    text-align: center;
    list-style: none outside none;
    overflow: auto;
    overflow-x: hidden; /* IE */
    margin: 0;
    padding: 0 1px;
}
.ui-timepicker-standard {
    /* .ui-widget */
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    /* .ui-widget-content */
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    /* .ui-menu */
    margin: 0;
    padding: 2px;
}
.ui-timepicker-standard a {
    /* .ui-widget-content a */
    color: #222;
}
.ui-timepicker-standard .ui-state-hover {
    /* .ui-state-hover */
    background-color: #DADADA;
    border: 1px solid #999;
    font-weight: normal;
    color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
    /* .ui-menu .ui-menu-item */
    /*clear: left;
    float: left;*/
    margin: 0;
    padding: 0;
    /*width: 100%;*/
}
.ui-timepicker-standard .ui-menu-item a {
    /* .ui-menu .ui-menu-item a */
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
    text-decoration: none;
}
.ui-timepicker-standard .ui-menu-item a.ui-state-hover {
    /* .ui-menu .ui-menu-item a.ui-state-hover */
    font-weight: normal;
    margin: -1px -1px -1px -1px;
}
 .ui-timepicker-corners, .ui-timepicker-corners .ui-corner-all {
    border-radius: 4px;
}
.ui-timepicker-hidden {
    /* .ui-helper-hidden */
    display: none;
}

.ui-timepicker-container .ui-no-scrollbar {
    border: none;
}

/*! jQuery UI - v1.10.4 - 2014-02-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("/i/jquery-ui/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(../../i/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(../../i/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(../../i/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(../../i/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(../../i/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(../../i/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../../i/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../../i/jquery-ui/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../../i/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../../i/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*!
 * FullCalendar v1.6.3 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}
	
/* icon (for jquery ui) */
	
.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	

/*******************************************************************************
 * Tree container
 */
ul.dynatree-container
{
	font-family: tahoma, arial, helvetica;
	font-size: 10pt; /* font size should not be too big */
	white-space: nowrap;
	padding: 3px;
	margin: 0; /* issue 201 */
	background-color: white;
	border: 1px dotted gray;
	overflow: auto;
	height: 100%; /* issue 263 */
}

ul.dynatree-container ul
{
	padding: 0 0 0 16px;
	margin: 0;
}

ul.dynatree-container li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	-moz-background-clip:border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-y;
	background-image: none;  /* no v-lines */

	margin:0;
	padding:1px 0 0 0;
}
/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib
{
	background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */
ul.dynatree-no-connector > li
{
	background-image: none;
}

/* Style, when control is disabled */
.ui-dynatree-disabled ul.dynatree-container
{
	opacity: 0.5;
/*	filter: alpha(opacity=50); /* Yields a css warning */
	background-color: silver;
}


/*******************************************************************************
 * Common icon definitions
 */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker
{
	width: 16px;
	height: 16px;
/*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221*/
/*	-moz-box-align: start; /* issue 221 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("../../i/dynatree/icons.gif");
	background-position: 0 0;
}

/** Used by 'icon' node option: */
ul.dynatree-container img
{
	width: 16px;
	height: 16px;
	margin-left: 3px;
	vertical-align: top;
	border-style: none;
}


/*******************************************************************************
 * Lines and connectors
 */

/*
span.dynatree-empty
{
}
span.dynatree-vline
{
}
*/
span.dynatree-connector
{
	background-image: none;
}
/*
.dynatree-lastsib span.dynatree-connector
{
}
*/
/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.dynatree-expander
{
	background-position: 0px -80px;
	cursor: pointer;
}
span.dynatree-expander:hover
{
	background-position: -16px -80px;
}
.dynatree-exp-cl span.dynatree-expander /* Collapsed, not delayed, last sibling */
{
}
.dynatree-exp-cd span.dynatree-expander /* Collapsed, delayed, not last sibling */
{
}
.dynatree-exp-cdl span.dynatree-expander /* Collapsed, delayed, last sibling */
{
}
.dynatree-exp-e span.dynatree-expander,  /* Expanded, not delayed, not last sibling */
.dynatree-exp-ed span.dynatree-expander,  /* Expanded, delayed, not last sibling */
.dynatree-exp-el span.dynatree-expander,  /* Expanded, not delayed, last sibling */
.dynatree-exp-edl span.dynatree-expander  /* Expanded, delayed, last sibling */
{
	background-position: -32px -80px;
}
.dynatree-exp-e span.dynatree-expander:hover,  /* Expanded, not delayed, not last sibling */
.dynatree-exp-ed span.dynatree-expander:hover,  /* Expanded, delayed, not last sibling */
.dynatree-exp-el span.dynatree-expander:hover,  /* Expanded, not delayed, last sibling */
.dynatree-exp-edl span.dynatree-expander:hover  /* Expanded, delayed, last sibling */
{
	background-position: -48px -80px;
}
.dynatree-loading span.dynatree-expander  /* 'Loading' status overrides all others */
{
	background-position: 0 0;
	background-image: url("../../i/dynatree/loading.gif");
}


/*******************************************************************************
 * Checkbox icon
 */
span.dynatree-checkbox
{
	margin-left: 3px;
	background-position: 0px -32px;
}
span.dynatree-checkbox:hover
{
	background-position: -16px -32px;
}

.dynatree-partsel span.dynatree-checkbox
{
	background-position: -64px -32px;
}
.dynatree-partsel span.dynatree-checkbox:hover
{
	background-position: -80px -32px;
}

.dynatree-selected span.dynatree-checkbox
{
	background-position: -32px -32px;
}
.dynatree-selected span.dynatree-checkbox:hover
{
	background-position: -48px -32px;
}

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */
span.dynatree-radio
{
	margin-left: 3px;
	background-position: 0px -48px;
}
span.dynatree-radio:hover
{
	background-position: -16px -48px;
}

.dynatree-partsel span.dynatree-radio
{
	background-position: -64px -48px;
}
.dynatree-partsel span.dynatree-radio:hover
{
	background-position: -80px -48px;
}

.dynatree-selected span.dynatree-radio
{
	background-position: -32px -48px;
}
.dynatree-selected span.dynatree-radio:hover
{
	background-position: -48px -48px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

span.dynatree-icon /* Default icon */
{
	margin-left: 3px;
	background-position: 0px 0px;
}

.dynatree-has-children span.dynatree-icon /* Default icon */
{
/*    background-position: 0px -16px; */
}

.dynatree-ico-cf span.dynatree-icon  /* Collapsed Folder */
{
	background-position: 0px -16px;
}

.dynatree-ico-ef span.dynatree-icon  /* Expanded Folder */
{
	background-position: -64px -16px;
}

/* Status node icons */

.dynatree-statusnode-wait span.dynatree-icon
{
	background-image: url("../../i/dynatree/loading.gif");
}

.dynatree-statusnode-error span.dynatree-icon
{
	background-position: 0px -112px;
/*	background-image: url("/i/dynatree/ltError.gif");*/
}

/*******************************************************************************
 * Node titles
 */

/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node
{
/*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221 */
/*	-moz-box-align: start; /* issue 221 */
/*  display: inline-block; /* Required to make a span sizeable */
}


/* Remove blue color and underline from title links */
ul.dynatree-container a
/*, ul.dynatree-container a:visited*/
{
	color: black; /* inherit doesn't work on IE */
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	margin-left: 3px;
/*	outline: 0; /* @ Firefox, prevent dotted border after click */
	/* Set transparent border to prevent jumping when active node gets a border
	   (we can do this, because this theme doesn't use vertical lines)
	   */
	border: 1px solid white; /* Note: 'transparent' would not work in IE6 */

}

ul.dynatree-container a:hover
{
/*	text-decoration: underline; */
	background: #F2F7FD; /* light blue */
	border-color: #B8D6FB; /* darker light blue */
}

span.dynatree-node a
{
	display: inline-block; /* Better alignment, when title contains <br> */
/*	vertical-align: top;*/
	padding-left: 3px;
	padding-right: 3px; /* Otherwise italic font will be outside bounds */
	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
}
span.dynatree-folder a
{
/*	font-weight: bold; */ /* custom */
}

ul.dynatree-container a:focus,
span.dynatree-focused a:link  /* @IE */
{
	background-color: #EFEBDE; /* gray */
}

span.dynatree-has-children a
{
/*	font-style: oblique; /* custom: */
}

span.dynatree-expanded a
{
}

span.dynatree-selected a
{
/*	color: green; */
	font-style: italic;
}

span.dynatree-active a
{
	border: 1px solid #99DEFD;
	background-color: #D8F0FA;
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/
div.dynatree-drag-helper
{
}
div.dynatree-drag-helper a
{
	border: 1px solid gray;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	opacity: 0.8;
}
span.dynatree-drag-helper-img
{
	/*
	position: relative;
	left: -16px;
	*/
}
div.dynatree-drag-helper /*.dynatree-drop-accept*/
{
/*    border-color: green;
	background-color: red;*/
}
div.dynatree-drop-accept span.dynatree-drag-helper-img
{
	background-position: -32px -112px;
}
div.dynatree-drag-helper.dynatree-drop-reject
{
	border-color: red;
}
div.dynatree-drop-reject span.dynatree-drag-helper-img
{
	background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/

#dynatree-drop-marker
{
	width: 24px;
	position: absolute;
	background-position: 0 -128px;
	margin: 0;
}
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before
{
	width:64px;
	background-position: 0 -144px;
}
#dynatree-drop-marker.dynatree-drop-copy
{
	background-position: -64px -128px;
}
#dynatree-drop-marker.dynatree-drop-move
{
	background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/

span.dynatree-drag-source
{
	/* border: 1px dotted gray; */
	background-color: #e0e0e0;
}
span.dynatree-drag-source a
{
	color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.dynatree-drop-target
{
	/*border: 1px solid gray;*/
}
span.dynatree-drop-target a
{
}
span.dynatree-drop-target.dynatree-drop-accept a
{
	/*border: 1px solid green;*/
	background-color: #3169C6 !important;
	color: white !important; /* @ IE6 */
	text-decoration: none;
}
span.dynatree-drop-target.dynatree-drop-reject
{
	/*border: 1px solid red;*/
}
span.dynatree-drop-target.dynatree-drop-after a
{
}

/**
 * CSS for Guiders.js
 * Version 2.0.0
 *
 * It is expected that you'll modify this to fit your site's style.
 */

.guider {
  background: #FFF;
  border: 1px solid #666;
  font-family: arial;
  position: absolute;
  outline: none;
  padding: 4px 12px;
  width: 500px;
  z-index: 900001 !important;

  /* Shadow */
  box-shadow: 0 0px 8px #111;
  /* End shadow */

  /* Rounded corners */
  border-radius: 4px;
  /* End rounded corners */
}

.guiders_arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  z-index: 900002 !important;

  /**
   * For optimization, the arrows image is inlined in the css below.
   *
   * To use your own arrows image, replace this background-image with your own arrows.
   * It should have four arrows, top, right, left, and down.
   *
   * AND if you're super cool and use CSS arrows instead of the PNGs
   * please do us all a favor and issue a git pull to the GitHub project for this.
   * It's a nice-to-have improvement for this project.
   */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAACoCAYAAACWu3yIAAAJQ0lEQVR42u2cW2sVVxiGk2xz0EQFTRTBnEBFEpMLDxVyMPceoigRvVFjcqsSTaKCJAhC0Ozkpj+gFPIHWm2htPQfiChoVaqglDYeqP0Hdr3hXWFlZWb2WjNr1syGDHzilT48ew5r3u+bVXHgwIGCqCpWJerr168VeasKAVbPWi+qVtQ6CZ030J2sHaIaRW0UVZc3YIAeFPWNqP2iOkS1imrKGzBAz4g6L2pI1DFRfaL2acCZnxIV79+///PevXvfCYBpUeOihkUN5g0Yfywdr169WpycnPxZABRFTRL4RF6Al0Hl8eLFi88EntWAe7MEXgUqj+fPn3/KE3AoqAL88caNGz9lDVwSNC/AxqAq8NjY2CMCT4i65APYGlQez5498wocG1QDfigAHijAxwncSeBGHdg7qDyePn36IQS4h8AtBG4gcMEG2BmoCnzlypUfXQM7B1WAFxVgPJovKsBY/DSL2solZk2p8zc1UHk8efLkHwH8g4C4T+ALoo5yxbZH1HaevzVRZlMHlcfjx48l8Iyoq1yt9REWd4cNuNAyB1UM/3Xt2rUFATUm6rSoQzxvN4mqDvv5vYPK4+XLl3/cvXt3SoANiNolagt//nyBLi4u/r2wsPAtQXcTtDY3oO/evftSLBYf8sLCeXqYD4XNufjpBeB/MzMzv3Nhfl3UOdrcyyu/nk+tbEABKF51ADgv6raoEb7q9BByBy+k2kxuT2/fvtUBR0WdEnVEVLeoNt6W1CeUvxt+AOCIBtguahstGr+OV7gEFLeb3wh4yxWgM1AATk1N/RoA2O8CMDGoAPziAzA26Js3b/4l4JwPQGvQ169fBwGeTBvQGNQAsC1NwJKgALxz584vBLwp6rIC2OULMBRUZFCfCVjMA+AqUGHwYx4BV8SOYrHwPWPHCQLK2FEFzDTYVYPcs3z5yhVgWDTeqSwWcheNl02zoWzaN2XTECvQ6E6er2dwJ8jqpQ//Ny/wg2QCW6GCJiUoLqrzuF1lBcoOzXmySNAqCbqeF9N+3qam8QDwDYnODO/nQ2TZQbYl0EpeRI28PeFeOoGnlG9QNjfG2ZjrINPSu74EXcfbUhtv+Hg6FfHc9wWJthEf38NkaCXT0iv00hXFn7+ON/ouPkJv+rRKm5P8v/eRpU6+QkvQUKtY7qUNiZ4WewGBNpdBNavbaPWkL6uKzRNBNnVQ3Wo/rc6laRXtoFI2V4BGWcWrSFqgbLLpNlfFOzqoV6uazd4wm6tAI6zeSsOqqc0wUGl1k2IVb55zeKfPwmYgqC+rbE8a2YwCDbWKKMdFW9LGZihogNVul1Zpc8LUZinQMKvzSPAc2LxkajMSNMTqqaRW2di1smkCqlptT2oVDV32Rq1slgSNsop02ZdNU1AnVpPYNAKNsoqmgikoW+ITfIOwsmkDmsgqevdJbBqDRli9bWJVs9lpa9MWVLd6RFpFdy5qsECx2RPHphVoXKscJhhXbDba2owDGmR1NMwqph44onGRNlvi2LQGjbKKznFaNuOChp2rRfTi1ZEMzo9cUGw2xLEZCzTEKt7Fr2NgQIJybuQqJ3I6kthMAqqvrHo4KDCOEQzMi3C4ZYhhVzNtFpJ0RZJabeKAAKYZhjAnwqGW08q40NYkNpOCSqsNTN32cj5kgHVIGcCqT2IzEahitZanwHbezHdzPKhFaVrUJLHpArSSiXUtrW3mWNAWwm9wAZkYVIGt4mlQTega/t1Z48JZM0A2KtRy3Qsti1oDXQNdA012B5Gtz0IeAeU9uZbNsKWmch4B6/jYbeQaYqlNn0fAJi4dO9lmxDLxYJ4AtxGwi8vD4+zLooF7Jo+Ag2xwIAeYRqcbrfGsADdpgP0Mii9zlKmIRpza4c4lYFCzOC+AczQY2nXxCditAI5wIHEO6bVJsy1twPakgE5ADQFP6YBxGmu+AOcBmKRH5QswdrvHCtQA8IgOiGaEC0AjUEtAfBwwj6zUJWBJUO2dvUFZLKiAo2kDmoCqKYiMbHr4LF5hMCoaTxVUyZXqGdXIEOwcP/EpIrj1AWgCWs2IppXhFyLEcWSgamCbB9BaZkgIvQYQJyL7zGq4MAq0hqBI5gaQeSKgzSNoNS+kFmadCGbHEHkjn88FKGHXMTZsYiDbx/MUufwMOh5oz+QBtIo//0Ze+Xv4onWUnQ60Ze4DGN25LEErFdh65vDN7HD08OXrIoEfoN+J5qx3UM2s+oRq5HnbqQBf4suYBP7gHTQuMKYdXALHbTDIyEUmGq0E7g0CxmSOd9CQjEgmHK2cbujl3IgEnsWsUxJg16GWETDm8ryCxgAe5jzeLCYdbYDTjg2dAfvKOUsCY84ZQ9leQZMCYybfK6gFcJ8GXAQwPsnwCmoJPEhgPJqn8ZGLt9gxJvAxrtb8B7kW0XgrFz/ZRuNl12wou/ZN2TXE1nqha6BlDSquKJdVGVBO/m1XcOo4UQ3vgSvGifIAKt/9NzACkgNam3mzXt4nJ0tQNU1p4uvzLiaArUxYlnceyhK0oIS9eximySHCw8o2ScsDrk5BLQcItyoh2mnEk9zCa0jZeGrV55Ml/m2noAWaauZSDGBjyFAR+HLhe44pShtPAaOxYWegis1GrhuR8F1FdipfHbjv2HWu2LvZ9jGy6gRUG3BtoTHEkDNqwIucnx9Nj7Dd025q1RVoVcBn7uPISfU3R26Wdps9KWOriUG1D1ylTWSk94PSZ7R3uB/UqI1VF6DGNuXB/cmsrCYC1Wy20ibCrwdR0bhi1fhcTQoqbTapWzAgYS6VG9lajQ0aYLNX2jTJ7dHMVaz2l7KaBFS1uc/Gpmb1lonVWKAlbBpn9DZW44LqNhFmTSCbt02NuQFgSavWoK5s2lqNA+rMpjy4Y1ykVSvQCJuzSbobAVZXraxsQcNsPkraM1KsngyyarPCD7I5nNSmYvUL9+MLtGoDGmRz0oXNEKtdqlVT0FCbcRpZYQfm82ysGttEP8h1x9jGaiY25YGxTFq9rFjdGGQ1M5ua1ZulrEbZ7EvTpq1V3WadbhONqbTnRbj5ZaRVE5uf0gal1SKt9gVZDbM56MtmgNVBWm1SrUbZLAY1T9M6MHsfZVXfjq6Drb1xnzY1qxMBn7lXBm3whwxpWu3s+jrwyQU3+DsbtMHfqi0T0dHNaliQu8sGbplYFptQ/g/UqiA7u61evwAAAABJRU5ErkJggg==);
  *background-image: url('../../i/guiders_arrows.png'); /* Asterisked properties only work in IE7 and below */
}

.guiders_arrow_right {
  display: block;
  background-position: 0px 0px;
  right: -42px;
}
.guiders_arrow_down {
  display: block;
  background-position: 0px -42px;
  bottom: -42px;
}
.guiders_arrow_up {
  display: block;
  background-position: 0px -126px;
  top: -42px;
}
.guiders_arrow_left {
  display: block;
  background-position: 0px -84px;
  left: -42px;
}

.guiders_button {
  background: -moz-linear-gradient(top, #5CA9FF 0%, #3D79C3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5CA9FF), color-stop(100%, #3D79C3));
  background-color: #4A95E0; /* Overruled by background gradient, in browsers where they exist */
  border: solid 1px #4B5D7E;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 75%;
  font-weight: bold;
  margin-left: 6px;
  min-width: 40px;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  /* Rounded corners */
  border-radius: 2px;
  /* End rounded corners */
}

.guiders_buttons_container {
  height: 36px;
  position: relative;
  width: 100%;
}

.guiders_close {
  float: right;
  padding: 10px 0 0;
}

.guiders_content {
  position: relative;
}

.guiders_content h1 {
  color: #1054AA;
  float: left;
  font-size: 21px;
}

.guiders_content p {
  clear: both;
  color: #333;
  font-size: 13px;
}

.guiders_highlight {
  position: relative;
  z-index: 900003 !important; /* Should be larger than anything else on your page. */
}

#guiders_overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 800001;
}

.guiders_x_button {
  background-repeat: no-repeat;
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QOzRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTNCBXaW5kb3dzADIwMTA6MDk6MjQgMDg6MzY6NDEAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADaADAAQAAAABAAAADQAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAAJ9AAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAB/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgADQANAwEiAAIRAQMRAf/dAAQAAf/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A74ehRj023172WNEODju36n3S76L0Q4p9RrdjfUNbnlm522Q5nt3bv3Hbd6jiueG17qqi70fabLHAbPz4b6Lmf8aoF7oafSb6PpOgeo/6G9n53o7/AE/7P8yip//Z/+0IRFBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQAAAAAAAAAAAAAAAAAAAAADhCSU0D7QAAAAAAEABIAAAAAQABAEgAAAABAAE4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAHg4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA0kAAAAGAAAAAAAAAAAAAAANAAAADQAAAAoAVQBuAHQAaQB0AGwAZQBkAC0AMQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAADQAAAA0AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAA0AAAAAUmdodGxvbmcAAAANAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAA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bnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNCBXaW5kb3dzIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxMC0wOS0yNFQwODozNjo0MS0wNTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxMC0wOS0yNFQwODozNjo0MS0wNTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTAtMDktMjRUMDg6MzY6NDEtMDU6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvanBlZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0Q5QUNCNzQ4QzdERjExOUMyQkU4QkIzMTY5NzZDMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQUQ5QUNCNzQ4QzdERjExOUMyQkU4QkIzMTY5NzZDMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjFDRDlBQ0I3NDhDN0RGMTE5QzJCRThCQjMxNjk3NkMwIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOlJlc29sdXRpb25Vbml0PSIyIiB0aWZmOk5hdGl2ZURpZ2VzdD0iMjU2LDI1NywyNTgsMjU5LDI2MiwyNzQsMjc3LDI4NCw1MzAsNTMxLDI4MiwyODMsMjk2LDMwMSwzMTgsMzE5LDUyOSw1MzIsMzA2LDI3MCwyNzEsMjcyLDMwNSwzMTUsMzM0MzI7NEZDNkYxNUZCODNCMjY3MjY4NzRCNjRFRTEzRkY2QjgiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxMyIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjEzIiBleGlmOkNvbG9yU3BhY2U9IjEiIGV4aWY6TmF0aXZlRGlnZXN0PSIzNjg2NCw0MDk2MCw0MDk2MSwzNzEyMSwzNzEyMiw0MDk2Miw0MDk2MywzNzUxMCw0MDk2NCwzNjg2NywzNjg2OCwzMzQzNCwzMzQzNywzNDg1MCwzNDg1MiwzNDg1NSwzNDg1NiwzNzM3NywzNzM3OCwzNzM3OSwzNzM4MCwzNzM4MSwzNzM4MiwzNzM4MywzNzM4NCwzNzM4NSwzNzM4NiwzNzM5Niw0MTQ4Myw0MTQ4NCw0MTQ4Niw0MTQ4Nyw0MTQ4OCw0MTQ5Miw0MTQ5Myw0MTQ5NSw0MTcyOCw0MTcyOSw0MTczMCw0MTk4NSw0MTk4Niw0MTk4Nyw0MTk4OCw0MTk4OSw0MTk5MCw0MTk5MSw0MTk5Miw0MTk5Myw0MTk5NCw0MTk5NSw0MTk5Niw0MjAxNiwwLDIsNCw1LDYsNyw4LDksMTAsMTEsMTIsMTMsMTQsMTUsMTYsMTcsMTgsMjAsMjIsMjMsMjQsMjUsMjYsMjcsMjgsMzA7NkFFQjM0Q0IwNUE5MkY5RjlCMEU2RjQ1NTQxOUVCRkUiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRDlBQ0I3NDhDN0RGMTE5QzJCRThCQjMxNjk3NkMwIiBzdEV2dDp3aGVuPSIyMDEwLTA5LTI0VDA4OjM2OjQxLTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ1M0IFdpbmRvd3MiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg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);
  *background-image: url('../../i/guiders_x_button.jpg'); /* Asterisked properties only work in IE7 and below */
  cursor: pointer;
  height: 13px;
  width: 13px;
}

/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.3.1
Link       : http://sciactive.com/pnotify/
Description:
	Default styling for PNotify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
top: 25px;
right: 25px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body > .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
margin-bottom: .4em;
margin-top: 0;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
text-align: center;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
left: 25px;
right: auto;
}
.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
bottom: 25px;
top: auto;
}
.js-viewer {
  position: relative;
}

.js-viewer .viewport {
	background-color:#fafafa;
	padding: 20px;
	overflow: auto;
  border: 2px solid #eae5dd;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}

.js-viewer .bottom-bar {
  background-color: #5b626c;
  color: #d7d8da;
  font-size: 15px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}

.js-viewer div,
.js-viewer .fa {
  line-height: 50px;
}

.js-viewer .bottom-bar-text-right {
  vertical-align: middle;
  float: left;
  margin-left: 18px;
}

.js-viewer .bottom-bar-fullscreen {
  float: right;
  text-align: center;
  width: 50px;
  border-left: 1px solid #7d8189;
  border-bottom-right-radius: 3px;
}

.js-viewer .bottom-bar-fullscreen:hover {
  cursor: pointer;
  background-color: #6c717b;
}

.js-viewer .page {
	background-color: white;
	width:100%;
	box-shadow: 1px 1px 4px rgba(120,120,120,0.5);
	height: auto;
}

.js-viewer:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.js-viewer:-moz-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.js-viewer:-webkit-full-screen div {
  border-radius: 0;
}

.js-viewer:-moz-full-screen div {
  border-radius: 0;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://c1.wikicdn.com/s/font-awesome/fontawesome-webfont.eot?v=4.1.0');
  src: url('http://c1.wikicdn.com/s/font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('http://c1.wikicdn.com/s/font-awesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('http://c1.wikicdn.com/s/font-awesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../font-awesome/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa {
  line-height: inherit;
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.text-primary:hover {
  color: #3071a9;
}
a.text-success:hover {
  color: #2b542c;
}
a.text-info:hover {
  color: #245269;
}
a.text-warning:hover {
  color: #66512c;
}
a.text-danger:hover {
  color: #843534;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
@media (max-width: 767px) {
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media print {
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.ws-include-xs.dl-horizontal dd:before,
.ws-include-xs.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.ws-include-xs.dl-horizontal dd:after {
  clear: both;
}
.ws-include-xs.dl-horizontal dd:before,
.ws-include-xs.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.ws-include-xs.dl-horizontal dd:after {
  clear: both;
}
.select2-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.has-warning.select2-drop-active {
  border-color: #a47e3c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above,
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #a47e3c;
}
.has-error.select2-drop-active {
  border-color: #953b39;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above,
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #953b39;
}
.has-success.select2-drop-active {
  border-color: #356635;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above,
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #356635;
}
.select2-drop-active {
  border-color: #66afe9;
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-auto-width {
  border-top-color: #66afe9;
}
img {
  -ms-interpolation-mode: bicubic;
}
.nowrap,
table.nowrap td {
  white-space: nowrap !important;
}
.hidden {
  display: none;
}
.nopad {
  padding: 0;
  margin: 0;
}
/* jquery-placeholder */
.placeholder {
  color: #AAA;
}
/* Antispam honeypot */
.wsh,
.jowic,
.movkp,
.mimw,
.jovise {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
#content_view {
  display: block;
  padding-bottom: 2em;
  width: 100%;
  min-height: 100px;
}
#content_view:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.contentBox {
  position: relative;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}
.WikiLogoName a {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}
/* *** USED IN USERLINKS, which can appear inside and out of wikitext *** */
.membersnap {
  white-space: nowrap;
  background: #FFD;
  padding: 2px 4px 3px 4px;
  color: #999;
}
.membersnap b {
  color: #000;
}
.userPicture {
  vertical-align: text-top;
  border: 0;
  padding: 0 !important;
}
.userLink,
.userEmail {
  text-decoration: none;
  color: inherit;
}
.userLink:hover,
.userEmail:hover {
  text-decoration: underline;
}
.callout_small {
  cursor: pointer;
  padding: 2px 20px 2px 2px;
  line-height: 200%;
}
.callout_small a {
  font-weight: bold;
}
.callout_large {
  cursor: pointer;
  width: 200px;
  margin: 0 20px;
  position: relative;
}
.callout_large .WikispacesBox_text {
  margin-right: 40px;
}
.callout_large a {
  font-weight: bold;
}
#openid_selector_button_container img {
  vertical-align: middle;
}
/* ***Wiki Details *** */
.wikiDetails {
  float: left;
  white-space: nowrap;
  padding-left: 8px;
}
.wikiDetails img {
  padding-right: 4px;
}
/* match WikiTool img */
.WikispacesContent .detailsLogo {
  vertical-align: middle;
  border: 1px solid #DDD;
  background-color: #EEE;
}
.errorMessage {
  color: red !important;
}
.mailcheck {
  color: #ff8c00;
}
.WikiSearch input[type="text"] {
  font-size: inherit;
  width: 80%;
  max-width: 300px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 3px 4px 3px 24px;
  margin-top: 0;
  background: #ffffff url(../../i/icon_16_magnifier.png) 2px 3px no-repeat;
}
.ws-highlight {
  background-color: #fcf8e3 !important;
}
.ws-embolden {
  font-weight: bold !important;
}
.icon-height-only,
a .icon-height-only.fa {
  visibility: hidden;
  width: 0;
  margin-right: 0;
}
.icon-height-only:before {
  content: "\200D";
  visibility: hidden;
  width: 0;
}
.ws-icon-default {
  color: #999;
}
/* Sync with DiffUtil.php for use outside of normal HTML pages (e.g. RSS) */
del.ws-diff-delete,
span.ws-diff-delete {
  background-color: #F88;
  color: #800;
  text-decoration: inherit;
  border: 1px solid #F88;
}
ins.ws-diff-insert,
span.ws-diff-insert {
  background-color: #AFA;
  color: #080;
  text-decoration: inherit;
  border: 1px solid #AFA;
}
.ws-diff-active {
  border: 1px dashed #333;
}
#WikispacesUploader {
  padding-right: 10px;
  padding-bottom: 10px;
}
.WikispacesCustomNavEdit {
  color: #666;
  font-size: 80%;
}
.fa-ws-project {
  font-size: 6px;
  vertical-align: top;
}
.fa-ws-project:before {
  content: "\f0c8";
}
.userMenu {
  position: absolute;
  z-index: 100000;
  border: thin #CCC solid;
  background: #EEE;
  width: 300px;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 0 6px #CCCCCC;
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.userMenu .userPicture {
  border: 1px black solid;
  vertical-align: middle;
}
.userMenu a {
  text-decoration: none;
}
.userMenu a:hover {
  text-decoration: underline;
}
.userMenu h1 {
  font-size: 2em;
}
.userMenu img {
  border: 0;
}
.userMenu .closeImage {
  opacity: 0.3;
}
.userMenu .closeImage:hover {
  opacity: 0.6;
}
#wikispacesEditorToolbar {
  margin: 0;
  margin-top: 6px;
  float: left;
}
#wikispacesEditorToolbarContainer img {
  border: 0;
}
#wikispacesEditorToolbarControls {
  float: right;
  padding: 6px 8px 0 0;
}
#wikispacesEditorToolbarControls a {
  color: #333;
  text-decoration: none;
}
#wikispacesEditorToolbarControls img {
  vertical-align: top;
}
*:first-child + html #wikispacesEditorToolbarControls {
  position: relative;
}
/* ie7 */
.wikispacesEditorToolbarOptions,
.btn .wikispacesEditorToolbarOptions {
  background: transparent url(../../i/bullet_arrow_down.gif) no-repeat 5px 3px;
}
.mceToolbar .mceButtonLabel {
  white-space: nowrap;
}
#wsMainEditor_formatlistbox_text {
  text-decoration: none;
  color: black;
}
.continueBtn {
  position: absolute;
  visibility: hidden;
}
#textEditor {
  width: 100%;
  height: 450px;
  margin-top: 4px;
}
#concurrentEditor {
  padding: 5px;
}
#concurrentEditor h1 {
  font-size: 83%;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#concurrentEditor ul {
  list-style-type: none;
  padding: 0;
  margin: 4px 0;
}
#concurrentEditor li {
  padding: 2px 0 0 16px;
  margin: 0;
}
#imageDiv .imageTable {
  clear: both;
  margin-top: 4px;
}
#imageDiv .imageTable td {
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  white-space: nowrap;
}
#imageDiv .imageJump td {
  font-size: 11px;
  border: none;
}
#imageDiv #insertTabCell .select2-container {
  display: block;
  margin: 0 auto;
}
#linkDiv input.simpleInput {
  width: 200px;
}
#linkDiv input.checkbox {
  width: auto;
}
#linkDiv th {
  vertical-align: top;
}
.WikispacesBox .WikispacesBox_text h1,
.WikispacesBox .WikispacesBox_text h2,
.WikispacesBox .WikispacesBox_text h3 {
  padding: 0.2em 0;
}
.WikispacesBox .WikispacesBox_text {
  padding: 0.3em 0.9em;
}
.WikispacesBox .WikispacesBox_text p {
  margin: 0 !important;
  padding: 0.3em 0 !important;
}
form .WikispacesBox h1,
form .WikispacesBox h2,
form .WikispacesBox h3 {
  border-top: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.WikispacesBox h2 {
  margin-top: 0;
}
.WikispacesBox table {
  border: 0;
  margin-bottom: 0;
  width: 100%;
}
.WikispacesBox table th,
.WikispacesBox table td {
  background-color: inherit;
  color: #404040;
}
form .WikispacesBox {
  background-color: #DDF;
}
.WikispacesBox {
  background-color: #DDF;
  padding: 0;
  margin: 0;
}
.WikispacesBox p {
  padding: 4px 0 0 0 !important;
  margin: 0;
}
.WikispacesBox img {
  vertical-align: text-top;
}
.WikispacesBox .WikispacesBox_t {
  background: url(../../i/bTRin.gif) no-repeat top right;
  height: 8px;
}
.WikispacesBox .WikispacesBox_b {
  background: url(../../i/bBRin.gif) no-repeat top right;
  height: 8px;
}
.WikispacesBox img.WikispacesBox_c {
  padding: 0px;
  margin: 0px;
  width: 8px;
  height: 8px;
  border: none;
  display: block !important;
}
.WikispacesBox .WikispacesBox_text {
  padding: 0 8px;
}
.WikispacesBox .WikispacesBox_text td,
.WikispacesBox .WikispacesBox_text th {
  border: 0;
}
/* used in themes */
img.corner {
  width: 8px;
  height: 8px;
  border: none;
  display: block !important;
}
.WikispacesContent a.ws-logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  background: url(data:image/png;base64,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) no-repeat left top;
}
.WikispacesContent .WikiInternalHeaderNav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
}
.WikispacesContent .WikiInternalHeaderNav.noHide {
  margin-top: 6px;
  z-index: 1032;
}
.WikispacesContent .WikiInternalHeaderNav.floating {
  margin: 0;
  box-shadow: 0px 0px 6px 0px #666;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #000;
  z-index: 99999;
  float: none;
}
.WikispacesContent .WikiInternalHeaderNav a {
  text-decoration: none;
}
.WikispacesContent .WikiInternalHeaderNav a:hover {
  text-decoration: underline;
}
.WikispacesContent .WikiInternalHeaderNav .WikiInternalHeaderNavMenu {
  color: #EEE;
}
.WikispacesContent .WikiInternalHeaderNav .WikiInternalHeaderNavMenu a,
.WikispacesContent .WikiInternalHeaderNav .WikiInternalHeaderNavMenu a:hover {
  color: inherit;
}
.WikispacesContent .WikiInternalHeaderNav a.notificationCount {
  background-color: #DDD;
  border-radius: 2px;
  display: inline-block;
  margin: 0 1px 0 1px;
  text-align: center;
  line-height: 20px;
  vertical-align: baseline;
  color: #000;
  min-width: 20px;
  padding: 0 3px;
}
.WikispacesContent .WikiInternalHeaderNav .userImage {
  border-radius: 2px;
  vertical-align: top;
  margin: 0;
  border: 0;
}
.WikispacesContent .WikiInternalHeaderNav .divider {
  color: #666;
}
.WikispacesContent .WikiInternalHeaderNav .slideMarker {
  padding-left: 1px;
}
.WikispacesContent .WikiInternalHeaderNav .WikiInternalHeaderNavMenu {
  padding: 4px 8px 3px 6px;
}
.WikispacesContent .WikiInternalHeaderNav .WikiInternalHeaderNavMenuArea {
  padding: 5px 4px;
}
.WikispacesContent .WikiInternalHeaderNav .WikispacesEditableControls img {
  border-radius: 2px;
  vertical-align: bottom;
}
.WikispacesContent .WikiInternalHeaderNav .guestUserName {
  padding: 5px 6px 5px 2px;
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel {
  max-height: 700px;
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel .dropdown-menu {
  max-width: 350px;
}
@media (min-width: 768px) {
  .WikispacesContent .WikiInternalHeaderNav .headerPanel .dropdown-menu {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .WikispacesContent .WikiInternalHeaderNav .headerPanel .dropdown-menu {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .WikispacesContent .WikiInternalHeaderNav .headerPanel .dropdown-menu {
    max-width: 1000px;
  }
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel .dropdown-menu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel .mailItem {
  border-bottom: 1px solid #DDD;
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel .mailItem.unread a .subject {
  font-weight: bold;
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel .mailItem.read {
  background-color: #EEE;
  color: #222;
}
.WikispacesContent .WikiInternalHeaderNav .headerPanel .mailItem .subject {
  font-size: 1.2em;
}
.WikispacesContent .navbar .WikiInternalHeaderNav {
  position: relative;
  float: right;
  margin-top: 10px;
}
.popover.ws-globalnav-popover {
  max-width: none;
}
.popover.ws-globalnav-popover .WikiInternalHeaderNav {
  position: relative;
  margin: 0;
}
.popover.ws-globalnav-popover .WikiInternalHeaderNav .WikiInternalHeaderNavMenu {
  color: inherit;
  padding: 0;
}
.popover.ws-globalnav-popover .WikiInternalHeaderNav .WikiInternalHeaderNavMenu .notificationCount {
  margin-right: -4px;
}
.WikispacesContent .ws-main-top-nav {
  color: #AAAAAA;
}
.WikispacesContent .ws-main-top-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  z-index: 2000;
}
.WikispacesContent .ws-main-top-nav .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.WikispacesContent .ws-main-top-nav .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.WikispacesContent .ws-main-top-nav .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.WikispacesContent .ws-main-top-nav a {
  color: inherit;
}
.WikispacesContent .ws-main-top-nav a:hover {
  color: #DDDDDD;
  text-decoration: none;
}
.WikispacesContent .ws-main-top-nav .navbar {
  z-index: 1001;
  background-image: none;
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
}
.WikispacesContent .ws-main-top-nav a.ws-logo,
.WikispacesContent .ws-main-top-nav .fa-angle-right:nth-child(2) {
  display: none;
}
.WikispacesContent .ws-main-top-nav .ws-navbar-middle-xs {
  float: left;
}
.WikispacesContent .ws-main-top-nav .ws-navbar-middle-xs .navbar-brand {
  text-shadow: 0 1px 0 #333333;
}
@media (min-width: 0) {
  .WikispacesContent .ws-main-top-nav .ws-navbar-middle-xs {
    float: none;
    margin-left: 45px;
    margin-right: 60px;
  }
  .WikispacesContent .ws-main-top-nav .ws-navbar-middle-xs .navbar-brand {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
  }
  .WikispacesContent .ws-main-top-nav .ws-mobile-guest-username {
    margin-left: -5px;
  }
}
@media (min-width: 768px) {
  .WikispacesContent .ws-main-top-nav a.ws-logo {
    display: inline-block;
  }
  .WikispacesContent .ws-main-top-nav .fa-angle-right:nth-child(2) {
    display: inline;
  }
  .WikispacesContent .ws-main-top-nav .ws-navbar-middle-xs {
    margin: 0;
    float: left;
  }
  .WikispacesContent .ws-main-top-nav .ws-navbar-middle-xs .navbar-brand {
    width: auto;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    padding: 15px;
  }
}
.WikispacesContent .ws-main-top-nav .ws-navbar-search .search-query {
  background-color: #666666;
  border: 1px solid #464646;
  color: #BBBBBB;
}
.WikispacesContent .ws-main-top-nav input:-moz-placeholder {
  color: #BBBBBB;
}
.WikispacesContent .ws-main-top-nav input::-moz-placeholder {
  color: #BBBBBB;
}
.WikispacesContent .ws-main-top-nav input:-ms-input-placeholder {
  color: #BBBBBB;
}
.WikispacesContent .ws-main-top-nav input::-webkit-input-placeholder {
  color: #BBBBBB;
}
.WikispacesContent .ws-main-top-nav a.notificationCount {
  line-height: inherit;
}
.WikispacesContent .ws-main-top-nav .userImage,
.WikispacesContent .ws-main-top-nav .ws-image-brighten {
  border-radius: 2px;
}
.WikispacesContent .ws-main-top-nav .ws-image-brighten {
  background-color: #FFFFFF;
  display: inline-block;
}
.WikispacesContent .ws-main-top-nav .navbar-btn:hover .userImage {
  opacity: .5;
}
#js-fixed-header-holder.fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
}
#js-fixed-header-holder.fixed + #js-fixed-header-offset {
  position: relative;
  z-index: 0;
}
.ws-help-dialog .ws-help-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 530px;
  padding: 10px;
  text-align: left;
}
.ws-help-dialog .breadcrumb .active a {
  font-weight: bold;
}
.ws-help-dialog .breadcrumb li.js-spinner {
  padding-left: 5px;
}
.ws-help-dialog .breadcrumb li.js-spinner:before {
  display: none !important;
}
#WikispacesBanner {
  display: none;
  width: 100%;
  padding: 5px 0 5px 1em;
  text-align: left;
  color: #000;
  background-color: #f6f6eb;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
}
#WikispacesBanner.BannerDisplayed {
  display: block;
  padding-right: 50px;
}
#WikispacesBanner a {
  color: #33F;
  text-decoration: none;
}
#WikispacesBanner a:hover {
  text-decoration: underline;
}
#WikispacesBanner .ws-close {
  cursor: pointer;
  color: #666;
}
.WikispacesContent.ui-pnotify {
  left: 25px;
}
.WikispacesContent.ui-pnotify .ui-pnotify-text {
  margin: 0 20px;
}
.WikispacesContent.ui-pnotify .alert {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .WikispacesContent.ui-pnotify {
    left: auto;
    margin-left: 25px;
  }
  .WikispacesContent.ui-pnotify .alert {
    min-width: 300px;
  }
}
/* *** USED IN SEARCH VIEW *** */
.WikiSearchResult {
  line-height: 125%;
  margin: 0.5em 0 1.5em 0;
  word-wrap: break-word;
  clear: both;
}
.WikiSearchResult .w_title {
  font-size: 125%;
}
.WikiSearchResult .w_url a {
  color: #070;
  text-decoration: none;
}
.WikiSearchResult .w_body {
  max-width: 42em;
  margin: 2px 0;
}
.WikiSearchResult span.w_hl {
  font-weight: bold;
}
table.WikiSearchResult.cob {
  width: 42em;
}
.tagcloud a {
  text-decoration: none;
  line-height: 20pt;
}
.tagcloud a:hover {
  text-decoration: underline;
}
.tagcloud_1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  font-size: 10pt;
}
.tagcloud_2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  font-size: 12pt;
}
.tagcloud_3 {
  font-weight: bold;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
  font-size: 14pt;
}
.tagcloud_4 {
  font-weight: bold;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: .8;
  font-size: 18pt;
}
.tagcloud_5 {
  font-weight: bold;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
  font-size: 20pt;
}
/* Comments */
.commentContainer {
  position: relative;
}
.commentSubject {
  position: relative;
  z-index: 10;
  margin-right: 58px;
  overflow-x: 'hidden';
}
.commentColumn {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  z-index: 11;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-close {
  float: right;
  margin-right: 8px;
}
.commentView {
  position: absolute !important;
  width: 280px;
  padding: 0 !important;
  box-shadow: 0 0 6px #AAA !important;
}
.commentView abbr.timeago {
  margin-left: 10px;
}
.commentView .commentHeader {
  padding: 10px 10px 0;
}
.commentView .commentHeader .delete {
  color: red;
  cursor: pointer;
}
.commentView .commentBody {
  padding: 4px 10px 6px;
}
.commentView .commentBody .delete-reply {
  color: red;
  cursor: pointer;
}
.commentView .commentBody .commentContent {
  margin: 4px 0 6px;
}
.commentView .commentBody .commentReply {
  margin: 8px 0 0 20px;
}
.commentView .commentBody > p {
  margin: 0;
}
.commentView .commentFooter {
  margin-top: 4px;
  border-top: 1px solid DarkGray;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center !important;
}
.commentView .commentFooter a.next {
  float: right;
}
.commentView .commentFooter a.previous {
  float: left;
}
.commentView .commentComposer img {
  margin-right: 4px;
}
.commentView .commentComposer textarea {
  height: 6em !important;
}
.commentUser .userLinkPicture {
  outline: none;
  padding-right: 2px;
}
.commentExtent {
  position: absolute;
  background-color: #FEED6D;
}
.commentExtent.selected {
  background-color: #FEED6D;
}
.commentLoadMessage {
  color: DarkGray;
}
.comment-proxy {
  position: absolute;
  width: 45px;
  height: 24px;
  right: 2px;
  background-color: #FEF9BA;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 0 6px #AAA;
}
.comment-proxy.selected,
.comment-proxy.open {
  background-color: #FEED6D;
}
.comment-proxy .commentReplies {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  text-align: right;
  color: DarkGray;
  line-height: normal;
}
.comment-proxy .commentUser {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
}
.comment-proxy .commentUser img.userPicture {
  border-radius: 2px;
}
#stylePopupContents .contentArea {
  width: 531px;
  min-height: 360px;
}
#stylePreview,
#styleAdvancedTextarea {
  border: 1px solid #CCC;
  padding: 7px;
  width: 296px;
  border-radius: 2px;
}
#stylePopupContents #stylePreview {
  color: #000;
  max-height: 80px;
  overflow: hidden;
  margin: 13px 0 0;
}
#imageListPopup_content {
  padding-bottom: 15px;
}
#mediaDiv .contentArea {
  min-height: 349px;
  width: 531px;
  position: relative;
  overflow-y: auto;
}
#mediaDiv ul {
  list-style-type: none;
  white-space: nowrap;
  padding-left: 0;
  margin: 0;
}
#mediaDiv .pluginIframe {
  border: 0;
  overflow-x: hidden;
  width: 100%;
  min-height: 380px;
}
#mediaDiv #mediaContent {
  padding: 4px 12px;
  vertical-align: top;
  width: 100%;
}
#mediaDiv .mediaNotice {
  background-color: #E6E6FF;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-top: 1px solid #E4E4FF;
  border-left: 1px solid #E4E4FF;
  margin: 6px 0;
  padding: 6px 10px 0;
  border-radius: 4px;
}
#mediaDiv .mediaNotice h2 {
  background: transparent url(../../i/icon/16_info.png) no-repeat scroll left top;
  color: #228;
  font-size: 13px;
  margin: 0 0 7px;
  padding: 0 0 0 20px;
}
#mediaDiv #embedText,
#mediaDiv textArea {
  width: 475px;
  margin-bottom: 15px;
}
#mediaDiv .mediaInstructions {
  margin-bottom: 5px;
  min-width: 400px;
  padding-bottom: 5px;
}
#mediaDiv .mediaInstructions li img {
  border: 1px solid #CCC;
}
#mediaDiv .mediaInstructionsTerms {
  font-size: 10px;
  text-align: center;
}
#mediaPreviewDiv {
  min-height: 100px;
}
.WikispacesContent .wsMediaMenu .nav li a {
  background: transparent none no-repeat 15px center;
  display: block;
  color: #000;
  padding-left: 35px;
  text-decoration: none;
}
.wsMediaMenu li a:hover {
  background-color: #E6E6FF;
}
#wikispacesMediaMenu li a {
  background-image: url(../../i/logo-16.png);
}
#videoMediaMenu li a {
  background-image: url(../../i/icon_16_television.png);
}
#audioMediaMenu li a {
  background-image: url(../../i/icon_16_sound.html);
}
#calendarMediaMenu li a {
  background-image: url(../../i/icon_16_calendar.png);
}
#spreadsheetMediaMenu li a {
  background-image: url(../../i/icon_16_calculator.png);
}
#documentMediaMenu li a {
  background-image: url(../../i/icon_16_page_text.png);
}
#pollMediaMenu li a {
  background-image: url(../../i/icon_16_chart_bar.png);
}
#chatMediaMenu li a {
  background-image: url(../../i/icon_16_comments.png);
}
#slideshowMediaMenu li a {
  background-image: url(../../i/icon_16_camera.png);
}
#mapMediaMenu li a {
  background-image: url(../../i/icon_16_map.png);
}
#bookmarkMediaMenu li a {
  background-image: url(../../i/icon/16_tag.png);
}
#posterMediaMenu li a {
  background-image: url(../../i/icon_16_poster.png);
}
#socialMediaMenu li a {
  background-image: url(../../i/icon/16_share.png);
}
#spinnerMediaMenu {
  text-align: center;
}
#charPopupContents td {
  border: 1px solid #CCC;
  padding: 3px 5px !important;
  cursor: pointer;
}
#charPopupContents td.empty {
  border: none;
  cursor: default;
}
#imageDivTable {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
#imageDivTable h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 4px;
  padding: 0;
}
#imageDivTable td {
  vertical-align: top;
  color: #000;
  font-size: 93%;
}
#imageDivTable .inputArea {
  vertical-align: middle;
}
#imageDivTable .fileList {
  width: 60%;
}
#imageDivTable .filterList {
  padding: 5px 0 0;
}
#imageDivTable .imageHeader td {
  padding: 8px;
}
#imageDivTable .fileList ul {
  margin: 0;
  padding: 0;
}
#imageDivTable .fileList ul li {
  list-style: none;
  padding: 8px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #F6F6FA;
}
#imageDivTable .fileList li.active {
  cursor: pointer;
  border-bottom: 1px solid #DDD;
}
#imageDivTable .fileList li.active.bottom {
  border-bottom: 0;
}
#imageDivTable .fileList li.active:hover {
  background-color: #FCF8E3;
}
#imageDivTable .fileList li img {
  margin-right: 8px;
  vertical-align: middle;
  float: left;
}
#imageDivTable .fileList li.nodata {
  text-align: center;
}
#imageDivTable .fileList li .fileName {
  float: left;
  margin-top: 10px;
}
#imageDivTable input.radio {
  vertical-align: text-bottom;
}
#imageDivTable #imagePages a,
#imageDivTable #imagePages span {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px 0 0;
}
#imageDivTable #imagePages {
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}
#imageDivTable #imagePages .pageFirst {
  padding: 0 8px 0 0;
}
#imageDivTable #imagePages .inactive {
  color: #999;
}
#imageDivTable #imagePages a.pageNumber {
  border: 1px solid #CCC;
  background-color: #FFF;
}
#imageDivTable #imagePages a.pageCurrent {
  border: 1px solid #999;
  font-weight: bold;
  color: #FFF;
  background-color: #999;
}
#uploadFileWrapper {
  overflow: hidden;
}
#imageDivTable .progressContainer {
  width: 200px;
  height: 5px;
  margin-top: 2px;
  background-color: #DDD;
  border: 1px solid #999;
}
#imageDivTable .progressBar {
  height: 5px;
  margin: 0;
  padding: 0;
  width: 0%;
  background: #0A0;
}
#externalTable .WikiUploadFileEditor {
  border: 1px solid #FFF;
  border-radius: 2px;
}
#externalTable .WikiUploadFileEditor:hover {
  border-color: #ccc;
}
.WikispacesContent .ws-ed-popover {
  display: block;
  max-width: none;
  min-width: 400px;
}
.WikispacesContent .ws-ed-popover .popover-content {
  padding-bottom: 4px;
}
.WikispacesContent .ws-ed-popover .ws-ed-popover-row {
  margin-bottom: 5px;
}
.WikispacesContent .ws-ed-popover .ws-ed-popover-row:empty {
  display: none;
}
.WikispacesContent .ws-ed-popover.btn {
  min-width: 0;
  font-size: 18px;
  line-height: 1.33;
  padding: 3px 6px;
}
.WikispacesContent#tablePropertiesMenuHandle .popover,
.WikispacesContent#tableProperties .popover {
  position: static;
  min-width: 0px;
  overflow: hidden;
}
.WikispacesContent#tableProperties .popover {
  padding: 0;
}
.WikispacesContent #tablePropertiesList {
  width: 12em;
}
.WikispacesContent #tablePropertiesList,
.WikispacesContent #tablePropertiesList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.WikispacesContent #tablePropertiesList > li > a {
  background-color: #ebebeb;
}
.WikispacesContent #tablePropertiesList li {
  margin: 0;
  padding: 0;
}
.WikispacesContent #tablePropertiesList li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 4px 8px;
}
.WikispacesContent #tablePropertiesList li a:hover {
  background-color: #cdcdcd;
}
.WikispacesContent #tablePropertiesList li.disabledMenu {
  display: none;
}
.WikispacesContent #tablePropertiesList li ul li a {
  padding-left: 16px;
}
.WikispacesContent #tablePropertiesList li ul li ul li a {
  padding-left: 24px;
}
.editorWrapper {
  position: relative;
}
.mceExternalClose {
  display: none;
}
.wsPopupModalBlocker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
  -ms-filter: 'alpha(opacity=80)';
  filter: alpha(opacity=80);
  display: none;
}
/* BS3 custom button colors ---------------------------------------- */
/* Remove when we include BS3 mixins */
.WikispacesContent .btn.btn-ws-edu {
  color: #ffffff;
  background-color: #599a74;
  border-color: #508a68;
}
.WikispacesContent .btn.btn-ws-edu:hover,
.WikispacesContent .btn.btn-ws-edu:focus,
.WikispacesContent .btn.btn-ws-edu:active,
.WikispacesContent .btn.btn-ws-edu.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-edu {
  color: #ffffff;
  background-color: #4a8061;
  border-color: #39634b;
}
.WikispacesContent .btn.btn-ws-edu:active,
.WikispacesContent .btn.btn-ws-edu.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-edu {
  background-image: none;
}
.WikispacesContent .btn.btn-ws-edu.disabled,
.WikispacesContent .btn.btn-ws-edu[disabled],
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu,
.WikispacesContent .btn.btn-ws-edu.disabled:hover,
.WikispacesContent .btn.btn-ws-edu[disabled]:hover,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu:hover,
.WikispacesContent .btn.btn-ws-edu.disabled:focus,
.WikispacesContent .btn.btn-ws-edu[disabled]:focus,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu:focus,
.WikispacesContent .btn.btn-ws-edu.disabled:active,
.WikispacesContent .btn.btn-ws-edu[disabled]:active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu:active,
.WikispacesContent .btn.btn-ws-edu.disabled.active,
.WikispacesContent .btn.btn-ws-edu[disabled].active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu.active {
  background-color: #599a74;
  border-color: #508a68;
}
.WikispacesContent .btn.btn-ws-edu .badge {
  color: #599a74;
  background-color: #ffffff;
}
.WikispacesContent .btn.btn-ws-edu:hover,
.WikispacesContent .btn.btn-ws-edu:focus,
.WikispacesContent .btn.btn-ws-edu:active,
.WikispacesContent .btn.btn-ws-edu.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-edu {
  color: #ffffff;
  background-color: #4a8061;
  border-color: #39634b;
}
.WikispacesContent .btn.btn-ws-edu:active,
.WikispacesContent .btn.btn-ws-edu.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-edu {
  background-image: none;
}
.WikispacesContent .btn.btn-ws-edu.disabled,
.WikispacesContent .btn.btn-ws-edu[disabled],
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu,
.WikispacesContent .btn.btn-ws-edu.disabled:hover,
.WikispacesContent .btn.btn-ws-edu[disabled]:hover,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu:hover,
.WikispacesContent .btn.btn-ws-edu.disabled:focus,
.WikispacesContent .btn.btn-ws-edu[disabled]:focus,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu:focus,
.WikispacesContent .btn.btn-ws-edu.disabled:active,
.WikispacesContent .btn.btn-ws-edu[disabled]:active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu:active,
.WikispacesContent .btn.btn-ws-edu.disabled.active,
.WikispacesContent .btn.btn-ws-edu[disabled].active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-edu.active {
  background-color: #599a74;
  border-color: #508a68;
}
.WikispacesContent .btn.btn-ws-business {
  color: #ffffff;
  background-color: #38657d;
  border-color: #30576b;
}
.WikispacesContent .btn.btn-ws-business:hover,
.WikispacesContent .btn.btn-ws-business:focus,
.WikispacesContent .btn.btn-ws-business:active,
.WikispacesContent .btn.btn-ws-business.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-business {
  color: #ffffff;
  background-color: #2b4e61;
  border-color: #1d3541;
}
.WikispacesContent .btn.btn-ws-business:active,
.WikispacesContent .btn.btn-ws-business.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-business {
  background-image: none;
}
.WikispacesContent .btn.btn-ws-business.disabled,
.WikispacesContent .btn.btn-ws-business[disabled],
fieldset[disabled] .WikispacesContent .btn.btn-ws-business,
.WikispacesContent .btn.btn-ws-business.disabled:hover,
.WikispacesContent .btn.btn-ws-business[disabled]:hover,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business:hover,
.WikispacesContent .btn.btn-ws-business.disabled:focus,
.WikispacesContent .btn.btn-ws-business[disabled]:focus,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business:focus,
.WikispacesContent .btn.btn-ws-business.disabled:active,
.WikispacesContent .btn.btn-ws-business[disabled]:active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business:active,
.WikispacesContent .btn.btn-ws-business.disabled.active,
.WikispacesContent .btn.btn-ws-business[disabled].active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business.active {
  background-color: #38657d;
  border-color: #30576b;
}
.WikispacesContent .btn.btn-ws-business .badge {
  color: #38657d;
  background-color: #ffffff;
}
.WikispacesContent .btn.btn-ws-business:hover,
.WikispacesContent .btn.btn-ws-business:focus,
.WikispacesContent .btn.btn-ws-business:active,
.WikispacesContent .btn.btn-ws-business.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-business {
  color: #ffffff;
  background-color: #2b4e61;
  border-color: #1d3541;
}
.WikispacesContent .btn.btn-ws-business:active,
.WikispacesContent .btn.btn-ws-business.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-business {
  background-image: none;
}
.WikispacesContent .btn.btn-ws-business.disabled,
.WikispacesContent .btn.btn-ws-business[disabled],
fieldset[disabled] .WikispacesContent .btn.btn-ws-business,
.WikispacesContent .btn.btn-ws-business.disabled:hover,
.WikispacesContent .btn.btn-ws-business[disabled]:hover,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business:hover,
.WikispacesContent .btn.btn-ws-business.disabled:focus,
.WikispacesContent .btn.btn-ws-business[disabled]:focus,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business:focus,
.WikispacesContent .btn.btn-ws-business.disabled:active,
.WikispacesContent .btn.btn-ws-business[disabled]:active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business:active,
.WikispacesContent .btn.btn-ws-business.disabled.active,
.WikispacesContent .btn.btn-ws-business[disabled].active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-business.active {
  background-color: #38657d;
  border-color: #30576b;
}
.WikispacesContent .btn.btn-ws-personal {
  color: #ffffff;
  background-color: #ef9c60;
  border-color: #ed8e49;
}
.WikispacesContent .btn.btn-ws-personal:hover,
.WikispacesContent .btn.btn-ws-personal:focus,
.WikispacesContent .btn.btn-ws-personal:active,
.WikispacesContent .btn.btn-ws-personal.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-personal {
  color: #ffffff;
  background-color: #eb853b;
  border-color: #e26c17;
}
.WikispacesContent .btn.btn-ws-personal:active,
.WikispacesContent .btn.btn-ws-personal.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-personal {
  background-image: none;
}
.WikispacesContent .btn.btn-ws-personal.disabled,
.WikispacesContent .btn.btn-ws-personal[disabled],
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal,
.WikispacesContent .btn.btn-ws-personal.disabled:hover,
.WikispacesContent .btn.btn-ws-personal[disabled]:hover,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal:hover,
.WikispacesContent .btn.btn-ws-personal.disabled:focus,
.WikispacesContent .btn.btn-ws-personal[disabled]:focus,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal:focus,
.WikispacesContent .btn.btn-ws-personal.disabled:active,
.WikispacesContent .btn.btn-ws-personal[disabled]:active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal:active,
.WikispacesContent .btn.btn-ws-personal.disabled.active,
.WikispacesContent .btn.btn-ws-personal[disabled].active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal.active {
  background-color: #ef9c60;
  border-color: #ed8e49;
}
.WikispacesContent .btn.btn-ws-personal .badge {
  color: #ef9c60;
  background-color: #ffffff;
}
.WikispacesContent .btn.btn-ws-personal:hover,
.WikispacesContent .btn.btn-ws-personal:focus,
.WikispacesContent .btn.btn-ws-personal:active,
.WikispacesContent .btn.btn-ws-personal.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-personal {
  color: #ffffff;
  background-color: #eb853b;
  border-color: #e26c17;
}
.WikispacesContent .btn.btn-ws-personal:active,
.WikispacesContent .btn.btn-ws-personal.active,
.open .dropdown-toggle.WikispacesContent .btn.btn-ws-personal {
  background-image: none;
}
.WikispacesContent .btn.btn-ws-personal.disabled,
.WikispacesContent .btn.btn-ws-personal[disabled],
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal,
.WikispacesContent .btn.btn-ws-personal.disabled:hover,
.WikispacesContent .btn.btn-ws-personal[disabled]:hover,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal:hover,
.WikispacesContent .btn.btn-ws-personal.disabled:focus,
.WikispacesContent .btn.btn-ws-personal[disabled]:focus,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal:focus,
.WikispacesContent .btn.btn-ws-personal.disabled:active,
.WikispacesContent .btn.btn-ws-personal[disabled]:active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal:active,
.WikispacesContent .btn.btn-ws-personal.disabled.active,
.WikispacesContent .btn.btn-ws-personal[disabled].active,
fieldset[disabled] .WikispacesContent .btn.btn-ws-personal.active {
  background-color: #ef9c60;
  border-color: #ed8e49;
}
.btn-tc {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  letter-spacing: .3px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
}
.btn-tc:hover,
.btn-tc:focus {
  color: #333333;
  text-decoration: none;
}
.btn-tc:active,
.btn-tc.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-tc.disabled,
.btn-tc[disabled],
fieldset[disabled] .btn-tc {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-tc .fa {
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -2px;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.45);
}
.btn-tc + .btn-tc {
  margin-left: 7px;
}
.btn-default-tc {
  text-shadow: none;
  color: #555555;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-default-tc:hover,
.btn-default-tc:focus,
.btn-default-tc:active,
.btn-default-tc.active,
.open .dropdown-toggle.btn-default-tc {
  color: #555555;
  background-color: #ebebeb;
  border-color: #d4d4d4;
}
.btn-default-tc:active,
.btn-default-tc.active,
.open .dropdown-toggle.btn-default-tc {
  background-image: none;
}
.btn-default-tc.disabled,
.btn-default-tc[disabled],
fieldset[disabled] .btn-default-tc,
.btn-default-tc.disabled:hover,
.btn-default-tc[disabled]:hover,
fieldset[disabled] .btn-default-tc:hover,
.btn-default-tc.disabled:focus,
.btn-default-tc[disabled]:focus,
fieldset[disabled] .btn-default-tc:focus,
.btn-default-tc.disabled:active,
.btn-default-tc[disabled]:active,
fieldset[disabled] .btn-default-tc:active,
.btn-default-tc.disabled.active,
.btn-default-tc[disabled].active,
fieldset[disabled] .btn-default-tc.active {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-default-tc .badge {
  color: #ffffff;
  background-color: #555555;
}
.btn-default-tc:hover,
.btn-default-tc:focus,
.btn-default-tc:active,
.btn-default-tc.active,
.open .dropdown-toggle.btn-default-tc {
  color: #555555;
  background-color: #ebebeb;
  border-color: #d4d4d4;
}
.btn-default-tc:active,
.btn-default-tc.active,
.open .dropdown-toggle.btn-default-tc {
  background-image: none;
}
.btn-default-tc.disabled,
.btn-default-tc[disabled],
fieldset[disabled] .btn-default-tc,
.btn-default-tc.disabled:hover,
.btn-default-tc[disabled]:hover,
fieldset[disabled] .btn-default-tc:hover,
.btn-default-tc.disabled:focus,
.btn-default-tc[disabled]:focus,
fieldset[disabled] .btn-default-tc:focus,
.btn-default-tc.disabled:active,
.btn-default-tc[disabled]:active,
fieldset[disabled] .btn-default-tc:active,
.btn-default-tc.disabled.active,
.btn-default-tc[disabled].active,
fieldset[disabled] .btn-default-tc.active {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-default-tc .fa {
  color: #82bb25;
}
.btn-default-tc:hover,
.btn-default-tc:focus,
.btn-default-tc:active,
.btn-default-tc.active,
.open .dropdown-toggle.btn-default-tc {
  color: #555;
  background-color: rgba(255, 255, 255, 0.7);
}
.btn-primary-tc {
  color: #ffffff;
  background-color: #bbbbbb;
  border-color: #aeaeae;
}
.btn-primary-tc:hover,
.btn-primary-tc:focus,
.btn-primary-tc:active,
.btn-primary-tc.active,
.open .dropdown-toggle.btn-primary-tc {
  color: #ffffff;
  background-color: #a7a7a7;
  border-color: #909090;
}
.btn-primary-tc:active,
.btn-primary-tc.active,
.open .dropdown-toggle.btn-primary-tc {
  background-image: none;
}
.btn-primary-tc.disabled,
.btn-primary-tc[disabled],
fieldset[disabled] .btn-primary-tc,
.btn-primary-tc.disabled:hover,
.btn-primary-tc[disabled]:hover,
fieldset[disabled] .btn-primary-tc:hover,
.btn-primary-tc.disabled:focus,
.btn-primary-tc[disabled]:focus,
fieldset[disabled] .btn-primary-tc:focus,
.btn-primary-tc.disabled:active,
.btn-primary-tc[disabled]:active,
fieldset[disabled] .btn-primary-tc:active,
.btn-primary-tc.disabled.active,
.btn-primary-tc[disabled].active,
fieldset[disabled] .btn-primary-tc.active {
  background-color: #bbbbbb;
  border-color: #aeaeae;
}
.btn-primary-tc .badge {
  color: #bbbbbb;
  background-color: #ffffff;
}
.btn-primary-tc:hover,
.btn-primary-tc:focus,
.btn-primary-tc:active,
.btn-primary-tc.active,
.open .dropdown-toggle.btn-primary-tc {
  color: #ffffff;
  background-color: #a7a7a7;
  border-color: #909090;
}
.btn-primary-tc:active,
.btn-primary-tc.active,
.open .dropdown-toggle.btn-primary-tc {
  background-image: none;
}
.btn-primary-tc.disabled,
.btn-primary-tc[disabled],
fieldset[disabled] .btn-primary-tc,
.btn-primary-tc.disabled:hover,
.btn-primary-tc[disabled]:hover,
fieldset[disabled] .btn-primary-tc:hover,
.btn-primary-tc.disabled:focus,
.btn-primary-tc[disabled]:focus,
fieldset[disabled] .btn-primary-tc:focus,
.btn-primary-tc.disabled:active,
.btn-primary-tc[disabled]:active,
fieldset[disabled] .btn-primary-tc:active,
.btn-primary-tc.disabled.active,
.btn-primary-tc[disabled].active,
fieldset[disabled] .btn-primary-tc.active {
  background-color: #bbbbbb;
  border-color: #aeaeae;
}
.btn-warning-tc {
  color: #ffffff;
  background-color: #f4b900;
  border-color: transparent;
}
.btn-warning-tc:hover,
.btn-warning-tc:focus,
.btn-warning-tc:active,
.btn-warning-tc.active,
.open .dropdown-toggle.btn-warning-tc {
  color: #ffffff;
  background-color: #cc9a00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning-tc:active,
.btn-warning-tc.active,
.open .dropdown-toggle.btn-warning-tc {
  background-image: none;
}
.btn-warning-tc.disabled,
.btn-warning-tc[disabled],
fieldset[disabled] .btn-warning-tc,
.btn-warning-tc.disabled:hover,
.btn-warning-tc[disabled]:hover,
fieldset[disabled] .btn-warning-tc:hover,
.btn-warning-tc.disabled:focus,
.btn-warning-tc[disabled]:focus,
fieldset[disabled] .btn-warning-tc:focus,
.btn-warning-tc.disabled:active,
.btn-warning-tc[disabled]:active,
fieldset[disabled] .btn-warning-tc:active,
.btn-warning-tc.disabled.active,
.btn-warning-tc[disabled].active,
fieldset[disabled] .btn-warning-tc.active {
  background-color: #f4b900;
  border-color: transparent;
}
.btn-warning-tc .badge {
  color: #f4b900;
  background-color: #ffffff;
}
.btn-warning-tc:hover,
.btn-warning-tc:focus,
.btn-warning-tc:active,
.btn-warning-tc.active,
.open .dropdown-toggle.btn-warning-tc {
  color: #ffffff;
  background-color: #cc9a00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning-tc:active,
.btn-warning-tc.active,
.open .dropdown-toggle.btn-warning-tc {
  background-image: none;
}
.btn-warning-tc.disabled,
.btn-warning-tc[disabled],
fieldset[disabled] .btn-warning-tc,
.btn-warning-tc.disabled:hover,
.btn-warning-tc[disabled]:hover,
fieldset[disabled] .btn-warning-tc:hover,
.btn-warning-tc.disabled:focus,
.btn-warning-tc[disabled]:focus,
fieldset[disabled] .btn-warning-tc:focus,
.btn-warning-tc.disabled:active,
.btn-warning-tc[disabled]:active,
fieldset[disabled] .btn-warning-tc:active,
.btn-warning-tc.disabled.active,
.btn-warning-tc[disabled].active,
fieldset[disabled] .btn-warning-tc.active {
  background-color: #f4b900;
  border-color: transparent;
}
.btn-warning-tc .fa {
  text-shadow: none;
  color: #896800;
}
.btn-secondary-tc {
  color: #ffffff;
  background-color: #fd8859;
  border-color: transparent;
}
.btn-secondary-tc:hover,
.btn-secondary-tc:focus,
.btn-secondary-tc:active,
.btn-secondary-tc.active,
.open .dropdown-toggle.btn-secondary-tc {
  color: #ffffff;
  background-color: #fd6b31;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-tc:active,
.btn-secondary-tc.active,
.open .dropdown-toggle.btn-secondary-tc {
  background-image: none;
}
.btn-secondary-tc.disabled,
.btn-secondary-tc[disabled],
fieldset[disabled] .btn-secondary-tc,
.btn-secondary-tc.disabled:hover,
.btn-secondary-tc[disabled]:hover,
fieldset[disabled] .btn-secondary-tc:hover,
.btn-secondary-tc.disabled:focus,
.btn-secondary-tc[disabled]:focus,
fieldset[disabled] .btn-secondary-tc:focus,
.btn-secondary-tc.disabled:active,
.btn-secondary-tc[disabled]:active,
fieldset[disabled] .btn-secondary-tc:active,
.btn-secondary-tc.disabled.active,
.btn-secondary-tc[disabled].active,
fieldset[disabled] .btn-secondary-tc.active {
  background-color: #fd8859;
  border-color: transparent;
}
.btn-secondary-tc .badge {
  color: #fd8859;
  background-color: #ffffff;
}
.btn-secondary-tc:hover,
.btn-secondary-tc:focus,
.btn-secondary-tc:active,
.btn-secondary-tc.active,
.open .dropdown-toggle.btn-secondary-tc {
  color: #ffffff;
  background-color: #fd6b31;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-tc:active,
.btn-secondary-tc.active,
.open .dropdown-toggle.btn-secondary-tc {
  background-image: none;
}
.btn-secondary-tc.disabled,
.btn-secondary-tc[disabled],
fieldset[disabled] .btn-secondary-tc,
.btn-secondary-tc.disabled:hover,
.btn-secondary-tc[disabled]:hover,
fieldset[disabled] .btn-secondary-tc:hover,
.btn-secondary-tc.disabled:focus,
.btn-secondary-tc[disabled]:focus,
fieldset[disabled] .btn-secondary-tc:focus,
.btn-secondary-tc.disabled:active,
.btn-secondary-tc[disabled]:active,
fieldset[disabled] .btn-secondary-tc:active,
.btn-secondary-tc.disabled.active,
.btn-secondary-tc[disabled].active,
fieldset[disabled] .btn-secondary-tc.active {
  background-color: #fd8859;
  border-color: transparent;
}
.btn-secondary-tc .fa {
  color: #FFF;
}
.btn-danger-tc {
  color: #ffffff;
  background-color: #e62a46;
  border-color: transparent;
}
.btn-danger-tc:hover,
.btn-danger-tc:focus,
.btn-danger-tc:active,
.btn-danger-tc.active,
.open .dropdown-toggle.btn-danger-tc {
  color: #ffffff;
  background-color: #cf1833;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-tc:active,
.btn-danger-tc.active,
.open .dropdown-toggle.btn-danger-tc {
  background-image: none;
}
.btn-danger-tc.disabled,
.btn-danger-tc[disabled],
fieldset[disabled] .btn-danger-tc,
.btn-danger-tc.disabled:hover,
.btn-danger-tc[disabled]:hover,
fieldset[disabled] .btn-danger-tc:hover,
.btn-danger-tc.disabled:focus,
.btn-danger-tc[disabled]:focus,
fieldset[disabled] .btn-danger-tc:focus,
.btn-danger-tc.disabled:active,
.btn-danger-tc[disabled]:active,
fieldset[disabled] .btn-danger-tc:active,
.btn-danger-tc.disabled.active,
.btn-danger-tc[disabled].active,
fieldset[disabled] .btn-danger-tc.active {
  background-color: #e62a46;
  border-color: transparent;
}
.btn-danger-tc .badge {
  color: #e62a46;
  background-color: #ffffff;
}
.btn-danger-tc:hover,
.btn-danger-tc:focus,
.btn-danger-tc:active,
.btn-danger-tc.active,
.open .dropdown-toggle.btn-danger-tc {
  color: #ffffff;
  background-color: #cf1833;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-tc:active,
.btn-danger-tc.active,
.open .dropdown-toggle.btn-danger-tc {
  background-image: none;
}
.btn-danger-tc.disabled,
.btn-danger-tc[disabled],
fieldset[disabled] .btn-danger-tc,
.btn-danger-tc.disabled:hover,
.btn-danger-tc[disabled]:hover,
fieldset[disabled] .btn-danger-tc:hover,
.btn-danger-tc.disabled:focus,
.btn-danger-tc[disabled]:focus,
fieldset[disabled] .btn-danger-tc:focus,
.btn-danger-tc.disabled:active,
.btn-danger-tc[disabled]:active,
fieldset[disabled] .btn-danger-tc:active,
.btn-danger-tc.disabled.active,
.btn-danger-tc[disabled].active,
fieldset[disabled] .btn-danger-tc.active {
  background-color: #e62a46;
  border-color: transparent;
}
.btn-success-tc {
  color: #ffffff;
  background-color: #97c64a;
  border-color: transparent;
}
.btn-success-tc:hover,
.btn-success-tc:focus,
.btn-success-tc:active,
.btn-success-tc.active,
.open .dropdown-toggle.btn-success-tc {
  color: #ffffff;
  background-color: #82b037;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success-tc:active,
.btn-success-tc.active,
.open .dropdown-toggle.btn-success-tc {
  background-image: none;
}
.btn-success-tc.disabled,
.btn-success-tc[disabled],
fieldset[disabled] .btn-success-tc,
.btn-success-tc.disabled:hover,
.btn-success-tc[disabled]:hover,
fieldset[disabled] .btn-success-tc:hover,
.btn-success-tc.disabled:focus,
.btn-success-tc[disabled]:focus,
fieldset[disabled] .btn-success-tc:focus,
.btn-success-tc.disabled:active,
.btn-success-tc[disabled]:active,
fieldset[disabled] .btn-success-tc:active,
.btn-success-tc.disabled.active,
.btn-success-tc[disabled].active,
fieldset[disabled] .btn-success-tc.active {
  background-color: #97c64a;
  border-color: transparent;
}
.btn-success-tc .badge {
  color: #97c64a;
  background-color: #ffffff;
}
.btn-success-tc:hover,
.btn-success-tc:focus,
.btn-success-tc:active,
.btn-success-tc.active,
.open .dropdown-toggle.btn-success-tc {
  color: #ffffff;
  background-color: #82b037;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success-tc:active,
.btn-success-tc.active,
.open .dropdown-toggle.btn-success-tc {
  background-image: none;
}
.btn-success-tc.disabled,
.btn-success-tc[disabled],
fieldset[disabled] .btn-success-tc,
.btn-success-tc.disabled:hover,
.btn-success-tc[disabled]:hover,
fieldset[disabled] .btn-success-tc:hover,
.btn-success-tc.disabled:focus,
.btn-success-tc[disabled]:focus,
fieldset[disabled] .btn-success-tc:focus,
.btn-success-tc.disabled:active,
.btn-success-tc[disabled]:active,
fieldset[disabled] .btn-success-tc:active,
.btn-success-tc.disabled.active,
.btn-success-tc[disabled].active,
fieldset[disabled] .btn-success-tc.active {
  background-color: #97c64a;
  border-color: transparent;
}
.btn-success-tc .fa {
  color: rgba(255, 255, 255, 0.7);
}
.btn-info-tc {
  color: #ffffff;
  background-color: #36baff;
  border-color: transparent;
}
.btn-info-tc:hover,
.btn-info-tc:focus,
.btn-info-tc:active,
.btn-info-tc.active,
.open .dropdown-toggle.btn-info-tc {
  color: #ffffff;
  background-color: #0dacff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info-tc:active,
.btn-info-tc.active,
.open .dropdown-toggle.btn-info-tc {
  background-image: none;
}
.btn-info-tc.disabled,
.btn-info-tc[disabled],
fieldset[disabled] .btn-info-tc,
.btn-info-tc.disabled:hover,
.btn-info-tc[disabled]:hover,
fieldset[disabled] .btn-info-tc:hover,
.btn-info-tc.disabled:focus,
.btn-info-tc[disabled]:focus,
fieldset[disabled] .btn-info-tc:focus,
.btn-info-tc.disabled:active,
.btn-info-tc[disabled]:active,
fieldset[disabled] .btn-info-tc:active,
.btn-info-tc.disabled.active,
.btn-info-tc[disabled].active,
fieldset[disabled] .btn-info-tc.active {
  background-color: #36baff;
  border-color: transparent;
}
.btn-info-tc .badge {
  color: #36baff;
  background-color: #ffffff;
}
.btn-info-tc:hover,
.btn-info-tc:focus,
.btn-info-tc:active,
.btn-info-tc.active,
.open .dropdown-toggle.btn-info-tc {
  color: #ffffff;
  background-color: #0dacff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info-tc:active,
.btn-info-tc.active,
.open .dropdown-toggle.btn-info-tc {
  background-image: none;
}
.btn-info-tc.disabled,
.btn-info-tc[disabled],
fieldset[disabled] .btn-info-tc,
.btn-info-tc.disabled:hover,
.btn-info-tc[disabled]:hover,
fieldset[disabled] .btn-info-tc:hover,
.btn-info-tc.disabled:focus,
.btn-info-tc[disabled]:focus,
fieldset[disabled] .btn-info-tc:focus,
.btn-info-tc.disabled:active,
.btn-info-tc[disabled]:active,
fieldset[disabled] .btn-info-tc:active,
.btn-info-tc.disabled.active,
.btn-info-tc[disabled].active,
fieldset[disabled] .btn-info-tc.active {
  background-color: #36baff;
  border-color: transparent;
}
.btn-extra-tc {
  color: #ffffff;
  background-color: #9c58b8;
  border-color: transparent;
}
.btn-extra-tc:hover,
.btn-extra-tc:focus,
.btn-extra-tc:active,
.btn-extra-tc.active,
.open .dropdown-toggle.btn-extra-tc {
  color: #ffffff;
  background-color: #8745a2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-extra-tc:active,
.btn-extra-tc.active,
.open .dropdown-toggle.btn-extra-tc {
  background-image: none;
}
.btn-extra-tc.disabled,
.btn-extra-tc[disabled],
fieldset[disabled] .btn-extra-tc,
.btn-extra-tc.disabled:hover,
.btn-extra-tc[disabled]:hover,
fieldset[disabled] .btn-extra-tc:hover,
.btn-extra-tc.disabled:focus,
.btn-extra-tc[disabled]:focus,
fieldset[disabled] .btn-extra-tc:focus,
.btn-extra-tc.disabled:active,
.btn-extra-tc[disabled]:active,
fieldset[disabled] .btn-extra-tc:active,
.btn-extra-tc.disabled.active,
.btn-extra-tc[disabled].active,
fieldset[disabled] .btn-extra-tc.active {
  background-color: #9c58b8;
  border-color: transparent;
}
.btn-extra-tc .badge {
  color: #9c58b8;
  background-color: #ffffff;
}
.btn-extra-tc:hover,
.btn-extra-tc:focus,
.btn-extra-tc:active,
.btn-extra-tc.active,
.open .dropdown-toggle.btn-extra-tc {
  color: #ffffff;
  background-color: #8745a2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-extra-tc:active,
.btn-extra-tc.active,
.open .dropdown-toggle.btn-extra-tc {
  background-image: none;
}
.btn-extra-tc.disabled,
.btn-extra-tc[disabled],
fieldset[disabled] .btn-extra-tc,
.btn-extra-tc.disabled:hover,
.btn-extra-tc[disabled]:hover,
fieldset[disabled] .btn-extra-tc:hover,
.btn-extra-tc.disabled:focus,
.btn-extra-tc[disabled]:focus,
fieldset[disabled] .btn-extra-tc:focus,
.btn-extra-tc.disabled:active,
.btn-extra-tc[disabled]:active,
fieldset[disabled] .btn-extra-tc:active,
.btn-extra-tc.disabled.active,
.btn-extra-tc[disabled].active,
fieldset[disabled] .btn-extra-tc.active {
  background-color: #9c58b8;
  border-color: transparent;
}
.btn-light {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #ffffff;
  background-color: rgba(235, 235, 235, 0.2);
  border-color: rgba(0, 0, 0, 0);
}
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.btn-light .badge {
  color: rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #ffffff;
  background-color: rgba(235, 235, 235, 0.2);
  border-color: rgba(0, 0, 0, 0);
}
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.btn-dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0);
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.btn-dark .badge {
  color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0);
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.btn-special-tc {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.btn-special-tc:hover,
.btn-special-tc:focus,
.btn-special-tc:active,
.btn-special-tc.active,
.open .dropdown-toggle.btn-special-tc {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0);
}
.btn-special-tc:active,
.btn-special-tc.active,
.open .dropdown-toggle.btn-special-tc {
  background-image: none;
}
.btn-special-tc.disabled,
.btn-special-tc[disabled],
fieldset[disabled] .btn-special-tc,
.btn-special-tc.disabled:hover,
.btn-special-tc[disabled]:hover,
fieldset[disabled] .btn-special-tc:hover,
.btn-special-tc.disabled:focus,
.btn-special-tc[disabled]:focus,
fieldset[disabled] .btn-special-tc:focus,
.btn-special-tc.disabled:active,
.btn-special-tc[disabled]:active,
fieldset[disabled] .btn-special-tc:active,
.btn-special-tc.disabled.active,
.btn-special-tc[disabled].active,
fieldset[disabled] .btn-special-tc.active {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.btn-special-tc .badge {
  color: rgba(0, 0, 0, 0.06);
  background-color: rgba(0, 0, 0, 0.6);
}
.btn-special-tc:hover,
.btn-special-tc:focus,
.btn-special-tc:active,
.btn-special-tc.active,
.open .dropdown-toggle.btn-special-tc {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0);
}
.btn-special-tc:active,
.btn-special-tc.active,
.open .dropdown-toggle.btn-special-tc {
  background-image: none;
}
.btn-special-tc.disabled,
.btn-special-tc[disabled],
fieldset[disabled] .btn-special-tc,
.btn-special-tc.disabled:hover,
.btn-special-tc[disabled]:hover,
fieldset[disabled] .btn-special-tc:hover,
.btn-special-tc.disabled:focus,
.btn-special-tc[disabled]:focus,
fieldset[disabled] .btn-special-tc:focus,
.btn-special-tc.disabled:active,
.btn-special-tc[disabled]:active,
fieldset[disabled] .btn-special-tc:active,
.btn-special-tc.disabled.active,
.btn-special-tc[disabled].active,
fieldset[disabled] .btn-special-tc.active {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.btn-special-tc .fa {
  color: #73a621;
}
.btn-special-tc:hover,
.btn-special-tc:focus,
.btn-special-tc:active,
.btn-special-tc.active,
.open .dropdown-toggle.btn-special-tc {
  color: #555;
  background-color: rgba(0, 0, 0, 0.09);
}
.btn-lg-tc {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-lg-tc .fa {
  font-size: 22px;
}
.btn-sm-tc {
  padding: 6px 11px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-sm-tc .fa {
  font-size: 14px;
}
.btn-xs-tc {
  font-weight: 500;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs-tc .fa {
  font-size: 12px;
}
#WikiTool {
  margin-top: -1px;
  /* mind the gap */
}
#WikiTool form {
  padding: 3px;
  text-align: center;
}
#WikiTool form p {
  margin: 0;
}
#WikiTool a:hover {
  text-decoration: none;
}
#WikiTool img {
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  /* match WikispacesContent .detailsLogo */
  border: 1px solid #DDD;
  background-color: #EEE;
}
.WikispacesContent hi.pageTitle {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.WikispacesContent .clear {
  clear: both;
}
.WikispacesContent .clearLeft {
  clear: left;
}
.WikispacesContent .nopad {
  padding: 0 !important;
}
.WikispacesContent .wiki {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.WikispacesContent table td.noDataHolder {
  font-style: italic;
  padding: 1.1em 5px;
  text-align: center;
}
.WikispacesContent .userInfo .userPicture {
  border: 1px black solid;
}
.WikispacesContent .ws-image-overlay {
  position: relative;
}
.WikispacesContent .ws-image-overlay span {
  position: absolute;
  bottom: 1px;
  /* don't overlap border */
  right: 1px;
  color: white;
  font-size: 10px;
  line-height: 10px;
  background: #000000;
  /* non-alpha fallback */
  background: rgba(0, 0, 0, 0.25);
  padding: 4px;
}
.WikispacesContent .ws-action {
  cursor: pointer;
}
.WikispacesContent a.userLink,
.WikispacesContent a.userEmail {
  color: inherit;
}
.WikispacesContent .ws-btn-group-addon {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
.WikispacesContent .projectManage .projectTeam {
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.WikispacesContent .projectManage .projectTeam:before,
.WikispacesContent .projectManage .projectTeam:after {
  content: " ";
  display: table;
}
.WikispacesContent .projectManage .projectTeam:after {
  clear: both;
}
.WikispacesContent .projectManage .projectTeam:before,
.WikispacesContent .projectManage .projectTeam:after {
  content: " ";
  display: table;
}
.WikispacesContent .projectManage .projectTeam:after {
  clear: both;
}
.WikispacesContent .projectManage .projectTeam.dropHover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.WikispacesContent tr.strong > td,
.WikispacesContent tr.strong > th {
  font-weight: bold;
}
.WikispacesContent .ws-input-inline {
  display: inline-block;
  width: 15em;
}
@media (min-width: 768px) {
  .WikispacesContent .ws-bulk-tags-ui.dropdown-menu {
    width: 470px;
  }
  .WikispacesContent .ws-bulk-tags-ui.dropdown-menu .btn {
    margin-bottom: 0px;
  }
}
.WikispacesContent .ws-btn-spinner:disabled,
.WikispacesContent .ws-btn-spinner.disabled {
  position: relative;
}
.WikispacesContent .ws-btn-spinner:disabled span,
.WikispacesContent .ws-btn-spinner.disabled span,
.WikispacesContent .ws-btn-spinner:disabled .ws-btn-text,
.WikispacesContent .ws-btn-spinner.disabled .ws-btn-text {
  visibility: hidden;
}
.WikispacesContent .ws-btn-spinner:disabled:after,
.WikispacesContent .ws-btn-spinner.disabled:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  content: "\f110";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
}
.WikispacesContent .ws-btn-spinner:disabled:after.pull-left,
.WikispacesContent .ws-btn-spinner.disabled:after.pull-left {
  margin-right: .3em;
}
.WikispacesContent .ws-btn-spinner:disabled:after.pull-right,
.WikispacesContent .ws-btn-spinner.disabled:after.pull-right {
  margin-left: .3em;
}
.WikispacesContent .ws-collapse-icon-caret:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  content: "\f0d7";
}
.WikispacesContent .ws-collapse-icon-caret:after.pull-left {
  margin-right: .3em;
}
.WikispacesContent .ws-collapse-icon-caret:after.pull-right {
  margin-left: .3em;
}
.WikispacesContent .collapsed .ws-collapse-icon-caret:after {
  content: "\f0da";
}
.WikispacesContent .table.pricing-simple thead > tr > td,
.WikispacesContent .table.pricing thead > tr > td,
.WikispacesContent .table.pricing-simple tfoot > tr > td,
.WikispacesContent .table.pricing tfoot > tr > td,
.WikispacesContent .table.pricing-simple tbody > tr > td,
.WikispacesContent .table.pricing tbody > tr > td {
  text-align: center;
  vertical-align: middle;
}
.WikispacesContent .table.pricing-simple thead > tr > td:first-child,
.WikispacesContent .table.pricing thead > tr > td:first-child,
.WikispacesContent .table.pricing-simple tfoot > tr > td:first-child,
.WikispacesContent .table.pricing tfoot > tr > td:first-child,
.WikispacesContent .table.pricing-simple tbody > tr > td:first-child,
.WikispacesContent .table.pricing tbody > tr > td:first-child {
  text-align: left;
}
.WikispacesContent .table.pricing {
  border-collapse: collapse;
  border-top: none;
  border-right: none;
  margin: 0 auto;
}
.WikispacesContent .table.pricing tbody > tr > td {
  padding: 5px 4px;
  white-space: nowrap;
  border-left: none;
  border-bottom: none;
}
.WikispacesContent .table.pricing tbody > tr > td.plan-edu {
  border-bottom: 1px solid #bddecc;
  border-right: 1px solid #FFF;
  background: #b7dac7;
  background-image: -webkit-gradient(linear, 0 10%, 0 90%, from(#b7dac7), to(#bddecc));
  background-image: -webkit-linear-gradient(top, #b7dac7 10%, #bddecc 90%);
  background-image: -moz-linear-gradient(top, #b7dac7 10%, #bddecc 90%);
  background-image: -ms-linear-gradient(top, #b7dac7 10%, #bddecc 90%);
}
.WikispacesContent .table.pricing tbody > tr > td.plan-normal {
  border-bottom: 1px solid #e2f0f7;
  border-right: 1px solid #FFF;
  background: #d9ebf5;
  background-image: -webkit-gradient(linear, 0 10%, 0 90%, from(#d9ebf5), to(#e2f0f7));
  background-image: -webkit-linear-gradient(top, #d9ebf5 10%, #e2f0f7 90%);
  background-image: -moz-linear-gradient(top, #d9ebf5 10%, #e2f0f7 90%);
  background-image: -ms-linear-gradient(top, #d9ebf5 10%, #e2f0f7 90%);
}
.WikispacesContent .table.pricing tbody > tr > td.divider {
  width: 10px;
}
.WikispacesContent .table.pricing thead > tr > td,
.WikispacesContent .table.pricing tfoot > tr > td {
  vertical-align: middle;
}
.WikispacesContent .table.pricing thead > tr > td.plan-edu,
.WikispacesContent .table.pricing tfoot > tr > td.plan-edu {
  background: #7abb98;
  border-right: 1px solid #FFF;
}
.WikispacesContent .table.pricing thead > tr > td.plan-normal,
.WikispacesContent .table.pricing tfoot > tr > td.plan-normal {
  background: #91c5e2;
  border-right: 1px solid #FFF;
}
.WikispacesContent .table.pricing a.WikispacesTooltip {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}
.WikispacesContent .table.pricing a.WikispacesTooltip img {
  border: 0;
}
.WikiHideForPopup {
  display: none;
}
/* Styling of placeholder content for media, when it would overlap page menu */
.WikiEmbedSubForPopup {
  background-image: url(../../i/static.png);
  background-repeat: repeat;
  border: 9px solid #c0c0d0;
  border-radius: 3px;
}
/* TextboxList sample CSS */
.WikiContentPage,
.WikiStyleArea {
  margin-bottom: 1em;
}
.WikispacesContent .WikiTagForm {
  margin: 0 !important;
}
.WikiTagForm .WikiTagList ul {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.WikiTagForm .WikiTagList ul li {
  display: inline;
  white-space: normal;
}
.WikiTagForm .WikiTagList ul li a {
  padding-right: 3px;
}
.WikiTagForm .WikiTagList .WikiTagsEditLink {
  padding: 0 4px;
  background-color: #DDD;
  color: #000;
  border-radius: 4px;
}
.WikiTagForm .WikiTagList .WikiTagsEditLink:hover {
  background-color: #CCC;
}
.WikiTagForm .WikiTagsEdit {
  min-width: 300px;
  display: none;
}
@media (min-width: 768px) {
  .WikiTagForm .WikiTagsEdit {
    min-width: 500px;
  }
}
.WikiTagForm.WikiTagFormEdit .WikiTagList {
  display: none;
}
.WikiTagForm.WikiTagFormEdit .WikiTagsEdit {
  display: block;
}
.WikispacesContent .ws-bulk-tags-ui.dropdown-menu {
  min-width: 250px;
  padding: 5px;
}
.WikispacesContent .ws-bulk-tags-ui.dropdown-menu .btn {
  margin-bottom: 5px;
}
.WikispacesContent .cobSearchForm {
  margin-top: 10px;
}
.WikispacesContent .cobOperations {
  margin-top: 10px;
}
.WikispacesContent .ws-cob-filter-btn {
  margin-right: 30px !important;
  margin-top: 10px !important;
}
.WikispacesContent .filter-row {
  margin-top: 10px;
}
.WikispacesContent .filter-row .bootstrap-select {
  width: 150px !important;
  margin-bottom: 0;
}
.WikispacesContent .filter-row #tag-filter {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.WikispacesContent table.cob thead a,
.WikispacesContent table.cob tfoot a,
.WikispacesContent table.cob th a,
.WikispacesContent table.cob .popoverActions a {
  color: inherit;
}
.WikispacesContent table.cob ul.popoverActions {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.WikispacesContent table.cob th {
  color: #999;
  white-space: nowrap;
  padding-bottom: 5px;
  font-weight: normal;
}
.WikispacesContent table.cob th.cob-sort-active,
.WikispacesContent table.cob th a.cob-sort-active {
  color: #222;
}
.WikispacesContent table.cob td {
  color: #222;
  vertical-align: middle !important;
}
.WikispacesContent table.cob td .cob-primary-data {
  font-weight: bold;
}
.WikispacesContent table.cob td .cob-secondary-data {
  color: #999;
}
.WikispacesContent table.cob td .cob-callout-data {
  font-style: italic;
}
.WikispacesContent table.cob tr:hover > td .ws-action {
  color: #222;
}
.WikispacesContent table.cob .pagination {
  margin: 0;
}
.WikispacesContent table.cob .pagination.pull-right {
  margin-left: 4px;
}
.WikispacesContent table.cob .pagination > li.disabled > a,
.WikispacesContent table.cob .pagination > li.nohover > a,
.WikispacesContent table.cob .pagination > li.disabled > span,
.WikispacesContent table.cob .pagination > li.nohover > span {
  color: inherit;
  background-color: #ffffff;
}
/* Containers */
.mceIframeContainer {
  border: 1px solid #DDD;
  margin: -3px;
  padding: 2px;
}
.mceIframeContainer.active_editor {
  border-color: #BCC2F4;
}
.commentEditor .mceIframeContainer {
  border: 0;
  padding: 0;
}
/* Layers */
.blockerLayer {
  z-index: 10;
}
.editorLayer {
  z-index: 11;
}
.overlayLayer {
  z-index: 12;
}
.toolbarLayer {
  z-index: 13;
}
.defaultSkin {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* Containers */
  /* External */
  /* Layout */
  /* Reference */
  /* Button */
  /* base on Bootstrap 2.2.2 Buttons; easier to bring here than to mangle mce classes */
  /* Separator */
  /* ListBox */
  /* Menu */
  /* Progress,Resize */
  /* Formats */
  /* Theme */
  /* Plugins */
}
.defaultSkin iframe {
  display: block;
  background: #ffffff;
}
.defaultSkin .mceToolbar {
  height: 36px;
}
.defaultSkin .mceLeft {
  text-align: left;
}
.defaultSkin .mceRight {
  text-align: right;
}
.defaultSkin .mceExternalToolbar {
  position: absolute;
  display: block !important;
  min-width: 906px;
  /* sync with editor/plugins/wscommon/editor_plugin_src.js */
  width: 1px;
  border-bottom: 1px solid #BEA0A0;
}
.defaultSkin .mceExternalToolbar *,
.defaultSkin .mceExternalToolbar *:before,
.defaultSkin .mceExternalToolbar *:after {
  box-sizing: border-box;
}
.defaultSkin .mceExternalToolbar td.mceToolbar {
  padding-right: 13px;
}
.defaultSkin .mceExternalClose {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 7px;
}
.defaultSkin table.mceToolbar td {
  padding: 0;
}
.defaultSkin table.mceLayout {
  border: 0;
  border-left: 1px solid #CCC;
  border-right: 1px solid #cccccc;
}
.defaultSkin td.mceToolbar {
  padding-top: 1px;
  vertical-align: top;
}
.defaultSkin .mceStatusbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 16px;
  overflow: visible;
  color: #000;
  display: block;
  height: 20px;
}
.defaultSkin .mceStatusbar div {
  float: left;
  margin: 2px;
}
.defaultSkin .mceStatusbar a:hover {
  text-decoration: underline;
}
.defaultSkin .mceToolbar {
  padding: 0;
  background-color: #D8D8D8;
  border-style: solid;
  border-color: #BEA0A0;
  border-width: 0 1px;
}
.defaultSkin table.mceToolbar {
  width: 100%;
}
.defaultSkin div.mceToolbar {
  text-align: right;
}
.defaultSkin span.mceIcon,
.defaultSkin img.mceIcon {
  display: block;
  width: 22px;
  height: 22px;
}
.defaultSkin .mceIcon {
  background: url(../../_/2010101301/i/editor_sprite.png) no-repeat 22px 22px;
}
.defaultSkin td.mceCenter {
  text-align: center;
}
.defaultSkin td.mceCenter table {
  margin: 0 auto;
  text-align: left;
}
.defaultSkin td.mceRight table {
  margin: 0 0 0 auto;
}
.defaultSkin td.mceToolbarStart {
  padding-left: 8px !important;
}
.defaultSkin td.mceToolbarEnd {
  padding-right: 8px !important;
}
.defaultSkin #autosaveStatus {
  color: #333;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.defaultSkin #concurrentEditorNotice {
  padding: 5px;
  height: auto;
  position: absolute;
  right: 0;
  border-bottom: 1px #bea0a0 solid;
}
.defaultSkin .defaultSkin.referenceEditor table.mceToolbar {
  border-width: 0 1px 1px;
}
.defaultSkin .mceButton {
  text-decoration: none;
  display: inline-block;
  padding: 2px;
  margin-left: 1px;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #999;
  border-bottom-color: #808080;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.defaultSkin .mceButton.mceButtonPrimary {
  font-weight: bold;
}
.defaultSkin .mceButton:hover,
.defaultSkin .mceButton:active,
.defaultSkin .mceButton.mceButtonActive,
.defaultSkin .mceButton.mceButtonSelected,
.defaultSkin .mceButton.mceButtonDisabled {
  color: #333333;
  background-color: #e6e6e6;
}
.defaultSkin .mceButton:hover {
  color: #333333;
  text-decoration: none;
  border-color: #6E9CE6;
  border-color-bottom: #437ede;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.defaultSkin .mceButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.defaultSkin .mceButton:active,
.defaultSkin .mceButton.mceButtonActive,
.defaultSkin .mceButton.mceButtonSelected {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.defaultSkin .mceButton.mceButtonDisabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.defaultSkin .mceButton.mceButtonDisabled .mceIcon {
  opacity: 0.3;
  -ms-filter: 'alpha(opacity=30)';
  filter: alpha(opacity=30);
}
.defaultSkin .mceButton.mceButtonGroup {
  margin-left: -3px;
  border-radius: 0;
}
.defaultSkin .mceButton.mceButtonGroup.mceButtonGroupLeft {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.defaultSkin span.mceButtonLabel,
.defaultSkin span.mceSplitButtonLabel {
  display: block;
  font-size: 12px;
  padding: 2px 6px 0 23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.defaultSkin .mceButtonNotReallyLabeled span.mceButtonLabel,
.defaultSkin .mceButtonNotReallyLabeled span.mceSplitButtonLabel {
  padding-left: 6px;
}
.defaultSkin .mceSplitButtonLabeled a.mceButton {
  padding: 1px 2px;
}
.defaultSkin .mceSplitButtonLabeled a.mceOpen {
  margin-left: -1px;
}
.defaultSkin .mceButtonLabeled {
  width: auto;
  padding: 1px 2px;
}
.defaultSkin .mceButtonLabeled span.mceIcon {
  float: left;
}
.defaultSkin .mceButtonLabeled.mceButtonNotReallyLabeled span.mceIcon {
  display: none;
}
.defaultSkin .mceSeparator {
  display: block;
  width: 2px;
  margin: 2px 2px 0 4px;
}
.defaultSkin .mceListBox {
  direction: ltr;
  display: block;
}
.defaultSkin .mceListBox a {
  display: block;
}
.defaultSkin .mceListBox .mceText {
  padding-left: 4px;
  width: 45px;
  text-align: left;
  border: 1px solid #999;
  border-bottom-color: #808080;
  border-right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
}
.defaultSkin a.mceOpen {
  display: block;
  width: 14px;
  height: 28px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #999;
  border-bottom-color: #808080;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.defaultSkin a.mceOpen > span {
  background: url(../../_/2010101301/i/editor_sprite.png) no-repeat scroll 3px -1176px transparent;
  display: block;
  height: 28px;
}
.defaultSkin .mceListBoxDisabled a.mceText {
  color: gray;
  background-color: transparent;
}
.defaultSkin .mceListBoxMenu {
  overflow: auto;
  overflow-x: hidden;
}
.defaultSkin .mceOldBoxModel .mceListBox .mceText {
  height: 22px;
}
.defaultSkin .mceOldBoxModel .mceListBox .mceOpen {
  width: 11px;
  height: 22px;
}
.defaultSkin select.mceNativeListBox {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7pt;
  background: #F0F0EE;
  border: 1px solid gray;
  margin-right: 2px;
}
.defaultSkin .mceMenu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  border: 1px solid #d4d0c8;
}
.defaultSkin .mceNoIcons span.mceIcon {
  width: 0;
}
.defaultSkin .mceNoIcons a .mceText {
  padding-left: 10px;
}
.defaultSkin .mceMenu table {
  background: #ffffff;
}
.defaultSkin .mceMenu a,
.defaultSkin .mceMenu span,
.defaultSkin .mceMenu {
  display: block;
}
.defaultSkin .mceMenu td {
  height: 20px;
}
.defaultSkin .mceMenu a {
  position: relative;
  padding: 3px 0 4px 0;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}
.defaultSkin .mceMenu .mceText {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0 25px 0 25px;
  display: block;
}
.defaultSkin .mceMenu span.mceText,
.defaultSkin .mceMenu .mcePreview {
  font-size: 11px;
  white-space: nowrap;
}
.defaultSkin .mceMenu pre.mceText {
  font-family: monospace;
}
.defaultSkin .mceMenu .mceIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
}
.defaultSkin .mceMenu .mceMenuItemEnabled a:hover,
.defaultSkin .mceMenu .mceMenuItemActive {
  background-color: #dbecf3;
}
.defaultSkin .mceMenu .mceMenuItemEnabled {
  outline: none;
}
.defaultSkin td.mceMenuItemSeparator {
  background: #DDD;
  height: 1px;
}
.defaultSkin .mceMenuItemTitle a {
  border: 0;
  background: #EEE;
  border-bottom: 1px solid #dddddd;
}
.defaultSkin .mceMenuItemTitle span.mceText {
  color: #000;
  font-weight: bold;
  padding-left: 4px;
}
.defaultSkin .mceMenuItemDisabled .mceText {
  color: #888888;
}
.defaultSkin .mceMenuItemSelected .mceIcon {
  background: url(img/menu_check.html);
}
.defaultSkin .mceNoIcons .mceMenuItemSelected a {
  background: url(img/menu_arrow.html) no-repeat -6px center;
}
.defaultSkin .mceMenu span.mceMenuLine {
  display: none;
}
.defaultSkin .mceMenuItemSub a {
  background: url(img/menu_arrow.html) no-repeat top right;
}
.defaultSkin .mceBlocker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0.5;
  -ms-filter: 'alpha(opacity=50)';
  filter: alpha(opacity=50);
  background: #ffffff;
}
.defaultSkin .mceProgress {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  background: url(img/progress.html) no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}
.defaultSkin .mcePlaceHolder {
  border: 1px dotted #808080;
}
.defaultSkin .mce_formatPreview a {
  font-size: 10px;
}
.defaultSkin .mce_address span.mceText {
  font-style: italic;
}
.defaultSkin .mce_pre span.mceText {
  font-family: monospace;
}
.defaultSkin .mce_h1 span.mceText {
  font-weight: bolder;
  font-size: 2em;
}
.defaultSkin .mce_h2 span.mceText {
  font-weight: bolder;
  font-size: 1.5em;
}
.defaultSkin .mce_h3 span.mceText {
  font-weight: bolder;
  font-size: 1.17em;
}
.defaultSkin .mce_h4 span.mceText {
  font-weight: bolder;
  font-size: 1em;
}
.defaultSkin .mce_h5 span.mceText {
  font-weight: bolder;
  font-size: 0.83em;
}
.defaultSkin .mce_h6 span.mceText {
  font-weight: bolder;
  font-size: 0.75em;
}
.defaultSkin span.mce_bold {
  background-position: 2px 2px;
}
.defaultSkin span.mce_italic {
  background-position: 2px -34px;
}
.defaultSkin span.mce_underline {
  background-position: 2px -70px;
}
.defaultSkin span.mce_wsstyle {
  background-position: 2px -214px;
}
.defaultSkin span.mce_wscomment {
  background-position: 2px -286px;
}
.defaultSkin span.mce_insertorderedlist {
  background-position: 2px -502px;
}
.defaultSkin span.mce_insertunorderedlist {
  background-position: 2px -466px;
}
.defaultSkin span.mce_hr {
  background-position: 2px -826px;
}
.defaultSkin span.mce_wslink {
  background-position: 2px -790px;
}
.defaultSkin span.mce_wsimage {
  background-position: 2px -754px;
}
.defaultSkin span.mce_wswidget {
  background-position: 2px -1006px;
}
.defaultSkin span.mce_wstable {
  background-position: 2px -1042px;
}
.defaultSkin span.mce_undo {
  background-position: 2px -1325px;
}
.defaultSkin span.mce_redo {
  background-position: 2px -1354px;
}
.defaultSkin span.mce_menuPreview {
  background: url(../../i/icon_16_preview.png) no-repeat scroll 0 0 transparent;
  margin: 3px;
}
.defaultSkin span.mce_saveWithComment {
  background: url(../../i/icon_16_comments.png) no-repeat scroll 0 0 transparent;
  margin: 3px;
}
.defaultSkin span.mce_saveTextEditor {
  background: url(../../i/icon/16_page_edit.png) no-repeat scroll 0 0 transparent;
  margin: 3px;
}
.defaultSkin span.mce_saveContinue {
  background: url(../../i/icon_16_edit_continue.png) no-repeat scroll 0 0 transparent;
  margin: 3px;
}
.defaultSkin span.mce_advhr {
  background-position: 0px -20px;
}
.defaultSkin span.mce_ltr {
  background-position: -20px -20px;
}
.defaultSkin span.mce_rtl {
  background-position: -40px -20px;
}
.defaultSkin span.mce_emotions {
  background-position: -60px -20px;
}
.defaultSkin span.mce_fullpage {
  background-position: -80px -20px;
}
.defaultSkin span.mce_fullscreen {
  background-position: -100px -20px;
}
.defaultSkin span.mce_iespell {
  background-position: -120px -20px;
}
.defaultSkin span.mce_insertdate {
  background-position: -140px -20px;
}
.defaultSkin span.mce_inserttime {
  background-position: -160px -20px;
}
.defaultSkin span.mce_absolute {
  background-position: -180px -20px;
}
.defaultSkin span.mce_backward {
  background-position: -200px -20px;
}
.defaultSkin span.mce_forward {
  background-position: -220px -20px;
}
.defaultSkin span.mce_insert_layer {
  background-position: -240px -20px;
}
.defaultSkin span.mce_insertlayer {
  background-position: -260px -20px;
}
.defaultSkin span.mce_movebackward {
  background-position: -280px -20px;
}
.defaultSkin span.mce_moveforward {
  background-position: -300px -20px;
}
.defaultSkin span.mce_media {
  background-position: -320px -20px;
}
.defaultSkin span.mce_nonbreaking {
  background-position: -340px -20px;
}
.defaultSkin span.mce_pastetext {
  background-position: -360px -20px;
}
.defaultSkin span.mce_pasteword {
  background-position: -380px -20px;
}
.defaultSkin span.mce_selectall {
  background-position: -400px -20px;
}
.defaultSkin span.mce_preview {
  background-position: -420px -20px;
}
.defaultSkin span.mce_print {
  background-position: -440px -20px;
}
.defaultSkin span.mce_cancel {
  background-position: -460px -20px;
}
.defaultSkin span.mce_save {
  background-position: -480px -20px;
}
.defaultSkin span.mce_replace {
  background-position: -500px -20px;
}
.defaultSkin span.mce_search {
  background-position: -520px -20px;
}
.defaultSkin span.mce_styleprops {
  background-position: -560px -20px;
}
.defaultSkin span.mce_table {
  background-position: -580px -20px;
}
.defaultSkin span.mce_cell_props {
  background-position: -600px -20px;
}
.defaultSkin span.mce_delete_table {
  background-position: -620px -20px;
}
.defaultSkin span.mce_delete_col {
  background-position: -640px -20px;
}
.defaultSkin span.mce_delete_row {
  background-position: -660px -20px;
}
.defaultSkin span.mce_col_after {
  background-position: -680px -20px;
}
.defaultSkin span.mce_col_before {
  background-position: -700px -20px;
}
.defaultSkin span.mce_row_after {
  background-position: -720px -20px;
}
.defaultSkin span.mce_row_before {
  background-position: -740px -20px;
}
.defaultSkin span.mce_merge_cells {
  background-position: -760px -20px;
}
.defaultSkin span.mce_table_props {
  background-position: -980px -20px;
}
.defaultSkin span.mce_row_props {
  background-position: -780px -20px;
}
.defaultSkin span.mce_split_cells {
  background-position: -800px -20px;
}
.defaultSkin span.mce_template {
  background-position: -820px -20px;
}
.defaultSkin span.mce_visualchars {
  background-position: -840px -20px;
}
.defaultSkin span.mce_abbr {
  background-position: -860px -20px;
}
.defaultSkin span.mce_acronym {
  background-position: -880px -20px;
}
.defaultSkin span.mce_attribs {
  background-position: -900px -20px;
}
.defaultSkin span.mce_cite {
  background-position: -920px -20px;
}
.defaultSkin span.mce_del {
  background-position: -940px -20px;
}
.defaultSkin span.mce_ins {
  background-position: -960px -20px;
}
.defaultSkin span.mce_pagebreak {
  background-position: 0 -40px;
}
.defaultSkin span.mce_restoredraft {
  background-position: -20px -40px;
}
.defaultSkin .mce_spellchecker span.mceAction {
  background-position: -540px -20px;
}
.WikispacesNavbar {
  width: 200px;
  overflow-x: hidden;
}
.WikispacesNavbar .fa {
  opacity: 0.5;
}
.WikispacesNavbar .WikispacesNavbarSeeMoreDiv {
  text-align: center;
}
.WikispacesNavbar .WikispacesNavbarEntryHeader .WikispacesNavbarRemoveEntry,
.WikispacesNavbar .WikispacesNavbarEntryHeader .WikispacesNavbarSpinner {
  display: none;
}
.WikispacesNavbar .WikispacesNavbarToggle,
.WikispacesNavbar .WikispacesNavbarHeaderAction {
  cursor: pointer;
}
.WikispacesNavbar .WikispacesNavbarEntryHeader {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.WikispacesNavbar #WikispacesNavbarOptions {
  display: none;
  padding: 5px 5px 0 5px;
  margin-top: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.WikispacesNavbar #WikispacesNavbarOptions form {
  margin-bottom: 5px;
}
.WikispacesNavbar .WikispacesNavbarEntry .WikispacesNavbarPlus {
  display: none;
}
.WikispacesNavbar .WikispacesNavbarEntry.WikispacesNavbarEntryCollapsed .WikispacesNavbarMinus {
  display: none;
}
.WikispacesNavbar .WikispacesNavbarEntry.WikispacesNavbarEntryCollapsed .WikispacesNavbarPlus {
  display: inline;
}
.WikispacesNavbar .WikispacesNavbarEntry.WikispacesNavbarEntryCollapsed .WikispacesNavbarEntryItems {
  display: none;
}
.WikispacesNavbar .WikispacesNavbarEntryItems {
  /* render in the same font as the theme sidebar */
  font-family: inherit;
  font-size: inherit;
}
.WikispacesNavbar .WikispacesNavbarEntryItems ol {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-type: none;
}
.WikispacesNavbar .WikispacesNavbarEntryItems ol > li {
  margin: 0;
  padding: 1px;
}
.WikispacesNavbar.WikispacesNavbarEdit .WikispacesNavbarDraggableEntry .WikispacesNavbarEntryHeader {
  cursor: move;
  background-color: #AAA;
}
.WikispacesNavbar.WikispacesNavbarEdit .WikispacesNavbarRemovableEntry .WikispacesNavbarRemoveEntry {
  display: inline-block;
}
.WikispacesNavbar.WikispacesNavbarEdit .WikispacesNavbarSortableEntry .ui-sortable * {
  cursor: move;
}
.WikispacesNavbar.WikispacesNavbarEdit .WikispacesNavbarSortableEntry .ui-sortable *:hover {
  background-color: #CCC;
  text-decoration: none !important;
}
.WikispacesNavbar.WikispacesNavbarEdit #WikispacesNavbarOptions {
  display: block;
}
.WikispacesNavbar .WikispacesNavbarEntryWorking .WikispacesNavbarEntryHeader .WikispacesNavbarHeaderAction {
  display: none;
}
.WikispacesNavbar .WikispacesNavbarEntryWorking .WikispacesNavbarEntryHeader .WikispacesNavbarSpinner {
  display: inline-block;
}
.WikispacesNavbar .WikispacesNavbarEntryWorking .WikispacesNavbarSeeMoreDiv {
  visibility: hidden;
}
/* openid-selector https://code.google.com/p/openid-selector/ */
#openid_form {
  width: 590px;
}
#openid_form legend {
  font-weight: bold;
}
#openid_input_area {
  clear: both;
  /* padding: 10px; */
}
#openid_btns,
#openid_btns br {
  clear: both;
}
#openid_highlight {
  padding: 3px;
  background-color: #FFFCC9;
  float: left;
}
.openid_large_btn {
  width: 100px;
  height: 60px;
  /* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
  _width: 104px;
  _height: 64px;
  border: 2px solid #DDD;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 3px;
  float: left;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #ddd;
}
.openid_large_btn:hover {
  margin: 4px 0 0 6px;
  border: 2px solid #999;
  box-shadow: none;
}
.openid_small_btn {
  width: 24px;
  height: 24px;
  /* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
  _width: 28px;
  _height: 28px;
  border: 2px solid #DDD;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 3px;
  float: left;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #ddd;
}
.openid_small_btn:hover {
  margin: 4px 0 0 6px;
  border: 2px solid #999;
  box-shadow: none;
}
a.openid_large_btn:focus {
  outline: none;
}
a.openid_large_btn:focus {
  -moz-outline-style: none;
}
.openid_selected {
  border: 4px solid #DDD;
}
#openid_submit {
  display: none;
}
.WikispacesContent .projectManage .projectTeam {
  border: 1px solid #CCC;
  padding: 1em 0.5em 0.25em 1em;
  margin: .5em 1em .5em 0;
  border-radius: 4px;
}
.WikispacesContent .projectManage .projectTeam .teamName {
  font-size: 1.5em;
  padding-bottom: 5px;
}
.WikispacesContent .projectManage .userDrag .cobCheck {
  vertical-align: top;
}
.WikispacesContent .projectManage .projectTeam .memberList {
  margin: 8px 0 5px;
  padding: 3px;
}
.WikispacesContent .projectManage .teamMember {
  display: inline;
  font-size: 11px;
  line-height: 1.5em;
  position: relative;
  float: left;
  background: none;
  background-color: #FFF !important;
  white-space: nowrap;
  margin: 0 5px 2px 0;
  padding: 1px 15px 2px 5px;
  border-radius: 4px;
  border: 1px solid #CCC;
}
.WikispacesContent .projectManage .teamMember span.removeMember {
  position: absolute;
  right: 4px;
  top: 5px;
  display: block;
  width: 7px;
  height: 7px;
  font-size: 1px;
  cursor: pointer;
  background: url('../../i/autocomplete_close.gif');
}
.WikispacesContent .projectManage #teamNames {
  padding: 1em;
}
.WikispacesContent .projectManage .projectTeam .command {
  color: #404040;
  font-size: 14px;
  margin-left: 5px;
}
.WikispacesContent .projectManage .hiddenCommand {
  color: #404040;
  font-size: 12px;
  margin-left: 5px;
  visibility: hidden;
}
.WikispacesContent .projectManage .commandTarget:hover .hiddenCommand {
  visibility: visible;
}
.WikispacesContent .projectManage .teamList {
  font-size: 85% !important;
}
.WikispacesContent .projectManage .teamList a {
  margin: 0 .3em 0 .1em;
}
.WikispacesContent .projectManage .WikispacesContent .permissionForm li label {
  width: 11em;
}
.WikispacesContent .projectManage .WikispacesContent .permissionForm li div.leftIndent {
  margin-left: 12em;
}
.WikispacesContent .projectManage .WikispacesContent .permissionForm .PermissionsSection li label {
  width: 13em;
}
.WikispacesContent .projectManage .customPermissionCallout {
  margin-left: 12.5em;
}
.WikispacesContent .projectManage .currentProject {
  background-color: #FCF8E3;
}
.WikispacesContent .projectManage .teamActions a {
  color: inherit;
}
.WikispacesContent .projectManage .btn-toolbar .btn {
  margin-bottom: 15px;
}
#sources .removeButton {
  cursor: pointer;
}
.WikiActions .fa-fw,
.WikispacesNavbar .fa-fw {
  margin-right: 4px;
  text-decoration: none;
}
.WikispacesContent .ws-star-no {
  color: #ddd;
}
.WikispacesContent .ws-star-yes {
  color: #e3cf7a;
}
.WikispacesContent .ws-menu-bar,
.WikispacesContent.ws-menu-bar {
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.WikispacesContent .ws-menu-bar:before,
.WikispacesContent.ws-menu-bar:before,
.WikispacesContent .ws-menu-bar:after,
.WikispacesContent.ws-menu-bar:after {
  content: " ";
  display: table;
}
.WikispacesContent .ws-menu-bar:after,
.WikispacesContent.ws-menu-bar:after {
  clear: both;
}
.WikispacesContent .ws-menu-bar:before,
.WikispacesContent.ws-menu-bar:before,
.WikispacesContent .ws-menu-bar:after,
.WikispacesContent.ws-menu-bar:after {
  content: " ";
  display: table;
}
.WikispacesContent .ws-menu-bar:after,
.WikispacesContent.ws-menu-bar:after {
  clear: both;
}
.WikispacesContent .ws-menu-bar .ws-star,
.WikispacesContent.ws-menu-bar .ws-star {
  cursor: pointer;
  vertical-align: 10%;
}
.WikispacesContent .ws-menu-bar .ws-star.ws-star-yes .ws-star-no,
.WikispacesContent.ws-menu-bar .ws-star.ws-star-yes .ws-star-no {
  display: none;
}
.WikispacesContent .ws-menu-bar .ws-star.ws-star-no .ws-star-yes,
.WikispacesContent.ws-menu-bar .ws-star.ws-star-no .ws-star-yes {
  display: none;
}
.WikispacesContent .ws-menu-bar h1.pageTitle,
.WikispacesContent.ws-menu-bar h1.pageTitle {
  display: inline-block;
  margin: 0 !important;
}
.WikispacesContent .ws-menu-bar h1.pageTitle a,
.WikispacesContent.ws-menu-bar h1.pageTitle a {
  color: inherit !important;
}
.WikispacesContent .ws-menu-bar .ws-more-menu .dropdown .ws-tag-dropdown-menu,
.WikispacesContent.ws-menu-bar .ws-more-menu .dropdown .ws-tag-dropdown-menu {
  padding: 5px;
}
.WikispacesContent .ws-more-menu-list ul {
  list-style: none;
}
.WikispacesContent .ws-more-menu-list a {
  color: inherit !important;
}
.WikispacesContent .ws-more-menu-list .fa-fw {
  text-decoration: none;
}
.WikispacesContent .ws-more-menu-list ul li form.WikiTagForm {
  display: inline-block;
}
.WikispacesContent .ws-more-menu-list .disabled {
  opacity: 0.60;
  filter: alpha(opacity=60);
}
/* Adapted from http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html */
.ui-tabs-vertical {
  border: 0;
}
.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 10em;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  outline: none;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
  float: right;
  width: 40em;
  padding: 0;
}
/* Style datepickers ourselves; based on 1.8.16 datepicker styles */
.ui-datepicker {
  width: 100%;
  max-width: 14em;
  display: none;
  /* We intend to match ws-box, but for some reason need 1px 1px instead */
  box-shadow: 0 1px 1px 0 #CCC;
  /* rougly match WikispacesBs / Bootstrap form styles */
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: 0;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  padding: 0 0.2em;
  border: 0;
  white-space: nowrap;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all {
  border-radius: 4px;
}
.ui-datepicker.ui-widget-content {
  border: 1px solid #cccccc;
}
.ui-datepicker .ui-widget-header {
  font-weight: normal;
  background: none;
  border: 0;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #FFF;
  background: #FFF;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-highlight {
  border: 1px solid #cccccc;
  font-weight: bold;
}
.ui-datepicker .ui-state-highlight {
  background: #fcf8e3;
}
.ui-datepicker .ui-state-active {
  background: #DDD;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: 1px solid #999999 /*{borderColorHover}*/;
  background: #dadada /*{bgColorHover}*/ url(../../i/jquery-ui/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcHover}*/;
}
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover a:link,
.ui-datepicker .ui-state-hover a:visited {
  color: #212121 /*{fcHover}*/;
  text-decoration: none;
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon {
  background-image: url(../../i/jquery-ui/ui-icons_454545_256x240.png) /*{iconsHover}*/;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  border: 4px solid #b0b7cf;
  background: #eef3f6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 16px;
  height: 16px;
  top: 17px;
  right: 6px;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background: url(../../i/icon/16_close.png) no-repeat;
  opacity: .3;
}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick,
.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon-closethick {
  opacity: .6;
}
.ui-dialog .ui-state-hover,
.ui-dialog .ui-widget-content .ui-state-hover,
.ui-dialog .ui-widget-header .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-dialog .ui-widget-content .ui-state-focus,
.ui-dialog .ui-widget-header .ui-state-focus {
  border: none;
  background: none;
  font-weight: normal;
  color: inherit;
}
.ui-dialog-titlebar.ui-widget-header {
  background: #c8cfe3;
  border-radius: 0;
  padding: 8px 0 3px 10px;
  border-width: 0 0 1px 0;
}
.ui-tabs-vertical {
  padding: 0;
}
.ui-tabs-vertical .ui-tabs-nav {
  min-width: 130px;
  padding: 5px 0 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: black;
  width: 100%;
  padding: 3px 5px 3px 10px;
  white-space: nowrap;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
  background-color: #d7def4;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a {
  background-color: #A2B3E4;
  color: white;
  font-weight: bold;
}
.ui-tabs-vertical .ui-widget-header {
  border: none;
  background: none;
  font-weight: normal;
}
.ui-tabs-vertical .ui-state-default,
.ui-tabs-vertical .ui-widget-content .ui-state-default,
.ui-tabs-vertical .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  color: black;
}
.ui-tabs-vertical .ui-tabs-panel {
  border-left: 2px solid #B0B7CF;
  background: #eef3f6;
}
.ui-widget-overlay {
  position: fixed;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-front {
  z-index: 2000;
}
.WikispacesContent {
  /*
   Plupload
------------------------------------------------------------------- */
  /* list view */
  /* thumbs view */
  /* Floats */
  /* Misc */
}
.WikispacesContent .plupload_button {
  cursor: pointer;
  outline: none;
}
.WikispacesContent .plupload_wrapper {
  font: normal 11px Verdana, sans-serif;
  width: 100%;
  min-width: 520px;
}
.WikispacesContent .plupload_container {
  _height: 300px;
  min-height: 300px;
  position: relative;
}
.WikispacesContent .plupload_filelist_footer {
  border-width: 1px 0 0 0;
}
.WikispacesContent .plupload_file {
  border-width: 0 0 1px 0;
}
.WikispacesContent .plupload_container .plupload_header {
  border-width: 0 0 1px 0;
  position: relative;
}
.WikispacesContent .plupload_delete .ui-icon,
.WikispacesContent .plupload_done .ui-icon,
.WikispacesContent .plupload_failed .ui-icon {
  cursor: pointer;
}
.WikispacesContent .plupload_header_content {
  height: 56px;
  padding: 0 160px 0 60px;
  position: relative;
}
.WikispacesContent .plupload_logo {
  width: 40px;
  height: 40px;
  background: url('../img/plupload.html') no-repeat 0 0;
  position: absolute;
  top: 8px;
  left: 8px;
}
.WikispacesContent .plupload_header_content_bw .plupload_logo {
  background-position: -40px 0;
}
.WikispacesContent .plupload_header_title {
  font: normal 18px sans-serif;
  padding: 6px 0 3px;
}
.WikispacesContent .plupload_header_text {
  font: normal 12px sans-serif;
}
.WikispacesContent .plupload_view_switch {
  position: absolute;
  right: 16px;
  bottom: 8px;
  margin: 0;
  display: none;
}
.WikispacesContent .plupload_view_switch .ui-button {
  margin-right: -0.31em;
}
.WikispacesContent .plupload_content {
  position: absolute;
  top: 87px;
  bottom: 44px;
  left: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
}
.WikispacesContent .plupload_filelist {
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.WikispacesContent .plupload_filelist_content {
  padding: 0;
  margin: 0;
}
.WikispacesContent .plupload_cell {
  padding: 8px 6px;
}
.WikispacesContent .plupload_file {
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.WikispacesContent .plupload_file_thumb {
  position: absolute;
  left: 6px;
  top: 6px;
  background: #eeeeee url(../img/loading.html) center no-repeat;
}
.WikispacesContent .plupload_file_thumb_loaded .plupload_file_thumb {
  background-image: none;
}
.WikispacesContent .plupload_file_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.WikispacesContent .plupload_filelist_header {
  border-top: none;
}
.WikispacesContent .plupload_filelist_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.WikispacesContent .plupload_buttons {
  position: relative;
}
.WikispacesContent .plupload_view_list .plupload_file {
  border-left: none;
  border-right: none;
  border-top: none;
  height: 29px;
}
.WikispacesContent .plupload_view_list div.plupload_file_size,
.WikispacesContent .plupload_view_list div.plupload_file_status,
.WikispacesContent .plupload_view_list div.plupload_file_action {
  padding: 8px 6px;
  position: absolute;
  top: 0;
  right: 0;
}
.WikispacesContent .plupload_view_list div.plupload_file_name {
  margin-right: 156px;
  padding: 8px 6px;
  _width: 75%;
}
.WikispacesContent .plupload_view_list div.plupload_file_size {
  right: 28px;
}
.WikispacesContent .plupload_view_list div.plupload_file_status {
  right: 82px;
}
.WikispacesContent .plupload_view_list .plupload_file_rename {
  margin-left: -2px;
}
.WikispacesContent .plupload_view_list .plupload_file_size,
.WikispacesContent .plupload_view_list .plupload_file_status,
.WikispacesContent .plupload_filelist_footer .plupload_file_size,
.WikispacesContent .plupload_filelist_footer .plupload_file_status {
  text-align: right;
  width: 52px;
}
.WikispacesContent .plupload_view_list .plupload_file_thumb,
.WikispacesContent .plupload_view_list .plupload_file_dummy {
  top: -999px;
}
.WikispacesContent .plupload_view_list .plupload_file_progress {
  display: none;
}
.WikispacesContent .plupload_view_thumbs .plupload_content {
  top: 57px;
}
.WikispacesContent .plupload_view_thumbs .plupload_filelist_header {
  display: none;
}
.WikispacesContent .plupload_view_thumbs .plupload_file {
  width: 100px;
  padding: 72px 6px 6px;
  margin: 10px;
  border: 1px solid #fff;
  float: left;
}
.WikispacesContent .plupload_view_thumbs .plupload_file_thumb,
.WikispacesContent .plupload_view_thumbs .plupload_file_dummy {
  width: 100px;
  height: 60px;
  text-align: center;
  overflow: hidden;
}
.WikispacesContent .plupload_view_thumbs .plupload_file_dummy {
  font-size: 21px;
  font-weight: bold;
  text-transform: lowercase;
  overflow: hidden;
  line-height: 60px;
  border: none;
}
.WikispacesContent .plupload_view_thumbs div.plupload_file_action {
  position: absolute;
  top: 0;
  right: 0;
}
.WikispacesContent .plupload_view_thumbs div.plupload_file_name {
  padding: 0;
  font-weight: bold;
}
.WikispacesContent .plupload_view_thumbs .plupload_file_rename {
  padding: 1px 0;
  width: 100% !important;
}
.WikispacesContent .plupload_view_thumbs div.plupload_file_size {
  font-size: 0.8em;
  font-weight: normal;
}
.WikispacesContent .plupload_view_thumbs div.plupload_file_status {
  position: absolute;
  top: 67px;
  left: 6px;
  width: 100px;
  height: 3px;
  overflow: hidden;
  text-indent: -999px;
}
.WikispacesContent .plupload_view_thumbs div.plupload_file_progress {
  border: none;
  height: 100%;
}
.WikispacesContent .plupload .ui-sortable-helper,
.WikispacesContent .plupload .ui-sortable .plupload_file {
  cursor: move;
}
.WikispacesContent .plupload_file_action {
  width: 16px;
}
.WikispacesContent .plupload_file_name {
  overflow: hidden;
  padding-left: 10px;
}
.WikispacesContent .plupload_file_rename {
  border: none;
  font: normal 11px Verdana, sans-serif;
  padding: 1px 2px;
  line-height: 11px;
  height: 11px;
}
.WikispacesContent .plupload_progress {
  width: 60px;
}
.WikispacesContent .plupload_progress_container {
  padding: 1px;
}
.WikispacesContent .plupload_right {
  float: right;
}
.WikispacesContent .plupload_left {
  float: left;
}
.WikispacesContent .plupload_clear,
.WikispacesContent .plupload_clearer {
  clear: both;
}
.WikispacesContent .plupload_clearer,
.WikispacesContent .plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
.WikispacesContent .plupload_clearer {
  height: 0;
}
.WikispacesContent .plupload_hidden {
  display: none;
}
.WikispacesContent .plupload_droptext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 160px;
  display: none;
}
.WikispacesContent .plupload_dropbox .plupload_droptext {
  display: block;
}
.WikispacesContent .plupload_buttons,
.WikispacesContent .plupload_upload_status {
  float: left;
}
.WikispacesContent .plupload_message {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
}
.WikispacesContent .plupload_message p {
  padding: 0.7em;
  margin: 0;
}
.WikispacesContent .plupload_message strong {
  font-weight: bold;
}
.WikispacesContent plupload_message i {
  font-style: italic;
}
.WikispacesContent .plupload_message p span.ui-icon {
  float: left;
  margin-right: 0.3em;
}
.WikispacesContent .plupload_header_content .ui-state-error,
.WikispacesContent .plupload_header_content .ui-state-highlight {
  border: none;
}
.WikispacesContent .plupload_message_close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.WikispacesContent .plupload .ui-sortable-placeholder {
  height: 35px;
}
.WikispacesContent .plupload_wrapper {
  min-width: 0;
}
.WikispacesContent .plupload_wrapper .plupload_filelist_header,
.WikispacesContent .plupload_wrapper .plupload_header,
.WikispacesContent .plupload_wrapper .plupload_filelist:first-child,
.WikispacesContent .plupload_wrapper .plupload_start,
.WikispacesContent .plupload_wrapper .plupload_total_status,
.WikispacesContent .plupload_wrapper .plupload_file_status,
.WikispacesContent .plupload_wrapper .plupload_upload_status {
  display: none;
}
.WikispacesContent .plupload_wrapper .ui-widget-header,
.WikispacesContent .plupload_wrapper .plupload_file {
  background: none !important;
}
.WikispacesContent .plupload_wrapper .plupload_content {
  top: 0;
}
.WikispacesContent .plupload_wrapper .plupload_file_action {
  padding: 8px 6px;
  width: auto;
}
.WikispacesContent .plupload_wrapper .plupload_filelist_footer .plupload_file_action {
  width: 16px;
}
.WikispacesContent .plupload_wrapper a.ui-button {
  color: #555;
  text-decoration: none;
}
.WikispacesContent .plupload_wrapper .plupload_logo {
  background: url('../../i/plupload/plupload.png') no-repeat 0 0;
}
.WikispacesContent .plupload_wrapper .plupload_file_thumb {
  background: #eeeeee url('../../i/plupload/loading.gif') center no-repeat;
}
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
}
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}
.tipsy-inner p {
  color: #FFF;
}
.tipsy-inner ul,
.tipsy-inner li {
  color: #FFF;
  text-align: left;
}
.tipsy-inner ul {
  margin: 1em 0.5em;
}
/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
}
/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}
.tipsy-arrow-s {
  border-top-color: #000;
}
.tipsy-arrow-e {
  border-left-color: #000;
}
.tipsy-arrow-w {
  border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
a.WikispacesSpriteApp,
div.WikispacesSpriteApp {
  display: inline-block;
}
a.WikispacesSpriteApp {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.WikispacesSpriteApp {
  background-image: url(../../_/0v5961qv/i/sprite-app.png);
  overflow: hidden;
}
.WikispacesSpriteApp.star-y {
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-n {
  background-position: 0px -24px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-0 {
  background-position: 0px -48px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-1 {
  background-position: 0px -72px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-2 {
  background-position: 0px -96px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-3 {
  background-position: 0px -120px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-4 {
  background-position: 0px -144px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.star-5 {
  background-position: 0px -168px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.close {
  background-position: 0px -192px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.dashboard {
  background-position: 0px -216px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.mail {
  background-position: 0px -240px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.settings {
  background-position: 0px -264px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.edit {
  background-position: 0px -288px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.lock {
  background-position: 0px -312px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.discussion {
  background-position: 0px -336px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.comment {
  background-position: 0px -360px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.history {
  background-position: 0px -384px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.page-add {
  background-position: 0px -408px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.file-add {
  background-position: 0px -432px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.user-add {
  background-position: 0px -456px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.download {
  background-position: 0px -480px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.users {
  background-position: 0px -504px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.money {
  background-position: 0px -528px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.tags {
  background-position: 0px -552px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.home {
  background-position: 0px -576px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.home-add {
  background-position: 0px -600px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.projects-add {
  background-position: 0px -624px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteApp.nav-on {
  background-position: 0px -648px;
  width: 18px;
  height: 18px;
}
.WikispacesSpriteApp.nav-off {
  background-position: 0px -672px;
  width: 18px;
  height: 18px;
}
a.WikispacesSpriteMarketing,
div.WikispacesSpriteMarketing {
  display: inline-block;
}
a.WikispacesSpriteMarketing {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.WikispacesSpriteMarketing {
  background-image: url(../../_/37k2zx85/i/sprite-marketing.png);
  overflow: hidden;
}
.WikispacesSpriteMarketing.edit {
  background-position: 0px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.history {
  background-position: -70px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.widgets {
  background-position: -140px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.projects {
  background-position: -210px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.discussions {
  background-position: -280px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.permissions {
  background-position: -350px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.features {
  background-position: -420px 0px;
  width: 70px;
  height: 80px;
}
.WikispacesSpriteMarketing.auth {
  background-position: -490px 0px;
  width: 70px;
  height: 52px;
}
.WikispacesSpriteMarketing.dashboard {
  background-position: -560px 0px;
  width: 70px;
  height: 46px;
}
.WikispacesSpriteMarketing.security {
  background-position: -630px 0px;
  width: 70px;
  height: 76px;
}
.WikispacesSpriteMarketing.storage {
  background-position: -700px 0px;
  width: 70px;
  height: 60px;
}
.WikispacesSpriteMarketing.templates {
  background-position: -770px 0px;
  width: 70px;
  height: 54px;
}
.WikispacesSpriteMarketing.unlimited {
  background-position: -840px 0px;
  width: 70px;
  height: 66px;
}
.WikispacesSpriteTheme {
  vertical-align: bottom;
}
a.WikispacesSpriteTheme,
div.WikispacesSpriteTheme {
  display: inline-block;
}
a.WikispacesSpriteTheme {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.WikispacesSpriteTheme {
  background-image: url(../../_/645z43k3/i/sprite-theme-classic.png);
  overflow: hidden;
}
.WikispacesSpriteTheme.home {
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.projects {
  background-position: 0px -24px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.team {
  background-position: 0px -48px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.pages-files {
  background-position: 0px -72px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.users {
  background-position: 0px -96px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.changes {
  background-position: 0px -120px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.settings {
  background-position: 0px -144px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.admin {
  background-position: 0px -168px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.search {
  background-position: 0px -192px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.arrow-right {
  background-position: 0px -216px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.arrow-down {
  background-position: 0px -240px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.plus {
  background-position: 0px -264px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.star {
  background-position: 0px -288px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.add {
  background-position: 0px -312px;
  width: 16px;
  height: 16px;
}
.WikispacesSpriteTheme.discussion {
  background-position: 0px -336px;
  width: 16px;
  height: 16px;
}
.querySelect,
.queryAs,
.queryInsertInto,
.queryValues,
.queryUpdate,
.queryDelete,
.queryFrom,
.queryInnerJoin,
.queryLeftJoin,
.querySet,
.queryWhere,
.queryOrderBy,
.queryLimit,
.queryOffset,
.queryHaving,
.queryUnion {
  font-weight: bold;
  color: red;
}
.queryParam {
  font-weight: bold;
  color: blue;
}
.fc-day:hover {
  background: lightgray !important;
}
.fc-header td,
.fc-header th {
  vertical-align: bottom;
}
.calendar-list {
  margin-top: 50px;
}
.cal-color {
  position: relative;
  display: inline-block;
  border: 1px solid gainsboro !important;
  height: 11px;
  width: 11px;
  top: 2px;
  margin: 0 4px 0 2px;
  background-color: gray;
  border-radius: 1px;
}
.cal-color.external {
  background-color: SaddleBrown;
}
.fc-event {
  background-color: gray;
  border-color: gray;
}
.fc-event .fc-event-inner {
  background-color: gray;
  border-color: gray;
}
.fc-header-title {
  font-size: 12px;
}
.calendar-1 {
  background-color: #f67b71;
  border-color: #f67b71;
}
.calendar-1 .fc-event-inner {
  background-color: #f67b71;
  border-color: #f67b71;
}
.calendar-2 {
  background-color: #f3b959;
  border-color: #f3b959;
}
.calendar-2 .fc-event-inner {
  background-color: #f3b959;
  border-color: #f3b959;
}
.calendar-3 {
  background-color: #ddca13;
  border-color: #ddca13;
}
.calendar-3 .fc-event-inner {
  background-color: #ddca13;
  border-color: #ddca13;
}
.calendar-4 {
  background-color: #95b71e;
  border-color: #95b71e;
}
.calendar-4 .fc-event-inner {
  background-color: #95b71e;
  border-color: #95b71e;
}
.calendar-5 {
  background-color: #78b1fe;
  border-color: #78b1fe;
}
.calendar-5 .fc-event-inner {
  background-color: #78b1fe;
  border-color: #78b1fe;
}
.calendar-6 {
  background-color: #cba0df;
  border-color: #cba0df;
}
.calendar-6 .fc-event-inner {
  background-color: #cba0df;
  border-color: #cba0df;
}
#operations {
  margin-bottom: 6px;
}
.operation .panel-heading {
  cursor: pointer;
}
.operation .event-operations-parameters .customPermissionCallout {
  margin-left: 1.5em;
}
#event.ws-all-day .ws-time-input,
#event.ws-all-day .ws-operations-controls {
  display: none;
}
.calendar-list ul.dynatree-container {
  border: none;
  margin-left: 0 !important;
  overflow-x: hidden;
  background-color: transparent;
}
.guider {
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.guiders_arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  z-index: 900002 !important;
}
.guiders_arrow_right {
  display: block;
  right: -12px;
  border-bottom: solid 12px transparent;
  border-top: solid 12px transparent;
  border-left: solid 12px white;
}
.guiders_arrow_down {
  display: block;
  bottom: -12px;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-top: solid 12px white;
}
.guiders_arrow_up {
  display: block;
  top: -12px;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-bottom: solid 12px white;
}
.guiders_arrow_left {
  display: block;
  left: -12px;
  border-bottom: solid 12px transparent;
  border-top: solid 12px transparent;
  border-right: solid 12px white;
}
.guiders_button {
  margin-bottom: 0;
  font-weight: 400;
  border: none;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  padding: 6px 11px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  letter-spacing: .3px;
  background-color: #36baff;
}
.guiders_button:hover {
  background: #0dacff;
  text-decoration: none;
  color: white;
}
.guiders_buttons_container {
  height: 50px;
  width: 400px;
  background: #3b424f;
  color: white;
  border-radius: 0px 0px 3px 3px;
  text-align: left;
  margin: 0px -20px 0px;
  padding: 8px;
}
.guiders_close {
  float: none;
  padding: 0;
  position: absolute;
  right: -14px;
  top: -11px;
  color: #bbb;
  cursor: pointer;
  font-size: 18px;
}
.guiders_close:hover {
  color: #fd8859;
}
.guiders_content h1 {
  color: #444;
  float: none;
  font-size: 22px;
  margin-top: 3px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 7px;
}
.guiders_content p {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}
.guiders_content p span {
  display: block;
  margin-bottom: 6px;
}
#guiders_overlay {
  background-color: #313742;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
}
.guiders_x_button {
  background: none;
}
#tesclassroom-introtes-1 {
  letter-spacing: .4px;
  background: #f9f7f5;
}
#tesclassroom-introtes-1 .guiders_title {
  font-size: 36px;
  color: #3b424f;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}
#tesclassroom-introtes-1 h5 {
  text-align: center;
  font-size: 22px;
  color: #5c626d;
  font-weight: 400;
}
#tesclassroom-introtes-1 .guiders_buttons_container {
  background: none;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 25px;
  height: auto;
  width: auto;
}
#tesclassroom-introtes-1 .guiders_buttons_container .guiders_button {
  font-size: 18px;
  padding: 16px 24px 17px 27px;
  float: none;
}
#tesclassroom-introtes-1 .guiders_buttons_container .guiders_button .fa {
  font-size: 18px;
  margin-top: 0;
  margin-left: 6px;
  color: #333333;
}
#tesclassroom-introtes-1 .guiders_buttons_container .loading {
  color: #aaa;
  font-weight: 300;
  font-size: 20px;
}
#tesclassroom-introtes-1 .guiders_buttons_container .loading .fa {
  color: #97c64a;
  margin-right: 2px;
}
#tesclassroom-introtes-1 .guiders_buttons_container .error {
  color: #aa0000;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
}
#tesclassroom-introtes-1 .guiders_buttons_container .error .fa {
  margin-right: 2px;
}
#tesclassroom-introtes-1 .intro-features {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  text-align: center;
  height: 270px;
  border-bottom: solid 1px #ddd;
}
#tesclassroom-introtes-1 .intro-features li {
  display: inline-block;
  width: 230px;
  height: 250px;
  margin: 0 15px;
  color: #5c626d;
}
#tesclassroom-introtes-1 .intro-features img {
  margin-bottom: 15px;
}
#tesclassroom-introtes-1 .intro-features p {
  font-size: 18px;
  font-weight: 500;
}
.mask {
  z-index: 500000;
  position: absolute;
  background-color: #313742;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
}
.WikispacesContent .ws-add-content {
  cursor: pointer;
}
.WikispacesContent .ws-add-content-page {
  color: #38657d !important;
}
.WikispacesContent .ws-add-content-file {
  color: #599a74 !important;
}
.WikispacesContent .ws-add-content-assignment {
  color: #ef9c60 !important;
}
.WikispacesContent .ws-add-content-discussion {
  color: #e8684e !important;
}
.WikispacesContent .ws-add-content-event {
  color: #404038 !important;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar .ws-add-content {
  display: inline-block;
  width: 72px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar .ws-add-content i {
  /* match the user icon height */
  font-size: 40px;
  line-height: 48px;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar .ws-add-content .ws-add-content-label {
  display: none;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content {
  font-weight: normal;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content * {
  color: #aaaaaa;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content .ws-add-content-label {
  display: block;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content.ws-active i,
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content:hover i {
  color: inherit;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content.ws-active {
  font-weight: bold;
}
.WikispacesContent .ws-add-content-container .ws-add-content-bar.ws-add-content-showing .ws-add-content.ws-active .ws-add-content-label {
  color: #333333;
}
.WikispacesContent form {
  margin-bottom: 0;
}
.WikispacesContent form textarea {
  height: 4em;
}
.WikispacesContent form textarea.ws-unrevealed {
  height: 1.5em;
  margin-bottom: 0;
}
.WikispacesContent form.ws-stream-form {
  margin-top: 10px;
  margin-left: 10px;
}
.add-content-toggle,
.add-content-toggle-hack {
  background-color: white;
}
.add-content-toggle i.fa,
.add-content-toggle-hack i.fa {
  color: #b2b2b2;
  outline-color: #e3e3e3;
}
.add-content-toggle.active,
.add-content-toggle-hack.active {
  background-color: #bbe080;
}
.add-content-toggle.active i.fa,
.add-content-toggle-hack.active i.fa {
  color: #546833;
}
.add-content-toggle-hack {
  font-size: 14px;
  padding: 6px 11px;
}
.WikispacesStream.homeStream .ws-box,
.WikispacesStream.commentColumn .ws-box,
.WikispacesStream.addContentStandAlone .ws-box {
  background-color: #FFF;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 #999;
}
.WikispacesStream.homeStream .ws-box.ws-hovering,
.WikispacesStream.commentColumn .ws-box.ws-hovering,
.WikispacesStream.addContentStandAlone .ws-box.ws-hovering {
  box-shadow: 0 0 3px 0 #666;
}
.WikispacesStream.homeStream .ws-box:after,
.WikispacesStream.commentColumn .ws-box:after,
.WikispacesStream.addContentStandAlone .ws-box:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.WikispacesStream.homeStream .ws-box .ws-event-row,
.WikispacesStream.commentColumn .ws-box .ws-event-row,
.WikispacesStream.addContentStandAlone .ws-box .ws-event-row {
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.WikispacesStream.homeStream .ws-box .ws-event-row i,
.WikispacesStream.commentColumn .ws-box .ws-event-row i,
.WikispacesStream.addContentStandAlone .ws-box .ws-event-row i {
  color: #888888;
}
.WikispacesStream.homeStream .ws-box .ws-stream-dropdown,
.WikispacesStream.commentColumn .ws-box .ws-stream-dropdown,
.WikispacesStream.addContentStandAlone .ws-box .ws-stream-dropdown {
  position: relative;
  display: block;
  float: right;
  height: 32px;
}
.WikispacesStream.homeStream .ws-box .ws-stream-dropdown a.dropdown-toggle,
.WikispacesStream.commentColumn .ws-box .ws-stream-dropdown a.dropdown-toggle,
.WikispacesStream.addContentStandAlone .ws-box .ws-stream-dropdown a.dropdown-toggle {
  display: inline-block;
  width: 32px;
  line-height: 29px;
  text-align: center;
  text-decoration: none !important;
  color: #FFF;
  border-radius: 3px;
  outline: none;
}
.WikispacesStream.homeStream .ws-box .ws-stream-dropdown.open a.dropdown-toggle,
.WikispacesStream.commentColumn .ws-box .ws-stream-dropdown.open a.dropdown-toggle,
.WikispacesStream.addContentStandAlone .ws-box .ws-stream-dropdown.open a.dropdown-toggle,
.WikispacesStream.homeStream .ws-box .ws-stream-dropdown a.dropdown-toggle:hover,
.WikispacesStream.commentColumn .ws-box .ws-stream-dropdown a.dropdown-toggle:hover,
.WikispacesStream.addContentStandAlone .ws-box .ws-stream-dropdown a.dropdown-toggle:hover {
  color: #333333;
  background-color: #dddddd;
}
.WikispacesStream.homeStream .ws-box:hover .ws-stream-dropdown a.dropdown-toggle,
.WikispacesStream.commentColumn .ws-box:hover .ws-stream-dropdown a.dropdown-toggle,
.WikispacesStream.addContentStandAlone .ws-box:hover .ws-stream-dropdown a.dropdown-toggle {
  color: #888888;
}
.WikispacesStream.homeStream .ws-box p.ws-stream-meta,
.WikispacesStream.commentColumn .ws-box p.ws-stream-meta,
.WikispacesStream.addContentStandAlone .ws-box p.ws-stream-meta {
  color: #888888;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 1px;
  padding-bottom: 0;
}
.WikispacesStream.homeStream .ws-box p.ws-stream-meta a,
.WikispacesStream.commentColumn .ws-box p.ws-stream-meta a,
.WikispacesStream.addContentStandAlone .ws-box p.ws-stream-meta a {
  text-decoration: none;
  color: #3b5998;
}
.WikispacesStream.homeStream .ws-box p.ws-stream-meta abbr,
.WikispacesStream.commentColumn .ws-box p.ws-stream-meta abbr,
.WikispacesStream.addContentStandAlone .ws-box p.ws-stream-meta abbr {
  margin-left: 0.5em;
}
.WikispacesStream.homeStream .ws-box .command-context .contextual-command,
.WikispacesStream.commentColumn .ws-box .command-context .contextual-command,
.WikispacesStream.addContentStandAlone .ws-box .command-context .contextual-command {
  visibility: hidden;
  margin-left: 10px;
}
.WikispacesStream.homeStream .ws-box .command-context:hover .contextual-command,
.WikispacesStream.commentColumn .ws-box .command-context:hover .contextual-command,
.WikispacesStream.addContentStandAlone .ws-box .command-context:hover .contextual-command {
  visibility: visible;
}
.WikispacesStream.homeStream .ws-box .ws-range-actions,
.WikispacesStream.commentColumn .ws-box .ws-range-actions,
.WikispacesStream.addContentStandAlone .ws-box .ws-range-actions {
  font-size: 90%;
  margin-bottom: 16px;
}
.WikispacesStream.homeStream .ws-box .ws-range-actions a,
.WikispacesStream.commentColumn .ws-box .ws-range-actions a,
.WikispacesStream.addContentStandAlone .ws-box .ws-range-actions a {
  color: inherit;
}
.WikispacesStream.homeStream .ws-box .ws-range-actions .commentExtent,
.WikispacesStream.commentColumn .ws-box .ws-range-actions .commentExtent,
.WikispacesStream.addContentStandAlone .ws-box .ws-range-actions .commentExtent {
  position: relative;
  padding: 2px 0;
}
.timeline {
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 0px;
}
.timeline.tc-timeline {
  max-width: 800px;
}
.timeline .timeline-line {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 30px;
  left: 23px;
  height: 0%;
  width: 4px;
  background: rgba(0, 0, 0, 0.05);
}
.timeline.tc-timeline-embedded {
  padding-top: 10px;
  /* override the vertical line */
}
.timeline.tc-timeline-embedded .timeline-line {
  left: 33px;
}
.timeline.tc-timeline-embedded .tc-timeline-block {
  margin-bottom: 10px;
}
.timeline.tc-timeline-embedded.show-border .tc-timeline-box {
  margin-top: 20px;
  border: solid 1px lightgrey;
}
.timeline .author-avatar {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.timeline .tc-stream-dropdown {
  position: relative;
  float: right;
  display: block;
  top: 10px;
  z-index: 10;
  padding-right: 10px;
}
.timeline .tc-stream-dropdown a.dropdown-toggle {
  display: inline-block;
  width: 32px;
  line-height: 29px;
  text-align: center;
  text-decoration: none !important;
  color: #FFF;
  border-radius: 3px;
  outline: none;
}
.timeline .tc-timeline-box.ws-hovering .tc-stream-dropdown a.dropdown-toggle {
  color: #888888;
}
.timeline .tc-timeline-box.ws-hovering .tc-stream-dropdown.open a.dropdown-toggle,
.timeline .tc-timeline-box.ws-hovering .tc-stream-dropdown a.dropdown-toggle:hover {
  color: #333333;
  background-color: #dddddd;
}
.timeline #js-tc-stream-page-spinner {
  text-align: center;
}
.timeline .tc-stream-return {
  font-size: 110%;
  margin: 10px;
}
#js-share-list .spinner {
  text-align: center;
}
.tc-timeline-block {
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
}
.tc-timeline-icon {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: #a7dc50;
  border-radius: 100%;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  color: white;
  border: solid 3px white;
}
.tc-timeline-triangle-man {
  content: '';
  position: absolute;
  top: 25px;
  left: 60px;
  height: 0px;
  width: 0px;
  border-right: solid 10px white;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  z-index: 1;
}
.tc-timeline-box {
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
.tc-timeline-box .tc-range-actions {
  font-size: 90%;
  margin-bottom: 16px;
}
.tc-timeline-box .tc-range-actions a {
  color: inherit;
}
.tc-timeline-box .tc-range-actions .commentExtent {
  position: relative;
  padding: 2px 0;
}
.author-avatar {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.tc-timeline-box-header {
  padding-top: 13px;
  position: relative;
  padding-left: 62px;
  padding-bottom: 15px;
}
.tc-timeline-box-header .tc-box-title {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #444;
}
.tc-box-name-date {
  text-decoration: none;
  color: #36baff;
  font-size: 13px;
}
.tc-block-date,
.tc-comment-date {
  color: #c3beb8;
  display: inline-block;
  font-weight: 300;
  margin-left: 5px;
}
.tc-block-content {
  margin-left: 60px;
  border-top: solid 1px #f1f1f0;
  padding: 15px 50px 10px 0;
  color: #000000;
  font-weight: 300;
  font-size: 15px;
}
.tc-timeline-comments {
  border-top: solid 1px #f1f1f0;
  padding-bottom: 12px;
  background: #fdfdfd;
}
.tc-timeline-comments .tc-show-more {
  display: block;
  font-size: 110%;
  margin: 15px 0 0 20px;
}
.tc-timeline-comment {
  padding-top: 12px;
  padding-left: 60px;
  font-size: 14px;
  color: #5c626d;
  font-weight: 300;
  position: relative;
  padding-right: 50px;
}
.tc-timeline-comment .author-avatar {
  position: absolute;
  left: 20px;
  top: 15px;
}
.tc-timeline-comment .tc-delete-comment {
  color: #ff4d68;
  display: block;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity .2s;
}
.tc-timeline-comment .tc-delete-comment:hover {
  color: #e62a46;
  cursor: pointer;
}
.tc-timeline-comment .tc-commenter {
  font-weight: 500;
}
.tc-timeline-comment p {
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 18px;
}
.tc-timeline-comment .tc-comment-date {
  margin-top: 0px;
  font-style: italic;
}
.tc-timeline-comment:hover .tc-delete-comment {
  opacity: 1;
}
.tc-add-comment {
  border-top: solid 1px #ededed;
  background: #faf9f9;
  padding: 10px 40px 10px 60px;
  position: relative;
  height: 51px;
  overflow: hidden;
  border-radius: 0px 0px 3px 3px;
  transition: all .2s;
}
.tc-add-comment.media {
  margin-top: 0;
}
.tc-add-comment .author-avatar {
  position: absolute;
  left: 20px;
  top: 10px;
}
.tc-add-comment .form-control-tc {
  width: 100%;
  height: 35px;
  padding: 5px 0px;
  border: solid 1px transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  background-color: transparent;
  resize: none;
  transition: all .2s;
}
.tc-add-comment .form-control-tc:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.tc-add-comment .form-control-tc.ws-unrevealed {
  border: none;
  outline: none;
  box-shadow: none;
}
.tc-add-comment.add-active {
  height: auto;
}
.tc-add-comment.add-active .form-control-tc {
  background-color: white;
  padding: 5px;
  height: 60px;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  margin-bottom: 8px;
  resize: auto;
}
.tc-add-comment.add-active .form-control-tc:focus {
  border-color: #d0d0d0;
}
.tc-announcement-block .tc-timeline-icon {
  background: #36baff;
}
.tc-created-block .tc-timeline-icon {
  background: #ad74c4;
  font-size: 22px;
}
.tc-created-block .tc-timeline-box-header .author-avatar {
  display: none;
}
.tc-turn-in-block .tc-timeline-icon {
  background: #fd8859;
}
.tc-add-block .tc-timeline-icon:hover {
  cursor: pointer;
  background: #82bb25;
}
.tc-add-block .tc-box-title {
  color: #5c626d;
  font-weight: 400;
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 5px;
  position: absolute;
  transition: all .3s;
  cursor: pointer;
}
.tc-add-block .tc-timeline-triangle-man {
  border-right: solid 10px #c3beb8;
  left: 62px;
}
.tc-add-block .tc-timeline-box {
  background: transparent;
  padding: 15px 20px;
  transition: all .2s;
  border: dashed 2px #c3beb8;
  border-radius: 3px;
  box-shadow: none;
  height: 68px;
  overflow: hidden;
}
.tc-add-block .tc-timeline-box:hover {
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.tc-add-block .tc-timeline-box:hover .comments-icon {
  cursor: pointer;
  color: #82bb25;
}
.tc-add-block .tc-add-block-content {
  display: none;
}
.tc-add-block.add-block-active .tc-timeline-icon:hover {
  cursor: auto;
  background: #97c64a;
}
.tc-add-block.add-block-active .tc-timeline-triangle-man {
  border-right: solid 10px #c3beb8;
}
.tc-add-block.add-block-active .tc-timeline-box {
  background: rgba(255, 255, 255, 0.7);
  height: 185px;
}
.tc-add-block.add-block-active .tc-timeline-box:hover {
  background: rgba(255, 255, 255, 0.7);
  cursor: auto;
}
.tc-add-block.add-block-active .tc-timeline-box .form-group {
  transition: all .3s;
}
.tc-add-block.add-block-active .tc-timeline-box .form-group input:focus {
  border: solid 1px #c3beb8;
}
.tc-add-block.add-block-active .tc-timeline-box .form-group small {
  color: #918c86;
  margin-left: 1px;
}
.tc-add-block.add-block-active .tc-timeline-box .form-group .js-discussion-body {
  height: 55px;
}
.tc-add-block.add-block-active .tc-timeline-box .tc-box-title {
  display: none;
  top: 0;
}
.tc-add-block.add-block-active .tc-timeline-box .tc-add-block-content {
  display: block;
}
.btn-group-tc > .btn {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.btn-group-tc > .btn:hover {
  background: #f2f0ed;
}
.btn-group-tc > .btn:hover i.fa {
  color: #546833;
}
.btn-group-tc .btn:active,
.btn-group-tc .btn.active {
  box-shadow: inset 0 0px 10px 1px rgba(0, 0, 0, 0.09);
}
.btn-group-tc .btn:active:hover,
.btn-group-tc .btn.active:hover {
  background: #bbe080;
}
.tc-end-block .tc-timeline-icon {
  border: solid 8px #ded9d0;
  background: #d3cdc1;
}
.tc-end-block .tc-timeline-box {
  background: #ded9d0;
  padding: 15px 20px;
  box-shadow: none;
  border: none;
}
.tc-end-block .tc-box-title {
  font-size: 18px;
  font-weight: 400;
  color: #5c626d;
  margin-top: 0px;
  margin-bottom: 5px;
  transition: all .2s;
  height: 30px;
}
.WikispacesContent .table td.assess-text {
  font-size: 20px;
  line-height: 40px;
  vertical-align: middle;
}
.assess-sort {
  cursor: pointer;
}
.assess-engagement {
  color: #ccc;
}
.assess-engagement i {
  display: none;
}
.assess-engagement i.fa-circle-o {
  display: inline;
}
.assess-engagement.Reading {
  color: green;
}
.assess-engagement.Writing1 {
  color: black;
}
.assess-engagement.Writing2 i.fa-circle-o {
  display: none;
}
.assess-engagement.Writing2 i.fa-adjust {
  display: inline;
}
.assess-engagement.Writing3 i.fa-adjust {
  display: none;
}
.assess-engagement.Writing3 i.fa-circle {
  display: inline;
}
.assess-chart {
  height: 40px;
  position: relative;
  overflow: hidden;
}
.assess-chart-sample {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.assess-chart-grayline {
  width: 100%;
  height: 2px;
  top: 19px;
  display: inline-block;
  background-color: #ddd;
  position: absolute;
}
.assess-chart-sample .assess-chart-grayline {
  top: 8px;
}
.assess-cell-edit {
  width: 1px;
  height: 40px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  z-index: 0;
}
.assess-chart-sample .assess-cell-edit {
  width: 2px;
}
.assess-cell-view {
  width: 1px;
  height: 4px;
  top: 18px;
  display: inline-block;
  background-color: green;
  position: absolute;
  z-index: 1;
}
.assess-chart-sample .assess-cell-view {
  width: 12px;
  top: 7px;
  left: 4px;
}
.assess-cell-marker {
  width: 8px;
  height: 8px;
  top: 0px;
  display: inline-block;
  background-color: red;
  position: absolute;
  z-index: 2;
}
.assess-chart-sample .assess-cell-marker {
  top: 6px;
  left: 6px;
}
.file-preview-container {
  display: none;
  height: 400px;
}
.file-preview-unavailable {
  display: none;
}
.file-preview-loading.expanding {
  background-color: #fafafa;
}


//# sourceMappingURL=internal.css.map