#content{
    overflow-x: auto;
    overflow-y: hidden;
}

/* http://stackoverflow.com/questions/37181017/angular-select-blinking */
select.form-control{
    transition: none;
}

/* http://getbootstrap.com.vn/examples/equal-height-columns/ */    
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

img.browser{
    max-width: 120px;
    max-height: 120px
}

.nav-xs .nav-primary > ul > li.active > a i {
    margin-top: 0;
}

.header-md .navbar-brand img {
    max-height: 40px;
}

.header-md .navbar-brand img.custom {
    /*max-width: 126px;*/
    max-width: 200px;
}

.header-logo-poweredby{
    margin-top: 10px;
    font-size: 10px;
    display: inline-block;
    line-height: 18px;
    vertical-align: bottom;
    font-weight: normal;
}

.header-logo-poweredby .icon{
    background-image: url("../img/powered_by_unicorn.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 28px;
    display: inline-block;
    width: 140px;
    height: 30px;
    vertical-align: text-bottom;
}

.bg-dark .nav > li:hover > a {
    color: #b9b9b9;
}

.cursor-default{
    cursor: default;
}

.modal-xl{
    width: 1200px;
}

.highcharts-container { 
    overflow: visible !important; 
}

.highcharts-container svg { 
    overflow: visible; 
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tooltip-inner {
    white-space:pre-wrap;
    max-width: 500px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.parsley-error-list{
    color: #ff5f5f !important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
.gm-style-mtc{display:none !important}

/* shepher tour */
/*
body > .vbox > * {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.3;
    pointer-events: none;
}

body > .vbox .shepherd-target.shepherd-enabled {
    opacity: 1;
    pointer-events: auto;
}
*/

@-webkit-keyframes warningPulse {
    from { background-color: #faebcc; -webkit-box-shadow: 0 0 9px #fff; }
    50% { background-color: #FCFAEF; -webkit-box-shadow: 0 0 18px #FCFAEF; }
    to { background-color: #faebcc; -webkit-box-shadow: 0 0 9px #fff; }
}

.warning-pulse{
    -webkit-animation-name: warningPulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}

.spotlight-container {
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    transform-origin: 0 0;
    
    /*
    -webkit-transition: all .6s ease .3s;
     -moz-transition:  all .6s ease .3s;
       -o-transition:  all .6s ease .3s; 
          transition:  all .6s ease .3s; 
    */
}

.spotlight-shape {
    /*box-shadow: inset 0 0 0 5px #038BCF, inset 0 0 45px rgba(0,0,0,0.4);*/
    box-shadow: inset 0 0 0 5px #fcbf1a, inset 0 0 45px rgba(0,0,0,0.4);
    
    
    position: absolute;
    border: 10000px solid rgba(0,0,0,0.7);
    
    margin-left: -10000px;
    margin-top: -10000px;
    width: 20300px;
    height: 20300px;
    border-radius: 50%;
    
    transform: scale(0.5);
    /*transition: all .6s ease .3s, border-radius .3s ease;*/
}

.shepherd-element{
    z-index: 9999;
}

.shepherd-content {
    max-width: 350px;
    z-index: 9998;
}

.shepherd-element.shepherd-theme-arrows.shepherd-transparent-text .shepherd-text {
    /*color: #3b744f;*/
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    width: 400px;
    max-width: 100%; 
}
.shepherd-element.shepherd-theme-arrows .shepherd-content a {
    color: inherit; 
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
    background: #146ca4; 
}
/* shepherd tour */
  
.guide-beacon{
    display: none;
    background-color: #ed495f;
    border-radius: 50%;
    height: 10px;
    left: 38px;
    moz-border-radius: 50%;
    moz-transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    opacity: 1;
    o-transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute;
    top: 31px;
    transform: translate(-50%, -50%);
    webkit-border-radius: 50%;
    webkit-transform: translate(-50%, -50%);
    width: 10px;
    z-index: 34;
}

.guide-beacon:before{
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 3px 3px #ed495f;
    box-shadow: 0px 0px 3px 3px #ed495f;
    content: "";
    height: 10px;
    left: 0;
    animation: beacon 2s infinite linear;
    moz-animation: beacon 2s infinite linear;
    ms-animation: beacon 2s infinite linear;
    o-animation: beacon 2s infinite linear;
    -webkit-animation: beacon 2s infinite linear;
    moz-border-radius: 50%;
    moz-box-shadow: 0 0 3px 3px #ed495f;
    moz-box-shadow: 0px 0px 3px 3px #ed495f;
    position: absolute;
    top: 0;
    webkit-border-radius: 50%;
    webkit-box-shadow: 0 0 3px 3px #ed495f;
    webkit-box-shadow: 0px 0px 3px 3px #ed495f;
    width: 10px;
}
@-webkit-keyframes beacon{
    0%{
        opacity: 1;
        webkit-transform: scale(1.4);
    }
    80%{
        opacity: 0;
        webkit-transform: scale(3.5);
    }
    100%{
        opacity: 0;
    }
}
@keyframes beacon{
    0%{
        opacity: 1;
        transform: scale(1.4);
    }
    80%{
        opacity: 0;
        transform: scale(3.5);
    }
    100%{
        opacity: 0;
    }
}

.alert{
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left-width: 4px;
}

.chosen-container .chosen-results {
    /*max-height: 120px;*/
}

.i-checks input:checked ~ i {
    border-color: #177bbb;
}

.i-checks input[type="checkbox"]:checked ~ i:before {
    content: "\f00c";
}
.i-checks input:checked ~ i:before {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 2px;
    text-align: center;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    color: #177bbb;
}

.bg-dark.dkest{
    background-color: #000000;
}

.bg-black.dkest{
    background-color: #000000;
}

.bg-primary.dkest{
    background-color: #002A45;
}

.bg-light.dkest{
    background-color: #D8E0ED
}

.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

small.header-info{
    margin-right: 10px;
}

.table-action{
    margin: 0 0 15px 10px;
}

.form-horizontal .help-block{
    margin-bottom: 0;
}

dl.dl-thick dt, dl.dl-thick dd{
    line-height: 2
}

div.input-group.bootstrap-touchspin > input{
    /*border-right: none;*/
    /*border-left: none;*/
}

div.input-group.bootstrap-touchspin > .input-group-addon{
    border-left: none;
}

.connectivity-type-detail{
    display: none;
}

.connectivity-type-detail.active{
    display: block;
}

.CodeMirror{
    border: 1px solid #ccc;
    padding: 4px
}

.CodeMirror .cm-metric{
    color: #179877;
    font-weight: bold;
}

.CodeMirror .cm-metric:hover{
    background: #e5e5e5;
}

.scriptResult{
    border: 1px solid #ccc; 
    padding: 8px; 
    font-family: monospace;
    margin: 2px 0 5px 0;
}

.scriptResult .alert{
    padding: 4px 8px;
    margin: 5px 0 0 0;
}

.scriptEditorButton{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    padding: 4px;
}

.scriptEditorButton .btn{
    margin-right: 5px;
}

div.alert[data-growl]{
    padding-right: 30px;
}

span[data-growl="icon"]{
    padding-right: 5px;
}

div.alert-dark[data-growl]{
    /*
    background-color: #222733;
    color: #fff;
    */
    background-color: #222733;
    color: #e5e5e5;
}

div.alert-dark[data-growl] button.close{
    color: #fff;
    opacity: 0.3;
}

/* device grid & chart grid */
.grid-item{
    /*cursor: pointer;*/
}

.grid-item:hover .panel{
    /*color: #e5e5e5;*/
}

.grid-item:hover a{
    /*color: #e5e5e5;*/
}

.grid-item .name{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.grid-item .info{
    height: 85px;
}

.grid-item .icon{
    font-size: 75px;
}

.grid-item .metric-count{
    font-weight: bold;
    position: relative;
    top: -55px;
    font-size: 14px;
}

.grid-item .ip-address{
    position: relative;
    top: -32px;
    font-size: 12px;
}

/* metric grid */
.metric-grid-item{
    /*cursor: pointer;*/
}

.metric-grid-item p.h3{
    font-size: 16px;
}

.metric-grid-item p.lasthour-average + p{
    font-size: 12px;
    margin-top: 2px
}

.metric-grid-item .panel{
    /*background-color: #002A45*/
}

.metric-grid-item.inactive .panel,
.metric-grid-item.inactive .panel.panel-default > .panel-footer{
    background-color: #222733
}

.metric-grid-item.inactive .panel, 
.metric-grid-item.inactive .panel .text-muted, 
.metric-grid-item.inactive .panel a{
    color: #7a87a7 !important;
}

.metric-grid-item .panel-body{
    padding: 0
}

.metric-grid-item:hover .panel{
    color: #e5e5e5;
}

.metric-grid-item:hover a{
    color: #e5e5e5;
}

.metric-grid-item .metric-name{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px
}

.metric-grid-item .metric-info{
}

.metric-grid-item .metric-value{
    font-size: 40px; 
    font-weight: bold; 
    float: right;
    margin: 0;
    
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-iteration-count: 1;
}

.metric-grid-item .sparkline{
    height: 135px
}

.metric-grid-item .no-connection{
    display: none;
    margin-top: 2px; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    top: -1px;
    right: 16px;
    border-radius: 0;
    padding: 4px;
}

.metric-grid-item .metric-active{
    cursor: pointer;
}

.grid-item .panel.panel-default > .panel-footer,
.metric-grid-item .panel.panel-default > .panel-footer{
    border-color: #0d5e92;
    clear: both;
}

.grid-item .panel.panel-default > .panel-footer a,
.metric-grid-item .panel.panel-default > .panel-footer a{
    margin-right: 5px;
    cursor: pointer;
}

.grid-item .panel.panel-default > .panel-footer .label,
.metric-grid-item .panel.panel-default > .panel-footer .label{
    margin-top: 3px;
    margin-right: 5px;
    padding-top: 0.3em;
}

.grid-item .panel.panel-default > .panel-footer{
    border-color: #7a87a7;
}

.metric-grid-item.compact .label{
    margin-top: 3px;
    margin-right: 5px;
    padding-top: 0.3em;
}

.metric-grid-item.compact:nth-child(even) {
    background: #ECEDF1
}

.metric-grid-item.compact:hover{
    background: #e5e5e5
}

.metric-grid-item.compact .metric-name {
    line-height: 20px;
}

.metric-grid-item.compact:hover a, .metric-grid-item.compact .metric-name a:hover {
    color: black;
}

.chart-options-container{
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

.chart-options-toggle{
    margin-top: -3px;
    font-size: 8px;
    width: 16px;
}

.chart-options .row{
    margin-left: 0;
    margin-right: 0;
}

.chart-options label.param-label{
    width: 100px;
}

.chart-options .row .col-sm-6{
    padding-left: 0;
    padding-right: 0;
}

.presentation-background{
    background-color: #222733;
    color: #7a87a7;
}

.dashboard-container.presentation{
    width: 1110px;
    height: 100%;
    position: relative !important;
    margin: auto;
}

.chainMetricContainer{
    padding: 0 0; 
    /*height: 150px;*/
}

.chainMetricContainer .list-group-item{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1px;
    cursor: pointer;
}

.chainMetricContainer .sortable-placeholder {
    list-style: none;
    border: 1px dashed #CCC;
    min-height: 22px;

    /*margin-bottom: 5px;*/
}

.label.chart-legend{
    height: 10px;
    width: 10px;
    display: inline-block;
    /*border-radius: 0;*/
    padding: 0;
    line-height: 11px;
}

.chart-summary tbody tr td{
    font-size: 14px;
}

.chart-summary tbody tr td:first-child{
    text-align: left;
}

.metadata-detail{
    display: none;
}

.metadata-detail.active{
    display: block;
}

.searchbox input {
    border-radius: 50px 0 0 50px;
    padding-left: 16px;
}

.searchbox .input-group-btn {
    left: -1px
}

.searchbox .input-group-btn button {
    border-radius: 0 50px 50px 0;
}

.highlight{
    background: #fcbf1a
}

.view-display-style .btn-rounded{
    padding-left: 10px;
    padding-right: 10px;
}

table tbody tr.highlight td{
    background-color: #fff2cd !important;
}

.abs-center{
    text-align: center;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

/* RESETS */
.reset-base{
	align-content: stretch !important;
	align-items: stretch !important;
	alignment-baseline: auto !important;
	align-self: stretch !important;
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-color: rgba(0,0,0,0) !important;
	background-image: none !important;
	background-origin: padding-box !important;
	background-position: 0 0 !important;
	background-repeat: repeat !important;
	background-size: auto !important;
	baseline-shift: baseline !important;
	border-bottom-color: #000 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-style: none !important;
	border-bottom-width: 0 !important;
	border-collapse: separate !important;
	border-image-outset: 0 !important;
	border-image-repeat: stretch !important;
	border-image-slice: 100% !important;
	border-image-source: none !important;
	border-image-width: 1 !important;
	border-left-color: #000 !important;
	border-left-style: none !important;
	border-left-width: 0 !important;
	border-right-color: #000 !important;
	border-right-style: none !important;
	border-right-width: 0 !important;
	border-top-color: #000 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-style: none !important;
	border-top-width: 0 !important;
	box-shadow: none !important;
	box-sizing: content-box !important;
	buffered-rendering: auto !important;
	caption-side: top !important;
	clear: none !important;
	clip: auto !important;
	clip-rule: nonzero !important;
	color: #000 !important;
	color-interpolation: srgb !important;
	color-interpolation-filters: linearrgb !important;
	color-rendering: auto !important;
	cursor: auto !important;
	direction: ltr !important;
	display: block !important;
	dominant-baseline: auto !important;
	empty-cells: show !important;
	fill: #000 !important;
	fill-opacity: 1 !important;
	fill-rule: nonzero !important;
	filter: none !important;
	flex-basis: auto !important;
	flex-direction: row !important;
	flex-grow: 0 !important;
	flex-shrink: 1 !important;
	flex-wrap: nowrap !important;
	float: none !important;
	flood-color: #000 !important;
	flood-opacity: 1 !important;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	glyph-orientation-horizontal: 0deg !important;
	glyph-orientation-vertical: auto !important;
	height: auto !important;
	image-rendering: auto !important;
	justify-content: flex-start !important;
	kerning: 0 !important;
	letter-spacing: normal !important;
	lighting-color: #fff !important;
	line-height: normal !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: disc !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	marker-end: none !important;
	marker-mid: none !important;
	marker-start: none !important;
	mask: none !important;
	mask-type: luminance !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	moz-box-sizing: content-box !important;
	object-fit: fill !important;
	object-position: 50% 50% !important;
	opacity: 1 !important;
	order: 0 !important;
	orphans: auto !important;
	outline-color: #000 !important;
	outline-offset: 0 !important;
	outline-style: none !important;
	outline-width: 0 !important;
	overflow-wrap: normal !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	page-break-after: auto !important;
	page-break-before: auto !important;
	page-break-inside: auto !important;
	resize: none !important;
	shape-rendering: auto !important;
	speak: normal !important;
	stop-color: #000 !important;
	stop-opacity: 1 !important;
	stroke: none !important;
	stroke-dasharray: none !important;
	stroke-dashoffset: 0 !important;
	stroke-linecap: butt !important;
	stroke-linejoin: miter !important;
	stroke-miterlimit: 4 !important;
	stroke-opacity: 1 !important;
	stroke-width: 1 !important;
	table-layout: auto !important;
	tab-size: 8 !important;
	text-align: start !important;
	text-anchor: start !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-overflow: clip !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: none !important;
	text-transform: none !important;
	touch-action-delay: script !important;
	transition-delay: 0s !important;
	transition-duration: 0s !important;
	transition-property: all !important;
	transition-timing-function: ease !important;
	unicode-bidi: normal !important;
	vector-effect: none !important;
	vertical-align: baseline !important;
	visibility: visible !important;
	webkit-animation-delay: 0s !important;
	webkit-animation-direction: normal !important;
	webkit-animation-duration: 0s !important;
	webkit-animation-fill-mode: none !important;
	webkit-animation-iteration-count: 1 !important;
	webkit-animation-name: none !important;
	webkit-animation-play-state: running !important;
	webkit-animation-timing-function: ease !important;
	webkit-appearance: none !important;
	webkit-app-region: no-drag !important;
	webkit-backface-visibility: visible !important;
	webkit-background-clip: border-box !important;
	webkit-background-composite: source-over !important;
	webkit-background-origin: padding-box !important;
	webkit-background-size: auto !important;
	webkit-border-fit: border !important;
	webkit-border-horizontal-spacing: 0 !important;
	webkit-border-image: none !important;
	webkit-border-vertical-spacing: 0 !important;
	webkit-box-align: stretch !important;
	webkit-box-decoration-break: slice !important;
	webkit-box-direction: normal !important;
	webkit-box-flex: 0 !important;
	webkit-box-flex-group: 1 !important;
	webkit-box-lines: single !important;
	webkit-box-ordinal-group: 1 !important;
	webkit-box-orient: horizontal !important;
	webkit-box-pack: start !important;
	webkit-box-reflect: none !important;
	webkit-box-shadow: none !important;
	webkit-box-sizing: content-box !important;
	webkit-column-axis: auto !important;
	webkit-column-break-after: auto !important;
	webkit-column-break-before: auto !important;
	webkit-column-break-inside: auto !important;
	webkit-column-count: auto !important;
	webkit-column-gap: normal !important;
	webkit-column-progression: normal !important;
	webkit-column-rule-color: #000 !important;
	webkit-column-rule-style: none !important;
	webkit-column-rule-width: 0 !important;
	webkit-column-span: none !important;
	webkit-column-width: auto !important;
	webkit-filter: none !important;
	webkit-font-kerning: auto !important;
	webkit-font-smoothing: antialiased !important;
	webkit-font-variant-ligatures: normal !important;
	webkit-highlight: none !important;
	webkit-hyphenate-character: auto !important;
	webkit-line-align: none !important;
	webkit-line-box-contain: block inline replaced !important;
	webkit-line-break: auto !important;
	webkit-line-clamp: none !important;
	webkit-line-grid: none !important;
	webkit-line-snap: none !important;
	webkit-locale: auto !important;
	webkit-margin-after-collapse: collapse !important;
	webkit-margin-before-collapse: collapse !important;
	webkit-mask-box-image: none !important;
	webkit-mask-box-image-outset: 0 !important;
	webkit-mask-box-image-repeat: stretch !important;
	webkit-mask-box-image-slice: 0 fill !important;
	webkit-mask-box-image-source: none !important;
	webkit-mask-box-image-width: auto !important;
	webkit-mask-clip: border-box !important;
	webkit-mask-composite: source-over !important;
	webkit-mask-image: none !important;
	webkit-mask-origin: border-box !important;
	webkit-mask-position: 0 0 !important;
	webkit-mask-repeat: repeat !important;
	webkit-mask-size: auto !important;
	webkit-perspective: none !important;
	webkit-perspective-origin: 712px 63px !important;
	webkit-print-color-adjust: economy !important;
	webkit-rtl-ordering: logical !important;
	webkit-tap-highlight-color: rgba(0,0,0,0.4) !important;
	webkit-text-combine: none !important;
	webkit-text-decorations-in-effect: none !important;
	webkit-text-emphasis-color: #000 !important;
	webkit-text-emphasis-position: over !important;
	webkit-text-emphasis-style: none !important;
	webkit-text-fill-color: #000 !important;
	webkit-text-orientation: vertical-right !important;
	webkit-text-security: none !important;
	webkit-text-stroke-color: #000 !important;
	webkit-text-stroke-width: 0 !important;
	webkit-user-drag: auto !important;
	webkit-user-modify: read-only !important;
	webkit-user-select: text !important;
	webkit-writing-mode: horizontal-tb !important;
	white-space: normal !important;
	widows: auto !important;
	width: auto !important;
	word-break: normal !important;
	word-spacing: 0 !important;
	word-wrap: normal !important;
	writing-mode: lr-tb !important;
	z-index: auto !important;
	zoom: 1 !important;
}
.reset-position{
	bottom: auto !important;
	left: auto !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	webkit-transform: none !important;
	webkit-transform-origin: 712px 63px !important;
	webkit-transform-style: flat !important;
	webkit-transition-delay: 0s !important;
	webkit-transition-duration: 0s !important;
	webkit-transition-property: all !important;
	webkit-transition-timing-function: ease !important;
}
.reset-all{
	align-content: stretch !important;
	align-items: stretch !important;
	alignment-baseline: auto !important;
	align-self: stretch !important;
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-color: rgba(0,0,0,0) !important;
	background-image: none !important;
	background-origin: padding-box !important;
	background-position: 0 0 !important;
	background-repeat: repeat !important;
	background-size: auto !important;
	baseline-shift: baseline !important;
	border-bottom-color: #000 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-style: none !important;
	border-bottom-width: 0 !important;
	border-collapse: separate !important;
	border-image-outset: 0 !important;
	border-image-repeat: stretch !important;
	border-image-slice: 100% !important;
	border-image-source: none !important;
	border-image-width: 1 !important;
	border-left-color: #000 !important;
	border-left-style: none !important;
	border-left-width: 0 !important;
	border-right-color: #000 !important;
	border-right-style: none !important;
	border-right-width: 0 !important;
	border-top-color: #000 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-style: none !important;
	border-top-width: 0 !important;
	bottom: auto !important;
	box-shadow: none !important;
	box-sizing: content-box !important;
	buffered-rendering: auto !important;
	caption-side: top !important;
	clear: none !important;
	clip: auto !important;
	clip-rule: nonzero !important;
	color: #000 !important;
	color-interpolation: srgb !important;
	color-interpolation-filters: linearrgb !important;
	color-rendering: auto !important;
	cursor: auto !important;
	direction: ltr !important;
	display: block !important;
	dominant-baseline: auto !important;
	empty-cells: show !important;
	fill: #000 !important;
	fill-opacity: 1 !important;
	fill-rule: nonzero !important;
	filter: none !important;
	flex-basis: auto !important;
	flex-direction: row !important;
	flex-grow: 0 !important;
	flex-shrink: 1 !important;
	flex-wrap: nowrap !important;
	float: none !important;
	flood-color: #000 !important;
	flood-opacity: 1 !important;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	glyph-orientation-horizontal: 0deg !important;
	glyph-orientation-vertical: auto !important;
	height: auto !important;
	image-rendering: auto !important;
	justify-content: flex-start !important;
	kerning: 0 !important;
	left: auto !important;
	letter-spacing: normal !important;
	lighting-color: #fff !important;
	line-height: normal !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: disc !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	marker-end: none !important;
	marker-mid: none !important;
	marker-start: none !important;
	mask: none !important;
	mask-type: luminance !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	moz-box-sizing: content-box !important;
	object-fit: fill !important;
	object-position: 50% 50% !important;
	opacity: 1 !important;
	order: 0 !important;
	orphans: auto !important;
	outline-color: #000 !important;
	outline-offset: 0 !important;
	outline-style: none !important;
	outline-width: 0 !important;
	overflow-wrap: normal !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	page-break-after: auto !important;
	page-break-before: auto !important;
	page-break-inside: auto !important;
	position: static !important;
	resize: none !important;
	right: auto !important;
	shape-rendering: auto !important;
	speak: normal !important;
	stop-color: #000 !important;
	stop-opacity: 1 !important;
	stroke: none !important;
	stroke-dasharray: none !important;
	stroke-dashoffset: 0 !important;
	stroke-linecap: butt !important;
	stroke-linejoin: miter !important;
	stroke-miterlimit: 4 !important;
	stroke-opacity: 1 !important;
	stroke-width: 1 !important;
	table-layout: auto !important;
	tab-size: 8 !important;
	text-align: start !important;
	text-anchor: start !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-overflow: clip !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: none !important;
	text-transform: none !important;
	top: auto !important;
	touch-action-delay: script !important;
	transition-delay: 0s !important;
	transition-duration: 0s !important;
	transition-property: all !important;
	transition-timing-function: ease !important;
	unicode-bidi: normal !important;
	vector-effect: none !important;
	vertical-align: baseline !important;
	visibility: visible !important;
	webkit-animation-delay: 0s !important;
	webkit-animation-direction: normal !important;
	webkit-animation-duration: 0s !important;
	webkit-animation-fill-mode: none !important;
	webkit-animation-iteration-count: 1 !important;
	webkit-animation-name: none !important;
	webkit-animation-play-state: running !important;
	webkit-animation-timing-function: ease !important;
	webkit-appearance: none !important;
	webkit-app-region: no-drag !important;
	webkit-backface-visibility: visible !important;
	webkit-background-clip: border-box !important;
	webkit-background-composite: source-over !important;
	webkit-background-origin: padding-box !important;
	webkit-background-size: auto !important;
	webkit-border-fit: border !important;
	webkit-border-horizontal-spacing: 0 !important;
	webkit-border-image: none !important;
	webkit-border-vertical-spacing: 0 !important;
	webkit-box-align: stretch !important;
	webkit-box-decoration-break: slice !important;
	webkit-box-direction: normal !important;
	webkit-box-flex: 0 !important;
	webkit-box-flex-group: 1 !important;
	webkit-box-lines: single !important;
	webkit-box-ordinal-group: 1 !important;
	webkit-box-orient: horizontal !important;
	webkit-box-pack: start !important;
	webkit-box-reflect: none !important;
	webkit-box-shadow: none !important;
	webkit-box-sizing: content-box !important;
	webkit-column-axis: auto !important;
	webkit-column-break-after: auto !important;
	webkit-column-break-before: auto !important;
	webkit-column-break-inside: auto !important;
	webkit-column-count: auto !important;
	webkit-column-gap: normal !important;
	webkit-column-progression: normal !important;
	webkit-column-rule-color: #000 !important;
	webkit-column-rule-style: none !important;
	webkit-column-rule-width: 0 !important;
	webkit-column-span: none !important;
	webkit-column-width: auto !important;
	webkit-filter: none !important;
	webkit-font-kerning: auto !important;
	webkit-font-smoothing: antialiased !important;
	webkit-font-variant-ligatures: normal !important;
	webkit-highlight: none !important;
	webkit-hyphenate-character: auto !important;
	webkit-line-align: none !important;
	webkit-line-box-contain: block inline replaced !important;
	webkit-line-break: auto !important;
	webkit-line-clamp: none !important;
	webkit-line-grid: none !important;
	webkit-line-snap: none !important;
	webkit-locale: auto !important;
	webkit-margin-after-collapse: collapse !important;
	webkit-margin-before-collapse: collapse !important;
	webkit-mask-box-image: none !important;
	webkit-mask-box-image-outset: 0 !important;
	webkit-mask-box-image-repeat: stretch !important;
	webkit-mask-box-image-slice: 0 fill !important;
	webkit-mask-box-image-source: none !important;
	webkit-mask-box-image-width: auto !important;
	webkit-mask-clip: border-box !important;
	webkit-mask-composite: source-over !important;
	webkit-mask-image: none !important;
	webkit-mask-origin: border-box !important;
	webkit-mask-position: 0 0 !important;
	webkit-mask-repeat: repeat !important;
	webkit-mask-size: auto !important;
	webkit-perspective: none !important;
	webkit-perspective-origin: 712px 63px !important;
	webkit-print-color-adjust: economy !important;
	webkit-rtl-ordering: logical !important;
	webkit-tap-highlight-color: rgba(0,0,0,0.4) !important;
	webkit-text-combine: none !important;
	webkit-text-decorations-in-effect: none !important;
	webkit-text-emphasis-color: #000 !important;
	webkit-text-emphasis-position: over !important;
	webkit-text-emphasis-style: none !important;
	webkit-text-fill-color: #000 !important;
	webkit-text-orientation: vertical-right !important;
	webkit-text-security: none !important;
	webkit-text-stroke-color: #000 !important;
	webkit-text-stroke-width: 0 !important;
	webkit-transform: none !important;
	webkit-transform-origin: 712px 63px !important;
	webkit-transform-style: flat !important;
	webkit-transition-delay: 0s !important;
	webkit-transition-duration: 0s !important;
	webkit-transition-property: all !important;
	webkit-transition-timing-function: ease !important;
	webkit-user-drag: auto !important;
	webkit-user-modify: read-only !important;
	webkit-user-select: text !important;
	webkit-writing-mode: horizontal-tb !important;
	white-space: normal !important;
	widows: auto !important;
	width: auto !important;
	word-break: normal !important;
	word-spacing: 0 !important;
	word-wrap: normal !important;
	writing-mode: lr-tb !important;
	z-index: auto !important;
	zoom: 1 !important;
}