ul.token-input-list-trefis {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 100%;
    border: 1px solid #d4d4d4;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-trefis li input {
    border: 0;
    width: 100px;
    padding: 0 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-trefis {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 1px 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-trefis p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-trefis span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-trefis {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-trefis {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-trefis {
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1004;	/* this z-index value is large enough to go over the standard jquery ui dialog popups, which max out at 1003 */
	text-align: left;
}

div.token-input-dropdown-trefis p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-trefis ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-trefis ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-trefis ul li.token-input-dropdown-item-trefis {
    background-color: #fff;
}

div.token-input-dropdown-trefis ul li.token-input-dropdown-item2-trefis {
    background-color: #fff;
}

div.token-input-dropdown-trefis ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-trefis ul li.token-input-selected-dropdown-item-trefis {
    background-color: #3b5998;
    color: #fff;
}
/*
@include lib/token-input-trefis.css
*/

.cbCont {
	position: relative;
}

.cbAnonLabel{
	display:inline-block;
}

.cbAnonWrapper{
	padding:2px 0px;
}

.cbBoxWrapper {
	border: 1px solid #606060;
    border-radius: 5px 5px 0 0;
	padding: 6px;
	background: #fff;
	-webkit-box-shadow:inset 0 0 4px #666;
	box-shadow:inset 0 0 4px #666;
}

.cbBox {
    resize: vertical;
	width: 100%;
	/* height needs to be set by client! */
	border: none;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	outline: none;	/* prevents blue outline when focused in chrome */
}

.cbLineWrapper {
	/* 14 px right padding counteracts the 6px padding and 1px border on each side of the input.cbLine
	5px bottom padding to separate it from the textarea below */
	padding: 0 14px 5px 0;
}

.cbLine {
	/* we really to want outlines here, unlike cbBox, and a separate
	 * class so the height is handled separately.
	 */
	width: 100%;
	padding: 3px 6px;	/* 6px horizontal padding matches the textarea below */
	border: 1px solid #ccc;
	line-height: 16px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}


.cbCont .ghostText {
	/* this fixes the css overrides for #mdCommentBox when it's ghosted */
	color: #666 !important;
}

.btn.btn-sm.cbSubmit,
.btn.btn-sm.cbBottomLink
{
    border-radius: 0 0 4px 0; /* offset 1px for outer container's border */
}

.cbBottomInner .btn:not(:first-child) {
    margin-right: 2px;
}

.cbBottom {
	border: 1px solid #818181;
    border-radius: 0 0 5px 5px;
	position: relative;
	top: -1px;
}

.cbBottomInner {
    border-radius: 0 0 4px 4px; /* offset 1px for outer container's border */
	height: 30px;
	padding-left: 5px;
	
	background: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#b6b6b6));
	background-image: -o-linear-gradient(top, #d9d9d9, #b6b6b6);
	background-image: linear-gradient(top, #d9d9d9, #b6b6b6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd9d9d9, endColorstr=#ffb6b6b6);
}

.cbBottom table {
	height: 25px;
	vertical-align: middle;
	position: absolute;
}

.cbBottom td {
	padding: 0;
}

.cbBottom span {
	color: #fff;
}

.cbBottom input {
	margin: 0 3px;
	padding: 0;
	display: block;
}

.cbBottom label {
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(../images/commentBarShareIcons-5f049f58ce.png);
}

/*
.cbCrossINLabel {
	background-position: 0 0;
}
*/

.cbCrossFBLabel {
	background-position: -16px 0 !important;
}

.cbCrossTWLabel {
	background-position: -32px 0 !important;
}

/* common styles for the Submit and Add a Price buttons */
.cbBottom a {
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	float: right;
	text-decoration: none;
	outline: none;
}




a.cbAddPrice {
	padding-left: 30px;
	position: relative;	/* needed so that orange_bang child can be absolutely positioned */
}

.cbCont form {
	display: none;
}

.cbBelowBottom {
	display: none;
	margin-top: 5px;
}

#cbCrossSynd, #cbTrefisInternal {
	float: left;
	margin-top:2px;
}

.cbBelowBottom .inner {
	height: 26px;
}

.cbCompanies, .cbBelowBottom ul {
	width: 460px;
	float: right;
}

.cbCompaniesLabel {
	float: right;
	margin: 3px 10px 0 0;
}

.cbCompaniesLabel span {
	color: #f00;
}

.cbBelowBottom label {
	float: left;
	margin-top: 3px;
}

.cbLogos {
	float: left;
	width: 250px;
	height: 26px;
	background: url(../images/syndicatorLogos-6f4160b905.png) no-repeat 50% 50%;
}

.orangePrompt {
	position: absolute;
	display: none;
	z-index: 2;
}
.orangePrompt-text {
	color: #f60;
	border: 1px solid #f93;
	background: #ffc;
	border-radius: 3px;
	padding: 3px 6px;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#999999, direction=120, strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#999999, direction=120, strength=3);
}
.orangePrompt-carat {
	width: 9px;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	background: url(../images/promptCarat-4407ed80a8.png);
	position: absolute;
	bottom: -7px;
}
.orangePrompt-carat-left {
	left: 25px;
}
.orangePrompt-carat-right {
	right: 25px;
}

/*
@include infrastructure/orangePrompt.css
*/


/*
 * This CSS file is common to all Javascript chart/sankey functionality
 */

.highcharts-container {
	z-index: 1;
}

.chartLabel {
	position: absolute;
	display: none;
	font-size: 10px;
	z-index: 2;
}

.chartMouseover {
	background: #fff;
	position: absolute;
	/* top: 0;		top is set by JS in ChartWrapper */
	left: 6px;
	padding: 3px;
	font-size: 11px;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	display: none;
	z-index: 10;
	border-radius: 4px;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);

}

.chartMouseover span {
	font-family: Gotham, Helvetica, Arial, sans-serif;
}

.widgetFilmstrip {
	float: right;
	width: 105px;
	margin-right: 4px;
	margin-top: 3px;
	display: inline;
}
.widgetFilmstrip a {
	display: block;
	background: url(../images/widgetDriverFilmstrip-3a7798478c.png);
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	outline: none;
	float: right;
	cursor: pointer;
	_cursor: hand;
}
a.widgetFilmstrip-right {
	background-position: -23px 0;
}
a.widgetFilmstrip-left:hover {
	background-position: 0 -23px;
}
a.widgetFilmstrip-right:hover {
	background-position: -23px -23px;
}
a.widgetFilmstrip-left:active {
	background-position: 0 -46px;
}
a.widgetFilmstrip-right:active {
	background-position: -23px -46px;
}
a.widgetFilmstrip-left-disabled {
	background-position: 0 -69px !important;
	cursor: default;
}
a.widgetFilmstrip-right-disabled {
	background-position: -23px -69px !important;
	cursor: default;
}
.widgetFilmstrip span {
	float: right;
	color: #666;
	margin-right: 6px;
	line-height: 23px;
}


.displayOnlyInEditMode {
	display: none;
}

.cwButtonBar {
  height: 27px;
  font-size: 12px;
  border-radius: 3px;
  background: #cedded; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(#cedded),to(#97b9d9));
  background: -o-linear-gradient(top,  #cedded 0%,#97b9d9 100%);
  background: linear-gradient(to bottom,  #cedded 0%,#97b9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedded', endColorstr='#97b9d9',GradientType=0 ); /* IE6-9 */
}

.cwButtonBar a {
  line-height: 27px;
  color: #244774;
  padding: 0 4px;
  display: inline-block;
}

.cwButtonBar a:hover,
.cwButtonBar a:focus {
  background-image: none;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}



.cwButtonBar .cwSmoothing.cwSmoothingActive .fa-check-square-o {
  display: inline;
}
.cwButtonBar .cwSmoothing.cwSmoothingActive .fa-square-o {
  display: none;
}

.cwButtonBar .cwSmoothing .fa-check-square-o {
  display: none;
}
.cwButtonBar .cwSmoothing .fa-square-o {
  display: inline;
}

.checkboxDropdown {
	display: none;
	position: absolute;
	border: 1px solid #54b3d6;
	background: #fff;
	z-index: 2;
}
.checkboxDropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}
.checkboxDropdown li {
	margin: 5px;
	position: relative;
}
.checkboxDropdownHeader {
	font-size: 11px;
	color: #333;
}
.checkboxDropdown input {
	position: relative;
	margin: 0;
	padding: 0;
	top: 2px;
}
.checkboxDropdown label {
	font-size: 11px;
}

.introAnimCursor {
	background: url(../images/introAnimCursor-a7e9d2a52e.png);
	width: 20px;
	height: 31px;
	position: absolute;
	z-index: 100;
}
#widgetFAQ {
	overflow-y: scroll;
}
#widgetFAQ ul {
	list-style-type: none;
	padding-left: 20px;
	max-width: 500px;
}
#widgetFAQ li a {
	display: block;
	background: url(../images/discTri000-f951793eef.png) no-repeat 3px 6px;
	padding-left: 17px;
	font-size: 13px;
	color: #174ebe;
	line-height: 20px;
	margin: 10px 0 5px;
	cursor: pointer;
	_cursor: hand;
}
#widgetFAQ li a:hover {
	background-color: #c3dbf3;
}
#widgetFAQ li a.widgetFAQOpen {
	background-image: url(../images/discTri090-4292c13186.png);
}
#widgetFAQ li div {
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	padding-left: 15px;
	color: #333;
}
#widgetFAQAll {
	display: inline-block;
	margin: 0 0 30px 37px;	/* 37px left paddingis the sum of 20px padding from ul, and 17px padding from #widgetFAQ li a, so that it's left-aligned */
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	color: #174ebe;
}


.shareLink {
	color: #09c;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: url(../images/linkedInIcon-7e22aaf358.png) no-repeat 0 50%;
	cursor: pointer;
	_cursor: hand;
}

.shareLinkOnChart {
	position: absolute;
	right: 10px;
}

.shareLinkAboveChart {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
}

a.shareLink:hover {
	background-color: #88a8eb;
}

#shareDropdown {
	display: none;
	position: absolute;
	border: 1px solid #000;
	background: #4c4c4c;
	min-width: 105px;
	z-index: 2;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, direction=135, strength=4)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, direction=135, strength=4);
}

#shareDropdown ul {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}

#shareDropdown li {
	padding: 5px 0;
}

#shareDropdown a {
	color: #fff;
	cursor: pointer;
	_cursor: hand;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
}

#shareDropdown a:hover {
	background-color: #c3dbf3;
	color: #0a2552;
}

.shareDropdownFB {
	background: url(../images/facebookIcon-718f1aef17.gif) no-repeat 0 50%;
}

.shareDropdownLI {
	background: url(../images/linkedInIcon-7e22aaf358.png) no-repeat 0 50%;
}

#sharePopup {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
}

#sharePopupInner {
	margin: 0 40px;
	position: relative;
	background: #f5f5f5;   
 border-radius: 8px;
	-webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=120, strength=8)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=120, strength=8);
}

.XClose {
	position:absolute;
	top:-14px;
	right:-13px;
	width:28px;
	height:29px;
	background: url(../images/closeButtonCir-a489ab78a0.png) no-repeat;
}

a.XClose:hover {
	background-position: -28px 0;
	background-color: transparent;
}

a.XClose:active {
	background-position: -56px 0;
}

.popupTitle {
	text-align:center;
	color: #5cad5c;
	font-size:13px;
	height:26px;
	margin: 0 20px;
}

.popupTitle div {
	height: 12px;
	border-bottom: 1px solid #c1e0c1;
	width:100%;
}

.popupTitle span {
	position:relative;
	background: #f5f5f5;
	top:-8px;
	padding:0 8px;
	font-weight:bold;
}

#sharePopup input {
	width: 100%;
}

.cwHeaderDropdown {
	position: absolute;
	display: none;
	background: #4c4c4c;
	font-size: 12px;
	border: 1px solid #000;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	white-space: nowrap;
	z-index: 7;	/* fb2825: needs to be greater than the z-index:6 of the secondary output scroll bar */
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.cwHeaderDropdown tr,
.cwHeaderDropdown td {
	margin: 0;
	padding: 0;
}

.cwHeaderDropdown a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 16px 4px 4px;
}

.cwHeaderDropdown a:hover {
	background-color: #cdf;
	color: #000;
}





/* following CSS is specific to the period dropdown in the upper left
of model pages, and not other uses of headerDropdown */

#periods {
	width: 75px;
	background-color: #3066A4;
	padding: 3px 5px 2px 5px;
	border-radius: 2px;
	background-position-y: 2px;
	color: #fff;
	display: block;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	z-index: 1;
}

.redPeriodDialog .ui-widget-content {
	color: red;
}

.cwHeaderDropdown.periodDropdown {
	background-color: #3066A4;
	left: 60px;
	min-width: 73px; /* makes the dropdown width match the #periods link, but also allows for overflow if labels are long */
}

.cwHeaderDropdown.periodDropdown a:hover {
	background-color: #112C4C;
	color: #fff;
}

.gridViewPeriods {
	left: 540px !important;
}

#periods.gridViewPeriods {
	top: 10px !important;
}

/* rows marked with .hideFromSankey are hidden... */
.cwHeaderDropdown tr.hideFromSankey {
	display: none;
}

/* ... except in edit/admin modes, where they're visible, and the links are highlighted red */
.cwHeaderDropdown table.admin tr.hideFromSankey,
.cwHeaderDropdown table.editMode tr.hideFromSankey {
	display: table-row;
}
.cwHeaderDropdown tr.hideFromSankey a {
	color: red !important; /* override any hover styles */
}

.crumbtrail-caret {
	color: #666;
}

.crumbtrail-back {
	background: url(../images/widgetCrumbBack-3fad0c8650.png) no-repeat 0 50%;
	padding-left: 16px;
}
/* the width, top and left have been optimized for the slideshow, may want to override if 
 * the reduced division popup is used elsewhere.
 */
.reducedDivisionPopup {
	display:none;
	position:absolute;
	width: 360px;
	top:50px;
	left:80px;
	background-color:#fff;
	z-index:5;
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
.reducedDivisionPopup .inner {
	padding: 10px;
}

.reducedDivisionPopup .toplevel {
	font-size:15px;
}
.reducedDivisionPopup .equationText {
	color: #004040;
	font-weight:bold;
	font-size:12px;
}

.reducedDivisionPopup .valuesGrid td {
	padding: 5px 0;
}
.reducedDivisionPopup .valuesGrid .first {
	padding-right:10px;
}
a.obutton {
	background-color:transparent;
}
.obutton .leftCap {
    display: block;
    height:29px;
    width:14px;
    overflow:hidden;
    background: transparent url(../images/obutton-dd0767f6a3.png) no-repeat;
    position:absolute;
    left:-14px;
    top:0;
}
.obutton {
    background: transparent url(../images/obutton-dd0767f6a3.png) repeat-x 0 -30px;
	color: #fff !important;
    border:0 none;
    cursor: pointer;
    _cursor: hand;
  	font-size:12px;
    font-weight:bold;
    height:29px;
    text-align:center;
    text-decoration:none !important;
    display: inline-block;
    line-height: 29px;
    vertical-align:center;
    position:relative;
  	outline: none; /* hide dotted outline in Firefox */
  	padding: 0 12px;
}
.obutton .rightCap {
    display:block;
    height:29px;
    width:14px;
    overflow:hidden;
    background: transparent url(../images/obutton-dd0767f6a3.png) no-repeat 0 -60px;
    position:absolute;
    right:-14px;
    top:0;
}
a.obutton:hover .leftCap {
	background-position: 0 -90px;
}
a.obutton:hover {
	background-position: 0 -120px;
	color:#fff !important;
    background-color:transparent;;
}
a.obutton:hover .rightCap {
	background-position: 0 -150px;
}
a.obutton:active .leftCap {
	background-position: 0 -180px;
}
a.obutton:active {
	background-position: 0 -210px;
	color:#fff !important;
}
a.obutton:active .rightCap {
	background-position: 0 -240px;
}
a.obutton-disabled .leftCap, a.obutton-disabled:active .leftCap, a.obutton-disabled:hover .leftCap {
	background-position: 0 -270px;
}
a.obutton-disabled, a.obutton-disabled:active, a.obutton-disabled:hover {
	background-position: 0 -300px;
}
a.obutton-disabled .rightCap, a.obutton-disabled:active .rightCap, a.obutton-disabled:hover .rightCap {
	background-position: 0 -330px;
}

a.arrow-left, a.arrow-right {
	background: transparent url(../images/slideshowArrow-e1c4da2eb0.png) 0 -29px;
	display: block;
	height: 29px;
	line-height: 29px;
	width: 28px;
	cursor: default;
}

a.arrow-left {
	left: -24px;
}
a.arrow-right {
	right: -14px;
	background-position: -28px -29px;
}
a.arrow-left-enabled {
	background-position: 0 0;
	cursor: pointer;
	_cursor: hand;
}
a.arrow-right-enabled {
	background-position: -28px 0;
	cursor: pointer;
	_cursor: hand;
}
a.arrow-left-enabled:hover {
	background-position: 0 -58px;
}
a.arrow-right-enabled:hover {
	background-position: -28px -58px;
}
a.arrow-left-enabled:active {
	background-position: 0 -87px;
}
a.arrow-right-enabled:active {
	background-position: -28px -87px;
}

/*
@include infrastructure/infrastructure.css
@include widgetCommon/buttonBar.css
@include widgetCommon/widgetCheckboxDropdown.css
@include infrastructure/introAnim.css
@include widgetCommon/widgetFAQ.css
@include widgetCommon/widgetShare.css
@include widgetCommon/headerDropdown.css
@include widgetCommon/crumbtrail.css
@include widgetCommon/reducedDivisionPopup.css
@include components/obutton.css
@include components/arrow.css
*/

.sshCont {
	height: 423px;
	width: 600px;
	
	position: relative;
	
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#666));
	background-image: -o-linear-gradient(top, #111, #666);
	background-image: linear-gradient(top, #111, #666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff111111, endColorstr=#ff666666);
}

.sshTitle {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	position: absolute;
	left: 15px;
	top: 12px;
}

.sshTitle span {
	color: #f60;
	font-weight: bold;
}

.sshSlide {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	position: absolute;
	right: 15px;
	top: 12px;
}

.sshSlide span {
	font-weight: bold;
}

.sshCont .arrow-left, .sshCont .arrow-right {
	position: absolute;
	top: 172px;
	z-index: 5;
}

.sshCont .arrow-left {
	left: 2px;
}

.sshCont .arrow-right {
	right: 2px;
}

.cwFV {
	position: absolute;
	width: 85px;
	left: 20px;
	text-align: right;
	line-height: 13px;
	color: #999;
	font-size: 13px;
	z-index: 3;
}

#cwSaveBtn {
	position: absolute;
	left: 60px;
	top:92px;
	z-index: 3;
	display:none;
	line-height:27px;
	padding: 0 2px;
}

#cwSaveBtn .obuttoncaret {
	width: 8px;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	position: absolute;
	bottom: -4px;
	left: 13px;
	background: url(../images/obuttoncaret-e97aecbe89.png);
}

a#cwSaveBtn:hover .obuttoncaret {
	background-position: 0 -8px;
}

a#cwSaveBtn:active .obuttoncaret {
	background-position: 0 -16px;
}

.cwFVPrice {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.cwFVPrice span {
	display: none;
}

.cwFVActive {
	color: #fff;
}

.sshCont .positive {
	color: #1faa1f;
}

.sshCont .negative {
	color: #f00;
}

.cwFVActive .cwFVPrice {
	font-size: 30px;
	line-height: 30px;
}

.cwFVCreator {
	position: relative;
	top: -3px;
}

.cwCont .cwFVCreator {
	/* have to adjust position b/o Gotham font */
	top: 1px;
	font-size: 11px;
}

#cwFVTrefis {
	top: 125px;
}

#cwFVUser {
	display: none;
	top: 125px;
}

#cwFVMarket {
	top: 246px;
}

#cwSaveBtn:hover #cwMousePrompt {
	display:block;
}
#cwMousePrompt {
	left:62px;
	top:-75px;
	width:310px;
}
#cwMousePrompt .orangePrompt-carat {
	width:8px;
	height:9px;
	line-height: 9px;
	background-position:-1px -8px;
	left:-7px;
	top:83px;
}
#cwMousePrompt .orangePrompt-text {
	padding: 3px 15px;
	text-align:left;
	line-height:19px;
	border-radius: 5px;
}
#cwFadePrompt-text {
	width:441;
}
#cwFadePrompt {
	top:40px;
	left:42px;
	line-height:18px;
	z-index:3;
}
.greyPrompt {
	position:absolute;
	display:none;
	width:440px;
}
.greyPrompt-text {
	color: #fff;
	border: 1px solid #000;

	background: #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#3b3b3b));
	background-image: -o-linear-gradient(top, #656565, #3b3b3b);
	background-image: linear-gradient(top, #656565, #3b3b3b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff656565, endColorstr=#ff3b3b3b);
	border-radius: 5px;
	padding: 3px 15px;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#999999, direction=120, strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#999999, direction=120, strength=3);
}
.greyPrompt-carat {
	width:9px;
	height:10px;
	line-height: 10px;
	overflow: hidden;
	background:url(../images/promptCarat-4407ed80a8.png) repeat scroll 0 -17px transparent;
	left:31px;
	bottom:-9px;
	position:absolute;
}

#cwMousePrompt h2 {
	padding:0;
	margin:10px 0 0;
	color:#000;
	text-align:left;
}
#cwMousePrompt ul {
	margin:10px 0 12px 12px;
	padding:0;
}

#cwMousePrompt .black {
	color:#000;
	margin-top:10px;
}

.sshSankeyBG {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#000000, direction=180, strength=4)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#000000, direction=180, strength=4);

	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	background-image: -o-linear-gradient(top, #000, #666);
	background-image: linear-gradient(top, #000, #666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff666666);
}

.sshSankey {
	width: 100%;
	/* height: 245px;  height now set programatically in sankey.tag */
	position: absolute;
	left: 105px;
	top: 67px;
	background-repeat: no-repeat;
}

.sshDivTbl {
	position: absolute;
	left: 105px;
	top: 67px;
	overflow: visible;
	font-size: 13px;
}

.sshDivTblLHS {
	position: absolute;
}

.sshDivTblRHS {
	position: absolute;
	right: 0;
}

.sshDivTblHeader, a.sshDivTblHeader:visited {
	color: #ccc;
	font-size: 11px;
}

.cwCont .sshDivTblHeader, .cwCont a.sshDivTblHeader:visited {
	color: #fff;
	font-size: 12px;
}

.sshDivPctLink {
	text-decoration: none !important;
	white-space: nowrap;
	background: url(../images/sshDivPctLink-f143e1c2cb.png) no-repeat right 0;
	padding-right: 16px;
	right: -12px;
	height: 13px;
	line-height: 13px;
	cursor: pointer;
	_cursor: hand;
}

a.sshDivPctLink:hover {
	color: #39f;
	background-color: transparent;
	background-position: right -13px;
}

.sshDivTblArm {
	position: absolute;
	cursor: pointer;
	_cursor: hand;
}

.sshDivTblDiv {
	cursor: pointer;
	_cursor: hand;
	border-radius: 4px;
}

.sshDivTblDivGlow {
	background-color: #c3dbf3;
}

.sshDivTblA, a.sshDivTblA:visited, a.sshDivTblA:hover {
	color: #39f;
	font-weight: bold;
	background: transparent;
}

.cwCont .sshDivTblA {
	font-family: GothamBookCondensed, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-decoration: underline;
}
.cwCont a.sshDivTblA:hover {
	font-weight: normal;
}
.cwCont .sshDivTblDivSel .sshDivTblA {
	font-family: GothamCondensed;
}

.sshDivTblDivSel .sshDivTblA, .sshDivTblDivSel a.sshDivTblA:visited {
	color: #174ebe;
}

.sshDivTblDiv a {
	position: relative;
	left: 2px;
	top: 1px;
}

.cwCont .sshDivTblVal {
	font-family: GothamBook, Helvetica, Arial, sans-serif;
}

.cwCont .sshDivTblSum {
	font-family: Gotham, Helvetica, Arial, sans-serif;
}

.sshDivTblDiv .sshDivTblRHS {
	right: 2px;
}

.sshDivTblDivGlow a, .sshDivTblDivGlow a:visited {
	text-decoration: underline;
	color: #0b2653;
}

.sshDivTblDivGlow .sshDivTblVal {
	color: #171a1d;
}

.xCloseDivisionDiv {
	background-color: #fff;
    position:absolute;
    bottom:0px;
    right:0px;
    width:15px;
}

.sshDivTblDiv .xCloseDivisionDiv {
	display: none;
}

.sshDivTblDiv:hover .xCloseDivisionDiv {
	display: block;
}

.xCloseDivisionDiv .sm_chart {
	left: 0px;
	top: 0px;
	background:transparent url(../images/trefis-icn-bar-chart-small-4107a6b196.png);
	min-width:15px;
	width: 15px;
	height:11px;
}

.xCloseDivisionDiv .sm_chart:hover {
	background-color: #c3dbf3;
}

.sshDivTblVal {
	color: #fff;
	font-size: 13px;
}

.sshDivTblSubVal {
	color: #333;
	font-size: 11px;
	height: 11px;
	left: 2px;
	white-space: nowrap;
}

/* text for the partial sums that appear on the far RHS */
.sshDivTblSum {
	position: absolute;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
}

.sshDivTblSum.pos {
	color: #5dae67;
}

.sshDivTblSum.neg {
	color: #A42D2D;
}

.sshDivTblSumRect {
	position: absolute;
	width: 8px;
	border-width: 1px 3px 1px 0;
	border-style: solid;
}

.sshDivTblSumRect.pos {
	border-color: #5dae67;
}

.sshDivTblSumRect.neg {
	border-color: #A42D2D;
}

.sshDivTblAbs {
	display: none;
}

.sshDivTblNeg {
	position: absolute;
	left: 5px;
	width: 40px; /* causes Net Debt to wrap, and avoid hitting a sankey */
}

.sshDivTblHR {
	border-top:2px solid #666;
	position: absolute;
}

.sshDivTblTotal {
	color: #ccc;
	font-size: 11px;
}

.sshDivTblTotalVal {
	color: #fff;
	font-size: 13px;
}

.sshSankeyBG, .sshChartSlide {
	position: absolute;
	left: 15px;
	top: 40px;
	width: 570px;
	height: 305px;
}

.sshChartSlide {
	display: none;
	background: #fff;
	z-index: 2;
}

.sshCrumbtrailBG {
	position: absolute;
	width: 100%;
	height: 32px;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#fff));
	background-image: -o-linear-gradient(top, #d2d2d2, #fff);
	background-image: linear-gradient(top, #d2d2d2, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd2d2d2, endColorstr=#ffffffff);
	top:0;
	left:0;
}

.sshCrumbtrail {
	width: 400px;
	margin: 6px 15px;
	color: #666;
	font-size: 12px;
}

.sshCrumbtrailHR {
	margin: 4px 15px;
	border-top: 1px solid #999;
}

.sshFAQLink {
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 6px;
}

#sshChart {
	position: absolute;
	width: 420px;
	height: 235px;
	left: 125px;
	top: 45px;
}

.chartWrapperTitle {
	color: #727272;
	font-size: 14px;		
    white-space:normal; 
}

.chartWrapperTitle a {
	text-decoration: none;
	color: #00e;
}

.chartWrapperTitle a:hover {
	text-decoration: underline;
}

.shareLink {
	display: none;
}

.cwButtonBar {
	position: absolute;
	width: 100%;
	bottom: 0;
}

#sshCompetitionPopup {
	right: 15px;
	bottom: 105px;
	z-index: 6;
}

.sshCaptionCont {
	position: absolute;
	width: 570px;
	left: 15px;
	bottom: 16px;
	border-top: 2px solid #f29b2f;
	color: #f60;
	line-height: 18px;
	z-index: 6;
	padding-top: 12px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	/* shadow should match shadow of .sshSankeyBG */
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#000000, direction=180, strength=4)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#000000, direction=180, strength=4);

	background: #fffa9c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdcd), to(#fffa9c));
	background-image: -o-linear-gradient(top, #fffdcd, #fffa9c);
	background-image: linear-gradient(top, #fffdcd, #fffa9c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffffdcd, endColorstr=#fffffa9c);
}

.sshCaptionInner {
	height: 48px;
}

.sshCaptionLarge, .sshCaptionSmall {
	margin: 0 10px;
}

.sshCaptionSmall {
	overflow:hidden;
	max-height: 40px;
}

.sshCaptionCont a {
	color: #5077bb;
}

.sshCaptionLarge {
	display: none;
}

.sshFAQCont {
	position: absolute;
	left: 15px;
	top: 70px;
	width: 570px;
	height: 275px;
	background: #fff;
	display: none;
	z-index: 4;			/* higher z-index than .sshChartSlide, so it occludes the chart, but less than the arrows */
}

#widgetFAQ {
	margin: 0 20px 0 15px;
	height: 270px;
	font-size: 12px;
}

#widgetFAQ li a {
	font-weight: bold;
}

#widgetFAQAll {
	text-decoration: underline;
}

.textMeasurer {
	/* div used to measure text width.  Can't be display:none (because that would break dimension measurement), but
	we also don't want user to see it, so put it far off the screen */
	position: absolute;
	left: -9999px;
	opacity: 0;
}

/************************************ client side rendering adjustments ***********************/


.clientSide.sshDivTblDivSel{
	padding-left:10px;
	padding-right:10px;
	min-width:75px;
}

/* gradients generated using http://www.colorzilla.com/gradient-editor/ */

.clientSide.sshDivTblDivSel.pos{
	background: #61ad61; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYWQ2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #61ad61 0%,#ededed 40%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, right top, from(#61ad61),color-stop(40%, #ededed));
	background: linear-gradient(to right, #61ad61 0%,#ededed 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff61ad61', endColorstr='#ffededed',GradientType=1 ); /* IE6-8 */
	zoom:1; 
}


.clientSide.sshDivTblDivSel.neg{
	background: #a42d2d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0MmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #a42d2d 0%,#ededed 40%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, right top, from(#a42d2d),color-stop(40%, #ededed));
	background: linear-gradient(to right, #a42d2d 0%,#ededed 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42d2d', endColorstr='#ededed',GradientType=1 ); /* IE6-8 */
	zoom:1; 
	
}

.clientSide.sshDivTblA {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
}

.clientSide.sshDivTblSubVal{
	position:absolute;
	left: 10px;
	top: 20px;
}

.clientSide.sshDivTblRHS{
	position:absolute;
	display:inline-block;
	height:100%;
	right:2px;
	top: 2px;
}


/*
@include widgetSpecific/slideshow.css
*/

html,body{width:100%;}
body {
	border:0;
	margin:0;
	padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bg {
	height: 485px;
	position: relative;
}
.co {
	width: 4px;
	height: 4px;
	position: absolute;
	background: url(../images/slideshowBG-5e9308fd5b.png);
}
.coTL, .coTR {
	top: 0;
}
.coBL, .coBR {
	bottom: 0;
}
.coTL, .coBL, #bgLeft {
	left: 0;
}
.coTR, .coBR, #bgRight {
	right: 0;
}
.coBL {
	background-position: 0 -4px;
}
.coTR {
	background-position: 0 -8px;
}
.coBR {
	background-position: 0 -12px;
}
#bgMiddle {
	position: absolute;
	left: 4px;
	width: 952px;
	height: 485px;
	background: url(../images/slideshowBG-5e9308fd5b.png) 0 -16px;
}
#bgLeft, #bgRight {
	position: absolute;
	top: 4px;
	width: 4px;
	height: 477px;
	background: url(../images/slideshowBG-5e9308fd5b.png) 0 -20px;
}

#widgetWrapper {
	height: 430px;
}
#byline {
	float: left;
	display: inline;
	margin-left: 18px;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
}
#byline a {
	color: #b2d8ff;
}
#byline a:hover {
	color: #ff0000;
}
#share {
	float: right;
	margin-right: 15px;
	display: inline;
}
.artShrTweet {
	float: right;
	background: url(../images/tweetLink-1a25674cc1.png);
	background-color: transparent !important;
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	text-align: center;
	text-decoration: none !important;
	outline: none;
	position: relative;
	top: -2px;
	
	width: 50px;
	margin: 4px 6px 0 0;
}

a.artShrTweet:hover {
	background-position: 0 -16px;
	color: #80b62a !important;
}
#logo {
	display: inline-block;
	height: 18px;
	width: 80px;
	background: url(../images/slideshowTrefisLogo-5b0f0cecc4.png);
	text-indent: -9999px;
	outline: none;
}

/* for all non-CENTERED states */

#vr {
	border-left: 1px dotted #999;
	width: 1px;
	height: 450px;
	position: absolute;
	left: 630px;
	top: 15px;
}

/* for DUMMY_AD state */

#adTitle {
	color: #888;
	text-align: center;
	width: 300px;
	position: absolute;
	left: 645px;
	top: 90px;
	font-size: 11px;
}
#ad {
	background: url(../images/slideshowDemoAd-2acb928c48.png);
	width: 300px;
	height: 250px;
	position: absolute;
	top: 115px;
	left: 645px;
}

/* for RELATED_ARTICLES state */

#rhs {
	width: 300px;
	position: absolute;
	left: 645px;
	top: 15px;
	color: #ccc;
}
#rhs h2 {
	color: #ccc;
	font-size: 14px;
	margin: 30px 0 0;
}
#rhs ul {
	list-style-type: none;
	padding-left: 0;
	margin: 5px 0;
}
#rhs a {
	color: #b2d8ff;
	text-decoration: none;
}
#rhs a:hover {
	color: #0a2552;
	background-color: #C3DBF3;
}
.relatedSlideshows {
	margin: 5px 0;
}
.spacer {
	display: inline-block;
	margin:0 4px;
}
#startingSlideshow {
	display: none;
}
.related li {
	margin-bottom: 8px;
}
.related span {
	color: #aaa;
}				
.social {
	float: left;
	width: 140px;
	text-align: center;
}
.socialInner {
	border-right: 1px dotted #ccc;
}
.socialIcon {
	width: 30px;
	height: 30px;
	background: url(../images/homeSocialIcons-1d3bb1e8c9.png);
	background-color: transparent !important;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	outline: none;
}
.socialIcon:hover {
	background-position: 0 -30px;
}
.socialIcon:active {
	background-position: 0 -60px;
}

.socialIconTwitter {
	background-position: -30px 0;
}
.socialIconTwitter:hover {
	background-position: -30px -30px;
}
.socialIconTwitter:active {
	background-position: -30px -60px;
}

/* ------------------- modifications to slideshow CSS ----------------------- */

/* we already define a background, so override default one */
.sshCont {
	background: transparent;
	-webkit-filter: none;
	filter: none;
}

#cwFVTrefis, #cvFVUser {
	top: 140px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 20, 2011 */

@font-face {
	font-family: Gotham;
	src: url("../images/Gothamv1-c2bf7b0cc8.eot");
	src: local("?"),
		url("../images/Gothamv1-242acdfde4.woff") format("woff"),
		url("../images/Gothamv1-660b9a3586.ttf") format("truetype"),
		url("../images/Gothamv1-ae4ab1e291.svg#webfontHlmRHCDI") format("svg");
}

@font-face {
	font-family: GothamBook;
	src: url("../images/GothamBookv1-b5fad59f95.eot");
	src: local("?"),
		url("../images/GothamBookv1-953daef66e.woff") format("woff"),
		url("../images/GothamBookv1-0d07d52073.ttf") format("truetype"),
		url("../images/GothamBookv1-9e46f25dfe.svg#webfont6GrDy4eA") format("svg");
}

@font-face {
	font-family: GothamCondensed;
	src: url("../images/GothamCondensedv1-68f2f67f39.eot");
	src: local("?"),
		url("../images/GothamCondensedv1-de56245438.woff") format("woff"),
		url("../images/GothamCondensedv1-40c29275bf.ttf") format("truetype"),
		url("../images/GothamCondensedv1-f99f3aaf90.svg#webfont4sez0GQa") format("svg");
}

@font-face {
    font-family: GothamBookCondensed;
    src: url("../images/GothamBookCondensedv1-a181acfcc3.eot");
    src: local("?"),
		url("../images/GothamBookCondensedv1-d439eb2f58.woff") format("woff"),
		url("../images/GothamBookCondensedv1-3a0759449f.ttf") format("truetype"),
		url("../images/GothamBookCondensedv1-4b1e1f37ca.svg#webfont5E07g8jW") format("svg");
}
/*
@include infrastructure/gotham.css
*/

.cwCont {
	position: relative;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	background: #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	background-image: -o-linear-gradient(top, #000, #666);
	background-image: linear-gradient(top, #000, #666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

.cwHeadline {
	position: absolute;
	left: 15px;
	top: 12px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.cwDivisionHeader {
	color: #fff;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.cwHeaderDropdownLink {
	cursor: pointer;
	text-decoration: none !important;
	outline: none;
	background: url(../images/companyHeaderDropdown-7363703433.png) no-repeat right 5px;
	padding-right: 12px;
}

a.cwHeaderDropdownLink:hover {
	color: #39f;
	background-color: transparent;
	background-position: right -10px;
}

.cwInspector {
	position: absolute;
}

.cwCornerTL, .cwCornerTR, .cwCornerBL, .cwCornerBR {
	width: 4px;
	height: 4px;
	line-height: 4px;
	position: absolute;
	overflow: hidden;
	background: url(../images/companyWidgetInspectorCorners-0b2adfdb9a.png);
}

.cwCornerTL {
	left: 0;
	top: 0;
}

.cwCornerT, .cwCornerB {
	height: 4px;
	line-height: 4px;
	overflow: hidden;
	position: relative;
	margin: 0 4px;
	background: #c1c1c1;
}

.cwCornerTR {
	right: 0;
	top: 0;
	background-position: -3px 0;
}

.cwCornerBL {
	left: 0;
	bottom: 0;
	background-position: 0 -3px;
}

.cwCornerBR {
	right: 0;
	bottom: 0;
	background-position: -3px -3px;
}

.cwCornerM {
	background: #c1c1c1;
}

.cwChartArea {
	position: absolute;
}

/* positioning the quarterly/annual toggle in the chart */
.cwChart .toggleSmall {
	position: absolute;
	right: -4px;
	top: 321px;
}

.cwChartBg {
	position: absolute;
	background: #fff;
}

.cwChartBg div {
	position: absolute;
	line-height: 1px;
	overflow: hidden;
}

.cwChartBgL {
	background: url(../images/inspectorChartRepeatY-cfee91a373.png);
	width: 8px;
	left: 0;
}

.cwChartBgR {
	background: url(../images/inspectorChartRepeatY-cfee91a373.png) -8px 0;
	width: 8px;
	right: 0;
}

.cwChartBgT {
	background: url(../images/inspectorChartRepeatX-d76a026f61.png) 0 -74px;
	height: 28px;
	top: 0;
}

.cwChartBgB {
	background: url(../images/inspectorChartRepeatX-d76a026f61.png) 0 -102px;
	height: 9px;
	bottom: 0;
}

.cwChartBgTL {
	background-position: 0 0;
}

.cwChartBgBL {
	background-position: 0 -28px;
}

.cwChartBgTR {
	background-position: 0 -37px;
}

.cwChartBgBR {
	background-position: 0 -65px;
}

.cwChartBgTT, .cwChartBgBB {
	width: 100%;
}

.cwFV {
	position: absolute;
	color: #c3c3c3;
	text-align: right;
}

.cwCont .cwFVPrice {
	font-size: 22px;
	line-height: 22px;
	font-family: GothamCondensed, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: -2px;
}

.cwFVCreator {
	font-size: 10px;
}

.cwFVActive {
	color: #fff;
}

.cwFVActive .cwFVPrice {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: -8px;
}

/* the only span in .cwFVPrice is the dollar sign */
.cwFVPrice  span {
	display: none;
}

#answerViews .cwFVPrice span {
	display: inline;
	font-size: 22px;
}

#answerViews .cwFVPrice span.cwFVAnswerUnit {
	font-size: 18px;
}

.cwFVActive span {
	display: inline;
	font-size: 22px;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
}

/* not needed currently
.cwFVActive .cwFVCreator {
}
*/


.inspectorXClose {
	opacity: 1.0;
	z-index: 1;
}

.inspectorXClose:hover {
	opacity: 1.0;
}

.cwCompetitionPopup {
	position: absolute;
	display: none;
	border: 1px solid #06c;
}

/* Makes sure that floating child divs are encompassed by parent div for hover effect */
.cwAnswerWithDrivers {
    overflow-y: hidden; 
}

.cwAnswerWithDrivers:hover {
	background-color: #c3dbf3;
}

.checkboxDropdown {
	display: none;
	position: absolute;
	border: 1px solid #069;
	background: #e0ecf9;
	z-index: 2;
	width: 267px;
	font-size: 11px;
	
   -moz-opacity: 0.95;
	opacity : 0.95;
	filter: alpha(opacity=95);
}
.checkboxDropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}
.checkboxDropdown li {
	margin: 5px;
	position: relative;
}
.checkboxDropdownHeader {
	color: #333;
}
.checkboxDropdown input {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
.checkboxDropdown label {
	display: block;
	margin-left: 20px;
}
.checkboxDropdown select {
	margin-left: 18px;
}
.checkboxDropdown div {
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	margin: 5px 18px;
}


.cwInspectorPanel .cw_tab_title{
	overflow-x:hidden;
}

.editMode * .cwInspectorPanel .cw_tab_title{
	overflow-x:visible;
}

.cwInspectorPanel .cw_tab_title{
	width: 370px;
	max-width: 370px;
}

.cwInspectorPanel .cw_tab_title .modeler_editable .value{
	overflow-x:hidden;
	display:inline-block;
	width: 370px;
}


.modelChart .cwButtonBar .toggleSmall {
	position:static;	
}

#periodPrefsTable td{
	padding-right:5px;
	padding-left:5px;
}

#periodPrefsTable th{
	text-align:center;
}

.periodPrefsControl{
	margin:5px 10px;
}  
/* CSS for small arrow used e.g. in driver filmstrip of model pages */

.smallArrowNext, .smallArrowPrev {
	background : url(../images/smallArrowNext-e097dd0078.png) no-repeat 0 -13px;
	background-color: transparent !important;
	width : 12px;
	height : 13px;
	display: block;
	cursor: default;
}
.smallArrowPrev {
	background-image: url(../images/smallArrowPrev-ed31716d4b.png);
}

.smallArrowEnabled {
	background-position : 0 0;
	cursor: pointer;
	_cursor: hand;
}

/* new black arrows */

.arrow {
	background-size: 12px 13px;
	width: 12px;
	height: 13px;
	display: inline-block;
}
.left.arrow.enabled {
	background-image: url(../images/blackLeftArrow-3cb203a1c4.png);
	cursor: pointer;
}
.right.arrow.enabled {
	background-image: url(../images/blackRightArrow-948704b869.png);
	cursor: pointer;
}

/*
@include components/smallArrow.css

*/

.modelFilmstrip {
	position: relative;
	white-space: nowrap;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	top: 1px;
	margin-right: 110px;
}

.modelFilmstrip .backdrop {
	position: absolute;
	top: 40px;
	height: 30px;
	width: 100%;
	background-color: #ededed;
}

.modelFilmstrip .model,
.modelFilmstrip .models {
	display: inline-block;
	text-align: center;
}
.modelFilmstrip .models {
	position: relative;
}
.modelFilmstrip .modelsOuter {
	max-width: 585px;
	float: left;
}

.modelFilmstrip .model {
	color: #555555;
	position: relative;
	padding-top: 10px;	/* this leaves space so the blue close button doesn't get truncated */
}

.modelFilmstrip .workingModels .model {
	color: #444444;
}

.modelFilmstrip .workingModels .model:first-child .price {
	margin-left: 10px;
}

.modelFilmstrip .workingModels .model .price {
	min-width: 125px;
	max-width: 150px;
}

.modelFilmstrip .model .creator {
	top: 8px;
	display: inline-block;
	padding: 3px;
	max-width: 100px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	max-height: 36px;	/* basically truncates the title to 3 lines */
}

.modelFilmstrip .model .creator.eps-shown {
	white-space: nowrap;
}

.modelFilmstrip .editable .creator:hover,
.presentation.edit-mode .creator:hover
{
	background: #ddd url(../images/editButtonGrey-d3a0ca5575.png) 95% 50% no-repeat;
	padding-right: 16px;
    cursor: pointer;
}

.modelFilmstrip .model .creator .labeleps {
	font-weight: normal;
	font-family: "GothamBook", "Gotham", Helvetica, Arial, Sans-serif;
	display: inline-block;
	padding-top: 2px;
	font-size: 11px;
}

.modelFilmstrip .model .price {
	height: 65px;
	min-width: 125px;
	max-width: 125px;
	position: relative;
	margin: 10px 5px 0 5px;
}

.modelFilmstrip .model .price .label,
.modelFilmstrip .model .price .tabLabel {
	position: relative;
	top: 8px;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.modelFilmstrip .model .price .label.outside,
.modelFilmstrip .model .price .tabLabel.outside {
	top: 65px;
	line-height: 14px;
}

.modelFilmstrip .model .price .indicator {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0%;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px 1px 0 1px;
	color: #fff;
	background: #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
	background: -o-linear-gradient(#666666, #000000);
	background: linear-gradient(#666666, #000000);
	background: -o-linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0px 0px;
	z-index: 1;
}

.modelFilmstrip .modelsOuter .model .price .indicator:hover,
.modelFilmstrip .modelsOuter .model .price .indicator:active {
	-webkit-filter: none;
	filter: none;
}

.modelFilmstrip .modelsOuter .model .price .indicator:hover {
	background: #ffffff;
	-pie-background: #ffffff;
	color: #444444;
}

.modelFilmstrip .modelsOuter .model .price .indicator:active{
	background: #ffffff;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.42);
	box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.42);
}

.modelFilmstrip .model.current .price .indicator,
.modelFilmstrip .model.current .price .indicator:hover,
.modelFilmstrip .model.current .price .indicator:active {
	border-color: #ccc;
	border-width: 1px;
	border-bottom-color: #fff;
	background: #fff;
	color: #444444;
	cursor: default;
	-webkit-filter: none;
	filter: none;
}

.tabLinkSpinner{
	display:none;
	width:16px;
	height:16px;
	background: url(../images/smallLoadingSpinner-2a66929734.gif) no-repeat;
}

.modelFilmstrip .model.low .price .label,
.modelFilmstrip .model.low .price .tabLabel  {
	color: #b33;
}

.modelFilmstrip .model.current.low .price .label,
.modelFilmstrip .model.current.low .price .tabLabel {
	color: #a12f2f;
}

.modelFilmstrip .model.high .price .label,
.modelFilmstrip .model.high .price .tabLabel {
	color: #393;
}

.modelFilmstrip .model.current.high .price .label,
.modelFilmstrip .model.current.high .price .tabLabel {
	color: #61ad61;
}

.model a.makeChildScenario {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	z-index: 2;
	background-color: transparent;
	background: url(../images/copy-scenario-57cbfde456.png) no-repeat;
}

.model a.makeChildScenario:hover,
.model a.makeChildScenario:active {
	background: url(../images/copy-scenario-highlight-a57efa2073.png) no-repeat;
}

.model a.XClose {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 11px;
	height: 12px;
	background-color: transparent;
	background: url(../images/tab_sprite_v1.5-3f5c83f9c6.png) no-repeat;
	background-position: -109px -4px;
}

.model.current.low a.XClose,
.model.current.high a.XClose {
	background-position: -7px -4px;
}

.model a.XClose:hover,
.model.current.low a.XClose:hover,
.model.current.high a.XClose:hover {
	background-position: -41px -4px;
}

.model a.XClose:active,
.model.current.low a.XClose:active,
.model.current.high a.XClose:active {
	background-position: -76px -4px;
}

.model .publishLink,
.model .updateLink {
	position: absolute;
	left: 30px;
	width: 70px;
	padding: 5px 0;
	background: #3367a2;
	color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 4;
}

.model .publishLink {
	top: -30px;
}

.model .updateLink {
	top: -60px;
	/*display: none;*/
}

.model .publishLink .publishLinkArrow,
.model .updateLink .publishLinkArrow {
	position: absolute;
	width: 10px;
	height: 4px;
	left: 30px;
	bottom: -4px;
	background-image: url(../images/analystModelPublishTriangle-0bb3e1899d.png);
}

.model .publishLink:hover,
.model .updateLink:hover,
.model .deepLink:hover {
	background: #214771;
}

.model .publishLink:hover .publishLinkArrow,
.model .updateLink:hover .publishLinkArrow {
	background-position: 0 -4px;
}

.model .deepLink {
	position: absolute;
	top: -55px;
	left: 30px;
	width: 70px;
	padding: 5px 0;
	background: #3367a2;
	color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 4;
}

.modelFilmstrip .right.arrow{
	position: absolute;
	margin-top: 39px;
	margin-left: 470px;
}

.modelFilmstrip .left.arrow{
	position: absolute;
	margin-top: 39px;
	margin-left: 0px;
}

.modelFilmstrip .workingModels {
	float: left;
}

.modelFilmstrip .creator .modeler_edit,
.modelFilmstrip .modeler_editable:hover .modeler_edit
{
	display: inline;
	font-size: 75%;
}

.modelFilmstrip .nonmodeltab {
	color: #76AFD3 !important;
	font-size: 11px;
	height: 66px;
	width: 90px;
	display: block;
	border: 1px dashed #ccc;
	text-align: center;
	float: left;
	border-bottom: none;
	margin-top: 20px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -o-linear-gradient(#f0f0f0, #e0e0e0);
	background: linear-gradient(#f0f0f0, #e0e0e0);
	-pie-background: linear-gradient(#f0f0f0, #e0e0e0);
	border-radius: 5px 5px 0px 0px;
	position: relative;
	border-bottom: none;
	outline: none;
}

.citi .modelFilmstrip .nonmodeltab {
	height: 55px;
	border-color: #AAA;	
	margin-top: 40px;
}

.modelFilmstrip .nonmodeltab:hover {
	color: #547c96 !important;
}

.modelFilmstrip .nonmodeltab:active {
	color: #444444 !important;
}

.modelFilmstrip .nonmodeltab .icon {
	display: inline-block;
	background-color: transparent;
	background: url(../images/tab_sprite_v1.5-3f5c83f9c6.png) no-repeat;
	width: 32px;
	height: 25px;
	margin: 2px auto 10px;
}

.citi .modelFilmstrip .nonmodeltab .icon {
	margin: 0px auto 10px;
}

.modelFilmstrip .addmodel .icon {
	background-position: -7px -60px;
}

.modelFilmstrip .requestscenariotab .icon {
	background-position: -78px -60px;
}

.modelFilmstrip .nonmodeltab .label,
.modelFilmstrip .nonmodeltab .tabLabel {
	margin-top: 8px;
	word-wrap: normal;
	width: 70px;
	white-space: normal;
    margin-left: auto;
    margin-right: auto;
}

.citi .modelFilmstrip a.requestscenarioactive {
	border-color: #EDEDED !important;
	background: #B3B3A6 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3A6), to(#FFFFFF)) !important;
	background: -o-linear-gradient(#B3B3A6, #FFFFFF) !important;
	background: linear-gradient(#B3B3A6, #FFFFFF) !important;
	-pie-background: linear-gradient(#acac9d, #FFFFFF)!important;
}

.modelFilmstrip a.requestscenarioactive {
	border-color: #ccc !important;
	border-width: 1px !important;
	border-bottom-color: #fff !important;
	background: #fff !important;
	-pie-background: #fff !important;
	cursor: default;
	z-index: 4;
}

.modelFilmstrip .more-tabs {
	border: 1px dashed #ccc;
	width: 50px;
	height: 65px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #76AFD3 !important;
	display: none;
	float: left;
	margin-top: 20px;
	border-bottom: none;
	margin-right: 13px;
	margin-left: 5px;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -o-linear-gradient(#f0f0f0, #e0e0e0);
	background: linear-gradient(#f0f0f0, #e0e0e0);
	-pie-background: linear-gradient(#f0f0f0, #e0e0e0);
	border-radius: 5px 5px 0px 0px;
	position: relative;
}

.modelFilmstrip .more-tabs:hover {
	background: #ffffff;
	-pie-background: #ffffff;
}

.modelFilmstrip .more-tabs .icon {
	display: inline-block;
	background-color: transparent;
	background: url(../images/tab_sprite_v1.5-3f5c83f9c6.png) no-repeat;
	background-position: -7px -30px;
	width: 36px;
	height: 15px;
	margin: 20px auto;
}

.modelFilmstrip .moreModels {
    max-height: 200px;
	width: 135px;
	border: 1px solid #ccc;
	position: absolute;
	right: 173px;
	top: 76px;
	z-index: 5;
	background-color: #ffffff;
	list-style: none;
	padding-left: 0px !important;
	display: none;
	max-height: 225px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 5px;
}

.modelFilmstrip .moreModels .model {
	margin-top: 0;
	min-height: 83px;
	display: block;
	float: none;
}

.modelFilmstrip .moreModels .model {
	padding-top: 0px;
}

.modelFilmstrip .moreModels .model.low,
.modelFilmstrip .moreModels .model.high {
	color: #000000;
}

.modelFilmstrip .moreModels .model .price {
	margin: 0;
	min-width: 135px;
	max-width: 135px;
}

.modelFilmstrip .moreModels .model.current.low .price,
.modelFilmstrip .moreModels .model.current.high .price {
	color: #fff;
}

.modelFilmstrip .moreModels .model.low .price .label,
.modelFilmstrip .moreModels .model.low .price .tabLabel {
	color: #a12f2f;
}
.modelFilmstrip .moreModels .model.high .price .label,
.modelFilmstrip .moreModels .model.high .price .tabLabel {
	color: #61ad61;
}

.modelFilmstrip .moreModels .model .price .indicator {
	border-color: #CCC;
	border-width: 1px;
	color: #fff;
	background: #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
	background: -o-linear-gradient(#666666, #000000);
	background: linear-gradient(#666666, #000000);
	-pie-background: linear-gradient(#666666, #000000);
	border-radius: 0px;
	min-height: 83px;
}

.modelFilmstrip .moreModels .model .price .indicator:hover {
	background: #fff;
	-pie-background: #fff;
	color: #444;
}

.modelFilmstrip .moreModels .model .price .indicator:active{
	background: #fff;
	color: #444;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.42);
	box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.42);
}

.modelFilmstrip .moreModels .model.current .price .indicator,
.modelFilmstrip .moreModels .model.current .price .indicator:hover,
.modelFilmstrip .moreModels .model.current .price .indicator:active {
	border-color: #fff;
	padding: 0;
	background: #fff;
	-pie-background: #fff;
	color: #444;
	border-width: 2px;
	cursor: default;
}

.modelFilmstrip .moreModels .model a.XClose {
	right: 10px;
}

.modelFilmstrip .moreModels .model .publishLink {
	top: 53px;
}

.modelFilmstrip .moreModels .model .publishLink .publishLinkArrow {
	display: none;
}

.modelFilmstrip .XClose {
	/* this makes the close button appear above the .indicator div, so the full extent of the close button is clickable */
	z-index: 2;
}

.derivedModelScenarioExplanation {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
}

.workingModels, .modelsOuter, .more-tabs {
    height: 85px;
}

/* CSS for an iOS-style toggle.  Meant to be used by toggle.coffee */

.toggleSmall {
	cursor: pointer;
}

.toggleSmall .label {
	margin: 2px 4px;
	color: rgb(52, 113, 170) !important;
	font-size: 12px;
}

.toggleSmall.toggleBlue .label {
	line-height: 17px;
}

.toggleSmall .img {
	display: inline-block;
	width: 19px;
	height: 11px;
	background: url(../images/toggleSmall-8d549e7a70.gif);
	position: relative;
	top: 2px;
}

.toggleSmall.toggleBlue .img {
	width: 30px;
	height: 17px;
	background: url(../images/toggleSmallBlue-30236927e2.png);
	top: 5px;
}

.toggleSmall.enabled .img {
	background-position: 0 -11px;
}

.toggleSmall.toggleBlue.enabled .img {
	background-position: 0 -17px;
}
/*
Hidden classes.  The benchmarks ui is a mix of bootstrap markup and
jquery UI styling.  Due to some constraints between the two, and between our
2 UI's, we use these base elementsto style the different selectors
*/
.benchmarkresults .list-group-item a, .benchmarksearchdiv .activebenchmarks .benchmarkitem {
  position: relative;
  display: block;
  padding: 10px 5px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  color: #555555;
  font-size: 12px;
}

.benchmarksearchdiv .list-group-item .ui-state-focus,
.gridview-reference-search .list-group-item .ui-state-focus {
  background: none;
  font-weight: normal;
  color: #555555;
}

.benchmarksearchdiv .list-group-item .ui-state-focus,
.gridview-reference-search .list-group-item .ui-state-focus {
  background-color: #c7dbff;
}

.benchmarksearchdiv .list-group-item.disabled,
.benchmarksearchdiv .list-group-item.disabled:hover,
.benchmarksearchdiv .list-group-item.disabled a {
  color: silver;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.mainContOrRequestScenario .benchmarksearchdiv,
.mainContOrRequestScenario .benchmarksearchdiv * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.benchmarkFilter {
  text-align: left;
  border-bottom: 1px solid silver;
  padding: 5px;
}

ul.ancillaryOff li.ancillaryOn {
  display: none;
}

ul.ancillaryOn li.ancillaryOff {
  display: none;
}

.benchmarksearchdiv .list-group {
  margin-bottom: 0;
}

.benchmarksearchdiv .list-group-item,
.benchmarkresults .list-group-item {
  padding: 0px;
  /* overrides original "10px 15px" bootstrap setting */
  border: none;
  margin-bottom: 0px;
}

.benchmarksearchdiv .disabled.ui-state-focus {
  /*dont want jquery's hover styling on non plottables */
  background-color: transparent;
}

.cwButtonBar .cwBenchmarks {
  color: #244774;
  background-image: none;
  line-height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}

.cwButtonBar .cwBenchmarks:hover, .cwButtonBar .cwBenchmarks:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.cwButtonBar .cwBenchmarks.open {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.cwButtonBar .cwBenchmarks.open .fa-caret-down {
  display: none;
}

.cwButtonBar .cwBenchmarks.open .fa-times {
  display: inline-block;
}

.cwButtonBar .cwBenchmarks.closed {
  background-color: none;
}

.cwButtonBar .cwBenchmarks.closed .fa-times {
  display: none;
}

.benchmarksearchdiv,
.benchmarksearchdiv.popover {
  background-color: #FFF;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  width: 100%;
  max-width: none;
}

.benchmarksearchdiv.popover .arrow {
  display: none;
}

.gridViewTray .benchmarksearchdiv {
  margin-left: 10px;
  background-color: transparent;
  padding: 0px;
}

.gridViewTray .benchmarksearchfield {
  float: none;
  width: 168px;
}

.benchmarksearchgroup {
  margin-left: 1ex;
}

.benchmarkitem {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  padding-left: 2px .4em;
  font-size: 12px;
}

.benchmarkitem:hover {
  background-color: #c7dbff;
}

.benchmarkitem input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}

.benchmarkiteminfo {
  background-color: #FFFFCC;
  background-color: rgba(255, 255, 204, 0.8);
  position: absolute;
  padding: 20px;
  width: 200px;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomright: 0;
  border-radius: 5px;
  border-bottom-right-radius: 0;
}

.benchmarkHover .chartImage {
  font-weight: bold;
  text-align: center;
  display: block;
  width: 110px;
  height: 85px;
}

.benchmarkPeriods {
  text-align: right;
  font-size: 9px;
}

/* relatively positions the autocomplete list to stay within the results div */
.benchmarkresults .ui-autocomplete {
  list-style-type: none;
  position: relative;
  border: none;
  background: none;
}

#gridViewSearchResults {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 150px;
  width: 400px;
  z-index: 15;
  text-align: left;
  background-color: #fff;
}

#gridViewSearchResults .close {
  padding-right: 5px;
  padding-top: 5px;
}

#gridViewSearchResults input[type="radio"], #gridViewSearchResults input[type="checkbox"] {
  margin-top: 2px;
}

.benchmarkresults {
  border: 1px solid #ddd;
}

.benchmarkresults.gridview-reference-search .list-group {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
  display: inherit;
}

.benchmarkresults .list-group {
  display: block !important;
}

.benchmarkresults .list-group:focus {
  outline: none;
}

.benchmarkresults .glyphicon {
  position: absolute;
  top: 10px;
  right: 5px;
}

.benchmarksearchform {
  margin: 5px 0;
}

.benchmarksearchform .col-xs-9 {
  padding-right: 10px;
}

.benchmarksearchfield,
.benchmarksearchfield.form-control {
  float: none;
  padding-right: 36px;
}

.benchmarksearchfield ::-ms-clear,
.benchmarksearchfield.form-control ::-ms-clear {
  display: none;
}

.benchmarksearchfield + [data-clearinput],
.benchmarksearchfield.form-control + [data-clearinput] {
  top: 0;
  right: 30px;
  position: absolute;
  display: none;
  color: #0370D2;
}

.benchmarksearchfield ~ button.btn,
.benchmarksearchfield.form-control ~ button.btn {
  float: right;
}

.benchmarkresults .ui-autocomplete-item div.ac-benchmark {
  display: inline;
}

.benchmarkresults .glyphicon,
.benchmarkitem .glyphicon,
.gridview-reference-search .glyphicon {
  color: #4086ce;
  float: right;
}

.benchmarkresults .disabled .glyphicon,
.benchmarkitem .disabled .glyphicon {
  color: silver;
}

.benchmarkresults .glyphicon:hover,
.benchmarkitem .glyphicon:hover {
  color: rgba(64, 134, 206, 0.7);
}

.recentbenchmarks,
.mostplottedbenchmarks {
  display: none;
}

.benchmarkitem input[type="checkbox"] {
  vertical-align: top;
}

.benchmarkitem .contents {
  display: inline-block;
  width: 90%;
}

.benchmarkitem .glyphicon {
  display: block;
  top: 0;
}

.benchmarkitem .benchmark-periods {
  display: table;
  font-weight: bold;
  margin-top: 5px;
  background-color: #ffc;
}

.chartPopup .benchmarksearchdiv {
  max-width: 100%;
}

.cwGridView .benchmarksearchdiv {
  z-index: 14;
}

.benchmarkresults-summary {
  position: relative;
  min-height: 35px;
}

.benchmarkresults-summary .alert-warning, .benchmarkresults-summary p {
  padding: 5px 25px 5px 9px;
}

.benchmarkresults-summary .alert-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: none;
  background-color: white;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 2px solid #f60;
  color: #f60;
  display: none;
}

.benchmarkresults-summary .alert-warning .close {
  filter: alpha(opacity=100);
  opacity: 1;
  right: -5px;
  font-weight: bold;
}

/* From Nicolae */

/*
@include components/toggle.css
@include organisms/benchmark-search.css
*/

.cwInspector {
	position:absolute;
	top:36px;
	background:#ededed;
	width:387px;
	height: 520px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
}

.cwInspector .sm_chart {
	display: inline-block;
	margin: 1px 0px 0px 3px;
	text-indent:-5000px;
}

.cwInspector .category .sm_chart {
	height: 19px;
	margin: -5px 0px 0px 3px;
}

.cwInspector .categoryVisible,
.cwInspector .categoryNotVisible {
	min-height: 100px;
}

/* begin FB2800 */
/* 
	note, changing the opacity may (or maynot) be the best soln
	the children also inherit the opacity and its not as straight forward to 'undo' the opacity
	of the children see: http://stackoverflow.com/questions/5770341/i-do-not-want-to-inherit-the-child-opacity-from-the-parent-in-css
	Its a bit more complicated as there is a background-url (Google charts) involved
	We can change google charts with the last parameter (chco)
	from: /chart?chd=t:0.23500000000000001,0.25,0.24,0.2607,0.251,0.24,0.21,0.24,0.23500000000000001,0.22,0.176&cht=ls&chls=2&chds=0.12386,0.31284&chs=110x85&chma=0,0,28,0&chco=999999
	  to: /chart?chd=t:0.23500000000000001,0.25,0.24,0.2607,0.251,0.24,0.21,0.24,0.23500000000000001,0.22,0.176&cht=ls&chls=2&chds=0.12386,0.31284&chs=110x85&chma=0,0,28,0&chco=cccccc
	Its quite a bit of work, so let's just leave it with an opacity until the business side says otherwise  
*/
.cwInspector .categoryNotVisible .driver {
	opacity: 0.50;
}
/* end FB2800 */


.categoryVisibilityLabel {
	padding: 10px;
}

.cwInspectorDefaultPosition {
	right:4px;
}

.cwSubTitle {
	/* note that contents here should roughly match .modelerPreviewModelCreator */
	color: #444;
	position: relative;
	top: 15px;
	line-height: 18px;
	float: left;
	min-height: 28px;	/* allow it to expand verticall in case the title wraps to 2 lines */
	margin-bottom: 10px;
}

.rsSubTitle {
	color: #444;
	position: absolute;
	top: 25px;
	left: 12px;
	line-height: 18px;
}

.cwSubTitleInner, .rsSubTitleInner {
	color: #333;
	font-weight: bold;
	font-size: 24px;
}

.cwAllTab {
	overflow: auto;
}

.cwInspectorTabs {
	position: absolute;
	height: 30px;
	top: -30px;
	width: 100%;
	margin-left: 8px;
}

.cwInspectorTab, a.cwInspectorTab:visited {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	margin-right: 4px;
	background: #666;
	color: #fff;
	font-weight: bold;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

a.cwInspectorTab:hover, .cwInspectorTabActive, a.cwInspectorTabActive:visited {
	background: #ededed;
	color: #555;
	text-decoration: none !important;
}

.cwDiffTab {
	display: none; /* hidden by default */
}

.cwInspectorPanel {
	height: 510px;
}

.cw_fullcontent {
	background: #fff;
	position: relative;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	margin: 5px 2px 2px 0;
	height: 438px;
}

.cw_fullcontent .cwChart {
	/* this leaves some extra space on the RHS of the chart to prevent the Y axis label from getting cut off
	on the .cw_fullcontent div */
	margin: 0 10px;
}

.cw_section {
}

.cw_tab_title {
    cursor: pointer;
	float: left;
	max-width:230px;
	font-size:1.2em;
	margin: 18px 0 0 8px;
}

.cw_pagination {
    float: right;
    margin-right: 30px;
}

.cw_pagination a:hover,
.cw_pagination a:focus {
   text-decoration: none;
}

.cw_back {
	margin-left: 5px;
}

.cw_back a {
	background-color:transparent !important;
}

.cw_back_link {
	display:inline-block;
	background: url(../images/backArrow-6d6ed3bd99.png) no-repeat;
	position:relative;
	padding-left: 10px;
	margin-left: 7px;
}


.cwButtonBar { /* these overwrite existing styles */
	bottom:0;
	left:0;
	width:100%;
}

.cwButtonBar .toggleSmall {
	/* the following positions the toggle on the blue button bar below the chart */

	float:right;
	left: auto;
	right: 8px;
	bottom: auto;
}

.cwButtonBar .toggleSmall .label {
	/* these styles make the toggle text match the other ubttons in the blue button bar */
	color: #0A2552;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
}

.derivedModelPopupContents .toggleSmall .label {
	padding: 0;
	font-weight: normal;
}

.cw_fullcontent .cwButtonBar {
	left: 2px;
	bottom: 5px;
	position: relative;
	z-index: 2;
}

.cwTabBody {
	display: none;
}

.cwTabBodyAll  {
	clear: both;
	height: 505px;
	margin-top: 5px;
	overflow-y: auto;
}

.cwTabBodyAll .chart {
	display:block;
	width:110px;
	height:85px;
}

.gridViewTrayChart {
	float:left;
	display: block !important;
	width:110px;
	height:85px;
}

.cwTabBodyAll .driver, .gridViewTrayChart {
	float:left;
	display: block;
	vertical-align: top;
	background-repeat: no-repeat;
	position: relative;
	margin:6px 4px 14px 5px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color:#dedede;
	width:110px;
	-webkit-box-shadow:1px 2px 4px #e2e2e2;
	box-shadow:1px 2px 4px #e2e2e2;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}

.cwTabBodyAll .driver:hover, .gridViewTrayChart:hover {
	border-color:#4464A8;
	-webkit-box-shadow:1px 2px 4px #ccc;
	box-shadow:1px 2px 4px #ccc;
}

.stream {
	padding: 5px 0 0;
}

.section-bar {
	overflow:hidden;
	padding: 5px 0 4px 0;
	clear:both;
}

.section-bar h3 {
	font: 13px Hevetica, Arial, Sans-serif;
	color: #666;
	margin:0;
	padding:2px 12px 0 10px;
	font-weight:400;
	line-height:1.4em;
}

.secondary-driver-section-bar {
	height: 57px;
}

.secondary-driver-section-bar-non-chart-flip {
	height: 72px;
	margin: -10px 0px 0 0;
	overflow: hidden;
}

.secondary-driver-section-bar-left {
	display: inline;
	float: left;
	height: 57px;
	width: 290px;
}

.secondary-driver-section-answer-name {
	display: table;
	font-weight: 100;
	height: 57px;
	margin-left: 10px;
}

.secondary-driver-section-answer-name span {
	display: table-cell;
	vertical-align: middle;
	font-family: Gotham;
	font-size: 18px;
	line-height: 18px;
}

.secondary-driver-section-bar-right {
	display: inline;
	float: right;
	height: 57px;
	width: 77px;
	text-align: left;
	font-size: 11px;
}

.secondary-driver-section-price-currency {
	font-size: 22px;
}

.secondary-driver-section-price {
	line-height: 57px;
	height: 57px;
	font-size: 32px;
	font-family: GothamCondensed, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #39f;
	background-color: transparent;
}

.citi .secondary-driver-section-price {
	color: #39f;
}

.stream-wrapper {
	overflow:hidden;
	width:auto;
	margin:0px 14px 0 10px;
	clear:both;
}

.stream-value {
	float:left;
	line-height:19px;
	margin:4px 0 0 0;
	font-size:14px;
	font-weight:700;

	/* vertical alignment hack
     * Shift down so the bottom alignment lines up with the bottom of
     * letters like "B" or "l" instead of letters like "j" and "g"
    bottom: -.2ex;
    position: relative;
     */
}

.section-bar .stream-positive {
	color:#009A2B;
}

.section-bar .stream-negative {
	color:#A9121C;
}

.stream-bar-wrapper {
	overflow:hidden;
	height:23px;
	white-space: nowrap;
	display: table;
	border-spacing: 3px 0;
	position: relative;
	/* compensate for chart icon being a bit too tall */
	top: -6px;
}

.stream-bar-wrapper .sm_chart,
.stream-bar-wrapper .btn-equations,
.stream-bar-wrapper .stream-bar {
	float: none;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: bottom;
}

.stream-bar {
	height: 10px;
	vertical-align: bottom;
}
.stream-bar .bar-background {
	height:10px;
	width:200px;;
	background:#ddd;
	display: table-cell;
}

.stream-positive span {
	background:#008926	;
}

.stream-negative span {
	background:#A9121C;
}

.section-bar .stream-bar span {
	height:10px;
	display:block;
}

.equations-bar {
	padding:0 0 24px 0;
	clear:both;
}

a.btn-equations {
	min-width: 21px;
	height: 16px;
	text-indent:-5000px;
	background:transparent url(../images/show-equations-1eb41f03b5.png);
}
a.btn-equations:hover {
	background-color: #C3DBF3;
}

.drivers {
	clear:left;
}

.draggableHighlight {
	border:2px dashed #ccc;
}

.cwTabBodyAll .driver .chart .editable-title .diffBar {
	color: #08488C;
	font:13px Helvetica, Arial, Sans-serif;
	line-height:1.2em;
	padding:4px 4px;
	text-align:center;
	overflow: hidden;
	height: 77px;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.diffBar {
	background-color: #D6F8FF;
	padding: 2px;
	position: absolute;
	width: 111px;
	bottom: 0px;
	font-size: 11px;
}

.cwTabBodyAll .driver .chart .editable-title {
	color: #08488C;
	font: 13px Helvetica, Arial, Sans-serif;
	line-height: 1.2em;
	padding: 4px 4px;
	text-align: center;
	overflow: hidden;
	height: 77px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
}

/* FB2449 */
.cwTabBodyAll .driver .chart .projectedDriverThumbnail {
	position: absolute;
	bottom: 7px;
	right: 7px;
	background-color: #111111;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 38px; /* after the padding */
	line-height: 20px;
	height: 20px;
	opacity: 0.75;
	font-family: Helvetica;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
	border-radius: 10px;
}

.cwTabBodyAll .driver .chart .editable-title .singleValue{
	height: 36px;
	line-height: 34px;
	font-size: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #666;
	background: white;
}

.cwTabBodyAll .driver .chart:hover .editable-title {
	text-decoration:underline;
}

h4.category {
	clear:both !important;
	font-size:11px;
	color:#666;
	font-weight:400;
	margin: 0 15px 0 10px;
	padding:6px 0 0 0;
	height: 22px;
}

h4.category .editable-title {
	float: left;
	line-height: 20px;
	max-width: 275px;
}

h4.category .editable-title .sm_chart {
	float: right;
	display: inline-block;
}

.categoryValue {
	float: right;
	line-height: 20px;
}

/******** derived model popup  ************/

.derivedModelPopup {
	display: none;
}

.derivedModelPopup .XClose {
	z-index: 2;
}

.derivedModelPopupTitle {
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
}

.derivedModelPopupSubTitle {
	text-align: center;
	font-size: 12px;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	color: #999;
	margin-top: 15px;
}

.derivedModelPopupHR {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 15px 10px 0;
}

.derivedModelPopupDivisionHR {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 3px;
}

.derivedModelPopupContents {
	padding: 10px;
}

.driver_table {
	width:100%;
	height: 480px;
	overflow-y: auto;
}

.derivedModelPopup .driver_table {
	height: 485px;
}

.driver_table th, .driver_table td {
	padding:3px 2px;
}

.driver_table_key th, .driver_table_key td {
	padding: 3px 15px 2px;
}

.driver_table_key, .driver_table_top {
	width:100%;
}

.driver_table table th {
	color:#99999A;
	font-weight:bold;
	font-size:.9em;
}

.driver_table td h2 {
	font:1em Gotham, Helvetica, Arial;
	font-weight:500;
	color:#555;
	margin:24px 0 4px 0;
}

h2 .d_name {
	margin-right:4px;
}

h2 .d_path {
	margin-right:4px;
	line-height: 16px;
}

.bridge_toggle {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}

.delta_toggle {
	float: right;
	width: 55px;
	margin-bottom: 5px;
}

th.dt_col_1, td.dt_col_1 {
	width: 227px;
	vertical-align: top;
}

th.dt_col_1, th.dt_col_2, th.dt_col_3 {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 100 !important;
	padding-bottom: 0px;
	vertical-align: bottom;
}

th.dt_col_1 {
	font-size: 9px !important;
}

th.dt_col_2 {
	vertical-align: bottom;
	font-size: 11px !important;
}

th.dt_col_3 {
	color: #333 !important;
	font-size: 11px !important;
}

th.dt_col_1.dt_with_comparison, td.dt_col_1.dt_with_comparison {
	width: 150px;
}

td.inspector, a.inspector {
	font-size: 11.5px !important;
	font-weight: 100;
}

td.inspector_bold {
	font-weight: bold !important;
}

td.inspector_center {
	text-align: center;
}

th.dt_col_2, td.dt_col_2 {
	width: 45px;
	color: #99999A;
}

th.dt_col_3, td.dt_col_3, td.dt_col_4 {
	width: 50px;
}

td.dt_col_2, td.dt_col_3, td.dt_col_4 {
	vertical-align: top;
	white-space: nowrap;
}

.bridgeView td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.driver_table td.hoverable:hover, .driver_table_top td.hoverable:hover {
    background-color: #ffffcc;
    cursor: pointer;
}

.driver_table .pos, .driver_table_top .pos {
	color:#007F00 !important;
	display:inline-block;
	white-space: nowrap;
}

.driver_table .neg, .driver_table_top .neg  {
	color:#cc0000 !important;
	display:inline-block;
	white-space: nowrap;
}

.dt_col_1 .pos, .dt_col_2 .pos, .diffBar .pos, .driver_table h2 .pos {
	background:url(../images/ic_pos-c0067ba124.png) right 3px no-repeat;
	color:#008000;
}

.dt_col_1 .neg, .dt_col_2 .neg, .diffBar .neg, .driver_table h2 .neg {
	background:url(../images/ic_neg-05688e3906.png) right 3px no-repeat;
	color:#c00;
}

.diffBar .pos, .diffBar .neg {
	padding-right: 10px;
}

.driver_table_key .dt_subheader {
	color: #999;
	font-size: 10px;
	padding-left: 24px;
}

.driver_table_key .dt_driver {
	padding-left: 24px;
}

.keyDriverTitle {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px 15px;
}

.topDriver_toggle {
	float: left;
	width: 125px;
	margin-bottom: 5px;
	padding-top: 20px;
}

.topDriverTitle {
	float: right;
	width: 145px;
	text-align: left;
	padding: 20px 15px 15px;
}

th.dt_col_top_driver_1 {
	padding-left: 15px;
	color: #99999A;
	font-size: 12.5px;
	vertical-align: bottom;
}

th.dt_col_top_driver {
	color: #444;
	font-size: 11px;
	padding-right: 7px;
	text-align: right;
}

.driver_table_top td.dt_col_1 {
	padding-left: 15px;
	min-width: 185px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.driver_table_top td.dt_col_top_driver {
	width: 80px;
	padding-right: 7px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.driver_table_top .top_driver_stream {
	font-size: 9px;
}

.dt_col_top_driver_blank {
	width: 10px;
}

.radio_top_driver {
	-webkit-transform: scale(0.90);
	-ms-transform: scale(0.90);
	transform: scale(0.90);
	margin-right: 8px !important;
}

.top_driver_hidden {
	visibility:hidden;
}

.cwTabBodyKey {
	height: 518px;
	overflow-y: auto;
}

.top_driver_bold {
	font-weight: bold !important;
}

.top_driver_full_driver_spacer {
	height: 10px;
}

a.top_driver_full_driver_link {
	color: #b33;
}

.top_driver_white_background {
	background: #fff;
}

a.f_name {
	background:none !important;
	color:#1074D4;
	font-family: GothamBook, Helvetica, Arial, sans-serif;
	font-size: 12.5px;
	line-height: 15px;
}

.driver_table td a.f_name:hover, .driver_table_top td a.f_name:hover {
    text-decoration: none !important;
}

.driver_table_toggle {
	position:absolute;
	bottom:0;
	width:100%;
	padding:0px 0px 15px 0px;
}

/* Override things defined elsewhere from the old version. */
.cwInspector .chartWrapperTitle {
	display: none;
}
.cwInspector #theChart {
	height: 380px;
	clear: both;
}

.horizontal-stream-title-line{
	display: none;
}

.pfizer .categoryValue {
	display: none;
}

.dt_col_component {
	color: #444444;
	font-size: 14px;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.dt_col_subcomponent {
	color: #444444;
	font-size: 12px;
	font-family: Gotham, Helvetica, Arial, sans-serif;
}

.dt_val_division {
	color: #535353;
	font-size: 13px;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.tr_driver_header th {
	padding-top: 10px
}

#fixPeriodColumns {
	margin: 2px 0px 2px 2px;
}

.categoryVisibilityLabel {
	clear: both;
	float: left;
}

#refreshInspector {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
	display: inline;
}

.greyedOutDivision {
	text-decoration: none !important;
	color: grey !important;
}

div.ui-draggable[aria-describedby="centerScreenPopup"] .ui-dialog-titlebar {
    padding: 0;
    text-align: center;
}

div.ui-draggable[aria-describedby="centerScreenPopup"] .ui-dialog-title {
    position: static;
}
/* override bootstraps .table > tbody > tr.active > td */
.table > .preciseDriverAdvancedMain > .active td {
	/* TODO this is the same as the myModelGroup selected bg color */
	background-color: #C6E4FF;
}

#preciseDriverAdvancedOptions input[type="radio"],
#preciseDriverAdvancedOptions input[type="checkbox"] {
	margin-top:2px;
}

.preciseDriverAdvancedMain > .inactive{
	color: grey;
	background-color: #eeeeee;
}


.modelChart.buttonBarContainer {
  background-color: transparent;
}

.equationShower a {
	background: transparent;
	cursor: auto;
	font-weight: bold;
}

.equationShower a:link, .equationShower a:visited {
	color: blue;
}

.equationShower a.chart {
	text-decoration: underline;
}

.equationShower > div {
	margin-bottom: 1em;
}
.equationShower > div:first-child {
	border-bottom: 2px solid black;
	padding-bottom: 1em;
}

.show-equations-dialog.ui-dialog .ui-dialog-titlebar {
	/* Line up with what jQuery UI does to the contents */
	padding-left: 10px;
}

/*! perfect-scrollbar - v0.4.11
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyeonje Alex Jun; Licensed MIT */

.ps-container .ps-scrollbar-x-rail{position:absolute;bottom:3px;height:8px;border-radius:4px;opacity:0;filter:alpha(opacity=0);-o-transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps-container:hover .ps-scrollbar-x-rail,.ps-container.hover .ps-scrollbar-x-rail{opacity:.6;filter:alpha(opacity=60)}.ps-container .ps-scrollbar-x-rail:hover,.ps-container .ps-scrollbar-x-rail.hover{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-y-rail{position:absolute;right:3px;width:8px;border-radius:4px;opacity:0;filter:alpha(opacity=0);-o-transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps-container:hover .ps-scrollbar-y-rail,.ps-container.hover .ps-scrollbar-y-rail{opacity:.6;filter:alpha(opacity=60)}.ps-container .ps-scrollbar-y-rail:hover,.ps-container .ps-scrollbar-y-rail.hover{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-x{position:absolute;bottom:0;height:8px;background-color:#aaa;border-radius:4px;-o-transition:background-color .2s linear;-webkit-transition:background-color.2s linear;-webkit-transition:background-color .2s linear;transition:background-color .2s linear}.ps-container.ie6 .ps-scrollbar-x{font-size:0}.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x{background-color:#999}.ps-container .ps-scrollbar-y{position:absolute;right:0;width:8px;background-color:#aaa;border-radius:4px;-o-transition:background-color .2s linear;-webkit-transition:background-color.2s linear;-webkit-transition:background-color .2s linear;transition:background-color .2s linear}.ps-container.ie6 .ps-scrollbar-y{font-size:0}.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y{background-color:#999}.ps-container.ie .ps-scrollbar-x,.ps-container.ie .ps-scrollbar-y{visibility:hidden}.ps-container.ie:hover .ps-scrollbar-x,.ps-container.ie:hover .ps-scrollbar-y,.ps-container.ie.hover .ps-scrollbar-x,.ps-container.ie.hover .ps-scrollbar-y{visibility:visible}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  position: absolute !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.4);
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  position: absolute;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */ /* Chrome10+,Safari5.1+ */ /* Chrome,Safari4+ */ /* FF3.6+ */ /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 1px #e3e3e3;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.chart-period-menu {
  background-color: white;
}

.chart-period-menu .period-inline-menu {
  font-size: 85%;
}

.chart-period-menu .period-inline-menu > ul {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
}

.chart-period-menu .period-inline-menu > ul > li {
  display: none;
  padding: 0 10px;
  margin-bottom: 10px;
  border-left: 1px solid #ccc;
}

.chart-period-menu .period-inline-menu > ul > li.chart-period-menu-option {
  display: inline-block;
}

.chart-period-menu .period-inline-menu > ul > li.chart-period-menu-option.first {
  border-left: none;
}

.chart-period-menu .period-inline-menu > ul > li.active {
  font-weight: bold;
}

.chart-period-menu .period-inline-menu > ul > li.active a {
  color: rgba(0, 0, 0, 0.7);
}

.chart-period-menu .period-inline-menu .indicator-active {
  display: none;
}

.chart-period-menu .period-inline-menu a, .chart-period-menu .period-inline-menu a:hover, .chart-period-menu .period-inline-menu a:active, .chart-period-menu .period-inline-menu a:focus {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background: none;
}

.bulk-update-chart-view {
  font-size: 10px;
  padding-left: 8px;
  color: #555555;
}

.bulk-update-chart-view a {
  padding: 0 0 0 1em !important;
}

/*
@include molecules/chart-period-menu.css
*/
.modelChart .dropdown .chartMenuButton.btn:active:focus,
.modelChart .dropdown .chartMenuButton.btn:active.focus,
.modelChart .dropdown .chartMenuButton.btn:focus
{
    outline: 0 !important;
}

.frame {
  border: 1px solid lightgray;
  padding: 1em;
}

.frame_title {
  color: gray;
}

/*
Dropdowns

Dropdown styles

.dropdown-cust-1 - Default dropdown

markup:
<div style="height: 250px;">
  <div class="dropdown dropdown-cust-1 clearfix">
    <button class="btn btn-link dropdown-toggle" type="button" id="dropdownMenuDivider" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
      <span>Semiannual</span> <i class="custicon btn-custicon">(3&#916;)</i>
      <span class="caret"></span>
    </button>
    <ul class="dropdown-menu" aria-labelledby="dropdownMenuDivider">
      <li><a href="#"><i class="glyphicon"></i> Monthly <i class="custicon">&#916;</i></a></li>
      <li><a href="#"><i class="glyphicon"></i> Quarterly <i class="custicon">&#916;</i></a></li>
      <li><a href="#"><i class="glyphicon glyphicon-ok"></i> Semiannual</a></li>
      <li><a href="#"><i class="glyphicon"></i> Annual</a></li>
      <li role="separator" class="divider"></li>
      <li><a href="#"><i class="glyphicon"></i>  Download Image...</a></li>
      <li role="separator" class="divider"></li>
      <li><a href="#"><i class="glyphicon"></i>  Remove</a></li>
    </ul>
  </div>
</div>

Styleguide 2.1
*/
.text-block .btn-link {
  color: rgba(0, 0, 0, 0.5);
}

.text-block .btn-link:hover {
  color: black;
}

.chart-component-menu {
  display: inline-block;
}

.chart-component-menu ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-top: -10px;
  z-index: 1071;
}

.chart-component-menu ul > li > a,
.chart-component-menu ul > li.active > a {
  padding: 1px 10px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

.chart-component-menu ul > li > a:hover, .chart-component-menu ul > li > a:active, .chart-component-menu ul > li > a:focus,
.chart-component-menu ul > li.active > a:hover,
.chart-component-menu ul > li.active > a:active,
.chart-component-menu ul > li.active > a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.chart-component-menu ul li a i {
  min-width: 18px;
}

.chart-component-menu .btn-link, .chart-component-menu .btn-link span {
  color: rgba(0, 0, 0, 0.5);
}

.chart-component-menu .btn-link:hover, .chart-component-menu .btn-link span:hover {
  color: black;
}

.chart-component-menu .btn {
  padding: 4px;
}

.chart-component-menu .component-drag-handle {
  padding: 4px;
}

.dropdown-menu.dropdown-help {
  text-align: right;
  background-color: #0370D2;
}

.dropdown-menu.dropdown-help a {
  color: #fff;
}

.dropdown-menu.dropdown-help a:hover {
  background: none;
  background-color: #023a6d;
}

@charset "UTF-8";
/*
Bootstrap

Bootstrap is our standard atom library.  We build from src overriding their default
setttings.  This is done currently in our _variables.scss file.  This is
subject to change, depending on how much we override.  We should try and use
these variables, as opposed to overriding created classes.  We support the default
Glyphicon-halflings, **but note: **they may be deprecated in future versions.  Use font-awesome instead

You can follow the documentation found at [Bootstrap v3.3.6](http://getbootstrap.com/)

Current Version we are using is: 3.3.6.  **note: we will need to upgrade to 4**

Styleguide 1.1

*/
/*!
 * 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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! 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;
    -webkit-box-shadow: none !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,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../images/fonts/glyphicons-halflings-regular.eot");
  src: url("../images/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../images/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../images/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../images/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../images/fonts/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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-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.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0370D2;
  text-decoration: none;
}

a:hover, a:focus {
  color: #024887;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: 24px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 14px;
}

h4, .h4 {
  font-size: 12px;
}

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #0255a0;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #cc5200;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0370D2;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0255a0;
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffff99;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

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;
    -o-text-overflow: ellipsis;
    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.42857;
  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.42857;
}

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: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}

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 {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row: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, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.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.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .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.42857;
  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: #ffc;
}

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

.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;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-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[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
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.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[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, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  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: #f60;
}

.has-warning .form-control {
  border-color: #f60;
  -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: #cc5200;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa366;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa366;
}

.has-warning .input-group-addon {
  color: #f60;
  background-color: #ffc;
  border-color: #f60;
}

.has-warning .form-control-feedback {
  color: #f60;
}

.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: -5px;
  margin-left: -5px;
}

.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: 5px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  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, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #B0B0B0;
  border-color: transparent;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #979797;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
  color: #fff;
  background-color: #979797;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #979797;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #858585;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #B0B0B0;
  border-color: transparent;
}

.btn-default .badge {
  color: #B0B0B0;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0370D2;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0255a0;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
  color: #fff;
  background-color: #0255a0;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0255a0;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #02427d;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0370D2;
  border-color: transparent;
}

.btn-primary .badge {
  color: #0370D2;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: transparent;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: transparent;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f60;
  border-color: transparent;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cc5200;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:hover {
  color: #fff;
  background-color: #cc5200;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc5200;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a84300;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f60;
  border-color: transparent;
}

.btn-warning .badge {
  color: #f60;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: transparent;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #0370D2;
  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: #024887;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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: 3px;
  -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.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0370D2;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  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.42857;
  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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn: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 {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn: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 {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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 {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-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: 3px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-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 {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  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: #0370D2;
}

.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.42857;
  border: 1px solid transparent;
  border-radius: 3px 3px 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: 3px;
}

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

.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: 3px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 60px;
  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: 3px;
  }
}

.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: 5px;
  padding-left: 5px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    -webkit-box-shadow: none;
    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,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .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: 60px;
  padding: 15px 5px;
  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 > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 5px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -5px;
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 5px;
  margin-right: -5px;
  margin-left: -5px;
  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: 13px;
  margin-bottom: 13px;
}

@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: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-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: 3px;
}

.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: 3px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #0370D2;
  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: #024887;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.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: #000;
  border-color: #000;
}

.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.33333;
}

.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: 2px;
  border-bottom-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.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 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0370D2;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0255a0;
}

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

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cc5200;
}

.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 {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0370D2;
  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,
.container-fluid .jumbotron {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: #0370D2;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.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: #f60;
  background-color: #ffc;
  border-color: #fff2b3;
}

.alert-warning hr {
  border-top-color: #ffee99;
}

.alert-warning .alert-link {
  color: #cc5200;
}

.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: 3px;
  -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: #0370D2;
  -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: -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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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: -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: #f60;
}

.progress-striped .progress-bar-warning {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  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: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: #0370D2;
  border-color: #0370D2;
}

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

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: #f60;
  background-color: #ffc;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f60;
}

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: #f60;
  background-color: #ffffb3;
}

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: #f60;
  border-color: #f60;
}

.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: 3px;
  -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: 2px;
  border-top-right-radius: 2px;
}

.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: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-top-right-radius: 2px;
}

.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: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-top-right-radius: 2px;
}

.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: 2px;
  border-top-right-radius: 2px;
}

.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: 2px;
}

.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: 2px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
}

.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: 2px;
}

.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: 3px;
}

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

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0370D2;
  border-color: #0370D2;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0370D2;
}

.panel-primary > .panel-heading .badge {
  color: #0370D2;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0370D2;
}

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

.panel-warning > .panel-heading {
  color: #f60;
  background-color: #ffc;
  border-color: #fff2b3;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff2b3;
}

.panel-warning > .panel-heading .badge {
  color: #ffc;
  background-color: #f60;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fff2b3;
}

.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: 3px;
  -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: 2px;
}

.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;
  -moz-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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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.42857;
}

.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 {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  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: 3px;
}

.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.42857;
  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;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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 {
  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;
  }
}

/** PORTED OVER FROM SASS-BOOTSTRAP **/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
Font-Awesome

Font-awesome is our standard font icon library.  We also support glyphicons as well.
We are using font-awesome as is, so you can follow the documentation found at
[Font Awesome v4.5.0](http://fontawesome.io)
Current Version is 4.5.0

Styleguide 1.2
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../images/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../images/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../images/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../images/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot");
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot#iefix") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont-af7ae505a9.woff2") format("woff2"), url("../images/fonts/fontawesome-webfont-fee66e712a.woff") format("woff"), url("../images/fonts/fontawesome-webfont-b06871f281.ttf") format("truetype"), url("../images/fonts/fontawesome-webfont-912ec66d75.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-func-custom:before {
  font-weight: bold;
  content: 'f';
  font-family: monospace;
  font-size: 20px;
}

.fa-func-custom:after {
  content: '(x)';
  font-weight: bold;
  font-size: 14px;
}

/**
Our button overrides can't make too much use of the variables in terms of padding
since the inputs have a different desired padding, and they mostly use
the same vertical/horizontal paddings for scaling
Simply augmenting and overrideing here
**/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  letter-spacing: .03em;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding-left: 32px;
  padding-right: 32px;
}

.btn-sm, .btn-group-sm > .btn {
  font-weight: normal;
  letter-spacing: normal;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-xs, .btn-group-xs > .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:active, .btn-primary.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover, .btn-primary.hover, .btn-primary.disabled, .btn-primary[disabled],
fieldset[disabled] .btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn + .btn-primary,
.btn-primary + .btn,
.btn-group > .btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:hover, .btn-default:focus {
  background-color: #919191;
}

.btn-default:active, .btn-default.active {
  background-color: #919191;
  border-color: #8c8c8c;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #cacaca;
  background-image: none;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #025096;
}

.btn-primary:active, .btn-primary.active {
  background-color: #025096;
  border-color: #024a8c;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #cacaca;
  background-image: none;
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
}

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #cacaca;
  background-image: none;
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
}

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #cacaca;
  background-image: none;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #c24e00;
}

.btn-warning:active, .btn-warning.active {
  background-color: #c24e00;
  border-color: #b84900;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #cacaca;
  background-image: none;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #cacaca;
  background-image: none;
}

.btn-outline {
  border: 1px solid #0370D2;
  color: #0370D2;
}

.btn-outline:focus {
  color: #0370D2;
  border-color: inherit;
  background-color: transparent;
}

.btn-outline.btn-danger {
  border-color: #d9534f;
  color: #d9534f;
}

.btn-outline.btn-danger:hover {
  border-color: #761c19;
  color: #761c19;
}

.help-block {
  display: block;
  font-size: 12px;
  color: #777777;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0370D2;
  color: #fff;
}

.navbar-default {
  background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f8f8));
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 3px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -o-linear-gradient(top, #090909 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090909), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF0F0F0F', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    background-repeat: repeat-x;
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -o-linear-gradient(top, #ffc 0%, #ffffa6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#ffffa6));
  background-image: linear-gradient(to bottom, #ffc 0%, #ffffa6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFCC', endColorstr='#FFFFFFA6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #ffff80;
}

.alert-danger {
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -o-linear-gradient(top, #0370D2 0%, #0255a0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0370D2), to(#0255a0));
  background-image: linear-gradient(to bottom, #0370D2 0%, #0255a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0370D2', endColorstr='#FF0255A0', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -o-linear-gradient(top, #f60 0%, #cc5200 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#cc5200));
  background-image: linear-gradient(to bottom, #f60 0%, #cc5200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF6600', endColorstr='#FFCC5200', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-transparent {
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
  background-repeat: repeat-x;
  background-image: none;
  background-color: transparent;
}

.progress-bar-transparent.progress-bar-striped.active {
  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-color: lightslategray;
}

.progress-bar-striped {
  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);
}

.list-group {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0255a0;
  background-image: -o-linear-gradient(top, #0370D2 0%, #025cac 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0370D2), to(#025cac));
  background-image: linear-gradient(to bottom, #0370D2 0%, #025cac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0370D2', endColorstr='#FF025CAC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #025cac;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
  background-image: -o-linear-gradient(top, #0370D2 0%, #0363b9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0370D2), to(#0363b9));
  background-image: linear-gradient(to bottom, #0370D2 0%, #0363b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0370D2', endColorstr='#FF0363B9', GradientType=0);
  background-repeat: repeat-x;
}

.panel-success > .panel-heading {
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
  background-repeat: repeat-x;
}

.panel-info > .panel-heading {
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
  background-image: -o-linear-gradient(top, #ffc 0%, #ffffb3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#ffffb3));
  background-image: linear-gradient(to bottom, #ffc 0%, #ffffb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFCC', endColorstr='#FFFFFFB3', GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  background-repeat: repeat-x;
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

input.form-control:focus, select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2684ff;
}

.text-light {
  color: #777777;
}

/*
Font-Awesome

Font-awesome is our standard font icon library.  We also support glyphicons as well.
We are using font-awesome as is, so you can follow the documentation found at
[Font Awesome v4.5.0](http://fontawesome.io)
Current Version is 4.5.0

Styleguide 1.2
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../images/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../images/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../images/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../images/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot");
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot#iefix") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont-af7ae505a9.woff2") format("woff2"), url("../images/fonts/fontawesome-webfont-fee66e712a.woff") format("woff"), url("../images/fonts/fontawesome-webfont-b06871f281.ttf") format("truetype"), url("../images/fonts/fontawesome-webfont-912ec66d75.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-func-custom:before {
  font-weight: bold;
  content: 'f';
  font-family: monospace;
  font-size: 20px;
}

.fa-func-custom:after {
  content: '(x)';
  font-weight: bold;
  font-size: 14px;
}

/*
Buttons

Button styles

.btn-default - Default button
.btn-style-a - Primary button
.stacked-btn-set - Stacked button
.btn-rounded - Rounded button

markup:
<button class="btn {$modifiers}">Button text</button>

Styleguide 1.3
*/
.btn:focus {
  outline: 0;
}

.btn-style-a {
  display: inline-block;
  background: #3367a2;
  color: #fff !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px 8px;
  font-size: 13px;
  text-align: center;
}

.btn-style-a:hover {
  background: #3975b8;
}

.btn-style-a:active {
  background: #254d79;
}

.stacked-btn-set {
  text-align: center;
}

.stacked-btn-set .btn {
  min-width: 180px;
  margin-bottom: 20px;
}

.btn > input[type=file],
label > input[type=file] {
  display: none;
}

.btn + .file-input-label,
label + .file-input-label {
  padding-left: 5px;
}

.btn-rounded {
  color: #0370D2;
  background-color: transparent;
}

.btn-rounded, .btn-rounded:hover, .btn-rounded:focus, .btn-rounded:active:focus {
  color: #0370D2;
  border: 1px solid #0370D2;
  border-radius: 10px;
  outline: 0;
}

.btn-rounded:focus {
  text-decoration: none;
}

.btn-rounded:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-rounded:hover {
  text-decoration: none;
  color: #3fa3fc;
  border-color: #3fa3fc;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #0370D2;
}

.btn-outline:hover {
  color: #3fa3fc;
  background-color: transparent;
  border: 1px solid #3fa3fc;
}

/*
Nav Steps
hybrid between pagination styles/breadcrumb and re-usable nav

Markup:
<ul class="nav nav-steps" role="tablist">
		<li role="presentation" class="active">
			<a href="#" class="nav-step" data-step="start">
			<span>1</span><span> Upload</span>
			</a>
		</li>
		<li role="presentation">
			<a href="#" class="nav-step" data-step="confirmOutputRows">
			<span>2</span><span>Outputs</span></a>
		</li>
		<li role="presentation">
			<a href="#" class="nav-step" data-step="confirmPeriodColumns">
			<span>3</span><span>Periods</span>
			</a>
		</li>
		<li role="presentation">
			<a href="#" class="nav-step" data-step="confirmDrivers">
			<span>4</span><span>Inputs</span></a>
		</li>
		<li role="presentation">
			<a href="#" class="nav-step" data-step="preview">
			<span>5</span><span>Preview</span>
			</a>
		</li>
</ul>
Styleguide: 1.5
*/
.nav-steps > li {
  float: none;
  position: relative;
  display: inline-block;
}

.nav-steps > li > a > span {
  color: #0370D2;
  border-radius: 100%;
  border: 1px solid #0370D2;
  padding: 4px 8px;
}

.nav-steps > li > a > span + span {
  border: none;
  border-radius: 0;
}

.nav-steps > li.active > a > span + span {
  color: #000;
}

.nav-steps > li.active > a,
.nav-steps > li.active > a:hover,
.nav-steps > li.active > a:focus,
.nav-steps > li > a:hover,
.nav-steps > li > a:focus {
  background-color: transparent;
}

.nav.nav-steps > li.open > a {
  background-color: transparent;
}

.nav-steps > li.active > a > span:first-child,
.nav-steps > li.active > a:hover > span:first-child {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.nav-steps > li > a:hover > span {
  color: #024887;
}

.nav-steps > li > a:hover > span:first-child {
  border: 1px solid #024887;
}

.nav-steps > li.active > a,
.nav-steps > li.active > a:hover,
.nav-steps > li.active > a:focus {
  cursor: default;
}

/** if you are intending to make a menu list - be sure to use .nav **/
.nav.nav-steps > li > a {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

/* General sizing */
.nav.nav-steps-sm > li > a > span {
  padding: 2px 6px;
  font-size: .8em;
  border-radius: 60%;
}

.nav.nav-steps-lg > li > a > span {
  padding: 12px 18px;
  font-size: 1.5em;
}

/* Separator sizing */
.nav.nav-steps > li + li:before {
  background-color: #ddd;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 0;
  width: 30px;
}

.nav.nav-steps-sm > li + li:before {
  width: 10px;
}

.nav.nav-steps-lg > li + li:before {
  height: 2px;
  width: 70px;
}

.ui-datepicker {
  background: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px !important;
  z-index: 5 !important;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
  background: none;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
  margin-top: -4px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 20px;
  color: #999;
}

.ui-datepicker .ui-state-highlight {
  border: none;
  background: none;
  background-color: #0370D2;
  color: white;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}

.ui-datepicker .ui-icon {
  display: none;
  background-image: none;
}

.ui-datepicker .ui-icon-circle-triangle-e {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 0 0;
  color: #000 !important;
}

.ui-datepicker .ui-datepicker-calendar td {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  margin-bottom: 4px;
}

.ui-datepicker .ui-state-hover {
  background: none;
  background-color: #ccc;
  border: none;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: #000;
  border: none;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker td.ui-datepicker-today a {
  outline: 1px solid #ccc;
}

.ui-datepicker td.ui-datepicker-current-day a {
  outline: 0;
}

.ui-datepicker td a.ui-state-active {
  background: none;
  background-color: #0370D2;
  color: white;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

.ui-datepicker-month {
  border: 0px;
  color: #000;
}

.ui-datepicker-year {
  border: 0px;
  color: #000;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  -o-transition: left 0.35s;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs, .btn-group-xs > .toggle.btn {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs, .btn-group-xs > .toggle-on.btn {
  padding-right: 12px;
}

.toggle-off.btn-xs, .btn-group-xs > .toggle-off.btn {
  padding-left: 12px;
}

/*
.switch-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }


  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
}
*/
/*! =======================================================
                      VERSION  9.8.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: none;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

/**
Bootstrap typeahead overrides should go here.
**/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

span.twitter-typeahead {
  width: 100%;
}

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

/** coloring of 'suggested hint' **/
.twitter-typeahead .tt-hint {
  color: #ccc;
}

.twitter-typeahead .tt-suggestion {
  padding: 0.5em !important;
}

/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ql-snow * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* fb7617 - the snow theme increase font size of headings in edit mode which is undesirable
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
*/
.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}

@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}

.ql-bubble {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ql-bubble * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ql-bubble .ql-hidden {
  display: none;
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}

.ql-bubble .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-bubble .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}

.ql-bubble .ql-empty {
  fill: none;
}

.ql-bubble .ql-even {
  fill-rule: evenodd;
}

.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-bubble .ql-transparent {
  opacity: 0.4;
}

.ql-bubble .ql-direction svg:last-child {
  display: none;
}

.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-bubble .ql-editor h1 {
  font-size: 2em;
}

.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}

.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}

.ql-bubble .ql-editor h4 {
  font-size: 1em;
}

.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}

.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}

.ql-bubble .ql-editor a {
  text-decoration: underline;
}

.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-bubble .ql-editor img {
  max-width: 100%;
}

.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-bubble .ql-picker.ql-header {
  width: 98px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-bubble .ql-picker.ql-font {
  width: 108px;
}

.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-bubble .ql-picker.ql-size {
  width: 98px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}

.ql-bubble .ql-color-picker svg {
  margin: 1px;
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}

.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}

.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}

.ql-bubble .ql-tooltip-editor {
  display: none;
}

.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}

.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}

.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}

.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: visibility 0s ease 200ms;
  -o-transition: visibility 0s ease 200ms;
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

@font-face {
  font-family: 'KaTeX_AMS';
  src: url("fonts/KaTeX_AMS-Regular.eot");
  src: url("fonts/KaTeX_AMS-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_AMS-Regular.woff2") format("woff2"), url("fonts/KaTeX_AMS-Regular.woff") format("woff"), url("fonts/KaTeX_AMS-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url("fonts/KaTeX_Caligraphic-Bold.eot");
  src: url("fonts/KaTeX_Caligraphic-Bold.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Caligraphic-Bold.woff2") format("woff2"), url("fonts/KaTeX_Caligraphic-Bold.woff") format("woff"), url("fonts/KaTeX_Caligraphic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url("fonts/KaTeX_Caligraphic-Regular.eot");
  src: url("fonts/KaTeX_Caligraphic-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Caligraphic-Regular.woff2") format("woff2"), url("fonts/KaTeX_Caligraphic-Regular.woff") format("woff"), url("fonts/KaTeX_Caligraphic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url("fonts/KaTeX_Fraktur-Bold.eot");
  src: url("fonts/KaTeX_Fraktur-Bold.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Fraktur-Bold.woff2") format("woff2"), url("fonts/KaTeX_Fraktur-Bold.woff") format("woff"), url("fonts/KaTeX_Fraktur-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url("fonts/KaTeX_Fraktur-Regular.eot");
  src: url("fonts/KaTeX_Fraktur-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Fraktur-Regular.woff2") format("woff2"), url("fonts/KaTeX_Fraktur-Regular.woff") format("woff"), url("fonts/KaTeX_Fraktur-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url("fonts/KaTeX_Main-Bold.eot");
  src: url("fonts/KaTeX_Main-Bold.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Main-Bold.woff2") format("woff2"), url("fonts/KaTeX_Main-Bold.woff") format("woff"), url("fonts/KaTeX_Main-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url("fonts/KaTeX_Main-Italic.eot");
  src: url("fonts/KaTeX_Main-Italic.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Main-Italic.woff2") format("woff2"), url("fonts/KaTeX_Main-Italic.woff") format("woff"), url("fonts/KaTeX_Main-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url("fonts/KaTeX_Main-Regular.eot");
  src: url("fonts/KaTeX_Main-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Main-Regular.woff2") format("woff2"), url("fonts/KaTeX_Main-Regular.woff") format("woff"), url("fonts/KaTeX_Main-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Math';
  src: url("fonts/KaTeX_Math-Italic.eot");
  src: url("fonts/KaTeX_Math-Italic.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Math-Italic.woff2") format("woff2"), url("fonts/KaTeX_Math-Italic.woff") format("woff"), url("fonts/KaTeX_Math-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url("fonts/KaTeX_SansSerif-Regular.eot");
  src: url("fonts/KaTeX_SansSerif-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_SansSerif-Regular.woff2") format("woff2"), url("fonts/KaTeX_SansSerif-Regular.woff") format("woff"), url("fonts/KaTeX_SansSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Script';
  src: url("fonts/KaTeX_Script-Regular.eot");
  src: url("fonts/KaTeX_Script-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Script-Regular.woff2") format("woff2"), url("fonts/KaTeX_Script-Regular.woff") format("woff"), url("fonts/KaTeX_Script-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size1';
  src: url("fonts/KaTeX_Size1-Regular.eot");
  src: url("fonts/KaTeX_Size1-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Size1-Regular.woff2") format("woff2"), url("fonts/KaTeX_Size1-Regular.woff") format("woff"), url("fonts/KaTeX_Size1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size2';
  src: url("fonts/KaTeX_Size2-Regular.eot");
  src: url("fonts/KaTeX_Size2-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Size2-Regular.woff2") format("woff2"), url("fonts/KaTeX_Size2-Regular.woff") format("woff"), url("fonts/KaTeX_Size2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size3';
  src: url("fonts/KaTeX_Size3-Regular.eot");
  src: url("fonts/KaTeX_Size3-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Size3-Regular.woff2") format("woff2"), url("fonts/KaTeX_Size3-Regular.woff") format("woff"), url("fonts/KaTeX_Size3-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size4';
  src: url("fonts/KaTeX_Size4-Regular.eot");
  src: url("fonts/KaTeX_Size4-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Size4-Regular.woff2") format("woff2"), url("fonts/KaTeX_Size4-Regular.woff") format("woff"), url("fonts/KaTeX_Size4-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Typewriter';
  src: url("fonts/KaTeX_Typewriter-Regular.eot");
  src: url("fonts/KaTeX_Typewriter-Regular.eot#iefix") format("embedded-opentype"), url("fonts/KaTeX_Typewriter-Regular.woff2") format("woff2"), url("fonts/KaTeX_Typewriter-Regular.woff") format("woff"), url("fonts/KaTeX_Typewriter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}

.katex-display > .katex {
  display: inline-block;
  text-align: initial;
}

.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  white-space: nowrap;
  text-indent: 0;
  text-rendering: auto;
}

.katex * {
  -ms-high-contrast-adjust: none !important;
}

.katex .katex-html {
  display: inline-block;
}

.katex .katex-mathml {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.katex .base {
  position: relative;
  display: inline-block;
}

.katex .strut {
  display: inline-block;
}

.katex .mathrm {
  font-style: normal;
}

.katex .textit {
  font-style: italic;
}

.katex .mathit {
  font-family: KaTeX_Math;
  font-style: italic;
}

.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: bold;
}

.katex .amsrm {
  font-family: KaTeX_AMS;
}

.katex .mathbb {
  font-family: KaTeX_AMS;
}

.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}

.katex .mathfrak {
  font-family: KaTeX_Fraktur;
}

.katex .mathtt {
  font-family: KaTeX_Typewriter;
}

.katex .mathscr {
  font-family: KaTeX_Script;
}

.katex .mathsf {
  font-family: KaTeX_SansSerif;
}

.katex .mainit {
  font-family: KaTeX_Main;
  font-style: italic;
}

.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}

.katex .mord + .mop {
  margin-left: 0.16667em;
}

.katex .mord + .mbin {
  margin-left: 0.22222em;
}

.katex .mord + .mrel {
  margin-left: 0.27778em;
}

.katex .mord + .minner {
  margin-left: 0.16667em;
}

.katex .mop + .mord {
  margin-left: 0.16667em;
}

.katex .mop + .mop {
  margin-left: 0.16667em;
}

.katex .mop + .mrel {
  margin-left: 0.27778em;
}

.katex .mop + .minner {
  margin-left: 0.16667em;
}

.katex .mbin + .mord {
  margin-left: 0.22222em;
}

.katex .mbin + .mop {
  margin-left: 0.22222em;
}

.katex .mbin + .mopen {
  margin-left: 0.22222em;
}

.katex .mbin + .minner {
  margin-left: 0.22222em;
}

.katex .mrel + .mord {
  margin-left: 0.27778em;
}

.katex .mrel + .mop {
  margin-left: 0.27778em;
}

.katex .mrel + .mopen {
  margin-left: 0.27778em;
}

.katex .mrel + .minner {
  margin-left: 0.27778em;
}

.katex .mclose + .mop {
  margin-left: 0.16667em;
}

.katex .mclose + .mbin {
  margin-left: 0.22222em;
}

.katex .mclose + .mrel {
  margin-left: 0.27778em;
}

.katex .mclose + .minner {
  margin-left: 0.16667em;
}

.katex .mpunct + .mord {
  margin-left: 0.16667em;
}

.katex .mpunct + .mop {
  margin-left: 0.16667em;
}

.katex .mpunct + .mrel {
  margin-left: 0.16667em;
}

.katex .mpunct + .mopen {
  margin-left: 0.16667em;
}

.katex .mpunct + .mclose {
  margin-left: 0.16667em;
}

.katex .mpunct + .mpunct {
  margin-left: 0.16667em;
}

.katex .mpunct + .minner {
  margin-left: 0.16667em;
}

.katex .minner + .mord {
  margin-left: 0.16667em;
}

.katex .minner + .mop {
  margin-left: 0.16667em;
}

.katex .minner + .mbin {
  margin-left: 0.22222em;
}

.katex .minner + .mrel {
  margin-left: 0.27778em;
}

.katex .minner + .mopen {
  margin-left: 0.16667em;
}

.katex .minner + .mpunct {
  margin-left: 0.16667em;
}

.katex .minner + .minner {
  margin-left: 0.16667em;
}

.katex .mord.mtight {
  margin-left: 0;
}

.katex .mop.mtight {
  margin-left: 0;
}

.katex .mbin.mtight {
  margin-left: 0;
}

.katex .mrel.mtight {
  margin-left: 0;
}

.katex .mopen.mtight {
  margin-left: 0;
}

.katex .mclose.mtight {
  margin-left: 0;
}

.katex .mpunct.mtight {
  margin-left: 0;
}

.katex .minner.mtight {
  margin-left: 0;
}

.katex .mord + .mop.mtight {
  margin-left: 0.16667em;
}

.katex .mop + .mord.mtight {
  margin-left: 0.16667em;
}

.katex .mop + .mop.mtight {
  margin-left: 0.16667em;
}

.katex .mclose + .mop.mtight {
  margin-left: 0.16667em;
}

.katex .minner + .mop.mtight {
  margin-left: 0.16667em;
}

.katex .vlist-t {
  display: inline-table;
  table-layout: fixed;
}

.katex .vlist-r {
  display: table-row;
}

.katex .vlist {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}

.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}

.katex .vlist > span > span {
  display: inline-block;
}

.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}

.katex .vlist-t2 {
  margin-right: -2px;
}

.katex .vlist-s {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1px;
  width: 2px;
}

.katex .msupsub {
  text-align: left;
}

.katex .mfrac > span > span {
  text-align: center;
}

.katex .mfrac .frac-line {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}

.katex .mspace {
  display: inline-block;
}

.katex .mspace.negativethinspace {
  margin-left: -0.16667em;
}

.katex .mspace.thinspace {
  width: 0.16667em;
}

.katex .mspace.negativemediumspace {
  margin-left: -0.22222em;
}

.katex .mspace.mediumspace {
  width: 0.22222em;
}

.katex .mspace.thickspace {
  width: 0.27778em;
}

.katex .mspace.sixmuspace {
  width: 0.333333em;
}

.katex .mspace.eightmuspace {
  width: 0.444444em;
}

.katex .mspace.enspace {
  width: 0.5em;
}

.katex .mspace.twelvemuspace {
  width: 0.666667em;
}

.katex .mspace.quad {
  width: 1em;
}

.katex .mspace.qquad {
  width: 2em;
}

.katex .llap,
.katex .rlap {
  width: 0;
  position: relative;
}

.katex .llap > .inner,
.katex .rlap > .inner {
  position: absolute;
}

.katex .llap > .fix,
.katex .rlap > .fix {
  display: inline-block;
}

.katex .llap > .inner {
  right: 0;
}

.katex .rlap > .inner {
  left: 0;
}

.katex .katex-logo .a {
  font-size: 0.75em;
  margin-left: -0.32em;
  position: relative;
  top: -0.2em;
}

.katex .katex-logo .t {
  margin-left: -0.23em;
}

.katex .katex-logo .e {
  margin-left: -0.1667em;
  position: relative;
  top: 0.2155em;
}

.katex .katex-logo .x {
  margin-left: -0.125em;
}

.katex .rule {
  display: inline-block;
  border: solid 0;
  position: relative;
}

.katex .overline .overline-line,
.katex .underline .underline-line {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}

.katex .sqrt > .root {
  margin-left: 0.27777778em;
  margin-right: -0.55555556em;
}

.katex .sizing,
.katex .fontsize-ensurer {
  display: inline-block;
}

.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
  font-size: 1em;
}

.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
  font-size: 1.2em;
}

.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
  font-size: 1.4em;
}

.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
  font-size: 1.6em;
}

.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
  font-size: 1.8em;
}

.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
  font-size: 2em;
}

.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
  font-size: 2.4em;
}

.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
  font-size: 2.88em;
}

.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
  font-size: 3.456em;
}

.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
  font-size: 4.148em;
}

.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
  font-size: 4.976em;
}

.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
  font-size: 0.83333333em;
}

.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
  font-size: 1em;
}

.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
  font-size: 1.16666667em;
}

.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
  font-size: 1.33333333em;
}

.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
  font-size: 1.5em;
}

.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
  font-size: 1.66666667em;
}

.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
  font-size: 2em;
}

.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
  font-size: 2.4em;
}

.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
  font-size: 2.88em;
}

.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
  font-size: 3.45666667em;
}

.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
  font-size: 4.14666667em;
}

.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
  font-size: 0.71428571em;
}

.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
  font-size: 0.85714286em;
}

.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
  font-size: 1em;
}

.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
  font-size: 1.14285714em;
}

.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
  font-size: 1.28571429em;
}

.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
  font-size: 1.42857143em;
}

.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
  font-size: 1.71428571em;
}

.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
  font-size: 2.05714286em;
}

.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
  font-size: 2.46857143em;
}

.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
  font-size: 2.96285714em;
}

.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
  font-size: 3.55428571em;
}

.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
  font-size: 0.625em;
}

.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
  font-size: 0.75em;
}

.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
  font-size: 0.875em;
}

.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
  font-size: 1em;
}

.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
  font-size: 1.125em;
}

.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
  font-size: 1.25em;
}

.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
  font-size: 1.5em;
}

.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
  font-size: 1.8em;
}

.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
  font-size: 2.16em;
}

.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
  font-size: 2.5925em;
}

.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
  font-size: 3.11em;
}

.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
  font-size: 0.55555556em;
}

.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
  font-size: 0.66666667em;
}

.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
  font-size: 0.77777778em;
}

.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
  font-size: 0.88888889em;
}

.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
  font-size: 1em;
}

.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
  font-size: 1.11111111em;
}

.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
  font-size: 1.33333333em;
}

.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
  font-size: 1.6em;
}

.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
  font-size: 1.92em;
}

.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
  font-size: 2.30444444em;
}

.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
  font-size: 2.76444444em;
}

.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
  font-size: 0.5em;
}

.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
  font-size: 0.6em;
}

.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
  font-size: 0.7em;
}

.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
  font-size: 0.8em;
}

.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
  font-size: 0.9em;
}

.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
  font-size: 1em;
}

.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
  font-size: 1.2em;
}

.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
  font-size: 1.44em;
}

.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
  font-size: 1.728em;
}

.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
  font-size: 2.074em;
}

.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
  font-size: 2.488em;
}

.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
  font-size: 0.41666667em;
}

.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
  font-size: 0.5em;
}

.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
  font-size: 0.58333333em;
}

.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
  font-size: 0.66666667em;
}

.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
  font-size: 0.75em;
}

.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
  font-size: 0.83333333em;
}

.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
  font-size: 1em;
}

.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
  font-size: 1.2em;
}

.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
  font-size: 1.44em;
}

.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
  font-size: 1.72833333em;
}

.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
  font-size: 2.07333333em;
}

.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
  font-size: 0.34722222em;
}

.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
  font-size: 0.41666667em;
}

.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
  font-size: 0.48611111em;
}

.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
  font-size: 0.55555556em;
}

.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
  font-size: 0.625em;
}

.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
  font-size: 0.69444444em;
}

.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
  font-size: 0.83333333em;
}

.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
  font-size: 1em;
}

.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
  font-size: 1.2em;
}

.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
  font-size: 1.44027778em;
}

.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
  font-size: 1.72777778em;
}

.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
  font-size: 0.28935185em;
}

.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
  font-size: 0.34722222em;
}

.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
  font-size: 0.40509259em;
}

.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
  font-size: 0.46296296em;
}

.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
  font-size: 0.52083333em;
}

.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
  font-size: 0.5787037em;
}

.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
  font-size: 0.69444444em;
}

.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
  font-size: 0.83333333em;
}

.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
  font-size: 1em;
}

.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
  font-size: 1.20023148em;
}

.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
  font-size: 1.43981481em;
}

.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
  font-size: 0.24108004em;
}

.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
  font-size: 0.28929605em;
}

.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
  font-size: 0.33751205em;
}

.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
  font-size: 0.38572806em;
}

.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
  font-size: 0.43394407em;
}

.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
  font-size: 0.48216008em;
}

.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
  font-size: 0.57859209em;
}

.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
  font-size: 0.69431051em;
}

.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
  font-size: 0.83317261em;
}

.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
  font-size: 1em;
}

.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
  font-size: 1.19961427em;
}

.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
  font-size: 0.20096463em;
}

.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
  font-size: 0.24115756em;
}

.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
  font-size: 0.28135048em;
}

.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
  font-size: 0.32154341em;
}

.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
  font-size: 0.36173633em;
}

.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
  font-size: 0.40192926em;
}

.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
  font-size: 0.48231511em;
}

.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
  font-size: 0.57877814em;
}

.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
  font-size: 0.69453376em;
}

.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
  font-size: 0.83360129em;
}

.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
  font-size: 1em;
}

.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}

.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}

.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}

.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}

.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}

.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}

.katex .nulldelimiter {
  display: inline-block;
  width: 0.12em;
}

.katex .delimcenter {
  position: relative;
}

.katex .op-symbol {
  position: relative;
}

.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}

.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}

.katex .op-limits > .vlist-t {
  text-align: center;
}

.katex .accent > .vlist-t {
  text-align: center;
}

.katex .accent .accent-body > span {
  width: 0;
}

.katex .accent .accent-body.accent-vec > span {
  position: relative;
  left: 0.326em;
}

.katex .accent .accent-body.accent-hungarian > span {
  position: relative;
  left: 0.250em;
}

.katex .mtable .vertical-separator {
  display: inline-block;
  margin: 0 -0.025em;
  border-right: 0.05em solid black;
}

.katex .mtable .arraycolsep {
  display: inline-block;
}

.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}

.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}

.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}

.katex .svg-align {
  text-align: left;
}

.katex svg {
  display: block;
  position: absolute;
  width: 100%;
}

.katex svg path {
  fill: currentColor;
}

.katex svg line {
  stroke: currentColor;
}

.katex .stretchy {
  width: 100%;
  display: block;
}

.katex .stretchy:before,
.katex .stretchy:after {
  content: "";
}

.katex .x-arrow-pad {
  padding: 0 0.5em;
}

.katex .x-arrow,
.katex .mover,
.katex .munder {
  text-align: center;
}

.katex .boxpad {
  padding: 0 0.3em 0 0.3em;
}

.katex .fbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.04em solid black;
}

.katex .cancel-pad {
  padding: 0 0.2em 0 0.2em;
}

.katex .mord + .cancel-lap,
.katex .mbin + .cancel-lap {
  margin-left: -0.2em;
}

.katex .cancel-lap + .mord,
.katex .cancel-lap + .mbin,
.katex .cancel-lap + .msupsub {
  margin-left: -0.2em;
}

.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: 0.08em;
}

/**
 * https://gomakethings.com/the-easy-way-to-manage-css-breakpoints-in-javascript/
 * @section Breakpoints
 * These values will not show up in content, but can be queried by JavaScript to know which breakpoint is active. Add or remove as many breakpoints as you like.
 * gotta admit, pretty clever...
 */
body:before {
  display: none;
  visibility: hidden;
}

@media (max-width: 767px) {
  body:before {
    content: 'xs';
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: 'sm';
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body:before {
    content: 'md';
  }
}

@media (min-width: 1200px) {
  body:before {
    content: 'lg';
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../images/fonts/glyphicons-halflings-regular-f4769f9bdb.eot");
  src: url("../images/fonts/glyphicons-halflings-regular-f4769f9bdb.eot?#iefix") format("embedded-opentype"), url("../images/fonts/glyphicons-halflings-regular-448c34a56d.woff2") format("woff2"), url("../images/fonts/glyphicons-halflings-regular-fa2772327f.woff") format("woff"), url("../images/fonts/glyphicons-halflings-regular-e18bbf611f.ttf") format("truetype"), url("../images/fonts/glyphicons-halflings-regular-8988968814.svg#glyphicons_halflingsregular") format("svg");
}

.modal-full {
  width: 100%;
  margin: 0;
  height: 100vh;
}

.modal-full .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border: 0;
  border-radius: 0;
  height: 100vh;
  outline: 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
https://codepen.io/bootpen/pen/jbbaRa

TODO: this could be made a lot better.  widths/speeds
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  will-change: transform;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100vh;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left .modal-dialog {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal.left.in .modal-dialog,
.modal.right.in .modal-dialog {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/*Right*/
.modal.right .modal-dialog, modal.right.out {
  right: 0;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

@media (min-width: 768px) {
  .modal-full .modal-header .close {
    font-size: 2em;
  }
}

/* this is a bare minimum of the salient theme .loading-icon.
NOTE: it does not offer the effect of appearing, and is still very much a work in progress
TODO: sizes (w/h and border), colors should be controlled by classes.
loading-icon is ht parent, its a 40/40 square.
its positioning in the DOM is controlled by whomever is using it.
*/
.loading-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.loading-icon .default-loading-icon {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  border: 3px solid #e5e5e5;
}

.loading-icon .default-loading-icon:before {
  position: absolute;
  content: "";
  border-color: black transparent transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  display: block;
  height: 100%;
  width: 100%;
  top: -3px;
}

.loading-icon.spin,
.default-loading-icon.spin {
  -webkit-animation: 0.75s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
  animation: 0.75s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
}

.bottom-right-fixed {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 80px;
  height: 80px;
  display: none;
  z-index: 2;
}

@-webkit-keyframes spinning_animation {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spinning_animation {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes bounce_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
  }
  85% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}

@-webkit-keyframes bounce_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
  }
  20% {
    -webkit-transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
  }
  85% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes grow_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}

@-webkit-keyframes grow_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

.loading-animation-balls {
  width: 100%;
  padding-right: 5px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.edit-mode .loading-animation-balls {
  padding-left: 30px;
}

.loading-animation-balls > div {
  width: 7px;
  height: 7px;
  background-color: #CCC;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay .8s infinite ease-in-out both;
  animation: sk-bouncedelay .8s infinite ease-in-out both;
}

.loading-animation-balls .ball1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-animation-balls .ball2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.loading-animation-linear {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}

.loading-animation-linear:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  -webkit-animation: linear-loading 1.5s linear infinite;
  animation: linear-loading 1.5s linear infinite;
}

@-webkit-keyframes linear-loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes linear-loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.bootstrap-enabled {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px !important;
  line-height: 1.42857 !important;
}

a, a:active, a:focus {
  outline: none !important;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.nav.list-group-compact > li.list-group-item {
  padding: 5px 8px;
}

.nav.list-group-compact > li.list-group-item > a {
  padding: 5px 8px;
}

.tooltip.right .tooltip-arrow {
  margin-left: 0;
}

/*
Editor Tools

The editor tools row

Markup:
<div id="editorTools" class="editor-tools">
  <nav class="pull-left">
        <strong>Last Edited: </strong>
        <span class="date-format editor-tools_last-edited-date" data-timestamp="1487696106000">21 Feb 2017 5:55 PM</span>
        <span> | </span>
        <a href="http://localhost:8080/jupiter/modeldemo/listing/271">View All Versions</a>
  </nav>
  <nav class="editor-tools_pull-right">
  <ul class="list-inline">
    <li>
      <a id="editorToolsEdit" class="btn btn-rounded js-editor-tools-button" href="http://localhost:8080/jupiter/modeler-wizard?reeditModelId=3103">
        <span class="fa fa-pencil"></span>
        <span>Edit</span>
      </a>
    </li>
      <li class="editor-tools_admin">
        <button id="editorToolsPublish" class="btn btn-rounded js-editor-tools-button" data-original-title="" title="">
          <span id="publishStatusIcon" class="fa fa-circle"></span>
          <span>Publish</span>
          <span class="caret"></span>
        </button>
        <script type="text/html" class="popover-template">
  <p>
  <span id="approvedStatusMsg" class="text-success small" style="display: none;">
  Thank you for approving your model. Your model is ready for sharing
  </span>
  <span id="awaitApprovedStatusMsg" class="text-danger small" style="display: none;">
  Change the Status to Approved once you are happy with your model.
  </span>
</p>
<table class="table table-condensed">
  <tbody>
  <tr class="editor-tools_status-row">
      <td>
          <label class="editor-tools_label">Status:</label>
          <strong id="sankeyStatusLabel"></strong>
          <select id="sankeyStatusSelect" class="form-control editor-tools_status-select hide">
              <option value="APPROVED">Approved</option>
              <option value="AWAITING_APPROVAL">Awaiting Approval</option>
              <option value="AWAITING_MODEL">Awaiting Model</option>
              <option value="COMPLETE">Complete</option>
              <option value="IN_PROGRESS">In Progress</option>
              <option value="PARTNER_TO_FIX">Requires Fix</option>
              <option value="SELF_SERVE">Self Serve</option>
          </select>
            <a id="sankeyStatusEditLink" href="#"><i class="fa fa-edit"></i></a>
      </td>
      <td>
          <label class="editor-tools_label">Sub-status:</label>
          <strong id="sankeySubStatusLabel"></strong>
          <select id="sankeySubStatusSelect" class="form-control editor-tools_status-select hide"></select>
            <a id="sankeySubStatusEditLink" href="#"><i class="fa fa-edit"></i></a>
      </td>
  </tr>
  <tr>
      <td>
          <input id="autoPublishBox" type="checkbox" data-prepub data-url="http://localhost:8080/jupiter/api/model/3103/prepublication"/>
          <i id="autoPublishLoad" class="fa fa-spinner fa-pulse fa-fw" style="display: none;"></i>
          <span>Auto-Publish</span>
        <span class="trefis-tooltip">
		<img  class="trefis-tooltip-icon" src='http://localhost:8080/jupiter/images/blue-info-icon-6b47855216.png' />
	<span  class="trefis-tooltip-content" style="display:none;"
			 data-position-my="center bottom-10"  data-position-at="center top"  data-position-collision="fit" >
              This model version will be activated and published automatically by an agreed upon pre-publication mechanism.
	</span>
</span>
      </td>
      <td ></td>
  </tr>
  </tbody>
</table>
        </script>
      </li>
    <li class="editor-tools_share">
      <button id="editorToolsShare" class="btn btn-rounded js-editor-tools-button" data-original-title="" title="">
        <span class="fa fa-share"></span>
        <span>Share</span>
        <span class="caret"></span>
      </button>
<script type="text/html" class="popover-template">
<div class="frame">
  <span class="frame_title">Link to a view of the interactive model:</span><br/>
  <div id="shareLinks">
    <i class="fa fa-spinner fa-pulse fa-3x fa-fw text-muted"></i>
  </div>
</div>
  <div class="frame">
    <span class="frame_title">Embeddable assets:</span><br/>
    <ul class="list-inline">
      <% embedImages.forEach(function(img) { %>
      <li class="editor-tools_embed-images">
        <button type="button" class="btn btn-link no-padding" data-toggle="modal" data-target="#embedImage<%= img.name %>"><%= img.name %> Image</button>
        <%= embedModal({ img: img }) %>
      </li>
     <% }); %>
    </ul>
  </div>
</script>
<script type="text/html" id="copyTextTemplate">
(<%= function(event) {
  var $el = $(event.target)
    , $modal = $el.closest('.modal-body')
    , $textCopied = $el.closest('tr').find('.jsTextCopied')
    , copyTextarea = $modal.find($el.data('copy'))
  try {
    copyTextarea[0].select()
    document.execCommand('copy')
    $textCopied.show().fadeOut(2000)
  } catch(err) {
    alert('Your browser does not support this feature, copy the text manually')
  }
} %>)(event)
</script>
<script type="text/html" id="selectTextTemplate">
(<%= function(event) {
  event.target.select()
} %>)(event)
</script>
<script type="text/html" id="embedLinksModalTemplate">
<div id="embedImage<%= img.name %>" class="modal modal-center fade-into" tabindex="-1" role="dialog">
  <div class="modal-dialog modal-md" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
        <h2 class="modal-title">Embeddable <%= img.name %> Images</h2>
      </div>
      <div class="modal-body">
        <table class="stretch">
          <tbody>
            <tr>
               <td>With values and currencies:</td>
            </tr>
            <tr>
              <td class="embedImg text-center" colspan="2">
                <i class="fa fa-spinner fa-pulse fa-5x fa-fw text-muted text-center"></i>
              </td>
            </tr>
            <tr>
              <td>
                <br/>
                <input class="form-control embedImgLink" class="form-control" value="<%= img.link %>" onclick="<%= _.template($('#selectTextTemplate').html())() %>"/>
              </td>
              <td class="editor-tools_copy">
                <strong class="jsTextCopied small" style="display: none">Copied!</strong><br/>
                <button class="btn btn-primary" data-copy=".embedImgLink" onclick="<%= _.template($('#copyTextTemplate').html())() %>">Copy</button>
              </td>
            </tr>
            <tr><td colspan="2"><br/></td></tr>
            <tr>
               <td>Without values and currencies:</td>
            </tr>
            <tr>
              <td class="embedImgNoVal text-center" colspan="2">
                <i class="fa fa-spinner fa-pulse fa-5x fa-fw text-muted text-center"></i>
              </td>
            </tr>
            <tr>
              <td>
                <br/>
                <input class="form-control embedImgNoValLink" class="form-control" value="<%= img.noValLink %>" onclick="<%= _.template($('#selectTextTemplate').html())() %>"/>
              </td>
              <td class="editor-tools_copy">
                <strong class="jsTextCopied small" style="display: none">Copied!</strong><br/>
                <button class="btn btn-primary" data-copy=".embedImgNoValLink" onclick="<%= _.template($('#copyTextTemplate').html())() %>">Copy</button>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
</script>
<script type="text/html" id="shareLinksListTemplate">
<ul id="modelShareLinks" class="list-unstyled">
<% shareLinks.forEach(function(shareLink, idx) { %>
  <% if (shareLink.easyAccessLink || shareLink.privateLink) { %>
    <li class="nowrap">
      <button type="button" class="btn btn-link no-padding" data-toggle="modal" data-target="<%= '#shareLink' + idx %>">
        <%= shareLink.isDerived ? shareLink.name : 'Base Case' %>
      </button>
      <% if (shareLink.isActive) { %>
        <span class="small text-muted"> (currently viewing)</span>
      <% } %>
    </li>
    <%= shareModal({ id: idx, shareLink: shareLink }) %>
  <% } else { %>
    <li>
      <span class="<%= shareLink.isActive ? 'alert-success' : '' %>"><%= shareLink.name %></span>
    </li>
  <% } %>
<% }); %>
</ul>
</script>
<script type="text/html" id="shareLinksModalTemplate">
<%
var toggleAccessLevel = function(event) {
  var $modalBody = $(event.target).closest('.modal-body')
  $modalBody.find('tr').hide()
  $modalBody.find('.' + $(event.target).val()).show()
}
%>
<div id="shareLink<%= id %>" class="editor-tools_share-links modal modal-center fade-into" tabindex="-1" role="dialog">
  <div class="modal-dialog modal-md" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
        <h2 class="modal-title">Select Link Type</h2>
      </div>
      <div class="modal-body">
        <% if (shareLink.isDerived && !shareLink.isPublished) { %>
          <p class="text-warning"><strong>Warning</strong>: This Scenario is not Published. Users will be unable to view the Scenario until it has been Published.</p>
        <% } %>
        <div class="form-group jsShareAccessLevel">
          <span>Share with:</span>
          <ul class="list-inline">
            <% if (shareLink.easyAccessLink) { %>
              <li>
                <label>
                <input type="radio" name="shareAccessLevel<%= id %>" value="jsEasyAccessLink" <%= shareLink.easyAccessLink ? 'checked="checked"' : '' %> onchange="(<%= toggleAccessLevel %>)(event)"/>
                <span>Anyone</span>
                </label>
              </li>
            <% } %>
            <% if (shareLink.privateLink) { %>
              <li>
                <label>
                <input type="radio" name="shareAccessLevel<%= id %>" value="jsPrivateLink" <%= !shareLink.easyAccessLink ? 'checked="checked"' : '' %> onchange="(<%= toggleAccessLevel %>)(event)"/>
                <span>Logged in users only</span>
                </label>
              </li>
            <% } %>
          </ul>
        </div>
        <table class="stretch">
          <tbody>
            <% if (shareLink.easyAccessLink) { %>
              <tr class="jsEasyAccessLink">
                <td>
                  <span class="small">Easy Access Link</span><br/>
                  <input id="easyAccessLink<%= id %>" class="form-control" value="<%= shareLink.easyAccessLink %>" onclick="<%= _.template($('#selectTextTemplate').html())() %>"/>
                </td>
                <td class="editor-tools_copy">
                  <strong class="jsTextCopied small" style="display: none">Copied!</strong><br/>
                  <button class="btn btn-primary" data-copy="#easyAccessLink<%= id %>" onclick="<%= _.template($('#copyTextTemplate').html())() %>">Copy</button>
                </td>
              </tr>
            <% } %>
            <% if (shareLink.privateLink) { %>
              <tr class="jsPrivateLink" style="<%= shareLink.easyAccessLink ? 'display: none;' : '' %>">
                <td>
                  <span class="small">Private Link</span><br/>
                  <input id="privateLink<%= id %>" class="form-control" value="<%= shareLink.privateLink %>" onclick="<%= _.template($('#selectTextTemplate').html())() %>"/>
                </td>
                <td class="editor-tools_copy">
                  <strong class="jsTextCopied small" style="display: none">Copied!</strong><br/>
                  <button class="btn btn-primary" data-copy="#privateLink<%= id %>" onclick="<%= _.template($('#copyTextTemplate').html())() %>">Copy</button>
                </td>
              </tr>
            <% } %>
          </tbody>
        </table>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
</script>
    </li>
    <li class="dropdown">
      <button id="editorToolsHelp" class="btn btn-rounded js-editor-tools-button" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
        <span class="fa fa-lg fa-question"></span>
        <span>Help</span>
        <span class="caret"></span>
      </button>
      <ul class="dropdown-menu dropdown-menu-right dropdown-help">
        <li><a href="http://localhost:8080/jupiter/help?content=help.contents" target="_blank">Help Contents</a></li>
      </ul>
    </li>
  </ul>
  </nav>
</div>


Styleguide 3.2
*/
.editor-tools nav {
  margin: 15px 0 5px 0;
}

.editor-tools a:hover {
  background-color: transparent;
}

.editor-tools .editor-tools_label {
  font-weight: normal;
}

.editor-tools .fa-circle::before {
  vertical-align: middle;
  font-size: 60%;
  padding-right: 2px;
}

.editor-tools .editor-tools_last-edited-date {
  display: inline-block;
  min-width: 10.5em;
  text-align: center;
}

@media only screen and (min-width: 0px) {
  .editor-tools .editor-tools_pull-right {
    clear: left;
  }
}

@media only screen and (min-width: 1200px) {
  .editor-tools .editor-tools_pull-right {
    clear: none;
    float: right;
  }
}

.editor-tools .editor-tools_admin .popover {
  min-width: 625px;
}

.editor-tools .editor-tools_admin .table {
  table-layout: fixed;
}

.editor-tools .editor-tools_admin .trefis-tooltip {
  line-height: initial;
}

.editor-tools .editor-tools_admin .toggle.all-companies .toggle-handle {
  background-color: white;
}

.editor-tools .editor-tools_admin .editor-tools_status-select {
  width: 180px;
  display: inline-block;
}

.editor-tools .editor-tools_admin .editor-tools_status-row td {
  line-height: 34px;
  /* form-control dropdown height */
}

.editor-tools .editor-tools_share .popover {
  min-width: 400px;
  max-width: initial;
}

.editor-tools .editor-tools_share .editor-tools_embed-images img {
  width: 400px;
}

.editor-tools_share-links {
  font-size: 14px;
  /* there's an override on the body selector to set the font size to 12px for the demo widget */
}

.editor-tools_share-links label {
  font-weight: normal;
  cursor: pointer;
}

.editor-tools_share-links .editor-tools_share-links_textarea {
  height: 85px;
  resize: none;
}

.editor-tools_share-links .btn-share {
  width: 250px;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.editor-tools_copy {
  width: 80px;
  padding-left: 10px;
}

/*this is a one off design tweak.  this form doesn't line up well with teh grid
so this just adds a negative margin*/
.make-model-active {
  margin-left: -100px;
}

.edit-component-popover * .close {
  opacity: 0.9;
}

.edit-component-popover * .close:hover {
  color: red;
  opacity: 1.0;
}

/* end editor tools */

.benchmark-hover {
  text-align: left;
  vertical-align: text-top;
}

.benchmark-hover:before, .benchmark-hover:after {
  display: table;
  content: " ";
}

.benchmark-hover:after {
  clear: both;
}

.benchmark-hover .chartImage {
  background-repeat: no-repeat;
  width: auto;
  height: 85px;
  border: 1px solid #ccc;
  background-position: center;
}

.benchmark-hover .chart-title {
  display: none;
}

.benchmark-hover p {
  margin-bottom: 0;
}

/*
Hidden classes.  The benchmarks ui is a mix of bootstrap markup and
jquery UI styling.  Due to some constraints between the two, and between our
2 UI's, we use these base elementsto style the different selectors
*/
#benchmarks-advanced-view .list-group-item a {
  position: relative;
  display: block;
  padding: 10px 5px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  color: #555555;
  font-size: 12px;
}

#benchmarks-advanced-view .list-group-item a:hover, #benchmarks-advanced-view .list-group-item .ui-state-focus {
  background: none;
  font-weight: normal;
  color: #555555;
}

#benchmarks-advanced-view .list-group-item a:hover {
  background-color: #c7dbff;
}

#benchmarks-advanced-view .list-group-item.disabled a,
#benchmarks-advanced-view .list-group-item.disabled a:hover {
  color: silver;
  cursor: not-allowed;
  background-color: #eeeeee;
}

#benchmarks-advanced-view {
  z-index: 1060;
  text-align: left;
  font-size: 14px;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: white;
  /*** PLOTTED/PINNED - left side *******/
  /*** RIGHT SIDE COLUMN of UI *****/
}

@media (min-width: 768px) {
  #benchmarks-advanced-view.modal {
    overflow-y: hidden;
  }
  #benchmarks-advanced-view .modal-content {
    overflow-y: hidden;
  }
}

#benchmarks-advanced-view .close {
  position: relative;
  font-weight: 200;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#benchmarks-advanced-view .loading-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  float: right;
  display: none;
  margin-right: -21px;
  margin-top: 2px;
  height: 25px;
  width: 25px;
}

#benchmarks-advanced-view .loading-icon .default-loading-icon:before {
  border-color: #ccc transparent transparent;
}

#benchmarks-advanced-view .close.disabled {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#benchmarks-advanced-view .close.disabled + .loading-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  display: inline-block;
}

#benchmarks-advanced-view * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#benchmarks-advanced-view *:before,
#benchmarks-advanced-view *:after {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#benchmarks-advanced-view .modal-header {
  padding: 5px 15px;
}

#benchmarks-advanced-view .modal-title .small {
  display: block;
}

#benchmarks-advanced-view .chart-containers, #benchmarks-advanced-view .form-containers {
  height: 88vh;
}

#benchmarks-advanced-view .chart-container {
  height: 55vh;
  overflow: hidden;
}

#benchmarks-advanced-view .chart-benchmarks {
  border: 1px solid #eeeeee;
  height: 30vh;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
  width: 95%;
  background-color: whitesmoke;
  padding: 5px;
}

#benchmarks-advanced-view .chart-benchmarks .list-group {
  display: block;
}

#benchmarks-advanced-view .benchmarksearchform .form-group {
  position: relative;
}

#benchmarks-advanced-view .benchmarksearchfield {
  float: none;
  width: 100%;
}

#benchmarks-advanced-view .benchmarksearchfield + [data-clearinput] {
  right: 0;
}

#benchmarks-advanced-view .benchmarkresults {
  height: 45vh;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #eeeeee;
}

#benchmarks-advanced-view .benchmarkresults .list-group {
  display: block !important;
  top: 0 !important;
  width: 100% !important;
  margin-bottom: 0;
}

#benchmarks-advanced-view .benchmark-search-parameters {
  margin-bottom: 0;
}

#benchmarks-advanced-view .benchmark-search-parameters .btn-group {
  vertical-align: top;
}

#benchmarks-advanced-view .benchmark-search-parameters .checkbox:first-child {
  margin-top: 0;
}

#benchmarks-advanced-view .benchmark-search-parameters .col-xs-8 {
  float: none;
  display: inline-block;
}

#benchmarks-advanced-view .chart-benchmark-meta {
  padding: 5px;
  height: 15vh;
  position: relative;
  bottom: 0;
  width: 95%;
}

@media (min-width: 992px) {
  #benchmarks-advanced-view .chart-benchmark-meta {
    position: absolute;
  }
}

#benchmarks-advanced-view .list-group {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#benchmarks-advanced-view .list-group-item {
  padding-right: 20px;
}

#benchmarks-advanced-view .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

#benchmarks-advanced-view .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#benchmarks-advanced-view .list-group-item.label-warning {
  border-left: 2px solid #f60;
}

#benchmarks-advanced-view .list-group-item.disabled {
  background-color: transparent;
}

#benchmarks-advanced-view .activebenchmarks .list-group-item:hover {
  background-color: transparent;
}

/* general notification system, based on a card structure */
.notifications-wrapper a {
  color: #fff;
}

.notifications-wrapper a:hover, .notifications-wrapper a:active {
  background-color: transparent;
}

.notifications-wrapper .notification-close-actions {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  height: 100%;
  font-size: 19px;
  font-weight: lighter;
  background-color: rgba(0, 0, 0, 0.2);
}

.notifications-wrapper .notification-close-actions a {
  display: block;
}

.notifications-wrapper .notification-close-actions .fa-bell-slash {
  font-size: 15px;
}

.notifications-wrapper .btn-danger {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}

.notifications-wrapper .btn-success {
  color: #000;
  background-color: white;
  border-color: transparent;
}

.tip-two-ways-to-share {
  padding: 5px;
}

.tip-two-ways-to-share ul > li a {
  border: 2px solid transparent;
}

.tip-two-ways-to-share ul > li a:hover, .tip-two-ways-to-share ul > li a:active {
  background-color: transparent;
  color: #ccc;
}

.tip-two-ways-to-share ul > li.active a {
  background-color: transparent;
  border-color: white;
}

.tip-two-ways-to-share .tab-content {
  margin-top: 5px;
}

/**
Below are the notificationCenter jquery widget styles
 */
.notification-center .notifications-list {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 2px;
}

.notification-center.is-active {
  display: block;
}

#scenario-notifications {
  position: fixed;
  text-align: left;
  right: 10px;
  top: 100px;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #eeeeee;
  z-index: 3;
}

#scenario-notifications [data-open] {
  padding: 5px 10px;
}

#scenario-notifications .card {
  display: none;
}

#scenario-notifications.is-active {
  display: block;
}

#scenario-notifications.is-active [data-open] {
  display: block;
}

#scenario-notifications.is-open {
  width: 300px;
  display: block;
  padding: 10px;
}

#scenario-notifications.is-open .card {
  display: block;
}

#scenario-notifications.is-open [data-open] {
  display: none;
}

.chart-notification {
  display: none;
}

.chart-notification .dropdown-menu {
  padding: 5px;
}

.chart-notification.is-active {
  display: inline-block;
  margin-right: 2.5px;
  padding-right: 2.5px;
}

.chart-notification.is-open .dropdown-menu {
  width: 300px;
  margin-left: -150px;
  display: block;
}

.notification-explanation .notification-modal-content {
  padding-top: 25px;
}

/* a single notification */
/*
Notification styles
Used with list-group and list-group-item
Notifications are generated by modelManager and ForecastModel
Contents subject to change - template found in demoWidget.tag

.default - Default button
.warning - Primary button
.success - Stacked button
.danger

Markup:
<li class="list-group-item notification-item {$modifiers}">
   <span class="notification-message">
   Limit of 2 drivers modified has been reached
   </span>
   <div class="notification-actions">
      <a data-action="learnMore" data-actiontemplate="#notification-explanation">Learn More</a>
   </div>
</li>
/*

Styleguide 2.9
*/
.notification-item {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #0370D2;
  color: #fff;
  position: relative;
  display: block;
  padding: 10px 15px;
  border: none;
  border-left: 3px solid transparent;
}

.notification-item a, .notification-item a:hover, .notification-item a:visited {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}

.notification-item .notification-message {
  width: 90%;
  display: inline-block;
  white-space: normal;
}

.notification-item.warning {
  border-left-color: #f60;
}

.notification-item.default {
  border-left-color: #0255a0;
}

.notification-item.success {
  border-left-color: #5cb85c;
}

.notification-item.danger {
  border-left-color: #d9534f;
}

/*

*/
/* move to a chartMouseover atom */
.mainContOrRequestScenario .chartMouseover,
.mainContOrRequestScenario .chartMouseover *,
.mainContOrRequestScenario .chartpoint-tooltip,
.mainContOrRequestScenario .chartpoint-tooltip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chartMouseover,
.chartpoint-tooltip {
  width: 300px;
  padding: 8px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  z-index: 1054;
}

.chartMouseover.large,
.chartpoint-tooltip.large {
  width: 380px;
}

.chartMouseover .chartpoint-tooltip-row,
.chartMouseover .chartpoint-tooltip-row,
.chartpoint-tooltip .chartpoint-tooltip-row,
.chartpoint-tooltip .chartpoint-tooltip-row {
  border-left: 4px solid transparent;
  margin: 0px 0px 3px;
}

.chartMouseover .chartpoint-tooltip-row.active,
.chartMouseover .chartpoint-tooltip-row.active,
.chartpoint-tooltip .chartpoint-tooltip-row.active,
.chartpoint-tooltip .chartpoint-tooltip-row.active {
  background-color: #ffc;
  font-weight: bold;
}

.chartMouseover hr,
.chartpoint-tooltip hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.chartMouseover h3,
.chartpoint-tooltip h3 {
  margin-top: 0px;
}

.chartMouseover .chartpoint-tooltip-col,
.chartpoint-tooltip .chartpoint-tooltip-col {
  padding-right: 2px;
  padding-left: 6px;
  white-space: nowrap;
  /* point title is the left column.  The other data is pulled right in the template*/
}

.chartMouseover .chartpoint-tooltip-col .point-percentage-of-total,
.chartpoint-tooltip .chartpoint-tooltip-col .point-percentage-of-total {
  padding-left: 10px;
  color: #666666;
}

@charset "UTF-8";
/*
Font-Awesome

Font-awesome is our standard font icon library.  We also support glyphicons as well.
We are using font-awesome as is, so you can follow the documentation found at
[Font Awesome v4.5.0](http://fontawesome.io)
Current Version is 4.5.0

Styleguide 1.2
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../images/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../images/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../images/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../images/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before, .introjs-button.introjs-prevbutton > span:before {
  content: "";
}

.fa-chevron-right:before, .introjs-button.introjs-nextbutton > span:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot");
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot#iefix") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont-af7ae505a9.woff2") format("woff2"), url("../images/fonts/fontawesome-webfont-fee66e712a.woff") format("woff"), url("../images/fonts/fontawesome-webfont-b06871f281.ttf") format("truetype"), url("../images/fonts/fontawesome-webfont-912ec66d75.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-func-custom:before {
  font-weight: bold;
  content: 'f';
  font-family: monospace;
  font-size: 20px;
}

.fa-func-custom:after {
  content: '(x)';
  font-weight: bold;
  font-size: 14px;
}

.introjs-tooltiptext h2 {
  text-transform: capitalize;
}

.introjs-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  color: #fff;
  background-color: #0370D2;
  border-color: transparent;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.introjs-button:focus, .introjs-button.focus {
  color: #fff;
  background-color: #0255a0;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button:hover {
  color: #fff;
  background-color: #0255a0;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button:active, .introjs-button.active,
.open > .introjs-button.dropdown-toggle {
  color: #fff;
  background-color: #0255a0;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button:active:hover, .introjs-button:active:focus, .introjs-button:active.focus, .introjs-button.active:hover, .introjs-button.active:focus, .introjs-button.active.focus,
.open > .introjs-button.dropdown-toggle:hover,
.open > .introjs-button.dropdown-toggle:focus,
.open > .introjs-button.dropdown-toggle.focus {
  color: #fff;
  background-color: #02427d;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.disabled:hover, .introjs-button.disabled:focus, .introjs-button.disabled.focus, .introjs-button[disabled]:hover, .introjs-button[disabled]:focus, .introjs-button[disabled].focus,
fieldset[disabled] .introjs-button:hover,
fieldset[disabled] .introjs-button:focus,
fieldset[disabled] .introjs-button.focus {
  background-color: #0370D2;
  border-color: transparent;
}

.introjs-button .badge {
  color: #0370D2;
  background-color: #fff;
}

.introjs-button:focus {
  background-image: none;
}

.introjs-button.introjs-skipbutton, .introjs-button.introjs-donebutton {
  color: #fff;
  background-color: #B0B0B0;
  border-color: transparent;
}

.introjs-button.introjs-skipbutton:focus, .introjs-button.introjs-skipbutton.focus, .introjs-button.introjs-donebutton:focus, .introjs-button.introjs-donebutton.focus {
  color: #fff;
  background-color: #979797;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton:hover, .introjs-button.introjs-donebutton:hover {
  color: #fff;
  background-color: #979797;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton:active, .introjs-button.introjs-skipbutton.active,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle, .introjs-button.introjs-donebutton:active, .introjs-button.introjs-donebutton.active,
.open > .introjs-button.introjs-donebutton.dropdown-toggle {
  color: #fff;
  background-color: #979797;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton:active:hover, .introjs-button.introjs-skipbutton:active:focus, .introjs-button.introjs-skipbutton:active.focus, .introjs-button.introjs-skipbutton.active:hover, .introjs-button.introjs-skipbutton.active:focus, .introjs-button.introjs-skipbutton.active.focus,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle:hover,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle:focus,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle.focus, .introjs-button.introjs-donebutton:active:hover, .introjs-button.introjs-donebutton:active:focus, .introjs-button.introjs-donebutton:active.focus, .introjs-button.introjs-donebutton.active:hover, .introjs-button.introjs-donebutton.active:focus, .introjs-button.introjs-donebutton.active.focus,
.open > .introjs-button.introjs-donebutton.dropdown-toggle:hover,
.open > .introjs-button.introjs-donebutton.dropdown-toggle:focus,
.open > .introjs-button.introjs-donebutton.dropdown-toggle.focus {
  color: #fff;
  background-color: #858585;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton.disabled:hover, .introjs-button.introjs-skipbutton.disabled:focus, .introjs-button.introjs-skipbutton.disabled.focus, .introjs-button.introjs-skipbutton[disabled]:hover, .introjs-button.introjs-skipbutton[disabled]:focus, .introjs-button.introjs-skipbutton[disabled].focus,
fieldset[disabled] .introjs-button.introjs-skipbutton:hover,
fieldset[disabled] .introjs-button.introjs-skipbutton:focus,
fieldset[disabled] .introjs-button.introjs-skipbutton.focus, .introjs-button.introjs-donebutton.disabled:hover, .introjs-button.introjs-donebutton.disabled:focus, .introjs-button.introjs-donebutton.disabled.focus, .introjs-button.introjs-donebutton[disabled]:hover, .introjs-button.introjs-donebutton[disabled]:focus, .introjs-button.introjs-donebutton[disabled].focus,
fieldset[disabled] .introjs-button.introjs-donebutton:hover,
fieldset[disabled] .introjs-button.introjs-donebutton:focus,
fieldset[disabled] .introjs-button.introjs-donebutton.focus {
  background-color: #B0B0B0;
  border-color: transparent;
}

.introjs-button.introjs-skipbutton .badge, .introjs-button.introjs-donebutton .badge {
  color: #B0B0B0;
  background-color: #fff;
}

.introjs-button.introjs-disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.introjs-button.introjs-prevbutton > span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.introjs-button.introjs-nextbutton > span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.introjs-presentation-tooltip {
  position: fixed;
  max-width: 600px;
}

.introjs-presentation-tooltip li {
  margin: 5px 0;
}

.introjs-presentation-tooltip label {
  font-weight: normal;
}

/*
@include widgetCommon/commentBox.css
@include widgetSpecific/slideshowWidget.css
@include widgetCommon/companyWidget.css
@include widgetCommon/modelFilmstrip.css
@include tag/inspector.css
@include components/equationShower.css
@include lib/perfect-scrollbar.min.css
@include lib/introjs.css
@include chart/modelChart.css
@include molecules/frame.css
@include molecules/dropdown.css
@include organisms/editor-tools.css
@include organisms/benchmark-search-advanced.css
@include molecules/notifications.css
@include molecules/notification.css
@include molecules/chartpoint-tooltip.css
@include organisms/introjs.css
*/

.mainContOrRequestScenario {
	position: relative;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}
.mainContOrRequestScenario * {
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.mainCont, .requestScenario, .cwGridView {
	background: #fff;
	border-left: 1px solid #ccc;
  	border-top: 1px solid #ccc;
  	border-right: 1px solid #ccc;
  	-webkit-filter: none;
  	filter: none;
}

.mainCont {
	position: relative;
	opacity: 0.01;
}

.requestScenario {
	position: absolute;
	display: none;
	width: 958px;
	height: 669px;
	z-index: 10;
}


.citi .mainCont, .citi .requestScenario {
	border: none;
}

.citi .requestScenario {
	height: 550px;
	margin-top: 10px;
}

.citi.lightbox .requestScenario {
	height: 450px;
}

.mainContSpacer {
	height: 80px;
	border-bottom: 1px solid #333;
}

.mainWarningCont{
	margin:10px;
	padding:10px;
	border:3px double orange;
	border-radius: 4px;
}

.submitRequestInfoLeft {
	float:left;
	width:500px;
}

.submitRequestInfoRight {
	background-image: url(../images/bg-chess-87c4ba2ea8.png);
	background-repeat: no-repeat;
	background-position:center;
	float:left;
	width:420px;
}

.submitRequestInfoText {
	width:350px;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 14px;
	line-height: 156%;
}

.requestScenario .cbBoxWrapper {
	float: left;
	width: 90%;
	margin-left: 12px;
}

.requestScenario .nameBoxWrapper {
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-left: 12px;
}

.requestScenario .emailBoxWrapper {
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-left: 12px;
}

.requestScenario .saveWrapper {
	float: left;
	margin-top: 12px;
	margin-left: 12px;
}

.requestScenario .nameBoxWrapper .nameBox, .requestScenario .emailBoxWrapper .emailBox {
	width: 92%;
}

.requestScenario .saveWrapper a.cbSubmit {
	display:block;
	line-height: 25px;
	height: 25px;
}

.requestScenario .saveWrapper a.cbSubmit span {
	font-size: 10px;
}

.cwCont {
	min-height: 630px;

	/* for this page, we take the gradient off of .cwCont and put it on .mainCont so
	the gradient extends up into the title area */
	background: none;
	margin: 0 10px;
  	border-bottom: 1px dotted #ccc;
  	-webkit-filter: none;
  	filter: none;
}


.mainCont .cwCont .sshDivTblHeader,
.mainCont .cwCont a.sshDivTblHeader:visited,
.mainCont .cwCont .sshDivTblRHS {
	color: #000;
}

.marketBar {
	position: relative;
	z-index: 2;
	float:right;
}

.marketBarBlock {
	float: right;
	margin: 0 0 0 35px;
	text-align: center;
	font-size:12px;
}

.marketBarBlockNumber {
	font-size: 28px;
	font-weight: bold;
}

.marketBarBlockText, .marketBarBlockUpdatedAt {
	max-width: 80px;
	font-weight: normal;
	margin: 0 auto;
}

.subscribeUpdates {
    width: 180px;
}

.downloadResearchReport {
    width: 142px;
}

#downloadOptions {
    z-index: 3;
    width: 164px;
}

#downloadOptions li {
     display: none; /* will be displayed conditionally by JS */
}

.subTitleSpacer > .display-table > * {
    display: table-cell;
    vertical-align: middle;
}

.subTitleSpacer > .display-table > *:not(:first-child):not(:last-child) {
    padding-right: 10px;
}

.btn.downloadLink {
  background-color: #ECECEC;
  color: #333;
  border: 1px solid #A1C6F2;
  border-radius:4px;
  color:#2D65A6;
  font-weight:700;
  padding:4px 8px !important;
  line-height: 1em;
  font-size:11px;
}

.btn.downloadLink:hover {
  background:#fff;
}

.btn.downloadLink:active {
  background:#fff;
  border:1px solid #000;
  color:#000;
}

.subscribeUpdates {
	position: relative;
	top: 1px;
}

.subscribeUpdates .input {
	background-color: #06C;
}

.cwCornerM {
	height: 332px;
}

.cwChartBg {
	right: 8px;
	top: 8px;
	width: 341px;
}

.cwChartBg, .cwChartBgLL, .cwChartBgRR {
	height: 326px;
}

.cwChartArea {
	width: 335px;
	height: 293px;
	right: 11px;
	top: 11px;
}

.cwChart {
	height: 100%;
}

.highcharts-axis {
	font-weight: bold;
}

.chartWrapperTitle div.inner {
	/*padding: 8px;*/
}

.gridViewCont .chartWrapperTitle {
  	-webkit-box-sizing: border-box !important;
  	box-sizing: border-box !important;
	color: #76AFD3;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 10px;
}

.gridViewCont .chartWrapperTitle.modeler_editable .chartWrapperTitleInner {
	display: none;
}

.cwButtonBar .cwCompetition {
	display: none;
}

.demoWidgetHeaderCont {
	margin: 10px;
}

h1.demoWidgetHeader {
	font-size: 28px;
	color: #000;
	margin: 0;
	padding: 0;
	display: block;
}

h1.demoWidgetHeader .relatedModel {
	font-size: 12px;
	font-weight: normal;
	margin-top: 12px;
}

.demoWidgetSubHeader {
	font-weight: normal;
}


#answerViews {
	position: absolute;
	top: 140px;
	left: 0;
}

#answerViews .cwFV {
	position: static;
	width: 100px;
	left: 20px;
	text-align: right;
	line-height: 13px;
	color: #000;
	font-size: 13px;
	z-index: 3;
	margin-top: 35px;
	min-height: 70px;
	margin-left: 25px;
	border: 1px dotted transparent;
}

/* we used to show a vs label next to the sankey root and primary output,
but this has been removed
#answerViews .cwFV.cwFVSankeyOrPrimary {
	height: 118px;
}
*/

#answerViews .cwFV:first-child {
	margin-top: 0;
}

/*
the "company tour" plugin intro.js tries to change this div to
position:absolute in firefox, which breaks layout. Override it instead.
See TREF-3471
*/
#answerViews .cwFV.introjs-fixParent {
	position: static !important;
}

#answerViews .xCloseDiv {
	position: relative;
}

#answerViews .non-root-AW {
	min-width: 127px;
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid transparent;
	overflow-x: hidden;
}

#answerViews .non-root-AW .cwFV {
	margin-right: 23px;
}

#answerViews .nicescroll-rails {
	padding: 0px 2px 0px 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.non-root-AW-scrollable:hover {
	border-top: 1px solid #ccc;
}

.nicescroll-rails {
	z-index: 6 !important;
}

body.editMode #answerViews .non-root-AW .cwFV.sortableAW:hover {
	cursor: pointer;
	border: 1px dotted #ddd;
}

#answerViews .innercwFVHover {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow-x: visible;
}

#answerViews .cwFVPrice {
	font-size: 32px;
	line-height: 26px;
}

.td_answer_left {
	width: 20px;
}

.td_answer_right {
	width: 100px;
}

.inspectorDrivers {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 235px;
	background: #fff;
	border-radius: 3px;
}

.inspectorDrivers h2 {
	font-size: 14px;
	color: #727272;
	margin: 8px 10px 15px;
}

#driverList {
	height: 307px;
	overflow-y: auto;
}

.inspectorDrivers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.inspectorDrivers li {
	margin: 0;
}

.inspectorDriversHeader {
	padding: 15px 10px 2px;
}

.inspectorDrivers a, .inspectorDrivers a:visited {
	color: #06c;
	display:block;
	padding: 7px 10px;
	font-family: GothamCondensed, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.inspectorDrivers a:hover {
	background: #c3dbf3;
}

.inspectorDrivers a.selected {
	color: #fff;
	background: #2f5f91;
	zoom: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3576b8), to(#294b6f));
	background-image: -o-linear-gradient(top, #3576b8, #294b6f);
	background-image: linear-gradient(top, #3576b8, #294b6f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3576b8, endColorstr=#ff294b6f);
}


/* ------------------- CSS for provider text content at bottom -------------- */

.replaceable {
	/* will be shown by JS */
	display: none;
}


/* ------------------- CSS for "notes" section at bottom -------------------- */

.notes p a {
	text-decoration:none !important;
	color:#4E6BA5 !important;
}

.notes {
	background: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px 0 80px;	
	overflow:hidden;
	font-size:1.2em;
}

.noteLHS {
	float:left;
	padding-left:28px;	
	width:450px;
}

.longNoteLHS {
	float:left;
	padding-left:28px;	
	width:604px;
}

.noteRHS {
	float:right;
	width:404px;
	padding:0 28px 0 0;	
}

.shortNoteRHS{
	float:right;
	width:270px;
	padding:0 28px 0 0;	
}

.notesNoIndent{
	padding: 0;
 	margin: 10px 0;
 	list-style-type: none;
}

.interiorNoteLHS {
	float:left;	
	width:184px;
}

.interiorNoteLHS li {
	padding-left: 8px;
	margin-top: 8px;
}

.interiorNoteLHS li:first-child {
	margin-top: 0;	
}

.interiorNoteRHS {
	float:right;
	width:400px;
	padding-left:5px;	
	padding-right:5px;	
	line-height: 1.5em;
}

/* this is styling for the Trefis company overview content when it appears on these pages */
.interiorNoteRHS h1 {
	font-size: 16px;
}

.noteSelected {
	background: #808080;
	border-radius: 2px;
}

.noteSelected a {
	background: none !important; /* overrides hover background */
	color: #fff !important;
}

.notes h2 {
color:#444;
font-weight:300;
font: 15px "Gotham", sans-serif;
text-transform:uppercase;
margin:10px 0 14px 0;
}

.notes h3 {
color:#333;
font-weight:400;
font: 12px "Gotham", sans-serif;
margin-bottom:0;
}

.notes p {
margin:4px 0 24px 0;
color:#333;
}

.note_parent p {
margin:4px 0 4px 0;	
}

.link_author {
font-weight:700;	
}

.mtf_element_wrapper {
padding:0;
margin:24px 0;	
}

.mtf_element_content_wrapper {
width:auto;	
}

.mtf_element_post_reply_wrapper {
margin:24px 0;	
}



/*  stream visulization bars/values/titles inside the driver inspector */

.streamVisualizer{
	padding-left:10px;
	padding-right:10px;
}

.streamVisualizerValue{
	display:inline-block;
	float:right;
	font-size:10px;
	color:#ADADAD;
	margin-top: 4px;
}

.streamVisualizerBar{
	display:inline-block;
	background-color: #090;
	margin: 3px 0;
	border-radius:5px;
	height:10px;
	width:40px;
	min-width: 10px;
}

.cost .streamVisualizerBar{
	background-color:red;	
}

.streamType{
	text-align:center;
	text-transform: uppercase;
	font-size:10px;
	padding-right:10px;
	margin-left:10px;
	height:8px;
	position:relative;
	z-index:0;
	margin-bottom:8px;
}

.streamType .line{
	height:3px;
	bottom:0px;
	border-top:1px solid #999999;	
	position:absolute;
	width:98%;
	z-index:0;
}

.streamType .textContainer{
	width:100%;
	position:absolute;
	text-align:center;
	z-index:2;
	
}

.streamType .text{
	background-color:white;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	color: #999999;
}

.indicator.redacted{
	overflow:hidden;
	background:transparent url(../images/fresh_snow-3c533d0515.png) !important;
}

.cwFV .XClose {
	display: none;
}

.cwFV:hover .XClose {
	display: block;
}

.noteLHS .cbCont {
	display: none;
}

.noteLHS textarea.cbBox {
	height: 15em;
}

#link-notification {
	padding: 10px;
	text-align: center;
}

.sm_chart {
	float: left;
	display:block;
	min-width:27px;
	height:19px;
	background:transparent url(../images/trefis-icn-bar-chart-lrg-a5b60e74c8.png);
	text-indent:-5000px;	
}

.cwFV .sm_chart {
	margin-top: 2px;
	float: right;
}

.sm_stacked_chart {
	float: left;
	margin: 2px 0 0 4px;
	display:block;
	width:27px;
	height:19px;
	background:transparent url(../images/trefis-icn-stacked-bar-chart-orange-lrg-d8972a61e9.png);
	text-indent:-5000px;	
}

.cwFV .sm_stacked_chart {
	margin-top: 2px;
	float: right;
}

#divisionTooltip {
	display: none /* will be shown by JS */;
	position: absolute;
	top: -46px;
	left: 200px;
}




body.citi,
body.stanchart,
body.db
{
	background-color: white;
}

body.lightbox {
	overflow-x: hidden;
}


body.citi .modelFilmstrip {
	background-color: white;
}

body.citi .demoWidgetHR {
	clear: left;
	height: 0;
	line-height: 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #fff;
}

body.citi .edit-model {
	display: none;
}

.citi .mainCont {
	border: 3px solid #ededed;
	border-radius: 10px;
	/* this overrides the black gradient background that's present in non-Citi pages */
	-webkit-filter: none;
	filter: none;
	background: none;
}

body.citi .cwCont {
	background-image: none;
	background-color: #fff;
	width: 100%;
	margin-left: 0;
	-webkit-filter: -;
	filter: -;
}

.citi .cwGridView {
	width: 954px;
}

.citi #answerViews .cwFVPrice {
	color: #111;
}

.citi #answerViews .cwFVPrice span {
	font-size: 18px;
}

.citi #answerViews .cwFVCreator {
	color: #11195B;
	font-weight: bold;
}

body.citi .cwCont .sshDivTblHeader {
	color: #11195B;
	font-size:15px;
}

body.citi .cwSubTitleInner {
	color: #11195B;
	font-size: 13px;
}

body.citi .sshDivTblHeader {
	color: #192E71;
}

body.citi .sshDivTblA {
	color: #569ecc;
}

body.citi .sshDivTblRHS {
	color: #569ecc;
}

body.citi .sshDivPctLink {
	font-size: 16px;
}

body.citi .modelFilmstrip .model {
	color: #444444;
}

body.citi .modelFilmstrip .model.current a.XClose {
	background-position: -109px -4px;
}

body.citi .modelFilmstrip .model.current a.XClose:hover {
	background-position: -41px -4px;
}

body.citi .modelFilmstrip .model.current a.XClose:active {
	background-position: -76px -4px;
}

body.citi .modelFilmstrip .model .price {
	height: 55px;
	margin-top: 30px;
}

body.citi .modelFilmstrip .model .price .label,
body.citi .modelFilmstrip .model .price .creator {
	top: 10px;
}

body.citi .modelFilmstrip .model .price .label {
	color: #777777;
}

body.citi .modelFilmstrip .model .price .indicator {
	height: 54px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 2px;
	color: #444444;
	background: #B3B3A6;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3A6), to(#FFFFFF));
	background: -o-linear-gradient(#B3B3A6, #FFFFFF);
	background: linear-gradient(#B3B3A6, #FFFFFF);
	-pie-background: linear-gradient(#acac9d, #FFFFFF);
	border-bottom: 3px solid #ededed;
}

body.citi .modelFilmstrip .model.current .price .indicator:hover,
body.citi .modelFilmstrip .model.current .price .indicator:active {
	border-width: 2px;
}

body.citi .modelFilmstrip .nonmodeltab {
	margin-top: 40px;
	height: 55px;
	border-color: #aaaaaa;
}

body.citi .modelFilmstrip .moreModels {
	top: 84px;
}

body.citi .modelFilmstrip .moreModels .model .price {
	min-width: 131px;
	max-width: 131px;
}

body.citi .modelFilmstrip .moreModels .model .price .indicator {
	border-width: 2px;
	border-color: #ffffff;
	background: #ffffff;
	-pie-background: #ffffff;
}

body.citi .modelFilmstrip .moreModels .model .price .indicator:hover {
	border-color: #ECECE9;
	background: #ECECE9;
	-pie-background: #ECECE9;
}

body.citi .modelFilmstrip .moreModels .model .price .indicator:active{
	border-color: #ECECE9;
	background: #ECECE9;
	-pie-background: #ECECE9;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.42);
	box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.42);
}

body.citi .modelFilmstrip .model.low,
body.citi .modelFilmstrip .model.high {
	color: #444444;
}

body.citi .modelFilmstrip .model.current .price .indicator {
	border-color: #EDEDED;
}

body.citi .modelFilmstrip .model.current.low .price .indicator {
	border-color: #81292E;
}

body.citi .modelFilmstrip .model.current.high .price .indicator {
	border-color: #008c23;
}

body.citi .modelFilmstrip .model.current .price .indicator,
body.citi .modelFilmstrip .model.current.low .price .indicator,
body.citi .modelFilmstrip .model.current.high .price .indicator {
	-pie-background: #ffffff;
	background: #ffffff;
	border-bottom: #ffffff solid 3px;
	z-index: 5;
}

body.citi .modelFilmstrip .model.low .price .label {
	color: #a12f2f;
}

body.citi .modelFilmstrip .model.high .price .label {
	color: #188c22;
}

body.citi .modelFilmstrip .model .price .creator  {
	font-weight: bold;
	text-transform: none;
	color: #444444;
	font-size: 11px;
}

body.citi .modelFilmstrip .nonmodeltab .iconlabel {
	margin-top: 5px;
	margin-bottom: 5px;
}

body.citi .modelFilmstrip .moreModels .model .price {
	margin-top: 0px;
}

body.citi .modelFilmstrip .moreModels .model.current.low .price, 
body.citi .modelFilmstrip .moreModels .model.current.high .price {
	color: #444444;
}

body.citi .modelFilmstrip .moreModels .model.current .price .indicator {
	border: #DEDEDE solid 2px !important;
}

body.citi .modelFilmstrip .moreModels .model.current.low .price .indicator {
	border: #81292E solid 2px !important;
}

body.citi .modelFilmstrip .moreModels .model.current.high .price .indicator {
	border: #008c23 solid 2px !important;
}

body.citi.lightbox .modelFilmstrip {
	margin-top: 20px;
}

body.citi.lightbox .modelFilmstrip .workingModels,
body.citi.lightbox .modelFilmstrip .modelsOuter {
	margin-top: 6px;
}

body.citi.lightbox .modelFilmstrip .backdrop {
	top: 22px;
}

body.citi.lightbox .modelFilmstrip .model {
	padding-top: 0px;
	top: 2px;
}

body.citi.lightbox .modelFilmstrip .model .price {
	height: 45px;
	margin-top: 0;
}

body.citi.lightbox .modelFilmstrip .model .price .indicator {
	height: 43px;
}

body.citi.lightbox .modelFilmstrip .nonmodeltab {
	margin-top: 8px;
	height: 45px;
}

body.citi.lightbox .modelFilmstrip .nonmodeltab .icon {
	display: none;
}

body.citi.lightbox .modelFilmstrip .moreModels {
	top: 64px;
}

body.citi.lightbox .modelFilmstrip .moreModels .model {
	top: 0;
}

body.citi.lightbox .modelFilmstrip .moreModels .model .price {
	margin-top: 0px;
}

body.citi.lightbox .modelFilmstrip .moreModels .model .price .creator {
	margin-bottom: 10px;
}

body.citi.lightbox .cwCont{
	min-height: 460px;
}

body.citi.lightbox .cwInspector {
	height: 420px;
}

body.citi.lightbox .cwInspector #theChart {
	height: 280px;
}

body.citi.lightbox .cw_fullcontent{
	height: 351px;
}

body.citi.lightbox .cwTabBodyAll  {
	height: 410px;
}

body.citi.lightbox .driver_table {
	height: 375px;
}

body.citi.lightbox .driver_table_key {
	height: 315px;
}

body.citi.lightbox .derivedModelPopup .driver_table {
	height: 325px;
}


body.citi.lightbox .modelFilmstrip .model .price .label.outside {
	top: 30px;
}

body.citi.lightbox .citi.foot {
	padding-bottom: 50px;
}

body.citi .cwSubTitle {
	top: 5px;
	left: 7px;
	position: absolute;
	overflow: visible;
}

body.citi .modelName {
	margin: 10px 0 14px;
	color: #000;
	font-size: 20px;
	line-height: 20px;
}

.partner.foot .content {
	width: 100%;
}

.citi.header, .stanchart.header, .db.header {
	border-top: none;
	background-color: white;
	padding-top: 0px;
}

.db.header .login {
	float: right;
	margin: 52px 8px 0 0;
}

.db.header .login a {
	color: #06c;
}

.citi.header img {
	float: left;
}

.citilogo {
	display: block;
	width: 109px;
	height: 62px;
	background-image: url(../images/citiLogo-f294ba5458.png);
	float: left;
	margin: 7px 0 10px 8px;
}

.stanchartlogo {
	display: block;
	width: 130px;
	height: 49px;
	background-image: url(../images/stanchartLogo-876a5b51dc.png);
	float: left;
	margin: 20px 0 10px 8px;
	position: relative;
	z-index: 1; 
}

.dblogo {
	display: block;
	width: 185px;
	height: 40px;
	background-image: url(../images/dbLogo-be2ad70ba7.png);
	float: left;
	margin: 30px 0 0 8px;
	position: relative;
	z-index: 1; 
}

.citi.header h2 {
	float: right;
	font-size: 30px;
	line-height: 36px;
	color: #13215F;
	font-weight: normal;
	margin: 40px 8px 0 0;
}

.citi.header h1,
.stanchart.header h1,
.db.header h1
{
	text-align: center;
	color: #000;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 auto;
	width: 550px;
	padding-top: 41px;
}

.stanchart.header .note,
.db.header .note 
{
	color: #000; 
	font-size: 120%;
	border-top: 1px solid #13215F;
}

.citi.header a {
	color: #06c;
}

.citi.header #myInfoDropdown {
	z-index: 1337;
}

.citi.header #headerSignInPane a {
	z-index: 1337;
}



#headerUsername.arrowRight {
	float: none;
}

#headerSignedInPane, #headerSignInPane {
	float: right;
	clear: right;
}

.citi.foot,
.stanchart.foot,
.db.foot 
{
	background-color: white;
	margin: 10px auto;
	padding-left: 0px;
	padding-bottom: 400px;
	width: 960px;
}

.citi.foot .poweredby,
.stanchart.foot .poweredby.
.stanchart.foot .poweredby 
{
	font-size: 15px;
	height: 24px;
}

.trefislogo {
	display: block;
	text-indent: -9999px;
	background-color: transparent !important;
	outline: none;
}

.citi.foot .trefislogo {
	width: 201px;
	height: 34px;
	background-image: url(../images/headerTrefisLogo-3379a64ade.png);
}

.stanchart.foot .trefislogo,
.db.foot .trefislogo 
{
	width: 181px;
	height: 42px;
	background-image: url(../images/trefisLogoForStanchartFooter-7b4ebf4a79.png);
}

.citi .disclosure{
	color: #333;
	float: right;
	width: 722px;
	text-align: justify;
}

.stanchart .disclosure{
	color: #333;
	float: right;
	width: 722px;
	text-align: justify;
}

.db .disclosure{
	color: #333;
	float: right;
	width: 722px;
	text-align: justify;
}

.stanchart .cwSubTitle {
	top: 10px;
}

.analyst_name{
	font-size: 14px;
	font-weight: normal;
    display: inline;
}

.analyst_name a {
	color: #06c;
}

.vs_label{
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	clear: right;
	width: 100px;
}

.vs_label span {
	/* this makes the % number larger font size than the "vs Provider" label below */
	font-size: 13px;
}

.vs_label .pos {
	color: #5dae67;
}

.vs_label .neg {
	color: #A42D2D;
}

.citi .vs_label{
	color: #000000;
}

.toolbarElement {
	height: 80px;
	margin: 0 10px;
	background: #ffffff;
	top: 15px;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.toolbarElement a {
	color: #fff;
	margin: 0 10px;
}

.citi .toolbarElement {
	background: #ffffff;
}

.selectElement {
	float: left;
	margin: 15px;
}

.divButtonElement {
	float: right;
	margin: 10px 15px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 3px;
}

.citi .divButtonElement {
	background-color: #ffffff;
}

.divButtonElement a.button {
	display: inline-block;
	padding: 0px 15px;
	margin: 1px;
	height: 34px;
	width: 29px;
	border-radius: 3px;
	background-image: url(../images/button_chartpopup-7d547148bd.png);
}

.divButtonElement a.columnButton {
	background-position: 59px 0px;
}

.divButtonElement a.columnButton.active {
	background-position: 59px -34px;
}

.divButtonElement a.stackedButton {
	background-position: 59px 68px;
}

.divButtonElement a.stackedButton.active {
	background-position: 59px 34px;
}

.divButtonElement a.lineButton {
	background-position: 59px 136px;
}

.divButtonElement a.lineButton.active {
	background-position: 62px 102px;
}

.citi .divButtonElement a.columnButton {
	background-position: 59px 0px;
}

.citi .divButtonElement a.columnButton.active {
	background-position: 59px -34px;
}

.citi .divButtonElement a.stackedButton {
	background-position: 59px 68px;
}

.citi .divButtonElement a.stackedButton.active {
	background-position: 59px 34px;
}

.citi .divButtonElement a.lineButton {
	background-position: 59px 136px;
}

.citi .divButtonElement a.lineButton.active {
	background-position: 62px 102px;
}

.divButtonElement a:hover,
.divButtonElement a:active,
.divButtonElement a.active {
	-webkit-box-shadow: inset 2px 2px 5px 2px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 5px 2px rgba(0,0,0,0.75);
	background-color: #D0D0D0;
}

.citi .divButtonElement a:hover,
.citi .divButtonElement a:active,
.citi .divButtonElement a.active
{
	background-color: #D0D0D0;
}

.toolbarBottom {
	clear: both;
	border-top: 1px solid;
}


/*the on-hover div that contains driver properties like key-driver checkbox*/
.driverPropertiesView{
        cursor: pointer;
		padding: 2px;
		background-color: rgba(180, 180, 180, 0.5);
		z-index:200000;
		position: absolute;
		display:none;
}

.driverPropertiesView .keyDriverCheckbox {
    cursor: pointer;
}

/*
 * If this design ever gets reused, it might be worth splitting off into
 * a separate CSS file.
 */
.directEdit form {
    background-color: white;
    margin: -10px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    font-color: black;
    font-size: 12px;
    font-family: Arial;
}
.directEdit form input[type=text] {
    border-color: #66afe9;
    border-style: solid;
    border-width: 1px;
    padding-left: 1ex;
    padding-right: 1ex;
}
.directEdit form input[type=submit] {
    background-color: #3367a2;
    border: none;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 7px;
}
.directEdit form input {
    line-height: 2em;
    border-radius: 1px;
}
.directEdit form .explanation {
    color: #666666;
    margin-top: 5px;
}

.firstDragTrendline .ui-dialog-title {
	font-family: Helvetica, Arial, sans-serif;
}

.firstDragTrendline .ui-dialog-titlebar {
	text-align: center;

}

.inspectorTooltip .inputText {
	width: 50px;
}

.autoRecalculateContainer {
	margin: 5px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;	/* the JS will make this visible only for certain (large) models */
}

#manualRecalculateButton {
	display: none;
}

.cwGridView {
	width: 958px;
	/* min-height: 614px;  -- removed due to FB4923 */
  	-webkit-filter: none;
  	filter: none;
  	position: relative;
  	display: inline-block;
  	border: none;
  	border-bottom: 1px dotted #CCC;
    padding-bottom: 5px; /* extra padding to fit the benchmark button bar */
  	/* margin-top: -40px;	/* this hides the bar in the title that contains the "Show modified & key drivers" link */
}

.gridViewTray {
	display: none;
	bottom: 0;
    position: fixed;
    z-index: 15;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
    width: 956px;
    margin-left: 2px;
}

.gridViewTrayTab {
	overflow-x: scroll;
    overflow-y: hidden;
	height: 100px;
	background: #EEE !important;
}

.gridViewTray .ui-widget-header {
	background: #C0C0C0;
}

.gridViewTray .ui-widget-header, 
.gridViewTray .ui-state-active, 
.gridViewTray .ui-state-active a:link, 
.gridViewTray .ui-state-active a:visited, 
.gridViewTray .ui-state-hover, 
.gridViewTray .ui-state-focus {
	color: #333;
	border: none;
}

/* fix for tab hovering has rounded corners*/
.gridViewTray a:hover {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.gridViewTray .ui-state-active {
	font-weight: bold;
}

.gridViewTrayCont {
	width: 120px;
	float: left;
	font-weight: bold;
	text-align: center;
}

.editMode .cwGridView {
	margin-top: 0px; /* this allows the bar in the title to be shown in edit mode, since it contains the publish date field */
}

.cwSubTitleRight {
	float: right;
	position: relative;
	right: 15px;
	margin-top: 15px;
	text-align: right;
}

.uploaderTypeToggleEdit {
	display: none;	/* will be turned on by JS */
}

.buttonFlipContainer {
	display: none;	/* only made visible by JS */
}

.buttonFlip {
	display: inline-block;
	height: 21px;
 	width: 34px;
 	vertical-align: middle;
}

.buttonFlipGridImage {
	background: url(../images/buttonFlipGrid-150e171818.png) no-repeat;
}

.buttonFlipSankeyImage {
	background: url(../images/buttonFlipSankey-e04570356b.png) no-repeat;
}

.buttonFlipSpacer {
	display: inline-block;
	margin:0 2px;
}

.gridViewBottom {
	position: relative;
}

.cwGridViewLegend {
	display: block;
	width: 500px;
	margin-left: 10px;
	padding: 10px;
	background-color: #eee;
	margin-top: 10px;
	border: 1px dashed #ccc;
	border-radius: 5px;
	margin-bottom: 15px;
}

.gridViewLegendItem {
	display: inline;
	margin-right: 10px;
}

.gridViewLegendItemTitle {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
	position: relative;
	bottom: 2px;
}

.gridViewLegendItemColor {
	width: 20px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}

.gridViewLegendItemCheckboxHidden {
	visibility: hidden;
}

input[type="checkbox"].gridViewLegendItemCheckbox[disabled] {
    cursor: default !important;
}

.gridViewBubbleCallOut {
	text-align: center;
	margin: 0 0 10px 0;
}

.gvAddSectionBtn {
	color: #1C94C4;
	font-weight: bold;
}

.gridViewStaticSearch {
	width: 168px;
}

.gridViewChartContainers {
	visibility:hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.gvChartMenuItem:hover {
	background-color: #39F;
}

.gridViewDropDown {
	display: inline-block;
	width: 12px;
    height: 12px;	
	background: url(../images/addl_controls-03f2d2e23f.png) no-repeat;
	background-position: -315px -11px;
}

.removeScroll {
	overflow: hidden;
}

.bubbleIcon {
	display: inline-block;
	width: 13px;
    height: 13px;
    background: url(../images/bubbleCallOut-3c27c8645b.png);
}

.bubbleText,
.bubblePercentageText,
.bubblePeriod {
	display: inline;
	margin-left: 5px;
	font-size: 15px;
}

.bubblePeriod {
	margin-left: 0;
	font-weight: bold;
}

.bubblePercentageText.pos {
	color: #007F00;
}

.bubblePercentageText.neg {
	color: #cc0000;
}

span.modelDownloadButtonSeparator {
	float: right;
	color: #333;
	font-size: 18px;
	margin: 30px 10px 0 0;
	font-weight: bold;
}

.introjs-helperLayer {
	background-color: rgba(255,255,255,.7);
}

.introjs-helperLayer {
	background-color: rgba(255,255,255,.7);
}

.introjs-tooltiptext {
	font-size: 14px;
	text-align: left;
	line-height: 16px;
}

.introjs-button {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #06c;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
	color: #9a9a9a;
}

.introjs-nextbutton span {
	/*display: inline-block;*/
	/*width: 0;*/
	/*height: 0;*/
	/*border-top: 6px solid transparent;*/
	/*border-bottom: 6px solid transparent;*/
	/*border-left: 6px solid #33689E;*/
	/*text-indent: -5000px;*/
	/*top: 2px;*/
	/*left: 2px;*/
	/*position: relative;*/
}

.introjs-prevbutton span {
	/*display: inline-block;*/
	/*width: 0;*/
	/*height: 0;*/
	/*border-top: 6px solid transparent;*/
	/*border-bottom: 6px solid transparent;*/
	/*border-right: 6px solid #33689E;*/
	/*text-indent: -5000px;*/
	/*top: 2px;*/
	/*right: 2px;*/
	/*position: relative;*/
}

.introjs-nextbutton span {
	/*display: inline-block;*/
	/*width: 0;*/
	/*height: 0;*/
	/*border-top: 6px solid transparent;*/
	/*border-bottom: 6px solid transparent;*/
	/*border-left: 6px solid #33689E;*/
	/*text-indent: -5000px;*/
	/*top: 2px;*/
	/*left: 2px;*/
	/*position: relative;*/
}

.introjs-skipbutton span {
	/*display: inline-block;*/
	/*width: 0;*/
	/*height: 0;*/
	/*border-top: 6px solid transparent;*/
	/*border-bottom: 6px solid transparent;*/
	/*text-indent: -5000px;*/
	/*top: 2px;*/
	/*right: 2px;*/
	/*position: relative;*/
}

.introjs-disabled span, .introjs-disabled:hover span, .introjs-disabled:focus span {
	/*border-left-color: #9a9a9a;*/
	/*border-right-color: #9a9a9a;*/
}

.introjs-helperNumberLayer {
	background: #06c;
}

.introjs-tooltip {
/*	border: 1px solid #f93; */
/*	color: #f60; */
/*	color : #338AFF;*/
/*	background: #ffc;*/
/*	font-family: Gotham, Helvetica, Arial, sans-serif; */
}

.introjs-arrow.top {
  border-bottom-color:#ffc;;
}
.introjs-arrow.top-right {
  border-bottom-color:#ffc;
}
.introjs-arrow.top-middle {
  border-bottom-color:#ffc;
}
.introjs-arrow.right {
  border-left-color:#ffc;
}
.introjs-arrow.right-bottom {
  border-left-color:#ffc;
}
.introjs-arrow.bottom {
  border-top-color:#ffc;
}
.introjs-arrow.left {
  border-right-color:#ffc;
}
.introjs-arrow.left-bottom {
  border-right-color:#ffc;
}

.subTitleContainer {
	display: block;
	clear: both;
}

#discussModel {
    display: inline-block;
}

#discussModel > .glyphicon {
    color: #999;
}

#tabHeaderStatusBar {
    font-size: 14px;
}

#tabHeaderStatusBar > *:not(:last-child) {
    margin-right: 1em;
}

.subTitleSpacer {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
	padding: 0.5em 0;
}

.citi .subTitleSpacer {
	border-bottom: 0px;
}

.subTitleSpacer40 {
	height: 40px;
}

.subTitleSpacer60 {
    height: 60px;
}

.cwSubTitle2 {
	margin: 15px 0 0 0;
	display: inline-block;
}

.rsSubTitle2 {
	position: relative;
	top: 10px;
	left: 12px;
}

.askAnalystSubTitle  {
	text-align: center;
}

.rsSubTitleInner2 {
	color: #F90;
	font-weight: bold;
	font-size: 16px;
}

.askAnalystSubTitleInner {
	display: inline-block;
}

.askAnalystInfo .cbBoxWrapper {
	float: left;
	width: 93%;
	margin-left: 12px;
}

.askAnalystInfo .nameBoxWrapper {
	float: left;
	width: 93%;
	margin-top: 12px;
	margin-left: 12px;
}

.askAnalystInfo .emailBoxWrapper {
	float: left;
	width: 93%;
	margin-top: 12px;
	margin-left: 12px;
}

.askAnalystInfo .nameBoxWrapper .nameBox, .askAnalystInfo .emailBoxWrapper .emailBox {
	width: 100%;
}

.dialogMessage {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}


a.showPopup {
	font-weight: bold;
}

.editMode a.showPopup {
	display: none;
}

.chartDeepLinkDivElement {
	height: 25px;
}

a.chartDeepLinkElement {
	text-decoration: underline;
	color: #06c;
}

a.chartDeepLinkElement:hover {
	color: #0A2552;
  	background-color: #C3DBF3;
}

.toggleSmall.toggleBlue .label.red {
	color: rgb(255, 0, 0);
}

#absoluteInspector {
	position: absolute;
	width: 387px;
	height: 520px;
	background: transparent;
	top: 36px;
	left: 547px;
	z-index: -1;	/* put it below the sankey so it doesn't interfere with click targets */
}

/* this is only visible when in edit mode -- overridden by modelerWizardFlow.css */
.rearrangeComponents {
	display: none
}

.editMode .addSecondaryOutput {
	display: block;
	margin-top: 10px;
	margin-left: 25px;
}

.addSecondaryOutput {
	display: none;
}

.editMode .addSecondaryOutput a {
	display: inline;
	border: 1px solid #000;
	padding: 2px;
}

.cwSubTitle .trefis-tooltip-icon {
	display: none; /* hidden by default, will be shown by JS as needed */
}

.editMode .inspectorHeader {
	display: block;
}

.inspectorHeader {
	display: none;	
}

.displayOnlyInEditMode {
	/* certain editing controls are hidden by default... */
	display: none;
}

.editMode .displayOnlyInEditMode {
	/* ...these hidden controls are shown in edit mode... */
	display: inherit;
}


.editMode .cwGridView .cwButtonBarEditTools {
	/* ... EXCEPT for the button bar in gridview, because there's no space for it */
	display: none;
}


/* FB2569 */
.inspectorCheckboxContainer {
	margin-left: 5px;
}



.trefis-scenario-explanation {
	padding: 5px 0px 0px 0px;
	font-family: Helvetica;
	font-size: 13px;
  	color: #545454;
  	width: 820px;
  	overflow: auto;
}

.trefis-scenario-explanation.creator {
	min-height: 15px;
}

.trefis-scenario-explanation.creator:hover {
	background: #ddd url(../images/editButtonGrey-d3a0ca5575.png) 100% 50% no-repeat;
	cursor: text;
}

.trefis-scenario-explanation.creator.blankScenario {
	width: 250px;
	height: 15px;
	background: #ddd url(../images/editButtonGrey-d3a0ca5575.png) 100% 50% no-repeat;
}

.orangePrompt.dependentDriver {
	width: 126px;
	top: 0 !important;
}

.orangePrompt.dependentDriver .orangePrompt-text {
	color: #4A4A4A;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none;
}

.orangePrompt.dependentDriver .orangePrompt-text .strong {
	font-weight: bold;
}

.orangePrompt.dependentDriver .orangePrompt-text .weak {
	color: #aaa;
}

.orangePrompt.dependentDriver .orangePrompt-text {
	font-size: 10px;
}

.orangePrompt.dependentDriver .orangePrompt-carat {
	display: none;
}

.orangeBoldText {
	color: orange;
	font-weight: bold;
}

.shareLinksModalLinkSettingsLabel {
	display: inline-block;
	width: 120px;
}

.shareLinksModalLinkSettingsLabel2 {
	display: inline-block;
	width: 110px;
}

.shareLinksModalLinkSettingsLabel3 {
	display: inline-block;
	width: 160px;
}

.link-blue {
	color: #3fa3fc;
}

.dependentDriverPopup {
	text-align: left;
	font-size: 11px;
}

.chartMenu:hover, .sectionMenu {
	cursor: pointer;
}

#tabs .ui-helper-reset {
	line-height: 0.7;
}

#tabs .ui-state-active a:link {
	font-weight: bolder !important;
}

#tabs .ui-state-default {
	font-weight: lighter !important;
}

.denied {
	color: red;
	font-size: 14pt;
}


.modelChart .titleContainer, 
.gridViewTrayChart{
	overflow-x:hidden;
}



.gridviewMenuContainer{
	display:inline-block;
	position:absolute !important;
	top:10px;
	right:10px;
}

.gridviewMenuContainer .btn{
	color: #333 !important;
}

.chartMenuButton{
	color: #333 !important;
	padding:1px 20px 1px 1px !important;
	position:relative;
	right:0;
}


.modelChart{
	background-color: #FFFFFF;
} 





.modelChart.topContainer{
	height:22px;
	text-align: right;
}


.readyToPublishConfirmation {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif
}

#periodPrefsTable {
	font-size:1.1em;
}

.emailIdentificationPopup {
	font-size: 14px;
	padding: 15px;
}

.emailIdentificationPopup label {
    font-weight: normal;
}

/**
Fix for ui-dialog background image appearing as square borders over ui-corner-all widget
Core library tries to override the background image: .ui-dialog .ui-dialog-buttonpane
**/
.styledDialog .ui-dialog-buttonpane {
	background: transparent;
}


/*FIXES AND OVERRIDES, TO ALLOW BOOTRSTRAP.CSS TO BE USED ON NEW MODEL VISUALIZTION PAGE*/
body{
	line-height: normal !important;
	font-size: 12px !important;
}

/*
TODO: bootstrap fixes - this will make using boostrap difficult - long term plan should be to fix styles that aren't using the proper box model
*/

h1.demoWidgetHeader {
	 font-weight: bold !important;
     line-height: initial !important;
  		
}

.btn.profitLossButton, .btn.modifiedForecastButton {
    display: none;
}

h2 {
	font-size:18px !important;
}
 


/***** TREF-4579: hiding division and stream values *****/

.hide-division-values .sshDivTblSubVal,
.hide-division-values .sshDivTblRHS,
.hide-division-values .sshDivTblVal, 
.hide-division-values .bridge_toggle {
	visibility: hidden;
}

.hide-division-values .dt_division_row,
.hide-division-values .sshDivTblLHS .sm_chart {
	display: none;
}

.hide-stream-values .section-bar {
	visibility: hidden;
}



#modelScenarioExplanation,
#modifyGridViewText
{
    margin-top: 1em;
}

#modifyGridViewTextArea
{
    width: 600px;
    resize: vertical;
}

#scenarioExplanationTextArea
{
    width: 100%;
    resize: vertical;
}

.directEdit form {
    padding: 1em;
    margin-right: 1.5em;
}

/* TODO: Move to common css file
 * Make sure navbar is above anything else except modals
 * */
#boxed #header-outer#header-outer {
  z-index: 1052; /* needs to be higher than the dropodown/popover */
	-webkit-box-shadow: 0px 1px 6px #666;
	box-shadow: 0px 1px 6px #666;
}

.demoWidgetHeaderCont.modelGroupHeader {
  margin: 10px 10px 0 10px;
}

.parentChildLinkLeft {
	float: left;
}

.parentChildLinkRight {
	float: right;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background: url(../images/link-8db93e8f19.png) no-repeat;
}

.scenarioTabParentChildLink {
	float: right;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-top: 5px;
	background-size: 100% 100% !important;
	background-color: transparent;
	background: url(../images/link-8db93e8f19.png) no-repeat;
}

/* Start invest with trefis styling */

/* InvestWithTrefis: screens that are 601px or more, add special sizing and formatting */
@media screen and (min-width: 601px) {
  .invest-with-trefis-header {
    font-family: Lato;
    font-size: 2.5em;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 25px;
    text-align: center;
  }
  .invest-with-trefis-info {
      width: 80%;
      text-align: left;
      font-family: Lato;
      font-size: 18px;
      font-weight: 300;
      line-height: 26px;
  }
  .invest-with-trefis-label {
      font-size: 18px;
      line-height: 26px;
  }
  .invest-with-trefis-radio-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  .invest-with-trefis-submit {
    font-size: 16px !important;
  }
}

/* InvestWithTrefis: screens that are 600px or less, add special sizing and formatting */
@media screen and (max-width: 600px) {
  .invest-with-trefis-header {
      font-family: Lato;
      font-size: 1.5em;
      font-weight: 200;
      white-space: nowrap;
      padding-bottom: 20px;
      text-align: center;
    }
    .invest-with-trefis-info {
      width: 90%;
      text-align: left;
      font-family: Lato;
      font-size: 15px;
      font-weight: 200;
      line-height: 20px;
    }
    .invest-with-trefis-label {
      font-size: 14px;
      line-height: 20px;
    }
    .invest-with-trefis-radio-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }
    .invest-with-trefis-submit {
      font-size: 14px !important;
    }
    .invest-with-trefis-form-group {
      display: block;
      /* float: left; */
    }
}

.invest-with-trefis-form-group-item {
    /* width: 420px;
    max-width: 80vw; */
    float: left;
}

/* .trefis-invest-alert {
    float: left;
    margin-bottom: 10px !important;
} */

/* End invest with trefis styling */
/* * * * * * * * * * *
 * Helper functions  *
 * * * * * * * * * * */
/* Taking a functional css approach here since the css is getting unmaintainable */
/* Useful for styling elements that require only one css rule for positioning */
/* Two dash delimiters (ie: 'no--padding' vs 'no-padding') indicates !important */
.checkbox-lg {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px !important;
}

.font-normal {
  font-weight: normal;
}

.font--normal {
  font-weight: normal !important;
}

.font-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-value-positive {
  color: #1faa1f;
}

.text-value-negative {
  color: #f00;
}

.text-black {
  color: black;
}

.text-silver {
  color: silver;
}

.text-gray {
  color: gray;
}

.text--gray {
  color: gray !important;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.invisible {
  visibility: hidden;
}

.no-padding {
  padding: 0;
}

.no--padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.no--margin {
  margin: 0 !important;
}

.no-underline {
  text-decoration: none;
}

.no--underline {
  text-decoration: none !important;
}

.no-box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.no-resize {
  resize: none;
}

.no-decoration, .no-decoration:hover {
  text-decoration: none;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.vertical-sub {
  vertical-align: sub;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.vertical--bottom {
  vertical-align: bottom !important;
}

.vertical-resize {
  resize: vertical;
}

.horizontal-resize {
  resize: horizontal;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.display--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item-first::before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-item-last::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-100-height {
  height: 100%;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center-v {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stretch {
  width: 100%;
}

.stretch-half {
  width: 50%;
}

.stretch--half {
  width: 50% !important;
}

.stretch-vertical {
  height: 100%;
}

.bg-white {
  background-color: white !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-cursor-pointer:hover {
  cursor: pointer;
}

.text--white {
  color: white !important;
}

.trefis-danger {
  color: #d9534f;
}

.trefis--danger {
  color: #d9534f !important;
}

.resize-vertical {
  resize: vertical;
}

.resize-horizontal {
  resize: horizontal;
}

.no-resize {
  resize: none;
}

.bootstrap-modal-border {
  border-bottom: 1px solid #e5e5e5;
}

/* Swatches */
.gray-darker {
  color: #222222;
}

.gray-dark {
  color: #333333;
}

.gray {
  color: #555555;
}

.gray-light {
  color: #777777;
}

.gray-lighter {
  color: #eeeeee;
}

/* Font size */
.font-size-sm {
  font-size: 10px;
}

/* Margins */
.margin--top-xxs {
  margin-top: 2px !important;
}

.margin-top-xxs {
  margin-top: 2px;
}

.margin-top-xs {
  margin-top: 5px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-bottom-xxs {
  margin-bottom: 2px;
}

.margin-bottom-xs {
  margin-bottom: 5px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-left-xxs {
  margin-left: 2px;
}

.margin-left-xs {
  margin-left: 5px;
}

.margin-left-sm {
  margin-left: 10px;
}

.margin-right-xxs {
  margin-right: 2px;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-right-sm {
  margin-right: 10px;
}

.margin-right-md {
  margin-right: 15px;
}

.margin-right-lg {
  margin-right: 20px;
}

.margin-right-xl {
  margin-right: 50px;
}

.margin-right-xxl {
  margin-right: 100px;
}

.neg-margin-right-xxs {
  margin-right: -2px;
}

.neg-margin-right-xs {
  margin-right: -5px;
}

.neg-margin-right-sm {
  margin-right: -10px;
}

.neg-margin-right-md {
  margin-right: -15px;
}

.neg-margin-right-lg {
  margin-right: -20px;
}

.neg-margin-right-xl {
  margin-right: -50px;
}

.neg-margin-right-xxl {
  margin-right: -100px;
}

/* Paddings */
.padding-left-xxs {
  padding-left: 2px;
}

.padding-left-xs {
  padding-left: 5px;
}

.padding-left-sm {
  padding-left: 10px;
}

.padding-left-md {
  padding-left: 15px;
}

.padding-left-lg {
  padding-left: 20px;
}

.padding-left-xl {
  padding-left: 40px;
}

.padding-right-xxs {
  padding-right: 2px;
}

.padding-right-xs {
  padding-right: 5px;
}

.padding-right-sm {
  padding-right: 10px;
}

.padding-right-md {
  padding-right: 15px;
}

.padding-right-lg {
  padding-right: 20px;
}

.padding-right-xl {
  padding-right: 40px;
}

.padding-right-xxl {
  padding-right: 100px;
}

.padding-top-xxs {
  padding-top: 2px;
}

.padding-top-xs {
  padding-top: 5px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-top-md {
  padding-top: 15px;
}

.padding-top-lg {
  padding-top: 20px;
}

.padding-top-xl {
  padding-top: 40px;
}

.padding-top-xxl {
  padding-top: 100px;
}

.padding-bottom-xxs {
  padding-bottom: 2px;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-bottom-md {
  padding-bottom: 15px;
}

.padding-bottom-lg {
  padding-bottom: 20px;
}

.padding-bottom-xl {
  padding-bottom: 40px;
}

.padding-bottom-xxl {
  padding-bottom: 100px;
}

.padding-xxs {
  padding: 2px;
}

.padding-xs {
  padding: 5px;
}

.padding-sm {
  padding: 10px;
}

.padding-md {
  padding: 15px;
}

.padding-lg {
  padding: 20px;
}

.padding-xl {
  padding: 40px;
}

/* Vertical centering hack */
.modal-center.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal-center.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* End vertical centering hack */
.fade-into {
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0;
}

.fade-into.in {
  opacity: 1;
}

.border-flash {
  -webkit-animation: borderflash 3s;
  animation: borderflash 3s;
}

@-webkit-keyframes borderflash {
  0% {
    border: 1px solid transparent;
  }
  50% {
    border: 1px solid white;
  }
  100% {
    border: 1px solid transparent;
  }
}

@keyframes borderflash {
  0% {
    border: 1px solid transparent;
  }
  50% {
    border: 1px solid white;
  }
  100% {
    border: 1px solid transparent;
  }
}

.background-flash {
  -webkit-animation: backgroundflash 3s;
  animation: backgroundflash 3s;
}

@-webkit-keyframes backgroundflash {
  0% {
    background: transparent;
  }
  50% {
    background: #e69138;
  }
  100% {
    background: transparent;
  }
}

@keyframes backgroundflash {
  0% {
    background: transparent;
  }
  50% {
    background: #e69138;
  }
  100% {
    background: transparent;
  }
}

.slow-pulsate {
  -webkit-animation: slowpulsate 7s infinite;
  animation: slowpulsate 7s infinite;
}

.text-underline {
  text-decoration: underline;
}

@-webkit-keyframes slowpulsate {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slowpulsate {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.nowrap {
  white-space: nowrap;
}

/* font-awesome stack class for sm */
.fa-stack-sm {
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.fa-1-5x {
  font-size: 1.5em;
}

.form-control.form-inline {
  display: inline;
  width: initial;
}

.hr-separator {
  margin-bottom: 20px;
}

.hr-separator hr + .hr-separator-text {
  display: block;
  width: 15%;
  font-size: 16px;
  background-color: white;
  margin: 0px auto;
  margin-top: -36px;
  color: #999;
}

.flex-hr-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-hr-separator > * {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-hr-separator > :nth-child(odd) {
  width: 40%;
}

.flex-hr-separator > :nth-child(even) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-hr-separator .hr-separator-text {
  text-align: center;
  padding-top: 10px;
}

.highcharts-container .marker-range-plot-band-label,
.highcharts-container .marker-range-plot-band-elem {
  visibility: hidden;
}

.highcharts-container:hover .marker-range-plot-band-label,
.highcharts-container:hover .marker-range-plot-band-elem {
  visibility: visible;
}

.discussModelForm {
  padding: 0 !important;
  /* Override jquery UI inline style */
}

.discussModelForm hr {
  margin-top: 0;
  margin-bottom: 1em;
}

.discussModelForm-info {
  color: red;
  font-style: italic;
}

.discussModelForm label[for="firstName"]::after,
.discussModelForm label[for="lastName"]::after,
.discussModelForm label[for="contactMethod"]::after,
.discussModelForm label[for="discussionTopics"]::after {
  color: red;
  content: " *";
}

.contactMethod {
  width: 100%;
}

.contactMethod-selectMethod {
  width: 90px;
  padding-right: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.contactMethod-selectedMethod {
  width: 100%;
}

.contactMethod-phoneCountryCode {
  width: 50px;
  padding-right: 0.75em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.contactMethod-email {
  display: none;
}

.discussModelForm input[name="discussionTopics"][value="other"] ~ textarea {
  margin-top: 1em;
}

.discussModelForm input[name="discussionTopics"][value="other"]:not(:checked) ~ textarea {
  display: none;
}

.styledDialog .ui-dialog-content.discussModelSuccess {
  padding-top: 2px !important;
}

/*
.ui-dialog, .ui-dialog.ui-widget-content.styledDialog {
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  padding: 1em;
}

.ui-dialog .ui-widget-content.ui-dialog-buttonpane {
  border-top: 1px solid #eee;
}
*/

/*
Help User Dropdowns
*/
.help-user-dropdowns {
  display: inline-block;
}

.help-user-dropdowns .help-dropdown .dropdown-menu {
  text-align: right;
  background-color: #0370D2;
}

.help-user-dropdowns .help-dropdown .dropdown-menu a {
  color: #fff;
}

.help-user-dropdowns .help-dropdown .dropdown-menu a:hover {
  background: none;
  background-color: #023a6d;
}

#gvsortable, .gvsection {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.gvSectionList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 957px;
}

#gvsortable li.gvchart.ui-droppable:only-child {
  border: 1px dashed #ccc;
  border-radius: 5px;
  background: url(../images/dragChartIcon-f825b3bf48.svg) no-repeat center 110px !important;
}

#gvsortable li.gvchart.ui-droppable:only-child::after {
  content: "Drag a chart from your Grid Builder toolbar here";
  display: inline-block;
  position: relative;
  top: 167px;
  margin: 0 2.5em;
  color: #b8b8b8;
  text-align: center;
}

#gvsortable li.gvchart {
  margin-left: 1px;
  padding: 1px;
  float: left;
  width: 315px;
  height: 320px;
  background: none;
}

#gvsortable .gvDroppableHover {
  outline: 1px solid #4464A8;
}

#gvsortable div.gvSectionHeader, #gvsortable li.gvSectionHidden {
  float: left;
  width: 930px;
  padding-left: 20px;
  background: none;
}

#gvsortable div.gvSectionHeader, #gvsortable li.gvSectionHidden {
  padding-top: 5px;
  min-height: 30px;
  font-weight: bold;
  font-size: 16px;
}

#gvsortable div.gvSectionFooter {
  float: left;
  width: 955px;
  height: 10px;
  margin-left: 1px;
  margin-bottom: 1px;
}

#gvsortable div.gvSectionHeaderEditable:hover {
  background: #ddd;
  padding-right: 0px;
}

#gvsortable div.gvSectionHeaderText {
  float: left;
  width: 870px;
  margin-right: 5px;
}

#gvsortable div.sectionClose {
  float: left;
  background: url(../images/gvSectionRemove-2a653cdecc.png) no-repeat;
  width: 12px;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  margin-top: 7px;
  visibility: hidden;
}

#gvsortable div.sectionMoveUp {
  float: left;
  background: url(../images/gvSectionUp-ee0fa4fb73.png) no-repeat;
  width: 16px;
  display: inline-block;
  height: 9px;
  margin-right: 2px;
  margin-top: 9px;
  visibility: hidden;
}

#gvsortable div.sectionMoveDown {
  float: left;
  background: url(../images/gvSectionDown-4623746cf2.png) no-repeat;
  width: 16px;
  display: inline-block;
  height: 9px;
  margin-right: 2px;
  margin-top: 9px;
  visibility: hidden;
}

#gvsortable div.sectionDraggable:hover, #gvsortable div.sectionClose:hover, #gvsortable div.sectionMoveUp:hover, #gvsortable div.sectionMoveDown:hover {
  cursor: pointer;
}

#gvDeleteSection .deleteText {
  font-weight: bold;
  font-size: 14px;
}

#gvNoSection .noText {
  font-size: 14px;
}

#modifyGridViewText .modifyGridViewTextTitle {
  font-weight: bold;
  font-size: 14px;
}

.gridViewTable {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.gridViewCont, .gridViewChartCont {
  width: 315px;
  background-color: #fff;
  vertical-align: top;
}

.gridViewChartCont {
  height: 300px;
}

.gridViewContTitle {
  /* 	float: left; */
  font-weight: bold;
  font-size: 10px;
  height: 15px;
  line-height: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
  color: #DDDDDD;
  width: 250px;
}

.gridViewChartMenuCont {
  position: relative;
  text-align: right;
  font-size: 10px;
  height: 15px;
  margin-left: 250px;
  width: 60px;
}

.gridViewChartMenuCont a.XClose {
  position: absolute;
  display: none;
  top: 3px;
  right: 3px;
  width: 11px;
  height: 12px;
  background-color: transparent;
  background: url(../images/tab_sprite_v1.5-3f5c83f9c6.png) no-repeat;
  background-position: -109px -4px;
}

.gridViewChartMenuCont a.XClose:hover {
  background-position: -41px -4px;
}

.gridViewContTitleSortable {
  background-image: url(../images/ic-drag-handle-42dc5112fb.png);
  background-repeat: no-repeat;
  background-position: center;
}

.gridViewCont .cwButtonBar {
  /*width: 310px;
	left: 2px;
	bottom: -18px;*/
  width: 100%;
  display: none;
  position: static;
}

.gridViewCont .cwButtonBar .toggleSmall {
  float: none;
}

.gridViewCont .cwButtonBar .toggleSmall .label {
  font-size: 8px;
}

.gridViewCont .cwButtonBar.outputChart .cwReset,
.gridViewCont .cwButtonBar.outputChart .cwSmoothing,
.gridViewCont .cwButtonBar.outputChart .cwCompetition {
  display: none;
}

.toggle-chart {
  padding: 10px 10px 0 10px;
}

.toggle-chart * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle-chart ul {
  list-style-type: none;
  padding: 0;
}

.toggle-chart ul input[type="radio"] {
  margin: 4px 4px 0 0;
}

.toggle-chart label {
  width: 100%;
  cursor: pointer;
  padding-right: 20px;
}

.toggle-chart label:hover h3 {
  background-color: #eee;
}

.toggle-chart label .toggle-chart-radio {
  float: left;
  width: 20px;
}

.toggle-chart label .toggle-chart-option {
  width: 100%;
  float: left;
  margin-right: -20px;
}

.toggle-chart label .toggle-chart-option p {
  font-weight: normal;
  white-space: normal;
  margin-top: 0.5em;
}

.toggle-chart label h3 {
  width: 100%;
  display: inline-block;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 3px 3px 0 3px;
  margin: 0;
}

