﻿/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;background-color:#fff;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));background:-webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background-clip:padding-box;color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto !important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));background-image:-webkit-linear-gradient(#eee 1%, #fff 15%);background-image:-moz-linear-gradient(#eee 1%, #fff 15%);background-image:-o-linear-gradient(#eee 1%, #fff 15%);background-image:linear-gradient(#eee 1%, #fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:5px;height:15px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-clip:padding-box;box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #aaa}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#111 !important}.chosen-disabled{opacity:0.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-size:52px 37px !important;background-repeat:no-repeat !important}}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a.ui-button:link,a.ui-button:visited,.ui-button{color:#454545;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,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.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,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.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);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)}.ui-widget-header .ui-icon{background-image:url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)}.ui-button .ui-icon{background-image:url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-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:-65px -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:-65px -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:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius: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}.ui-widget-overlay{background:#aaa;opacity:0.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.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-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width: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}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-draggable-handle{-ms-touch-action:none;touch-action:none}/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-sortable-handle{-ms-touch-action:none;touch-action:none}/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *//*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *//*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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:none;text-decoration:underline;text-decoration:underline 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{color:#000 !important;text-shadow:none !important;background:transparent !important;box-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,.oauth-buttons .btn-oauth>.caret,.button-primary>.caret,.dropup>.btn>.caret,.oauth-buttons .dropup>.btn-oauth>.caret,.dropup>.button-primary>.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("../fonts/bootstrap/glyphicons-halflings-regular.eot");src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;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{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: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;padding:0;margin:-1px;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:400;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{padding:.2em;background-color:#fcf8e3}.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,.static h1{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-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.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}.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;text-align:right;border-right:5px solid #eeeeee;border-left:0}.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:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333333;word-break:break-all;word-wrap:break-word;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,.login-page,.banner .message-container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.login-page:before,.banner .message-container:before,.container:after,.login-page:after,.banner .message-container:after{display:table;content:" "}.container:after,.login-page:after,.banner .message-container:after{clear:both}@media (min-width: 768px){.container,.login-page,.banner .message-container{width:750px}}@media (min-width: 992px){.container,.login-page,.banner .message-container{width:970px}}@media (min-width: 1200px){.container,.login-page,.banner .message-container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid:before,.container-fluid:after{display:table;content:" "}.container-fluid:after{clear:both}.row,.signup-page,#footer .row,#footer .signup-page{margin-right:-15px;margin-left:-15px}.row:before,.signup-page:before,#footer .row:before,#footer .signup-page:before,.row:after,.signup-page:after,#footer .row:after,#footer .signup-page:after{display:table;content:" "}.row:after,.signup-page:after,#footer .row:after,#footer .signup-page:after{clear:both}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.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,#footer .right.column,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,#footer .left.column,.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,.related-cases.bottom-wrapper>.content{position:relative;min-height:1px;padding-right:15px;padding-left: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,#footer .right.column,.col-md-5,.col-md-6,#footer .left.column,.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,#footer .right.column{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6,#footer .left.column{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,#footer .right.column.en{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,.related-cases.bottom-wrapper>.content{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,.related-cases.bottom-wrapper>.content{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}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}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>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{min-height:.01%;overflow-x:auto}@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{min-width:0;padding:0;margin:0;border: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:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="radio"][disabled],input.disabled[type="radio"],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input.disabled[type="checkbox"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}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: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 #ccc;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{background-color:transparent;border:0}.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}@media screen and (-webkit-min-device-pixel-ratio: 0){input.form-control[type="date"],input.form-control[type="time"],input.form-control[type="datetime-local"],input.form-control[type="month"]{line-height:34px}input.input-sm[type="date"],.input-group-sm>.form-control[type="date"],.input-group-sm>.input-group-addon[type="date"],.input-group-sm>.input-group-btn>.btn[type="date"],.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth[type="date"],.input-group-sm>.input-group-btn>.button-primary[type="date"],.input-group-sm input[type="date"],input.input-sm[type="time"],.input-group-sm>.form-control[type="time"],.input-group-sm>.input-group-addon[type="time"],.input-group-sm>.input-group-btn>.btn[type="time"],.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth[type="time"],.input-group-sm>.input-group-btn>.button-primary[type="time"],.input-group-sm input[type="time"],input.input-sm[type="datetime-local"],.input-group-sm>.form-control[type="datetime-local"],.input-group-sm>.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>.btn[type="datetime-local"],.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth[type="datetime-local"],.input-group-sm>.input-group-btn>.button-primary[type="datetime-local"],.input-group-sm input[type="datetime-local"],input.input-sm[type="month"],.input-group-sm>.form-control[type="month"],.input-group-sm>.input-group-addon[type="month"],.input-group-sm>.input-group-btn>.btn[type="month"],.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth[type="month"],.input-group-sm>.input-group-btn>.button-primary[type="month"],.input-group-sm input[type="month"]{line-height:30px}input.input-lg[type="date"],.input-group-lg>.form-control[type="date"],.input-group-lg>.input-group-addon[type="date"],.input-group-lg>.input-group-btn>.btn[type="date"],.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth[type="date"],.input-group-lg>.input-group-btn>.button-primary[type="date"],.input-group-lg input[type="date"],input.input-lg[type="time"],.input-group-lg>.form-control[type="time"],.input-group-lg>.input-group-addon[type="time"],.input-group-lg>.input-group-btn>.btn[type="time"],.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth[type="time"],.input-group-lg>.input-group-btn>.button-primary[type="time"],.input-group-lg input[type="time"],input.input-lg[type="datetime-local"],.input-group-lg>.form-control[type="datetime-local"],.input-group-lg>.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>.btn[type="datetime-local"],.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth[type="datetime-local"],.input-group-lg>.input-group-btn>.button-primary[type="datetime-local"],.input-group-lg input[type="datetime-local"],input.input-lg[type="month"],.input-group-lg>.form-control[type="month"],.input-group-lg>.input-group-addon[type="month"],.input-group-lg>.input-group-btn>.btn[type="month"],.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth[type="month"],.input-group-lg>.input-group-btn>.button-primary[type="month"],.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.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.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,.oauth-buttons .input-group-lg>.input-group-btn>.form-control-static.btn-oauth,.input-group-lg>.input-group-btn>.form-control-static.button-primary,.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,.oauth-buttons .input-group-sm>.input-group-btn>.form-control-static.btn-oauth,.input-group-sm>.input-group-btn>.form-control-static.button-primary{padding-right:0;padding-left:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth,.input-group-sm>.input-group-btn>.button-primary{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,.oauth-buttons .input-group-sm>.input-group-btn>select.btn-oauth,.input-group-sm>.input-group-btn>select.button-primary{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,.oauth-buttons .input-group-sm>.input-group-btn>textarea.btn-oauth,.input-group-sm>.input-group-btn>textarea.button-primary,select.input-sm[multiple],.input-group-sm>.form-control[multiple],.input-group-sm>.input-group-addon[multiple],.input-group-sm>.input-group-btn>.btn[multiple],.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth[multiple],.input-group-sm>.input-group-btn>.button-primary[multiple]{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.form-control[multiple]{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,.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth,.input-group-lg>.input-group-btn>.button-primary{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,.oauth-buttons .input-group-lg>.input-group-btn>select.btn-oauth,.input-group-lg>.input-group-btn>select.button-primary{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,.oauth-buttons .input-group-lg>.input-group-btn>textarea.btn-oauth,.input-group-lg>.input-group-btn>textarea.button-primary,select.input-lg[multiple],.input-group-lg>.form-control[multiple],.input-group-lg>.input-group-addon[multiple],.input-group-lg>.input-group-btn>.btn[multiple],.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth[multiple],.input-group-lg>.input-group-btn>.button-primary[multiple]{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.form-control[multiple]{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,.oauth-buttons .input-group-lg>.input-group-btn>.btn-oauth+.form-control-feedback,.input-group-lg>.input-group-btn>.button-primary+.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,.oauth-buttons .input-group-sm>.input-group-btn>.btn-oauth+.form-control-feedback,.input-group-sm>.input-group-btn>.button-primary+.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;background-color:#dff0d8;border-color:#3c763d}.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;background-color:#fcf8e3;border-color:#8a6d3b}.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;background-color:#f2dede;border-color:#a94442}.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{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media (min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.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,.oauth-buttons .btn-oauth,.button-primary{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;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,.oauth-buttons .btn-oauth:focus,.button-primary:focus,.btn.focus,.oauth-buttons .focus.btn-oauth,.focus.button-primary,.btn:active:focus,.btn.focus:active,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.oauth-buttons .btn-oauth:hover,.button-primary:hover,.btn:focus,.oauth-buttons .btn-oauth:focus,.button-primary:focus,.btn.focus,.oauth-buttons .focus.btn-oauth,.focus.button-primary{color:#333;text-decoration:none}.btn:active,.oauth-buttons .btn-oauth:active,.button-primary:active,.btn.active,.oauth-buttons .active.btn-oauth,.active.button-primary{background-image:none;outline:0;-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,.oauth-buttons .disabled.btn-oauth,.disabled.button-primary,.btn[disabled],.oauth-buttons .btn-oauth[disabled],.button-primary[disabled],fieldset[disabled] .btn,fieldset[disabled] .oauth-buttons .btn-oauth,.oauth-buttons fieldset[disabled] .btn-oauth,fieldset[disabled] .button-primary{cursor:not-allowed;filter:alpha(opacity=65);opacity:0.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,.oauth-buttons a.disabled.btn-oauth,a.disabled.button-primary,fieldset[disabled] a.btn,fieldset[disabled] .oauth-buttons a.btn-oauth,.oauth-buttons fieldset[disabled] a.btn-oauth,fieldset[disabled] a.button-primary{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;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default.focus:active,.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.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default.focus[disabled],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,.oauth-buttons .btn-oauth,.button-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.oauth-buttons .btn-oauth:focus,.button-primary:focus,.btn-primary.focus,.oauth-buttons .focus.btn-oauth,.focus.button-primary{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover,.oauth-buttons .btn-oauth:hover,.button-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.oauth-buttons .btn-oauth:active,.button-primary:active,.btn-primary.active,.oauth-buttons .active.btn-oauth,.active.button-primary,.open>.btn-primary.dropdown-toggle,.oauth-buttons .open>.dropdown-toggle.btn-oauth,.open>.dropdown-toggle.button-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.oauth-buttons .btn-oauth:active:hover,.button-primary:active:hover,.btn-primary:active:focus,.oauth-buttons .btn-oauth:active:focus,.button-primary:active:focus,.btn-primary.focus:active,.oauth-buttons .btn-oauth.focus:active,.button-primary.focus:active,.btn-primary.active:hover,.oauth-buttons .active.btn-oauth:hover,.active.button-primary:hover,.btn-primary.active:focus,.oauth-buttons .active.btn-oauth:focus,.active.button-primary:focus,.btn-primary.active.focus,.oauth-buttons .active.focus.btn-oauth,.active.focus.button-primary,.open>.btn-primary.dropdown-toggle:hover,.oauth-buttons .open>.dropdown-toggle.btn-oauth:hover,.open>.dropdown-toggle.button-primary:hover,.open>.btn-primary.dropdown-toggle:focus,.oauth-buttons .open>.dropdown-toggle.btn-oauth:focus,.open>.dropdown-toggle.button-primary:focus,.open>.btn-primary.dropdown-toggle.focus,.oauth-buttons .open>.dropdown-toggle.focus.btn-oauth,.open>.dropdown-toggle.focus.button-primary{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.oauth-buttons .disabled.btn-oauth:hover,.disabled.button-primary:hover,.btn-primary.disabled:focus,.oauth-buttons .disabled.btn-oauth:focus,.disabled.button-primary:focus,.btn-primary.disabled.focus,.oauth-buttons .disabled.focus.btn-oauth,.disabled.focus.button-primary,.btn-primary[disabled]:hover,.oauth-buttons .btn-oauth[disabled]:hover,.button-primary[disabled]:hover,.btn-primary[disabled]:focus,.oauth-buttons .btn-oauth[disabled]:focus,.button-primary[disabled]:focus,.btn-primary.focus[disabled],.oauth-buttons .focus.btn-oauth[disabled],.focus.button-primary[disabled],fieldset[disabled] .btn-primary:hover,fieldset[disabled] .oauth-buttons .btn-oauth:hover,.oauth-buttons fieldset[disabled] .btn-oauth:hover,fieldset[disabled] .button-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .oauth-buttons .btn-oauth:focus,.oauth-buttons fieldset[disabled] .btn-oauth:focus,fieldset[disabled] .button-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .oauth-buttons .focus.btn-oauth,.oauth-buttons fieldset[disabled] .focus.btn-oauth,fieldset[disabled] .focus.button-primary{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge,.oauth-buttons .btn-oauth .badge,.button-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;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success.focus:active,.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.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success.focus[disabled],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;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info:active:focus,.btn-info.focus:active,.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.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info.focus[disabled],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;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning.focus:active,.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.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning.focus[disabled],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;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger.focus:active,.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.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger.focus[disabled],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{font-weight:400;color:#337ab7;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,.oauth-buttons .btn-group-lg>.btn-oauth,.btn-group-lg>.button-primary{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn,.oauth-buttons .btn-group-sm>.btn-oauth,.btn-group-sm>.button-primary{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn,.oauth-buttons .btn-group-xs>.btn-oauth,.btn-group-xs>.button-primary{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block,.oauth-buttons .btn-oauth{display:block;width:100%}.btn-block+.btn-block,.oauth-buttons .btn-oauth+.btn-block,.oauth-buttons .btn-block+.btn-oauth,.oauth-buttons .btn-oauth+.btn-oauth{margin-top:5px}input.btn-block[type="submit"],.oauth-buttons .btn-oauth[type="submit"],input.btn-block[type="reset"],.oauth-buttons .btn-oauth[type="reset"],input.btn-block[type="button"],.oauth-buttons .btn-oauth[type="button"]{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;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;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)}.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:400;line-height:1.428571429;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.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;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.navbar-right .dropdown-menu,#header #header-menu .avatar-image .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left,#header #header-menu .avatar-image .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.oauth-buttons .btn-group>.btn-oauth,.btn-group>.button-primary,.btn-group-vertical>.btn,.oauth-buttons .btn-group-vertical>.btn-oauth,.btn-group-vertical>.button-primary{position:relative;float:left}.btn-group>.btn:hover,.oauth-buttons .btn-group>.btn-oauth:hover,.btn-group>.button-primary:hover,.btn-group>.btn:focus,.oauth-buttons .btn-group>.btn-oauth:focus,.btn-group>.button-primary:focus,.btn-group>.btn:active,.oauth-buttons .btn-group>.btn-oauth:active,.btn-group>.button-primary:active,.btn-group>.btn.active,.oauth-buttons .btn-group>.active.btn-oauth,.btn-group>.active.button-primary,.btn-group-vertical>.btn:hover,.oauth-buttons .btn-group-vertical>.btn-oauth:hover,.btn-group-vertical>.button-primary:hover,.btn-group-vertical>.btn:focus,.oauth-buttons .btn-group-vertical>.btn-oauth:focus,.btn-group-vertical>.button-primary:focus,.btn-group-vertical>.btn:active,.oauth-buttons .btn-group-vertical>.btn-oauth:active,.btn-group-vertical>.button-primary:active,.btn-group-vertical>.btn.active,.oauth-buttons .btn-group-vertical>.active.btn-oauth,.btn-group-vertical>.active.button-primary{z-index:2}.btn-group .btn+.btn,.btn-group .oauth-buttons .btn-oauth+.btn,.oauth-buttons .btn-group .btn-oauth+.btn,.btn-group .oauth-buttons .btn+.btn-oauth,.oauth-buttons .btn-group .btn+.btn-oauth,.btn-group .oauth-buttons .btn-oauth+.btn-oauth,.oauth-buttons .btn-group .btn-oauth+.btn-oauth,.btn-group .button-primary+.btn,.btn-group .oauth-buttons .button-primary+.btn-oauth,.oauth-buttons .btn-group .button-primary+.btn-oauth,.btn-group .btn+.button-primary,.btn-group .oauth-buttons .btn-oauth+.button-primary,.oauth-buttons .btn-group .btn-oauth+.button-primary,.btn-group .button-primary+.button-primary,.btn-group .btn+.btn-group,.btn-group .oauth-buttons .btn-oauth+.btn-group,.oauth-buttons .btn-group .btn-oauth+.btn-group,.btn-group .button-primary+.btn-group,.btn-group .btn-group+.btn,.btn-group .oauth-buttons .btn-group+.btn-oauth,.oauth-buttons .btn-group .btn-group+.btn-oauth,.btn-group .btn-group+.button-primary,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .oauth-buttons .btn-oauth,.oauth-buttons .btn-toolbar .btn-oauth,.btn-toolbar .button-primary,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.oauth-buttons .btn-toolbar>.btn-oauth,.btn-toolbar>.button-primary,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.oauth-buttons .btn-group>.btn-oauth:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.button-primary:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.oauth-buttons .btn-group>.btn-oauth:first-child,.btn-group>.button-primary:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.oauth-buttons .btn-group>.btn-oauth:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.button-primary:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.oauth-buttons .btn-group>.btn-oauth:last-child:not(:first-child),.btn-group>.button-primary:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.oauth-buttons .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-oauth,.btn-group>.btn-group:not(:first-child):not(:last-child)>.button-primary{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.oauth-buttons .btn-group>.btn-group:first-child:not(:last-child)>.btn-oauth:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.button-primary:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.oauth-buttons .btn-group>.btn-group:last-child:not(:first-child)>.btn-oauth:first-child,.btn-group>.btn-group:last-child:not(:first-child)>.button-primary:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle,.oauth-buttons .btn-group>.btn-oauth+.dropdown-toggle,.btn-group>.button-primary+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle,.oauth-buttons .btn-group-lg.btn-group>.btn-oauth+.dropdown-toggle,.btn-group-lg.btn-group>.button-primary+.dropdown-toggle{padding-right:12px;padding-left: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,.oauth-buttons .btn-oauth .caret,.button-primary .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret,.oauth-buttons .btn-group-lg>.btn-oauth .caret,.btn-group-lg>.button-primary .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret,.dropup .oauth-buttons .btn-group-lg>.btn-oauth .caret,.oauth-buttons .dropup .btn-group-lg>.btn-oauth .caret,.dropup .btn-group-lg>.button-primary .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.oauth-buttons .btn-group-vertical>.btn-oauth,.btn-group-vertical>.button-primary,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.oauth-buttons .btn-group-vertical>.btn-group>.btn-oauth,.btn-group-vertical>.btn-group>.button-primary{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn,.oauth-buttons .btn-group-vertical>.btn-group>.btn-oauth,.btn-group-vertical>.btn-group>.button-primary{float:none}.btn-group-vertical>.btn+.btn,.oauth-buttons .btn-group-vertical>.btn-oauth+.btn,.oauth-buttons .btn-group-vertical>.btn+.btn-oauth,.oauth-buttons .btn-group-vertical>.btn-oauth+.btn-oauth,.btn-group-vertical>.button-primary+.btn,.oauth-buttons .btn-group-vertical>.button-primary+.btn-oauth,.btn-group-vertical>.btn+.button-primary,.oauth-buttons .btn-group-vertical>.btn-oauth+.button-primary,.btn-group-vertical>.button-primary+.button-primary,.btn-group-vertical>.btn+.btn-group,.oauth-buttons .btn-group-vertical>.btn-oauth+.btn-group,.btn-group-vertical>.button-primary+.btn-group,.btn-group-vertical>.btn-group+.btn,.oauth-buttons .btn-group-vertical>.btn-group+.btn-oauth,.btn-group-vertical>.btn-group+.button-primary,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.oauth-buttons .btn-group-vertical>.btn-oauth:not(:first-child):not(:last-child),.btn-group-vertical>.button-primary:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.oauth-buttons .btn-group-vertical>.btn-oauth:first-child:not(:last-child),.btn-group-vertical>.button-primary:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.oauth-buttons .btn-group-vertical>.btn-oauth:last-child:not(:first-child),.btn-group-vertical>.button-primary:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.oauth-buttons .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-oauth,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.button-primary{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.oauth-buttons .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-oauth:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.button-primary: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,.oauth-buttons .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-oauth:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.button-primary:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.oauth-buttons .btn-group-justified>.btn-oauth,.btn-group-justified>.button-primary,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .oauth-buttons .btn-oauth,.oauth-buttons .btn-group-justified>.btn-group .btn-oauth,.btn-group-justified>.btn-group .button-primary{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],.oauth-buttons [data-toggle="buttons"]>.btn-oauth input[type="radio"],[data-toggle="buttons"]>.button-primary input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],.oauth-buttons [data-toggle="buttons"]>.btn-oauth input[type="checkbox"],[data-toggle="buttons"]>.button-primary 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-right:0;padding-left: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:400;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.oauth-buttons .input-group-sm>.input-group-btn>.input-group-addon.btn-oauth,.input-group-sm>.input-group-btn>.input-group-addon.button-primary{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,.oauth-buttons .input-group-lg>.input-group-btn>.input-group-addon.btn-oauth,.input-group-lg>.input-group-btn>.input-group-addon.button-primary{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,.oauth-buttons .input-group-btn:first-child>.btn-oauth,.input-group-btn:first-child>.button-primary,.input-group-btn:first-child>.btn-group>.btn,.oauth-buttons .input-group-btn:first-child>.btn-group>.btn-oauth,.input-group-btn:first-child>.btn-group>.button-primary,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.oauth-buttons .input-group-btn:last-child>.btn-oauth:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.button-primary:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.oauth-buttons .input-group-btn:last-child>.btn-group:not(:last-child)>.btn-oauth,.input-group-btn:last-child>.btn-group:not(:last-child)>.button-primary{border-top-right-radius:0;border-bottom-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,.oauth-buttons .input-group-btn:last-child>.btn-oauth,.input-group-btn:last-child>.button-primary,.input-group-btn:last-child>.btn-group>.btn,.oauth-buttons .input-group-btn:last-child>.btn-group>.btn-oauth,.input-group-btn:last-child>.btn-group>.button-primary,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.oauth-buttons .input-group-btn:first-child>.btn-oauth:not(:first-child),.input-group-btn:first-child>.button-primary:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.oauth-buttons .input-group-btn:first-child>.btn-group:not(:first-child)>.btn-oauth,.input-group-btn:first-child>.btn-group:not(:first-child)>.button-primary{border-top-left-radius:0;border-bottom-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,.oauth-buttons .input-group-btn>.btn-oauth,.input-group-btn>.button-primary{position:relative}.input-group-btn>.btn+.btn,.oauth-buttons .input-group-btn>.btn-oauth+.btn,.oauth-buttons .input-group-btn>.btn+.btn-oauth,.oauth-buttons .input-group-btn>.btn-oauth+.btn-oauth,.input-group-btn>.button-primary+.btn,.oauth-buttons .input-group-btn>.button-primary+.btn-oauth,.input-group-btn>.btn+.button-primary,.oauth-buttons .input-group-btn>.btn-oauth+.button-primary,.input-group-btn>.button-primary+.button-primary{margin-left:-1px}.input-group-btn>.btn:hover,.oauth-buttons .input-group-btn>.btn-oauth:hover,.input-group-btn>.button-primary:hover,.input-group-btn>.btn:focus,.oauth-buttons .input-group-btn>.btn-oauth:focus,.input-group-btn>.button-primary:focus,.input-group-btn>.btn:active,.oauth-buttons .input-group-btn>.btn-oauth:active,.input-group-btn>.button-primary:active{z-index:2}.input-group-btn:first-child>.btn,.oauth-buttons .input-group-btn:first-child>.btn-oauth,.input-group-btn:first-child>.button-primary,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.oauth-buttons .input-group-btn:last-child>.btn-oauth,.input-group-btn:last-child>.button-primary,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.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;cursor:not-allowed;background-color:transparent}.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;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.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{margin-bottom:5px;text-align:center}.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-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-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-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:120px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media (min-width: 768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media (min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;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{display:table;content:" "}.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-right:0;padding-left:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}.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}}@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}.container>.navbar-header,.login-page>.navbar-header,.banner .message-container>.navbar-header,.container>.navbar-collapse,.login-page>.navbar-collapse,.banner .message-container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container>.navbar-header,.login-page>.navbar-header,.banner .message-container>.navbar-header,.container>.navbar-collapse,.login-page>.navbar-collapse,.banner .message-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-brand{float:left;height:120px;padding:50px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.login-page .navbar-brand,.banner .navbar>.message-container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:43px;margin-bottom:43px;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:25px -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:50px;padding-bottom:50px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-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:43px;margin-bottom:43px}@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;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:43px;margin-bottom:43px}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn,.oauth-buttons .btn-group-sm>.navbar-btn.btn-oauth,.btn-group-sm>.navbar-btn.button-primary{margin-top:45px;margin-bottom:45px}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn,.oauth-buttons .btn-group-xs>.navbar-btn.btn-oauth,.btn-group-xs>.navbar-btn.button-primary{margin-top:49px;margin-bottom:49px}.navbar-text{margin-top:50px;margin-bottom:50px}@media (min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width: 768px){.navbar-left{float:left !important}.navbar-right,#header #header-menu .avatar-image{float:right !important;margin-right:-15px}.navbar-right~.navbar-right,#header #header-menu .avatar-image~.navbar-right,#header #header-menu .navbar-right~.avatar-image,#header #header-menu .avatar-image~.avatar-image{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-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@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-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-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-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#090909}@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-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-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{padding:0 5px;color:#ccc;content:"/ "}.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;margin-left:-1px;line-height:1.428571429;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.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>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.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;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.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-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-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-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.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;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label,.oauth-buttons .btn-oauth .label,.button-primary .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;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777777;border-radius:10px}.badge:empty{display:none}.btn .badge,.oauth-buttons .btn-oauth .badge,.button-primary .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge,.oauth-buttons .btn-group-xs>.btn-oauth .badge,.btn-group-xs>.button-primary .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,.login-page .jumbotron,.banner .message-container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container,.jumbotron .login-page,.jumbotron .banner .message-container,.banner .jumbotron .message-container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.login-page .jumbotron,.banner .message-container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left: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-right:auto;margin-left: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{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.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{height:20px;margin-bottom:20px;overflow:hidden;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,.comment-block{margin-top:15px}.media:first-child,.comment-block:first-child{margin-top:0}.media,.comment-block,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right,.comment-block>.pull-right{padding-left:10px}.media-left,.media>.pull-left,.comment-block>.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{padding-left:0;margin-bottom:20px}.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-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777777;cursor:not-allowed;background-color:#eeeeee}.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}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{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.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{display:table;content:" "}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-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-left-radius:3px;border-top-right-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-left-radius:0;border-top-right-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-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-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-right-radius:3px;border-bottom-left-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{margin-bottom:0;border: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;bottom:0;left:0;width:100%;height: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;filter:alpha(opacity=20);opacity:0.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:0.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-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;background-clip:padding-box;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);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:0.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:before,.modal-header:after{display:table;content:" "}.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{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn,.modal-footer .oauth-buttons .btn-oauth+.btn,.oauth-buttons .modal-footer .btn-oauth+.btn,.modal-footer .oauth-buttons .btn+.btn-oauth,.oauth-buttons .modal-footer .btn+.btn-oauth,.modal-footer .oauth-buttons .btn-oauth+.btn-oauth,.oauth-buttons .modal-footer .btn-oauth+.btn-oauth,.modal-footer .button-primary+.btn,.modal-footer .oauth-buttons .button-primary+.btn-oauth,.oauth-buttons .modal-footer .button-primary+.btn-oauth,.modal-footer .btn+.button-primary,.modal-footer .oauth-buttons .btn-oauth+.button-primary,.oauth-buttons .modal-footer .btn-oauth+.button-primary,.modal-footer .button-primary+.button-primary{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .oauth-buttons .btn-oauth+.btn,.oauth-buttons .modal-footer .btn-group .btn-oauth+.btn,.modal-footer .btn-group .oauth-buttons .btn+.btn-oauth,.oauth-buttons .modal-footer .btn-group .btn+.btn-oauth,.modal-footer .btn-group .oauth-buttons .btn-oauth+.btn-oauth,.oauth-buttons .modal-footer .btn-group .btn-oauth+.btn-oauth,.modal-footer .btn-group .button-primary+.btn,.modal-footer .btn-group .oauth-buttons .button-primary+.btn-oauth,.oauth-buttons .modal-footer .btn-group .button-primary+.btn-oauth,.modal-footer .btn-group .btn+.button-primary,.modal-footer .btn-group .oauth-buttons .btn-oauth+.button-primary,.oauth-buttons .modal-footer .btn-group .btn-oauth+.button-primary,.modal-footer .btn-group .button-primary+.button-primary{margin-left:-1px}.modal-footer .btn-block+.btn-block,.modal-footer .oauth-buttons .btn-oauth+.btn-block,.oauth-buttons .modal-footer .btn-oauth+.btn-block,.modal-footer .oauth-buttons .btn-block+.btn-oauth,.oauth-buttons .modal-footer .btn-block+.btn-oauth,.modal-footer .oauth-buttons .btn-oauth+.btn-oauth,.oauth-buttons .modal-footer .btn-oauth+.btn-oauth{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:400;line-height:1.428571429;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:0.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.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{right:5px;bottom:0;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}.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}.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:400;line-height:1.428571429;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space: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>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";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{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-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;bottom:0;left:0;width:15%;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);filter:alpha(opacity=50);opacity:0.5}.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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:0.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.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;font-family:serif;line-height:1}.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%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;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,.carousel-caption .oauth-buttons .btn-oauth,.oauth-buttons .carousel-caption .btn-oauth,.carousel-caption .button-primary{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{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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}}.btn,.oauth-buttons .btn-oauth,.button-primary{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;border:none;border-radius:0px;padding:10px}.btn-primary,.oauth-buttons .btn-oauth,.button-primary{background-color:#0982B7}.btn-success{background-color:#489564}.btn-danger{background-color:#D1494D}.btn-left,.oauth-buttons .btn-oauth{text-align:left}.btn-lg,.btn-group-lg>.btn,.oauth-buttons .btn-group-lg>.btn-oauth,.btn-group-lg>.button-primary{padding-top:17px;padding-bottom:17px}.cell-pagination{padding:.3em 0;margin:.3em 0;font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:21px;line-height:1.5rem;color:#0982B7}.cell-pagination a{font-family:"Helvetica";font-size:24px;font-size:1.7142857143rem;line-height:12px;line-height:0.8571428571rem;padding:.1em 0;margin:.2em 0;vertical-align:middle;text-decoration:none;color:#0982B7}.cell-pagination a:hover,.cell-pagination a:active{color:#000}.cell-pagination a.next-page{float:right}.alert{font-family:"BauOT-Medium";font-size:16px;font-size:1.1428571429rem;line-height:19px;line-height:1.3571428571rem;border-radius:0;border:0}.alert.alert-error{background-color:#D1494D;color:#EDF4EF}.alert.alert-success,.alert .alert-notice{background-color:#B0D7E8;color:#0982B7}html{font-size:14px;font-family:'helvetica', 'sans-serif';height:100%}html.no-scroll{position:relative;overflow:hidden}html.no-scroll body{position:relative;overflow:hidden}body{margin:0;padding:0;background-color:white;height:100%}ul{padding:0}hr{border:0;border-bottom:1px solid #0982B7}hr.thick{border-width:3px}.regular-header{font-family:"BauOT";font-size:32px;font-size:2.2857142857rem;line-height:35px;line-height:2.5rem}.medium-header{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:19px;line-height:1.3571428571rem;text-transform:uppercase;letter-spacing:0.06em;font-weight:bold;margin-top:0}.main.container,.main.login-page,.banner .main.message-container{margin-top:50px}@media (max-width: 992px){.main.container,.main.login-page,.banner .main.message-container{margin-top:20px}}#test-col{border:1px solid rgba(86,61,124,0.2);padding:10px}.claimit{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:17px;line-height:1.2142857143rem}.faded{opacity:0.3}.wrap{min-height:100%;height:auto !important;height:100%}@font-face{font-family:'ModernMTStd-Wide';src:url(/fonts/29660E_0_0.eot);src:url(/assets/29D60E_0_0-1df3bc71eb7dd0cf5546aa2916b7013d0fef0e7b31d4fa03b25f36cb70f6ba6b.svg#wf) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'CanLII-UI';src:url(/assets/CanLII-UI-5b30fed4f3e0acb157884da137b990d39c3f69a86281cbdfb683e7d759db2ef9.eot);src:url(/assets/CanLII-UI-5b30fed4f3e0acb157884da137b990d39c3f69a86281cbdfb683e7d759db2ef9.eot?#iefix) format("embedded-opentype"),url(/assets/CanLII-UI-7e78d65aa1197945e1f4479b9287146097aec2da6e2c9b76429b6fcf5a14b856.woff) format("woff"),url(/assets/CanLII-UI-338ca2f6bb3faf59defc57d9611dfa5b4e7d6402b90f0fac82ce7594e1f312ee.ttf) format("truetype"),url(/assets/CanLII-UI-28d0a62819bc8ddd637e208ccab1f84f38836a375967e6b60df3d58c0a759346.svg#CanLII-UI) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'BauOT';src:url(/assets/BauOT-3c7cbbb54bb5e0ccb3c638df02596ab91acfb4df10309f92e98d89c06bbedc28.eot);src:url(/assets/BauOT-3c7cbbb54bb5e0ccb3c638df02596ab91acfb4df10309f92e98d89c06bbedc28.eot?#iefix) format("embedded-opentype"),url(/assets/BauOT-57ab1417f87a4813f04717b0a0fd670ed252d0c59d185c8fc65eb1b319d79690.woff) format("woff"),url(/assets/BauOT-0eac1619c81d3075210939ff8adeba8375a9dfeb8595c5cbcea6a97a60e663b6.ttf) format("truetype");font-style:normal}@font-face{font-family:'BauOT-Medium';src:url(/assets/BauOT-Medium-9210fc36827c251bd1ae0df86338354d649a4609be65b20f912ee2aa95361b60.eot);src:url(/assets/BauOT-Medium-9210fc36827c251bd1ae0df86338354d649a4609be65b20f912ee2aa95361b60.eot?#iefix) format("embedded-opentype"),url(/assets/BauOT-Medium-fc51065f4978bb872b105743d6e83e68dc560549da42bb1d93e8082bccde9fa5.woff) format("woff"),url(/assets/BauOT-Medium-2a5a7944c23f407334cacaeaf3f8f575e18b4275c96c84ae1573ad44e03d4f8d.ttf) format("truetype");font-style:normal}[data-icon]:before{font-family:'CanLII-UI';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-CL-Assets-47,.icon-CL-Assets-46,.icon-CL-Assets-42,.oauth-buttons .btn-oauth.delete:hover i,.icon-CL-Assets-41,.icon-CL-Assets-40,.icon-CL-Assets-39,.icon-CL-Assets-38,.icon-CL-Assets-37,.icon-CL-Assets-36,.icon-CL-Assets-35,.icon-CL-Assets-34,.icon-CL-Assets-33,.icon-CL-Assets-32,.icon-CL-Assets-31,.icon-CL-Assets-30,.icon-CL-Assets-29,.icon-CL-Assets-28,.icon-CL-Assets-27,.icon-CL-Assets-26,.icon-CL-Assets-25,.icon-CL-Assets-24,.icon-CL-Assets-23,.icon-CL-Assets-22,.icon-CL-Assets-21,.icon-CL-Assets-20,.icon-CL-Assets_v,.icon-CL-Assets_v-copy,.icon-CL-Assets_v-copy-7,.icon-CL-Assets_v-copy-6,.icon-CL-Assets_v-copy-5,.icon-CL-Assets_v-copy-4,.icon-CL-Assets_v-copy-3,.icon-CL-Assets_v-copy-2,.icon-twitter,.icon-facebook,.icon-linkedin,.icon-youtube,.icon-google,.icon-avatar,.icon-calculator,.icon-proceeding,.icon-caret-v,.icon-caret-filled,.icon-opinion,.icon-summary,.icon-email,.icon-remove,.chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect abbr,.icon-caret-up,.chosen-container.chosen-with-drop .chosen-single div b,.icon-caret-down,.chosen-container.chosen-container-single .chosen-single div b,.icon-comment,.icon-flag{font-family:'CanLII-UI';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon-twitter:before{content:"\e007"}.icon-facebook:before{content:"\e009"}.icon-linkedin:before{content:"\e00a"}.icon-youtube:before{content:"\e008"}.icon-google:before{content:"\e005"}.icon-avatar:before{content:"\e001"}.icon-email:before{content:"\e006"}.icon-calculator:before{content:"\e000"}.icon-proceeding:before{content:"\e011"}.icon-opinion:before{content:"\e00f"}.icon-summary:before{content:"\e010"}.icon-remove:before,.chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect abbr:before{content:"\e016"}.icon-caret-v:before{content:"\e018"}.icon-caret-down:before,.chosen-container.chosen-container-single .chosen-single div b:before{content:"\e015"}.icon-caret-up:before,.chosen-container.chosen-with-drop .chosen-single div b:before{content:"\e014"}.icon-caret-filled:before{content:"\e015"}.icon-comment:before{content:"\e00e"}.icon-flag:before{content:"\e00c"}.icon-CL-Assets-47:before{content:"\e000"}.icon-CL-Assets-46:before{content:"\e001"}.icon-CL-Assets-42:before,.oauth-buttons .btn-oauth.delete:hover i:before{content:"\e002"}.icon-CL-Assets-41:before{content:"\e003"}.icon-CL-Assets-40:before{content:"\e004"}.icon-CL-Assets-39:before{content:"\e005"}.icon-CL-Assets-38:before{content:"\e006"}.icon-CL-Assets-37:before{content:"\e007"}.icon-CL-Assets-36:before{content:"\e008"}.icon-CL-Assets-35:before{content:"\e009"}.icon-CL-Assets-34:before{content:"\e00a"}.icon-CL-Assets-33:before{content:"\e00b"}.icon-CL-Assets-32:before{content:"\e00c"}.icon-CL-Assets-31:before{content:"\e00d"}.icon-CL-Assets-30:before{content:"\e00e"}.icon-CL-Assets-29:before{content:"\e00f"}.icon-CL-Assets-28:before{content:"\e010"}.icon-CL-Assets-27:before{content:"\e011"}.icon-CL-Assets-26:before{content:"\e012"}.icon-CL-Assets-25:before{content:"\e013"}.icon-CL-Assets-24:before{content:"\e014"}.icon-CL-Assets-23:before{content:"\e015"}.icon-CL-Assets-22:before{content:"\e016"}.icon-CL-Assets-21:before{content:"\e017"}.icon-CL-Assets-20:before{content:"\e018"}.icon-CL-Assets_v:before{content:"\e019"}.icon-CL-Assets_v-copy:before{content:"\e01a"}.icon-CL-Assets_v-copy-7:before{content:"\e01b"}.icon-CL-Assets_v-copy-6:before{content:"\e01c"}.icon-CL-Assets_v-copy-5:before{content:"\e01d"}.icon-CL-Assets_v-copy-4:before{content:"\e01e"}.icon-CL-Assets_v-copy-3:before{content:"\e01f"}.icon-CL-Assets_v-copy-2:before{content:"\e020"}#search{padding:16px 0;background-color:#CEE6F1}#search .container,#search .login-page,#search .banner .message-container,.banner #search .message-container{width:90%;margin:0 auto;padding:0}#search input{height:35px;font-family:"BauOT-Medium";color:#0982B7;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}#search input::-webkit-input-placeholder{color:#84C0DB}#search input::-moz-placeholder{color:#84C0DB}#search input:-ms-input-placeholder{color:#84C0DB}#search input[type="submit"]{letter-spacing:0.08em;color:white;padding:12px 15px}#search.on-search-page{background-color:white}#search.on-search-page input{background-color:#CEE6F1}#search.on-search-page input[type="submit"]{background-color:#0982B7}#search #hide-search-square{position:relative;float:left;width:35px;height:35px;background-color:#AFB1B4;text-align:center;display:table;cursor:pointer}#search #hide-search-square #minus{display:table-cell;vertical-align:middle;color:white}@media (max-width: 480px){#search #hide-search-square{display:none}}#search #search-form-container .btn.btn-large,#search #search-form-container .oauth-buttons .btn-large.btn-oauth,.oauth-buttons #search #search-form-container .btn-large.btn-oauth,#search #search-form-container .btn-large.button-primary{height:35px;padding:12px}@media (min-width: 480px){#search #search-form-container{margin-left:35px;padding-left:16px}}#search .search-form{margin-bottom:20px}#search .new-saved-search-form{display:none}#search .new-saved-search-form .g-recaptcha{margin-bottom:1em}.autocomplete-container{position:relative;z-index:9}.autocomplete-container .ui-autocomplete{width:100% !important}.autocomplete-container .ui-autocomplete a{width:100%}.no-results{font-family:"BauOT-Medium";font-size:11px;font-size:0.7857142857rem;line-height:12px;line-height:0.8571428571rem;letter-spacing:0.08rem;text-transform:uppercase;color:#84C0DB;margin-bottom:10px}.ui-autocomplete{background:#CEE6F1}.ui-autocomplete.ui-corner-all{border-radius:0}.ui-autocomplete li.ui-menu-item div{color:#0982B7}.ui-autocomplete li.ui-menu-item div.ui-state-active{border:none;background-color:#0982B7;color:white}.ui-widget{font-size:1.1em}@media print{.sidebar,.claimit,.comment-thread,.related-cases,footer,.bottom-wrapper,.external-link,.user-options{display:none}a:link:after,a:visited:after{content:""}.main.container,.main.login-page,.banner .main.message-container{margin-top:0;margin:0}.title{font-size:24px !important;line-height:1 !important}.db-title{font-size:16px !important;line-height:1 !important}}form input.string,form textarea,form .redactor_text,form input.password{width:100%;font-family:BauOT-Medium;font-size:14px;font-size:1rem;line-height:18px;line-height:1.2857142857rem;padding:0 10px 0 10px;color:#0982B7;background:#CEE6F1 !important;border:none;outline:none;border-radius:0}form input.string:focus,form textarea:focus,form .redactor_text:focus,form input.password:focus{background:#CEE6F1 !important;-webkit-box-shadow:0 0 0px 1000px #CEE6F1 inset;box-shadow:0 0 0px 1000px #CEE6F1 inset}form input.string:-webkit-autofill,form textarea:-webkit-autofill,form .redactor_text:-webkit-autofill,form input.password:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #CEE6F1 inset;color:#0982B7}form input.string,form input.password{height:35px}form input.string,form input.password,form textarea{padding:10px}form textarea{margin-bottom:20px}form .redactor_box textarea,form .redactor_box textarea:focus{color:#0982b7}form input.string.placeholder,form textarea.placeholder,form redactor_text.placeholder,form input.password.placeholder{color:#84C0DB}form input.string::-webkit-input-placeholder,form textarea::-webkit-input-placeholder,form redactor_text::-webkit-input-placeholder,form input.password::-webkit-input-placeholder{color:#84C0DB}form input.string:-ms-input-placeholder,form textarea:-ms-input-placeholder,form redactor_text:-ms-input-placeholder,form input.password:-ms-input-placeholder{color:#84C0DB}form input.string:-moz-placeholder,form textarea:-moz-placeholder,form redactor_text:-moz-placeholder,form input.password:-moz-placeholder{color:#84C0DB}form input.string::-moz-placeholder,form textarea::-moz-placeholder,form redactor_text::-moz-placeholder,form input.password::-moz-placeholder{color:#84C0DB}form ::-webkit-input-placeholder{color:#84C0DB}form :-moz-placeholder{color:#84C0DB}form .redactor_placeholder{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:18px;line-height:1.2857142857rem;margin-top:10px;color:#84C0DB !important}form input[type="checkbox"]{margin-right:10px;margin-left:10px}form input[type="radio"]{margin:0}form select{width:100%}.input.select{width:100%;height:35px;overflow:hidden;background:#CEE6F1;position:relative}.input.select:after{content:"\2335";position:absolute;color:#0982B7;top:-3px;right:8px;pointer-events:none;font-size:27px}.input.select select{color:#0982B7;font-weight:bold;padding-left:10px;background:transparent;border:none;height:35px;width:110%;font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:16px;line-height:1.1428571429rem}.input.select select:focus{outline-color:#FFF}.redactor_editor{min-height:200px}.redactor_toolbar{padding-left:0;margin-left:0;border:none !important;height:35px;background:#B0D7E8}.redactor_toolbar li{zoom:1.2}.redactor_toolbar li a{padding:0 10px 0 10px}.redactor_separator{display:none}.ui-menu-item{overflow:hidden}.ui-menu-item a{width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ugc-external-content-toggle-wrapper{margin-bottom:1rem;font-weight:bold}.ui-datepicker{z-index:11 !important}.button-primary{color:white;background-color:#0982B7;border-radius:0}.button,.submit.button,.oauth-buttons .button{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;display:table;text-align:center;color:white;border:0;margin-top:15px;margin-bottom:30px;width:410px;height:45px}.button p,.submit.button p,.oauth-buttons .button p{display:table-cell;vertical-align:middle}.button:hover{border-color:1px solid black;background-color:#408458;text-decoration:none;cursor:pointer;cursor:hand}.button i,.submit.button i,.oauth-buttons .button i{vertical-align:middle}.button span,.submit.button span,.oauth-buttons .button span{font-family:"BauOT";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;padding-left:5px;vertical-align:middle}.small.button{height:30px;width:220px}.small.button i{font-size:18px}.green.button{background-color:#489564}.blue.button,.oauth-buttons .button{background-color:#0982B7}.submit.button,.oauth-buttons .button{padding:0 10px 0 10px}.oauth-buttons .button{font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:45px;line-height:3.2142857143rem;width:100%;margin-bottom:10px;display:block}.oauth-buttons .button i{font-size:20px;vertical-align:text-bottom}.oauth-buttons .button:hover{color:white}.btn-blocky{max-width:410px}.small.grid-element{min-width:200px;padding-bottom:60px;width:100%}@media (min-width: 496.6666666667px){.small.grid-element{width:45%;width:calc(50% - 1/2 * 47px)}}@media (min-width: 971.1111111111px){.small.grid-element{width:30%;width:calc(100%/3 - 2/3 * 47px)}}@media (min-width: 1245.5555555556px){.small.grid-element{width:20%;width:calc(25% - 3/4 * 47px)}}.grid .grid-element{opacity:0;-webkit-transition:opacity 0.5s linear;-moz-transition:opacity 0.5s linear;-ms-transition:opacity 0.5s linear;transition:opacity 0.5s linear}.grid.laid-out .grid-element{opacity:1}.grid.big-first .grid-element:first-child{width:100%}@media (min-width: 496.6666666667px){.grid.big-first .grid-element:first-child .headline a{font-size:50px;line-height:50px}}@media (min-width: 1245.5555555556px){.grid.big-first .grid-element:first-child{width:45%;width:calc(50% - 1/2 * 47px)}}.grid.big-second .grid-element:nth-child(2){width:100%}@media (min-width: 496.6666666667px){.grid.big-second .grid-element:nth-child(2) .headline a{font-size:50px;line-height:50px}}@media (min-width: 1245.5555555556px){.grid.big-second .grid-element:nth-child(2){width:45%;width:calc(50% - 1/2 * 47px)}}.grid,#load_more{margin-right:180px;min-height:33px}@media (max-width: 696.6666666667px){.grid,#load_more{margin-right:0}}.cell{display:block;z-index:999}.cell.with-border{border-top:1px solid #0982B7}.cell .confirm{color:#489564;margin:2px 0 0 15px}.cell .btn,.cell .oauth-buttons .btn-oauth,.oauth-buttons .cell .btn-oauth,.cell .button-primary{font-family:"BauOT-Medium";font-size:11px;font-size:0.7857142857rem;line-height:12px;line-height:0.8571428571rem;padding:5px}.cell .btn.remove,.cell .oauth-buttons .remove.btn-oauth,.oauth-buttons .cell .remove.btn-oauth,.cell .remove.button-primary{background-color:#C5DDCC;color:#489564}.cell .btn.remove:hover,.cell .oauth-buttons .remove.btn-oauth:hover,.oauth-buttons .cell .remove.btn-oauth:hover,.cell .remove.button-primary:hover{opacity:.8}.cell i{color:#D1494D;display:inline-block;margin:5px 0 15px 0;font-size:24px;font-size:1.7142857143rem;line-height:15px;line-height:1.0714285714rem}.cell .author .avatar{max-width:30px;vertical-align:top;margin-right:5px}.cell .author .info{display:inline-block;width:75%;font-weight:bold}.cell .author .info .identifier,.cell .author .info .identifier a{color:#D1494D}.cell .author .info .date{font-weight:normal}.cell .author .info .user-info{margin-top:16px}.cell .headline{margin-bottom:10px;word-wrap:break-word}.cell .headline a{font-family:"ModernMTStd-Wide";font-size:26px;font-size:1.8571428571rem;line-height:31px;line-height:2.2142857143rem;letter-spacing:-0.1rem;color:black}.cell .subtitle-wrapper{margin-bottom:10px}.cell .subtitle-wrapper .subtitle{color:black;font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:15px;line-height:1.0714285714rem}.cell .stats{font-family:"BauOT-Medium";font-size:11px;font-size:0.7857142857rem;line-height:12px;line-height:0.8571428571rem;letter-spacing:0.08rem;text-transform:uppercase;color:#489564;font-color:#489564;margin-bottom:12px}.cell .stats span{display:inline-block}.cell .stats span:first-child{margin-right:12px}.cell .concur-button{font-family:"BauOT-Medium";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem;margin-bottom:12px;color:#489564}.cell .concur-button a{color:#489564;text-decoration:none}.cell .concur-button img{color:#489564;margin:0 5px 5px 0;height:24px}.small.cell{margin-bottom:38px;padding:20px 0 15px 0}.small.cell .author .info{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:17px;line-height:1.2142857143rem}.small.cell .author .date{font-family:"BauOT";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem}.small.grid-element.cell{margin-bottom:0px}.large.cell .author .info{font-family:"BauOT-Medium";font-size:16px;font-size:1.1428571429rem;line-height:19px;line-height:1.3571428571rem}.large.cell .author .date{font-family:"BauOT";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem}.opinions-and-summaries .cell i{position:absolute;left:-10px;margin-top:10px}.opinions-and-summaries .cell .author{margin-bottom:14px}.column-summary{margin-top:30px;margin-bottom:8px;position:relative}.column-summary .author{margin-bottom:12px}.column-summary .author .avatar{margin-right:10px}.column-summary .author .info{margin-left:0px}.column-summary .author .info .date{font-family:"BauOT"}.column-summary .headline{margin-bottom:10px;position:relative}.column-summary .headline .icon-opinion,.column-summary .headline .icon-summary{position:absolute}.column-summary .headline .icon-summary{left:-31px}.column-summary .headline .icon-opinion{left:-36px}.column-summary .concur-button img{margin-left:5px}.column-summary .first-comment{margin-top:32px;margin-bottom:16px}.column-summary .first-comment .avatar{max-width:30px;float:left}.column-summary .first-comment .right-column{padding-left:44px}.column-summary .first-comment .comment-author,.column-summary .first-comment .commented-text{font-family:"BauOT-Medium";font-size:12px}.column-summary .first-comment .comment-author{color:#D1494D}.column-summary .first-comment .comment-date{margin-bottom:8px}.column-summary .first-comment .comment-content{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:22px;line-height:1.5714285714rem}.column-summary .first-comment .other-commentors img{max-width:25px;margin-right:7px;float:none;display:inline-block}.column-summary .first-comment .other-commentors img:last-child{margin-right:0;clear:both}.column-summary .read-more{font-size:13px;font-family:"BauOT-Medium"}.column-summary .stats a{color:#489564}.column-summary .stats span{font-family:BauOT}.column-summary .stats img{height:24px}@media (max-width: 1200px){.column-summary .content{margin-top:40px;position:relative}.column-summary .headline{position:static}.column-summary .headline .icon-opinion,.column-summary .headline .icon-summary{top:-40px;left:0}}.banner{background-repeat:no-repeat;padding-top:117px;padding-bottom:117px;background-size:cover;background-position:center;width:100%;position:relative}.banner:after{content:'';width:100%;height:0px;border-bottom:1px dashed white;display:block;position:absolute;bottom:0}.banner.small-banner{height:110px;padding:32px 0;cursor:pointer}.banner.small-banner .show-small-banner{display:block}.banner.small-banner .hide-small-banner{display:none}.banner .show-small-banner{display:none}.banner.banner-1{background-image:url(/assets/banner_images/1_large-e90de8388181dc941d26e9f99531b933ea80a88981ec737a3c044966d7ee9ba0.jpg)}.banner.banner-2{background-image:url(/assets/banner_images/2_large-ce65f9db8a1c7ceda586043fcd8d2e84bfc0e7622ec0040f54e8afcd35143902.jpg)}.banner.banner-3{background-image:url(/assets/banner_images/3_large-db5cff2527a0a5351d9c56fc306b4faebec25443c9f5cc8922a33c794069471f.jpg)}.banner.banner-4{background-image:url(/assets/banner_images/4_large-e897ab5d4dba1652491fc11a36031a1db13d41522ecaa7546f91f068202abecb.jpg)}.banner.banner-5{background-image:url(/banner_images/5_large.jpg)}.banner.banner-6{background-image:url(/banner_images/6_large.jpg)}.banner #scrim{height:100%;width:60%;width:calc(5% + 650px);position:absolute;top:0;background-image:url(/assets/banner_images/scrim-1d268dc769c18a053076be00fbc06be7d5070e82addd92b0e224a4a295a71cee.png);background-size:contain}@media (max-width: 767px){.banner #scrim{width:100%}}.banner .message-container{width:90%;position:relative}.banner .message-container h1{font-family:"BauOT-Medium";font-size:28px;font-size:2rem;line-height:36px;line-height:2.5714285714rem;font-weight:normal;color:white;margin:0}.banner .message-container h3{font-family:"BauOT-Medium";font-size:20px;font-size:1.4285714286rem;line-height:18px;line-height:1.2857142857rem;font-weight:normal;margin-top:18px}@media (max-width: 767px){.banner{max-width:none}}@media (min-width: 768px){.banner{max-width:none}}@media (min-width: 992px){.banner{max-width:none}.banner h1{width:520px}}@media (max-width: 767px){html.flexbox .banner.small-banner{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column wrap;-webkit-justify-content:space-around;flex-flow:column wrap;justify-content:space-around;padding:0}}.comment-thread{padding-top:55px;border-top:1px #0982B7 solid;margin-bottom:70px}.comment-thread .login{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;margin-bottom:40px}.comment-content{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:22px;line-height:1.5714285714rem}.comment-block{margin-bottom:36px}.comment-block:last-child{margin-bottom:0}.comment-block>.avatar{width:50px;float:left;text-align:center}.comment-block>.avatar img{width:50px;margin-bottom:7px}.comment-block>.avatar .mini-flag{display:inline-block;float:right;margin:0 5px 5px 0;cursor:pointer}.comment-block>.avatar .mini-flag i{color:#AFB1B4;font-size:14px}.comment-block>.avatar .mini-flag.selected i{color:#D1494D}.comment-block>.avatar .mini-flag a{text-decoration:none}.comment-block .comment-button{float:left;padding-left:2px}.comment-block .comment-button:hover{text-decoration:none;opacity:0.8}.comment-block .comment-button i{color:#489564;font-size:18px}.comment-block .media-body{margin-left:50px;padding-left:17px;width:auto}.comment-block .media-body .author{margin-bottom:15px}.comment-block .media-body .author .info{margin-left:0;width:100%}.comment-block .media-body .author .info .who-done-it{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:12px;line-height:0.8571428571rem}.comment-block .media-body .author .info .date{font-family:"BauOT";font-size:13px;font-size:0.9285714286rem;line-height:12px;line-height:0.8571428571rem}.comment-block .comment-actions,.comment-block .comment-children{margin-top:36px}.comment-block .comment-actions .avatar,.comment-block .comment-children .avatar{width:40px;float:left}.comment-block .comment-actions .avatar img,.comment-block .comment-children .avatar img{width:40px}.comment-block .comment-actions{display:none}.comment-block .comment-actions form{margin-left:40px;padding-left:12px}.comment-block .comment-actions form textarea{height:40px;background-color:#EDF4EF !important;color:#489564;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;max-width:477px;margin-bottom:0}.comment-block .comment-actions form textarea::-webkit-input-placeholder{color:#489564}.comment-block .comment-actions form textarea::-moz-placeholder{color:#489564}.comment-block .comment-actions form textarea:-ms-input-placeholder{color:#489564}.comment-block .comment-children .media-body{margin-left:40px;padding-left:12px}.comment-block .comment-children .media-body p{margin:0}.comment-block .comment-children .media-body .author .info{margin-left:0;width:100%}.comment-block .comment-children .media-body .author .info .who-done-it{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:12px;line-height:0.8571428571rem}.comment-block .comment-children .media-body .author .info .date{font-family:"BauOT";font-size:13px;font-size:0.9285714286rem;line-height:12px;line-height:0.8571428571rem}.comment-create{margin-bottom:31px}.comment-create .avatar{width:50px;float:left}.comment-create .avatar img{width:50px}.comment-create form{margin-left:50px;padding-left:17px}.comment-create form textarea{height:50px;background-color:#EDF4EF !important;color:#489564;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;max-width:477px;margin-bottom:0}.comment-create form textarea::-webkit-input-placeholder{color:#489564}.comment-create form textarea::-moz-placeholder{color:#489564}.comment-create form textarea:-ms-input-placeholder{color:#489564}#header #header-menu li.dropdown{height:56px;padding-right:10px;-webkit-transition:background 0s linear 200ms;transition:background 0s linear 200ms}#header #header-menu li.dropdown ul{opacity:0;visibility:hidden;-webkit-transition:opacity 0s linear 200ms, visibility 0s linear 200ms;transition:opacity 0s linear 200ms, visibility 0s linear 200ms}#header #header-menu li.dropdown:hover{background:#CEE6F1;-webkit-transition:background 0s linear 0s;transition:background 0s linear 0s}#header #header-menu li.dropdown:hover ul{opacity:1;visibility:visible;-webkit-transition:opacity 0s linear 0s, visibility 0s linear 0s;transition:opacity 0s linear 0s, visibility 0s linear 0s}#header #header-menu li.dropdown ul{z-index:10;display:block;position:absolute;margin:0;right:0;top:56px;width:260px;color:#0982B7;background:#CEE6F1}#header #header-menu li.dropdown ul a li:hover{background:#84C0DB}#header #header-menu li.dropdown a,#header #header-menu li.dropdown .dropdown-header{color:#0982B7}#header #header-menu li.dropdown a:hover{color:#0982B7;text-decoration:none}#header #header-menu li.dropdown ul li{font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:13px;line-height:0.9285714286rem;letter-spacing:0.08em;text-align:left;display:block}#header #header-menu li.dropdown ul li a{display:block;padding:12px 20px}#header #header-menu li.dropdown ul li:last-child a{padding-bottom:16px}#header #header-menu li.dropdown ul li.dropdown-header{padding:20px 20px 10px 20px}#header #header-menu li.dropdown ul li:hover:not(.dropdown-header){background:#0982B7}#header #header-menu li.dropdown ul li:hover:not(.dropdown-header) a{color:white}#header #header-menu li.dropdown ul li i{font-size:20px;margin-right:5px;vertical-align:sub}#user_membership_attributes_publisher_id_chosen{display:inline-block;max-width:410px;float:left}.chosen-container{display:inline-block}.chosen-container.chosen-with-drop .chosen-single div b{font-size:8px;width:50%;height:50%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:7.5px;color:#84C0DB}.chosen-container.chosen-container-single .chosen-single{font-family:BauOT-Medium;font-size:14px;font-size:1rem;line-height:18px;line-height:1.2857142857rem;color:#84C0DB;background-color:#CEE6F1;display:block;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;vertical-align:middle;background-image:none;border-radius:0;width:100%}.chosen-container.chosen-container-single .chosen-single div{top:4px;color:black}.chosen-container.chosen-container-single .chosen-single div b{font-size:8px;width:50%;height:50%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:7.5px;color:#84C0DB;background-image:none}.chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect span{color:#0982B7}.chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect.chosen-default span{color:#84C0DB}.chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect abbr{background:none;font-size:9px;margin-top:6px}.chosen-container .chosen-drop{background-color:#CEE6F1}.chosen-container .chosen-search input[type=text]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555555;vertical-align:middle;background-color:white;background-image:none}.chosen-container .chosen-results{font-family:BauOT-Medium;font-size:14px;font-size:1rem;line-height:18px;line-height:1.2857142857rem;color:#84C0DB;background-color:#CEE6F1;margin:2px 0 0;padding:5px 0;font-size:14px;list-style:none}.chosen-container .chosen-results li{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857;color:#333333;white-space:nowrap;background-image:none}.chosen-container .chosen-results li.active-result{padding:10px 20px;display:block;clear:both;font-weight:normal;line-height:1.42857;color:#0982B7;white-space:nowrap;background-image:none}.chosen-container .chosen-results li.no-results{background-color:#CEE6F1;color:#0982B7}.chosen-container .chosen-results li:hover,.chosen-container .chosen-results li.active-result:hover,.chosen-container .chosen-results li.highlighted{color:white;text-decoration:none;background-color:#428bca;background-image:none}.chosen-single,.chosen-drop,.chosen-search input{border:none !important}.chosen-search{padding-left:12px !important;padding-right:12px !important}form.new_user .error_notification{margin-left:131px}form.new_user input{display:inline}form.new_summary .help-block,form.new_opinion .help-block{margin-left:0}form.new_summary .error_notification,form.new_opinion .error_notification{max-width:527px}form .has-error .help-block,form .has-error .control-label,form .has-error .radio,form .has-error .checkbox,form .has-error .radio-inline,form .has-error .checkbox-inline{color:#EDF4EF}form .form-group{white-space:nowrap}form p.error_notification{padding:5px;background-color:#D1494D;color:#EDF4EF;max-width:410px}form span.has-error,form span.help-block{white-space:normal;margin-left:5px;display:block;max-width:410px;margin:0;padding:6px;border-radius:0;background-color:#D1494D}.negative-treatment-flag-list-item{margin-bottom:2rem;padding-top:2rem}.negative-treatment-flag-list-item .count{font-size:1.2rem;margin-bottom:1rem}.negative-treatment-flag-list-item .icon-flag{display:block;font-size:2.5rem}.negative-treatment-flag-list-item .headline{font-size:26px;font-family:"ModernMTStd-Wide";letter-spacing:-0.1rem;line-height:31px}.negative-treatment-flag-list-item .headline .external-content-link{font-size:22px;color:#0982B7}.negative-treatment-flags-list-header{margin-bottom:2rem}.negative-treatment-flag-button{color:#AFB1B4;text-decoration:none}.negative-treatment-flag-button i{font-size:40px}.negative-treatment-flag-button.active{color:#D1494D}.negative-treatment-flag-button.active:hover{color:#D1494D}.negative-treatment-flag-button span{font-size:12px;padding-top:15px;font-family:"BauOT-Medium"}.negative-treatment-flag-button:hover{text-decoration:none;color:#AFB1B4}.negative-treatment-flag-button:hover span{text-decoration:underline}.negative-treatment-flag-view-more-link{font-size:11px;font-family:"BauOT-Medium"}.negative-treatment-flag-view-more-link i{font-size:10px}.small.sidebar>.negative-treatment-flag-link{display:inline-block;padding-top:20px;vertical-align:top;border-top:1px solid #0982b7;max-width:80px;text-align:left}.negative-treatment-flags-count{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:23px;line-height:1.6428571429rem;letter-spacing:0.08rem;margin-bottom:15px}@-webkit-keyframes slideshow{0%{background-position:0 0;background-repeat:no-repeat}24.9%{background-position:0 0;background-repeat:no-repeat}25%{background-position:0 -150px;background-repeat:no-repeat}49.9%{background-position:0 -150px;background-repeat:no-repeat}50%{background-position:0 -300px;background-repeat:no-repeat}74.9%{background-position:0 -300px;background-repeat:no-repeat}75%{background-position:0 -450px;background-repeat:no-repeat}99.9%{background-position:0 -450px;background-repeat:no-repeat}}@-ms-keyframes slideshow{0%{background-position:0 0;background-repeat:no-repeat}24.9%{background-position:0 0;background-repeat:no-repeat}25%{background-position:0 -150px;background-repeat:no-repeat}49.9%{background-position:0 -150px;background-repeat:no-repeat}50%{background-position:0 -300px;background-repeat:no-repeat}74.9%{background-position:0 -300px;background-repeat:no-repeat}75%{background-position:0 -450px;background-repeat:no-repeat}99.9%{background-position:0 -450px;background-repeat:no-repeat}}@-moz-keyframes slideshow{0%{background-position:0 0;background-repeat:no-repeat}24.9%{background-position:0 0;background-repeat:no-repeat}25%{background-position:0 -150px;background-repeat:no-repeat}49.9%{background-position:0 -150px;background-repeat:no-repeat}50%{background-position:0 -300px;background-repeat:no-repeat}74.9%{background-position:0 -300px;background-repeat:no-repeat}75%{background-position:0 -450px;background-repeat:no-repeat}99.9%{background-position:0 -450px;background-repeat:no-repeat}}@-o-keyframes slideshow{0%{background-position:0 0;background-repeat:no-repeat}24.9%{background-position:0 0;background-repeat:no-repeat}25%{background-position:0 -150px;background-repeat:no-repeat}49.9%{background-position:0 -150px;background-repeat:no-repeat}50%{background-position:0 -300px;background-repeat:no-repeat}74.9%{background-position:0 -300px;background-repeat:no-repeat}75%{background-position:0 -450px;background-repeat:no-repeat}99.9%{background-position:0 -450px;background-repeat:no-repeat}}@keyframes slideshow{0%{background-position:0 0;background-repeat:no-repeat}24.9%{background-position:0 0;background-repeat:no-repeat}25%{background-position:0 -150px;background-repeat:no-repeat}49.9%{background-position:0 -150px;background-repeat:no-repeat}50%{background-position:0 -300px;background-repeat:no-repeat}74.9%{background-position:0 -300px;background-repeat:no-repeat}75%{background-position:0 -450px;background-repeat:no-repeat}99.9%{background-position:0 -450px;background-repeat:no-repeat}}html[lang=en] #header .navbar-brand{background-image:url(/assets/header/en_header-cd255f205a67cd1eeb9155fc50df36ee04861a73fd2cea3a533248f3969e038a.svg)}html[lang=fr] #header .navbar-brand{background-image:url(/assets/header/fr_header-1aa41b725f9a8cc09295d12abfcd70506f86e1805aac150bfb66a61b8daec359.svg)}#header{background-color:white;margin-bottom:0px;border:none}#header .container,#header .login-page,#header .banner .message-container,.banner #header .message-container{width:90%;padding-left:0;padding-right:0;position:relative}#header .navbar-brand{background-position:0 -750px;background-repeat:no-repeat;padding:0;width:250px;height:120px;margin-top:-5px;-webkit-transition:height 500ms;-ms-transition:height 500ms;-moz-transition:height 500ms;-o-transition:height 500ms;transition:height 500ms}#header .navbar-brand:hover{height:150px;-webkit-animation:slideshow 5s infinite ease-in-out;-ms-animation:slideshow 5s infinite ease-in-out;-moz-animation:slideshow 5s infinite ease-in-out;-o-animation:slideshow 5s infinite ease-in-out;animation:slideshow 5s infinite ease-in-out;-webkit-transition:height 500ms;-ms-transition:height 500ms;-moz-transition:height 500ms;-o-transition:height 500ms;transition:height 500ms}#header ul{list-style:none;list-style-type:none}#header ul li{display:inline}#header #header-menu{text-align:right;padding-top:10px}#header #header-menu .avatar-image{margin-left:40px;margin-top:30px}#header #header-menu .avatar-image .avatar{width:50px}#header #header-menu .top-row ul{font-family:"BauOT";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;margin-top:30px;margin-bottom:8px}#header #header-menu .top-row ul li{padding:0 10px}#header #header-menu .top-row ul li:last-child{padding-right:0}#header #header-menu .top-row ul a{color:black;text-decoration:none}#header #header-menu .top-row ul a:hover{text-decoration:underline;opacity:0.8}#header #header-menu .top-row .visit_canlii_link{color:#428bca;display:inline-block}#header #header-menu .top-row .visit_canlii_link_logo{width:50px;vertical-align:baseline}#header #header-menu .bottom-row ul{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;margin-top:3px;color:#0982B7}#header #header-menu .bottom-row li a.active{border-bottom:1px solid #0982B7}#header ul.login-menu>li{display:inline-block;line-height:40px;padding:0 10px 0 10px}#header ul.login-menu>li.logout{display:none}#header ul.login-menu>li:last-child,#header ul.login-menu>li:nth-last-child(2){padding-right:0}#header ul.login-menu .email{text-transform:uppercase}.small-language-switcher{display:none}@media (max-width: 767px){#header .navbar-collapse{padding-left:0;padding-right:0;border-bottom:1px solid #e7e7e7}#header .navbar-collapse .top-row{display:none}#header .small-language-switcher{display:block;position:absolute;top:10px;right:0px}#header .small-language-switcher li{padding:0 10px}#header .small-language-switcher li:last-child{padding-right:0}#header .small-language-switcher li a{color:black}#header #header-menu{text-align:left;position:relative;margin-bottom:20px}#header #header-menu .avatar-image{display:none}#header #header-menu .top-row{position:absolute;bottom:0;left:0}#header #header-menu .top-row>ul{font-size:12px}#header #header-menu .bottom-row li a.active{border-bottom:none}#header #header-menu ul.login-menu>li,#header #header-menu ul.login-menu>li>a{display:block}#header #header-menu ul.login-menu>li.dropdown,#header #header-menu ul.login-menu>li>a.dropdown{height:auto}#header #header-menu ul.login-menu>li.dropdown ul,#header #header-menu ul.login-menu>li>a.dropdown ul{opacity:1;visibility:visible;position:static;background:none;width:auto}#header #header-menu ul.login-menu>li.dropdown ul .dropdown-header,#header #header-menu ul.login-menu>li>a.dropdown ul .dropdown-header{display:none}#header #header-menu ul.login-menu>li.dropdown:hover,#header #header-menu ul.login-menu>li>a.dropdown:hover{background:none}#header #header-menu ul.login-menu>li.dropdown:hover>a,#header #header-menu ul.login-menu>li>a.dropdown:hover>a{color:#0982B7}#header #header-menu ul.login-menu li:hover{background-color:#0982B7}#header #header-menu ul.login-menu li:hover>a{color:white;text-decoration:none}}.footer.container,.footer.login-page,.banner .footer.message-container{width:90%;padding-left:0;padding-right:0}#footer{margin-top:100px;border-top:3px solid #0982B7}#footer .row,#footer .signup-page{padding:0;margin:22px 0 0 0}#footer .row:first-child,#footer .signup-page:first-child{margin-bottom:38px}#footer .left.column{padding:0}#footer .right.column{padding-left:0px;padding-right:0px}#footer .right.column .visit_canlii_link{color:#428bca}#footer .right.column .visit_canlii_link_logo{width:50px;vertical-align:baseline}#footer i{font-size:18px;color:#AFB1B4;margin-right:5px}#footer .fixed-alignment li i{vertical-align:sub}#footer li{list-style:none;display:inline-block;margin-right:30px;vertical-align:top}#footer ul{font-family:"BauOT";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem}#footer ul a{color:#333333;line-height:30px}#footer ul.bold-font{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem}#footer ul.bold-font a{color:#0982B7}#footer .right.column.fr{width:600px}.footer-image{margin-top:22px;height:130px;width:100%;background:url(/assets/footer/footer_logo-77b584dd3f3bc89e581a1091306ebdfe81e8990328ea54561a885c88d4c0e6bc.png);opacity:0.5}@media (max-width: 992px){#footer .top-row{display:none}#static-links{line-height:40px}}.sidebar-icon{margin-bottom:10px}.sidebar-icon i{font-size:42px}.sidebar-icon i.icon-proceeding{color:#0982B7}.sidebar-icon i.icon-opinion,.sidebar-icon i.icon-summary{color:#D1494D}.sidebar-date{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:18px;line-height:1.2857142857rem;margin-bottom:18px}.sidebar{margin-bottom:20px;max-width:100px}.sidebar .sidebar-icon{margin-bottom:18px}.sidebar .sidebar-date{margin-bottom:0px}.sidebar .concur-button{font-family:"BauOT-Medium";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem;color:#489564;cursor:pointer}.sidebar .concur-button a{color:#489564;text-decoration:none}.sidebar .concur-button a:hover .sidebar-i-concur{text-decoration:underline}.sidebar .concur-button img{color:#489564;margin:0 5px 5px 0}.sidebar .concur-button .sidebar-i-concur{font-family:"BauOT-Medium";font-size:11px;font-size:0.7857142857rem;line-height:12px;line-height:0.8571428571rem}.sidebar .share-links span{font-family:"BauOT";font-size:13px;font-size:0.9285714286rem;line-height:21px;line-height:1.5rem}.sidebar .share-links ul{list-style-type:none;list-style:none}.sidebar .share-links ul li{font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:21px;line-height:1.5rem}.sidebar .flag-content{font-family:"BauOT-Medium";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem;color:#AFB1B4}.sidebar .flag-content i{font-size:40px}.sidebar .flag-content span{padding-top:15px}.sidebar .flag-content a{text-decoration:none;color:#AFB1B4}.sidebar .flag-content a:hover span{text-decoration:underline}.sidebar .flag-content.selected{font-family:"BauOT-Medium";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem;color:#D1494D}.sidebar .flag-content.selected a{color:#D1494D}.sidebar .sidebar-hr{margin:30px 0 30px 0}.sidebar .related_content_image{width:65px;margin-bottom:9px;display:block}.sidebar .related-content{font-family:"BauOT-Medium";font-size:12px;font-size:0.8571428571rem;line-height:21px;line-height:1.5rem;color:#0982B7;margin-bottom:9px;text-align:left;max-width:80px}.sidebar .related-content i{font-size:8px}.sidebar .justify-clear{display:none}.sidebar.small{display:none}.sidebar.large{display:block}@media (max-width: 767px){.sidebar{max-width:600px;text-align:justify}.sidebar>.concur-button,.sidebar>.share-links,.sidebar>.related-content{display:inline-block;padding-top:20px;vertical-align:top;border-top:1px solid #0982b7}.sidebar .sidebar-hr{margin-top:0}.sidebar .justify-clear{display:inline-block;position:relative;width:100%;height:0}.proceedings-show-page .sidebar.small{margin-top:40px;max-width:300px}.proceedings-show-page .sidebar.small .sidebar-hr{display:none}.sidebar.small{display:block}.sidebar.large{display:none}}.content-wrapper .title-wrapper{font-family:"BauOT-Medium";font-size:24px;font-size:1.7142857143rem;line-height:28px;line-height:2rem;word-wrap:break-word}.content-wrapper .title-wrapper .title{font-family:"ModernMTStd-Wide";font-size:50px;font-size:3.5714285714rem;line-height:50px;line-height:3.5714285714rem;letter-spacing:-0.04rem}@media (max-width: 768px){.content-wrapper .title-wrapper .title{font-family:"ModernMTStd-Wide";font-size:40px;font-size:2.8571428571rem;line-height:40px;line-height:2.8571428571rem}}.content-wrapper .title-wrapper .subtitle{font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:15px;line-height:1.0714285714rem;display:block}.content-wrapper .content{font-family:"BauOT";font-size:18px;font-size:1.2857142857rem;line-height:29px;line-height:2.0714285714rem;max-width:700px}.content-wrapper .content .external-link{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:29px;line-height:2.0714285714rem}.bottom-wrapper{margin-top:70px}.bottom-wrapper hr{margin:0 15px 50px 15px}@media (min-width: 1200px){.opinion-and-summary-row{padding-left:1em}}.related-cases.bottom-wrapper{margin-top:0;min-height:200px}.related-cases.bottom-wrapper>.content{padding-left:0;position:relative}.related-cases.bottom-wrapper>.content .grid{margin-right:0}@media (max-width: 696.6666666667px){.related-cases.bottom-wrapper>.content .grid.big-first .grid-element:first-child{width:100%;margin-top:40px}}@media (min-width: 696.6666666667px){.related-cases.bottom-wrapper>.content .grid.big-first .grid-element:first-child{width:45%;width:calc(50% - 1/2 * 47px)}}@media (min-width: 1245.5555555556px){.related-cases.bottom-wrapper>.content .grid.big-first .grid-element:first-child{width:70%;width:calc(75% - 1/2 * 47px)}}@media (min-width: 971.1111111111px){.related-cases.bottom-wrapper>.content .grid.big-first .grid-element:first-child{width:60%;width:calc(2*100%/3 - 1/2 * 47px)}}.related-cases.bottom-wrapper>.content h3{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:12px;line-height:0.8571428571rem;letter-spacing:0.08;margin-top:0;margin-bottom:20px}.related-cases.bottom-wrapper .filter_form{position:absolute;top:0;right:15px}@media (max-width: 696.6666666667px){.related-cases.bottom-wrapper .filter_form{top:0 !important;left:0 !important}}.errors h1{font-family:"BauOT-Medium";font-size:36px;font-size:2.5714285714rem;line-height:36px;line-height:2.5714285714rem}.errors p{font-family:"BauOT";font-size:14px;font-size:1rem;line-height:14px;line-height:1rem}.main.container,.main.login-page,.banner .main.message-container{width:90%;padding-left:0;padding-right:0}#right_column{width:160px;position:absolute;right:0;top:0}#right_column .hidden-large,.related-cases.bottom-wrapper .filter_form .hidden-large,#saved-search-form .hidden-large{display:none}#right_column .hidden-small,.related-cases.bottom-wrapper .filter_form .hidden-small,#saved-search-form .hidden-small{display:block}#right_column .caret.face-right,.related-cases.bottom-wrapper .filter_form .caret.face-right,#saved-search-form .caret.face-right{border-left:4px solid;border-bottom:4px solid transparent;border-top:4px solid transparent}.large-row-grid{position:relative;margin-left:0;margin-right:0}#load_more{font-family:"BauOT-Medium";font-size:21px;font-size:1.5rem;line-height:12px;line-height:0.8571428571rem}@media (max-width: 696.6666666667px){#right_column,.related-cases.bottom-wrapper .filter_form{position:static;width:100%}#right_column .filter_form,.related-cases.bottom-wrapper .filter_form,#saved-search-form .filter_form{padding:0;min-height:0;width:100%}#right_column .filter_form>div:not(.visible-small),.related-cases.bottom-wrapper .filter_form>div:not(.visible-small),#saved-search-form .filter_form>div:not(.visible-small){display:none}#right_column .filter_form>div.visible-small,.related-cases.bottom-wrapper .filter_form>div.visible-small,#saved-search-form .filter_form>div.visible-small{display:inline-block}#right_column .filter_form .btn-group.sorter,.related-cases.bottom-wrapper .filter_form .btn-group.sorter,#saved-search-form .filter_form .btn-group.sorter{min-width:155px}#right_column .filter_form .btn-group.sorter ul li a,.related-cases.bottom-wrapper .filter_form .btn-group.sorter ul li a,#saved-search-form .filter_form .btn-group.sorter ul li a{padding:8px 12px}#right_column .hidden-small,.related-cases.bottom-wrapper .filter_form .hidden-small,#saved-search-form .hidden-small{display:none}#right_column .flyout-filter,.related-cases.bottom-wrapper .filter_form .flyout-filter,#saved-search-form .flyout-filter{top:0;left:0;width:100%;height:100%;position:fixed;z-index:1000;background-color:#B0D7E8;color:#0982B7;visibility:hidden;font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:12px;line-height:0.8571428571rem;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.5s linear;-moz-transition:-moz-transform 0.5s linear;-ms-transition:-ms-transform 0.5s linear;transition:transform 0.5s linear}#right_column .flyout-filter.show-filter,.related-cases.bottom-wrapper .filter_form .flyout-filter.show-filter,#saved-search-form .flyout-filter.show-filter{visibility:visible;-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translateX(0%);transform:translate3d(0%, 0, 0)}#right_column .flyout-filter.slide-left,.related-cases.bottom-wrapper .filter_form .flyout-filter.slide-left,#saved-search-form .flyout-filter.slide-left{-webkit-transform:translate3d(-70%, 0, 0);-moz-transform:translate3d(-70%, 0, 0);-ms-transform:translateX(-70%);transform:translate3d(-70%, 0, 0)}#right_column .flyout-filter .left-pane,.related-cases.bottom-wrapper .filter_form .flyout-filter .left-pane,#saved-search-form .flyout-filter .left-pane{overflow-y:scroll;overflow-x:hidden;padding:20px;height:100%}#right_column .flyout-filter .filter-title,.related-cases.bottom-wrapper .filter_form .flyout-filter .filter-title,#saved-search-form .flyout-filter .filter-title{color:black;display:inline-block}#right_column .flyout-filter .clear-filters,.related-cases.bottom-wrapper .filter_form .flyout-filter .clear-filters,#saved-search-form .flyout-filter .clear-filters{float:right}#right_column .flyout-filter .title,.related-cases.bottom-wrapper .filter_form .flyout-filter .title,#saved-search-form .flyout-filter .title{margin-bottom:18px}#right_column .flyout-filter input[type="checkbox"],.related-cases.bottom-wrapper .filter_form .flyout-filter input[type="checkbox"],#saved-search-form .flyout-filter input[type="checkbox"]{margin-right:20px;float:none;margin-left:0}#right_column .flyout-filter .checkbox,.related-cases.bottom-wrapper .filter_form .flyout-filter .checkbox,#saved-search-form .flyout-filter .checkbox{margin-bottom:20px;cursor:pointer}#right_column .flyout-filter .checkbox div,.related-cases.bottom-wrapper .filter_form .flyout-filter .checkbox div,#saved-search-form .flyout-filter .checkbox div{width:40px;height:40px;display:inline-block;background:white;vertical-align:middle;margin-right:20px}#right_column .flyout-filter .checkbox div i,.related-cases.bottom-wrapper .filter_form .flyout-filter .checkbox div i,#saved-search-form .flyout-filter .checkbox div i{font-size:36px;position:relative;top:-5px;left:5px;display:none}#right_column .flyout-filter .checkbox>i,.related-cases.bottom-wrapper .filter_form .flyout-filter .checkbox>i,#saved-search-form .flyout-filter .checkbox>i{float:right;font-size:24px;position:relative;top:7px}#right_column .flyout-filter .checkbox>i.icon-summary,.related-cases.bottom-wrapper .filter_form .flyout-filter .checkbox>i.icon-summary,#saved-search-form .flyout-filter .checkbox>i.icon-summary{left:-5px}#right_column .flyout-filter .checkbox.checked div i,.related-cases.bottom-wrapper .filter_form .flyout-filter .checkbox.checked div i,#saved-search-form .flyout-filter .checkbox.checked div i{display:inline}#right_column .flyout-filter .input-container,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container,#saved-search-form .flyout-filter .input-container{position:relative;cursor:pointer}#right_column .flyout-filter .input-container input,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container input,#saved-search-form .flyout-filter .input-container input{width:100%;color:#84C0DB;font-size:15px;text-align:left;padding:12px;margin-bottom:30px;cursor:pointer;line-height:22px}#right_column .flyout-filter .input-container input::-webkit-input-placeholder,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container input::-webkit-input-placeholder,#saved-search-form .flyout-filter .input-container input::-webkit-input-placeholder{color:#84C0DB}#right_column .flyout-filter .input-container input::-moz-placeholder,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container input::-moz-placeholder,#saved-search-form .flyout-filter .input-container input::-moz-placeholder{color:#84C0DB}#right_column .flyout-filter .input-container input:-moz-placeholder,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container input:-moz-placeholder,#saved-search-form .flyout-filter .input-container input:-moz-placeholder{color:#84C0DB}#right_column .flyout-filter .input-container input:-ms-input-placeholder,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container input:-ms-input-placeholder,#saved-search-form .flyout-filter .input-container input:-ms-input-placeholder{color:#84C0DB}#right_column .flyout-filter .input-container .caret,.related-cases.bottom-wrapper .filter_form .flyout-filter .input-container .caret,#saved-search-form .flyout-filter .input-container .caret{position:absolute;right:10px;top:20px;-webkit-transform:scale(1.7);-moz-transform:scale(1.7);-ms-transform:scale(1.7);transform:scale(1.7)}#right_column .flyout-filter .buttons,.related-cases.bottom-wrapper .filter_form .flyout-filter .buttons,#saved-search-form .flyout-filter .buttons{margin-top:20px}#right_column .flyout-filter .btn-cancel,.related-cases.bottom-wrapper .filter_form .flyout-filter .btn-cancel,#saved-search-form .flyout-filter .btn-cancel{font-size:15px;background-color:#CEE6F1;padding:15px;color:white;margin-right:12px}#right_column .flyout-filter .btn-apply,.related-cases.bottom-wrapper .filter_form .flyout-filter .btn-apply,#saved-search-form .flyout-filter .btn-apply{font-size:15px;background-color:#0982B7;padding:15px 30px;color:white}#right_column .flyout-filter .flyout-autocomplete,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete,#saved-search-form .flyout-filter .flyout-autocomplete{width:70%;height:100%;top:0;left:100%;position:absolute;background-color:#CEE6F1;padding:20px 20px 0 20px}#right_column .flyout-filter .flyout-autocomplete .list,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete .list,#saved-search-form .flyout-filter .flyout-autocomplete .list{height:100%;height:calc(100% - 20px)}#right_column .flyout-filter .flyout-autocomplete .title,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete .title,#saved-search-form .flyout-filter .flyout-autocomplete .title{color:#B0D7E8}#right_column .flyout-filter .flyout-autocomplete input,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete input,#saved-search-form .flyout-filter .flyout-autocomplete input{width:100%;margin-bottom:12px}#right_column .flyout-filter .flyout-autocomplete ul,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete ul,#saved-search-form .flyout-filter .flyout-autocomplete ul{list-style:none;position:relative}#right_column .flyout-filter .flyout-autocomplete ul li>a,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete ul li>a,#saved-search-form .flyout-filter .flyout-autocomplete ul li>a{color:#0982B7;font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:30px;line-height:2.1428571429rem}#right_column .flyout-filter .flyout-autocomplete .ui-front,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete .ui-front,#saved-search-form .flyout-filter .flyout-autocomplete .ui-front{height:90%;height:calc(100% - 12px)}#right_column .flyout-filter .flyout-autocomplete .ui-autocomplete,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete .ui-autocomplete,#saved-search-form .flyout-filter .flyout-autocomplete .ui-autocomplete{top:0px !important;left:0;border:none;padding:0;display:block !important;height:70%;height:calc(100% - 70px);overflow-y:scroll}#right_column .flyout-filter .flyout-autocomplete .ui-autocomplete .ui-state-focus,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete .ui-autocomplete .ui-state-focus,#saved-search-form .flyout-filter .flyout-autocomplete .ui-autocomplete .ui-state-focus{border-radius:0;background:none;border:0;margin:0;font-weight:bold}#right_column .flyout-filter .flyout-autocomplete .ui-autocomplete li>a,.related-cases.bottom-wrapper .filter_form .flyout-filter .flyout-autocomplete .ui-autocomplete li>a,#saved-search-form .flyout-filter .flyout-autocomplete .ui-autocomplete li>a{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:30px;line-height:2.1428571429rem;padding:0;cursor:pointer}}.login-page .green.button{width:200px}.login-page .oauth-buttons{width:100%}.login-page .login-forms{margin-bottom:20px}.login-page .login-forms .row>div,.login-page .login-forms .signup-page>div,.login-page .login-forms #footer .row>div,.login-page .login-forms #footer .signup-page>div,#footer .login-page .login-forms .row>div,#footer .login-page .login-forms .signup-page>div{margin-bottom:50px}.login-page .login-forms .row input,.login-page .login-forms .signup-page input,.login-page .login-forms #footer .row input,.login-page .login-forms #footer .signup-page input,#footer .login-page .login-forms .row input,#footer .login-page .login-forms .signup-page input{max-width:300px}.login-page .other-links{margin-top:30px;font-family:"BauOT";font-size:12px;font-size:0.8571428571rem;line-height:18px;line-height:1.2857142857rem}.proceedings-show-page .title-wrapper{word-wrap:break-word}.proceedings-show-page .title-wrapper .db-title{font-family:"BauOT-Medium";font-size:17px;font-size:1.2142857143rem;line-height:19px;line-height:1.3571428571rem;letter-spacing:0.08rem;margin-bottom:10px}.proceedings-show-page .title-wrapper .title{margin-top:30px;margin-bottom:50px}.proceedings-show-page .title-wrapper .display-title{font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:15px;line-height:1.0714285714rem;color:#0982B7}.proceedings-show-page .description{font-size:15px;line-height:23px;margin-bottom:14px}.proceedings-show-page .bottom-wrapper{position:relative;margin-top:20px}@media (max-width: 1200px){.proceedings-show-page .bottom-wrapper{margin-top:20px}}@media (max-width: 768px){.proceedings-show-page .bottom-wrapper{margin-bottom:0}}.proceedings-show-page .bottom-wrapper hr{margin:0 0 30px 0}@media (min-width: 1200px){.proceedings-show-page .bottom-wrapper .row,.proceedings-show-page .bottom-wrapper .signup-page,.proceedings-show-page .bottom-wrapper #footer .row,.proceedings-show-page .bottom-wrapper #footer .signup-page,#footer .proceedings-show-page .bottom-wrapper .row,#footer .proceedings-show-page .bottom-wrapper .signup-page{margin-right:60px}}@media (max-width: 696.6666666667px){.proceedings-show-page .bottom-wrapper .row,.proceedings-show-page .bottom-wrapper .signup-page,.proceedings-show-page .bottom-wrapper #footer .row,.proceedings-show-page .bottom-wrapper #footer .signup-page,#footer .proceedings-show-page .bottom-wrapper .row,#footer .proceedings-show-page .bottom-wrapper .signup-page{margin-right:0}}.proceedings-show-page .bottom-wrapper .filter_form{top:50px}@media (max-width: 696.6666666667px){.proceedings-show-page .bottom-wrapper .filter_form{margin-bottom:20px}}.proceedings-show-page .bottom-wrapper .opinions-count{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:23px;line-height:1.6428571429rem;letter-spacing:0.08rem;margin-bottom:15px}.proceedings-show-page .bottom-wrapper .btn-success{margin-bottom:32px}.proceedings-show-page .bottom-wrapper .btn-success i{font-size:18px}.proceedings-show-page .bottom-wrapper .btn-success span{padding-left:7px}@media (max-width: 992px) and (min-width: 768px){.proceedings-show-page .bottom-wrapper .btn-success span{font-size:12px}}.proceedings-show-page .bottom-wrapper .between-border:not(:first-child){border-top:1px solid #0982B7}.proceedings-show-page .opinion-columns hr,.proceedings-show-page .summary-columns hr{margin:20px 0}.proceedings-show-page .opinion-columns .btn i,.proceedings-show-page .opinion-columns .oauth-buttons .btn-oauth i,.oauth-buttons .proceedings-show-page .opinion-columns .btn-oauth i,.proceedings-show-page .opinion-columns .button-primary i,.proceedings-show-page .summary-columns .btn i,.proceedings-show-page .summary-columns .oauth-buttons .btn-oauth i,.oauth-buttons .proceedings-show-page .summary-columns .btn-oauth i,.proceedings-show-page .summary-columns .button-primary i{vertical-align:text-top}.proceedings-show-page .opinion-columns .grid-element,.proceedings-show-page .summary-columns .grid-element{width:100%}@media screen and (min-width: 768px){.proceedings-show-page .opinion-columns{padding-right:30px}.proceedings-show-page .summary-columns{padding-left:30px}}.proceedings-show-page .cell-pagination{font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:16px;line-height:1.1428571429rem}@media (max-width: 768px){.proceedings-show-page .cell-pagination{margin-bottom:40px}}.proceedings-show-page #right_column{top:50px}.proceedings-show-page .treatment-head{margin-top:30px}@media (min-width: 1200px){.proceedings-show-page .treatment-head{padding-left:30px;border-left:2px double #428bca}}.proceedings-show-page .treatment-head .received-negative-treatment-head i.icon-flag{margin-right:10px}.proceedings-show-page .treatment-head .received-negative-treatment-head .header{font-family:'BauOT-Medium';color:#D1494D}.proceedings-show-page .treatment-head .received-negative-treatment-head .header span{position:absolute;top:5px}.proceedings-show-page .treatment-head .received-negative-treatment-head .title{margin-top:5px;font-family:'BauOT-Medium';color:#428bca;margin-bottom:5px}.proceedings-show-page .treatment-head .received-negative-treatment-head .name{font-family:'ModernMTStd-Wide';font-size:26px;line-height:31px;letter-spacing:-0.1rem;word-break:keep-all;margin-bottom:5px}.proceedings-show-page .treatment-head .received-negative-treatment-head .name a{color:black}@media (min-width: 1200px){.proceedings-show-page .treatment-head .received-negative-treatment-head .view-more{padding-left:65px}}.proceedings-show-page .treatment-head .received-negative-treatment-head .view-more .negative-treatment-flag-view-more-link{font-size:14px}.proceedings-show-page .filter-section{margin-top:40px}.proceedings-show-page .filter-section .filter_form{min-height:0;padding-bottom:0}.proceedings-show-page .filter-section .btn-group,.proceedings-show-page .filter-section .filter-title{display:inline-block}@media (min-width: 768px){.proceedings-show-page .filter-section .btn-group,.proceedings-show-page .filter-section .filter-title{margin-right:10px}}.proceedings-show-page .filter-section .btn-group{width:170px}.proceedings-show-page .row.opinion-and-summary-row .opinions-count,.proceedings-show-page .opinion-and-summary-row.signup-page .opinions-count,.proceedings-show-page #footer .opinion-and-summary-row.row .opinions-count,.proceedings-show-page #footer .opinion-and-summary-row.signup-page .opinions-count,#footer .proceedings-show-page .opinion-and-summary-row.row .opinions-count,#footer .proceedings-show-page .opinion-and-summary-row.signup-page .opinions-count,.proceedings-show-page .row.opinion-and-summary-row a.btn-block,.proceedings-show-page .row.opinion-and-summary-row .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page .row.opinion-and-summary-row a.btn-oauth,.proceedings-show-page .opinion-and-summary-row.signup-page a.btn-block,.proceedings-show-page .opinion-and-summary-row.signup-page .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page .opinion-and-summary-row.signup-page a.btn-oauth,.proceedings-show-page #footer .opinion-and-summary-row.row a.btn-block,.proceedings-show-page #footer .opinion-and-summary-row.row .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page #footer .opinion-and-summary-row.row a.btn-oauth,.proceedings-show-page #footer .opinion-and-summary-row.signup-page a.btn-block,.proceedings-show-page #footer .opinion-and-summary-row.signup-page .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page #footer .opinion-and-summary-row.signup-page a.btn-oauth,#footer .proceedings-show-page .opinion-and-summary-row.row a.btn-block,#footer .proceedings-show-page .opinion-and-summary-row.row .oauth-buttons a.btn-oauth,.oauth-buttons #footer .proceedings-show-page .opinion-and-summary-row.row a.btn-oauth,#footer .proceedings-show-page .opinion-and-summary-row.signup-page a.btn-block,#footer .proceedings-show-page .opinion-and-summary-row.signup-page .oauth-buttons a.btn-oauth,.oauth-buttons #footer .proceedings-show-page .opinion-and-summary-row.signup-page a.btn-oauth{display:inline-block}.proceedings-show-page .row.opinion-and-summary-row .opinions-count,.proceedings-show-page .opinion-and-summary-row.signup-page .opinions-count,.proceedings-show-page #footer .opinion-and-summary-row.row .opinions-count,.proceedings-show-page #footer .opinion-and-summary-row.signup-page .opinions-count,#footer .proceedings-show-page .opinion-and-summary-row.row .opinions-count,#footer .proceedings-show-page .opinion-and-summary-row.signup-page .opinions-count{float:left;padding-top:10px}.proceedings-show-page .row.opinion-and-summary-row a.btn-block,.proceedings-show-page .row.opinion-and-summary-row .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page .row.opinion-and-summary-row a.btn-oauth,.proceedings-show-page .opinion-and-summary-row.signup-page a.btn-block,.proceedings-show-page .opinion-and-summary-row.signup-page .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page .opinion-and-summary-row.signup-page a.btn-oauth,.proceedings-show-page #footer .opinion-and-summary-row.row a.btn-block,.proceedings-show-page #footer .opinion-and-summary-row.row .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page #footer .opinion-and-summary-row.row a.btn-oauth,.proceedings-show-page #footer .opinion-and-summary-row.signup-page a.btn-block,.proceedings-show-page #footer .opinion-and-summary-row.signup-page .oauth-buttons a.btn-oauth,.oauth-buttons .proceedings-show-page #footer .opinion-and-summary-row.signup-page a.btn-oauth,#footer .proceedings-show-page .opinion-and-summary-row.row a.btn-block,#footer .proceedings-show-page .opinion-and-summary-row.row .oauth-buttons a.btn-oauth,.oauth-buttons #footer .proceedings-show-page .opinion-and-summary-row.row a.btn-oauth,#footer .proceedings-show-page .opinion-and-summary-row.signup-page a.btn-block,#footer .proceedings-show-page .opinion-and-summary-row.signup-page .oauth-buttons a.btn-oauth,.oauth-buttons #footer .proceedings-show-page .opinion-and-summary-row.signup-page a.btn-oauth{width:auto;float:right}.proceedings-show-page .new-received{font-size:1.2rem}.proceedings-show-page .new-received a{color:#D1494D}@media (min-width: 768px){.proceedings-show-page .add-new{float:right}}.proceedings-show-page .add-new a{padding:10px;font-size:1rem}@media (min-width: 1200px){.proceedings-show-page .add-new{margin-right:75px}}@media (min-width: 1200px){.proceedings-show-page .received-negative-treatments-list .row,.proceedings-show-page .received-negative-treatments-list .signup-page,.proceedings-show-page .received-negative-treatments-list #footer .row,.proceedings-show-page .received-negative-treatments-list #footer .signup-page,#footer .proceedings-show-page .received-negative-treatments-list .row,#footer .proceedings-show-page .received-negative-treatments-list .signup-page{margin-right:60px}}.proceedings-show-page .received-negative-treatments-list .header{position:relative;margin-bottom:10px}.proceedings-show-page .received-negative-treatments-list .header i.icon-flag{margin-right:8px}.proceedings-show-page .received-negative-treatments-list .header span{font-family:"BauOT-Medium";font-size:18px;position:absolute;top:3px}.proceedings-show-page .received-negative-treatments-list .title{margin-top:10px;font-family:'BauOT-Medium';color:#D1494D;margin-bottom:5px;font-size:13px}.proceedings-show-page .received-negative-treatments-list .name{margin-bottom:5px;height:100px}.proceedings-show-page .received-negative-treatments-list .name a{font-family:'ModernMTStd-Wide';font-size:26px;line-height:31px;color:black;letter-spacing:-0.1rem;word-break:keep-all}.proceedings-show-page .received-negative-treatments-list .view-case a.negative-treatment-flag-view-more-link{font-size:13px}.proceedings-show-page .received-negative-treatments-list .content{border:1px solid #428bca;padding:10px 30px;margin-top:10px;margin-bottom:20px}.proceedings-show-page .received-negative-treatments-list .action{display:inline-block;float:right}@media (max-width: 768px){.proceedings-show-page .received-negative-treatments-list #load_more{min-height:0}}.proceedings-show-page .received-negative-treatments-list #load_more,.proceedings-show-page .opinions-summaries-paginator{text-align:center;margin-right:0;margin-top:10px;font-family:"BauOT-Medium"}.proceedings-show-page .received-negative-treatments-list #load_more a,.proceedings-show-page .opinions-summaries-paginator a{border:2px solid #428bca;padding:5px;font-size:13px}.proceedings-show-page .received-negative-treatments-list #load_more.opinions-summaries-paginator,.proceedings-show-page .opinions-summaries-paginator.opinions-summaries-paginator{font-family:"BauOT-Medium";margin-bottom:30px}@media (min-width: 768px){.proceedings-show-page .received-negative-treatments-list #load_more.opinions-summaries-paginator hr,.proceedings-show-page .opinions-summaries-paginator.opinions-summaries-paginator hr{border:none;margin:0}}@media (min-width: 1200px){.proceedings-show-page .received-negative-treatments-list #load_more.opinions-summaries-paginator,.proceedings-show-page .opinions-summaries-paginator.opinions-summaries-paginator{margin-right:60px}}.proceedings-show-page .sidebar.small{max-width:200px}.new-summaries-page h4,.new-opinions-page h4{font-family:"BauOT";font-size:32px;font-size:2.2857142857rem;line-height:35px;line-height:2.5rem}.new-summaries-page form,.new-opinions-page form{max-width:527px}.new-summaries-page .new-ugc-file-formats-description,.new-opinions-page .new-ugc-file-formats-description{font-weight:bold}.new-summaries-page .summary-file-label,.new-opinions-page .summary-file-label{margin-bottom:5px}.new-summaries-page .summary-file-label .upload-text,.new-opinions-page .summary-file-label .upload-text{font-weight:normal;margin-left:10px;white-space:nowrap}.new-summaries-page #switch-content-method,.new-opinions-page #switch-content-method{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;margin-bottom:20px}.new-summaries-page .ugc_publisher_id,.new-opinions-page .ugc_publisher_id{margin-bottom:20px}.new-summaries-page #ugc-negative-treatment-flag-form,.new-opinions-page #ugc-negative-treatment-flag-form{padding-left:0.1rem}.summary-show .title-wrapper{word-wrap:break-word;margin-bottom:40px}.summary-show .title-wrapper .title{font-family:"ModernMTStd-Wide";font-size:50px;font-size:3.5714285714rem;line-height:50px;line-height:3.5714285714rem;margin-bottom:26px;margin-top:0}@media (max-width: 768px){.summary-show .title-wrapper .title{font-family:"ModernMTStd-Wide";font-size:40px;font-size:2.8571428571rem;line-height:40px;line-height:2.8571428571rem}}.summary-show .title-wrapper .subtitle{font-family:"BauOT-Medium";font-size:16px;font-size:1.1428571429rem;line-height:18px;line-height:1.2857142857rem}.summary-show .content{font-family:"BauOT";font-size:18px;font-size:1.2857142857rem;line-height:29px;line-height:2.0714285714rem;margin-bottom:34px}.summary-show .content p{white-space:pre-wrap}.summary-show .content.ugc-content ul{padding-left:20px}.summary-show .content audio{width:100%;margin:1em 0}.summary-show .multimedia-embed{margin-bottom:2em}.summary-show .options{margin-bottom:34px;font-family:"BauOT-Medium";font-size:13px;font-size:0.9285714286rem;line-height:15px;line-height:1.0714285714rem}.summary-show .options .claimit-container{margin-bottom:34px}.summary-show .main-author{font-family:"BauOT-Medium";font-size:16px;font-size:1.1428571429rem;line-height:19px;line-height:1.3571428571rem}@media (max-width: 992px){.summary-show .main-author{margin-bottom:40px}}.summary-show .main-author .name{margin-bottom:16px}.summary-show .main-author .name a{color:#D1494D}.summary-show .main-author .avatar-and-logo .avatar{max-width:50px;display:inline-block;margin-right:8px}.summary-show .main-author .avatar-and-logo .logo{max-height:50px;max-width:150px}.summary-show .main-author .avatar-and-logo img{vertical-align:top}.pdf-inline{height:750px;width:100%;max-width:1000px}.signup-page #avatar{display:inline-block;width:92px;height:92px;background-position:center center;background-size:cover;margin-bottom:14px}.signup-page #logo{display:inline-block;width:92px;height:92px;background-position:center center;background-size:90px;margin-bottom:14px;background-repeat:no-repeat}.signup-page .large.icon{color:#0982B7;display:block;font-size:92px;margin-bottom:14px}.signup-page .calculator{float:left;margin-right:15px}.signup-page .calculator i{margin-bottom:0}@media (max-width: 768px){.signup-page .calculator{display:none}}.signup-page .form-avatar{margin-bottom:20px;float:left}@media (max-width: 768px){.signup-page .form-avatar{float:none;margin-left:15px}}.signup-page .publisher-select .form-group{margin-top:10px}.signup-page .form-upper-fields{float:left}.signup-page .oauth-links{margin-bottom:50px}.signup-page .regular-header{margin-top:0px;margin-bottom:45px}.signup-page .organization-select{font-family:"BauOT";font-size:24px;font-size:1.7142857143rem;line-height:28px;line-height:2rem;margin-top:0px;margin-bottom:20px}.signup-page .organization-row{margin-bottom:10px}.signup-page .choose-file-container{width:92px;height:35px;margin:0;font-size:14px;padding:12px 0 !important;cursor:pointer;position:relative}.signup-page .choose-file-container input{cursor:pointer;opacity:0;position:absolute;top:0;right:0;width:92px;height:35px}.signup-page .submit.button,.signup-page .oauth-buttons .button,.oauth-buttons .signup-page .button{width:100%}.signup-page .drag-drop{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:16px;line-height:1.1428571429rem;margin-bottom:12px}.signup-page .drag-drop div{padding:0px}.signup-page .user_public{margin-top:27px}.signup-page .form-control::-webkit-input-placeholder{color:#84C0DB}.signup-page .form-control:-moz-placeholder,.signup-page .form-control::-moz-placeholder,.signup-page .form-control:-ms-input-placeholder{color:#84C0DB}.signup-page input,.signup-page textarea{max-width:410px;border-radius:0;color:#0982B7}.signup-page input.btn,.signup-page .oauth-buttons input.btn-oauth,.oauth-buttons .signup-page input.btn-oauth,.signup-page input.button-primary,.signup-page textarea.btn,.signup-page .oauth-buttons textarea.btn-oauth,.oauth-buttons .signup-page textarea.btn-oauth,.signup-page textarea.button-primary{color:white}.signup-page .medium-header{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:19px;line-height:1.3571428571rem;font-weight:normal}.signup-page form{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:16px;line-height:1.1428571429rem}.signup-page .terms{margin-bottom:24px}.signup-page .btn-success{max-width:410px;font-size:13px;letter-spacing:0.08rem}.signup-page .pub-helper{float:left;display:inline-block;margin:0 0 15px 5px;cursor:pointer}.signup-page .offset-14{margin-left:92px}@media (max-width: 768px){.signup-page .offset-14{margin-left:0}}.signup-page .checkbox input{margin-left:0;margin-right:0}#users_list .panel,#publishers_list .panel{border:none}#users_list .panel .panel-heading,#publishers_list .panel .panel-heading{background-color:white}#users_list .panel .panel-footer,#publishers_list .panel .panel-footer{border:none;background-color:white}#users_list .pagination,#publishers_list .pagination{margin:0px}.users-show-page #right_column{width:100%;min-width:160px;position:absolute;right:0;top:0}@media (max-width: 696.6666666667px){.users-show-page .grid.big-first .grid-element:first-child{margin-top:70px}}@media (min-width: 971.1111111111px){.users-show-page #right_column{width:33.333%;width:calc(100%/3 - 2/3 * 47px + 2/3 * 180px)}.users-show-page .grid.big-first .grid-element:first-child,.users-show-page .grid.big-second .grid-element:nth-child(2){width:66.666%}}@media (min-width: 1245.5555555556px){.users-show-page #right_column{width:25%;width:calc(25% - 3/4 * 47px + 3/4 * 180px)}.users-show-page .grid.big-first .grid-element:first-child,.users-show-page .grid.big-second .grid-element:nth-child(2){width:75%}}.users-show-page .grid{min-height:600px;position:relative}.users-show-page .filter_form{position:static;width:170px;padding-left:10px;float:right}.users-show-page .cell-pagination a.next-page{float:none}.users-show-page .profile-box{width:100%}@media (min-width: 971.1111111111px){.users-show-page .profile-box{min-height:245px}}.users-show-page .profile-box .avatar-and-logo{float:left;width:100px;margin-right:12px;font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:23px;line-height:1.6428571429rem}.users-show-page .profile-box .avatar-and-logo .avatar{width:100px}.users-show-page .profile-box .avatar-and-logo .logo{max-width:80px;max-height:80px}.users-show-page .profile-box .user_blurb{padding-top:32px}.users-show-page .profile-box .media .publisher.media-object,.users-show-page .profile-box .comment-block .publisher.media-object{margin-top:10px}.users-show-page .profile-box .user .name{font-family:"BauOT-Medium";font-size:28px;font-size:2rem;line-height:32px;line-height:2.2857142857rem;margin-top:0;margin-bottom:14px}.users-show-page .profile-box .user .bio{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:23px;line-height:1.6428571429rem;margin-bottom:8px}.users-show-page .profile-box .user .social-links a:hover{text-decoration:none}.users-show-page .profile-box .user .social-links i{color:#AFB1B4;font-size:20px}.users-show-page .profile-box .user .social-links i:hover{opacity:.8}.users-show-page .profile-saved-search-link{margin-top:1em;font-size:15px}.users-show-page .latest .grid-element{border:none;width:100%}.users-show-page .latest .grid-element .headline a{font-size:50px;line-height:50px}.users-show-page .even-grid .small.grid-element{width:30%}.users-show-page .large-summary{width:60%}.oauth-buttons .oauth-div{width:300px;margin-bottom:10px}.oauth-buttons .btn-oauth{font-size:13px;letter-spacing:0.04rem;height:45px}.oauth-buttons .btn-oauth.delete:hover{background-color:#D1494D}.oauth-buttons .btn-oauth.delete:hover i{font-size:20px}.oauth-buttons .btn-oauth i{font-size:20px;margin-right:5px;vertical-align:text-bottom}.oauth-buttons .btn-oauth i.icon-CL-Assets-33{font-size:15px}.oauth-buttons .btn-oauth .provider{padding-top:8px;display:inline-block}.memberships-page .grid-element{width:350px;height:150px}.memberships-page .grid-element .btn,.memberships-page .grid-element .button-primary,.memberships-page .grid-element .oauth-buttons .btn-oauth,.oauth-buttons .memberships-page .grid-element .btn-oauth{margin-top:10px;margin-bottom:10px;font-size:12px;padding:5px}.memberships-page .grid-element .media-heading{margin:10px 0}.memberships-page .avatar{width:50px}.filter_form{padding:0 0 30px 0;min-height:300px;width:100%}.filter_form .filter-title{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:12px;line-height:0.8571428571rem;letter-spacing:0.08rem;font-weight:normal;margin-bottom:15px}.filter_form .clear-filters{font-family:"BauOT-Medium";font-size:12px;font-size:0.8571428571rem;line-height:12px;line-height:0.8571428571rem;margin-left:10px;color:#0982B7}.filter_form .clear-filters i{margin-left:5px}.filter_form .btn-group{display:block;height:32px;margin-bottom:10px;font-size:13px}.filter_form .btn-group .dropdown-toggle{width:100%;background-color:#CEE6F1;color:#0982B7;text-align:left;font-family:'BauOT-Medium';font-size:13px;overflow:hidden;text-overflow:ellipsis}@media (min-width: 696.6666666667px){.filter_form .btn-group .dropdown-toggle::before{content:"\200B";padding-left:10px}}.filter_form .btn-group .dropdown-menu{background-color:#CEE6F1;min-width:100%;max-width:100%;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.filter_form .btn-group .dropdown-menu li>*{color:#0982B7;font-size:13px;padding:3px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.filter_form .btn-group .dropdown-menu li>*:hover,.filter_form .btn-group .dropdown-menu li>*:focus{background-color:#0982B7;color:white}.filter_form .btn-group .dropdown-menu input{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:12px;line-height:0.8571428571rem;color:#0982B7;width:95%;margin:5px 2.5%}.filter_form .btn-group .dropdown-menu .ui-autocomplete{max-width:100%;padding:0;position:static !important;border:none}.filter_form .btn-group .dropdown-menu .ui-autocomplete .ui-menu-item-wrapper{display:block;padding:3px 10px;clear:both;font-weight:normal;font-size:13px;line-height:1.428571429;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.filter_form .btn-group .dropdown-menu .ui-autocomplete .ui-menu-item-wrapper.ui-state-active{border:none}.filter_form .btn-group .dropdown-menu .ui-autocomplete .ui-menu-item,.filter_form .btn-group .dropdown-menu .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper{background:none}.filter_form .btn-group .dropdown-menu .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{background-color:#0982B7;color:white;border:none;border-radius:0;cursor:pointer}.filter_form div.input{margin-bottom:10px}.filter_form div.input select{font-family:"BauOT-Medium";font-size:14px;font-size:1rem;line-height:18px;line-height:1.2857142857rem;-webkit-appearance:none;font-weight:normal;width:100%;padding-right:25px;overflow:hidden}.filter_form div.input select option{background:#84C0DB}.filter_form #author_chosen .ui-menu-item-wrapper:first-child span{color:#0982B7}.filter_form #publisher_chosen .ui-menu-item-wrapper:first-child span{color:#0982B7}.filter_form .chosen-container.chosen-with-drop .chosen-single div b::before{content:""}.filter_form .chosen-container.chosen-container-single .chosen-single div b::before{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;content:"\2335";position:absolute;color:#0982B7;top:-10px;right:0.005px;pointer-events:none;font-size:27px;font-weight:700}#publishers-show #publisher-logo{max-width:100px;max-height:100px;margin-bottom:14px}#publishers-show #publisher-info{font-family:"BauOT";font-size:15px;font-size:1.0714285714rem;line-height:23px;line-height:1.6428571429rem}#publishers-show #publisher-info h5{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:23px;line-height:1.6428571429rem;margin:0}#publishers-show #publisher-info h5 a{color:black}#publishers-show #publisher-info ul{list-style:none;margin-bottom:0}#publishers-show #publisher-info ul li a{color:#D1494D}#publishers-show #publisher-info #show-more-members{color:black}.static{font-family:"Modern (Monotype)";font-size:18px;font-size:1.2857142857rem;line-height:25px;line-height:1.7857142857rem;padding:10px}.static ul{list-style-position:inside}.static ul li{padding-left:5px}#saved-search-form .btn-group{height:35px;margin-bottom:15px}#saved-search-form .btn-group button{height:35px}#saved-search-form .saved-search-email-static-input{height:35px;font-family:"BauOT-Medium"}#saved-search-form .search-details-title,#saved-search-form .saved-search-email-label{font-family:"BauOT-Medium";font-size:15px;font-size:1.0714285714rem;line-height:12px;line-height:0.8571428571rem;letter-spacing:0.08rem;font-weight:normal;margin-bottom:15px}#saved-search-form input.form-control{background-color:#CEE6F1;height:35px;font-family:"BauOT-Medium";color:#0982B7;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}#saved-search-form input.form-control::-webkit-input-placeholder{color:#84C0DB}#saved-search-form input.form-control::-moz-placeholder{color:#84C0DB}#saved-search-form input.form-control:-ms-input-placeholder{color:#84C0DB}#saved-search-form input.form-control[type="submit"]{letter-spacing:0.08em;color:white;padding:12px 15px}#saved-search-form .grid{margin-right:initial}#saved-search-form .g-recaptcha{margin-bottom:1em}.saved-search-buttons .saved-search-button{font-size:0.9rem !important;padding:8px}.saved-searches-list-item{padding:20px 0px}@media (max-width: 991px){.saved-searches-list-item{border-bottom:1px #0982B7 solid}}.saved-search-title{font-size:26px;font-family:"ModernMTStd-Wide";letter-spacing:-0.1rem;line-height:31px;margin-bottom:10px}.saved-search-title a{color:black}.saved-search-title a:hover{color:black}.column-summary .more-info{width:100%;display:inline-block}.column-summary .more-info .date{font-family:"BauOT";float:right;margin-top:8px}.column-summary .more-info .read-more{float:left;margin-top:20px}.column-summary .more-info .concur-button{float:right}.column-summary .first-comment{margin-top:5px;margin-bottom:0}@media (max-width: 1200px){.column-summary .content{margin-top:0}}html[lang="fr"] .signup-page .choose-file-container{font-size:10px}html[lang="fr"] .proceedings-show-page .sidebar .share-links>span{font-size:11px}@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url(/assets/summernote-3634f28fd6bd42e22b01f3457dd0f937f36adf8bd26f0ee68ab1e005fe15fdcf.eot);src:url(/assets/summernote-3634f28fd6bd42e22b01f3457dd0f937f36adf8bd26f0ee68ab1e005fe15fdcf.eot) format("embedded-opentype"),url(/assets/summernote-efc2e4aa436d7dceee02852c30fb810332689138e5f624380bc7197b3b3b41b8.woff) format("woff"),url(/assets/summernote-4f4c624bbffabecec8dcde5d45ec19fecc0190232d0124107c1a8dde1f8c38cd.ttf) format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\f101"}.note-icon-align-indent:before{content:"\f102"}.note-icon-align-justify:before{content:"\f103"}.note-icon-align-left:before{content:"\f104"}.note-icon-align-outdent:before{content:"\f105"}.note-icon-align-right:before{content:"\f106"}.note-icon-align:before{content:"\f107"}.note-icon-arrow-circle-down:before{content:"\f108"}.note-icon-arrow-circle-left:before{content:"\f109"}.note-icon-arrow-circle-right:before{content:"\f10a"}.note-icon-arrow-circle-up:before{content:"\f10b"}.note-icon-arrows-alt:before{content:"\f10c"}.note-icon-arrows-h:before{content:"\f10d"}.note-icon-arrows-v:before{content:"\f10e"}.note-icon-bold:before{content:"\f10f"}.note-icon-caret:before{content:"\f110"}.note-icon-chain-broken:before{content:"\f111"}.note-icon-circle:before{content:"\f112"}.note-icon-close:before{content:"\f113"}.note-icon-code:before{content:"\f114"}.note-icon-col-after:before{content:"\f115"}.note-icon-col-before:before{content:"\f116"}.note-icon-col-remove:before{content:"\f117"}.note-icon-eraser:before{content:"\f118"}.note-icon-font:before{content:"\f119"}.note-icon-frame:before{content:"\f11a"}.note-icon-italic:before{content:"\f11b"}.note-icon-link:before{content:"\f11c"}.note-icon-magic:before{content:"\f11d"}.note-icon-menu-check:before{content:"\f11e"}.note-icon-minus:before{content:"\f11f"}.note-icon-orderedlist:before{content:"\f120"}.note-icon-pencil:before{content:"\f121"}.note-icon-picture:before{content:"\f122"}.note-icon-question:before{content:"\f123"}.note-icon-redo:before{content:"\f124"}.note-icon-row-above:before{content:"\f125"}.note-icon-row-below:before{content:"\f126"}.note-icon-row-remove:before{content:"\f127"}.note-icon-special-character:before{content:"\f128"}.note-icon-square:before{content:"\f129"}.note-icon-strikethrough:before{content:"\f12a"}.note-icon-subscript:before{content:"\f12b"}.note-icon-summernote:before{content:"\f12c"}.note-icon-superscript:before{content:"\f12d"}.note-icon-table:before{content:"\f12e"}.note-icon-text-height:before{content:"\f12f"}.note-icon-trash:before{content:"\f130"}.note-icon-underline:before{content:"\f131"}.note-icon-undo:before{content:"\f132"}.note-icon-unorderedlist:before{content:"\f133"}.note-icon-video:before{content:"\f134"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:white;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:bold;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100% !important}.note-editor.note-frame.fullscreen .note-editable{background-color:white}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:8px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px !important}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute !important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative !important;z-index:1;width:5em;height:5em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute !important;z-index:2;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-popover .popover-content .note-style h1,.panel-heading.note-toolbar .note-style h1,.note-popover .popover-content .note-style h2,.panel-heading.note-toolbar .note-style h2,.note-popover .popover-content .note-style h3,.panel-heading.note-toolbar .note-style h3,.note-popover .popover-content .note-style h4,.panel-heading.note-toolbar .note-style h4,.note-popover .popover-content .note-style h5,.panel-heading.note-toolbar .note-style h5,.note-popover .popover-content .note-style h6,.panel-heading.note-toolbar .note-style h6,.note-popover .popover-content .note-style blockquote,.panel-heading.note-toolbar .note-style blockquote{margin:0}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu,.panel-heading.note-toolbar .note-color .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto !important}.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto !important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid black}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:black;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:white;border:1px solid black}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:white;background-color:black;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block !important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:white;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}.note-editor.note-frame .note-editing-area .note-editable{color:#333333;word-break:keep-all}.note-editor.note-frame .note-editing-area .note-editable ul{padding-left:40px}.note-editor.note-frame{border-radius:0;border-color:#CEE6F1}.note-popover .popover-content,.panel-heading.note-toolbar{color:#333333;background-color:#CEE6F1}.summary-show .content.ugc-content ul{padding-left:40px}#canlii-editor-wrapper .form-group{white-space:normal}
