#bridge button, #bridge input, #bridge optgroup, #bridge select, #bridge textarea {margin: 0;font: inherit;color: inherit;}
#bridge button {overflow: visible;}
#bridge button, #bridge select {text-transform: none;}
#bridge button, #bridge html input[type="button"], #bridge input[type="reset"], #bridge input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
#bridge button[disabled], #bridge html input[disabled] {cursor: default;}
#bridge button::-moz-focus-inner, #bridge input::-moz-focus-inner {padding: 0;border: 0;}
#bridge input {line-height: normal;}
#bridge input[type="checkbox"], #bridge input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
#bridge input[type="number"]::-webkit-inner-spin-button, #bridge input[type="number"]::-webkit-outer-spin-button {height: auto;}
#bridge input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
#bridge input[type="search"]::-webkit-search-cancel-button, #bridge input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
#bridge fieldset {padding: .35em .625em .75em;margin: 0 2px;border: 1px solid #c0c0c0;}
#bridge legend {padding: 0;border: 0;}
#bridge textarea {overflow: auto;}
#bridge optgroup {font-weight: bold;}
#bridge table {border-spacing: 0;border-collapse: collapse;}
#bridge td, #bridge th {padding: 0;}
#bridge .text-left {text-align: left;}
#bridge .text-right {text-align: right;}
#bridge .text-center {text-align: center;}
#bridge .text-justify {text-align: justify;}
#bridge .text-nowrap {white-space: nowrap;}
#bridge .text-lowercase {text-transform: lowercase;}
#bridge .text-uppercase {text-transform: uppercase;}
#bridge .text-capitalize {text-transform: capitalize;}
#bridge .text-muted {color: #777;}
#bridge .text-primary {color: #428bca;}
#bridge a.text-primary:hover {color: #3071a9;}
#bridge .text-success {color: #3c763d;}
#bridge a.text-success:hover {color: #2b542c;}
#bridge .text-info {color: #31708f;}
#bridge a.text-info:hover {color: #245269;}
#bridge .text-warning {color: #8a6d3b;}
#bridge a.text-warning:hover {color: #66512c;}
#bridge .text-danger {color: #a94442;}
#bridge a.text-danger:hover {color: #843534;}
#bridge .bg-primary {color: #fff;background-color: #428bca;}
#bridge a.bg-primary:hover {background-color: #3071a9;}
#bridge .bg-success {background-color: #dff0d8;}
#bridge a.bg-success:hover {background-color: #c1e2b3;}
#bridge .bg-info {background-color: #d9edf7;}
#bridge a.bg-info:hover {background-color: #afd9ee;}
#bridge .bg-warning {background-color: #fcf8e3;}
#bridge a.bg-warning:hover {background-color: #f7ecb5;}
#bridge .bg-danger {background-color: #f2dede;}
#bridge a.bg-danger:hover {background-color: #e4b9b9;}
#bridge .page-header {padding-bottom: 9px;margin: 40px 0 20px;border-bottom: 1px solid #eee;}
#bridge ul, #bridge ol {margin-top: 0;margin-bottom: 10px;}
#bridge ul ul, #bridge ol ul, #bridge ul ol, #bridge ol ol {margin-bottom: 0;}
#bridge .list-unstyled {padding-left: 0;list-style: none;}
#bridge .list-inline {padding-left: 0;margin-left: -5px;list-style: none;}
#bridge .list-inline > li {display: inline-block;padding-right: 5px;padding-left: 5px;}
#bridge dl {margin-top: 0;margin-bottom: 20px;}
#bridge dt, #bridge dd {line-height: 1.42857143;}
#bridge dt {font-weight: bold;}
#bridge dd {margin-left: 0;}
@media (min-width: 768px) {#bridge .dl-horizontal dt {float: left;width: 160px;overflow: hidden;clear: left;text-align: right;text-overflow: ellipsis;white-space: nowrap;}
	#bridge .dl-horizontal dd {margin-left: 180px;}}
#bridge abbr[title], #bridge abbr[data-original-title] {cursor: help;border-bottom: 1px dotted #777;}
#bridge .initialism {font-size: 90%;text-transform: uppercase;}
#bridge blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee;}
#bridge blockquote p:last-child, #bridge blockquote ul:last-child, #bridge blockquote ol:last-child {margin-bottom: 0;}
#bridge blockquote footer, #bridge blockquote small, #bridge blockquote .small {display: block;font-size: 80%;line-height: 1.42857143;color: #777;}
#bridge blockquote footer:before, #bridge blockquote small:before, #bridge blockquote .small:before {content: "— ";}
#bridge .blockquote-reverse, #bridge blockquote.pull-right {padding-right: 15px;padding-left: 0;text-align: right;border-right: 5px solid #eee;border-left: 0;}
#bridge .blockquote-reverse footer:before, #bridge blockquote.pull-right footer:before, #bridge .blockquote-reverse small:before, #bridge blockquote.pull-right small:before, #bridge .blockquote-reverse .small:before, #bridge blockquote.pull-right .small:before {content: "";}
#bridge .blockquote-reverse footer:after, #bridge blockquote.pull-right footer:after, #bridge .blockquote-reverse small:after, #bridge blockquote.pull-right small:after, #bridge .blockquote-reverse .small:after, #bridge blockquote.pull-right .small:after {content: " —";}
#bridge blockquote:before, #bridge blockquote:after {content: "";}
#bridge address {margin-bottom: 20px;font-style: normal;line-height: 1.42857143;}
#bridge code, #bridge kbd, #bridge pre, #bridge samp {font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}
#bridge code {padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;}
#bridge kbd {padding: 2px 4px;font-size: 90%;color: #fff;background-color: #333;border-radius: 3px;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);}
#bridge kbd kbd {padding: 0;font-size: 100%;-webkit-box-shadow: none;box-shadow: none;}
#bridge pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 1.42857143;color: #333;word-break: break-all;word-wrap: break-word;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px;}
#bridge pre code {padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0;}
#bridge .pre-scrollable {max-height: 340px;overflow-y: scroll;}
#bridge .container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
#bridge .container-fluid {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
#bridge .row {margin-right: -15px;margin-left: -15px;}
#bridge .col-xs-1, #bridge .col-sm-1, #bridge .col-md-1, #bridge .col-lg-1, #bridge .col-xs-2, #bridge .col-sm-2, #bridge .col-md-2, #bridge .col-lg-2, #bridge .col-xs-3, #bridge .col-sm-3, #bridge .col-md-3, #bridge .col-lg-3, #bridge .col-xs-4, #bridge .col-sm-4, #bridge .col-md-4, #bridge .col-lg-4, #bridge .col-xs-5, #bridge .col-sm-5, #bridge .col-md-5, #bridge .col-lg-5, #bridge .col-xs-6, #bridge .col-sm-6, #bridge .col-md-6, #bridge .col-lg-6, #bridge .col-xs-7, #bridge .col-sm-7, #bridge .col-md-7, #bridge .col-lg-7, #bridge .col-xs-8, #bridge .col-sm-8, #bridge .col-md-8, #bridge .col-lg-8, #bridge .col-xs-9, #bridge .col-sm-9, #bridge .col-md-9, #bridge .col-lg-9, #bridge .col-xs-10, #bridge .col-sm-10, #bridge .col-md-10, #bridge .col-lg-10, #bridge .col-xs-11, #bridge .col-sm-11, #bridge .col-md-11, #bridge .col-lg-11, #bridge .col-xs-12, #bridge .col-sm-12, #bridge .col-md-12, #bridge .col-lg-12 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
#bridge .col-xs-1, #bridge .col-xs-2, #bridge .col-xs-3, #bridge .col-xs-4, #bridge .col-xs-5, #bridge .col-xs-6, #bridge .col-xs-7, #bridge .col-xs-8, #bridge .col-xs-9, #bridge .col-xs-10, #bridge .col-xs-11, #bridge .col-xs-12 {float: left;}
#bridge .col-xs-12 {width: 100%;}
#bridge .col-xs-11 {width: 91.66666667%;}
#bridge .col-xs-10 {width: 83.33333333%;}
#bridge .col-xs-9 {width: 75%;}
#bridge .col-xs-8 {width: 66.66666667%;}
#bridge .col-xs-7 {width: 58.33333333%;}
#bridge .col-xs-6 {width: 50%;}
#bridge .col-xs-5 {width: 41.66666667%;}
#bridge .col-xs-4 {width: 33.33333333%;}
#bridge .col-xs-3 {width: 25%;}
#bridge .col-xs-2 {width: 16.66666667%;}
#bridge .col-xs-1 {width: 8.33333333%;}
#bridge .col-xs-pull-12 {right: 100%;}
#bridge .col-xs-pull-11 {right: 91.66666667%;}
#bridge .col-xs-pull-10 {right: 83.33333333%;}
#bridge .col-xs-pull-9 {right: 75%;}
#bridge .col-xs-pull-8 {right: 66.66666667%;}
#bridge .col-xs-pull-7 {right: 58.33333333%;}
#bridge .col-xs-pull-6 {right: 50%;}
#bridge .col-xs-pull-5 {right: 41.66666667%;}
#bridge .col-xs-pull-4 {right: 33.33333333%;}
#bridge .col-xs-pull-3 {right: 25%;}
#bridge .col-xs-pull-2 {right: 16.66666667%;}
#bridge .col-xs-pull-1 {right: 8.33333333%;}
#bridge .col-xs-pull-0 {right: auto;}
#bridge .col-xs-push-12 {left: 100%;}
#bridge .col-xs-push-11 {left: 91.66666667%;}
#bridge .col-xs-push-10 {left: 83.33333333%;}
#bridge .col-xs-push-9 {left: 75%;}
#bridge .col-xs-push-8 {left: 66.66666667%;}
#bridge .col-xs-push-7 {left: 58.33333333%;}
#bridge .col-xs-push-6 {left: 50%;}
#bridge .col-xs-push-5 {left: 41.66666667%;}
#bridge .col-xs-push-4 {left: 33.33333333%;}
#bridge .col-xs-push-3 {left: 25%;}
#bridge .col-xs-push-2 {left: 16.66666667%;}
#bridge .col-xs-push-1 {left: 8.33333333%;}
#bridge .col-xs-push-0 {left: auto;}
#bridge .col-xs-offset-12 {margin-left: 100%;}
#bridge .col-xs-offset-11 {margin-left: 91.66666667%;}
#bridge .col-xs-offset-10 {margin-left: 83.33333333%;}
#bridge .col-xs-offset-9 {margin-left: 75%;}
#bridge .col-xs-offset-8 {margin-left: 66.66666667%;}
#bridge .col-xs-offset-7 {margin-left: 58.33333333%;}
#bridge .col-xs-offset-6 {margin-left: 50%;}
#bridge .col-xs-offset-5 {margin-left: 41.66666667%;}
#bridge .col-xs-offset-4 {margin-left: 33.33333333%;}
#bridge .col-xs-offset-3 {margin-left: 25%;}
#bridge .col-xs-offset-2 {margin-left: 16.66666667%;}
#bridge .col-xs-offset-1 {margin-left: 8.33333333%;}
#bridge .col-xs-offset-0 {margin-left: 0;}
@media (min-width: 768px) {#bridge .col-sm-1, #bridge .col-sm-2, #bridge .col-sm-3, #bridge .col-sm-4, #bridge .col-sm-5, #bridge .col-sm-6, #bridge .col-sm-7, #bridge .col-sm-8, #bridge .col-sm-9, #bridge .col-sm-10, #bridge .col-sm-11, #bridge .col-sm-12 {float: left;}
	#bridge .col-sm-12 {width: 100%;}
	#bridge .col-sm-11 {width: 91.66666667%;}
	#bridge .col-sm-10 {width: 83.33333333%;}
	#bridge .col-sm-9 {width: 75%;}
	#bridge .col-sm-8 {width: 66.66666667%;}
	#bridge .col-sm-7 {width: 58.33333333%;}
	#bridge .col-sm-6 {width: 50%;}
	#bridge .col-sm-5 {width: 41.66666667%;}
	#bridge .col-sm-4 {width: 33.33333333%;}
	#bridge .col-sm-3 {width: 25%;}
	#bridge .col-sm-2 {width: 16.66666667%;}
	#bridge .col-sm-1 {width: 8.33333333%;}
	#bridge .col-sm-pull-12 {right: 100%;}
	#bridge .col-sm-pull-11 {right: 91.66666667%;}
	#bridge .col-sm-pull-10 {right: 83.33333333%;}
	#bridge .col-sm-pull-9 {right: 75%;}
	#bridge .col-sm-pull-8 {right: 66.66666667%;}
	#bridge .col-sm-pull-7 {right: 58.33333333%;}
	#bridge .col-sm-pull-6 {right: 50%;}
	#bridge .col-sm-pull-5 {right: 41.66666667%;}
	#bridge .col-sm-pull-4 {right: 33.33333333%;}
	#bridge .col-sm-pull-3 {right: 25%;}
	#bridge .col-sm-pull-2 {right: 16.66666667%;}
	#bridge .col-sm-pull-1 {right: 8.33333333%;}
	#bridge .col-sm-pull-0 {right: auto;}
	#bridge .col-sm-push-12 {left: 100%;}
	#bridge .col-sm-push-11 {left: 91.66666667%;}
	#bridge .col-sm-push-10 {left: 83.33333333%;}
	#bridge .col-sm-push-9 {left: 75%;}
	#bridge .col-sm-push-8 {left: 66.66666667%;}
	#bridge .col-sm-push-7 {left: 58.33333333%;}
	#bridge .col-sm-push-6 {left: 50%;}
	#bridge .col-sm-push-5 {left: 41.66666667%;}
	#bridge .col-sm-push-4 {left: 33.33333333%;}
	#bridge .col-sm-push-3 {left: 25%;}
	#bridge .col-sm-push-2 {left: 16.66666667%;}
	#bridge .col-sm-push-1 {left: 8.33333333%;}
	#bridge .col-sm-push-0 {left: auto;}
	#bridge .col-sm-offset-12 {margin-left: 100%;}
	#bridge .col-sm-offset-11 {margin-left: 91.66666667%;}
	#bridge .col-sm-offset-10 {margin-left: 83.33333333%;}
	#bridge .col-sm-offset-9 {margin-left: 75%;}
	#bridge .col-sm-offset-8 {margin-left: 66.66666667%;}
	#bridge .col-sm-offset-7 {margin-left: 58.33333333%;}
	#bridge .col-sm-offset-6 {margin-left: 50%;}
	#bridge .col-sm-offset-5 {margin-left: 41.66666667%;}
	#bridge .col-sm-offset-4 {margin-left: 33.33333333%;}
	#bridge .col-sm-offset-3 {margin-left: 25%;}
	#bridge .col-sm-offset-2 {margin-left: 16.66666667%;}
	#bridge .col-sm-offset-1 {margin-left: 8.33333333%;}
	#bridge .col-sm-offset-0 {margin-left: 0;}}
@media (min-width: 992px) {#bridge .col-md-1, #bridge .col-md-2, #bridge .col-md-3, #bridge .col-md-4, #bridge .col-md-5, #bridge .col-md-6, #bridge .col-md-7, #bridge .col-md-8, #bridge .col-md-9, #bridge .col-md-10, #bridge .col-md-11, #bridge .col-md-12 {float: left;}
	#bridge .col-md-12 {width: 100%;}
	#bridge .col-md-11 {width: 91.66666667%;}
	#bridge .col-md-10 {width: 83.33333333%;}
	#bridge .col-md-9 {width: 75%;}
	#bridge .col-md-8 {width: 66.66666667%;}
	#bridge .col-md-7 {width: 58.33333333%;}
	#bridge .col-md-6 {width: 50%;}
	#bridge .col-md-5 {width: 41.66666667%;}
	#bridge .col-md-4 {width: 33.33333333%;}
	#bridge .col-md-3 {width: 25%;}
	#bridge .col-md-2 {width: 16.66666667%;}
	#bridge .col-md-1 {width: 8.33333333%;}
	#bridge .col-md-pull-12 {right: 100%;}
	#bridge .col-md-pull-11 {right: 91.66666667%;}
	#bridge .col-md-pull-10 {right: 83.33333333%;}
	#bridge .col-md-pull-9 {right: 75%;}
	#bridge .col-md-pull-8 {right: 66.66666667%;}
	#bridge .col-md-pull-7 {right: 58.33333333%;}
	#bridge .col-md-pull-6 {right: 50%;}
	#bridge .col-md-pull-5 {right: 41.66666667%;}
	#bridge .col-md-pull-4 {right: 33.33333333%;}
	#bridge .col-md-pull-3 {right: 25%;}
	#bridge .col-md-pull-2 {right: 16.66666667%;}
	#bridge .col-md-pull-1 {right: 8.33333333%;}
	#bridge .col-md-pull-0 {right: auto;}
	#bridge .col-md-push-12 {left: 100%;}
	#bridge .col-md-push-11 {left: 91.66666667%;}
	#bridge .col-md-push-10 {left: 83.33333333%;}
	#bridge .col-md-push-9 {left: 75%;}
	#bridge .col-md-push-8 {left: 66.66666667%;}
	#bridge .col-md-push-7 {left: 58.33333333%;}
	#bridge .col-md-push-6 {left: 50%;}
	#bridge .col-md-push-5 {left: 41.66666667%;}
	#bridge .col-md-push-4 {left: 33.33333333%;}
	#bridge .col-md-push-3 {left: 25%;}
	#bridge .col-md-push-2 {left: 16.66666667%;}
	#bridge .col-md-push-1 {left: 8.33333333%;}
	#bridge .col-md-push-0 {left: auto;}
	#bridge .col-md-offset-12 {margin-left: 100%;}
	#bridge .col-md-offset-11 {margin-left: 91.66666667%;}
	#bridge .col-md-offset-10 {margin-left: 83.33333333%;}
	#bridge .col-md-offset-9 {margin-left: 75%;}
	#bridge .col-md-offset-8 {margin-left: 66.66666667%;}
	#bridge .col-md-offset-7 {margin-left: 58.33333333%;}
	#bridge .col-md-offset-6 {margin-left: 50%;}
	#bridge .col-md-offset-5 {margin-left: 41.66666667%;}
	#bridge .col-md-offset-4 {margin-left: 33.33333333%;}
	#bridge .col-md-offset-3 {margin-left: 25%;}
	#bridge .col-md-offset-2 {margin-left: 16.66666667%;}
	#bridge .col-md-offset-1 {margin-left: 8.33333333%;}
	#bridge .col-md-offset-0 {margin-left: 0;}}
@media (min-width: 1200px) {#bridge .col-lg-1, #bridge .col-lg-2, #bridge .col-lg-3, #bridge .col-lg-4, #bridge .col-lg-5, #bridge .col-lg-6, #bridge .col-lg-7, #bridge .col-lg-8, #bridge .col-lg-9, #bridge .col-lg-10, #bridge .col-lg-11, #bridge .col-lg-12 {float: left;}
	#bridge .col-lg-12 {width: 100%;}
	#bridge .col-lg-11 {width: 91.66666667%;}
	#bridge .col-lg-10 {width: 83.33333333%;}
	#bridge .col-lg-9 {width: 75%;}
	#bridge .col-lg-8 {width: 66.66666667%;}
	#bridge .col-lg-7 {width: 58.33333333%;}
	#bridge .col-lg-6 {width: 50%;}
	#bridge .col-lg-5 {width: 41.66666667%;}
	#bridge .col-lg-4 {width: 33.33333333%;}
	#bridge .col-lg-3 {width: 25%;}
	#bridge .col-lg-2 {width: 16.66666667%;}
	#bridge .col-lg-1 {width: 8.33333333%;}
	#bridge .col-lg-pull-12 {right: 100%;}
	#bridge .col-lg-pull-11 {right: 91.66666667%;}
	#bridge .col-lg-pull-10 {right: 83.33333333%;}
	#bridge .col-lg-pull-9 {right: 75%;}
	#bridge .col-lg-pull-8 {right: 66.66666667%;}
	#bridge .col-lg-pull-7 {right: 58.33333333%;}
	#bridge .col-lg-pull-6 {right: 50%;}
	#bridge .col-lg-pull-5 {right: 41.66666667%;}
	#bridge .col-lg-pull-4 {right: 33.33333333%;}
	#bridge .col-lg-pull-3 {right: 25%;}
	#bridge .col-lg-pull-2 {right: 16.66666667%;}
	#bridge .col-lg-pull-1 {right: 8.33333333%;}
	#bridge .col-lg-pull-0 {right: auto;}
	#bridge .col-lg-push-12 {left: 100%;}
	#bridge .col-lg-push-11 {left: 91.66666667%;}
	#bridge .col-lg-push-10 {left: 83.33333333%;}
	#bridge .col-lg-push-9 {left: 75%;}
	#bridge .col-lg-push-8 {left: 66.66666667%;}
	#bridge .col-lg-push-7 {left: 58.33333333%;}
	#bridge .col-lg-push-6 {left: 50%;}
	#bridge .col-lg-push-5 {left: 41.66666667%;}
	#bridge .col-lg-push-4 {left: 33.33333333%;}
	#bridge .col-lg-push-3 {left: 25%;}
	#bridge .col-lg-push-2 {left: 16.66666667%;}
	#bridge .col-lg-push-1 {left: 8.33333333%;}
	#bridge .col-lg-push-0 {left: auto;}
	#bridge .col-lg-offset-12 {margin-left: 100%;}
	#bridge .col-lg-offset-11 {margin-left: 91.66666667%;}
	#bridge .col-lg-offset-10 {margin-left: 83.33333333%;}
	#bridge .col-lg-offset-9 {margin-left: 75%;}
	#bridge .col-lg-offset-8 {margin-left: 66.66666667%;}
	#bridge .col-lg-offset-7 {margin-left: 58.33333333%;}
	#bridge .col-lg-offset-6 {margin-left: 50%;}
	#bridge .col-lg-offset-5 {margin-left: 41.66666667%;}
	#bridge .col-lg-offset-4 {margin-left: 33.33333333%;}
	#bridge .col-lg-offset-3 {margin-left: 25%;}
	#bridge .col-lg-offset-2 {margin-left: 16.66666667%;}
	#bridge .col-lg-offset-1 {margin-left: 8.33333333%;}
	#bridge .col-lg-offset-0 {margin-left: 0;}}
#bridge table {background-color: transparent;}
#bridge th {text-align: left;}
#bridge .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
#bridge .table > thead > tr > th, #bridge .table > tbody > tr > th, #bridge .table > tfoot > tr > th, #bridge .table > thead > tr > td, #bridge .table > tbody > tr > td, #bridge .table > tfoot > tr > td {padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd;}
#bridge .table > thead > tr > th {vertical-align: bottom;border-bottom: 2px solid #ddd;}
#bridge .table > caption + thead > tr:first-child > th, #bridge .table > colgroup + thead > tr:first-child > th, #bridge .table > thead:first-child > tr:first-child > th, #bridge .table > caption + thead > tr:first-child > td, #bridge .table > colgroup + thead > tr:first-child > td, #bridge .table > thead:first-child > tr:first-child > td {border-top: 0;}
#bridge .table > tbody + tbody {border-top: 2px solid #ddd;}
#bridge .table .table {background-color: #fff;}
#bridge .table-condensed > thead > tr > th, #bridge .table-condensed > tbody > tr > th, #bridge .table-condensed > tfoot > tr > th, #bridge .table-condensed > thead > tr > td, #bridge .table-condensed > tbody > tr > td, #bridge .table-condensed > tfoot > tr > td {padding: 5px;}
#bridge .table-bordered {border: 1px solid #ddd;}
#bridge .table-bordered > thead > tr > th, #bridge .table-bordered > tbody > tr > th, #bridge .table-bordered > tfoot > tr > th, #bridge .table-bordered > thead > tr > td, #bridge .table-bordered > tbody > tr > td, #bridge .table-bordered > tfoot > tr > td {border: 1px solid #ddd;}
#bridge .table-bordered > thead > tr > th, #bridge .table-bordered > thead > tr > td {border-bottom-width: 2px;}
#bridge .table-striped > tbody > tr:nth-child(odd) > td, #bridge .table-striped > tbody > tr:nth-child(odd) > th {background-color: #f9f9f9;}
#bridge .table-hover > tbody > tr:hover > td, #bridge .table-hover > tbody > tr:hover > th {background-color: #f5f5f5;}
#bridge table col[class*="col-"] {position: static;display: table-column;float: none;}
#bridge table td[class*="col-"], #bridge table th[class*="col-"] {position: static;display: table-cell;float: none;}
#bridge .table > thead > tr > td.active, #bridge .table > tbody > tr > td.active, #bridge .table > tfoot > tr > td.active, #bridge .table > thead > tr > th.active, #bridge .table > tbody > tr > th.active, #bridge .table > tfoot > tr > th.active, #bridge .table > thead > tr.active > td, #bridge .table > tbody > tr.active > td, #bridge .table > tfoot > tr.active > td, #bridge .table > thead > tr.active > th, #bridge .table > tbody > tr.active > th, #bridge .table > tfoot > tr.active > th {background-color: #f5f5f5;}
#bridge .table-hover > tbody > tr > td.active:hover, #bridge .table-hover > tbody > tr > th.active:hover, #bridge .table-hover > tbody > tr.active:hover > td, #bridge .table-hover > tbody > tr:hover > .active, #bridge .table-hover > tbody > tr.active:hover > th {background-color: #e8e8e8;}
#bridge .table > thead > tr > td.success, #bridge .table > tbody > tr > td.success, #bridge .table > tfoot > tr > td.success, #bridge .table > thead > tr > th.success, #bridge .table > tbody > tr > th.success, #bridge .table > tfoot > tr > th.success, #bridge .table > thead > tr.success > td, #bridge .table > tbody > tr.success > td, #bridge .table > tfoot > tr.success > td, #bridge .table > thead > tr.success > th, #bridge .table > tbody > tr.success > th, #bridge .table > tfoot > tr.success > th {background-color: #dff0d8;}
#bridge .table-hover > tbody > tr > td.success:hover, #bridge .table-hover > tbody > tr > th.success:hover, #bridge .table-hover > tbody > tr.success:hover > td, #bridge .table-hover > tbody > tr:hover > .success, #bridge .table-hover > tbody > tr.success:hover > th {background-color: #d0e9c6;}
#bridge .table > thead > tr > td.info, #bridge .table > tbody > tr > td.info, #bridge .table > tfoot > tr > td.info, #bridge .table > thead > tr > th.info, #bridge .table > tbody > tr > th.info, #bridge .table > tfoot > tr > th.info, #bridge .table > thead > tr.info > td, #bridge .table > tbody > tr.info > td, #bridge .table > tfoot > tr.info > td, #bridge .table > thead > tr.info > th, #bridge .table > tbody > tr.info > th, #bridge .table > tfoot > tr.info > th {background-color: #d9edf7;}
#bridge .table-hover > tbody > tr > td.info:hover, #bridge .table-hover > tbody > tr > th.info:hover, #bridge .table-hover > tbody > tr.info:hover > td, #bridge .table-hover > tbody > tr:hover > .info, #bridge .table-hover > tbody > tr.info:hover > th {background-color: #c4e3f3;}
#bridge .table > thead > tr > td.warning, #bridge .table > tbody > tr > td.warning, #bridge .table > tfoot > tr > td.warning, #bridge .table > thead > tr > th.warning, #bridge .table > tbody > tr > th.warning, #bridge .table > tfoot > tr > th.warning, #bridge .table > thead > tr.warning > td, #bridge .table > tbody > tr.warning > td, #bridge .table > tfoot > tr.warning > td, #bridge .table > thead > tr.warning > th, #bridge .table > tbody > tr.warning > th, #bridge .table > tfoot > tr.warning > th {background-color: #fcf8e3;}
#bridge .table-hover > tbody > tr > td.warning:hover, #bridge .table-hover > tbody > tr > th.warning:hover, #bridge .table-hover > tbody > tr.warning:hover > td, #bridge .table-hover > tbody > tr:hover > .warning, #bridge .table-hover > tbody > tr.warning:hover > th {background-color: #faf2cc;}
#bridge .table > thead > tr > td.danger, #bridge .table > tbody > tr > td.danger, #bridge .table > tfoot > tr > td.danger, #bridge .table > thead > tr > th.danger, #bridge .table > tbody > tr > th.danger, #bridge .table > tfoot > tr > th.danger, #bridge .table > thead > tr.danger > td, #bridge .table > tbody > tr.danger > td, #bridge .table > tfoot > tr.danger > td, #bridge .table > thead > tr.danger > th, #bridge .table > tbody > tr.danger > th, #bridge .table > tfoot > tr.danger > th {background-color: #f2dede;}
#bridge .table-hover > tbody > tr > td.danger:hover, #bridge .table-hover > tbody > tr > th.danger:hover, #bridge .table-hover > tbody > tr.danger:hover > td, #bridge .table-hover > tbody > tr:hover > .danger, #bridge .table-hover > tbody > tr.danger:hover > th {background-color: #ebcccc;}
@media screen and (max-width: 767px) {#bridge .table-responsive {width: 100%;margin-bottom: 15px;overflow-x: auto;overflow-y: hidden;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;border: 1px solid #ddd;}
	#bridge .table-responsive > .table {margin-bottom: 0;}
	#bridge .table-responsive > .table > thead > tr > th, #bridge .table-responsive > .table > tbody > tr > th, #bridge .table-responsive > .table > tfoot > tr > th, #bridge .table-responsive > .table > thead > tr > td, #bridge .table-responsive > .table > tbody > tr > td, #bridge .table-responsive > .table > tfoot > tr > td {white-space: nowrap;}
	#bridge .table-responsive > .table-bordered {border: 0;}
	#bridge .table-responsive > .table-bordered > thead > tr > th:first-child, #bridge .table-responsive > .table-bordered > tbody > tr > th:first-child, #bridge .table-responsive > .table-bordered > tfoot > tr > th:first-child, #bridge .table-responsive > .table-bordered > thead > tr > td:first-child, #bridge .table-responsive > .table-bordered > tbody > tr > td:first-child, #bridge .table-responsive > .table-bordered > tfoot > tr > td:first-child {border-left: 0;}
	#bridge .table-responsive > .table-bordered > thead > tr > th:last-child, #bridge .table-responsive > .table-bordered > tbody > tr > th:last-child, #bridge .table-responsive > .table-bordered > tfoot > tr > th:last-child, #bridge .table-responsive > .table-bordered > thead > tr > td:last-child, #bridge .table-responsive > .table-bordered > tbody > tr > td:last-child, #bridge .table-responsive > .table-bordered > tfoot > tr > td:last-child {border-right: 0;}
	#bridge .table-responsive > .table-bordered > tbody > tr:last-child > th, #bridge .table-responsive > .table-bordered > tfoot > tr:last-child > th, #bridge .table-responsive > .table-bordered > tbody > tr:last-child > td, #bridge .table-responsive > .table-bordered > tfoot > tr:last-child > td {border-bottom: 0;}}
#bridge fieldset {min-width: 0;padding: 0;margin: 0;border: 0;}
#bridge legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: inherit;color: #333;border: 0;border-bottom: 1px solid #e5e5e5;}
#bridge label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;}
#bridge input[type="search"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#bridge input[type="radio"], #bridge input[type="checkbox"] {margin: 4px 0 0;margin-top: 1px \9;line-height: normal;}
#bridge input[type="file"] {display: block;}
#bridge input[type="range"] {display: block;width: 100%;}
#bridge select[multiple], #bridge select[size] {height: auto;}
#bridge input[type="file"]:focus, #bridge input[type="radio"]:focus, #bridge input[type="checkbox"]:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
#bridge output {display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857143;color: #555;}
#bridge .form-control {display: block;width: 100%;height: 26px;padding: 3px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
#bridge .form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
#bridge .form-control::-moz-placeholder {color: #777;opacity: 1;}
#bridge .form-control:-ms-input-placeholder {color: #777;}
#bridge .form-control::-webkit-input-placeholder {color: #777;}
#bridge .form-control[disabled], #bridge .form-control[readonly], #bridge fieldset[disabled] .form-control {cursor: not-allowed;background-color: #eee;opacity: 1;}
#bridge textarea.form-control {height: auto;}
#bridge input[type="search"] {-webkit-appearance: none;}
#bridge input[type="date"], #bridge input[type="time"], #bridge input[type="datetime-local"], #bridge input[type="month"] {line-height: 34px;line-height: 1.42857143 \0;}
#bridge input[type="date"].input-sm, #bridge input[type="time"].input-sm, #bridge input[type="datetime-local"].input-sm, #bridge input[type="month"].input-sm {line-height: 30px;}
#bridge input[type="date"].input-lg, #bridge input[type="time"].input-lg, #bridge input[type="datetime-local"].input-lg, #bridge input[type="month"].input-lg {line-height: 46px;}
#bridge .form-group {margin-bottom: 15px;}
#bridge .radio, #bridge .checkbox {position: relative;display: block;min-height: 20px;margin-top: 10px;margin-bottom: 10px;}
#bridge .radio label, #bridge .checkbox label {padding-left: 20px;margin-bottom: 0;font-weight: normal;cursor: pointer;}
#bridge .radio input[type="radio"], #bridge .radio-inline input[type="radio"], #bridge .checkbox input[type="checkbox"], #bridge .checkbox-inline input[type="checkbox"] {position: absolute;margin-top: 4px \9;margin-left: -20px;}
#bridge .radio + .radio, #bridge .checkbox + .checkbox {margin-top: -5px;}
#bridge .radio-inline, #bridge .checkbox-inline {display: inline-block;padding-left: 20px;margin-bottom: 0;font-weight: normal;vertical-align: middle;cursor: pointer;}
#bridge .radio-inline + .radio-inline, #bridge .checkbox-inline + .checkbox-inline {margin-top: 0;margin-left: 10px;}
#bridge input[type="radio"][disabled], #bridge input[type="checkbox"][disabled], #bridge input[type="radio"].disabled, #bridge input[type="checkbox"].disabled, #bridge fieldset[disabled] input[type="radio"], #bridge fieldset[disabled] input[type="checkbox"] {cursor: not-allowed;}
#bridge .radio-inline.disabled, #bridge .checkbox-inline.disabled, #bridge fieldset[disabled] .radio-inline, #bridge fieldset[disabled] .checkbox-inline {cursor: not-allowed;}
#bridge .radio.disabled label, #bridge .checkbox.disabled label, #bridge fieldset[disabled] .radio label, #bridge fieldset[disabled] .checkbox label {cursor: not-allowed;}
#bridge .form-control-static {padding-top: 7px;padding-bottom: 7px;margin-bottom: 0;}
#bridge .form-control-static.input-lg, #bridge .form-control-static.input-sm {padding-right: 0;padding-left: 0;}
#bridge .input-sm, #bridge .form-horizontal .form-group-sm .form-control {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}
#bridge select.input-sm {height: 30px;line-height: 30px;}
#bridge textarea.input-sm, #bridge select[multiple].input-sm {height: auto;}
#bridge .input-lg, #bridge .form-horizontal .form-group-lg .form-control {height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.33;border-radius: 6px;}
#bridge select.input-lg {height: 46px;line-height: 46px;}
#bridge textarea.input-lg, #bridge select[multiple].input-lg {height: auto;}
#bridge .has-feedback {position: relative;}
#bridge .has-feedback .form-control {padding-right: 42.5px;}
#bridge .form-control-feedback {position: absolute;top: 25px;right: 0;z-index: 2;display: block;width: 34px;height: 34px;line-height: 34px;text-align: center;}
#bridge .input-lg + .form-control-feedback {width: 46px;height: 46px;line-height: 46px;}
#bridge .input-sm + .form-control-feedback {width: 30px;height: 30px;line-height: 30px;}
#bridge .has-success .help-block, #bridge .has-success .control-label, #bridge .has-success .radio, #bridge .has-success .checkbox, #bridge .has-success .radio-inline, #bridge .has-success .checkbox-inline {color: #3c763d;}
#bridge .has-success .form-control {border-color: #3c763d;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
#bridge .has-success .form-control:focus {border-color: #2b542c;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;}
#bridge .has-success .input-group-addon {color: #3c763d;background-color: #dff0d8;border-color: #3c763d;}
#bridge .has-success .form-control-feedback {color: #3c763d;}
#bridge .has-warning .help-block, #bridge .has-warning .control-label, #bridge .has-warning .radio, #bridge .has-warning .checkbox, #bridge .has-warning .radio-inline, #bridge .has-warning .checkbox-inline {color: #8a6d3b;}
#bridge .has-warning .form-control {border-color: #8a6d3b;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
#bridge .has-warning .form-control:focus {border-color: #66512c;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;}
#bridge .has-warning .input-group-addon {color: #8a6d3b;background-color: #fcf8e3;border-color: #8a6d3b;}
#bridge .has-warning .form-control-feedback {color: #8a6d3b;}
#bridge .has-error .help-block, #bridge .has-error .control-label, #bridge .has-error .radio, #bridge .has-error .checkbox, #bridge .has-error .radio-inline, #bridge .has-error .checkbox-inline {color: #a94442;}
#bridge .has-error .form-control {border-color: #a94442;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
#bridge .has-error .form-control:focus {border-color: #843534;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}
#bridge .has-error .input-group-addon {color: #a94442;background-color: #f2dede;border-color: #a94442;}
#bridge .has-error .form-control-feedback {color: #a94442;}
#bridge .has-feedback label.sr-only ~ .form-control-feedback {top: 0;}
#bridge .help-block {display: block;margin-top: 5px;margin-bottom: 10px;color: #737373;}
@media (min-width: 768px) {#bridge .form-inline .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle;}
	#bridge .form-inline .form-control {display: inline-block;width: auto;vertical-align: middle;}
	#bridge .form-inline .input-group {display: inline-table;vertical-align: middle;}
	#bridge .form-inline .input-group .input-group-addon, #bridge .form-inline .input-group .input-group-btn, #bridge .form-inline .input-group .form-control {width: auto;}
	#bridge .form-inline .input-group > .form-control {width: 100%;}
	#bridge .form-inline .control-label {margin-bottom: 0;vertical-align: middle;}
	#bridge .form-inline .radio, #bridge .form-inline .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle;}
	#bridge .form-inline .radio label, #bridge .form-inline .checkbox label {padding-left: 0;}
	#bridge .form-inline .radio input[type="radio"], #bridge .form-inline .checkbox input[type="checkbox"] {position: relative;margin-left: 0;}
	#bridge .form-inline .has-feedback .form-control-feedback {top: 0;}}
#bridge .form-horizontal .radio, #bridge .form-horizontal .checkbox, #bridge .form-horizontal .radio-inline, #bridge .form-horizontal .checkbox-inline {padding-top: 7px;margin-top: 0;margin-bottom: 0;}
#bridge .form-horizontal .radio, #bridge .form-horizontal .checkbox {min-height: 27px;}
#bridge .form-horizontal .form-group {margin-right: -15px;margin-left: -15px;}
@media (min-width: 768px) {#bridge .form-horizontal .control-label {padding-top: 7px;margin-bottom: 0;text-align: right;}}
#bridge .form-horizontal .has-feedback .form-control-feedback {top: 0;right: 15px;}
@media (min-width: 768px) {#bridge .form-horizontal .form-group-lg .control-label {padding-top: 14.3px;}}
@media (min-width: 768px) {#bridge .form-horizontal .form-group-sm .control-label {padding-top: 6px;}}
#bridge .btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
#bridge .btn:focus, #bridge .btn:active:focus, #bridge .btn.active:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
#bridge .btn:hover, #bridge .btn:focus {color: #333;text-decoration: none;}
#bridge .btn:active, #bridge .btn.active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
#bridge .btn.disabled, #bridge .btn[disabled], #bridge fieldset[disabled] .btn {pointer-events: none;cursor: not-allowed;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;opacity: .65;}
#bridge .btn-default {color: #333;background-color: #fff;border-color: #ccc;}
#bridge .btn-default:hover, #bridge .btn-default:focus, #bridge .btn-default:active, #bridge .btn-default.active, #bridge .open > .dropdown-toggle.btn-default {color: #333;background-color: #e6e6e6;border-color: #adadad;}
#bridge .btn-default:active, #bridge .btn-default.active, #bridge .open > .dropdown-toggle.btn-default {background-image: none;}
#bridge .btn-default.disabled, #bridge .btn-default[disabled], #bridge fieldset[disabled] .btn-default, #bridge .btn-default.disabled:hover, #bridge .btn-default[disabled]:hover, #bridge fieldset[disabled] .btn-default:hover, #bridge .btn-default.disabled:focus, #bridge .btn-default[disabled]:focus, #bridge fieldset[disabled] .btn-default:focus, #bridge .btn-default.disabled:active, #bridge .btn-default[disabled]:active, #bridge fieldset[disabled] .btn-default:active, #bridge .btn-default.disabled.active, #bridge .btn-default[disabled].active, #bridge fieldset[disabled] .btn-default.active {background-color: #fff;border-color: #ccc;}
#bridge .btn-default .badge {color: #fff;background-color: #333;}
#bridge .btn-primary {color: #fff;background-color: #428bca;border-color: #357ebd;}
#bridge .btn-primary:hover, #bridge .btn-primary:focus, #bridge .btn-primary:active, #bridge .btn-primary.active, #bridge .open > .dropdown-toggle.btn-primary {color: #fff;background-color: #3071a9;border-color: #285e8e;}
#bridge .btn-primary:active, #bridge .btn-primary.active, #bridge .open > .dropdown-toggle.btn-primary {background-image: none;}
#bridge .btn-primary.disabled, #bridge .btn-primary[disabled], #bridge fieldset[disabled] .btn-primary, #bridge .btn-primary.disabled:hover, #bridge .btn-primary[disabled]:hover, #bridge fieldset[disabled] .btn-primary:hover, #bridge .btn-primary.disabled:focus, #bridge .btn-primary[disabled]:focus, #bridge fieldset[disabled] .btn-primary:focus, #bridge .btn-primary.disabled:active, #bridge .btn-primary[disabled]:active, #bridge fieldset[disabled] .btn-primary:active, #bridge .btn-primary.disabled.active, #bridge .btn-primary[disabled].active, #bridge fieldset[disabled] .btn-primary.active {background-color: #428bca;border-color: #357ebd;}
#bridge .btn-primary .badge {color: #428bca;background-color: #fff;}
#bridge .btn-success {color: #fff;background-color: #5cb85c;border-color: #4cae4c;}
#bridge .btn-success:hover, #bridge .btn-success:focus, #bridge .btn-success:active, #bridge .btn-success.active, #bridge .open > .dropdown-toggle.btn-success {color: #fff;background-color: #449d44;border-color: #398439;}
#bridge .btn-success:active, #bridge .btn-success.active, #bridge .open > .dropdown-toggle.btn-success {background-image: none;}
#bridge .btn-success.disabled, #bridge .btn-success[disabled], #bridge fieldset[disabled] .btn-success, #bridge .btn-success.disabled:hover, #bridge .btn-success[disabled]:hover, #bridge fieldset[disabled] .btn-success:hover, #bridge .btn-success.disabled:focus, #bridge .btn-success[disabled]:focus, #bridge fieldset[disabled] .btn-success:focus, #bridge .btn-success.disabled:active, #bridge .btn-success[disabled]:active, #bridge fieldset[disabled] .btn-success:active, #bridge .btn-success.disabled.active, #bridge .btn-success[disabled].active, #bridge fieldset[disabled] .btn-success.active {background-color: #5cb85c;border-color: #4cae4c;}
#bridge .btn-success .badge {color: #5cb85c;background-color: #fff;}
#bridge .btn-info {color: #fff;background-color: #5bc0de;border-color: #46b8da;}
#bridge .btn-info:hover, #bridge .btn-info:focus, #bridge .btn-info:active, #bridge .btn-info.active, #bridge .open > .dropdown-toggle.btn-info {color: #fff;background-color: #31b0d5;border-color: #269abc;}
#bridge .btn-info:active, #bridge .btn-info.active, #bridge .open > .dropdown-toggle.btn-info {background-image: none;}
#bridge .btn-info.disabled, #bridge .btn-info[disabled], #bridge fieldset[disabled] .btn-info, #bridge .btn-info.disabled:hover, #bridge .btn-info[disabled]:hover, #bridge fieldset[disabled] .btn-info:hover, #bridge .btn-info.disabled:focus, #bridge .btn-info[disabled]:focus, #bridge fieldset[disabled] .btn-info:focus, #bridge .btn-info.disabled:active, #bridge .btn-info[disabled]:active, #bridge fieldset[disabled] .btn-info:active, #bridge .btn-info.disabled.active, #bridge .btn-info[disabled].active, #bridge fieldset[disabled] .btn-info.active {background-color: #5bc0de;border-color: #46b8da;}
#bridge .btn-info .badge {color: #5bc0de;background-color: #fff;}
#bridge .btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236;}
#bridge .btn-warning:hover, #bridge .btn-warning:focus, #bridge .btn-warning:active, #bridge .btn-warning.active, #bridge .open > .dropdown-toggle.btn-warning {color: #fff;background-color: #ec971f;border-color: #d58512;}
#bridge .btn-warning:active, #bridge .btn-warning.active, #bridge .open > .dropdown-toggle.btn-warning {background-image: none;}
#bridge .btn-warning.disabled, #bridge .btn-warning[disabled], #bridge fieldset[disabled] .btn-warning, #bridge .btn-warning.disabled:hover, #bridge .btn-warning[disabled]:hover, #bridge fieldset[disabled] .btn-warning:hover, #bridge .btn-warning.disabled:focus, #bridge .btn-warning[disabled]:focus, #bridge fieldset[disabled] .btn-warning:focus, #bridge .btn-warning.disabled:active, #bridge .btn-warning[disabled]:active, #bridge fieldset[disabled] .btn-warning:active, #bridge .btn-warning.disabled.active, #bridge .btn-warning[disabled].active, #bridge fieldset[disabled] .btn-warning.active {background-color: #f0ad4e;border-color: #eea236;}
#bridge .btn-warning .badge {color: #f0ad4e;background-color: #fff;}
#bridge .btn-danger {color: #fff;background-color: #d9534f;border-color: #d43f3a;}
#bridge .btn-danger:hover, #bridge .btn-danger:focus, #bridge .btn-danger:active, #bridge .btn-danger.active, #bridge .open > .dropdown-toggle.btn-danger {color: #fff;background-color: #c9302c;border-color: #ac2925;}
#bridge .btn-danger:active, #bridge .btn-danger.active, #bridge .open > .dropdown-toggle.btn-danger {background-image: none;}
#bridge .btn-danger.disabled, #bridge .btn-danger[disabled], #bridge fieldset[disabled] .btn-danger, #bridge .btn-danger.disabled:hover, #bridge .btn-danger[disabled]:hover, #bridge fieldset[disabled] .btn-danger:hover, #bridge .btn-danger.disabled:focus, #bridge .btn-danger[disabled]:focus, #bridge fieldset[disabled] .btn-danger:focus, #bridge .btn-danger.disabled:active, #bridge .btn-danger[disabled]:active, #bridge fieldset[disabled] .btn-danger:active, #bridge .btn-danger.disabled.active, #bridge .btn-danger[disabled].active, #bridge fieldset[disabled] .btn-danger.active {background-color: #d9534f;border-color: #d43f3a;}
#bridge .btn-danger .badge {color: #d9534f;background-color: #fff;}
#bridge .btn-link {font-weight: normal;color: #428bca;cursor: pointer;border-radius: 0;}
#bridge .btn-link, #bridge .btn-link:active, #bridge .btn-link[disabled], #bridge fieldset[disabled] .btn-link {background-color: transparent;-webkit-box-shadow: none;box-shadow: none;}
#bridge .btn-link, #bridge .btn-link:hover, #bridge .btn-link:focus, #bridge .btn-link:active {border-color: transparent;}
#bridge .btn-link:hover, #bridge .btn-link:focus {color: #2a6496;text-decoration: underline;background-color: transparent;}
#bridge .btn-link[disabled]:hover, #bridge fieldset[disabled] .btn-link:hover, #bridge .btn-link[disabled]:focus, #bridge fieldset[disabled] .btn-link:focus {color: #777;text-decoration: none;}
#bridge .btn-lg, #bridge .btn-group-lg > .btn {padding: 10px 16px;font-size: 18px;line-height: 1.33;border-radius: 6px;}
#bridge .btn-sm, #bridge .btn-group-sm > .btn {padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}
#bridge .btn-xs, #bridge .btn-group-xs > .btn {padding: 1px 5px;font-size: 12px;line-height: 1.5;border-radius: 3px;}
#bridge .btn-block {display: block;width: 100%;}
#bridge .btn-block + .btn-block {margin-top: 5px;}
#bridge input[type="submit"].btn-block, #bridge input[type="reset"].btn-block, #bridge input[type="button"].btn-block {width: 100%;}
#bridge .fade {opacity: 0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}
#bridge .fade.in {opacity: 1;}
#bridge .collapse {display: none;}
#bridge .collapse.in {display: block;}
#bridge tr.collapse.in {display: table-row;}
#bridge tbody.collapse.in {display: table-row-group;}
#bridge .collapsing {position: relative;height: 0;overflow: hidden;-webkit-transition: height .35s ease;-o-transition: height .35s ease;transition: height .35s ease;}
#bridge .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
#bridge .alert h4 {margin-top: 0;color: inherit;}
#bridge .alert .alert-link {font-weight: bold;}
#bridge .alert > p, #bridge .alert > ul {padding: 0 35px;font-weight: bold;margin-bottom: 0;}
#bridge .alert > p + p {margin-top: 5px;}
#bridge .alert-dismissable, #bridge .alert-dismissible {padding-right: 35px;}
#bridge .alert-dismissable .close, #bridge .alert-dismissible .close {position: relative;top: -2px;right: -21px;color: inherit;}
#bridge .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
#bridge .alert-success hr {border-top-color: #c9e2b3;}
#bridge .alert-success .alert-link {color: #2b542c;}
#bridge .alert-info {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
#bridge .alert-info hr {border-top-color: #a6e1ec;}
#bridge .alert-info .alert-link {color: #245269;}
#bridge .alert-warning {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;}
#bridge .alert-warning hr {border-top-color: #f7e1b5;}
#bridge .alert-warning .alert-link {color: #66512c;}
#bridge .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
#bridge .alert-danger hr {border-top-color: #e4b9c0;}
#bridge .alert-danger .alert-link {color: #843534;}
#bridge .list-group {padding-left: 0;margin-bottom: 20px;}
#bridge .list-group-item {position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;background-color: #fff;border: 1px solid #ddd;}
#bridge .list-group-item:first-child {border-top-left-radius: 4px;border-top-right-radius: 4px;}
#bridge .list-group-item:last-child {margin-bottom: 0;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
#bridge .list-group-item > .badge {float: right;}
#bridge .list-group-item > .badge + .badge {margin-right: 5px;}
#bridge a.list-group-item {color: #555;}
#bridge a.list-group-item .list-group-item-heading {color: #333;}
#bridge a.list-group-item:hover, #bridge a.list-group-item:focus {color: #555;text-decoration: none;background-color: #f5f5f5;}
#bridge .list-group-item.disabled, #bridge .list-group-item.disabled:hover, #bridge .list-group-item.disabled:focus {color: #777;background-color: #eee;}
#bridge .list-group-item.disabled .list-group-item-heading, #bridge .list-group-item.disabled:hover .list-group-item-heading, #bridge .list-group-item.disabled:focus .list-group-item-heading {color: inherit;}
#bridge .list-group-item.disabled .list-group-item-text, #bridge .list-group-item.disabled:hover .list-group-item-text, #bridge .list-group-item.disabled:focus .list-group-item-text {color: #777;}
#bridge .list-group-item.active, #bridge .list-group-item.active:hover, #bridge .list-group-item.active:focus {z-index: 2;color: #fff;background-color: #428bca;border-color: #428bca;}
#bridge .list-group-item.active .list-group-item-heading, #bridge .list-group-item.active:hover .list-group-item-heading, #bridge .list-group-item.active:focus .list-group-item-heading, #bridge .list-group-item.active .list-group-item-heading > small, #bridge .list-group-item.active:hover .list-group-item-heading > small, #bridge .list-group-item.active:focus .list-group-item-heading > small, #bridge .list-group-item.active .list-group-item-heading > .small, #bridge .list-group-item.active:hover .list-group-item-heading > .small, #bridge .list-group-item.active:focus .list-group-item-heading > .small {color: inherit;}
#bridge .list-group-item.active .list-group-item-text, #bridge .list-group-item.active:hover .list-group-item-text, #bridge .list-group-item.active:focus .list-group-item-text {color: #e1edf7;}
#bridge .list-group-item-success {color: #3c763d;background-color: #dff0d8;}
#bridge .tooltip {position: absolute;z-index: 1070;display: block;font-size: 12px;line-height: 1.4;visibility: visible;filter: alpha(opacity=0);opacity: 0;}
#bridge .tooltip.in {filter: alpha(opacity=90);opacity: .9;}
#bridge .tooltip.top {padding: 5px 0;margin-top: -3px;}
#bridge .tooltip.right {padding: 0 5px;margin-left: 3px;}
#bridge .tooltip.bottom {padding: 5px 0;margin-top: 3px;}
#bridge .tooltip.left {padding: 0 5px;margin-left: -3px;}
#bridge .tooltip-inner {max-width: 200px;padding: 3px 8px;color: #fff;text-align: center;text-decoration: none;background-color: #000;border-radius: 4px;}
#bridge .tooltip-arrow {position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid;}
#bridge .tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000;}
#bridge .tooltip.top-left .tooltip-arrow {bottom: 0;left: 5px;border-width: 5px 5px 0;border-top-color: #000;}
#bridge .tooltip.top-right .tooltip-arrow {right: 5px;bottom: 0;border-width: 5px 5px 0;border-top-color: #000;}
#bridge .tooltip.right .tooltip-arrow {top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000;}
#bridge .tooltip.left .tooltip-arrow {top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000;}
#bridge .tooltip.bottom .tooltip-arrow {top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000;}
#bridge .tooltip.bottom-left .tooltip-arrow {top: 0;left: 5px;border-width: 0 5px 5px;border-bottom-color: #000;}
#bridge .tooltip.bottom-right .tooltip-arrow {top: 0;right: 5px;border-width: 0 5px 5px;border-bottom-color: #000;}
#bridge .panel {margin-bottom: 20px;background-color: #fff;border: 1px solid transparent;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);box-shadow: 0 1px 1px rgba(0,0,0,.05);}
#bridge .panel-body {padding: 15px;}
#bridge .panel-heading {padding: 10px 15px;border-bottom: 1px solid transparent;border-top-left-radius: 3px;border-top-right-radius: 3px;}
#bridge .panel-heading > .dropdown .dropdown-toggle {color: inherit;}
#bridge .panel-title {margin-top: 0;margin-bottom: 0;font-size: 16px;color: inherit;}
#bridge .panel-title > a {color: inherit;}
#bridge .panel-footer {padding: 10px 15px;background-color: #f5f5f5;border-top: 1px solid #ddd;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
#bridge .panel > .list-group {margin-bottom: 0;}
#bridge .panel > .list-group .list-group-item {border-width: 1px 0;border-radius: 0;}
#bridge .panel > .list-group:first-child .list-group-item:first-child {border-top: 0;border-top-left-radius: 3px;border-top-right-radius: 3px;}
#bridge .panel > .list-group:last-child .list-group-item:last-child {border-bottom: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
#bridge .panel-heading + .list-group .list-group-item:first-child {border-top-width: 0;}
#bridge .list-group + .panel-footer {border-top-width: 0;}
#bridge .panel > .table, #bridge .panel > .table-responsive > .table, #bridge .panel > .panel-collapse > .table {margin-bottom: 0;}
#bridge .panel > .table:first-child, #bridge .panel > .table-responsive:first-child > .table:first-child {border-top-left-radius: 3px;border-top-right-radius: 3px;}
#bridge .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, #bridge .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, #bridge .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, #bridge .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, #bridge .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, #bridge .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, #bridge .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, #bridge .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {border-top-left-radius: 3px;}
#bridge .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, #bridge .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, #bridge .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, #bridge .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, #bridge .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, #bridge .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, #bridge .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, #bridge .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {border-top-right-radius: 3px;}
#bridge .panel > .table:last-child, #bridge .panel > .table-responsive:last-child > .table:last-child {border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
#bridge .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, #bridge .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, #bridge .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, #bridge .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {border-bottom-left-radius: 3px;}
#bridge .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, #bridge .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, #bridge .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, #bridge .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, #bridge .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {border-bottom-right-radius: 3px;}
#bridge .panel > .panel-body + .table, #bridge .panel > .panel-body + .table-responsive {border-top: 1px solid #ddd;}
#bridge .panel > .table > tbody:first-child > tr:first-child th, #bridge .panel > .table > tbody:first-child > tr:first-child td {border-top: 0;}
#bridge .panel > .table-bordered, #bridge .panel > .table-responsive > .table-bordered {border: 0;}
#bridge .panel > .table-bordered > thead > tr > th:first-child, #bridge .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, #bridge .panel > .table-bordered > tbody > tr > th:first-child, #bridge .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, #bridge .panel > .table-bordered > tfoot > tr > th:first-child, #bridge .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, #bridge .panel > .table-bordered > thead > tr > td:first-child, #bridge .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, #bridge .panel > .table-bordered > tbody > tr > td:first-child, #bridge .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, #bridge .panel > .table-bordered > tfoot > tr > td:first-child, #bridge .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {border-left: 0;}
#bridge .panel > .table-bordered > thead > tr > th:last-child, #bridge .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, #bridge .panel > .table-bordered > tbody > tr > th:last-child, #bridge .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, #bridge .panel > .table-bordered > tfoot > tr > th:last-child, #bridge .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, #bridge .panel > .table-bordered > thead > tr > td:last-child, #bridge .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, #bridge .panel > .table-bordered > tbody > tr > td:last-child, #bridge .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, #bridge .panel > .table-bordered > tfoot > tr > td:last-child, #bridge .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {border-right: 0;}
#bridge .panel > .table-bordered > thead > tr:first-child > td, #bridge .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, #bridge .panel > .table-bordered > tbody > tr:first-child > td, #bridge .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, #bridge .panel > .table-bordered > thead > tr:first-child > th, #bridge .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, #bridge .panel > .table-bordered > tbody > tr:first-child > th, #bridge .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {border-bottom: 0;}
#bridge .panel > .table-bordered > tbody > tr:last-child > td, #bridge .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, #bridge .panel > .table-bordered > tfoot > tr:last-child > td, #bridge .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, #bridge .panel > .table-bordered > tbody > tr:last-child > th, #bridge .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, #bridge .panel > .table-bordered > tfoot > tr:last-child > th, #bridge .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {border-bottom: 0;}
#bridge .panel > .table-responsive {margin-bottom: 0;border: 0;}
#bridge .panel-group {margin-bottom: 20px;}
#bridge .panel-group .panel {margin-bottom: 0;border-radius: 4px;}
#bridge .panel-group .panel + .panel {margin-top: 5px;}
#bridge .panel-group .panel-heading {border-bottom: 0;}
#bridge .panel-group .panel-heading + .panel-collapse > .panel-body {border-top: 1px solid #ddd;}
#bridge .panel-group .panel-footer {border-top: 0;}
#bridge .panel-group .panel-footer + .panel-collapse .panel-body {border-bottom: 1px solid #ddd;}
#bridge .panel-default {border-color: #ddd;}
#bridge .panel-default > .panel-heading {color: #333;background-color: #f5f5f5;border-color: #ddd;}
#bridge .panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ddd;}
#bridge .panel-default > .panel-heading .badge {color: #f5f5f5;background-color: #333;}
#bridge .panel-default > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ddd;}
#bridge .panel-primary {border-color: #428bca;}
#bridge .panel-primary > .panel-heading {color: #fff;background-color: #428bca;border-color: #428bca;}
#bridge .panel-primary > .panel-heading + .panel-collapse > .panel-body {border-top-color: #428bca;}
#bridge .panel-primary > .panel-heading .badge {color: #428bca;background-color: #fff;}
#bridge .panel-primary > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #428bca;}
#bridge .panel-success {border-color: #d6e9c6;}
#bridge .panel-success > .panel-heading {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
#bridge .panel-success > .panel-heading + .panel-collapse > .panel-body {border-top-color: #d6e9c6;}
#bridge .panel-success > .panel-heading .badge {color: #dff0d8;background-color: #3c763d;}
#bridge .panel-success > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #d6e9c6;}
#bridge .panel-info {border-color: #bce8f1;}
#bridge .panel-info > .panel-heading {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
#bridge .panel-info > .panel-heading + .panel-collapse > .panel-body {border-top-color: #bce8f1;}
#bridge .panel-info > .panel-heading .badge {color: #d9edf7;background-color: #31708f;}
#bridge .panel-info > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #bce8f1;}
#bridge .panel-warning {border-color: #faebcc;}
#bridge .panel-warning > .panel-heading {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;}
#bridge .panel-warning > .panel-heading + .panel-collapse > .panel-body {border-top-color: #faebcc;}
#bridge .panel-warning > .panel-heading .badge {color: #fcf8e3;background-color: #8a6d3b;}
#bridge .panel-warning > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #faebcc;}
#bridge .panel-danger {border-color: #ebccd1;}
#bridge .panel-danger > .panel-heading {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
#bridge .panel-danger > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ebccd1;}
#bridge .panel-danger > .panel-heading .badge {color: #f2dede;background-color: #a94442;}
#bridge .panel-danger > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ebccd1;}