
/*
 Colorbox Core Style:
 The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
 User Style:
 Change the following styles to modify the appearance of Colorbox.  They are
 ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
    background: #000;
    background: rgba(0,0,0,.8);
}
#colorbox {
    outline: 0;
}
#cboxLoadedContent {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

/* !!!!! obligatoire pour les popin d'explication !!!!! */
#colorbox, #cboxOverlay, #cboxWrapper, #cboxLoadedContent {
    overflow: visible!important; 
}
#cboxLoadedContent {
    background: #fff;
    padding: 1px;
}
#cboxLoadingGraphic {
    background: url('../../../bundles/hobbizerorganiser/images/ajax-loader.gif') no-repeat center center;
}
#cboxLoadingOverlay {
    background: #000;
    background: rgba(0,0,0,.8);
}
#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}
#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url('../../../bundles/hobbizerorganiser/css/libraries/images/controls.png') no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px;
}
#cboxPrevious:hover {
    background-position: 0px -25px;
}
#cboxNext {
    background-position: -25px 0px;
    right: 22px;
}
#cboxNext:hover {
    background-position: -25px -25px;
}
#cboxClose {
    display: none
}
#cboxClose:hover {
    background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}

/*! jQuery UI - v1.11.4 - 2016-02-22
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=%23ffffff&bgTextureHeader=flat&borderColorHeader=%23ffffff&fcHeader=%23333333&iconColorHeader=%238c9294&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23e4e7e7&fcContent=%23565a5c&iconColorContent=%23565a5c&bgColorDefault=%23ffffff&bgTextureDefault=flat&borderColorDefault=%23e4e7e7&fcDefault=%23565a5c&iconColorDefault=%23ffffff&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23ededed&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23ff5a5f&bgTextureActive=flat&borderColorActive=%23ff5a5f&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%2356d6bf&bgTextureHighlight=flat&borderColorHighlight=%2356d6bf&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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.5em;
    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: 45%;
}
.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;
    color:#ff5a5f;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .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;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: inherit;
    font-size: 1.2em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: inherit;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #e4e7e7;
    background: #ffffff;
    color: #565a5c;
}
.ui-widget-content a {
    color: #565a5c;
}
.ui-widget-header {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #e4e7e7;
    background: #ffffff;
    font-weight: normal;
    color: #565a5c;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #565a5c;
    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 #ff5a5f;
    background: #ff5a5f;
    font-weight: normal;
    color: #ffffff;
}
.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: #2b2b2b;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ff5a5f;
    background: #ff5a5f;
    font-weight: normal;
    color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #56d6bf;
    background: #56d6bf;
    color: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.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); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_565a5c_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_ff5a5f_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_ffffff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_cc0000_256x240.png");
}
.ui-datepicker-next-hover,.ui-datepicker-prev-hover{background:none !important;cursor:pointer}
.ui-datepicker-next-hover .ui-icon,.ui-datepicker-prev-hover .ui-icon {
    background-image: url("../../../bundles/hobbizerorganiser/css/libraries/images/ui-icons_ff5a5f_256x240.png");
}
/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scroll-element,
.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scroll-element.scroll-y {
  height: 100%;
  right: 5px;
  top: 0;
  width: 8px; }

.scroll-element .scroll-element_outer {
  overflow: hidden; }

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../bundles/hobbizerorganiser/font-awesome/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../../../bundles/hobbizerorganiser/font-awesome/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0#iefix") format("embedded-opentype"), url("../../../bundles/hobbizerorganiser/font-awesome/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../../bundles/hobbizerorganiser/font-awesome/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../../bundles/hobbizerorganiser/font-awesome/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../../bundles/hobbizerorganiser/font-awesome/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/** VARIABLES
 ===================================*/
/** RESET AND LAYOUT
 ===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/** THEME
 ===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../../../bundles/hobbizerorganiser/images/ajax-loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('../../../bundles/hobbizerorganiser/images/pictos/prev.png') no-repeat center;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url('../../../bundles/hobbizerorganiser/images/pictos/next.png') no-repeat center;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('../../../bundles/hobbizerorganiser/css/libraries/images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('../../../bundles/hobbizerorganiser/css/libraries/images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
/* iCheck plugin Polaris skin
----------------------------------- */
.icheckbox_polaris,
.iradio_polaris {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 29px;
    height: 29px;
    background: url('../../../bundles/hobbizerorganiser/css/libraries/images/icheck.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_polaris {
    background-position: 0 0;
}
    .icheckbox_polaris.hover {
        background-position: -31px 0;
    }
    .icheckbox_polaris.checked {
        background-position: -62px 0;
    }
    .icheckbox_polaris.disabled {
        background-position: -93px 0;
        cursor: default;
    }
    .icheckbox_polaris.checked.disabled {
        background-position: -124px 0;
    }

.iradio_polaris {
    background-position: -155px 0;
}
    .iradio_polaris.hover {
        background-position: -186px 0;
    }
    .iradio_polaris.checked {
        background-position: -217px 0;
    }
    .iradio_polaris.disabled {
        background-position: -248px 0;
        cursor: default;
    }
    .iradio_polaris.checked.disabled {
        background-position: -279px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_polaris,
    .iradio_polaris {
        background-image: url('../../../bundles/hobbizerorganiser/css/libraries/images/icheck_2x.png');
        -webkit-background-size: 310px 31px;
        background-size: 310px 31px;
    }
}
/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.1
 */
#growls {
    z-index: 50000;
    position: fixed;
}
#growls.default {
    /*top: 10px;
    right: 10px;*/
    top: 172px;
    left: 50%;
    margin-left: -274px;
}
#home #growls.default {
    top: 350px;
    margin-left: -165px;
}
#growls.tl {
    top: 10px;
    left: 10px;
}
#growls.tr {
    top: 10px;
    right: 10px;
}
#growls.bl {
    bottom: 10px;
    left: 10px;
}
#growls.br {
    bottom: 10px;
    right: 10px;
}
#growls.tc {
    top: 10px;
    right: 10px;
    left: 10px;
}
#growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px;
}
#growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto;
}

.growl {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0);
}
.growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0);
}
.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
}
.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px;
}
.growl.growl-large {
    width: 300px;
    padding: 15px 15px 15px 53px;
    margin: 15px;
}
.growl.growl-default {
    color: #FFF;
    background: #7f8c8d;
    padding-left: 53px;
}


.growl.growl-error {
    color: #FFF;
    background: #ff0008 url('../../../bundles/hobbizerorganiser/css/libraries/images/error.png') no-repeat 17px center;
}
.growl.growl-notice {
    color: #FFF;
    background: #a9c8e7 url('../../../bundles/hobbizerorganiser/css/libraries/images/notice.png') no-repeat 14px center;
}
.growl.growl-warning {
    color: #FFF;
    background: #e8d2a9 url('../../../bundles/hobbizerorganiser/css/libraries/images/warning.png') no-repeat 14px center;
}
.growl.growl-success {
    color: #FFF;
    background: #56d6bf url('../../../bundles/hobbizerorganiser/css/libraries/images/success.png') no-repeat 14px center;
}
.growl .growl-close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
}
.growl .growl-title {
    font-size: 18px;
    line-height: 24px;
}
.growl .growl-message {
    font-size: 16px;
    line-height: 22px;
}

/*
 * @name wowBook
 * @desc style for wowBook plugin for jQuery
 *
 * @author Marcio Aguiar
 * @version 1.0
 *
 * Date: Wed Dec 8 10:05:49 2010 -0200
 */

.wowbook {
	position : relative;
	zoom: 1;
	-ms-text-size-adjust: auto;
	-webkit-text-size-adjust: auto;
}
.wowbook-page	{
	zoom: 1;
}

.wowbook-page-content {
	position : absolute;
	overflow : hidden;
	background: white;
	zoom: 1;
}

.wowbook-loading .wowbook-page-content {
	background-image: url(../../../bundles/hobbizerorganiser/css/libraries/images/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

img.wowbook-lazy {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wowbook-fullscreen-fix {
	height: 100% !important;
	width: 100% !important;
}

/* marker class */
.wowbook-left{}
.wowbook-right{}
.wowbook-disabled{}

.wowbook-handle {
	cursor   : pointer;
	height   : 100%;
	position : absolute;
	top      : 0;
	width    : 50px;
	z-index  : 100001;
	/* without this Chrome will mess the zindex of hardcover when it flips, making
	   the cover to jump when the "curl page corner on hover" is enabled */
	-webkit-transform: translate3d(0px, 0px, 10000px);
}

.wowbook-handle.wowbook-disabled {
	display : none;
}

.wowbook-unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.wowbook-page-content.wowbook-double-page {
	padding: 0;
}

/* hard page edge */
.wowbook-hardpage {
	-moz-transform-style    : preserve-3d;
	-o-transform-style      : preserve-3d;
	-webkit-transform-style : preserve-3d;
	-ms-transform-style     : preserve-3d;
	transform-style         : preserve-3d;
}
.wowbook-3d-border {
	background: #eee;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: 5px;
	-moz-transform    : rotateY(90deg);
	-o-transform      : rotateY(90deg);
	-webkit-transform : rotateY(90deg);
	-ms-transform     : rotateY(90deg);
	transform         : rotateY(90deg);
	-moz-transform-origin    : 0 0 0;
	-o-transform-origin      : 0 0 0;
	-webkit-transform-origin : 0 0 0;
	-ms-transform-origin     : 0 0 0;
	transform-origin         : 0 0 0;
}
.wowbook-left .wowbook-3d-border {
	left: 0;
}


/* shadows */
.wowbook-shadow-clipper {
	position : absolute;
	overflow : hidden;
	z-index : 999;
	zoom: 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-shadow-container {
	display  : none;
	position : absolute;
	z-index  : 999;
	zoom: 1;
}

.wowbook-shadow-internal {
	background : url(../../../bundles/hobbizerorganiser/css/libraries/images/shadow_internal_fold.png) repeat-y;
	height     : 500px;
	width      : 200px;
	position   : absolute;
	zoom: 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-shadow-fold {
	background : url(../../../bundles/hobbizerorganiser/css/libraries/images/shadow_fold.png) right top repeat-y;
	height     : 500px;
	width      : 100px;
	position   : absolute;
	zoom       : 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-shadow-fold-flipped  {
	background-image : url(../../../bundles/hobbizerorganiser/css/libraries/images/shadow_fold_flip_h.png);
}

.wowbook-fold-gradient {
	background : url(../../../bundles/hobbizerorganiser/css/libraries/images/fold_gradient.png) right top repeat-y;
	height : 500px;
	width : 125px;
	position : absolute;
	top : 0;
	zoom: 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-fold-gradient-flipped {
	background-image :  url(../../../bundles/hobbizerorganiser/css/libraries/images/fold_gradient_flip_h.png);
}

.wowbook-fold-gradient-container {
	position : absolute;
	z-index  : 1001;
}

.wowbook-gutter-shadow {
	height     : 100%;
	width      : 40px;
	position   : absolute;
	top        : 0;
	z-index    : 1;
}

.wowbook-left .wowbook-gutter-shadow {
	background : url(../../../bundles/hobbizerorganiser/css/libraries/images/gutter_shadow_left.png) right top repeat-y;
	right      : 0;
	width      : 70px;
}

.wowbook-right .wowbook-gutter-shadow {
	background : url(../../../bundles/hobbizerorganiser/css/libraries/images/gutter_shadow_right.png) right top repeat-y;
	left       : 0;
}

.wowbook-hard-page-shadow {
	background: rgba(0,0,0,0.2);
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	transform: translatez(0);
	-webkit-transform: translatez(0);
}
.wowbook-hard-page-dropshadow {
	background : #888;
	box-shadow: 0 0 7px 0px #666;
	background: rgba(96, 96, 96, 0.5);
	position   : absolute;
	top        : 0;
	z-index    : 999;
	transform: translatez(0);
	-webkit-transform: translatez(0);
}

.wowbook-book-shadow {
	-moz-box-shadow: 0 0 7px #666;
	-ms-box-shadow: 0 0 7px #666;
	-webkit-box-shadow: 0 0 7px #666;
	-o-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666; /* if you change this, change the .wowbook-hard-page-dropshadow too */
}

/* this should avoid a faint gray line in shadows element on android */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wowbook-shadow-internal, .wowbook-gutter-shadow,
	.wowbook-fold-gradient,	.wowbook-shadow-fold {
		image-rendering: pixelated;
	}
}

.wowbook-page-number {
	bottom   : 0;
	padding-bottom: 0.3em;
	position : absolute;
	z-index: 1;
}

.wowbook-left .wowbook-page-number {
	left : 0;
	padding-left: 0.5em;
}

.wowbook-right .wowbook-page-number {
	right : 0;
	padding-right: 0.5em;
}


.wowbook-page-holded {
}
.wowbook-page-holded object {
	/* visibility: hidden; */
}


/* Thumbnails */
.wowbook-thumbnails {
	background: none;
	left: 0px;
	top: 0px;
    position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	image-rendering:optimizeQuality;
    z-index: 10000;
}

.wowbook-thumbnails .wowbook-clipper {
	overflow: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.wowbook-thumbnails ul {
    position: relative;
    margin : 0;
    padding : 0;
}

.wowbook-thumbnails .wowbook-button {
	background: none no-repeat 50% 50% #333;
	cursor: pointer;
	font-family: wowbook-toolbar-fonts;
	left: 0;
	position: absolute;
	top: 0;
	text-align: center;
}

.wowbook-thumbnail {
	cursor : pointer;
	display : inline-block;
	*display: inline; /* for IE7 */
	zoom: 1;	      /* for IE7 */
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
/
.wowbook-thumbnails .wowbook-button:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}
.wowbook-thumbnails .wowbook-button:after {
    display: inline-block;
    vertical-align: middle;
}


/* BUGFIX. IE8 apparently ignores background-position
   when zoom<>1 is applied and the element has position:absolute */
.wowbook-thumbnail .wowbook-page-content {
	position: relative;
}

.wowbook-thumbnail.wowbook-right {
	margin-right: 1em;
}

.wowbook-overlay {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100000;
}

/* Thumbnails - horizontal */
.wowbook-horizontal.wowbook-thumbnails{
	width: 100%;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-clipper {
	height: 100%;
	position: relative;
	margin: 0 30px; /* margin is the width of the buttons */
}

.wowbook-horizontal.wowbook-thumbnails ul {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1;         /* IE7 */
	white-space: nowrap;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-button {
	width: 30px;
	height: 100%;
/
	text-align: center;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-button:after{
	content: "\f053"; /* fa-chevron-left */
}
.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button:after {
	content: "\f054"; /* fa-chevron-right */
}
.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
	left: auto; right: 0;
/
}

.wowbook-horizontal .wowbook-thumbnail {
	/* without this, the "nowrap" value set in the "ul" will
	   be inherited and (probably)	mess with your thumbnails */
	white-space: normal;
	/* BUT IE7 NEED THIS */
	*white-space: nowrap;
}
.wowbook-horizontal .wowbook-thumbnail .wowbook-page-content{
	/* AGAIN, IE7 NEED THIS */
	*white-space: normal;
}


/* Thumbnails - vertical */

.wowbook-vertical.wowbook-thumbnails {
	display: inline-block;
	height: 100%;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-clipper {
	position: absolute;
	top: 30px; bottom: 30px; /* this value is the height of the buttons */
}

.wowbook-vertical.wowbook-thumbnails .wowbook-button {
	height: 30px;
	line-height: 30px;
	width: 100%;
/
}

.wowbook-vertical.wowbook-thumbnails .wowbook-button:after {
    vertical-align: baseline;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-next.wowbook-button {
	bottom: 0; top: auto;
/
}

.wowbook-vertical.wowbook-thumbnails .wowbook-button:after{
	content: "\f077"; /* fa-chevron-up */
}

.wowbook-vertical.wowbook-thumbnails .wowbook-next.wowbook-button:after {
	content: "\f078"; /* fa-chevron-down */
}

.wowbook-vertical .wowbook-thumbnail {
    margin-bottom: 5px;
    margin-top: 5px;
}

.wowbook-vertical .wowbook-thumbnail.wowbook-right {
	margin-right: 0;
}

.wowbook-vertical.wowbook-closable .wowbook-thumbnail:first-child {
	margin-left: 50%;
}

/*
	Cursor
*/
.wowbook-draggable {
	cursor:hand;
	cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;
	-moz-user-select: none;
}
.wowbook-draggable.wowbook-dragging {
	cursor:grabbing;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}


/*
	PDF
*/
.wowbook-pdf .wowbook-page-content {
	padding: 0;
}

.wowbook-pdf-annotations {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1; /* must be above the pdf-text div */
}

.wowbook-pdf .annotLink {
	padding: 0;
}
.wowbook-pdf .annotLink > a {
    font-size: 1em;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wowbook-pdf .annotLink > a:hover {
    background: none repeat scroll 0 0 #ff0;
    box-shadow: 0 2px 10px #ff0;
    opacity: 0.2;
}

.wowbook-pdf .linkAnnotation {
	position: absolute;
	padding: 0;
}
.wowbook-pdf .linkAnnotation > a {
	font-size: 1em;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wowbook-pdf .linkAnnotation > a:hover {
	background: #ff0 none repeat scroll 0 0;
	box-shadow: 0 2px 10px #ff0;
	opacity: 0.2;
}

.wowbook-pdf-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.wowbook-pdf-text > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.wowbook-pdf-text .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.wowbook-pdf-text .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.wowbook-pdf-text .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.wowbook-pdf-text .highlight.middle {
  border-radius: 0px;
}

.wowbook-pdf-text .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.wowbook-pdf-text ::selection { background: rgb(0,0,255); }
.wowbook-pdf-text ::-moz-selection { background: rgb(0,0,255); }

.wowbook-pdf-text .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.wowbook-pdf-text .endOfContent.active {
  top: 0px;
}


/*
	Table of contents
*/

.wowbook-toc {
	background: white;
	display: inline-block;
	overflow-y:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10001;
	width: 250px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.wowbook-toc .wowbook-close {
	float: right;
}
.wowbook-toc h1 {
	font-size: larger;
}
.wowbook-toc-items {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.wowbook-toc-item {
	border-top: 1px solid #D3D3D3;
	margin: 0;
	padding: 0px;
	position: relative;
}
.wowbook-toc-item a {
	display: block;
	padding: 10px;
}
.wowbook-toc-item a, .wowbook-toc-item a:visited,
.wowbook-toc-item a:active, .wowbook-toc-item a:hover {
	outline: none;
	text-decoration: none;
}

.wowbook-toc-item .page {
	float: right;
}

/* nested toc items */
.wowbook-toc-items a {
	padding-left: 1em;
}
.wowbook-toc-items .wowbook-toc-items {
	padding-left: 1em;
}
.wowbook-toc-item-toggle {
	cursor: hand;
	position: absolute;
	width: 1em;
	padding: 10px 0;
	text-align: center;
}
.wowbook-toc-item-toggle::before {
	content: "-";
}
.wowbook-toc-item.wowbook-collapsed > .wowbook-toc-item-toggle::before {
	content: "+";
}
.wowbook-toc-item.wowbook-collapsed > .wowbook-toc-items {
	display: none;
}


/*
	Container
*/
.wowbook-container {
	position: relative;
	box-sizing: border-box;
}
.wowbook-book-container {
	position: relative;
	box-sizing: border-box;
	/* padding: 20px;*/
}
.wowbook-book-container .wowbook {
	margin: auto;
	-moz-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
	-o-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
	transform: translateY( -50% );
	top: 50%;
}
.wowbook-container-full {
	z-index: 1000;
	position: fixed;
	top:0; left:0; bottom: 0; right: 0;
}


/*
	Lightbox
*/
.wowbook-lightbox-on {
	overflow: hidden
}

.wowbook-lightbox-overlay {
	display: none;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
	z-index: 100000;
	position: fixed;
	top:0; left:0; bottom: 0; right: 0;
}
.wowbook-lightbox {
	background: white;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
	padding: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100001;
}
.wowbook-lightbox .wowbook-container {
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wowbook-lightbox .wowbook {
	margin: auto;
}

.wowbook-lightbox .wowbook-toolbar {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
}

.wowbook-lightbox > .wowbook-close {
	background: #222;
	border: 1px solid #555;
	position: absolute;
	right: 0;
	color: white;
	top: 0;
	z-index: 10000;
	height: 1.5em;
	line-height: 1em;
	padding: 0;
	width: 1.5em;
}


/*
	Toolbar/Controls
*/
.wowbook-toolbar {
	position: relative;
	text-align: center;
	z-index: 10000;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	height: 46px; /*  same as the wowbook-control*/
}

.wowbook-controls {
	border-radius: 0px;
	display: inline-block;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	height: auto;
	line-height: 46px;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}

.wowbook-control {
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	color: white;
	background: black;
	white-space: nowrap;
	/* height: 46px; */
	height: 100%;
	line-height: 46px;
	line-height: inherit;
    vertical-align: top;
	width: 48px;
}

.wowbook-control:hover {
	background: #2C2C2C;
}
.wowbook-control, .wowbook-control:visited,
.wowbook-control:active, .wowbook-control:hover {
	color: white;
	outline: none;
	text-decoration: none;
}

.wowbook-control-toggle-toolbar {
    float: left;
}

/*
 Wowbook toolbar font is a custom built font that contains icons from the following free icon sets:
 - fontawesome http://fontawesome.io
 - icomoon https://icomoon.io
*/

@font-face {
	font-family: 'wowbook-toolbar-fonts';
	src: url('../../../bundles/hobbizerorganiser/css/libraries/fonts/wowbook-toolbar-fonts.eot');
}
@font-face {
	font-family: 'wowbook-toolbar-fonts';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDtMAAAC8AAAAYGNtYXD6PfQAAAABHAAAATxnYXNwAAAAEAAAAlgAAAAIZ2x5Zodz7g0AAAJgAAAi/GhlYWQJE5tWAAAlXAAAADZoaGVhCLcFGgAAJZQAAAAkaG10eL1nAckAACW4AAAA0GxvY2HFBL1IAAAmiAAAAGptYXhwAD8AxwAAJvQAAAAgbmFtZbitMkcAACcUAAACLnBvc3QAAwAAAAApRAAAACAAAwPJAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADx4APA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQBIAAAAEQAQAAFAAQAAQAg6WDpium76cLpx+oW6hvqJuoq6kTqcfAD8ArwDvAQ8BnwJvAo8EzwVPBm8HjwmvDK8NLw1fDh8aHxpPHg//3//wAAAAAAIOlg6YfpuunC6cfqFeoa6iXqKupB6nHwA/AK8A3wEPAZ8CbwKPBL8FLwZfB38JnwyvDS8NXw4PGh8aTx4P/9//8AAf/jFqQWfhZPFkkWRRX4FfUV7BXpFdMVpxAWEBAQDhANEAUP+Q/4D9YP0Q/BD7EPkQ9iD1sPWQ9PDpAOjg5TAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAA/8AEAAOAAAYAEgAACQEjESMRIwUHDQEtAScFEQUlEQIAAQDAgMAB6UgBBP5b/lsBBEj+6QIAAgABgAEAAQD/AJdIYZ2dYUhp/wDAwAEAAAAAAwAA/9gD6APAACMAOABEAAAlJy4BBz4BNTQuAiMiDgIVFB4CMzI2NwYWHwEeATc2JiclIi4CNTQ+AjMyHgIVFA4CIxMjFSMVMxUzNTM1IwPg8hMnECsxPGmLUFCLaTw8aYtQR4AyARARzhtLGxoEHv2gNV1GKChGXTU1XUYoKEZdNUCAgICAgIBZzhEQATKAR1CLaTw8aYtQUItpPDErECcT8h4EGhtLG+coRl01NV1GKChGXTU1XUYoAcCAgICAgAAAAAMAAP/YA+gDwAAjADgAPAAAJScuAQc+ATU0LgIjIg4CFRQeAjMyNjcGFh8BHgE3NiYnJSIuAjU0PgIzMh4CFRQOAiMDIRUhA+DyEycQKzE8aYtQUItpPDxpi1BHgDIBEBHOG0sbGgQe/aA1XUYoKEZdNTVdRigoRl01wAGA/oBZzhEQATKAR1CLaTw8aYtQUItpPDErECcT8h4EGhtLG+coRl01NV1GKChGXTU1XUYoAUCAAAQAAP/ABAADwAAGAA0AFAAbAAABIRcHFzcXGQEHJwcXBykBJzcnBycZATcXNyc3BAD+YKDAYMCgoMBgwKD9oAGgoMBgwKCgwGDAoAPAoMBgwKD9oAGgoMBgwKCgwGDAoAJg/mCgwGDAoAAAAAQAAP/ABAADwAAGAA0AFAAbAAABISc3JwcnGQE3FzcnNykBFwcXNxcZAQcnBxcHAkABoKDAYMCgoMBgwKD94P5goMBgwKCgwGDAoAIAoMBgwKD94P5goMBgwKCgwGDAoAIgAaCgwGDAoAAAAAYAAP/ABAADwAADAAcACwAPABMAFwAAEyERISUhFSEFIREhJSEVIQUhESElIRUhAAEA/wABgAKA/YD+gAEA/wABgAKA/YD+gAEA/wABgAKA/YADwP8AwIDA/wDAgMD/AMCAAAAGAAD/wAQAA8AABAAJAA4AGwAoADUAAAEhFSE1ESEVITURIRUhNQE0NjMyFhUUBiMiJjURNDYzMhYVFAYjIiY1ETQ2MzIWFRQGIyImNQGAAoD9gAKA/YACgP2A/oBLNTVLSzU1S0s1NUtLNTVLSzU1S0s1NUsDgICA/oCAgP6AgIACwDVLSzU1S0s1/oA1S0s1NUtLNf6ANUtLNTVLSzUAAgAAABUEAANAACgAMAAAAS4DIyIGBy4BIyIGFRQWFS4BIyIOAhUUHgI7ARc3MzI2NTQmJwEnMzUzFTMHA3sBJkFVMTlhIRI3IDhOAQgRCShHNR4eNUcoW+Pjb0hmTDn+hcCAgIDAAlgwVT8kMSoYHE43BQoEAQIfNEcoKEc1HuvrZkg+Xg7+KMDAwMAAAAAAAwAAAAADwAOAAAYADAARAAAJAjMRMxEDIREhESEFIzUzFQLg/wD/AKDAYP4gA8D+IAGggIACAP8AAQABgP6A/wD/AAEAgEBAAAAAAAMAAP/ABAADwAAUACkALAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CIwMNAQIAaruLUFCLu2pqu4tQUIu7alaYcUFBcZhWVphxQUFxmFaAAYD+gAPAUIu7amq7i1BQi7tqaruLUPxgQXGYVlaYcUFBcZhWVphxQQKA4OAAAAAEAAD/wAQAA8AAFAApAC0AMQAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CIwMzESMBMxEjAgBqu4tQUIu7amq7i1BQi7tqVphxQUFxmFZWmHFBQXGYVsCAgAEAgIADwFCLu2pqu4tQUIu7amq7i1D8YEFxmFZWmHFBQXGYVlaYcUECYP6AAYD+gAAABAAA/8AEAAPAABQAKQAsAC8AAAUyPgI1NC4CIyIOAhUUHgIzETIeAhUUDgIjIi4CNTQ+AjMTJzcBJzcCAGq7i1BQi7tqaruLUFCLu2pWmHFBQXGYVlaYcUFBcZhWwODg/wDg4EBQi7tqaruLUFCLu2pqu4tQA6BBcZhWVphxQUFxmFZWmHFB/cCgoP7AoKAABAAA/8AEAAPAABQAKQAsAC8AAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMDFwcBFwcCAGq7i1BQi7tqaruLUFCLu2pWmHFBQXGYVlaYcUFBcZhWwODgAQDg4APAUIu7amq7i1BQi7tqaruLUPxgQXGYVlaYcUFBcZhWVphxQQJAoKABQKCgAAAAAAIAAABABAADQAADAAYAADchFSEJASEABAD8AAIAAgD8AMCAAwD+AAAEAAAAAARAA34AIwBDAF0AeQAAJSImJyY0Nz4DNTQuAicmNDc2MhceAxUUDgIHDgEjJyImJyY0Nz4BNCYnJjQ3NjIXHgMVFA4CBw4BIzEnIiYnJjQ3PgE0JicmNDc2MhceARQGBw4BIwciJi8BIyImNRE0NjsBNz4BFx4BFREUBgcOASMDegkSBw4OITMiEhIiMyEODg4oDig9KRYWKT0oBxIJqgoRBw4OMTExMQ4ODicOHy8gEREgLx8HEQmrCRIHDg4eHx8eDg4OKA4sLS0sBxIJhQYMBfZzDRMTDXP2BxMJCQsLCQMGAyYHBw4oDiFMU1ouLlpTTCEOKA4ODihbZWw4OGxlWygHB1oHCA4nDjJ7gnsyDicODw8eR01UKytUTUceCAdbBwcOKA4eTVBNHg4oDg4OLHF0cSwHB9sFBPcTDQFADRP3BgQDBBAK/MAKEAQBAQAAAAIAAAAAA8ADfgAQACwAAAEVIycHIzU3JzUzFzczFQcXASImLwEjIiY1ETQ2OwE3PgEXHgEVERQGBw4BIwPAVWtrVWtrVWtrVWtr/eAGDAX2cw0TEw1z9gcTCQkLCwkDBgMBVVVra1Vra1Vra1Vra/6rBQT3Ew0BQA0T9wYEAwQQCvzAChAEAQEAAAAAAwAA/8AEAAPAABQAKQAvAAATFB4CMzI+AjU0LgIjIg4CFSEUDgIjIi4CNTQ+AjMyHgIVBzcJARc3AFCLu2pqu4tQUIu7amq7i1ADoEFxmFZWmHFBQXGYVlaYcUHdWv7j/uNawwHAaruLUFCLu2pqu4tQUIu7alaYcUFBcZhWVphxQUFxmFadWgEe/uJawgAAAwAA/8AEAAPAABQAKQAvAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjJxcJAQcXAgBqu4tQUIu7amq7i1BQi7tqVphxQUFxmFZWmHFBQXGYVp1aAR7+4lrCA8BQi7tqaruLUFCLu2pqu4tQ/GBBcZhWVphxQUFxmFZWmHFB3VoBHQEdWsMAAwAA/8AEAAPAABQAKQAvAAABNC4CIyIOAhUUHgIzMj4CNSE0PgIzMh4CFRQOAiMiLgI1NwcJAScHBABQi7tqaruLUFCLu2pqu4tQ/GBBcZhWVphxQUFxmFZWmHFB3VoBHQEdWsMBwGq7i1BQi7tqaruLUFCLu2pWmHFBQXGYVlaYcUFBcZhWnVr+4gEeWsIAAwAA/8AEAAPAABQAKQAvAAAFMj4CNTQuAiMiDgIVFB4CMxEyHgIVFA4CIyIuAjU0PgIzFycJATcnAgBqu4tQUIu7amq7i1BQi7tqVphxQUFxmFZWmHFBQXGYVp1a/uIBHlrCQFCLu2pqu4tQUIu7amq7i1ADoEFxmFZWmHFBQXGYVlaYcUHdWv7j/uNawwAACgAAAAAEAAOAAAQACQAOABMAGAAdACIAJwAsADEAABMRIREhATUhFSEFFSE1IREVITUhIRUhNSEBIRUhNSkBFSE1PQEhFSEBIRUhNQU1IRUhAAQA/AABgAEA/wABAP8AAQD/AAEA/sD/AAEA/wABAP8AAoABAP8AAQD/AP2AAQD/AAKAAQD/AAOA/IADgP3AwMBAwMACAMDAwMD/AMDAwMBAwMD+wMDAwMDAAAMAAAAABAADJQAgAFAAZQAAJREGBwYHBgcGBwYrASInJicmJyYnJicRFBcWMyEyNzY1ETUxNSYjBicmBwYnISIHBhUUFxYXFhcWFxYXFhcWOwEyNzY3Njc2NzY3Njc2NzY1NxEUBwYjISInJjURNDc2MyEyFxYVA7cSFplaHRITHx8bAhsfHxMSHVqZFhIGBQcDSgcFBgEBAgECAwQE/LYHBQZUbncEEBEKCRAQDQ0LAgsNDRAQCQoREAR3bh8aG0kbGyX8tiUbGxsbJQNKJRsbWwG3FBF2TBgODg4ODg4ODhhMdhEU/kkHBQYGBQcCWQ4HCAEGBQEBAgUFCGBCV14DDg4IBwsKBQUFBQoLBwgODgNeVxgqKSIV/ZIlGxsbGyUCbiYbGxsbJgAAAAkAAABJBAADbgAUACkAPgBTAGgAfQCSAKcAvAAAJRUUBwYrASInJj0BNDc2OwEyFxYVERUUBwYrASInJj0BNDc2OwEyFxYVARUUBwYrASInJj0BNDc2OwEyFxYVARUUBwYrASInJj0BNDc2OwEyFxYVARUUBwYrASInJj0BNDc2OwEyFxYVARUUBwYrASInJj0BNDc2OwEyFxYVARUUBwYrASInJj0BNDc2OwEyFxYVARUUBwYrASInJj0BNDc2OwEyFxYVERUUBwYrASInJj0BNDc2OwEyFxYVASUQEBe3FxAQEBAXtxcQEBAQF7cXEBAQEBe3FxAQAW0QEBe2FxAQEBAXthcQEP6TEBAXtxcQEBAQF7cXEBABbRAQF7YXEBAQEBe2FxAQAW4QEBe3FxAQEBAXtxcQEP6SEBAXthcQEBAQF7YXEBABbhAQF7cXEBAQEBe3FxAQEBAXtxcQEBAQF7cXEBDubhcQEBAQF24XEBAQEBcBJG0XEBAQEBdtFxAQEBAX/txuFxAQEBAXbhcQEBAQFwJJbhcQEBAQF24XEBAQEBf+220XEBAQEBdtFxAQEBAX/txuFxAQEBAXbhcQEBAQFwJJbhcQEBAQF24XEBAQEBf+220XEBAQEBdtFxAQEBAXASVuFxAQEBAXbhcQEBAQFwAAAAEAPwA/AuYC5gAsAAAlFA8BBiMiLwEHBiMiLwEmNTQ/AScmNTQ/ATYzMh8BNzYzMh8BFhUUDwEXFhUC5hBOEBcXEKioEBcWEE4QEKioEBBOEBYXEKioEBcXEE4QEKioEMMWEE4QEKioEBBOEBYXEKioEBcXEE4QEKioEBBOEBcXEKioEBcAAAADAAD/twO3A24ALAA9AGQAAAEVFAcGKwEVFAcGKwEiJyY9ASMiJyY9ATQ3NjsBNTQ3NjsBMhcWHQEzMhcWFRc0JyYjIgcGFRQXFjMyNzY1ARQHBiMiLwEGIyInJicmJyY1NDc2NzY3NjMyFxYXFhcWFRQHFxYVAkkFBgeABgUHJQcGBYAIBQYGBQiABQYHJQcFBoAHBgVJS0tqaUxLS0xpaktLASUWFR4fFcRmflFLSzY2HyAgHzY2S0tRUktKNjYgIEfEFQHuJQcGBYAIBQUFBQiABQYHJQcGBYAHBgUFBgeABQYHE2pLS0tLamlLTExLaf4lHhYVFsNHICA2NkpLUVJLSjY2ICAgIDY2SktSfWfEFR4AAAAAAwAA/7cDtwNuABQAJQBMAAABFRQHBiMhIicmPQE0NzYzITIXFhUXNCcmIyIHBhUUFxYzMjc2NQEUBwYjIi8BBiMiJyYnJicmNTQ3Njc2NzYzMhcWFxYXFhUUBxcWFQJJBQYH/rcIBQYGBQgBSQcGBUlLS2ppTEtLTGlqS0sBJRYVHh8VxGZ+UUtLNjYfICAfNjZLS1FSS0o2NiAgR8QVAe4lBwYFBQYHJQcGBQUGBxNqS0tLS2ppS0xMS2n+JR4WFRbDRyAgNjZKS1FSS0o2NiAgICA2NkpLUn1nxBUeAAAEAAAASQO3A7cAEAAhAD0AWQAAJTQnJiMiBwYVFBcWMzI3NjUzNCcmIyIHBhUUFxYzMjc2NTcVFAcGIyEiJyY9ATQ3NjMhFxYzMj8BITIXFhUDFgcBBiMiJwEmNzY7ARE0NzY7ATIXFhURMzIXAtsKCw8PCwsLCw8PCwqTCwsPDwsKCgsPDwsLSRAQF/y3FxAQEBAXAQpNISwtIU4BCRcQELoKEv8AChAPCv8AEgoJGJMLCg+TDgsLkhgKtw8LCgoLDw8LCwsLDw8LCgoLDw8LCwsLD4C3FxAQEBAXtxcQEE4gIE4QEBcBRRcR/wALCwEAERcWAQAPCwsLCw//ABYAAQAAAFsBtwMSABoAAAERFAcGIyIvASMiJyY9ATQ3NjsBNzYzMhcWFQG3CwsPDwq/lQ8LCwsLD5W/Cg8PCwsC7v2SDwsLC78KCw/cDgsLvgsLCg8ABAAAACEDtwNNABoAQwBoAJUAAAERFAcGIyIvASMiJyY9ATQ3NjsBNzYzMhcWFRMUBwYHBiMiJyY1NDc2NzY3Njc2NTQnJicmJyYnJjU0NzYzMhcWFxYVMxQHBgcGIyInJjU0NzY3Njc2NTQnJicmJyY1NDc2MzIXFhcWFTMUBwYHBiMiJyY1NDc2NzY3Njc2NzY1NCcmJyYnJicmJyY1NDc2MzIXFhcWFQG3CwsPDwq/lQ8LCwsLD5W/Cg8PCwvbGBgoBgkOCwsHBwkKCgkHBwcHCQoKCQcHCwsOCQYoGBiTMTFQBwcPCwsWIAwqGBcXGCoMIBYLCw8HB1AxMZJJSHkHCA8KCxYECQkEGhVGJygoJ0YVGgQJCQQWCwoPCAd5SEkC7v2SDwsLC78KCw/cDgsLvgsLCg/+ySwlJRADCgsPDAkIBgYHBw0NFBMNDgcHBgYICAwQCgsDDyYmK1hKSiEDCwsOFwsRCB8vLjU0Ly8eCRELFg8LCwMiSkpXhG5uNAIKCw8VDQIEBAIODzROTVhXTk40Dw4CBAQCDRUOCwsDNG5ugwAAAAEAAP/+AyQDcAAPAAAJAQYnJjURNDc2FwEWFRQHAxf9CQ0KCQkKDQL3DQ0Bpf5aBwYFDwNJDwYGCP5bCAoKCAACAAAAAANuA24AFAApAAABERQHBiMhIicmNRE0NzYzITIXFhUhERQHBiMhIicmNRE0NzYzITIXFhUDbgsLD/7cDwsLCwsPASQPCwv+AAsLD/7cDwsLCwsPASQPCwsDSfzcDwsLCwsPAyQPCwsLCw/83A8LCwsLDwMkDwsLCwsPAAIAAQBJA24DKAAPACQAABMBNjMyFwEWBwYjISInJjcBISInJj0BNDc2MyEyFxYdARQHBiMIAZYLDg8LAZYLBAMP/LcPAwQLA0L82w8LCgoLDwMlDwoLCwoPAYcBlgsL/moKCAcHCAr+wgsLD5IPCwsLCw+SDwsLAAEAWAAPAqgDqAAaAAAJAhYVFA8BBiMiJwEmNTQ3ATYzMh8BFhUUBwKd/tEBLwsLXwsODwv+WAsLAagLDw4LXwsLAwv+0P7RCw8PCl8LCwGoCw4PCwGoCwtfCw4PCwAAAAEAMwAPAoMDqAAaAAAJAQYjIi8BJjU0NwkBJjU0PwE2MzIXARYVFAcCef5YCw8PC18LCwEw/tALC18LDw8LAagKCgHC/lgLC18KDw8LAS8BMAsPDgtfCwv+WAsPDgsAAAIAAAAAA24DbgAfAD8AAAEUDwEXFhUUBwYjISInJjURNDc2MzIfATc2MzIfARYVAREUBwYjIi8BBwYjIi8BJjU0PwEnJjU0NzYzITIXFhUBrwW+UgsLCw7/AA8LCwsLDw4LU70GBwgGQQUBvwsLDw8LUr4FCAcGQQYGvlMKCgsPAQAPCwsBWwcGvVMLDg8LCwsLDwEADgsLC1K+BQVBBggB7v8ADwsKClO+BgZBBgcIBb5SCw8PCwsLCw8AAgAHAAcDZgNmAB8APwAAAREUBwYjIi8BBwYjIi8BJjU0PwEnJjU0NzYzITIXFhUBFA8BFxYVFAcGIyEiJyY1ETQ3NjMyHwE3NjMyHwEWFQG3CwsPDwpTvQYIBwZBBga+UgsLCg8BAA8LCwGvBb5SCwsLD/8ADgsLCwsODwtSvgYHCAVCBQGS/wAPCgsLUr4GBkEGBwgGvVMKDw8LCwsLDwGABwa+UgsPDgsLCwsOAQAPCwsLUr4FBUIFCAABADMAngPNAu4AGgAAAQcGIyInCQEGIyIvASY1NDcBNjMyFwEWFRQHA8JfCw8PC/7R/tELDw8LXwsLAagLDw8LAagLCwEHXgsLATD+0AsLXgsPEAoBqAsL/lgKEA8LAAABADMAmgPNAukAGgAACQEGIyInASY1ND8BNjMyFwkBNjMyHwEWFRQHA8L+WAsPDwv+WAsLXwsPDwsBLwEvCw8PC18LCwJM/lgKCgGoCw8PC14LC/7RAS8LC14LDw8LAAABABkASQOeAyUAOwAAAQYHFhUUBwYHBgcGBwYjIicWMzI3JicmJxYzMjcmJyY9ARYXJicmNTQ3FhcWFyY1NDc2MzIXNjcGBzY3A54nNgEWFiwsPT5WVmKbgRQZgGU8MC8SExAZGEAqKicsJhYWGUVjY3IFNjZNUDY/NxY8NjUCzjgoCBBKSkpERDQ1Hx9TAk8BIyQ4AwYNMzJDAhUCGSkoMDIrVTM0BRUVTTY2OwwhQiQGFwABADYAAAIkA7cAFwAAARUjIgcGHQEzByMRIxEjNTM1NDc2MzIXAiRaMRERpxaRr5KSOzxjVC4DsJcUFSlsqf5OAbKpfGs6OwcAAAAABgAAACUEAANJABAAIQA2AEcAXABxAAA3FAcGIyInJjU0NzYzMhcWFREUBwYjIicmNTQ3NjMyFxYVBRUUBwYjISInJj0BNDc2MyEyFxYVARQHBiMiJyY1NDc2MzIXFhUFFRQHBiMhIicmPQE0NzYzITIXFhURFRQHBiMhIicmPQE0NzYzITIXFhXbICAtLiAgICAuLSAgICAtLiAgICAuLSAgAyUFBgf9SQgFBQUFCAK3BwYF/NsgIC0uICAgIC4tICADJQUGB/1JCAUFBQUIArcHBgUFBgf9SQgFBQUFCAK3BwYFki0gICAgLS4gICAgLgElLiAgICAuLiAgICAu7m4HBQYGBQduCAUFBQUIAhItICAgIC0uICAgIC7tbgcGBQUGB24HBgUFBgcBJG0IBQYGBQhtCAUGBgUIAAEAAAAAA24DbgBnAAABFAcGBwYjIic2NzY3FhcWMzI3Njc2NTQnJicmIyIHBgcGBwYHBhUUFxYXFjc2NzY3NicmNTQ3NjMyFxYVFAcGIyInJjc2NzY3NjU0JyYjIgcGFRQXBwYXJicmNTQ3Njc2MzIXFhcWFQNuOztlZXdAPSILBRoLHh8jRTY2Hh4iIkFAUjw0NCQkGhoMDRcXLBEFAQMEAQMJHjw8YFcwMCcnPSMVFQgECwoHBxAPHSMZGA45CQJ2SEk7O2VkeHdlZTs7Abd4ZGU7OxI1KRNmFxAQJydFRFZBOTkkJBARGxwjJCYnJjsuLRIHEgQODgMNDCMzVj4+Li9LYUREGRgjFCIhGhkSHBMTISAxKRzvKD00bG2Fd2VlOzs7O2VldwAAAAQAEgAAA5oDtwBBAGAAjQCaAAABFBcWFxYXFhcWFRQHBgcGIyInJicmNTQ3Njc2NyYnJjU0NwYjIicmNTQ3Njc2NzY7AQcjFhcWFRQHBgcGBwYHBhUnMjc2NzY1NCcmJyYnJiMiBwYHBhUUFxYXFhcWFxYzEzI3Njc2NzY1NCcmJyYnJicmJyYnJicmJyYjIgcGBwYHBgcGFRQXFhcWFxYzATMVIxUjNSM1MzUzFQGkEhMaGhkaEhMcKU9QW0tCQSEVGhkqS5wSCQkMGg1UOjoUFSQsPD1A7k5LKhYVDg4TFBQUDg5TFRcXDx4KCRISHx4kGBgXDhsGBgwMEhEZGh4BIR4fGhoQDwQEBAQLCwYGEBAFBRMTAgkSHh4eHyAYGA8PFBQgICQkJQHPeXk8eno8AfAVExQTExcXJSQtMzBFISEYFzcjKC4oJxsuCxgSEhgUHAI3N1UvLCwfJRMSMiQoKDQpISEUFBEREhMTNwkKDyE6ISYnIyQYFwsLEyI6Gh0eHR4XFw8P/g0HCA8PGhskDg4NCwoNDgYHDQ0EAw4OAQEEBAoLEBAaGyIoHh8REAkIAfU+fX0+fHwAAAIAAAAABAADJQAgAE0AAAERFAcGIyEiJyY1ERYXFhcWFxYXFjsBMjc2NzY3Njc2NzUUBwYHBgcGBwYHBgcGBwYrASInJicmJyYnJicmJyYnJicmNTQ3NjMhMhcWFQQAGxsl/LYlGxsZIc9NIBUUIiEdAh0hIhQVIGG8IBkcHCrXNAYSEwwNEREQDw0CDQ8QERENDBMSBjRiYRQjIB8YFywDSiUbGwIh/jolGxsbGyUBxhwWjDkYDQ4ODg4ODg0YR34XG6gtKSkdliQEDg0ICQoKBQUFBQoKCQgNDgQkREQOGCoqJCweHhsbJgAAAwAAABsDbgNiAAQAFgA6AAATESMRMzcWBwYrASInJjU0NzYzMhcWFQERIxE0JyYjIgcGBwYVESM2NTQvATMVIzY3Njc2NzYzMhcWFce8vAwBHR4wAS8cHR0eLzAcHQKbvBcYMSQYGAwHvAIBAbwBDAwMFBQeHSRiOzwCUv3JAjevKhwcHBwqKhwbGxwq/l/+uwEvPCIiExQdER7+xOSOjhscUxMNDhAQCQlBQX0AAAAIADD/twT1A7cAHgAvAEAASwBkAG8AgADEAAAlFAcGBwYjIicmNTQ3NjMyFxYXFjMyNzY3NjMyFxYVJRQHBiMiJyY1NDc2MzIXFhUhFAcGIyInJjU0NzYzMhcWFSUmIyIHBhUUFzY3BTQnJicmIyIHBgcGFRQXFhcWMzI3Njc2NTc0JyYjIgcWFzY1AzQnJiMiBwYVFBcWMzI3NjUTFAcGBxYVFAcGBwYHBiMiJyYnJicmNTQ3JicmNTQ3NjMyFzY3EzYzMhc2NzYzMhcWFRQHBiMiJyYvAQcWFzYzMhcWFQNeBx03NjqQNgcHBwoICSEnJjU0JyciCAkKBgf+0RkYIyIaGRkZIyMYGQFwGRgjIhoZGRkjIxgZ/U4WHCYbGx8fUAOVjkleXWBgXV5Kjo5KXl1gYF1eSY5DGxslHRhQHSNSFBQbHBQTExQcGxQUghMTIAMtLklQY2RnZ2RjUEotLQMeEhEpKDo0J5fVUwURDs4OHB0iLyIhISIvLyIhAcJHx5IoNTkpKYYICCIODT0ICAoHBwccCQoKCRwHBwcK4CMZGBkYIyMZGRkZIyMZGBkYIyMZGRkZI6gQGxsmKRxRQOt/XzAYGBgYMF9/fl8wGBgYGDBffp8mGxsRQlEcLAGCHBQTExQcGxQUFBQb/n4lICETFBJPQ0IxNBoZGRo0MUJDTxUUEyAfJDkpKSJhBAEFEDMfExMiIi8vIiEhIi4u4gheJCkpOQACAAAAFARJA1oAKABAAAABNTQnJiMiBwYVERQHBiMiJyY9ATMVFBcWMzI3NjURNDc2MzIXFh0BBxczFRQHBiMiJyY9ARc3FRQXFjMyNzY9AQJfEREYGBIRSEhlZkdIuxIRGBgREUhJZGRISG/ku0hHZmVISEtvEREYGBIRAiBDGBIRERIY/qNkR0dIR2aYlhgRERERGAFjYUZFRkZiTiFcmGZHSEdHZZkjIZoYERERERidAAABAAAAAANuA24ANAAAATIXFhUUBwYjIicmNTQ3JwYjIicmNTQ3NjMyFzcmNTQ3NjMyFxYVFAcGIyInBxYVFAcXNjMCt0w1NjY1TEw2NQHONEhMNjU1NkxINM4BNTZMTDU2NjVMSDXNAQHNNUgBbjY1TEw2NTU2TAcMZzE1NkxMNTYxZg0HTDU2NjVMTDY1MWcMBwcNZjEAAAEAAAABAACCYfT/Xw889QALBAAAAAAA0n+rcQAAAADSf6txAAD/twT1A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABSUAAAAABPUAAQAAAAAAAAAAAAAAAAAAADQEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEQAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAADJQA/A7cAAAO3AAADtwAAAbcAAAO3AAADJQAABAAAAANvAAEC2wBYAtsAMwQAAAAEAAAHBAAAMwQAADMDtwAZAkkANgQAAAAEAAAAA7cAEgQAAAAEAAAABSUAMARJAAAEAAAAAAAAAAAKABQAHgBIAKoBBAE6AXABogHyAjoCYAKkAu4DNgOAA5QEQASGBM4FFgVeBaYF/AaSB44H0gheCM4JTgl4CkwKbAqsCugLGAtIC6YMBAw0DGQMvgzkDYIOGA72D2wPxBDYETIRfgAAAAEAAAA0AMUACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAVAAAAAQAAAAAAAgAHAN4AAQAAAAAAAwAVAGAAAQAAAAAABAAVAPMAAQAAAAAABQALAD8AAQAAAAAABgAVAJ8AAQAAAAAACgAaATIAAwABBAkAAQAqABUAAwABBAkAAgAOAOUAAwABBAkAAwAqAHUAAwABBAkABAAqAQgAAwABBAkABQAWAEoAAwABBAkABgAqALQAAwABBAkACgA0AUx3b3dib29rLXRvb2xiYXItZm9udHMAdwBvAHcAYgBvAG8AawAtAHQAbwBvAGwAYgBhAHIALQBmAG8AbgB0AHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB3b3dib29rLXRvb2xiYXItZm9udHMAdwBvAHcAYgBvAG8AawAtAHQAbwBvAGwAYgBhAHIALQBmAG8AbgB0AHN3b3dib29rLXRvb2xiYXItZm9udHMAdwBvAHcAYgBvAG8AawAtAHQAbwBvAGwAYgBhAHIALQBmAG8AbgB0AHNSZWd1bGFyAFIAZQBnAHUAbABhAHJ3b3dib29rLXRvb2xiYXItZm9udHMAdwBvAHcAYgBvAG8AawAtAHQAbwBvAGwAYgBhAHIALQBmAG8AbgB0AHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

.fa-th:before { content: "\f00a"; }
.fa-close:before { content: "\f00d"; }
.fa-remove:before { content: "\f00d"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-download:before { content: "\f019"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-up:before { content: "\f028"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-eject:before { content: "\f052"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f09a"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-stumbleupon:before { content: "\f1a4"; }
.fa-share-alt:before { content: "\f1e0"; }
.icon-download:before { content: "\e960"; }
.icon-zoom-in:before { content: "\e987"; }
.icon-zoom-out:before { content: "\e988"; }
.icon-enlarge:before { content: "\e989"; }
.icon-shrink:before { content: "\e98a"; }
.icon-list:before { content: "\e9ba"; }
.icon-list2:before { content: "\e9bb"; }
.icon-cloud-download:before { content: "\e9c2"; }
.icon-download3:before { content: "\e9c7"; }
.icon-play2:before { content: "\ea15"; }
.icon-pause:before { content: "\ea16"; }
.icon-backward:before { content: "\ea1a"; }
.icon-forward2:before { content: "\ea1b"; }
.icon-eject:before { content: "\ea25"; }
.icon-volume-high:before { content: "\ea26"; }
.icon-volume-mute2:before { content: "\ea2a"; }
.icon-circle-up:before { content: "\ea41"; }
.icon-circle-right:before { content: "\ea42"; }
.icon-circle-down:before { content: "\ea43"; }
.icon-circle-left:before { content: "\ea44"; }
.icon-table2:before { content: "\ea71"; }

/*
 * styles for toolbar icons
 */

.wowbook-nav {
	position: absolute;
	height: 48px;
	width: 48px;
	-moz-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
	-o-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
	transform: translateY( -50% );
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: center;

	border: none;
	border-radius: 5px;
	font-size: 20px;
}
.wowbook-nav.wowbook-disabled {
	display: none;
}
.wowbook-nav-left {
	left: 10px;
}
.wowbook-nav-left i {
	margin-left: -5px;
}
.wowbook-nav-right {
	right: 10px;
}

.wowbook-nav i,
.wowbook-control i {
	font-family: 'wowbook-toolbar-fonts';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* toolbar and control fontawesome icons */
.wowbook-fontawesome.wowbook-nav-left i:before,
.wowbook-fontawesome .wowbook-control-left i:before {
	content: "\f053"; /* fa-chevron-left */
}

.wowbook-fontawesome.wowbook-nav-right i:before,
.wowbook-fontawesome .wowbook-control-right i:before {
	content: "\f054"; /* fa-chevron-right */
}

.wowbook-fontawesome .wowbook-control-first i:before {
	content: "\f053\f053"; /* fa-chevron-left */
	letter-spacing: -6px;
	margin-left: -10px;
}
.wowbook-fontawesome .wowbook-control-back i:before {
	content: "\f053"; /* fa-chevron-left */
}

.wowbook-fontawesome .wowbook-control-next i:before {
	content: "\f054"; /* fa-chevron-right */
}

.wowbook-fontawesome .wowbook-control-last i:before {
	content: "\f054\f054"; /* fa-chevron-right */
	letter-spacing: -6px;
	margin-left: -5px;
}

.wowbook-fontawesome .wowbook-control-zoomin i:before {
	content: "\f00e"; /* .fa-search-plus */
}
.wowbook-fontawesome .wowbook-control-zoomout i:before {
	content: "\f010"; /* .fa-search-minus */
}
.wowbook-fontawesome .wowbook-control-slideshow i:before {
	content: "\f04b"; /* .fa-play-circle-o */
}
.wowbook-fontawesome .wowbook-control-slideshow.wowbook-disabled i:before {
	content: "\f04c"; /* .fa-pause */
}
.wowbook-fontawesome .wowbook-control-flipsound i:before {
	content: "\f028"; /* .fa-volume-up */
}
.wowbook-fontawesome .wowbook-control-flipsound.wowbook-disabled i:before {
	content: "\f026"; /* .fa-volume-off */
}

.wowbook-fontawesome .wowbook-control-fullscreen i:before {
	content: "\f065"; /* .fa-expand */
}
.wowbook-fontawesome .wowbook-control-fullscreen.wowbook-disabled i:before {
	content: "\f066"; /* .fa-compress */
}
.wowbook-fontawesome .wowbook-control-thumbnails i:before {
	content: "\f00a"; /* .fa-th */
}
.wowbook-fontawesome .wowbook-control-toc i:before {
	content: "\f0ca"; /* .fa-list-ul */
}
.wowbook-fontawesome .wowbook-control-download i:before {
	content: "\f019"; /* .fa-download */
}
.wowbook-fontawesome .wowbook-control-share > i:before {
	content: "\f1e0"; /* .fa-share-alt */
}
.wowbook-fontawesome .wowbook-control-toggle-toolbar i:before {
	content: "\f052"; /* .fa-eject */
}
.wowbook-fontawesome .wowbook-control-toggle-toolbar i:before {
	content: "\f052"; /* .fa-eject */
}
.wowbook-control-toggle-toolbar.wowbook-collapsed {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.wowbook-control-toggle-toolbar {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	transform: scaleY(-1);
	transition: 0.4s;
}


.wowbook-control span.wowbook-disabled {
	display: none;
}
.wowbook-control.wowbook-disabled span {
	display: none;
}
.wowbook-control.wowbook-disabled span.wowbook-disabled {
	display: block;
}


/* toolbar icomoon icons */
.wowbook-icomoon.wowbook-nav-left i:before,
.wowbook-icomoon .wowbook-control-left i:before {
	content: "\f053"; /* fa-chevron-left */
}

.wowbook-icomoon.wowbook-nav-right i:before,
.wowbook-icomoon .wowbook-control-right i:before {
	content: "\f054"; /* fa-chevron-right */
}


.wowbook-icomoon .wowbook-control-first i:before {
	content: "\f053\f053"; /* fa-chevron-left */
	letter-spacing: -6px;
	margin-left: -10px;
}
.wowbook-icomoon .wowbook-control-back i:before {
	content: "\f053"; /* fa-chevron-left */
}

.wowbook-icomoon .wowbook-control-next i:before {
	content: "\f054"; /* fa-chevron-right */
}

.wowbook-icomoon .wowbook-control-last i:before {
	content: "\f054\f054"; /* fa-chevron-right */
	letter-spacing: -6px;
	margin-left: -5px;
}

.wowbook-icomoon .wowbook-control-zoomin i:before {
	content: "\e987"; /* .icon-zoom-in */
}
.wowbook-icomoon .wowbook-control-zoomout i:before {
	content: "\e988"; /* .icon-zoom-out*/
}
.wowbook-icomoon .wowbook-control-slideshow i:before {
	content: "\ea15"; /* .icon-play2 */
}
.wowbook-icomoon .wowbook-control-slideshow.wowbook-disabled i:before {
	content: "\ea16"; /* .icon-pause */
}
.wowbook-icomoon .wowbook-control-flipsound i:before {
	content: "\ea26"; /* .icon-volume-high */
}
.wowbook-icomoon .wowbook-control-flipsound.wowbook-disabled i:before {
	content: "\ea2a"; /* .icon-volume-mute2 */
}
.wowbook-icomoon .wowbook-control-fullscreen i:before {
	content: "\e989"; /* .icon-enlarge */
}
.wowbook-icomoon .wowbook-control-fullscreen.wowbook-disabled i:before {
	content: "\e98a"; /* .icon-shrink */
}
.wowbook-icomoon .wowbook-control-thumbnails i:before {
	content: "\ea71"; /* .icon-table2 */
}
.wowbook-icomoon .wowbook-control-toc i:before {
	content: "\e9ba"; /* .icon-list */
}
.wowbook-icomoon .wowbook-control-download i:before {
	content: "\e960"; /* .icon-download */
}
.wowbook-icomoon .wowbook-control-toggle-toolbar i:before {
	content: "\ea25"; /* .icon-eject */
}

/* Share buttons */
.wowbook-share-buttons {
	position: absolute;
	margin-top: 2px;
}
.wowbook-share-buttons.wowbook-hidden {
	display: none;
}
.wowbook-share-buttons.wowbook-up {
	bottom: 100%;
	margin-bottom: 2px;
}
.wowbook-share-button {
	font-size: 1em;
	display: block;
/*
	height: 48px;
	width: 48px;
	line-height:48px;
*/
}
.wowbook-share-button:hover {
	background: #2D2D2D;
}


/*
    Dark color scheme (default)
*/
.wowbook-controls, .wowbook-share-buttons, .wowbook-nav {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #222;
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
	color: white;
}
.wowbook-control,
.wowbook-control:visited,
.wowbook-control:active,
.wowbook-control.remove-sticky-hover-style:hover {
	background: transparent;
	color: inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.wowbook-nav:active,
.wowbook-nav:hover,
.wowbook-control:active,
.wowbook-control:hover {
	background: #2D2D2D;
}

.wowbook-toc {
	color: white;
	color: #b8b8b8;
	background: #222;
	background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
	background-repeat: repeat-x;
	border-color: #080808;
	box-shadow: 2px 0 8px rgba(0,0,0,0.5);
}
.wowbook-toc h1 {
	color: #b8b8b8;
	color: inherit;
	padding-left: 10px;
}
.wowbook-toc .wowbook-close {
	display: block;
	line-height: 1.4em;
	margin: 0.5em 0.5em 0 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;

	background: transparent;
	color: inherit;
	border: none;
	outline: none;
	padding: 0;
}

.wowbook-toc .wowbook-close:hover {
	color: white;
}

.wowbook-toc li {
	border: none;
}
.wowbook-toc a {
	border-top: 1px solid #101010;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	text-decoration: none;
}

.wowbook-toc-item a,
.wowbook-toc-item a:visited,
.wowbook-toc-item a:active {
	color: #b8b8b8;
	color: inherit;
}

.wowbook-toc a:hover {
	background: #555;
	color: white;
}

.wowbook-thumbnails {
    background: rgba(128, 128, 128, 0.5) none repeat scroll 0 0;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
    border-bottom: 1px solid rgba(64, 64, 64, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.wowbook-thumbnails > .wowbook-wrapper > .wowbook-button {
	color: white;
}
.wowbook-horizontal.wowbook-thumbnails {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wowbook-lightbox > .wowbook-close {
	background: #222 linear-gradient(to bottom, #3c3c3c 0px, #222 100%) repeat-x scroll 0 0;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
}

/*
	White color scheme
*/

.wowbook-cs-white.wowbook-nav,
.wowbook-cs-white .wowbook-controls,
.wowbook-cs-white.wowbook-controls {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.wowbook-cs-white.wowbook-nav,
.wowbook-cs-white .wowbook-control {
	background: #fbfbfb;
}
.wowbook-cs-white.wowbook-nav,
.wowbook-cs-white .wowbook-control,
.wowbook-cs-white .wowbook-control:visited,
.wowbook-cs-white .wowbook-control:active {
	color: inherit;
}
.wowbook-cs-white.wowbook-nav,
.wowbook-cs-white .wowbook-control:hover {
	color: #262626;
	background: #f5f5f5;
}
.wowbook-cs-white.wowbook-nav,
.wowbook-cs-white .wowbook-controls,
.wowbook-cs-white .wowbook-share-buttons,
.wowbook-cs-white.wowbook-controls,
.wowbook-cs-white.wowbook-share-buttons {
	background: #fbfbfb;
	color: #737373;
}

.wowbook-cs-white .wowbook-toc,
.wowbook-cs-white.wowbook-toc {
	color: #737373;
	background: #fbfbfb;
	border-color: #080808;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.wowbook-cs-white .wowbook-toc h1,
.wowbook-cs-white.wowbook-toc h1 {
	color: inherit;
	padding-left: 10px;
}
.wowbook-cs-white .wowbook-toc .wowbook-close,
.wowbook-cs-white.wowbook-toc .wowbook-close {
	background: transparent;
	color: #adadad;
	margin-right: 10px;
	bborder: 1px solid #f3f3f3;
	bborder-radius: 2px;
}
.wowbook-cs-white .wowbook-toc .wowbook-close:hover {
	background: #f5f5f5;
	color: #262626;
}

.wowbook-cs-white .wowbook-toc li,
.wowbook-cs-white.wowbook-toc li {
	border: none;
}
.wowbook-cs-white .wowbook-toc a,
.wowbook-cs-white.wowbook-toc a {
	text-decoration: none;
	border-top: 1px solid #f3f3f3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	color: inherit;
	text-decoration: none;
}

.wowbook-cs-white .wowbook-toc a:hover,
.wowbook-cs-white.wowbook-toc a:hover {
	background: #f5f5f5;
	color: #262626;
}

.wowbook-cs-white.wowbook-thumbnails {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}

.wowbook-cs-white.wowbook-vertical.wowbook-thumbnails .wowbook-back.wowbook-button {
	border-width: 0 0 1px 0;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.wowbook-cs-white.wowbook-vertical.wowbook-thumbnails .wowbook-next.wowbook-button {
	border-width: 1px 0 0 0;
	box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2);
}
.wowbook-cs-white.wowbook-horizontal.wowbook-thumbnails .wowbook-back.wowbook-button {
	border-width: 0 1px 0 0;
	box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.2);
}
.wowbook-cs-white.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
	border-width: 0 0 0 1px;
	box-shadow: -4px 0 4px -2px rgba(0, 0, 0, 0.2);
}

.wowbook-cs-white.wowbook-thumbnails .wowbook-button {
	color: #737373;
	background: white;
	border: 0px solid #d3d3d3;
	z-index: 1;
}
.wowbook-cs-white.wowbook-thumbnails .wowbook-button:hover {
	color: #262626;
	background: #f5f5f5;
}

.wowbook-lightbox > .wowbook-close.wowbook-cs-white {
	background: #fbfbfb;
	border-color: 1px solid #f3f3f3;
	color: #737373;
}

ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none!important;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}


/* Optional scoped theme for tag-it which mimics the zendesk widget. */


ul.tagit {
    border-style: solid;
    border-width: 1px;
    border-color: #C6C6C6;
    background: inherit;
}
ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #f99295;

    background: none;
    background-color: #ffc9cb;

    font-weight: normal;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #555;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #fba9ac;
    border-color: #fd6f73;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
.ui-widget {
    font-size: 1.1em;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
.tagit-autocomplete.ui-autocomplete { position: absolute; cursor: default; }
* html .tagit-autocomplete.ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.tagit-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}
.tagit-autocomplete.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.tagit-autocomplete.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 50% 50% repeat-x; color: #222222; }
.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }
.tagit-autocomplete .ui-state-active  { border: 1px solid #aaaaaa; }

.tagit-autocomplete .ui-widget-content { border: 1px solid #aaaaaa; }
.tagit .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px,1px,1px,1px); }



@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../bundles/hobbizerorganiser/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../../bundles/hobbizerorganiser/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../bundles/hobbizerorganiser/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../bundles/hobbizerorganiser/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../bundles/hobbizerorganiser/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../bundles/hobbizerorganiser/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon, label.error:before, .help-block:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before, label.error:before, .help-block:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, #home .home-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, #home .home-container:before, .container:after, #home .home-container:after {
    content: " ";
    display: table; }
  .container:after, #home .home-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #home .home-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, #home .home-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, #home .home-container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.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.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, #home .home-container > .navbar-header,
.container > .navbar-collapse,
#home .home-container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, #home .home-container > .navbar-header,
    .container > .navbar-collapse,
    #home .home-container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, #home .navbar > .home-container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.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;
  line-height: 1.5; }
.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; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, #home .home-container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container, .jumbotron #home .home-container, #home .jumbotron .home-container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, #home .home-container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .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: -o-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-bar-info {
  background-color: #5bc0de; }
  .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: -o-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-bar-warning {
  background-color: #f0ad4e; }
  .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: -o-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-bar-danger {
  background-color: #d9534f; }
  .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: -o-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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.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,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .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-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .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-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .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-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .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-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, #home .how-it-works .blocks:before, #home #container-animation:before, .sheet .top:before, .sheet .form:before, .sheet .selected-list:before, #account:before, #account .content .blocks:before, #program .program-options .options:before, #quote .bottom .information:before, #quote .validation:before, .registration-content:before, #option.sheet .other-options:before, .options-block .options:before, .how-it-works .numbers:before, #recap .content .line:before, #categories .results:before, .clearfix:after, #home .how-it-works .blocks:after, #home #container-animation:after, .sheet .top:after, .sheet .form:after, .sheet .selected-list:after, #account:after, #account .content .blocks:after, #program .program-options .options:after, #quote .bottom .information:after, #quote .validation:after, .registration-content:after, #option.sheet .other-options:after, .options-block .options:after, .how-it-works .numbers:after, #recap .content .line:after, #categories .results:after {
  content: " ";
  display: table; }
.clearfix:after, #home .how-it-works .blocks:after, #home #container-animation:after, .sheet .top:after, .sheet .form:after, .sheet .selected-list:after, #account:after, #account .content .blocks:after, #program .program-options .options:after, #quote .bottom .information:after, #quote .validation:after, .registration-content:after, #option.sheet .other-options:after, .options-block .options:after, .how-it-works .numbers:after, #recap .content .line:after, #categories .results:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'ubuntu';
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-r-webfont.eot");
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-r-webfont.woff2") format("woff2"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-r-webfont.woff") format("woff"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-r-webfont.ttf") format("truetype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-r-webfont.svg#ubunturegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ubuntu';
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-b-webfont.eot");
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-b-webfont.woff2") format("woff2"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-b-webfont.woff") format("woff"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-b-webfont.ttf") format("truetype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-b-webfont.svg#ubuntubold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'ubuntu';
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-m-webfont.eot");
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-m-webfont.woff2") format("woff2"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-m-webfont.woff") format("woff"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-m-webfont.ttf") format("truetype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-m-webfont.svg#ubuntumedium") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ubuntu';
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-l-webfont.eot");
  src: url("../../../bundles/hobbizerorganiser/fonts/ubuntu-l-webfont.eot?#iefix") format("embedded-opentype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-l-webfont.woff2") format("woff2"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-l-webfont.woff") format("woff"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-l-webfont.ttf") format("truetype"), url("../../../bundles/hobbizerorganiser/fonts/ubuntu-l-webfont.svg#ubuntulight") format("svg");
  font-weight: 200;
  font-style: normal; }
html {
  background: #2b2d2e; }

body {
  font-family: ubuntu, arial, sans-serif;
  color: #3a3839;
  overflow-x: hidden; }

*:focus {
  outline: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.radio label, .checkbox label {
  padding-left: 0; }

a, a:active, a:hover, a:focus {
  color: #3a3839; }

.form-control {
  height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c8c8c8; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn {
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  text-transform: uppercase;
  font-weight: bold; }

.btn-primary {
  background: #ff5a5f;
  border-color: #ff5a5f;
  color: #fff; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #2b2d2e;
    border-color: #2b2d2e; }

.btn.disabled {
  background: #d3d3d3;
  border-color: #d3d3d3; }

.btn.big {
  line-height: 30px; }

.empty-btn {
  border-color: #ff5a5f;
  border-width: 2px;
  color: #ff5a5f; }
  .empty-btn:hover {
    background: #ff5a5f;
    color: #fff; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

.save, .reset {
  background: #65c6b7;
  border-color: #65c6b7;
  color: #fff; }
  .save:hover, .save:active, .save:focus, .reset:hover, .reset:active, .reset:focus {
    background-color: #2b2d2e;
    border-color: #2b2d2e; }

.hasDatepicker {
  background: #fff url("../../../bundles/hobbizerorganiser/images/pictos/datepicker.png") no-repeat right 14px center; }

h1 {
  font-weight: 200;
  font-size: 28px; }

.has-error .help-block {
  color: #fff; }

label.error, .help-block {
  font-weight: normal;
  color: #fff;
  background: #ff0008;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  padding-left: 35px;
  position: relative; }
  label.error:before, .help-block:before {
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 8px;
    left: 9px; }
  label.error .list-unstyled, .help-block .list-unstyled {
    margin: 0; }
  label.error .glyphicon-exclamation-sign, .help-block .glyphicon-exclamation-sign {
    display: none; }

/*.help-block {
    color: $main-color;
    font-size: 13px;
}*/
.loading {
  background: rgba(255, 255, 255, 0.5) url("../../../bundles/hobbizerorganiser/images/ajax-loader.gif") no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50; }

.alert {
  display: none; }

.select2-container .select2-selection--single {
  height: 42px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff5a5f; }

.select2-container--default .select2-selection--single {
  border-color: #c8c8c8; }

#home #content {
  width: 100%; }
@media (max-width: 991px) {
  #home .home-container {
    padding: 0; } }
#home h2 {
  font-weight: 200;
  font-size: 29px;
  text-align: center; }
#home #header {
  background-color: #2b2d2e;
  background-repeat: no-repeat;
  background-position: top center; }
  #home #header.background-1 {
    background-image: url("../../../bundles/hobbizerorganiser/images/background-program-form/1.jpg"); }
  #home #header.background-2 {
    background-image: url("../../../bundles/hobbizerorganiser/images/background-program-form/2.jpg"); }
  #home #header.background-3 {
    background-image: url("../../../bundles/hobbizerorganiser/images/background-program-form/3.jpg"); }
  #home #header.background-4 {
    background-image: url("../../../bundles/hobbizerorganiser/images/background-program-form/4.jpg"); }
  #home #header.background-5 {
    background-image: url("../../../bundles/hobbizerorganiser/images/background-program-form/5.jpg"); }
  #home #header #logo {
    background-image: url("../../../bundles/hobbizerorganiser/images/home-logo.png");
    width: 172px;
    height: 63px;
    margin-left: 0; }
    @media (max-width: 991px) {
      #home #header #logo {
        background-image: url("../../../bundles/hobbizerorganiser/images/logo.png"); } }
    @media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      #home #header #logo {
        background-image: url("../../../bundles/hobbizerorganiser/images/home-logox2.png"); } }
    @media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      #home #header #logo {
        background-image: url("../../../bundles/hobbizerorganiser/images/logox2.png"); } }
  #home #header #top {
    background: none;
    height: auto;
    border: 0;
    position: relative; }
    @media (max-width: 991px) {
      #home #header #top {
        background: #fff; } }
    #home #header #top + .container, #home #header #top + .home-container {
      padding-top: 0; }
  #home #header .links {
    padding-top: 40px; }
    #home #header .links a {
      color: #fff; }
      #home #header .links a.empty-btn {
        border-color: #fff;
        margin-left: 12px; }
        #home #header .links a.empty-btn:hover {
          background: #fff;
          color: #ff5a5f; }
      #home #header .links a:hover {
        color: #ff5a5f; }
  @media (min-width: 992px) {
    #home #header .locale a, #home #header .locale span {
      color: #fff; }
    #home #header .locale a:hover {
      color: #fff; }
    #home #header .locale a:first-child {
      background-image: url("../../../bundles/hobbizerorganiser/images/locale/home-right.png"); }
      #home #header .locale a:first-child:hover {
        background-image: url("../../../bundles/hobbizerorganiser/images/locale/home-left.png"); }
    #home #header .locale span + a {
      background-image: url("../../../bundles/hobbizerorganiser/images/locale/home-left.png"); }
      #home #header .locale span + a:hover {
        background-image: url("../../../bundles/hobbizerorganiser/images/locale/home-right.png"); } }
  #home #header .content {
    margin-top: 100px;
    margin-bottom: 100px;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    #home #header .content .title {
      font-size: 40px;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0; }
    #home #header .content .text {
      font-size: 22px;
      margin-bottom: 20px; }
    #home #header .content .btn {
      background: #ff5a5f;
      color: #fff;
      padding: 10px 25px; }
      #home #header .content .btn:hover, #home #header .content .btn:active, #home #header .content .btn:focus {
        background-color: #2b2d2e;
        border-color: #2b2d2e; }
#home .program-form {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.5); }
  #home .program-form .container, #home .program-form .home-container {
    max-width: 100%; }
  #home .program-form .nb-people-value {
    width: 170px; }
    @media (max-width: 991px) {
      #home .program-form .nb-people-value {
        width: 100%; } }
  #home .program-form .submit {
    display: inline-block;
    margin-left: 0; }
    #home .program-form .submit .btn {
      width: 258px; }
    @media (max-width: 991px) {
      #home .program-form .submit {
        width: 100%; } }
#home .home-activities {
  margin-left: -3.431%;
  margin-right: -3.431%;
  margin-top: 45px; }
  #home .home-activities a.activity {
    position: relative;
    text-align: center;
    display: block;
    float: left;
    margin-left: 3.431%;
    margin-bottom: 32px;
    width: 28.759%; }
    @media (max-width: 991px) {
      #home .home-activities a.activity {
        width: 44.8535%; } }
    #home .home-activities a.activity.first {
      width: 60.93%; }
      @media (max-width: 991px) {
        #home .home-activities a.activity.first {
          width: 93.138%; } }
    #home .home-activities a.activity img {
      max-width: 100%; }
    #home .home-activities a.activity .name {
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      position: absolute;
      top: 43.3%;
      width: 100%;
      left: 0;
      height: 85px;
      font-size: 29px;
      padding: 0 5%;
      display: block;
      z-index: 20; }
      #home .home-activities a.activity .name span {
        display: block; }
    #home .home-activities a.activity .price {
      background: #56d6bf;
      color: #fff;
      position: absolute;
      bottom: 0;
      width: 195px;
      left: 50%;
      margin-left: -80px;
      font-size: 13px;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
      #home .home-activities a.activity .price strong {
        font-size: 22px; }
    #home .home-activities a.activity:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
    #home .home-activities a.activity:hover:after {
      background: rgba(0, 0, 0, 0.3); }
    #home .home-activities a.activity:hover .price {
      background: #ff5a5f;
      z-index: 50; }
#home .home-button {
  clear: both;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 26px; }
  #home .home-button .btn {
    border-width: 2px;
    height: 45px;
    line-height: 30px;
    min-width: 264px; }
    #home .home-button .btn:hover {
      background: #ff5a5f;
      color: #fff; }
#home .how-it-works {
  background: #ff5a5f url("../../../bundles/hobbizerorganiser/images/background-home-how-it-works.png") repeat-x center -71px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px; }
  #home .how-it-works h2 {
    font-size: 29px;
    font-weight: 200;
    margin-bottom: 50px; }
  @media (min-width: 992px) {
    #home .how-it-works .blocks {
      background: url("../../../bundles/hobbizerorganiser/images/how-it-works-line.png") no-repeat center 15px; } }
  #home .how-it-works .blocks .block {
    width: 31.87719298245614%;
    float: left;
    margin: 0 0.842105263157895%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 90px; }
    @media (max-width: 991px) {
      #home .how-it-works .blocks .block {
        width: 98.31578947368421%;
        float: none;
        margin-bottom: 20px; } }
    #home .how-it-works .blocks .block.first {
      margin-left: 0;
      background-image: url("../../../bundles/hobbizerorganiser/images/1.png"); }
    #home .how-it-works .blocks .block.second {
      background-image: url("../../../bundles/hobbizerorganiser/images/2.png"); }
    #home .how-it-works .blocks .block.third {
      margin-right: 0;
      background-image: url("../../../bundles/hobbizerorganiser/images/3.png"); }
    #home .how-it-works .blocks .block strong, #home .how-it-works .blocks .block span {
      max-width: 275px;
      display: block;
      margin: auto; }
      @media (max-width: 991px) {
        #home .how-it-works .blocks .block strong, #home .how-it-works .blocks .block span {
          max-width: 340px; } }
    #home .how-it-works .blocks .block strong {
      text-transform: uppercase;
      margin-bottom: 15px;
      font-size: 19px;
      line-height: 23px; }
  #home .how-it-works .bottom {
    margin-top: 70px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      #home .how-it-works .bottom {
        margin-top: 30px; } }
    #home .how-it-works .bottom .btn {
      color: #fff;
      border-color: #fff;
      width: 220px; }
      #home .how-it-works .bottom .btn:hover {
        background: #fff;
        color: #ff5a5f; }
@media (max-width: 991px) {
  #home #animation-home {
    display: none; } }
#home #container-animation {
  padding-top: 40px; }
  #home #container-animation .blocks {
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 991px) {
      #home #container-animation .blocks {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto; } }
  #home #container-animation .block {
    margin-top: 55px; }
    #home #container-animation .block h2 {
      margin-top: 0;
      text-align: left;
      font-size: 29px;
      font-weight: 200;
      margin-bottom: 30px;
      line-height: 30px; }
      @media (max-width: 991px) {
        #home #container-animation .block h2 {
          text-align: center !important;
          max-width: 440px;
          margin-left: auto;
          margin-right: auto; } }
    #home #container-animation .block ul {
      padding: 0; }
    #home #container-animation .block li {
      list-style-type: none;
      background-image: url("../../../bundles/hobbizerorganiser/images/pictos/check.png");
      background-repeat: no-repeat;
      font-weight: 200;
      font-size: 15px;
      margin-bottom: 15px;
      line-height: 20px; }
      #home #container-animation .block li a {
        color: #ff5a5f; }
    #home #container-animation .block.left {
      width: 292px;
      float: left; }
      @media (min-width: 992px) {
        #home #container-animation .block.left {
          margin-right: -15px; } }
      @media (max-width: 991px) {
        #home #container-animation .block.left {
          float: none;
          width: 100%; } }
      #home #container-animation .block.left .title {
        text-align: right; }
      @media (max-width: 991px) {
        #home #container-animation .block.left ul {
          padding: 20px 50% 20px 0;
          min-height: 235px;
          background: url("../../../bundles/hobbizerorganiser/images/organiser1.png") no-repeat right 15px center; } }
      #home #container-animation .block.left li {
        background-position: right top;
        padding-right: 40px;
        text-align: right; }
    #home #container-animation .block.right {
      width: 348px;
      float: right; }
      @media (max-width: 991px) {
        #home #container-animation .block.right {
          float: none;
          width: 100%; } }
      @media (max-width: 991px) {
        #home #container-animation .block.right ul {
          padding: 20px 0 20px 50%;
          min-height: 235px;
          background: url("../../../bundles/hobbizerorganiser/images/organiser2.png") no-repeat 15px center; } }
      @media (min-width: 992px) {
        #home #container-animation .block.right {
          margin-left: -15px; } }
      #home #container-animation .block.right li {
        background-position: left top;
        padding-left: 40px; }
  #home #container-animation canvas {
    float: left; }
#home .roadbook {
  color: #fff;
  background: #56d6bf; }
  #home .roadbook .content {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative; }
    @media (min-width: 992px) {
      #home .roadbook .content {
        padding-left: 50%; } }
    @media (max-width: 991px) {
      #home .roadbook .content {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 35px; } }
    @media (min-width: 992px) {
      #home .roadbook .content:before {
        content: url("../../../bundles/hobbizerorganiser/images/roadbook.png");
        position: absolute;
        left: -215px;
        bottom: -5px; } }
  #home .roadbook .title {
    font-weight: 200;
    font-size: 29px;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: left; }
  #home .roadbook .text {
    font-size: 17px;
    margin-bottom: 25px; }
  #home .roadbook .btn {
    color: #fff;
    border-color: #fff;
    width: 220px; }
    #home .roadbook .btn:hover {
      background: #fff;
      color: #56d6bf; }
#home .corporate {
  background-color: #f0f2f1;
  padding: 60px 0px; }
  @media (max-width: 991px) {
    #home .corporate {
      padding: 60px 0px; } }
  @media (max-width: 767px) {
    #home .corporate {
      padding: 0px 0px; } }
  #home .corporate .corporate_image {
    padding: 8px;
    background: url("../../../bundles/hobbizerorganiser/images/corporate/corporate.jpg");
    background-size: 100%; }
    @media (max-width: 767px) {
      #home .corporate .corporate_image {
        background: #56d6bf; } }
    #home .corporate .corporate_image .corporate_content {
      padding: 90px 0px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      text-align: center; }
      @media (max-width: 1200px) {
        #home .corporate .corporate_image .corporate_content {
          padding: 50px 0px; } }
      @media (max-width: 1199px) {
        #home .corporate .corporate_image .corporate_content {
          padding: 15px 0px; } }
      @media (max-width: 991px) {
        #home .corporate .corporate_image .corporate_content {
          padding: 31px 0px; } }
      #home .corporate .corporate_image .corporate_content img {
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          #home .corporate .corporate_image .corporate_content img {
            width: 110px;
            margin-bottom: 10px; } }
      #home .corporate .corporate_image .corporate_content .corporate_text {
        color: white; }
        #home .corporate .corporate_image .corporate_content .corporate_text p {
          margin-bottom: 3px;
          font-weight: 1;
          font-size: 23px; }
          @media (max-width: 991px) {
            #home .corporate .corporate_image .corporate_content .corporate_text p {
              font-size: 12px; } }
        #home .corporate .corporate_image .corporate_content .corporate_text h2 {
          margin: 0px auto 25px auto;
          font-size: 29px;
          font-weight: 400;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            #home .corporate .corporate_image .corporate_content .corporate_text h2 {
              font-size: 14px;
              margin: 0px auto 10px auto; } }
        #home .corporate .corporate_image .corporate_content .corporate_text .btn {
          color: #fff;
          border-color: #fff;
          width: 220px; }
          #home .corporate .corporate_image .corporate_content .corporate_text .btn:hover {
            background: #fff;
            color: #ff5a5f; }
#home #reassurance {
  margin-top: 0; }

.sheet .top {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #eaeceb; }
.sheet .slider {
  float: left;
  width: 746px; }
  .sheet .slider li + li {
    display: none; }
.sheet #more {
  display: block;
  visibility: hidden;
  position: relative;
  top: -120px; }
.sheet .nb-people-value {
  width: 190px; }
.sheet .top .info {
  width: 390px;
  float: left;
  padding: 25px 30px 0 25px;
  font-size: 15px; }
  .sheet .top .info .intro {
    font-weight: bold;
    margin-bottom: 10px; }
  .sheet .top .info .more {
    color: #ff5a5f;
    text-decoration: underline;
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px; }
  .sheet .top .info .pictos {
    border-top: 2px solid #eaeceb;
    border-bottom: 2px solid #eaeceb;
    padding: 10px 0; }
    .sheet .top .info .pictos > div {
      padding-left: 36px;
      background-position: left center;
      background-repeat: no-repeat;
      height: 36px;
      line-height: 36px;
      margin-bottom: 3px;
      font-size: 13px; }
      .sheet .top .info .pictos > div.duration {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/duration.png"); }
      .sheet .top .info .pictos > div.priority-access {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/priority-access.png"); }
      .sheet .top .info .pictos > div.family {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/family.png"); }
      .sheet .top .info .pictos > div.numberPeople {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/group.png"); }
      .sheet .top .info .pictos > div.address-description {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/localisation.png"); }
      .sheet .top .info .pictos > div.languages {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/languages.png");
        height: auto;
        line-height: 16px;
        height: 36px;
        position: relative; }
        .sheet .top .info .pictos > div.languages .vertical-align {
          position: absolute;
          width: 89%;
          margin-top: 10px; }
.sheet .form {
  top: 40px;
  margin-bottom: 90px;
  border: 2px solid #eaeceb;
  min-height: 212px;
  position: relative; }
  .sheet .form .alert {
    width: 725px;
    margin: 10px; }
  .sheet .form .fields {
    width: 746px;
    float: left;
    padding: 25px 20px; }
  .sheet .form .form-group {
    width: 31%;
    max-width: 200px;
    float: left;
    margin-right: 2%; }
    .sheet .form .form-group:nth-child(3n+1) {
      clear: left; }
  .sheet .form .form-control, .sheet .form .select2-selection {
    border-color: #ff5a5f; }
  .sheet .form .control-label {
    font-weight: 200; }
  .sheet .form .price-block {
    background: #eaeceb;
    width: 390px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 20px 30px; }
    .sheet .form .price-block .price {
      height: 50px; }
      .sheet .form .price-block .price .total-price {
        font-size: 30px; }
      .sheet .form .price-block .price .detail {
        right: 50px;
        top: 11px; }
    .sheet .form .price-block .title {
      font-size: 20px;
      font-weight: 200;
      margin-bottom: 20px; }
    .sheet .form .price-block #priceLoader {
      height: 50px; }
    .sheet .form .price-block .btn {
      font-size: 15px;
      width: 130px; }
    .sheet .form .price-block .availability {
      font-size: 10px;
      margin-top: 5px;
      font-style: italic; }
.sheet .intertitle {
  color: #ff5a5f;
  font-size: 21px;
  margin-top: 25px;
  margin-bottom: 10px; }
.sheet #map {
  width: 100%;
  height: 350px; }
.sheet .selected-list {
  margin-left: -1.755%;
  margin-right: -1.755%; }
  .sheet .selected-list .selected {
    width: 29.825%;
    float: left;
    margin: 0 1.755%; }
    .sheet .selected-list .selected img {
      width: 100%; }
    .sheet .selected-list .selected .infos {
      background: #eaeceb;
      text-align: center;
      padding: 10px 25px; }
      .sheet .selected-list .selected .infos .name {
        font-weight: bold;
        font-size: 15px; }
      .sheet .selected-list .selected .infos .description {
        font-size: 13px; }

/*pour cacher le label de l'optgroup dans la liste des horaires'*/
#activityHours {
  position: relative; }

#service.sheet .top, #option.sheet .top {
  border: 0; }
#service.sheet .slider, #option.sheet .slider {
  width: 100%; }

#activity.sheet .bx-wrapper {
  width: 746px;
  float: left; }

.slider {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px; }
  .slider ul {
    margin: 0;
    padding: 0; }
    .slider ul li {
      list-style-type: none; }

.back-account {
  color: #9b9b9b;
  font-weight: 200;
  font-size: 15px;
  float: left;
  margin-bottom: 15px;
  width: 207px;
  text-align: center; }
  .back-account:before {
    content: url("../../../bundles/hobbizerorganiser/images/pictos/back.png");
    padding-right: 10px; }

#account {
  max-width: 900px;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px; }
  #account .image {
    clear: left;
    float: left;
    width: 23%;
    text-align: center; }
    #account .image .name {
      font-size: 21px;
      margin-top: 15px; }
    #account .image .city {
      font-weight: 200;
      font-size: 18px; }
  #account .content {
    float: left;
    width: 71.5%;
    margin-left: 5.5%; }
    #account .content .title {
      font-size: 29px;
      margin-bottom: 25px;
      font-weight: 200; }
    #account .content .blocks {
      margin-top: 30px; }
    #account .content .block {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: block;
      background-color: #ff5a5f;
      background-repeat: no-repeat;
      background-position: center 13px;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease;
      padding: 64px 32px 15px;
      color: #fff;
      width: 29%;
      margin-right: 4%;
      float: left;
      text-align: center;
      text-decoration: none;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
      #account .content .block.personal-info {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/personal-info.png"); }
      #account .content .block.current-programs {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/current-programs.png"); }
      #account .content .block.validated-programs {
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/validated-programs.png"); }
      #account .content .block:hover {
        background-color: #2b2d2e; }
  #account .contact .title {
    margin-top: 0; }
  #account form .btn {
    width: 330px;
    max-width: 100%;
    line-height: 30px;
    margin-top: 5px; }
  #account.profile form .form-control, #account.profile form .select2-selection {
    padding-left: 40px;
    background-position: 9px center;
    background-repeat: no-repeat; }
  #account.profile form .user .form-control {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/user.png"); }
  #account.profile form .email .form-control {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/email.png"); }
  #account.profile form .password .form-control {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/password.png"); }
  #account.profile form .phone .form-control {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/phone.png"); }
  #account.profile form .address .form-control, #account.profile form .address .select2-selection {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/address.png"); }
  #account.current-programs .program {
    display: block;
    padding: 11px 5px;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    #account.current-programs .program .delete {
      float: right; }
    #account.current-programs .program i {
      padding-left: 20px;
      color: #ff5a5f;
      -webkit-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      transition: color 0.4s ease; }
    #account.current-programs .program a:hover {
      text-decoration: none; }
    #account.current-programs .program:hover {
      background: #eaeceb; }
      #account.current-programs .program:hover i, #account.current-programs .program:hover .expiration-date {
        color: #2b2d2e; }
    #account.current-programs .program + .program {
      border-top: 1px solid #cdcdcd; }
    #account.current-programs .program .expiration-date {
      color: #ff5a5f;
      padding-left: 20px;
      -webkit-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      transition: color 0.4s ease; }
    #account.current-programs .program .creation-date {
      padding-left: 10px; }
  #account.validated-programs .date-title {
    font-weight: bold;
    border-bottom: 2px solid #ff5a5f;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  #account.validated-programs .waiting-validation {
    background: url("../../../bundles/hobbizerorganiser/images/waiting-for-validation.png") no-repeat left center;
    padding: 30px 20px 30px 110px; }
    #account.validated-programs .waiting-validation .show {
      display: block;
      color: #ff5a5f;
      margin-top: 10px;
      font-size: 13px; }
  #account.validated-programs .validated {
    margin-bottom: 20px; }
    #account.validated-programs .validated .program {
      margin-bottom: 20px; }
  #account.validated-programs .lines .line {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 11px 5px 11px 38px; }
    #account.validated-programs .lines .line + .line {
      border-top: 1px solid #cdcdcd; }
    #account.validated-programs .lines .line.program-page {
      background-image: url("../../../bundles/hobbizerorganiser/images/pictos/programs/program.png"); }
    #account.validated-programs .lines .line.roadbook {
      background-image: url("../../../bundles/hobbizerorganiser/images/pictos/programs/roadbook.png"); }
    #account.validated-programs .lines .line.documents {
      background-image: url("../../../bundles/hobbizerorganiser/images/pictos/programs/documents.png"); }
    #account.validated-programs .lines .line.bill {
      background-image: url("../../../bundles/hobbizerorganiser/images/pictos/programs/bill.png"); }
    #account.validated-programs .lines .line.guide {
      background-image: url("../../../bundles/hobbizerorganiser/images/pictos/programs/guide.png"); }
    #account.validated-programs .lines .line .show {
      float: right;
      margin-right: 20px;
      color: #ff5a5f; }
    #account.validated-programs .lines .line .download {
      background: url("../../../bundles/hobbizerorganiser/images/pictos/download.png") no-repeat center;
      width: 13px;
      height: 14px;
      float: right; }
    #account.validated-programs .lines .line .empty {
      width: 13px;
      height: 14px;
      float: right; }
  #account .contact-organiser {
    margin-top: 60px;
    border: 1px solid #ff5a5f;
    padding: 10px 30px 10px 185px;
    background: url("../../../bundles/hobbizerorganiser/images/organisateur.jpg") no-repeat left center;
    background-size: 170px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 97px;
    position: relative;
    font-size: 19px;
    text-align: center; }
    #account .contact-organiser a {
      position: absolute;
      border-color: #ffacaf;
      width: 185px;
      font-size: 13px;
      bottom: -16px;
      background: #fff;
      left: 50%;
      padding-top: 7px;
      padding-bottom: 7px; }
      #account .contact-organiser a:hover {
        background: #ff5a5f;
        border-color: #ff5a5f; }

#program h1 {
  text-align: center;
  font-size: 29px;
  margin-bottom: 5px; }
#program .instructions {
  text-align: center;
  font-weight: 200; }
#program .program-help {
  width: 20px;
  height: 20px;
  font-weight: bold;
  border: 2px solid #ff5a5f;
  line-height: 17px;
  color: #ff5a5f;
  margin-left: 5px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none; }
  #program .program-help:hover, #program .program-help:focus, #program .program-help:active {
    text-decoration: none; }
#program .program-table {
  width: 880px;
  margin: 20px auto;
  position: relative; }
  #program .program-table.loader {
    background: url("../../../bundles/hobbizerorganiser/images/ajax-loader.gif") no-repeat center 50px;
    min-height: 200px; }
    #program .program-table.loader * {
      display: none; }
  #program .program-table table {
    table-layout: fixed;
    border-collapse: separate;
    background: #eaeceb url("../../../bundles/hobbizerorganiser/images/background-program.png") no-repeat center; }
  #program .program-table th.period-name {
    height: 120px; }
  #program .program-table td {
    width: 200px;
    height: 120px;
    border: 4px solid #fff; }
    #program .program-table td div {
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: relative; }
      #program .program-table td div.specific {
        background: #56d6bf; }
      #program .program-table td div.not-empty {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        #program .program-table td div.not-empty:after {
          content: " ";
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 5;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
        #program .program-table td div.not-empty span {
          color: #fff;
          display: block;
          font-weight: bold;
          text-align: center;
          z-index: 10;
          position: relative; }
          #program .program-table td div.not-empty span:first-child {
            padding-top: 30px; }
          #program .program-table td div.not-empty span.time {
            margin-bottom: 2px; }
          #program .program-table td div.not-empty span.name {
            font-size: 16px;
            margin-bottom: 5px;
            height: 23px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            width: 192px;
            padding-left: 5px;
            padding-right: 5px; }
            #program .program-table td div.not-empty span.name:first-child {
              height: 53px; }
        #program .program-table td div.not-empty a:hover, #program .program-table td div.not-empty a:active {
          text-decoration: none; }
        #program .program-table td div.not-empty a.edit, #program .program-table td div.not-empty a.delete {
          z-index: 10;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          float: right;
          margin-right: 7px;
          width: 26px;
          height: 26px;
          text-align: center;
          padding: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-color: #ffffff;
          position: absolute;
          bottom: 5px;
          right: 0;
          border: 1px solid #fff; }
          #program .program-table td div.not-empty a.edit:hover, #program .program-table td div.not-empty a.edit:active, #program .program-table td div.not-empty a.delete:hover, #program .program-table td div.not-empty a.delete:active {
            background-color: #ff5a5f; }
          #program .program-table td div.not-empty a.edit.edit, #program .program-table td div.not-empty a.delete.edit {
            background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/edit.png");
            right: 35px; }
            #program .program-table td div.not-empty a.edit.edit:hover, #program .program-table td div.not-empty a.edit.edit:active, #program .program-table td div.not-empty a.delete.edit:hover, #program .program-table td div.not-empty a.delete.edit:active {
              background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/edit2.png"); }
          #program .program-table td div.not-empty a.edit.delete, #program .program-table td div.not-empty a.delete.delete {
            background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/delete.png"); }
            #program .program-table td div.not-empty a.edit.delete:hover, #program .program-table td div.not-empty a.edit.delete:active, #program .program-table td div.not-empty a.delete.delete:hover, #program .program-table td div.not-empty a.delete.delete:active {
              background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/delete2.png"); }
      #program .program-table td div.empty {
        background-image: url("../../../bundles/hobbizerorganiser/images/background-empty-cell.png"); }
        #program .program-table td div.empty .add {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          color: #635f61;
          background: url("../../../bundles/hobbizerorganiser/images/pictos/program/add.png") no-repeat 40px center;
          display: block;
          width: 100%;
          height: 100%;
          padding-left: 81px;
          padding-top: 37px; }
          #program .program-table td div.empty .add:not(.disabled):hover, #program .program-table td div.empty .add:not(.disabled):focus, #program .program-table td div.empty .add:not(.disabled):active {
            background-color: #ff5a5f;
            text-decoration: none;
            color: #fff;
            background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/add2.png"); }
        #program .program-table td div.empty .disabled {
          color: #a1a1a1;
          background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/add-disabled.png"); }
        #program .program-table td div.empty.outside {
          background-color: rgba(255, 255, 255, 0.5);
          opacity: .6; }
  #program .program-table tr.dates, #program .program-table th {
    background: #fff; }
  #program .program-table tr.dates td {
    height: 40px;
    font-size: 18px;
    font-weight: 200;
    text-align: center; }
  #program .program-table th {
    width: 50px; }
  #program .program-table #prev, #program .program-table #next {
    color: #ff5a5f;
    font-size: 21px;
    position: absolute;
    top: 6px; }
    #program .program-table #prev.disabled, #program .program-table #next.disabled {
      cursor: default;
      opacity: .3; }
  #program .program-table #next {
    right: 0; }
  #program .program-table #prev {
    left: 35px; }
  #program .program-table .period-name {
    font-size: 11px;
    text-align: right;
    padding-right: 20px; }
  #program .program-table .bottom {
    text-align: right;
    width: 880px;
    margin-top: 24px; }
    #program .program-table .bottom .viralisation {
      float: left;
      padding: 0;
      margin-left: 55px; }
    #program .program-table .bottom .btn {
      margin-right: 25px;
      font-weight: normal;
      font-size: 13px; }
#program .program-options {
  margin: 30px auto;
  left: 25px;
  position: relative; }
  #program .program-options .title {
    font-weight: 200;
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px; }
  #program .program-options .options {
    max-width: 640px;
    margin: auto;
    text-align: center; }
    #program .program-options .options .option {
      display: inline-block;
      width: 30%;
      max-width: 192px;
      margin: 0 5px;
      position: relative; }
      #program .program-options .options .option .name {
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        text-align: center;
        font-weight: bold;
        padding: 5px 0; }
      #program .program-options .options .option .delete, #program .program-options .options .option .edit {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        width: 26px;
        height: 26px;
        border: 1px solid #fff;
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/delete.png");
        background-repeat: no-repeat;
        background-position: center; }
        #program .program-options .options .option .delete:hover, #program .program-options .options .option .delete:active, #program .program-options .options .option .edit:hover, #program .program-options .options .option .edit:active {
          background-color: #ff5a5f;
          background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/delete2.png"); }
      #program .program-options .options .option .edit {
        right: 35px;
        background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/edit.png"); }
        #program .program-options .options .option .edit:hover, #program .program-options .options .option .edit:active {
          background-image: url("../../../bundles/hobbizerorganiser/images/pictos/program/edit2.png"); }
      #program .program-options .options .option .add {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: url("../../../bundles/hobbizerorganiser/images/pictos/program/add2.png") no-repeat 30px center;
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 70px;
        padding-top: 37px;
        background-color: rgba(0, 0, 0, 0.5); }
        #program .program-options .options .option .add:not(.disabled):hover, #program .program-options .options .option .add:not(.disabled):focus, #program .program-options .options .option .add:not(.disabled):active {
          background-color: rgba(255, 90, 95, 0.5);
          text-decoration: none;
          color: #fff; }
      #program .program-options .options .option.empty img {
        opacity: 0.5;
        filter: alpha(opacity=50); }

.explanation {
  width: 496px;
  height: 416px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .explanation .content {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%; }
    .explanation .content .text1, .explanation .content .text2 {
      margin: auto;
      max-width: 430px; }
    .explanation .content .text1 {
      font-size: 24px;
      line-height: 27px; }
    .explanation .content .text2 {
      font-size: 16px;
      margin-bottom: 0; }
    .explanation .content .buttons {
      text-align: center;
      margin-top: 20px; }
      .explanation .content .buttons .btn {
        width: 207px; }
        .explanation .content .buttons .btn.stop {
          background: #cfcdcf;
          color: #fff;
          margin-right: 10px; }
          .explanation .content .buttons .btn.stop:hover {
            background: #838383; }
  .explanation#explanation1 {
    background-image: url("../../../bundles/hobbizerorganiser/images/explanation1-background.png"); }
    .explanation#explanation1:before {
      content: url("../../../bundles/hobbizerorganiser/images/explanation1.png");
      position: absolute;
      top: 15px;
      left: -144px; }
  .explanation#explanation2 {
    background-image: url("../../../bundles/hobbizerorganiser/images/explanation2-background.png"); }
    .explanation#explanation2:before {
      content: url("../../../bundles/hobbizerorganiser/images/explanation2.png");
      position: absolute;
      top: -200px;
      left: 169px; }
  .explanation#explanation3 {
    background-image: url("../../../bundles/hobbizerorganiser/images/explanation3-background.png"); }
    .explanation#explanation3:before {
      content: url("../../../bundles/hobbizerorganiser/images/explanation3.png");
      position: absolute;
      top: -39px;
      right: -169px; }

.en .explanation .content .buttons .btn.stop {
  font-size: 13px; }

.edit-program #program .not-empty {
  cursor: pointer; }

#quote #content {
  width: 100%;
  padding-top: 55px; }
  #quote #content .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center; }
  #quote #content .subtitle {
    margin-bottom: 40px; }
#quote table.quote-table {
  width: 100%; }
  #quote table.quote-table td, #quote table.quote-table th {
    padding: 10px 0; }
  #quote table.quote-table thead th {
    font-weight: 200;
    text-align: center; }
    #quote table.quote-table thead th:first-child, #quote table.quote-table thead th.name {
      text-align: left; }
    #quote table.quote-table thead th.hour {
      width: 90px; }
  #quote table.quote-table tbody tr {
    border-top: 1px solid #cdcdcd; }
    #quote table.quote-table tbody tr.new-day {
      border-top: 1px solid #000; }
    #quote table.quote-table tbody tr:first-child {
      border-top: 2px solid #ff5a5f; }
  #quote table.quote-table tbody td {
    text-align: center; }
    #quote table.quote-table tbody td:first-child {
      text-align: left; }
    #quote table.quote-table tbody td.name {
      text-align: left;
      color: #ff5a5f;
      font-weight: bold; }
      #quote table.quote-table tbody td.name img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin-right: 10px; }
    #quote table.quote-table tbody td .delete:hover {
      color: #ff5a5f; }
  #quote table.quote-table .price .total-price {
    padding-right: 15px; }
#quote .bottom {
  border: 6px solid #eaeceb;
  border-top: 1px solid #000; }
  #quote .bottom .total {
    font-weight: bold;
    font-size: 24px;
    background: #eaeceb;
    padding: 20px;
    text-align: right; }
    #quote .bottom .total .label {
      color: #3a3839;
      font-size: 100%;
      padding-right: 80px; }
  #quote .bottom .information .block {
    float: left;
    width: 33%;
    padding: 20px; }
    #quote .bottom .information .block .number {
      color: #56d6bf;
      border: 10px solid #56d6bf;
      -webkit-border-radius: 55px;
      -moz-border-radius: 55px;
      -ms-border-radius: 55px;
      border-radius: 55px;
      width: 55px;
      height: 55px;
      line-height: 36px;
      text-align: center;
      font-weight: bold;
      font-size: 28px;
      float: left; }
    #quote .bottom .information .block .text {
      width: calc(100% - 65px);
      margin-left: 10px;
      float: left;
      font-size: 15px; }
#quote .faq {
  font-size: 16px;
  text-align: right;
  margin-top: 22px; }
  #quote .faq a {
    color: #ff5a5f;
    text-decoration: underline; }
#quote .user-info {
  margin-top: 30px;
  border-bottom: 2px solid #ff5a5f;
  margin-bottom: 20px; }
  #quote .user-info .form-group {
    width: 48%;
    float: left;
    margin-right: 2%; }
    #quote .user-info .form-group.email + div {
      clear: left; }
    #quote .user-info .form-group.accomodation-address {
      clear: left;
      float: none;
      width: 100%;
      margin-right: 0; }
  #quote .user-info label.required:after {
    content: '*'; }
#quote .activity-participants {
  margin-top: 10px;
  clear: left; }
#quote .activity-info {
  color: #ff5a5f;
  text-transform: uppercase;
  margin-bottom: 5px; }
#quote .participant-number {
  margin-bottom: 5px;
  font-size: 13px; }
#quote .name .form-group {
  width: 48%;
  float: left;
  margin-right: 2%; }
#quote .validation .checkboxes {
  float: right;
  margin-right: 2%;
  text-align: right; }
  #quote .validation .checkboxes .form-group {
    margin-bottom: 0; }
  #quote .validation .checkboxes label {
    font-size: 15px; }
  #quote .validation .checkboxes .checkbox {
    margin: 0; }
  #quote .validation .checkboxes label.error {
    width: auto;
    font-size: 12px; }
#quote .validation .btn {
  width: 280px;
  float: right;
  max-width: 100%;
  margin-top: 6px; }
#quote .validation .cgv label a {
  color: #ff5a5f; }
#quote .promo {
  background: #ff5a5f;
  color: #fff; }
  #quote .promo .promo-form {
    text-align: left; }
    #quote .promo .promo-form.empty {
      padding-top: 50px; }
  #quote .promo label {
    color: #fff;
    padding-left: 5px; }
  #quote .promo a, #quote .promo a:hover {
    color: #fff !important; }
  #quote .promo .form-control {
    width: 205px;
    display: inline-block;
    border-color: #fff;
    margin-bottom: 5px; }
  #quote .promo .btn {
    background: #fff;
    color: #ff5a5f;
    height: 42px;
    border: 1px solid #fff; }
    #quote .promo .btn:hover {
      background: #ff5a5f;
      color: #fff; }

.alert-pre-payment {
  color: #ff5a5f;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 20px; }

.footer {
  color: #abb4b2;
  background: #2b2d2e;
  padding-top: 40px;
  padding-bottom: 50px; }
  .footer .container, .footer #home .home-container, #home .footer .home-container {
    max-width: 900px;
    margin: auto; }
  .footer .logo {
    background: url("../../../bundles/hobbizerorganiser/images/logo-footer.png") no-repeat center;
    text-indent: -9999em;
    width: 164px;
    height: 60px;
    margin-bottom: 5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .footer .logo {
        background-image: url("../../../bundles/hobbizerorganiser/images/logo-footerx2.png"); } }
    @media (max-width: 991px) {
      .footer .logo {
        margin-left: auto;
        margin-right: auto; } }
  .footer .col {
    float: left; }
    @media (max-width: 991px) {
      .footer .col {
        text-align: center;
        margin: 0 1.5%; } }
    .footer .col.hobbizer {
      line-height: 25px;
      width: 28%; }
      @media (max-width: 991px) {
        .footer .col.hobbizer {
          width: 97%;
          margin-bottom: 40px; } }
      .footer .col.hobbizer a {
        color: #333333; }
    .footer .col.about {
      width: 29.5%; }
      @media (max-width: 991px) {
        .footer .col.about {
          width: 30%; } }
      .footer .col.about a {
        color: #abb4b2; }
        .footer .col.about a:hover {
          color: #fff;
          text-decoration: none; }
    .footer .col.payment {
      width: 24.8%;
      font-size: 24px;
      color: #fff; }
      @media (max-width: 991px) {
        .footer .col.payment {
          width: 30%; } }
      .footer .col.payment span {
        padding-right: 13px; }
    .footer .col.social {
      width: 17.7%; }
      @media (max-width: 991px) {
        .footer .col.social {
          width: 30%; } }
      .footer .col.social a {
        color: #fff;
        font-size: 24px;
        padding-right: 13px; }
        .footer .col.social a:hover {
          color: #ff5a5f; }
  .footer .footer-title {
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px; }

.connection-container {
  max-width: 100%;
  margin: auto; }

.connection-block {
  width: 395px;
  padding: 35px 30px; }

.connection-block, .registration-block {
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  .connection-block .facebook-connect, .registration-block .facebook-connect {
    background: #4568b2;
    color: #fff; }
    .connection-block .facebook-connect:hover, .registration-block .facebook-connect:hover {
      background: #1b2c4f; }
  .connection-block .btn, .registration-block .btn {
    width: 100%; }
  .connection-block .or, .registration-block .or {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .connection-block .remember-me, .registration-block .remember-me {
    float: left;
    width: 50%; }
    .connection-block .remember-me label, .registration-block .remember-me label {
      font-weight: 200; }
  .connection-block .password-forgotten, .registration-block .password-forgotten {
    float: right;
    color: #ff5a5f;
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: 5px; }
  .connection-block .email, .connection-block .password, .connection-block .lastname, .connection-block .firstname, .registration-block .email, .registration-block .password, .registration-block .lastname, .registration-block .firstname {
    padding-left: 40px;
    background-position: 10px center;
    background-repeat: no-repeat; }
  .connection-block .email, .registration-block .email {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/email.png"); }
  .connection-block .password, .registration-block .password {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/password.png"); }
  .connection-block .lastname, .connection-block .firstname, .registration-block .lastname, .registration-block .firstname {
    background-image: url("../../../bundles/hobbizerorganiser/images/pictos/account/user.png"); }
  .connection-block .no-account, .registration-block .no-account {
    font-weight: 200;
    margin-top: 10px; }
    .connection-block .no-account a, .registration-block .no-account a {
      color: #ff5a5f; }

.registration-content {
  width: 770px;
  margin: auto;
  max-width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .registration-content .registration-block {
    float: left;
    width: 51%;
    border-right: 2px solid #d2d5d4;
    margin-top: 35px;
    margin-bottom: 35px; }
    .registration-content .registration-block .form-group {
      margin-bottom: 10px; }
    .registration-content .registration-block .g-recaptcha {
      text-align: center;
      width: 304px;
      margin: auto auto 10px; }
  .registration-content .explanation {
    margin-top: 65px;
    margin-bottom: 35px;
    left: 2px solid #d2d5d4;
    float: left;
    width: 49%;
    margin-left: -2px;
    padding-top: 205px;
    padding-left: 30px;
    padding-right: 30px;
    background: url("../../../bundles/hobbizerorganiser/images/registration.png") no-repeat top center; }
    .registration-content .explanation ul {
      padding-left: 0; }
      .registration-content .explanation ul li {
        list-style-type: none;
        padding-left: 30px;
        background: url("../../../bundles/hobbizerorganiser/images/pictos/check2.png") no-repeat left top;
        padding-top: 3px;
        font-size: 15px;
        margin-bottom: 17px; }

.login-error {
  text-align: center;
  color: #ff5a5f; }

#optionForm .form-group.address {
  width: 58.8%;
  max-width: 600px; }
#optionForm .form-group.zipcode {
  clear: left; }
#optionForm .form-group.comment {
  clear: left;
  width: 58.8%;
  max-width: 600px; }

#option.sheet .address ::-webkit-input-placeholder {
  color: #888;
  font-size: 11px;
  font-style: italic; }
#option.sheet .address :-moz-placeholder {
  color: #888;
  font-size: 11px;
  font-style: italic; }
#option.sheet .address ::-moz-placeholder {
  color: #888;
  font-size: 11px;
  font-style: italic; }
#option.sheet .address :-ms-input-placeholder {
  color: #888;
  font-size: 11px;
  font-style: italic; }
#option.sheet .example {
  margin: 25px 0; }
#option.sheet .other-options {
  margin-top: 10px; }
  #option.sheet .other-options .option {
    float: left;
    max-width: 267px;
    margin-right: 40px;
    position: relative; }
    #option.sheet .other-options .option .name {
      display: block;
      width: 100%;
      text-align: center;
      background: #e8eceb;
      -webkit-transition: background-color 0.4s ease, color 0.4s ease;
      -o-transition: background-color 0.4s ease, color 0.4s ease;
      transition: background-color 0.4s ease, color 0.4s ease;
      font-weight: 300;
      padding: 0 10px;
      height: 56px;
      float: left; }
      #option.sheet .other-options .option .name .vertical-align {
        display: block;
        margin-top: 9px; }
    #option.sheet .other-options .option:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 56px;
      left: 0;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
    #option.sheet .other-options .option:hover, #option.sheet .other-options .option:active, #option.sheet .other-options .option:focus {
      text-decoration: none; }
      #option.sheet .other-options .option:hover .name, #option.sheet .other-options .option:active .name, #option.sheet .other-options .option:focus .name {
        background: #ff5a5f;
        color: #fff; }
      #option.sheet .other-options .option:hover:after, #option.sheet .other-options .option:active:after, #option.sheet .other-options .option:focus:after {
        background: rgba(0, 0, 0, 0.3); }

.options-block {
  margin-top: 20px; }
  .options-block .title {
    color: #ff5a5f;
    margin: 40px;
    font-size: 29px; }
  .options-block .options {
    max-width: 873px;
    margin: auto; }
    .options-block .options .option {
      float: left;
      margin: 0 12px;
      display: block;
      position: relative; }
      .options-block .options .option .name {
        position: absolute;
        bottom: 0;
        width: 94%;
        left: 3%;
        line-height: 19px;
        font-size: 17px;
        text-align: center;
        z-index: 50;
        background: #000;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-weight: bold;
        padding: 13px 10px;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease; }
      .options-block .options .option:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 56px;
        left: 0;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease; }
      .options-block .options .option:hover .name {
        background: #ff5a5f; }
      .options-block .options .option:hover:after {
        background: rgba(0, 0, 0, 0.3); }

#optionsPopin {
  padding: 30px; }
  #optionsPopin .title {
    color: #3a3839;
    text-align: center;
    margin: 0; }
  #optionsPopin .subtitle {
    margin-bottom: 35px; }
  #optionsPopin .no-thanks {
    text-align: center;
    margin: 40px 0 0; }
    #optionsPopin .no-thanks .btn {
      width: 210px; }
  #optionsPopin .options {
    text-align: center;
    white-space: nowrap; }
  #optionsPopin .option {
    float: none;
    display: inline-block;
    white-space: normal; }

.sheet.specific, .specific-request-block {
  background: #56d6bf;
  color: #fff; }
  .sheet.specific .title, .specific-request-block .title {
    text-align: center;
    padding-top: 20px;
    font-size: 27px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 5px; }
  .sheet.specific .text, .specific-request-block .text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center; }
  .sheet.specific .form, .sheet.specific #specificForm, .specific-request-block .form, .specific-request-block #specificForm {
    max-width: 630px;
    margin: 30px auto auto;
    border: 0;
    top: 0; }
    .sheet.specific .form .fields, .sheet.specific #specificForm .fields, .specific-request-block .form .fields, .specific-request-block #specificForm .fields {
      width: 100%; }
      .sheet.specific .form .fields .form-group, .sheet.specific #specificForm .fields .form-group, .specific-request-block .form .fields .form-group, .specific-request-block #specificForm .fields .form-group {
        width: 48%;
        max-width: 100%;
        margin-right: 2%;
        float: left; }
        .sheet.specific .form .fields .form-group.date, .sheet.specific #specificForm .fields .form-group.date, .specific-request-block .form .fields .form-group.date, .specific-request-block #specificForm .fields .form-group.date {
          clear: both; }
        .sheet.specific .form .fields .form-group.specific-comment, .sheet.specific #specificForm .fields .form-group.specific-comment, .specific-request-block .form .fields .form-group.specific-comment, .specific-request-block #specificForm .fields .form-group.specific-comment {
          width: 100%;
          clear: both;
          float: none; }
          .sheet.specific .form .fields .form-group.specific-comment .form-control, .sheet.specific #specificForm .fields .form-group.specific-comment .form-control, .specific-request-block .form .fields .form-group.specific-comment .form-control, .specific-request-block #specificForm .fields .form-group.specific-comment .form-control {
            max-width: 100%; }
          .sheet.specific .form .fields .form-group.specific-comment textarea, .sheet.specific #specificForm .fields .form-group.specific-comment textarea, .specific-request-block .form .fields .form-group.specific-comment textarea, .specific-request-block #specificForm .fields .form-group.specific-comment textarea {
            height: 150px; }
        .sheet.specific .form .fields .form-group .select2-container, .sheet.specific #specificForm .fields .form-group .select2-container, .specific-request-block .form .fields .form-group .select2-container, .specific-request-block #specificForm .fields .form-group .select2-container {
          width: 100% !important; }
      .sheet.specific .form .fields .form-control, .sheet.specific #specificForm .fields .form-control, .specific-request-block .form .fields .form-control, .specific-request-block #specificForm .fields .form-control {
        max-width: 300px;
        width: 100%; }
      .sheet.specific .form .fields .control-label, .sheet.specific #specificForm .fields .control-label, .specific-request-block .form .fields .control-label, .specific-request-block #specificForm .fields .control-label {
        display: block; }
    .sheet.specific .form .form-control, .sheet.specific .form .select2-selection, .sheet.specific #specificForm .form-control, .sheet.specific #specificForm .select2-selection, .specific-request-block .form .form-control, .specific-request-block .form .select2-selection, .specific-request-block #specificForm .form-control, .specific-request-block #specificForm .select2-selection {
      border-color: #56d6bf; }
    .sheet.specific .form .participants .form-control, .sheet.specific #specificForm .participants .form-control, .specific-request-block .form .participants .form-control, .specific-request-block #specificForm .participants .form-control {
      border-color: #c8c8c8; }
    .sheet.specific .form .control-label, .sheet.specific #specificForm .control-label, .specific-request-block .form .control-label, .specific-request-block #specificForm .control-label {
      font-weight: normal; }
    .sheet.specific .form .bottom, .sheet.specific #specificForm .bottom, .specific-request-block .form .bottom, .specific-request-block #specificForm .bottom {
      text-align: center; }
  .sheet.specific .validate, .specific-request-block .validate {
    background: #56d6bf;
    font-size: 15px;
    color: #fff;
    border-color: #fff;
    width: 220px; }
    .sheet.specific .validate:hover, .specific-request-block .validate:hover {
      background: #fff;
      border-color: #fff;
      color: #56d6bf; }

.specific-request-block {
  text-align: center;
  position: relative;
  margin: 30px auto;
  padding: 35px 0px; }
  .specific-request-block #specificForm {
    text-align: left; }

#howItWorks #content {
  width: 100%;
  padding-top: 0;
  background: #eef0ef; }
#howItWorks #reassurance {
  margin-top: 0; }
#howItWorks h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  margin: 30px 0 20px; }

.how-it-works {
  background: #ff5a5f url("../../../bundles/hobbizerorganiser/images/how-it-works/bg.png") repeat-x; }
  .how-it-works .container-animation {
    background: url("../../../bundles/hobbizerorganiser/images/how-it-works/background1.png") no-repeat center;
    height: 403px;
    margin-left: -8px;
    margin-right: -8px; }
    .how-it-works .container-animation #canvas {
      position: relative; }
    .how-it-works .container-animation.first #canvas {
      top: 28px;
      left: -13px; }
    .how-it-works .container-animation.second {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/background2.png"); }
      .how-it-works .container-animation.second #canvas {
        top: 7px;
        left: 424px; }
    .how-it-works .container-animation.third {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/background3.png"); }
      .how-it-works .container-animation.third #canvas {
        top: -38px;
        left: 770px; }
  .how-it-works .numbers {
    max-width: 872px;
    margin: auto;
    border-bottom: 9px solid #cb5257;
    height: 32px; }
    .how-it-works .numbers .number {
      display: inline-block;
      text-align: center;
      float: left;
      position: relative; }
    .how-it-works .numbers a {
      color: #fff;
      font-size: 18px;
      background: #8a4c4f;
      width: 39px;
      height: 39px;
      -webkit-border-radius: 39px;
      -moz-border-radius: 39px;
      -ms-border-radius: 39px;
      border-radius: 39px;
      line-height: 24px;
      border: 8px solid transparent;
      top: 5px; }
      .how-it-works .numbers a:hover {
        text-decoration: none; }
    .how-it-works .numbers span {
      color: #ff5a5f;
      font-size: 28px;
      background: #fff;
      border: 8px solid #8a4c4f;
      width: 55px;
      height: 55px;
      -webkit-border-radius: 55px;
      -moz-border-radius: 55px;
      -ms-border-radius: 55px;
      border-radius: 55px;
      line-height: 40px;
      font-weight: bold; }
    .how-it-works .numbers .number2 {
      margin-left: 50%;
      left: -66px; }
    .how-it-works .numbers .number3 {
      float: right;
      right: -5px; }
  .how-it-works .text {
    margin: 50px auto;
    position: relative;
    background: #fff;
    width: 840px;
    padding: 0 40px;
    height: 298px;
    border-bottom: 5px solid #db4d52; }
    .how-it-works .text .title {
      font-size: 25px;
      font-weight: bold;
      height: 70px;
      line-height: 25px;
      padding-top: 39px;
      margin-bottom: 35px; }
      .how-it-works .text .title span {
        color: #ff5a5f;
        font-size: 82px;
        margin-right: 15px;
        float: left; }
      .how-it-works .text .title strong {
        float: left;
        width: 89%; }
    .how-it-works .text p {
      font-size: 18px;
      font-weight: 200;
      padding-left: 15px;
      position: relative;
      margin-left: 45px;
      margin-bottom: 15px; }
      .how-it-works .text p:before {
        content: url("../../../bundles/hobbizerorganiser/images/how-it-works/chevron.png");
        position: absolute;
        top: 0;
        left: -5px; }
    .how-it-works .text .next, .how-it-works .text .prev {
      position: absolute;
      top: 123px;
      background-position: center;
      background-repeat: no-repeat;
      width: 52px;
      height: 67px; }
    .how-it-works .text .next {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/next.png");
      right: -15px; }
    .how-it-works .text .prev {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/prev.png");
      left: -15px; }
  .how-it-works .bottom {
    margin-bottom: 100px; }
    .how-it-works .bottom .btn {
      color: #fff;
      border-color: #fff;
      width: 300px;
      margin: auto;
      display: block; }
      .how-it-works .bottom .btn:hover, .how-it-works .bottom .btn:active, .how-it-works .bottom .btn:focus {
        background: #fff;
        color: #ff5a5f; }

#howItWorks #content {
  width: 100%;
  padding-top: 0;
  background: #eef0ef; }
#howItWorks #reassurance {
  margin-top: 0; }
#howItWorks h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  margin: 30px 0 20px; }

.how-it-works {
  background: #ff5a5f url("../../../bundles/hobbizerorganiser/images/how-it-works/bg.png") repeat-x; }
  .how-it-works .container-animation {
    background: url("../../../bundles/hobbizerorganiser/images/how-it-works/background1.png") no-repeat center;
    height: 403px;
    margin-left: -8px;
    margin-right: -8px; }
    .how-it-works .container-animation #canvas {
      position: relative; }
    .how-it-works .container-animation.first #canvas {
      top: 28px;
      left: -13px; }
    .how-it-works .container-animation.second {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/background2.png"); }
      .how-it-works .container-animation.second #canvas {
        top: 7px;
        left: 424px; }
    .how-it-works .container-animation.third {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/background3.png"); }
      .how-it-works .container-animation.third #canvas {
        top: -38px;
        left: 770px; }
  .how-it-works .numbers {
    max-width: 872px;
    margin: auto;
    border-bottom: 9px solid #cb5257;
    height: 32px; }
    .how-it-works .numbers .number {
      display: inline-block;
      text-align: center;
      float: left;
      position: relative; }
    .how-it-works .numbers a {
      color: #fff;
      font-size: 18px;
      background: #8a4c4f;
      width: 39px;
      height: 39px;
      -webkit-border-radius: 39px;
      -moz-border-radius: 39px;
      -ms-border-radius: 39px;
      border-radius: 39px;
      line-height: 24px;
      border: 8px solid transparent;
      top: 5px; }
      .how-it-works .numbers a:hover {
        text-decoration: none; }
    .how-it-works .numbers span {
      color: #ff5a5f;
      font-size: 28px;
      background: #fff;
      border: 8px solid #8a4c4f;
      width: 55px;
      height: 55px;
      -webkit-border-radius: 55px;
      -moz-border-radius: 55px;
      -ms-border-radius: 55px;
      border-radius: 55px;
      line-height: 40px;
      font-weight: bold; }
    .how-it-works .numbers .number2 {
      margin-left: 50%;
      left: -66px; }
    .how-it-works .numbers .number3 {
      float: right;
      right: -5px; }
  .how-it-works .text {
    margin: 50px auto;
    position: relative;
    background: #fff;
    width: 840px;
    padding: 0 40px;
    height: 298px;
    border-bottom: 5px solid #db4d52; }
    .how-it-works .text .title {
      font-size: 25px;
      font-weight: bold;
      height: 70px;
      line-height: 25px;
      padding-top: 39px;
      margin-bottom: 35px; }
      .how-it-works .text .title span {
        color: #ff5a5f;
        font-size: 82px;
        margin-right: 15px;
        float: left; }
      .how-it-works .text .title strong {
        float: left;
        width: 89%; }
    .how-it-works .text p {
      font-size: 18px;
      font-weight: 200;
      padding-left: 15px;
      position: relative;
      margin-left: 45px;
      margin-bottom: 15px; }
      .how-it-works .text p:before {
        content: url("../../../bundles/hobbizerorganiser/images/how-it-works/chevron.png");
        position: absolute;
        top: 0;
        left: -5px; }
    .how-it-works .text .next, .how-it-works .text .prev {
      position: absolute;
      top: 123px;
      background-position: center;
      background-repeat: no-repeat;
      width: 52px;
      height: 67px; }
    .how-it-works .text .next {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/next.png");
      right: -15px; }
    .how-it-works .text .prev {
      background-image: url("../../../bundles/hobbizerorganiser/images/how-it-works/prev.png");
      left: -15px; }
  .how-it-works .bottom {
    margin-bottom: 100px; }
    .how-it-works .bottom .btn {
      color: #fff;
      border-color: #fff;
      width: 300px;
      margin: auto;
      display: block; }
      .how-it-works .bottom .btn:hover, .how-it-works .bottom .btn:active, .how-it-works .bottom .btn:focus {
        background: #fff;
        color: #ff5a5f; }

body.flipbook #content {
  width: 100%; }

#flipbookContainer {
  margin-top: 50px;
  background: #f1f1f1;
  padding: 10px; }

.wowbook-lightbox > .wowbook-close {
  background: #fff;
  border-radius: 15px;
  color: #000;
  font-size: 20px;
  line-height: 15px;
  font-weight: bold;
  border: 2px solid #000; }

#header #top {
  background: #fff;
  padding-top: 0;
  height: 69px;
  border-bottom: 6px solid #ff5a5f;
  position: fixed;
  width: 100%;
  z-index: 60; }
  #header #top + .container, #header #home #top + .home-container, #home #header #top + .home-container {
    padding-top: 69px; }
  @media (max-width: 991px) {
    #header #top {
      background: #fff; } }
#header #logo {
  display: block;
  background: url("../../../bundles/hobbizerorganiser/images/logo.png") no-repeat center;
  width: 122px;
  height: 46px;
  text-indent: -9999em;
  float: left;
  margin-top: 10px;
  margin-left: 17px;
  background-size: 100%; }
  @media (max-width: 991px) {
    #header #logo {
      margin-top: 0; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header #logo {
      background-image: url("../../../bundles/hobbizerorganiser/images/logox2.png"); } }
#header .locale {
  float: right;
  padding-top: 9px;
  font-size: 12px; }
  #header .locale a, #header .locale span {
    padding-top: 2px;
    padding-bottom: 2px; }
  #header .locale a:hover, #header .locale:active, #header .locale:focus {
    text-decoration: none;
    color: #333333; }
  #header .locale a:first-child {
    background: url("../../../bundles/hobbizerorganiser/images/locale/right.png") no-repeat right center;
    padding-right: 48px; }
  #header .locale span:first-child {
    padding-right: 4px; }
  #header .locale span + a {
    background: url("../../../bundles/hobbizerorganiser/images/locale/left.png") no-repeat left center;
    padding-left: 44px; }
    #header .locale span + a:hover {
      background-image: url("../../../bundles/hobbizerorganiser/images/locale/right.png"); }
#header .links ul {
  padding-top: 17px;
  margin: 0 15px 0 0; }
  @media (max-width: 991px) {
    #header .links ul {
      margin: 0;
      position: absolute;
      top: 62px;
      right: -800px;
      background: #fff;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      padding: 20px 0;
      border-bottom: 5px solid #ff5a5f;
      visibility: hidden;
      opacity: 0; } }
  #header .links ul.visible {
    right: 0; }
#header .links li {
  list-style-type: none;
  float: right; }
#header .links a.btn {
  text-transform: uppercase;
  font-weight: normal; }
  #header .links a.btn.empty-btn {
    margin-left: 12px; }
  #header .links a.btn.dark {
    color: #3a3839;
    border-color: #3a3839; }
    #header .links a.btn.dark:hover {
      background: #3a3839;
      color: #fff; }
  #header .links a.btn.link {
    margin-right: 10px; }
    #header .links a.btn.link:hover {
      color: #ff5a5f; }
  @media (max-width: 991px) {
    #header .links a.btn {
      float: none;
      width: 100%;
      display: block;
      border: 0 !important;
      margin: 0 !important;
      background: #fff; } }

#openMenu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 555; }
  @media (min-width: 768px) {
    #openMenu {
      display: none; } }

#content {
  width: calc(100% - 265px); }

#recap {
  position: fixed;
  top: 63px;
  right: 0;
  background: #eaeceb;
  height: calc(100% - 63px);
  width: 265px; }
  #recap .top {
    background: #ff5a5f;
    height: 109px;
    padding-top: 30px;
    border-top: 6px solid #ff5a5f;
    text-align: center; }
    #recap .top .empty-btn {
      color: #fff;
      border-color: #fff;
      border-width: 2px;
      width: 225px;
      height: 42px;
      line-height: 27px; }
      #recap .top .empty-btn:hover {
        background: #fff;
        color: #ff5a5f; }
  #recap .content {
    height: calc(100% - 297px); }
    #recap .content.scroll-wrapper {
      margin-top: 15px; }
    #recap .content .date, #recap .content .options-title {
      font-weight: bold;
      padding: 13px 10px 9px; }
    #recap .content .line {
      background: #fff;
      padding: 2px 10px;
      font-size: 13px; }
      #recap .content .line > span, #recap .content .line > a {
        float: left;
        line-height: 17px; }
      #recap .content .line a:hover, #recap .content .line a:active, #recap .content .line a:focus {
        text-decoration: none; }
      #recap .content .line .time {
        width: 40px; }
      #recap .content .line .name {
        width: 150px;
        margin-right: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #ff5a5f;
        font-weight: 300; }
      #recap .content .line .time + .name {
        width: 110px; }
      #recap .content .line .nb-people {
        width: 34px; }
        #recap .content .line .nb-people i {
          color: #c4c4c4;
          padding-right: 4px; }
      #recap .content .line .price {
        width: 56px;
        text-align: right; }
        #recap .content .line .price .price-info {
          position: relative; }
          #recap .content .line .price .price-info .content {
            display: none; }
          #recap .content .line .price .price-info:hover .price-info-content {
            display: block;
            posisition: absolute; }
      #recap .content .line:hover {
        background: #ff5a5f;
        color: #fff; }
        #recap .content .line:hover *, #recap .content .line:hover i {
          color: #fff; }
    #recap .content .date + .line {
      border-top: 3px solid #fff; }
    #recap .content .line + .date {
      border-top: 3px solid #fff; }
    #recap .content .end {
      border-top: 3px solid #fff; }
    #recap .content .options {
      padding-top: 3px;
      background: #fff; }
      #recap .content .options .line {
        border-bottom: 3px solid #fff; }
        #recap .content .options .line .name {
          width: 180px; }
  #recap.recap-no-activity .content {
    height: calc(100% - 188px); }
  #recap .bottom {
    position: absolute;
    bottom: 10px;
    height: 150px;
    text-align: center;
    width: 100%; }
    #recap .bottom .total {
      font-size: 24px;
      font-weight: bold;
      text-align: left;
      padding: 0 25px 0 20px; }
      #recap .bottom .total .price {
        float: right; }
    #recap .bottom .btn {
      width: 220px;
      margin-top: 5px;
      font-size: 12px;
      font-weight: normal; }
      #recap .bottom .btn:hover {
        color: #fff; }
      #recap .bottom .btn.btn-validate, #recap .bottom .btn.btn-see {
        height: 42px;
        line-height: 31px;
        font-weight: bold;
        font-size: 14px; }
  #recap.recap-no-activity .bottom {
    height: 55px; }
  #recap .no-activity {
    background: url("../../../bundles/hobbizerorganiser/images/no-activity.png") no-repeat center 25px;
    padding: 205px 30px 20px;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    display: none; }
  #recap .one-activity {
    background: url("../../../bundles/hobbizerorganiser/images/one-activity.png") no-repeat center 25px;
    padding: 205px 30px 20px;
    text-align: center;
    font-size: 14px;
    display: none; }
    #recap .one-activity strong {
      font-size: 17px;
      margin-bottom: 10px;
      display: block;
      line-height: 19px;
      padding: 0 8px; }
  #recap .no-activity:after, #recap .one-activity:after {
    content: url("../../../bundles/hobbizerorganiser/images/recap-arrow.png");
    width: 84px;
    height: 106px;
    display: block;
    margin: 10px auto auto 37px; }
  #recap .share-program {
    background: url("../../../bundles/hobbizerorganiser/images/share-program/illustration.png") no-repeat center 25px;
    padding-top: 230px; }
    #recap .share-program span {
      padding: 0 25px;
      text-align: center;
      display: block;
      font-weight: bold;
      margin-bottom: 26px; }
    #recap .share-program .viralisation {
      width: 198px;
      margin: auto;
      padding-top: 0;
      text-align: center;
      padding-bottom: 0; }
      #recap .share-program .viralisation .social {
        font-size: 40px;
        padding: 0;
        background: none;
        border: 0; }
        #recap .share-program .viralisation .social:before {
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          height: 92px;
          display: block; }
        #recap .share-program .viralisation .social.facebook:before {
          width: 65px;
          background-image: url("../../../bundles/hobbizerorganiser/images/share-program/arrow1.png"); }
        #recap .share-program .viralisation .social.twitter:before {
          width: 54px;
          background-image: url("../../../bundles/hobbizerorganiser/images/share-program/arrow2.png"); }
        #recap .share-program .viralisation .social.send-friend:before {
          width: 69px;
          background-image: url("../../../bundles/hobbizerorganiser/images/share-program/arrow3.png"); }

.edit-program #recap .one-activity, .edit-program #recap .no-activity {
  display: block; }

/* sous menu participants, service type */
.nb-people-value, .service-types-value {
  background: #fff url("../../../bundles/hobbizerorganiser/images/pictos/select-bottom.png") no-repeat right 11px center;
  padding-right: 17px;
  line-height: 29px;
  width: 165px;
  text-align: left;
  padding-left: 10px;
  cursor: pointer; }

.service-types-value {
  width: 190px; }

.participants {
  position: relative; }
  .participants .number-participants {
    width: 42px; }
  .participants label.error + label.error {
    display: none !important; }

.sub-menu-participants, .sub-menu-service-types {
  position: absolute;
  top: 69px;
  left: 0;
  background: #fff;
  border: 1px solid #9ea9b3;
  z-index: 75;
  border-bottom: 2px solid #ff5a5f; }
  .sub-menu-participants:before, .sub-menu-service-types:before {
    content: "";
    background: url("../../../bundles/hobbizerorganiser/images/white-arrow.png") no-repeat center;
    width: 18px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 16px; }
  .sub-menu-participants .bottom, .sub-menu-service-types .bottom {
    background: #eaeceb;
    height: 40px; }
  .sub-menu-participants .close, .sub-menu-service-types .close {
    text-transform: uppercase;
    color: #ff5a5f;
    font-size: 14px;
    line-height: 40px;
    padding-right: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0 0 0 #fff;
    position: relative; }
    .sub-menu-participants .close:before, .sub-menu-service-types .close:before {
      content: " ";
      background: url("../../../bundles/hobbizerorganiser/images/pictos/close-color.png") no-repeat center;
      width: 11px;
      height: 11px;
      position: absolute;
      left: -20px;
      top: 14px; }

.service-types {
  position: relative; }

.sub-menu-service-types .content {
  padding: 5px 20px;
  font-size: 12px; }
  .sub-menu-service-types .content label {
    white-space: nowrap; }

.sub-menu-participants .elements {
  padding: 8px 40px 8px 5px; }
.sub-menu-participants .line {
  margin-bottom: 3px;
  white-space: nowrap; }
  .sub-menu-participants .line:first-child .delete {
    visibility: hidden; }
.sub-menu-participants .col {
  vertical-align: top;
  display: inline-block;
  margin-right: 12px;
  padding-top: 5px;
  height: 51px; }
.sub-menu-participants .info {
  position: relative; }
  .sub-menu-participants .info .picto {
    background: url("../../../bundles/hobbizerorganiser/images/pictos/interrogation.png") no-repeat center;
    text-indent: -9999em;
    width: 19px;
    height: 19px;
    margin-top: 13px; }
  .sub-menu-participants .info .info-content {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    color: #fff;
    width: 250px;
    white-space: normal;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 50; }
  .sub-menu-participants .info:hover .info-content {
    display: block; }
.sub-menu-participants .title-col {
  background: url("../../../bundles/hobbizerorganiser/images/participant.png") no-repeat left center;
  color: #fff;
  width: 157px;
  line-height: 51px;
  padding-top: 0;
  text-align: center; }
.sub-menu-participants .age-col .control-label {
  float: left;
  line-height: 42px;
  font-weight: normal;
  padding-right: 7px; }
.sub-menu-participants .age-col .input-group {
  width: 70px;
  float: left; }
  .sub-menu-participants .age-col .input-group .form-control {
    border-right: 0;
    padding-right: 5px;
    border-color: #c8c8c8; }
  .sub-menu-participants .age-col .input-group .input-group-addon {
    background: #fff;
    padding: 5px; }
  .sub-menu-participants .age-col .input-group.error .form-control, .sub-menu-participants .age-col .input-group.error .input-group-addon {
    border-color: #ff4d4d;
    background: #ffd1d1; }
.sub-menu-participants .error-col {
  line-height: 32px; }
.sub-menu-participants .delete {
  background: url("../../../bundles/hobbizerorganiser/images/pictos/remove.png") no-repeat center;
  width: 24px;
  height: 24px;
  opacity: .4;
  display: block;
  margin-top: 10px; }
  .sub-menu-participants .delete:hover {
    opacity: 1; }
.sub-menu-participants .add-participant {
  text-align: left;
  margin: 10px 0; }
  .sub-menu-participants .add-participant .btn {
    color: #ff5a5f; }
    .sub-menu-participants .add-participant .btn i {
      color: #2b2d2e;
      font-size: 16px;
      top: 3px; }

/* fin sous menu participants */
.program-form {
  margin-bottom: 30px;
  padding: 30px 0;
  width: calc(100% - 265px);
  background: #2b2d2e url("../../../bundles/hobbizerorganiser/images/background-program-form-small.png") no-repeat top center; }
  .program-form .go {
    display: none; }
  .program-form .container, .program-form #home .home-container, #home .program-form .home-container {
    max-width: 835px;
    margin: auto;
    text-align: center; }
  .program-form .hasDatepicker, .program-form .nb-people-value {
    border-color: #fff; }
  .program-form .form-control, .program-form .control-label {
    display: inline-block; }
  .program-form .block {
    margin-right: 1.83%;
    display: inline-block;
    position: relative; }
    .program-form .block > .control-label {
      color: #fff;
      font-weight: normal;
      padding-right: 15px; }
    .program-form .block label.error {
      position: absolute;
      bottom: 40px;
      width: 100%;
      text-align: left;
      color: #fff;
      right: 0;
      line-height: 13px;
      z-index: 70; }
  .program-form .start input, .program-form .start label.error, .program-form .end input, .program-form .end label.error {
    width: 165px; }
  .program-form .submit {
    margin-right: 0; }
    .program-form .submit .btn {
      font-size: 15px;
      color: #fff;
      width: 135px;
      margin-left: 1.5%; }
      .program-form .submit .btn:hover {
        background: #2b2d2e; }
  .program-form .sub-menu-participants {
    top: 44px; }
  @media (max-width: 991px) {
    .program-form .participants {
      width: 100%; } }

.recap-mobile {
  display: none; }

.subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400; }

#categories .title {
  text-align: left;
  margin-bottom: 40px; }
  #categories .title .date {
    font-weight: 200;
    font-size: 29px;
    margin-bottom: 10px; }
    #categories .title .date .day:after {
      content: url("../../../bundles/hobbizerorganiser/images/pictos/date-arrow.png");
      padding-left: 15px;
      padding-right: 5px;
      position: relative;
      top: -3px; }
    #categories .title .date .day-period {
      color: #ff5a5f; }
  #categories .title .text {
    text-align: left;
    width: 50%;
    float: left; }
  #categories .title .subtitle {
    text-align: left; }
  #categories .title .search-form {
    width: 50%;
    float: right;
    max-width: 290px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    #categories .title .search-form .form-control {
      border: 0;
      width: calc(100% - 46px);
      padding-left: 10px;
      display: inline-block; }
    #categories .title .search-form button {
      background: #fff url("../../../bundles/hobbizerorganiser/images/pictos/search.png") no-repeat center;
      width: 40px;
      height: 40px;
      border: none;
      text-indent: -9999em; }
#categories .options-block .title {
  margin-left: 0; }
#categories .results {
  margin-top: 30px; }
  #categories .results .block {
    width: 30.7%;
    margin: 10px 1.3%;
    float: left;
    position: relative;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    #categories .results .block:hover, #categories .results .block:active, #categories .results .block:focus {
      text-decoration: none; }
    #categories .results .block img {
      max-width: 100%; }
    #categories .results .block .name {
      text-align: center;
      display: block;
      font-size: 15px;
      font-weight: bold;
      padding-top: 15px;
      color: #3a3839;
      height: 56px;
      overflow: hidden; }
    #categories .results .block .min-price {
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      padding: 4px 4px;
      font-weight: bold;
      background: #000;
      background: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
      #categories .results .block .min-price span {
        display: block;
        font-size: 28px; }
    #categories .results .block:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 56px;
      left: 0;
      -webkit-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
    #categories .results .block:hover:after {
      background: rgba(0, 0, 0, 0.3); }
    #categories .results .block:hover .min-price {
      background: #ff5a5f;
      z-index: 20; }
    #categories .results .block.specific {
      background: #56d6bf;
      color: #fff;
      height: 0;
      padding-top: 17.2%;
      position: relative; }
      #categories .results .block.specific .content {
        position: absolute;
        top: 15%;
        text-align: center;
        width: 100%;
        padding: 0 10px; }
        #categories .results .block.specific .content .text {
          font-weight: bold;
          font-size: 24px;
          line-height: 24px; }
        #categories .results .block.specific .content .btn {
          font-size: 11px;
          color: #fff;
          border-color: #fff;
          margin-top: 20px; }
          #categories .results .block.specific .content .btn:hover {
            color: #56d6bf;
            background: #fff; }
      #categories .results .block.specific:hover .btn {
        color: #56d6bf;
        background: #fff; }
      #categories .results .block.specific:hover:after {
        background: 0; }
#categories .first-level .title {
  margin-left: 0; }
#categories .first-level .results {
  margin-right: -1.3%;
  margin-left: -1.3%; }
  #categories .first-level .results .block {
    margin: 10px 1.7%;
    width: 29.8%;
    position: relative; }
    #categories .first-level .results .block .name {
      position: absolute;
      bottom: -6px;
      width: 100%;
      font-size: 17px;
      text-align: center;
      z-index: 20; }
      #categories .first-level .results .block .name .content {
        background: #000;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-weight: bold;
        padding: 13px 10px;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease; }
    #categories .first-level .results .block:after {
      bottom: 0; }
    #categories .first-level .results .block:hover .content {
      background: #ff5a5f; }

.main-categories {
  width: 200px;
  float: left;
  margin-top: 30px;
  border-right: 1px solid #e8eceb;
  margin-right: -1px; }
  .main-categories .link {
    height: 40px;
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 2px;
    font-weight: 300; }
    .main-categories .link span {
      display: block;
      position: absolute;
      width: 93%;
      margin-top: 10px; }
    .main-categories .link.current, .main-categories .link:hover {
      background: #ff5a5f;
      color: #fff;
      text-decoration: none; }
      .main-categories .link.current:after, .main-categories .link.current:before, .main-categories .link:hover:after, .main-categories .link:hover:before {
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border: solid rgba(255, 255, 255, 0);
        z-index: 15; }
      .main-categories .link.current:after, .main-categories .link:hover:after {
        border-color: rgba(255, 255, 255, 0);
        border-width: 7px;
        right: -14px;
        border-left-color: #ff5a5f;
        top: 50%;
        margin-top: -7px; }
      .main-categories .link.current:before, .main-categories .link:hover:before {
        border-color: rgba(255, 255, 255, 0);
        border-width: 8px;
        right: -16px;
        border-left-color: none;
        top: 50%;
        margin-top: -8px; }
  .main-categories .services {
    margin-top: 50px;
    padding-top: 80px;
    background: url("../../../bundles/hobbizerorganiser/images/services/title.png") no-repeat top center; }
    .main-categories .services .link {
      margin-bottom: 10px; }

.main-categories + .all {
  width: 955px;
  float: left;
  border-left: 1px solid #e8eceb;
  padding-left: 13px;
  margin-right: -1.4%; }

#reassurance {
  background: #eaeceb;
  padding: 25px 0;
  margin-top: 40px; }
  #reassurance .blocks {
    margin-left: -15px;
    margin-right: -15px; }
  #reassurance .block {
    color: #565c5b;
    width: 25%;
    float: left;
    padding-left: 63px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 71px;
    font-size: 13px;
    padding-right: 1%;
    line-height: 16px;
    padding-top: 10px; }
    @media (max-width: 991px) {
      #reassurance .block {
        background-position: top center !important;
        padding-top: 76px;
        padding-left: 0 !important;
        text-align: center; } }
    #reassurance .block.independant {
      background-image: url("../../../bundles/hobbizerorganiser/images/reassurance/independant.png");
      background-position: left 0;
      padding-left: 53px; }
    #reassurance .block.parisien {
      background-image: url("../../../bundles/hobbizerorganiser/images/reassurance/parisien.png");
      padding-left: 46px;
      padding-right: 2%; }
    #reassurance .block.transparent {
      background-image: url("../../../bundles/hobbizerorganiser/images/reassurance/transparent.png");
      padding-left: 55px;
      background-position: left 13px; }
    #reassurance .block.budget {
      background-image: url("../../../bundles/hobbizerorganiser/images/reassurance/budget.png"); }
    #reassurance .block strong {
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px;
      color: #2b2d2e;
      font-size: 15px; }
    @media (max-width: 991px) {
      #reassurance .block span {
        display: none; } }

.password-container {
  width: 395px;
  margin: 30px auto; }
  .password-container .btn {
    width: 100%; }

#sendPage {
  width: 395px;
  padding: 35px 30px; }
  #sendPage .title {
    font-size: 19px;
    text-transform: uppercase;
    color: #ff5a5f;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center; }
  #sendPage .email-send {
    text-align: center; }
    #sendPage .email-send .btn {
      margin-top: 15px;
      margin-bottom: 15px; }

#payment {
  color: #000000; }
  #payment #content {
    width: 100%; }
  #payment .background {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #EEF0EF;
    min-height: 620px; }
  #payment #reassurance {
    margin-top: 0; }
  #payment.accepted .background {
    background-image: url("../../../bundles/hobbizerorganiser/images/paiement-accepte.png"); }
  #payment.declined .background {
    background-image: url("../../../bundles/hobbizerorganiser/images/paiement-refuse.png"); }
  #payment .content {
    padding-left: 460px; }
  #payment .bottom {
    margin-top: 169px;
    padding-left: 460px;
    color: #fff; }
    #payment .bottom .mail {
      color: #fff;
      font-weight: bold; }
  #payment .title {
    font-size: 44px;
    padding-top: 50px;
    margin-bottom: 25px;
    line-height: 49px; }
  #payment .mail {
    color: #56d6bf;
    text-decoration: underline; }
    #payment .mail:hover {
      color: #000; }
  #payment p {
    line-height: 22px; }
  #payment .my-account {
    width: 230px;
    margin: 15px auto 30px;
    display: block;
    font-weight: normal; }

.redirection-payment {
  color: #ff5a5f;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 50px; }

#paymentForm {
  text-align: center;
  margin-bottom: 40px; }

.viralisation {
  padding-top: 13px;
  padding-bottom: 11px;
  text-align: right; }
  .viralisation button {
    border: 0;
    background: #fff;
    font-size: 16px; }
    .viralisation button:hover {
      color: #ff5a5f; }

#ui-datepicker-div {
  z-index: 100 !important; }

/*a nettoyer*/
#prev.disabled, #next.disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc; }

.contact .title {
  color: #ff5a5f;
  text-align: center;
  font-size: 30px;
  margin-top: 15px; }
.contact .text {
  text-align: center;
  font-size: 22px;
  margin-top: 25px; }
  .contact .text a {
    color: #ff5a5f; }
.contact form {
  max-width: 700px;
  margin: 50px auto; }
.contact label {
  margin-bottom: 15px; }
.contact button {
  margin-top: 20px; }
.contact textarea {
  height: 200px; }
.contact .info {
  max-width: 700px;
  margin: auto;
  font-size: 12px; }

.wowbook-lightbox {
  width: 100% !important; }

.wowbook-close {
  display: none; }

.price .total-price, .price.total-price {
  font-weight: bold;
  position: relative; }
.price .detail-content {
  display: none;
  position: absolute;
  border: 1px solid #000;
  top: 25px;
  left: -180px;
  background: #fff;
  font-size: 15px;
  font-weight: normal;
  width: 300px;
  padding: 10px;
  z-index: 50; }
.price .detail {
  position: absolute;
  right: 8px;
  top: 0px; }
  .price .detail:hover .detail-content {
    display: block; }
    .price .detail:hover .detail-content .activity {
      margin-bottom: 15px; }
    .price .detail:hover .detail-content span {
      display: block;
      white-space: nowrap; }
.price .picto {
  background: url("../../../bundles/hobbizerorganiser/images/pictos/interrogation.png") no-repeat center;
  text-indent: -9999em;
  width: 19px;
  height: 19px; }

.error-page #content {
  width: 100%; }
.error-page .bg {
  height: 560px;
  background: #eaeceb url("../../../bundles/hobbizerorganiser/images/errors/bg.png") repeat-x bottom; }
  @media (max-width: 767px) {
    .error-page .bg {
      height: auto; } }
.error-page #reassurance {
  margin-top: 0; }

.error-content {
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 560px; }
  @media (max-width: 767px) {
    .error-content {
      height: auto;
      background: #fff;
      padding-bottom: 50px;
      border-bottom: 6px solid #ff5a5f; } }
  .error-content .text {
    max-width: 580px;
    margin: auto;
    padding-top: 100px;
    padding-left: 310px; }
    .error-content .text h1 {
      margin-top: 0;
      font-size: 53px; }
    .error-content .text p {
      font-size: 24px; }
    @media (max-width: 767px) {
      .error-content .text {
        max-width: 95%;
        padding-left: 0;
        text-align: center;
        padding-top: 50px; } }
  @media (min-width: 768px) {
    .error-content.error-404 {
      background-image: url("../../../bundles/hobbizerorganiser/images/errors/404.png"); } }
  @media (min-width: 768px) {
    .error-content.error-500 {
      background-image: url("../../../bundles/hobbizerorganiser/images/errors/500.png"); } }
  .error-content.error-500 .text {
    max-width: 790px; }
  .error-content.error-500 p {
    font-size: 15px; }

.options-block .options .option .name {
  z-index: 1; }
.options-block .options .option:after {
  height: 100%; }

.program-size {
  font-size: 1px;
  color: #fff;
  display: none; }

.program-l {
  display: inline; }

@media (max-width: 1445px) {
  .with-program-column .container, .with-program-column #home .home-container, #home .with-program-column .home-container {
    width: 970px; }

  .main-categories {
    width: 20%; }
    .main-categories + .all {
      width: 77%;
      padding-left: 0; }

  .all .options-block .options .option {
    margin: 0 1%;
    width: 30%; }
    .all .options-block .options .option img {
      width: 100%; }

  /***Page activite***/
  .sheet .slider {
    width: 58%; }
  .sheet .top .info {
    width: 42%;
    padding: 15px 10px 0 25px; }
    .sheet .top .info .more {
      margin-top: 5px;
      margin-bottom: 10px; }
    .sheet .top .info .pictos {
      padding: 0px 0; }
      .sheet .top .info .pictos > div {
        height: 30px; }

  .viralisation {
    padding-top: 8px;
    padding-bottom: 5px; }

  .sheet .form .fields {
    width: 58%; }
  .sheet .form .form-group {
    width: 27%; }
  .sheet .form .nb-people-value, .sheet .form .service-types-value {
    width: 100%; }
  .sheet .form .price-block {
    width: 42%; }
    .sheet .form .price-block .title {
      font-size: 17px;
      margin-bottom: 15px; }

  #categories .results .block.specific .content .text {
    font-size: 18px;
    line-height: 18px; }
  #categories .results .block.specific .content .btn {
    margin-top: 10px; } }
@media (max-width: 1320px) {
  .program-form, #content {
    width: calc(100% - 215px); }

  #recap {
    width: 215px; }
    #recap .top .empty-btn {
      width: 185px;
      font-size: 12px; }
    #recap .bottom .btn {
      width: 188px;
      font-size: 12px; }

  .edit-program #recap .one-activity, .edit-program #recap .no-activity {
    padding: 165px 30px 20px;
    font-size: 14px;
    background-size: 60%; }

  #recap .bottom .btn {
    left: 13px; } }
@media (max-width: 1200px) {
  /***Home page***/
  #home #header .content {
    margin-top: 88px;
    margin-bottom: 80px; }
  #home .roadbook .content:before {
    left: -305px; }

  #animation-home {
    margin-left: 24px;
    margin-top: 21px;
    width: 310px; }

  #home #container-animation .block {
    margin-top: 0; }
    #home #container-animation .block .title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; }
    #home #container-animation .block li {
      font-size: 15px;
      line-height: 19px;
      margin-bottom: 9px; }
  #home .home-activities a.activity .name {
    top: 26%;
    font-size: 27px; }

  /***Comment ca marche***/
  .how-it-works {
    background-position: center -74px; }
    .how-it-works .container-animation {
      background-size: 920px;
      margin-right: -8px;
      height: 300px; }
      .how-it-works .container-animation.first #canvas {
        width: 35%; }
      .how-it-works .container-animation.second #canvas {
        top: 11px;
        left: 371px;
        width: 27%; }
      .how-it-works .container-animation.third #canvas {
        top: -24px;
        left: 640px;
        width: 30%; }

  /***Programme***/
  .with-program-column .container, .with-program-column #home .home-container, #home .with-program-column .home-container {
    width: 880px; }

  /***Categories***/
  .options-block .options .option {
    margin: 0 1% 10px 1%;
    width: 29%; }
    .options-block .options .option img {
      width: 100%; }

  /***Liste activites***/
  .main-categories .services .link {
    font-size: 12px; }

  #categories .results .block .min-price {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 5px 5px; }
    #categories .results .block .min-price span {
      font-size: 18px; }
  #categories .results .block .name {
    font-size: 14px;
    padding-top: 5px; }
  #categories .first-level .results .block .name {
    bottom: -16px; }

  .main-categories .link {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px; }

  .all .options-block .options .option .name {
    line-height: 14px;
    font-size: 11px;
    padding: 4px 10px; }

  /**Mon compte**/
  .programs .program {
    width: 100%;
    position: relative;
    display: block; }
    .programs .program a span {
      display: inline-block; }
    .programs .program a .program-dates {
      width: 30%; }
    .programs .program a .creation-date, .programs .program a .expiration-date, .programs .program a .fa-search {
      line-height: 36px;
      vertical-align: top; }

  #account.current-programs .program .delete {
    line-height: 36px;
    vertical-align: top; }

  #categories .results .block.specific .content .text {
    font-size: 13px;
    line-height: 13px; }
  #categories .results .block.specific .content .btn {
    margin-top: 7px;
    padding: 3px 8px; }

  #payment .content, #payment .bottom {
    padding-left: 340px; } }
@media (max-width: 1170px) {
  /***Footer***/
  .with-program-column .footer .logo {
    width: 125px;
    background-size: 100%; }
  .with-program-column #reassurance .block {
    background-size: 35px;
    padding-top: 50px; }
    .with-program-column #reassurance .block.parisien {
      background-size: 22px;
      padding-right: 0; }
    .with-program-column #reassurance .block strong {
      font-size: 12px; }
  .with-program-column .footer .col.payment .fa-cc-visa {
    padding-right: 0; }

  .footer .col.social .instagram {
    padding-right: 0; }

  .with-program-column .container, .with-program-column #home .home-container, #home .with-program-column .home-container {
    width: 900px; }
  .with-program-column #reassurance .block {
    background-position: top center !important;
    padding-left: 0 !important;
    text-align: center; }
    .with-program-column #reassurance .block span {
      display: none; }
  .with-program-column .footer .col.about {
    width: 31%; }
  .with-program-column .footer .col.hobbizer {
    width: 23%; }
  .with-program-column .footer .col.payment {
    width: 28%; }

  .program-form, #content {
    width: calc(100% - 185px); }

  #recap {
    width: 185px; }
    #recap .top .empty-btn, #recap .bottom .btn {
      width: 170px;
      font-size: 10px; }
    #recap .no-activity {
      padding: 125px 30px 20px;
      font-size: 14px;
      background-size: 50%; }
    #recap .content.scroll-wrapper {
      margin-top: 5px; }
    #recap .bottom .btn {
      left: 9px; }
    #recap .no-activity:after, #recap .one-activity:after {
      margin: 0px auto auto -10px; }

  .program-form {
    padding: 15px 0; }

  #recap .top {
    height: 79px;
    padding-top: 15px; }
  #recap.recap-no-activity .content {
    height: calc(100% - 155px); }

  #program .program-table td div.empty .add {
    padding-left: 65px;
    padding-top: 31px;
    background-position: 24px center; }

  .with-program-column .container, .with-program-column #home .home-container, #home .with-program-column .home-container {
    width: 820px; }

  #program .program-table {
    width: 100%; }

  .with-program-column .title {
    margin-top: 0; }

  .program-form {
    margin-bottom: 20px; }

  .with-program-column .container, .with-program-column #home .home-container, #home .with-program-column .home-container {
    width: 750px; }

  #program .program-table th.period-name {
    height: 102px; }
  #program .program-table td.slot {
    height: 102px;
    width: 23%; }

  .program-form .start input, .program-form .start label.error {
    width: 125px; }
  .program-form .end input, .program-form .end label.error {
    width: 125px; }

  .nb-people-value, .service-types-value {
    width: 130px; }

  .program-size {
    display: none; }

  .program-m {
    display: inline; }

  #program .program-table td {
    width: 31%; }
    #program .program-table td div.not-empty span.name {
      width: 100%; }
  #program .program-table .bottom {
    width: 100%; }
    #program .program-table .bottom .viralisation {
      margin-left: 0; }
    #program .program-table .bottom .btn {
      margin-right: 0px;
      font-size: 12px; }
  #program .program-table td div.not-empty span:first-child {
    padding-top: 26px;
    line-height: 6px; }

  .options-block .options .option {
    margin: 0 1.5% 10px 1.5%; }

  .sheet .slider {
    width: 100%; }
  .sheet .top .info {
    width: 100%;
    padding: 15px 25px 10px 25px; }
  .sheet .form .fields {
    width: 67%; }
  .sheet .form .price-block {
    width: 35%; }
    .sheet .form .price-block .price .detail {
      right: 0;
      top: 11px; }

  #categories .all .options-block .title {
    margin-right: 0; }

  /**Mon compte**/
  #account {
    padding-top: 30px; }
    #account .contact-organiser {
      padding: 2px 13px 10px 185px;
      font-size: 18px;
      line-height: 22px; }

  #categories .results .block.specific .content {
    top: 9%; }

  .main-categories .services {
    background-size: 100%; }

  #recap .bottom .total {
    font-size: 18px; } }
@media (max-width: 991px) {
  body {
    width: 100%;
    overflow-x: hidden; }

  .registration-content .explanation {
    margin-top: 35px;
    margin-bottom: 0; }

  #home #header .content {
    margin-top: 100px; }

  /***menu***/
  #header #top {
    position: fixed; }

  #top .home-container {
    width: 100%;
    overflow: hidden; }

  #openMenu {
    display: block; }

  .locale {
    position: absolute;
    top: 18px;
    left: 178px; }

  #home #header .links .locale a, #home #header .links .locale a:hover {
    color: #333333; }

  #header .links ul {
    width: 0;
    right: 0;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    border: none;
    background: none;
    padding-top: 0 !important; }
    #header .links ul li {
      width: 100%;
      right: -100%;
      position: relative;
      border-radius: 0;
      -webkit-transition: all 0.4s ease;
      /* Safari 3.2+, Chrome */
      -moz-transition: all 0.4s ease;
      /* Firefox 4-15 */
      -o-transition: all 0.4s ease;
      /* Opera 10.5-12.00 */
      transition: all 0.4s ease;
      /* Firefox 16+, Opera 12.50+ */ }
    #header .links ul.visible {
      width: 100%; }
      #header .links ul.visible li {
        right: 0; }
    #header .links ul li a {
      border-radius: 0;
      background: #ff5a5f !important;
      color: #ffffff !important; }
      #header .links ul li a:hover {
        background: #2b2d2e !important; }

  #home #header #top {
    position: fixed; }
  #home #header #logo {
    background-size: 100%;
    width: 100px;
    margin-left: 10px;
    height: 63px; }

  /***Header***/
  #header #logo {
    background-size: 100%;
    width: 100px;
    margin-left: 10px;
    height: 63px; }

  .sub-menu-participants .add-participant .btn {
    padding-left: 0; }

  #home .program-form .submit {
    margin-bottom: 18px; }

  /***Footer***/
  .footer .logo {
    width: 125px;
    background-size: 100%; }

  .footer .col .links a {
    padding-bottom: 5px;
    display: inline-block; }

  #reassurance .block {
    background-size: 35px;
    padding-top: 50px; }
    #reassurance .block.parisien {
      background-size: 22px;
      padding-right: 0; }
    #reassurance .block strong {
      font-size: 12px; }

  .footer .col.payment .fa-cc-visa, .footer .col.social .instagram {
    padding-right: 0; }

  /***Home page***/
  #home #header {
    background-size: 130% !important;
    background-position: center 30px !important;
    /*overflow: hidden;*/ }
    #home #header .content .title {
      font-size: 30px;
      line-height: 35px; }
    #home #header .content .text {
      font-size: 16px;
      line-height: 20px; }

  .program-form .participants {
    margin-bottom: 18px;
    margin-right: 0; }
  .program-form .start input, .program-form .start label.error {
    width: 300px; }
  .program-form .end input, .program-form .end label.error {
    width: 300px; }

  #home .program-form {
    background: #2b2d2e;
    padding-bottom: 0; }
    #home .program-form .submit {
      margin-top: 18px; }

  .program-form {
    margin-bottom: 20px; }
    .program-form .block.end {
      margin-right: 0;
      float: right; }

  .sub-menu-participants .age-col .input-group .form-control {
    width: 37px; }

  #animation-home {
    display: none !important; }

  #home #container-animation {
    padding-top: 40px;
    padding-bottom: 40px; }
    #home #container-animation .block .title {
      font-size: 29px;
      line-height: 32px; }

  /***Comment ca marche***/
  .how-it-works {
    background-position: center -118px; }
    .how-it-works .container-animation {
      background-size: 730px auto;
      height: 250px;
      margin-right: -8px; }
      .how-it-works .container-animation.second #canvas {
        left: 281px;
        top: 21px; }
      .how-it-works .container-animation.third #canvas {
        left: 490px;
        top: -5px; }

  #howItWorks h1 {
    font-size: 30px;
    margin: 30px 0 25px; }

  .how-it-works .text {
    width: 100%; }
    .how-it-works .text .title {
      font-size: 18px; }
    .how-it-works .text p {
      font-size: 15px; }

  .with-program-column #recap {
    display: none; }

  .recap-mobile {
    margin-bottom: 20px;
    display: block; }
    .recap-mobile .top {
      background: #ff5a5f;
      padding-top: 10px;
      padding-bottom: 10px; }
      .recap-mobile .top .btn {
        border-color: #fff;
        background: #ff5a5f;
        color: #fff;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px; }
        .recap-mobile .top .btn:hover, .recap-mobile .top .btn:active, .recap-mobile .top .btn:focus {
          background: #fff;
          color: #ff5a5f; }
    .recap-mobile .bottom {
      background: #eaeceb;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: bold; }
      .recap-mobile .bottom .price {
        float: right; }

  #home .recap-mobile {
    display: none; }

  /***with-program-column***/
  .with-program-column #content {
    width: 100%; }
  .with-program-column .container, .with-program-column #home .home-container, #home .with-program-column .home-container {
    width: 750px;
    max-width: 100%; }
  .with-program-column .footer .col.hobbizer {
    width: 97%; }
  .with-program-column .footer .col.about, .with-program-column .footer .col.payment {
    width: 30%; }
  .with-program-column .program-form {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0; }
    .with-program-column .program-form .start input, .with-program-column .program-form .start label.error {
      width: 120px; }
    .with-program-column .program-form .end input, .with-program-column .program-form .end label.error {
      width: 120px; }
    .with-program-column .program-form .block.end {
      margin-right: 1.83%;
      position: relative;
      float: none; }
    .with-program-column .program-form .participants {
      margin-bottom: 18px;
      margin-right: 1.83%;
      width: initial; }

  .explanation {
    width: 455px; }

  #categories .title {
    text-align: center;
    margin-left: 0; }
    #categories .title .search-form, #categories .title .text {
      width: 100%;
      max-width: 100%;
      margin: 10px 0; }
    #categories .title .subtitle {
      text-align: center; }

  #optionForm .form-group.comment {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }

  /***devis***/
  #quote .bottom .information .block {
    float: none;
    width: 100%;
    margin-bottom: 25px; }
    #quote .bottom .information .block .number {
      border: 4px solid #56d6bf;
      width: 35px;
      height: 35px;
      line-height: 27px;
      font-size: 19px;
      margin-top: -6px; }

  /***validation commande**/
  #payment .content, #payment .bottom {
    padding-left: 30%;
    margin-top: 46px; }

  /**popin options**/
  #optionsPopin {
    margin: auto;
    width: 670px; }

  .options-block .options {
    width: 100%; }

  #optionsPopin .options .option .name {
    line-height: 14px;
    font-size: 11px;
    padding: 4px 5px; }
  #optionsPopin .no-thanks {
    margin: 10px 0 0; }

  .user-info .address .control-label {
    margin-top: 20px; }

  .sheet .form .price-block .price {
    height: 70px; }
    .sheet .form .price-block .price .detail {
      position: relative;
      margin-top: -11px; }
    .sheet .form .price-block .price .picto {
      margin: auto; }
    .sheet .form .price-block .price .detail-content {
      left: -12px; }

  #payment .title {
    font-size: 35px;
    padding-top: 30px;
    margin-bottom: 15px; }
  #payment .background {
    min-height: 540px; }
  #payment.accepted .background {
    background-size: 1240px;
    background-position: -260px bottom; } }
@media (max-width: 830px) {
  #home #header {
    background-size: 170% !important; } }
@media (max-width: 768px) {
  .registration-content {
    width: 100%; }
    .registration-content .explanation {
      display: none; }
    .registration-content .registration-block {
      float: none;
      width: 100%;
      border-right: none;
      margin-top: 35px;
      margin-bottom: 30px; }

  /***Footer***/
  .footer h4 {
    font-size: 14px; }
  .footer .col.about a {
    font-size: 12px; }
  .footer .col.hobbizer {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }

  .with-program-column .footer .col.hobbizer {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }

  /***Home page***/
  .program-form {
    padding: 10px 0 0;
    width: 100%; }
    .program-form .block.participants, .program-form .block.end, .program-form .block.submit {
      display: none; }
    .program-form .block.start label {
      display: none; }
    .program-form .go {
      display: block;
      background: url("../../../bundles/hobbizerorganiser/images/go.png") no-repeat right center;
      width: 100%;
      height: 42px;
      position: absolute;
      right: 0;
      cursor: pointer; }
    .program-form .block {
      margin-right: 0;
      width: 100%;
      margin-bottom: 10px; }
      .program-form .block.end {
        float: none; }
      .program-form .block input {
        width: 100%; }
      .program-form .block > .control-label {
        padding-right: 0; }

  #home .program-form {
    padding: 10px 0 0; }
    #home .program-form .block.participants, #home .program-form .block.end, #home .program-form .block.submit {
      display: none; }
    #home .program-form .block.start label:not(.error) {
      display: none; }

  #home #header {
    background-size: 130% !important; }
    #home #header .content {
      /*margin-top: 48px;*/
      margin-bottom: 40px; }
      #home #header .content .text {
        display: none; }
      #home #header .content .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px; }
  #home .home-activities {
    margin-top: 25px; }
    #home .home-activities a.activity .name {
      /*font-size: 18px;*/ }

  /***Comment ca marche***/
  .how-it-works {
    background-position: center -288px; }
    .how-it-works .container-animation {
      display: none; }
    .how-it-works .text {
      height: initial;
      padding-bottom: 30px; }
      .how-it-works .text .next, .how-it-works .text .prev {
        top: 33px; }
      .how-it-works .text .title {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 15px;
        line-height: 20px; }
        .how-it-works .text .title span {
          font-size: 50px;
          height: 60px; }
        .how-it-works .text .title strong {
          width: 80%;
          font-size: 15px;
          line-height: 20px; }
      .how-it-works .text p {
        font-size: 14px;
        line-height: 18px;
        padding-left: 15px;
        margin-left: 5px; }

  /***with-program-column***/
  .with-program-column .program-form .participants, .program-form .block > .control-label, .with-program-column .nb-people-value, .service-types-value {
    width: 100%; }

  .with-program-column .program-form {
    background-image: none; }
    .with-program-column .program-form .start input, .with-program-column .program-form .start label.error {
      width: 100%; }
    .with-program-column .program-form .end input, .with-program-column .program-form .end label.error {
      width: 100%; }

  /***tableau***/
  .program-size {
    display: none; }

  .program-s {
    display: inline; }

  #program .program-table td {
    width: 48%; }
  #program .program-table tr.dates td {
    font-size: 14px; }
  #program .program-table td div.empty {
    background-image: none;
    background: #eaeceb; }
    #program .program-table td div.empty .add {
      padding-left: 49px;
      background-position: 14px center;
      font-size: 12px; }
  #program .program-options .options .option.empty img {
    width: 100%; }
  #program .program-table .bottom {
    width: 100%;
    text-align: center; }
    #program .program-table .bottom .viralisation {
      margin-left: 0;
      text-align: center;
      width: 100%; }
  #program .program-options .options .option .add {
    font-size: 13px;
    padding-left: 64px; }

  /***popin explications***/
  .explanation#explanation1:before, .explanation#explanation2:before, .explanation#explanation3:before {
    display: none; }

  #categories .first-level .results .block {
    width: 46%; }

  .options-block .options .option {
    width: 46%;
    margin-bottom: 20px; }

  .main-categories {
    display: none; }
    .main-categories + .all {
      width: 100%;
      border: none; }

  .sheet .form .fields {
    width: 100%;
    clear: both;
    float: none; }
  .sheet .form .price-block {
    width: 100%;
    position: relative;
    clear: both; }

  #option.sheet .other-options .option {
    margin-bottom: 20px; }

  /***validation commande**/
  #payment .content {
    padding-left: 0; }
  #payment .bottom {
    color: #000;
    padding-left: 0;
    margin-top: 20px; }
    #payment .bottom .mail {
      font-weight: normal;
      color: #56d6bf; }
  #payment.accepted .background {
    background: none; }

  /**Mon compte**/
  #account {
    padding-top: 10px; }
    #account .content .block {
      width: 100%;
      margin-bottom: 20px; }
    #account .image {
      width: 100%;
      float: none;
      margin-left: 0;
      text-align: center; }
    #account .content {
      width: 100%;
      float: none;
      margin-left: 0;
      text-align: center; }
      #account .content form {
        text-align: left; }
    #account .image img {
      width: initial; }
    #account .content .title {
      font-size: 24px;
      margin-bottom: 15px; }
    #account .contact-organiser {
      padding: 138px 10px 17px 10px;
      height: initial;
      background-position: center 10px; }
      #account .contact-organiser a {
        border: 1px solid #ff5a5f;
        width: calc(100% + 2px);
        left: -1px;
        bottom: -33px;
        -moz-border-top-left-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; }
    #account.validated-programs .waiting-validation {
      background-position: left 20px; }
    #account.current-programs .program {
      width: 480px;
      margin: auto; }

  #categories .results .block.specific .content {
    top: 16%; }

  /**popin options**/
  #optionsPopin {
    width: 600px; }
    #optionsPopin .options .option .name {
      line-height: 14px;
      font-size: 11px;
      padding: 4px 5px; }
    #optionsPopin .no-thanks {
      margin: 10px 0 0; }
    #optionsPopin .options .option {
      width: 30%; }

  /***tableau devis***/
  #quote table.quote-table tbody td:first-child {
    width: 70px; }
  #quote table.quote-table th {
    padding: 10px 5px; }
  #quote table.quote-table tbody td.name {
    width: 100px; }

  .sheet .form .price-block .price .detail-content {
    left: 50%;
    margin-left: -110px; } }
@media (max-width: 640px) {
  /***Footer***/
  .footer .col.payment, .footer .col.social {
    width: 50% !important;
    margin: 0 !important; }

  .with-program-column .col.payment, .with-program-column .col.social {
    width: 50% !important;
    margin: 0 !important; }

  .footer .col.about, .with-program-column .col.about {
    width: 50% !important;
    margin: 0 !important; }

  /***Home page***/
  #home #header {
    background-size: 150% !important; }
  #home .home-activities a.activity .name {
    font-size: 20px;
    top: 20%; }
  #home .home-activities a.activity .price {
    width: initial;
    left: 50%;
    margin-left: -65px;
    padding: 0 8px; }
    #home .home-activities a.activity .price strong {
      font-size: 15px; }

  /***Menu participants***/
  .program-form .sub-menu-participants {
    max-width: 100%;
    text-align: left; }

  .sub-menu-participants .title-col {
    width: 100%;
    background: #ff5a5f;
    display: block; }
  .sub-menu-participants .elements {
    padding: 8px 5px 0 5px; }
  .sub-menu-participants .col {
    margin-right: 5px; }

  #home #container-animation .block.left ul, #home #container-animation .block.right ul {
    background: none;
    padding-right: 0;
    padding-left: 0;
    min-height: initial; }
  #home #container-animation .block.left li, #home #container-animation .block.right li {
    background-position: left top;
    text-align: left;
    padding-right: 0;
    padding-left: 25px; }
  #home #container-animation .block li {
    background-size: 15px; }

  #program .program-options {
    margin-right: 0;
    left: 0;
    width: 100%; }
    #program .program-options .options .option {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      height: 92px;
      overflow: hidden; }
  #program .program-table .bottom .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px; }
  #program .program-options {
    margin-bottom: 0; }

  #categories .results .block {
    width: 47%; }

  .sheet .form .form-group {
    width: 100%;
    max-width: 100%; }

  .all .options-block .options .option {
    width: 48%;
    margin-bottom: 20px; }

  .programs .program a .program-dates {
    width: 100%; }

  #account.current-programs .program {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: auto; }
  #account .programs .program .delete, #account .programs .program .confirm {
    position: absolute;
    width: 100%;
    bottom: 0; }

  #categories .results .block.specific {
    min-height: 110px;
    padding-top: 26.3%; }

  .block.specific .content .btn {
    display: block; }

  .sheet .selected-list .selected {
    width: 46%;
    margin-bottom: 20px; }

  /**popin options**/
  #optionsPopin {
    width: 300px; }
    #optionsPopin .options .option {
      width: 200px;
      display: block;
      margin: auto;
      margin-bottom: 10px;
      height: 100px;
      overflow: hidden; }
    #optionsPopin .title {
      font-size: 20px;
      line-height: 22px; }
    #optionsPopin .subtitle {
      margin-bottom: 13px;
      line-height: 13px;
      margin-top: 8px;
      font-size: 12px; }

  .user-info .address .control-label {
    margin-top: 0; }

  #quote .user-info .form-group {
    width: 100%;
    float: none;
    margin-right: 0; }
  #quote table.quote-table tbody td {
    max-width: 14%; }
    #quote table.quote-table tbody td:first-child {
      width: 14%; }
    #quote table.quote-table tbody td:last-child {
      width: 50px; }
  #quote .bottom .total .label {
    padding-right: 20px; }

  /***tableau devis***/
  #growls.default {
    /*top: 172px;
    left: 50%;
    margin-left: 0;*/
    left: 0;
    margin-left: 0;
    width: 100%; }

  .growl.growl-large {
    width: 90%;
    padding: 15px 15px 15px 53px;
    margin: 15px; } }
@media (max-width: 510px) {
  #home #header {
    background-size: 170% !important; }

  .program-form .sub-menu-participants {
    width: 100%; }

  .sub-menu-participants .title-col {
    line-height: 29px; }
  .sub-menu-participants .col {
    padding-top: 5px;
    height: 40px; }
    .sub-menu-participants .col.age-col {
      display: block; }
    .sub-menu-participants .col.european-info-col {
      margin-left: -106px; }
  .sub-menu-participants .add-participant .btn {
    font-size: 12px; }

  #categories .first-level .results .block .name .content, .options-block .options .option .name {
    padding: 7px 6px;
    font-size: 11px;
    line-height: 14px; }

  #categories .first-level .results .block .name {
    bottom: -23px; }

  #home .home-activities a.activity .name {
    top: 30%; }

  .sheet .selected-list .selected {
    width: 96%; }

  #quote table.quote-table thead th {
    font-size: 12px;
    line-height: 13px; }
  #quote table.quote-table tbody td {
    font-size: 12px;
    line-height: 14px; } }
@media (max-width: 480px) {
  #home #header {
    background-size: 230% !important; }

  /***Footer***/
  #reassurance {
    padding: 20px 0 !important; }
    #reassurance .block {
      width: 50% !important; }
      #reassurance .block strong {
        font-size: 11px !important; }

  .footer {
    padding-top: 20px !important;
    padding-bottom: 40px !important; }

  /***popin***/
  .connection-block, .registration-block, .connection-block .remember-me, .registration-block .remember-me {
    width: 100%; }

  .connection-block .password-forgotten, .registration-block .password-forgotten {
    float: none;
    margin-bottom: 20px;
    display: block; }

  /***Home page***/
  #home .home-activities a.activity {
    width: 93.138%;
    overflow: hidden; }
    #home .home-activities a.activity img {
      width: 100%; }

  /***Comment ca marche***/
  .how-it-works .text .title {
    height: 100px; }
    .how-it-works .text .title span {
      font-size: 40px;
      height: 60px;
      margin-right: 5px; }
    .how-it-works .text .title strong {
      float: none; }

  #howItWorks h1 {
    font-size: 20px; }

  /***popin explications***/
  .explanation {
    width: 280px;
    background-position: center 10px;
    height: 410px;
    padding: 10px; }
    .explanation#explanation1, .explanation#explanation2, .explanation#explanation3 {
      background-size: 100%; }
    .explanation .content {
      width: 93%; }
      .explanation .content .text1 {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 10px; }
      .explanation .content .buttons .btn.stop {
        margin-right: 0;
        margin-bottom: 10px; }

  #categories .results .block {
    width: 100%; }
    #categories .results .block img {
      width: 100%; }
    #categories .results .block.specific {
      min-height: initial;
      height: initial;
      text-align: center;
      position: relative;
      padding: 40px;
      padding-bottom: 30px; }
      #categories .results .block.specific .content {
        left: 0;
        position: relative; }
        #categories .results .block.specific .content .text {
          font-size: 15px;
          line-height: 15px; }

  #quote table.quote-table .total-price .detail {
    display: none; }
  #quote table.quote-table tbody td.name img {
    display: none; }
  #quote table.quote-table thead th {
    font-size: 11px; }
  #quote .bottom .information .block .text {
    width: calc(100% - 65px);
    margin-left: 10px;
    float: left;
    font-size: 15px;
    margin-bottom: 20px; }
  #quote table.quote-table th {
    padding: 10px 0; } }
@media (max-width: 380px) {
  #home #header {
    background-size: 260% !important; }

  /***Home page***/
  .sub-menu-participants .col {
    display: block; }
    .sub-menu-participants .col.european-info-col {
      margin-left: 0; }
  .sub-menu-participants .error-col {
    display: none; }

  /***Comment ca marche***/
  .how-it-works .text .title {
    height: initial; }
    .how-it-works .text .title span {
      display: none; }

  /***programme***/
  /***programme***/
  .program-size {
    display: none; }

  .program-xs {
    display: inline; }

  #program .program-table td {
    width: 98%; }

  #account.validated-programs .waiting-validation {
    background: none;
    padding: 30px 0; }

  /**popin options**/
  #optionsPopin {
    width: 280px;
    padding: 10px; } }
@media (max-width: 340px) {
  #home #header {
    background-size: 300% !important; }

  .footer .col.about, .footer .col.payment, .footer .col.social {
    width: 100% !important; }

  .with-program-column .footer .col.about, .with-program-column .footer .col.payment, .with-program-column .footer .col.social {
    width: 100% !important; }

  /***Home page***/ }
@media (max-width: 300px) {
  #home #header {
    background-size: 410% !important; }

  /**popin options**/
  #optionsPopin {
    width: 250px;
    padding: 10px; } }
ul.tagit {
  border: 0;
  width: calc(100% - 46px);
  float: left;
  padding-left: 10px;
  padding-top: 6px;
  margin-bottom: 5px;
  font-size: 14px; }

ul.tagit li.tagit-new {
  padding: 0;
  margin-top: 6px; }

.tagit-autocomplete.ui-widget-content {
  border: 1px solid #ccc; }

.tagit-autocomplete .ui-menu-item-wrapper {
  padding: 1px 5px; }
.tagit-autocomplete .ui-state-active {
  border: none; }

.tagit-new .ui-autocomplete-input {
  margin-top: 4px; }

.banner-switch-user {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background: #01ff70;
  color: #000;
  font-weight: bold;
  z-index: 500; }
  .banner-switch-user .user {
    text-align: center;
    padding-top: 6px;
    font-size: 25px; }
  .banner-switch-user a {
    margin-top: 10px;
    margin-right: 10px;
    background: #000;
    border: #000 solid 1px;
    color: #fff; }
    .banner-switch-user a:hover, .banner-switch-user a:active, .banner-switch-user a:focus {
      background: #636363;
      border-color: #636363;
      color: #fff; }
  .banner-switch-user + #top {
    margin-top: 50px; }
