/*! jQuery UI - v1.11.3 - 2015-03-05
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fwDefault=normal&fsDefault=1.3em&cornerRadius=0&bgColorHeader=%23ec1c36&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23ec1c36&fcHeader=%23fff&iconColorHeader=%23fff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23ec1c36&fcContent=%23636466&iconColorContent=%23ec1c36&bgColorDefault=%23ec1c36&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23ec1c36&fcDefault=%23fff&iconColorDefault=%23fff&bgColorHover=%23fff&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23ec1c36&fcHover=%23ec1c36&iconColorHover=%23ec1c36&bgColorActive=%23fff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23ec1c36&fcActive=%23ec1c36&iconColorActive=%23000&bgColorHighlight=%23B0E192&bgTextureHighlight=glass&bgImgOpacityHighlight=0&borderColorHighlight=%23B0E192&fcHighlight=%23666666&iconColorHighlight=%23666666&bgColorError=%23FF949F&bgTextureError=glass&bgImgOpacityError=0&borderColorError=%23FF949F&fcError=%23ec1c36&iconColorError=%23ec1c36&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23fff&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=0&thicknessShadow=0&offsetTopShadow=0&offsetLeftShadow=0&cornerRadiusShadow=0
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.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;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.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-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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;
}
.ui-dialog {
	overflow: hidden;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
	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-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
    background: #ec1c36 url(../../Styles/jQuery/jquery.ui/images/ui-bg_highlight-soft_0_ec1c36_1x100.png) 50% 50% repeat-x;
}
.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;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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;
    background: #fff !important;
}
.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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}
.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-content {

	background: #ffffff url("../../Styles/jQuery/jquery.ui/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
	color: #636466;
}
.ui-widget-content a {
	color: #636466;
}
.ui-widget-header {
	border: 1px solid #ec1c36;
	background: #ec1c36 url("../../Styles/jQuery/jquery.ui/images/ui-bg_highlight-soft_0_ec1c36_1x100.png") 50% 50% repeat-x;
	color: #fff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #fff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ec1c36;
	background: #ec1c36 url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_ec1c36_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #fff;
}

.ui-datepicker-calendar .ui-state-default{
	border: 1px solid white !important;
	background: none;
	color: #464646;
    font-weight: bold;
}

.ui-datepicker-calendar .ui-state-default.ui-state-hover{
	border: 1px solid #ec1c36 !important;
	background: none;
	color: #ec1c36;
    font-weight: bold;
}


.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
	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 {
	border: 1px solid #ec1c36;
	background: #fff url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_fff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ec1c36;
}
.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 {
	color: #ec1c36;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ec1c36;
	background: #fff url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_fff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ec1c36;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
	border: 1px solid #ec1c36;
	background: #ec1c36 url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_ec1c36_1x400.png") 50% 50% repeat-x;
	color: #fff;
    font-weight: bold;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ec1c36;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #B0E192;
	background: #B0E192 url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_B0E192_1x400.png") 50% 50% repeat-x;
	color: #666666;
}

.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
	/*border: 1px solid #ec1c36;
	background: #ec1c36 url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_ec1c36_1x400.png") 50% 50% repeat-x;*/
    border: 1px solid white;
	background: none;
	color: #464646;
    font-weight: bold;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #666666;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #FF949F;
	background: #FF949F url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_FF949F_1x400.png") 50% 50% repeat-x;
	color: #ec1c36;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ec1c36;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ec1c36;
}
.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("../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_fff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_fff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_000_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_666666_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("../../Styles/jQuery/jquery.ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 0;
	background: #fff url("../../Styles/jQuery/jquery.ui/images/ui-bg_flat_0_fff_40x100.png") 50% 50% repeat-x;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
	border-radius: 0;
}

/*Grid*/
.ui-jqgrid
{
    position: relative;
}

.ui-jqgrid .ui-jqgrid-view
{
    position: relative;
    left: 0px;
    top: 0px;
    padding: .0em;
    font-size: 11px;
}
/* caption*/

.ui-jqgrid .ui-jqgrid-titlebar
{
    padding: .3em .2em .2em .3em;
    position: relative;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
}

.ui-jqgrid .ui-jqgrid-title
{
    float: left;
    margin: .1em 0 .2em;
}

.ui-jqgrid .ui-jqgrid-titlebar-close
{
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span
{
    display: block;
    margin: 1px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close:hover
{
    padding: 0;
}
/* header*/

.ui-jqgrid .ui-jqgrid-hdiv
{
    position: relative;
    margin: 0em;
    padding: 0em;
    overflow-x: hidden;
    border: none !important;
}

.ui-jqgrid .ui-jqgrid-hbox
{
    float: left;
    padding-right: 20px;
    background-color: #fff;
}

.ui-jqgrid .ui-jqgrid-htable
{
    table-layout: fixed;
    margin: 0em;
    word-break: break-all;
}

.ui-jqgrid .ui-jqgrid-htable th
{
    height: 22px;
    padding: 0;
}

.ui-jqgrid .ui-jqgrid-htable th div
{
    overflow: hidden;
    position: relative;
    height: 17px;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr
{
    border-left: 0px none;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl
{
    border-right: 0px none;
}

.ui-first-th-ltr
{
    border-right: 1px solid;
}

.ui-first-th-rtl
{
    border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie
{
    white-space: nowrap;
    zoom: 1;
    height: 17px;
}

.ui-jqgrid .ui-jqgrid-resize
{
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort
{
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
}

.ui-jqgrid .ui-icon-asc
{
    margin-top: -3px;
    height: 12px;
}

.ui-jqgrid .ui-icon-desc
{
    margin-top: 3px;
    height: 12px;
}

.ui-jqgrid .ui-i-asc
{
    margin-top: 0px;
    height: 16px;
}

.ui-jqgrid .ui-i-desc
{
    margin-top: 0px;
    margin-left: 13px;
    height: 16px;
}

.ui-jqgrid .ui-jqgrid-sortable
{
    cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th
{
    border-top-width: 1px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important
}

tr.ui-search-toolbar input
{
    margin: 1px 0px 0px 0px
}

tr.ui-search-toolbar select
{
    margin: 1px 0px 0px 0px
}
/* body */

.ui-jqgrid .ui-jqgrid-bdiv
{
    position: relative;
    margin: 0em;
    padding: 0;
    overflow: auto;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable
{
    table-layout: fixed;
    margin: 0em;
    outline-style: none;
}

.ui-jqgrid tr.jqgrow
{
    outline-style: none;
}

.ui-jqgrid tr.jqgroup
{
    outline-style: none;
}

.ui-jqgrid tr.jqgfirstrow td
{
    padding: 0;
    border-right-width: 1px;
    border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td
{
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.jqfoot td
{
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.ui-row-ltr td
{
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.ui-row-rtl td
{
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}

.ui-jqgrid td.jqgrid-rownum
{
    padding: 0 2px 0 2px;
    margin: 0px;
    border: 0px none;
}

.ui-jqgrid .ui-jqgrid-resize-mark
{
    width: 2px;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
    z-index: 99999;
}
/* footer */

.ui-jqgrid .ui-jqgrid-sdiv
{
    position: relative;
    margin: 0em;
    padding: 0em;
    overflow: hidden;
    border-left: 0px none !important;
    border-top: 0px none !important;
    border-right: 0px none !important;
}

.ui-jqgrid .ui-jqgrid-ftable
{
    table-layout: fixed;
    margin-bottom: 0em;
}

.ui-jqgrid tr.footrow td
{
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
}

.ui-jqgrid tr.footrow-ltr td
{
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.footrow-rtl td
{
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}
/* Pager*/

.ui-jqgrid .ui-jqgrid-pager
{
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
}

.ui-jqgrid .ui-pager-control
{
    position: relative;
}

.ui-jqgrid .ui-pg-table
{
    position: relative;
    padding-bottom: 2px;
    width: auto;
    margin: 0em;
}

.ui-jqgrid .ui-pg-table td
{
    font-weight: normal;
    vertical-align: middle;
    padding: 1px;
}

.last .ui-jqgrid .ui-pg-table input
{
    float: none;
}

.ui-jqgrid .ui-pg-button
{
    height: 19px !important;
}

.ui-jqgrid .ui-pg-button span
{
    display: block;
    margin: 1px;
    float: left;
}

.ui-jqgrid .ui-pg-button:hover
{
    padding: 0px;
}

.ui-jqgrid .ui-state-disabled:hover
{
    padding: 1px;
}

.ui-jqgrid .ui-pg-input
{
    height: 13px;
    font-size: .8em;
    margin: 0em;
}

.ui-jqgrid .ui-pg-selbox
{
    font-size: .8em;
    line-height: 18px;
    display: block;
    height: 18px;
    margin: 0em;
}

.ui-jqgrid .ui-separator
{
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
}

.ui-jqgrid .ui-paging-info
{
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    margin-right: 4px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div
{
    padding: 1px 0;
    float: left;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button
{
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon
{
    float: left;
    margin: 0 2px;
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea
{
    margin: 0em;
}

.ui-jqgrid td textarea
{
    width: auto;
    height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager
{
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-top: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
{
    padding: 1px 0;
    float: left;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
{
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon
{
    float: left;
    margin: 0 2px;
}
/*subgrid*/

.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span
{
    display: block;
}

.ui-jqgrid .ui-subgrid
{
    margin: 0em;
    padding: 0em;
    width: 100%;
}

.ui-jqgrid .ui-subgrid table
{
    table-layout: fixed;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td
{
    height: 18px;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid .ui-subgrid td.subgrid-data
{
    border-top: 0px none !important;
    border-left: 0px none !important;
    border-bottom: 0px none !important;
    border-right: 0px none !important
}

.ui-jqgrid .ui-subgrid td.subgrid-cell
{
    border-width: 0px 0px 1px 0px;
}

.ui-jqgrid .ui-th-subgrid
{
    height: 20px;
}
/* loading */

.ui-jqgrid .loading
{
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border: 1px solid #cdcdcd !important;
    background: #fff !important;
    font-size: 11px;
}

.ui-jqgrid .jqgrid-overlay
{
    display: none;
    z-index: 100;
}

* html .jqgrid-overlay
{
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

* .jqgrid-overlay iframe
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
/* end loading div */
/* toolbar */

.ui-jqgrid .ui-userdata
{
    border-left: 0px none;
    border-right: 0px none;
    height: 21px;
    overflow: hidden;
}
/*Modal Window */

.ui-jqdialog
{
    display: none;
    width: 300px;
    position: absolute;
    padding: .2em;
    font-size: 11px;
    overflow: visible;
}

.ui-jqdialog .ui-jqdialog-titlebar
{
    padding: .3em .2em;
    position: relative;
}

.ui-jqdialog .ui-jqdialog-title
{
    margin: .1em 0 .2em;
}

.ui-jqdialog .ui-jqdialog-titlebar-close
{
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span
{
    display: block;
    margin: 1px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus
{
    padding: 0;
}

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content
{
    border: 0;
    padding: .3em .2em;
    background: none;
    height: auto;
}

.ui-jqdialog .ui-jqconfirm
{
    padding: .4em 1em;
    border-width: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: visible;
    display: none;
    height: 80px;
    width: 220px;
    text-align: center;
}
/* end Modal window*/
/* Form edit */

.ui-jqdialog-content .FormGrid
{
    margin: 0px;
}

.ui-jqdialog-content .EditTable
{
    width: 100%;
    margin-bottom: 0em;
}

.ui-jqdialog-content .DelTable
{
    width: 100%;
    margin-bottom: 0em;
}

.EditTable td input, .EditTable td select, .EditTable td textarea
{
    margin: 0em;
}

.EditTable td textarea
{
    width: auto;
    height: auto;
}

.ui-jqdialog-content td.EditButton
{
    text-align: right;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content td.navButton
{
    text-align: center;
    border-left: 0px none;
    border-top: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content input.FormElement
{
    padding: .3em
}

.ui-jqdialog-content .data-line
{
    padding-top: .1em;
    border: 0px none;
}

.ui-jqdialog-content .CaptionTD
{
    vertical-align: middle;
    border: 0px none;
    padding: 2px;
    white-space: nowrap;
}

.ui-jqdialog-content .DataTD
{
    padding: 2px;
    border: 0px none;
    vertical-align: top;
}

.ui-jqdialog-content .form-view-data
{
    white-space: pre
}

.fm-button
{
    display: inline-block;
    margin: 0 4px 0 0;
    padding: .4em .5em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.fm-button-icon-left
{
    padding-left: 1.9em;
}

.fm-button-icon-right
{
    padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon
{
    right: auto;
    left: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.fm-button-icon-right .ui-icon
{
    left: auto;
    right: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

#nData, #pData
{
    float: left;
    margin: 3px;
    padding: 0;
    width: 15px;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/

.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td
{
    font-style: normal;
    border-left: 0px none;
}
/* inline edit actions button*/

.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span, .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span
{
    margin: -1px;
}
/* Tree Grid */

.ui-jqgrid .tree-wrap
{
    float: left;
    position: relative;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .tree-minus
{
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-plus
{
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-leaf
{
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .treeclick
{
    cursor: pointer;
}
/* moda dialog */

* iframe.jqm
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

.ui-jqgrid-dnd tr td
{
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    height: 20px
}
/* RTL Support */

.ui-jqgrid .ui-jqgrid-title-rtl
{
    float: right;
    margin: .1em 0 .2em;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl
{
    float: right;
    padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr
{
    float: right;
    margin: -2px -2px -2px 0px;
}

.ui-jqgrid .ui-jqgrid-resize-rtl
{
    float: left;
    margin: -2px 0px -1px -3px;
}

.ui-jqgrid .ui-sort-rtl
{
    left: 0px;
}

.ui-jqgrid .tree-wrap-ltr
{
    float: left;
}

.ui-jqgrid .tree-wrap-rtl
{
    float: right;
}

.ui-jqgrid .ui-ellipsis
{
    text-overflow: ellipsis;
}

.ui-jqgrid .ui-icon
{
    background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_666666_256x240.png") !important;
}

.ui-jqgrid-pager
{
    background: none !important;
    border: none !important;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column
{
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border: none !important;
    background:#cdcdcd !important;
}

.ui-jqgrid .ui-jqgrid-sortable
{
    color: #000;
    font-size: 13px;
}

.ui-jqgrid tr.jqgrow:nth-child(2n + 1) td
{
    background: #f7f7f7;
}

/*����� ��� JQGRID ��� �����*/
.withoutStripy .ui-jqgrid tr.jqgrow:nth-child(2n + 1) td
{
    background-color: #fff;
}

.ui-jqgrid tr.jqgrow td
{
    font-weight: normal;
    overflow: hidden;
    height: 22px;
    padding: 0 2px 0 2px;
    color: #838385;
    padding: 5px 2px 5px 5px;
    border: none;
    white-space: normal;
}

.last .ui-widget-content
{
    border: none;
}
/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	/*font-size: 100%;*/
}
.countdown_descr {
	display: block;
	width: 100%;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../../Styles/Metronic/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../../Styles/Metronic/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
        url('../../Styles/Metronic/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
        url('../../Styles/Metronic/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
        url('../../Styles/Metronic/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
        url('../../Styles/Metronic/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.bootstrap-iso {
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
}
.bootstrap-iso html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-iso body {
  margin: 0;
}
.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
  display: block;
}
.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-iso audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-iso [hidden],
.bootstrap-iso template {
  display: none;
}
.bootstrap-iso a {
  background-color: transparent;
}
.bootstrap-iso a:active,
.bootstrap-iso a:hover {
  outline: 0;
}
.bootstrap-iso abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap-iso b,
.bootstrap-iso strong {
  font-weight: bold;
}
.bootstrap-iso dfn {
  font-style: italic;
}
.bootstrap-iso h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-iso mark {
  background: #ff0;
  color: #000;
}
.bootstrap-iso small {
  font-size: 80%;
}
.bootstrap-iso sub,
.bootstrap-iso sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-iso sup {
  top: -0.5em;
}
.bootstrap-iso sub {
  bottom: -0.25em;
}
.bootstrap-iso img {
  border: 0;
}
.bootstrap-iso svg:not(:root) {
  overflow: hidden;
}
.bootstrap-iso figure {
  margin: 1em 40px;
}
.bootstrap-iso hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bootstrap-iso pre {
  overflow: auto;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-iso button {
  overflow: visible;
}
.bootstrap-iso button,
.bootstrap-iso select {
  text-transform: none;
}
.bootstrap-iso button,
.bootstrap-iso html input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-iso button[disabled],
.bootstrap-iso html input[disabled] {
  cursor: default;
}
.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-iso input {
  line-height: normal;
}
.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-iso input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-iso fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-iso legend {
  border: 0;
  padding: 0;
}
.bootstrap-iso textarea {
  overflow: auto;
}
.bootstrap-iso optgroup {
  font-weight: bold;
}
.bootstrap-iso table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-iso td,
.bootstrap-iso th {
  padding: 0;
}
@media print {
  .bootstrap-iso *,
  .bootstrap-iso *:before,
  .bootstrap-iso *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bootstrap-iso a,
  .bootstrap-iso a:visited {
    text-decoration: underline;
  }
  .bootstrap-iso a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-iso abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-iso a[href^="#"]:after,
  .bootstrap-iso a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-iso pre,
  .bootstrap-iso blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-iso thead {
    display: table-header-group;
  }
  .bootstrap-iso tr,
  .bootstrap-iso img {
    page-break-inside: avoid;
  }
  .bootstrap-iso img {
    max-width: 100% !important;
  }
  .bootstrap-iso p,
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    page-break-after: avoid;
  }
  .bootstrap-iso select {
    background: #fff !important;
  }
  .bootstrap-iso .navbar {
    display: none;
  }
  .bootstrap-iso .btn > .caret,
  .bootstrap-iso .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-iso .label {
    border: 1px solid #000;
  }
  .bootstrap-iso .table {
    border-collapse: collapse !important;
  }
  .bootstrap-iso .table td,
  .bootstrap-iso .table th {
    background-color: #fff !important;
  }
  .bootstrap-iso .table-bordered th,
  .bootstrap-iso .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../Styles/fonts/glyphicons-halflings-regular.eot');
  src: url('../../Styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../Styles/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../Styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../Styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../Styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap-iso .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;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-iso .glyphicon-asterisk:before {
  content: "\2a";
}
.bootstrap-iso .glyphicon-plus:before {
  content: "\2b";
}
.bootstrap-iso .glyphicon-euro:before,
.bootstrap-iso .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-iso .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-iso .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-iso .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-iso .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-iso .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-iso .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-iso .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-iso .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-iso .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-iso .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-iso .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-iso .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-iso .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-iso .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-iso .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-iso .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-iso .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-iso .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-iso .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-iso .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-iso .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-iso .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-iso .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-iso .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-iso .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-iso .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-iso .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-iso .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-iso .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-iso .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-iso .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-iso .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-iso .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-iso .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-iso .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-iso .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-iso .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-iso .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-iso .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-iso .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-iso .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-iso .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-iso .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-iso .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-iso .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-iso .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-iso .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-iso .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-iso .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-iso .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-iso .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-iso .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-iso .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-iso .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-iso .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-iso .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-iso .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-iso .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-iso .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-iso .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-iso .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-iso .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-iso .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-iso .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-iso .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-iso .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-iso .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-iso .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-iso .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-iso .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-iso .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-iso .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-iso .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-iso .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-iso .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-iso .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-iso .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-iso .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-iso .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-iso .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-iso .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-iso .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-iso .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-iso .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-iso .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-iso .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-iso .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-iso .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-iso .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-iso .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-iso .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-iso .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-iso .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-iso .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-iso .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-iso .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-iso .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-iso .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-iso .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-iso .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-iso .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-iso .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-iso .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-iso .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-iso .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-iso .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-iso .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-iso .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-iso .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-iso .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-iso .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-iso .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-iso .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-iso .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-iso .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-iso .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-iso .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-iso .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-iso .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-iso .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-iso .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-iso .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-iso .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-iso .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-iso .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-iso .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-iso .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-iso .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-iso .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-iso .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-iso .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-iso .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-iso .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-iso .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-iso .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-iso .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-iso .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-iso .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-iso .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-iso .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-iso .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-iso .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-iso .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-iso .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-iso .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-iso .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-iso .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-iso .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-iso .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-iso .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-iso .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-iso .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-iso .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-iso .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-iso .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-iso .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-iso .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-iso .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-iso .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-iso .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-iso .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-iso .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-iso .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-iso .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-iso .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-iso .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-iso .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-iso .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-iso .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-iso .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-iso .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-iso .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-iso .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-iso .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-iso .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-iso .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-iso .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-iso .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-iso .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-iso .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-iso .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-iso .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-iso .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-iso .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-iso .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-iso .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-iso .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-iso .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-iso .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-iso .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-iso .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-iso .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-iso .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-iso .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-iso .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-iso .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-iso .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-iso .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-iso .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-iso .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-iso .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-iso .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-iso .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-iso .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-iso .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-iso .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-iso .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-iso .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-iso .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-iso .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-iso .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-iso .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-iso .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-iso .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-iso .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-iso .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-iso .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-iso .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-iso .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-iso .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-iso .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-iso .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-iso .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-iso .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-iso .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-iso .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-iso .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-iso .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-iso .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-iso .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-iso .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-iso .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-iso .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-iso .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-iso .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-iso .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-iso .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-iso .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-iso .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-iso .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-iso .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-iso .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-iso .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-iso .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-iso .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-iso .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-iso .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-iso .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-iso .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-iso .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-iso .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-iso .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-iso .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-iso .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-iso * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso *:before,
.bootstrap-iso *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-iso a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-iso a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso figure {
  margin: 0;
}
.bootstrap-iso img {
  vertical-align: middle;
}
.bootstrap-iso .img-responsive,
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img,
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-iso .img-rounded {
  border-radius: 6px;
}
.bootstrap-iso .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap-iso .img-circle {
  border-radius: 50%;
}
.bootstrap-iso hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-iso .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-iso [role="button"] {
  cursor: pointer;
}
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
.bootstrap-iso .h1,
.bootstrap-iso .h2,
.bootstrap-iso .h3,
.bootstrap-iso .h4,
.bootstrap-iso .h5,
.bootstrap-iso .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-iso h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h1 small,
.bootstrap-iso .h2 small,
.bootstrap-iso .h3 small,
.bootstrap-iso .h4 small,
.bootstrap-iso .h5 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso .h3 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.bootstrap-iso h1,
.bootstrap-iso .h1,
.bootstrap-iso h2,
.bootstrap-iso .h2,
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-iso h1 small,
.bootstrap-iso .h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso .h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso .h3 small,
.bootstrap-iso h1 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso .h3 .small {
  font-size: 65%;
}
.bootstrap-iso h4,
.bootstrap-iso .h4,
.bootstrap-iso h5,
.bootstrap-iso .h5,
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso h4 small,
.bootstrap-iso .h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso .h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h4 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h6 .small {
  font-size: 75%;
}
.bootstrap-iso h1,
.bootstrap-iso .h1 {
  font-size: 36px;
}
.bootstrap-iso h2,
.bootstrap-iso .h2 {
  font-size: 30px;
}
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  font-size: 24px;
}
.bootstrap-iso h4,
.bootstrap-iso .h4 {
  font-size: 18px;
}
.bootstrap-iso h5,
.bootstrap-iso .h5 {
  font-size: 14px;
}
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  font-size: 12px;
}
.bootstrap-iso p {
  margin: 0 0 10px;
}
.bootstrap-iso .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-iso .lead {
    font-size: 21px;
  }
}
.bootstrap-iso small,
.bootstrap-iso .small {
  font-size: 85%;
}
.bootstrap-iso mark,
.bootstrap-iso .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.bootstrap-iso .text-left {
  text-align: left;
}
.bootstrap-iso .text-right {
  text-align: right;
}
.bootstrap-iso .text-center {
  text-align: center;
}
.bootstrap-iso .text-justify {
  text-align: justify;
}
.bootstrap-iso .text-nowrap {
  white-space: nowrap;
}
.bootstrap-iso .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-iso .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-iso .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-iso .text-muted {
  color: #777777;
}
.bootstrap-iso .text-primary {
  color: #337ab7;
}
.bootstrap-iso a.text-primary:hover {
  color: #286090;
}
.bootstrap-iso .text-success {
  color: #3c763d;
}
.bootstrap-iso a.text-success:hover {
  color: #2b542c;
}
.bootstrap-iso .text-info {
  color: #31708f;
}
.bootstrap-iso a.text-info:hover {
  color: #245269;
}
.bootstrap-iso .text-warning {
  color: #8a6d3b;
}
.bootstrap-iso a.text-warning:hover {
  color: #66512c;
}
.bootstrap-iso .text-danger {
  color: #a94442;
}
.bootstrap-iso a.text-danger:hover {
  color: #843534;
}
.bootstrap-iso .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-iso a.bg-primary:hover {
  background-color: #286090;
}
.bootstrap-iso .bg-success {
  background-color: #dff0d8;
}
.bootstrap-iso a.bg-success:hover {
  background-color: #c1e2b3;
}
.bootstrap-iso .bg-info {
  background-color: #d9edf7;
}
.bootstrap-iso a.bg-info:hover {
  background-color: #afd9ee;
}
.bootstrap-iso .bg-warning {
  background-color: #fcf8e3;
}
.bootstrap-iso a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bootstrap-iso .bg-danger {
  background-color: #f2dede;
}
.bootstrap-iso a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bootstrap-iso .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-iso ul,
.bootstrap-iso ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-iso ul ul,
.bootstrap-iso ol ul,
.bootstrap-iso ul ol,
.bootstrap-iso ol ol {
  margin-bottom: 0;
}
.bootstrap-iso .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-iso .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap-iso dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-iso dt,
.bootstrap-iso dd {
  line-height: 1.42857143;
}
.bootstrap-iso dt {
  font-weight: bold;
}
.bootstrap-iso dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-iso .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-iso .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-iso abbr[title],
.bootstrap-iso abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.bootstrap-iso .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-iso blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-iso blockquote p:last-child,
.bootstrap-iso blockquote ul:last-child,
.bootstrap-iso blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-iso blockquote footer,
.bootstrap-iso blockquote small,
.bootstrap-iso blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap-iso blockquote footer:before,
.bootstrap-iso blockquote small:before,
.bootstrap-iso blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap-iso .blockquote-reverse,
.bootstrap-iso blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bootstrap-iso .blockquote-reverse footer:before,
.bootstrap-iso blockquote.pull-right footer:before,
.bootstrap-iso .blockquote-reverse small:before,
.bootstrap-iso blockquote.pull-right small:before,
.bootstrap-iso .blockquote-reverse .small:before,
.bootstrap-iso blockquote.pull-right .small:before {
  content: '';
}
.bootstrap-iso .blockquote-reverse footer:after,
.bootstrap-iso blockquote.pull-right footer:after,
.bootstrap-iso .blockquote-reverse small:after,
.bootstrap-iso blockquote.pull-right small:after,
.bootstrap-iso .blockquote-reverse .small:after,
.bootstrap-iso blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap-iso address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-iso code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap-iso kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap-iso pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-iso .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-iso .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .container {
    width: 1170px;
  }
}
.bootstrap-iso .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-iso .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-sm-1,
.bootstrap-iso .col-md-1,
.bootstrap-iso .col-lg-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-sm-2,
.bootstrap-iso .col-md-2,
.bootstrap-iso .col-lg-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-sm-3,
.bootstrap-iso .col-md-3,
.bootstrap-iso .col-lg-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-sm-4,
.bootstrap-iso .col-md-4,
.bootstrap-iso .col-lg-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-sm-5,
.bootstrap-iso .col-md-5,
.bootstrap-iso .col-lg-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-sm-6,
.bootstrap-iso .col-md-6,
.bootstrap-iso .col-lg-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-sm-7,
.bootstrap-iso .col-md-7,
.bootstrap-iso .col-lg-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-sm-8,
.bootstrap-iso .col-md-8,
.bootstrap-iso .col-lg-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-sm-9,
.bootstrap-iso .col-md-9,
.bootstrap-iso .col-lg-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-sm-10,
.bootstrap-iso .col-md-10,
.bootstrap-iso .col-lg-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-sm-11,
.bootstrap-iso .col-md-11,
.bootstrap-iso .col-lg-11,
.bootstrap-iso .col-xs-12,
.bootstrap-iso .col-sm-12,
.bootstrap-iso .col-md-12,
.bootstrap-iso .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-xs-12 {
  float: left;
}
.bootstrap-iso .col-xs-12 {
  width: 100%;
}
.bootstrap-iso .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-iso .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-iso .col-xs-9 {
  width: 75%;
}
.bootstrap-iso .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-iso .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-iso .col-xs-6 {
  width: 50%;
}
.bootstrap-iso .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-iso .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-iso .col-xs-3 {
  width: 25%;
}
.bootstrap-iso .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-iso .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-iso .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-iso .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-iso .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-iso .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-iso .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-iso .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-iso .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-iso .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-iso .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-iso .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-iso .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-0 {
  right: auto;
}
.bootstrap-iso .col-xs-push-12 {
  left: 100%;
}
.bootstrap-iso .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-iso .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-iso .col-xs-push-9 {
  left: 75%;
}
.bootstrap-iso .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-iso .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-iso .col-xs-push-6 {
  left: 50%;
}
.bootstrap-iso .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-iso .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-iso .col-xs-push-3 {
  left: 25%;
}
.bootstrap-iso .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-iso .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-iso .col-xs-push-0 {
  left: auto;
}
.bootstrap-iso .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-iso .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-iso .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-iso .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-iso .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-iso .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-iso .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-iso .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-iso .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-iso .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-iso .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-iso .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-iso .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-iso .col-sm-1,
  .bootstrap-iso .col-sm-2,
  .bootstrap-iso .col-sm-3,
  .bootstrap-iso .col-sm-4,
  .bootstrap-iso .col-sm-5,
  .bootstrap-iso .col-sm-6,
  .bootstrap-iso .col-sm-7,
  .bootstrap-iso .col-sm-8,
  .bootstrap-iso .col-sm-9,
  .bootstrap-iso .col-sm-10,
  .bootstrap-iso .col-sm-11,
  .bootstrap-iso .col-sm-12 {
    float: left;
  }
  .bootstrap-iso .col-sm-12 {
    width: 100%;
  }
  .bootstrap-iso .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-sm-9 {
    width: 75%;
  }
  .bootstrap-iso .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-sm-6 {
    width: 50%;
  }
  .bootstrap-iso .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-sm-3 {
    width: 25%;
  }
  .bootstrap-iso .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .col-md-1,
  .bootstrap-iso .col-md-2,
  .bootstrap-iso .col-md-3,
  .bootstrap-iso .col-md-4,
  .bootstrap-iso .col-md-5,
  .bootstrap-iso .col-md-6,
  .bootstrap-iso .col-md-7,
  .bootstrap-iso .col-md-8,
  .bootstrap-iso .col-md-9,
  .bootstrap-iso .col-md-10,
  .bootstrap-iso .col-md-11,
  .bootstrap-iso .col-md-12 {
    float: left;
  }
  .bootstrap-iso .col-md-12 {
    width: 100%;
  }
  .bootstrap-iso .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-md-9 {
    width: 75%;
  }
  .bootstrap-iso .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-md-6 {
    width: 50%;
  }
  .bootstrap-iso .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-md-3 {
    width: 25%;
  }
  .bootstrap-iso .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-md-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .col-lg-1,
  .bootstrap-iso .col-lg-2,
  .bootstrap-iso .col-lg-3,
  .bootstrap-iso .col-lg-4,
  .bootstrap-iso .col-lg-5,
  .bootstrap-iso .col-lg-6,
  .bootstrap-iso .col-lg-7,
  .bootstrap-iso .col-lg-8,
  .bootstrap-iso .col-lg-9,
  .bootstrap-iso .col-lg-10,
  .bootstrap-iso .col-lg-11,
  .bootstrap-iso .col-lg-12 {
    float: left;
  }
  .bootstrap-iso .col-lg-12 {
    width: 100%;
  }
  .bootstrap-iso .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-lg-9 {
    width: 75%;
  }
  .bootstrap-iso .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-lg-6 {
    width: 50%;
  }
  .bootstrap-iso .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-lg-3 {
    width: 25%;
  }
  .bootstrap-iso .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-iso table {
  background-color: transparent;
}
.bootstrap-iso caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap-iso th {
  text-align: left;
}
.bootstrap-iso .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-iso .table > thead > tr > th,
.bootstrap-iso .table > tbody > tr > th,
.bootstrap-iso .table > tfoot > tr > th,
.bootstrap-iso .table > thead > tr > td,
.bootstrap-iso .table > tbody > tr > td,
.bootstrap-iso .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bootstrap-iso .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bootstrap-iso .table > caption + thead > tr:first-child > th,
.bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.bootstrap-iso .table > thead:first-child > tr:first-child > th,
.bootstrap-iso .table > caption + thead > tr:first-child > td,
.bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.bootstrap-iso .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-iso .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bootstrap-iso .table .table {
  background-color: #ffffff;
}
.bootstrap-iso .table-condensed > thead > tr > th,
.bootstrap-iso .table-condensed > tbody > tr > th,
.bootstrap-iso .table-condensed > tfoot > tr > th,
.bootstrap-iso .table-condensed > thead > tr > td,
.bootstrap-iso .table-condensed > tbody > tr > td,
.bootstrap-iso .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-iso .table-bordered {
  border: 1px solid #dddddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > tbody > tr > th,
.bootstrap-iso .table-bordered > tfoot > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td,
.bootstrap-iso .table-bordered > tbody > tr > td,
.bootstrap-iso .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-iso .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-iso table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap-iso table td[class*="col-"],
.bootstrap-iso table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap-iso .table > thead > tr > td.active,
.bootstrap-iso .table > tbody > tr > td.active,
.bootstrap-iso .table > tfoot > tr > td.active,
.bootstrap-iso .table > thead > tr > th.active,
.bootstrap-iso .table > tbody > tr > th.active,
.bootstrap-iso .table > tfoot > tr > th.active,
.bootstrap-iso .table > thead > tr.active > td,
.bootstrap-iso .table > tbody > tr.active > td,
.bootstrap-iso .table > tfoot > tr.active > td,
.bootstrap-iso .table > thead > tr.active > th,
.bootstrap-iso .table > tbody > tr.active > th,
.bootstrap-iso .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.bootstrap-iso .table-hover > tbody > tr > th.active:hover,
.bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .active,
.bootstrap-iso .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-iso .table > thead > tr > td.success,
.bootstrap-iso .table > tbody > tr > td.success,
.bootstrap-iso .table > tfoot > tr > td.success,
.bootstrap-iso .table > thead > tr > th.success,
.bootstrap-iso .table > tbody > tr > th.success,
.bootstrap-iso .table > tfoot > tr > th.success,
.bootstrap-iso .table > thead > tr.success > td,
.bootstrap-iso .table > tbody > tr.success > td,
.bootstrap-iso .table > tfoot > tr.success > td,
.bootstrap-iso .table > thead > tr.success > th,
.bootstrap-iso .table > tbody > tr.success > th,
.bootstrap-iso .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.bootstrap-iso .table-hover > tbody > tr > th.success:hover,
.bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .success,
.bootstrap-iso .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-iso .table > thead > tr > td.info,
.bootstrap-iso .table > tbody > tr > td.info,
.bootstrap-iso .table > tfoot > tr > td.info,
.bootstrap-iso .table > thead > tr > th.info,
.bootstrap-iso .table > tbody > tr > th.info,
.bootstrap-iso .table > tfoot > tr > th.info,
.bootstrap-iso .table > thead > tr.info > td,
.bootstrap-iso .table > tbody > tr.info > td,
.bootstrap-iso .table > tfoot > tr.info > td,
.bootstrap-iso .table > thead > tr.info > th,
.bootstrap-iso .table > tbody > tr.info > th,
.bootstrap-iso .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.bootstrap-iso .table-hover > tbody > tr > th.info:hover,
.bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .info,
.bootstrap-iso .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-iso .table > thead > tr > td.warning,
.bootstrap-iso .table > tbody > tr > td.warning,
.bootstrap-iso .table > tfoot > tr > td.warning,
.bootstrap-iso .table > thead > tr > th.warning,
.bootstrap-iso .table > tbody > tr > th.warning,
.bootstrap-iso .table > tfoot > tr > th.warning,
.bootstrap-iso .table > thead > tr.warning > td,
.bootstrap-iso .table > tbody > tr.warning > td,
.bootstrap-iso .table > tfoot > tr.warning > td,
.bootstrap-iso .table > thead > tr.warning > th,
.bootstrap-iso .table > tbody > tr.warning > th,
.bootstrap-iso .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.bootstrap-iso .table-hover > tbody > tr > th.warning:hover,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-iso .table > thead > tr > td.danger,
.bootstrap-iso .table > tbody > tr > td.danger,
.bootstrap-iso .table > tfoot > tr > td.danger,
.bootstrap-iso .table > thead > tr > th.danger,
.bootstrap-iso .table > tbody > tr > th.danger,
.bootstrap-iso .table > tfoot > tr > th.danger,
.bootstrap-iso .table > thead > tr.danger > td,
.bootstrap-iso .table > tbody > tr.danger > td,
.bootstrap-iso .table > tfoot > tr.danger > td,
.bootstrap-iso .table > thead > tr.danger > th,
.bootstrap-iso .table > tbody > tr.danger > th,
.bootstrap-iso .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.bootstrap-iso .table-hover > tbody > tr > th.danger:hover,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-iso .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap-iso .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bootstrap-iso .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-iso .table-responsive > .table > thead > tr > th,
  .bootstrap-iso .table-responsive > .table > tbody > tr > th,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > th,
  .bootstrap-iso .table-responsive > .table > thead > tr > td,
  .bootstrap-iso .table-responsive > .table > tbody > tr > td,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-iso .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-iso fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bootstrap-iso legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-iso label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-iso input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso input[type="radio"],
.bootstrap-iso input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-iso input[type="file"] {
  display: block;
}
.bootstrap-iso input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-iso select[multiple],
.bootstrap-iso select[size] {
  height: auto;
}
.bootstrap-iso input[type="file"]:focus,
.bootstrap-iso input[type="radio"]:focus,
.bootstrap-iso input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap-iso .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-iso .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-iso .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bootstrap-iso .form-control:-ms-input-placeholder {
  color: #999999;
}
.bootstrap-iso .form-control::-webkit-input-placeholder {
  color: #999999;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso .form-control[readonly],
.bootstrap-iso fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-iso textarea.form-control {
  height: auto;
}
.bootstrap-iso input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-iso input[type="date"],
  .bootstrap-iso input[type="time"],
  .bootstrap-iso input[type="datetime-local"],
  .bootstrap-iso input[type="month"] {
    line-height: 34px;
  }
  .bootstrap-iso input[type="date"].input-sm,
  .bootstrap-iso input[type="time"].input-sm,
  .bootstrap-iso input[type="datetime-local"].input-sm,
  .bootstrap-iso input[type="month"].input-sm,
  .bootstrap-iso .input-group-sm input[type="date"],
  .bootstrap-iso .input-group-sm input[type="time"],
  .bootstrap-iso .input-group-sm input[type="datetime-local"],
  .bootstrap-iso .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-iso input[type="date"].input-lg,
  .bootstrap-iso input[type="time"].input-lg,
  .bootstrap-iso input[type="datetime-local"].input-lg,
  .bootstrap-iso input[type="month"].input-lg,
  .bootstrap-iso .input-group-lg input[type="date"],
  .bootstrap-iso .input-group-lg input[type="time"],
  .bootstrap-iso .input-group-lg input[type="datetime-local"],
  .bootstrap-iso .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-iso .form-group {
  margin-bottom: 15px;
}
.bootstrap-iso .radio,
.bootstrap-iso .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso .radio label,
.bootstrap-iso .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-iso .radio input[type="radio"],
.bootstrap-iso .radio-inline input[type="radio"],
.bootstrap-iso .checkbox input[type="checkbox"],
.bootstrap-iso .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap-iso .radio + .radio,
.bootstrap-iso .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-iso .radio-inline,
.bootstrap-iso .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-iso .radio-inline + .radio-inline,
.bootstrap-iso .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-iso input[type="radio"][disabled],
.bootstrap-iso input[type="checkbox"][disabled],
.bootstrap-iso input[type="radio"].disabled,
.bootstrap-iso input[type="checkbox"].disabled,
.bootstrap-iso fieldset[disabled] input[type="radio"],
.bootstrap-iso fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-iso .radio-inline.disabled,
.bootstrap-iso .checkbox-inline.disabled,
.bootstrap-iso fieldset[disabled] .radio-inline,
.bootstrap-iso fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-iso .radio.disabled label,
.bootstrap-iso .checkbox.disabled label,
.bootstrap-iso fieldset[disabled] .radio label,
.bootstrap-iso fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-iso .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.bootstrap-iso .form-control-static.input-lg,
.bootstrap-iso .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-iso .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.input-sm,
.bootstrap-iso select[multiple].input-sm {
  height: auto;
}
.bootstrap-iso .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.form-group-sm .form-control,
.bootstrap-iso select[multiple].form-group-sm .form-control {
  height: auto;
}
.bootstrap-iso .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

.bootstrap-iso .radio-bs-inline {
    margin-top: 5px;
}
.bootstrap-iso .radio-bs-inline input {
    margin-right: 10px;
}

.bootstrap-iso select.input-md {
    height: 36px;
    line-height: 36px;
}
.bootstrap-iso .form-group-md .form-control-static {
    font-family: inherit;
    font-size: inherit;
    height: 36px;
    padding: 10px 10px;
    line-height: 1.5;
    min-height: 40px;
}

.bootstrap-iso .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.input-lg,
.bootstrap-iso select[multiple].input-lg {
  height: auto;
}
.bootstrap-iso .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.form-group-lg .form-control,
.bootstrap-iso select[multiple].form-group-lg .form-control {
  height: auto;
}
.bootstrap-iso .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.bootstrap-iso .has-feedback {
  position: relative;
}
.bootstrap-iso .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-iso .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-iso .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso .has-success .help-block,
.bootstrap-iso .has-success .control-label,
.bootstrap-iso .has-success .radio,
.bootstrap-iso .has-success .checkbox,
.bootstrap-iso .has-success .radio-inline,
.bootstrap-iso .has-success .checkbox-inline,
.bootstrap-iso .has-success.radio label,
.bootstrap-iso .has-success.checkbox label,
.bootstrap-iso .has-success.radio-inline label,
.bootstrap-iso .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-iso .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-iso .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-iso .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-iso .has-warning .help-block,
.bootstrap-iso .has-warning .control-label,
.bootstrap-iso .has-warning .radio,
.bootstrap-iso .has-warning .checkbox,
.bootstrap-iso .has-warning .radio-inline,
.bootstrap-iso .has-warning .checkbox-inline,
.bootstrap-iso .has-warning.radio label,
.bootstrap-iso .has-warning.checkbox label,
.bootstrap-iso .has-warning.radio-inline label,
.bootstrap-iso .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-iso .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-iso .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-iso .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-iso .has-error .help-block,
.bootstrap-iso .has-error .control-label,
.bootstrap-iso .has-error .radio,
.bootstrap-iso .has-error .checkbox,
.bootstrap-iso .has-error .radio-inline,
.bootstrap-iso .has-error .checkbox-inline,
.bootstrap-iso .has-error.radio label,
.bootstrap-iso .has-error.checkbox label,
.bootstrap-iso .has-error.radio-inline label,
.bootstrap-iso .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-iso .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-iso .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.bootstrap-iso .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-iso .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-iso .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-iso .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .input-group .input-group-addon,
  .bootstrap-iso .form-inline .input-group .input-group-btn,
  .bootstrap-iso .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-iso .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-iso .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .radio,
  .bootstrap-iso .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .radio label,
  .bootstrap-iso .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-iso .form-inline .radio input[type="radio"],
  .bootstrap-iso .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-iso .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox,
.bootstrap-iso .form-horizontal .radio-inline,
.bootstrap-iso .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-iso .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.bootstrap-iso .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn:active:focus,
.bootstrap-iso .btn.active:focus,
.bootstrap-iso .btn.focus,
.bootstrap-iso .btn:active.focus,
.bootstrap-iso .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso .btn:hover,
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn.focus {
  color: #333333;
  text-decoration: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn.disabled,
.bootstrap-iso .btn[disabled],
.bootstrap-iso fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-default.focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default[disabled],
.bootstrap-iso fieldset[disabled] .btn-default,
.bootstrap-iso .btn-default.disabled:hover,
.bootstrap-iso .btn-default[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-default:hover,
.bootstrap-iso .btn-default.disabled:focus,
.bootstrap-iso .btn-default[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-default:focus,
.bootstrap-iso .btn-default.disabled.focus,
.bootstrap-iso .btn-default[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-default.focus,
.bootstrap-iso .btn-default.disabled:active,
.bootstrap-iso .btn-default[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-default:active,
.bootstrap-iso .btn-default.disabled.active,
.bootstrap-iso .btn-default[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap-iso .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.bootstrap-iso .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary.focus,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary[disabled],
.bootstrap-iso fieldset[disabled] .btn-primary,
.bootstrap-iso .btn-primary.disabled:hover,
.bootstrap-iso .btn-primary[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-primary:hover,
.bootstrap-iso .btn-primary.disabled:focus,
.bootstrap-iso .btn-primary[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-primary:focus,
.bootstrap-iso .btn-primary.disabled.focus,
.bootstrap-iso .btn-primary[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-primary.focus,
.bootstrap-iso .btn-primary.disabled:active,
.bootstrap-iso .btn-primary[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-primary:active,
.bootstrap-iso .btn-primary.disabled.active,
.bootstrap-iso .btn-primary[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-iso .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap-iso .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success.focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success[disabled],
.bootstrap-iso fieldset[disabled] .btn-success,
.bootstrap-iso .btn-success.disabled:hover,
.bootstrap-iso .btn-success[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-success:hover,
.bootstrap-iso .btn-success.disabled:focus,
.bootstrap-iso .btn-success[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-success:focus,
.bootstrap-iso .btn-success.disabled.focus,
.bootstrap-iso .btn-success[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-success.focus,
.bootstrap-iso .btn-success.disabled:active,
.bootstrap-iso .btn-success[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-success:active,
.bootstrap-iso .btn-success.disabled.active,
.bootstrap-iso .btn-success[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-iso .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.bootstrap-iso .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-info.focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info[disabled],
.bootstrap-iso fieldset[disabled] .btn-info,
.bootstrap-iso .btn-info.disabled:hover,
.bootstrap-iso .btn-info[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-info:hover,
.bootstrap-iso .btn-info.disabled:focus,
.bootstrap-iso .btn-info[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-info:focus,
.bootstrap-iso .btn-info.disabled.focus,
.bootstrap-iso .btn-info[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-info.focus,
.bootstrap-iso .btn-info.disabled:active,
.bootstrap-iso .btn-info[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-info:active,
.bootstrap-iso .btn-info.disabled.active,
.bootstrap-iso .btn-info[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-iso .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.bootstrap-iso .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-warning.focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning[disabled],
.bootstrap-iso fieldset[disabled] .btn-warning,
.bootstrap-iso .btn-warning.disabled:hover,
.bootstrap-iso .btn-warning[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-warning:hover,
.bootstrap-iso .btn-warning.disabled:focus,
.bootstrap-iso .btn-warning[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-warning:focus,
.bootstrap-iso .btn-warning.disabled.focus,
.bootstrap-iso .btn-warning[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-warning.focus,
.bootstrap-iso .btn-warning.disabled:active,
.bootstrap-iso .btn-warning[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-warning:active,
.bootstrap-iso .btn-warning.disabled.active,
.bootstrap-iso .btn-warning[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-iso .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.bootstrap-iso .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-danger.focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger[disabled],
.bootstrap-iso fieldset[disabled] .btn-danger,
.bootstrap-iso .btn-danger.disabled:hover,
.bootstrap-iso .btn-danger[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-danger:hover,
.bootstrap-iso .btn-danger.disabled:focus,
.bootstrap-iso .btn-danger[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-danger:focus,
.bootstrap-iso .btn-danger.disabled.focus,
.bootstrap-iso .btn-danger[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-danger.focus,
.bootstrap-iso .btn-danger.disabled:active,
.bootstrap-iso .btn-danger[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-danger:active,
.bootstrap-iso .btn-danger.disabled.active,
.bootstrap-iso .btn-danger[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-iso .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.bootstrap-iso .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:active,
.bootstrap-iso .btn-link.active,
.bootstrap-iso .btn-link[disabled],
.bootstrap-iso fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus,
.bootstrap-iso .btn-link:active {
  border-color: transparent;
}
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-iso .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-link:hover,
.bootstrap-iso .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap-iso .btn-lg,
.bootstrap-iso .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso .btn-sm,
.bootstrap-iso .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .btn-xs,
.bootstrap-iso .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-iso .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-iso input[type="submit"].btn-block,
.bootstrap-iso input[type="reset"].btn-block,
.bootstrap-iso input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-iso .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-iso .fade.in {
  opacity: 1;
}
.bootstrap-iso .collapse {
  display: none;
}
.bootstrap-iso .collapse.in {
  display: block;
}
.bootstrap-iso tr.collapse.in {
  display: table-row;
}
.bootstrap-iso tbody.collapse.in {
  display: table-row-group;
}
.bootstrap-iso .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-iso .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-iso .dropup,
.bootstrap-iso .dropdown {
  position: relative;
}
.bootstrap-iso .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-iso .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-iso .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-iso .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.bootstrap-iso .dropdown-menu > .disabled > a,
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.bootstrap-iso .open > .dropdown-menu {
  display: block;
}
.bootstrap-iso .open > a {
  outline: 0;
}
.bootstrap-iso .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap-iso .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap-iso .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap-iso .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap-iso .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropup .caret,
.bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.bootstrap-iso .dropup .dropdown-menu,
.bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap-iso .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap-iso .btn-group,
.bootstrap-iso .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-iso .btn-group > .btn,
.bootstrap-iso .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-iso .btn-group > .btn:hover,
.bootstrap-iso .btn-group-vertical > .btn:hover,
.bootstrap-iso .btn-group > .btn:focus,
.bootstrap-iso .btn-group-vertical > .btn:focus,
.bootstrap-iso .btn-group > .btn:active,
.bootstrap-iso .btn-group-vertical > .btn:active,
.bootstrap-iso .btn-group > .btn.active,
.bootstrap-iso .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-iso .btn-group .btn + .btn,
.bootstrap-iso .btn-group .btn + .btn-group,
.bootstrap-iso .btn-group .btn-group + .btn,
.bootstrap-iso .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-iso .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-iso .btn-toolbar .btn-group,
.bootstrap-iso .btn-toolbar .input-group {
  float: left;
}
.bootstrap-iso .btn-toolbar > .btn,
.bootstrap-iso .btn-toolbar > .btn-group,
.bootstrap-iso .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-iso .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group {
  float: left;
}
.bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group .dropdown-toggle:active,
.bootstrap-iso .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-iso .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap-iso .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn .caret {
  margin-left: 0;
}
.bootstrap-iso .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-iso .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-iso .btn-group-vertical > .btn,
.bootstrap-iso .btn-group-vertical > .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-iso .btn-group-vertical > .btn + .btn,
.bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-iso .btn-group-justified > .btn,
.bootstrap-iso .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap-iso .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-iso .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-iso .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-iso .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-iso .input-group-lg > .form-control,
.bootstrap-iso .input-group-lg > .input-group-addon,
.bootstrap-iso .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.input-group-lg > .form-control,
.bootstrap-iso select.input-group-lg > .input-group-addon,
.bootstrap-iso select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.input-group-lg > .form-control,
.bootstrap-iso textarea.input-group-lg > .input-group-addon,
.bootstrap-iso textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-lg > .form-control,
.bootstrap-iso select[multiple].input-group-lg > .input-group-addon,
.bootstrap-iso select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-iso .input-group-sm > .form-control,
.bootstrap-iso .input-group-sm > .input-group-addon,
.bootstrap-iso .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.input-group-sm > .form-control,
.bootstrap-iso select.input-group-sm > .input-group-addon,
.bootstrap-iso select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.input-group-sm > .form-control,
.bootstrap-iso textarea.input-group-sm > .input-group-addon,
.bootstrap-iso textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-sm > .form-control,
.bootstrap-iso select[multiple].input-group-sm > .input-group-addon,
.bootstrap-iso select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn,
.bootstrap-iso .input-group .form-control {
  display: table-cell;
}
.bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-iso .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap-iso .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-iso .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-iso .input-group-addon input[type="radio"],
.bootstrap-iso .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-iso .input-group .form-control:first-child,
.bootstrap-iso .input-group-addon:first-child,
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-iso .input-group .form-control:last-child,
.bootstrap-iso .input-group-addon:last-child,
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-iso .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-iso .input-group-btn > .btn {
  position: relative;
}
.bootstrap-iso .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-iso .input-group-btn > .btn:hover,
.bootstrap-iso .input-group-btn > .btn:focus,
.bootstrap-iso .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.bootstrap-iso .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .nav > li {
  position: relative;
  display: block;
}
.bootstrap-iso .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-iso .nav > li > a:hover,
.bootstrap-iso .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-iso .nav > li.disabled > a {
  color: #777777;
}
.bootstrap-iso .nav > li.disabled > a:hover,
.bootstrap-iso .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-iso .nav .open > a,
.bootstrap-iso .nav .open > a:hover,
.bootstrap-iso .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.bootstrap-iso .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-iso .nav > li > a > img {
  max-width: none;
}
.bootstrap-iso .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.bootstrap-iso .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-iso .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap-iso .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap-iso .nav-tabs > li.active > a,
.bootstrap-iso .nav-tabs > li.active > a:hover,
.bootstrap-iso .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap-iso .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-iso .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-iso .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-iso .nav-tabs.nav-justified > .active > a,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-iso .nav-tabs.nav-justified > .active > a,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap-iso .nav-pills > li {
  float: left;
}
.bootstrap-iso .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap-iso .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-iso .nav-pills > li.active > a,
.bootstrap-iso .nav-pills > li.active > a:hover,
.bootstrap-iso .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.bootstrap-iso .nav-stacked > li {
  float: none;
}
.bootstrap-iso .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-iso .nav-justified {
  width: 100%;
}
.bootstrap-iso .nav-justified > li {
  float: none;
}
.bootstrap-iso .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-iso .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-iso .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-iso .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-iso .nav-tabs-justified > .active > a,
.bootstrap-iso .nav-tabs-justified > .active > a:hover,
.bootstrap-iso .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-iso .nav-tabs-justified > .active > a,
  .bootstrap-iso .nav-tabs-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap-iso .tab-content > .tab-pane {
  display: none;
}
.bootstrap-iso .tab-content > .active {
  display: block;
}
.bootstrap-iso .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-header {
    float: left;
  }
}
.bootstrap-iso .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-iso .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-iso .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-iso .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-static-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap-iso .navbar-fixed-top .navbar-collapse,
.bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap-iso .container > .navbar-header,
.bootstrap-iso .container-fluid > .navbar-header,
.bootstrap-iso .container > .navbar-collapse,
.bootstrap-iso .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .container > .navbar-header,
  .bootstrap-iso .container-fluid > .navbar-header,
  .bootstrap-iso .container > .navbar-collapse,
  .bootstrap-iso .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-iso .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-fixed-top,
  .bootstrap-iso .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-iso .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-iso .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-iso .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.bootstrap-iso .navbar-brand:hover,
.bootstrap-iso .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-iso .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar > .container .navbar-brand,
  .bootstrap-iso .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-iso .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-iso .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-toggle {
    display: none;
  }
}
.bootstrap-iso .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-iso .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-iso .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;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
    margin-right:0px;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-iso .navbar-nav > li {
    float: left;
  }
  .bootstrap-iso .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-iso .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-iso .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .input-group .input-group-addon,
  .bootstrap-iso .navbar-form .input-group .input-group-btn,
  .bootstrap-iso .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-iso .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-iso .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .radio,
  .bootstrap-iso .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .radio label,
  .bootstrap-iso .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-iso .navbar-form .radio input[type="radio"],
  .bootstrap-iso .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-iso .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-iso .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-iso .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-iso .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-left {
    float: left !important;
  }
  .bootstrap-iso .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-iso .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-iso .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-brand {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-brand:hover,
.bootstrap-iso .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-text {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-nav > .active > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.bootstrap-iso .navbar-default .navbar-toggle:hover,
.bootstrap-iso .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.bootstrap-iso .navbar-default .navbar-collapse,
.bootstrap-iso .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap-iso .navbar-default .navbar-link {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-link:hover {
  color: #333333;
}
.bootstrap-iso .navbar-default .btn-link {
  color: #777777;
}
.bootstrap-iso .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link:focus {
  color: #333333;
}
.bootstrap-iso .navbar-default .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bootstrap-iso .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-brand:hover,
.bootstrap-iso .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle:hover,
.bootstrap-iso .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bootstrap-iso .navbar-inverse .navbar-collapse,
.bootstrap-iso .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.bootstrap-iso .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap-iso .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.bootstrap-iso .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-iso .breadcrumb > li {
  display: inline-block;
}
.bootstrap-iso .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.bootstrap-iso .breadcrumb > .active {
  color: #777777;
}
.bootstrap-iso .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap-iso .pagination > li {
  display: inline;
}
.bootstrap-iso .pagination > li > a,
.bootstrap-iso .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.bootstrap-iso .pagination > li:first-child > a,
.bootstrap-iso .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap-iso .pagination > li:last-child > a,
.bootstrap-iso .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-iso .pagination > li > a:hover,
.bootstrap-iso .pagination > li > span:hover,
.bootstrap-iso .pagination > li > a:focus,
.bootstrap-iso .pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.bootstrap-iso .pagination > .active > a,
.bootstrap-iso .pagination > .active > span,
.bootstrap-iso .pagination > .active > a:hover,
.bootstrap-iso .pagination > .active > span:hover,
.bootstrap-iso .pagination > .active > a:focus,
.bootstrap-iso .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.bootstrap-iso .pagination > .disabled > span,
.bootstrap-iso .pagination > .disabled > span:hover,
.bootstrap-iso .pagination > .disabled > span:focus,
.bootstrap-iso .pagination > .disabled > a,
.bootstrap-iso .pagination > .disabled > a:hover,
.bootstrap-iso .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.bootstrap-iso .pagination-lg > li > a,
.bootstrap-iso .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.bootstrap-iso .pagination-lg > li:first-child > a,
.bootstrap-iso .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.bootstrap-iso .pagination-lg > li:last-child > a,
.bootstrap-iso .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.bootstrap-iso .pagination-sm > li > a,
.bootstrap-iso .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.bootstrap-iso .pagination-sm > li:first-child > a,
.bootstrap-iso .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .pagination-sm > li:last-child > a,
.bootstrap-iso .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.bootstrap-iso .pager li {
  display: inline;
}
.bootstrap-iso .pager li > a,
.bootstrap-iso .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.bootstrap-iso .pager li > a:hover,
.bootstrap-iso .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-iso .pager .next > a,
.bootstrap-iso .pager .next > span {
  float: right;
}
.bootstrap-iso .pager .previous > a,
.bootstrap-iso .pager .previous > span {
  float: left;
}
.bootstrap-iso .pager .disabled > a,
.bootstrap-iso .pager .disabled > a:hover,
.bootstrap-iso .pager .disabled > a:focus,
.bootstrap-iso .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.bootstrap-iso .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-iso a.label:hover,
.bootstrap-iso a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-iso .label:empty {
  display: none;
}
.bootstrap-iso .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-iso .label-default {
  background-color: #777777;
}
.bootstrap-iso .label-default[href]:hover,
.bootstrap-iso .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-iso .label-primary {
  background-color: #337ab7;
}
.bootstrap-iso .label-primary[href]:hover,
.bootstrap-iso .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-iso .label-success {
  background-color: #5cb85c;
}
.bootstrap-iso .label-success[href]:hover,
.bootstrap-iso .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-iso .label-info {
  background-color: #5bc0de;
}
.bootstrap-iso .label-info[href]:hover,
.bootstrap-iso .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-iso .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-iso .label-warning[href]:hover,
.bootstrap-iso .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-iso .label-danger {
  background-color: #d9534f;
}
.bootstrap-iso .label-danger[href]:hover,
.bootstrap-iso .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-iso .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap-iso .badge:empty {
  display: none;
}
.bootstrap-iso .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-iso .btn-xs .badge,
.bootstrap-iso .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap-iso a.badge:hover,
.bootstrap-iso a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-iso .list-group-item.active > .badge,
.bootstrap-iso .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap-iso .list-group-item > .badge {
  float: right;
}
.bootstrap-iso .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrap-iso .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap-iso .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap-iso .jumbotron h1,
.bootstrap-iso .jumbotron .h1 {
  color: inherit;
}
.bootstrap-iso .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-iso .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrap-iso .container .jumbotron,
.bootstrap-iso .container-fluid .jumbotron {
  border-radius: 6px;
}
.bootstrap-iso .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-iso .jumbotron {
    padding: 48px 0;
  }
  .bootstrap-iso .container .jumbotron,
  .bootstrap-iso .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bootstrap-iso .jumbotron h1,
  .bootstrap-iso .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-iso .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-iso a.thumbnail:hover,
.bootstrap-iso a.thumbnail:focus,
.bootstrap-iso a.thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-iso .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap-iso .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-iso .alert .alert-link {
  font-weight: bold;
}
.bootstrap-iso .alert > p,
.bootstrap-iso .alert > ul {
  margin-bottom: 0;
}
.bootstrap-iso .alert > p + p {
  margin-top: 5px;
}
.bootstrap-iso .alert-dismissable,
.bootstrap-iso .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-iso .alert-dismissable .close,
.bootstrap-iso .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-iso .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.bootstrap-iso .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-iso .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-iso .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.bootstrap-iso .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-iso .alert-info .alert-link {
  color: #245269;
}
.bootstrap-iso .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.bootstrap-iso .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-iso .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-iso .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.bootstrap-iso .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-iso .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-iso .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-iso .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-iso .progress-striped .progress-bar,
.bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap-iso .progress.active .progress-bar,
.bootstrap-iso .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-iso .progress-bar-success {
  background-color: #5cb85c;
}
.bootstrap-iso .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-info {
  background-color: #5bc0de;
}
.bootstrap-iso .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-warning {
  background-color: #f0ad4e;
}
.bootstrap-iso .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-danger {
  background-color: #d9534f;
}
.bootstrap-iso .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .media {
  margin-top: 15px;
}
.bootstrap-iso .media:first-child {
  margin-top: 0;
}
.bootstrap-iso .media,
.bootstrap-iso .media-body {
  zoom: 1;
  overflow: hidden;
}
.bootstrap-iso .media-body {
  width: 10000px;
}
.bootstrap-iso .media-object {
  display: block;
}
.bootstrap-iso .media-right,
.bootstrap-iso .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media-right,
.bootstrap-iso .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-iso .media-middle {
  vertical-align: middle;
}
.bootstrap-iso .media-bottom {
  vertical-align: bottom;
}
.bootstrap-iso .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-iso .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bootstrap-iso .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.bootstrap-iso .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap-iso .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-iso a.list-group-item {
  color: #555555;
}
.bootstrap-iso a.list-group-item .list-group-item-heading {
  color: #333333;
}
.bootstrap-iso a.list-group-item:hover,
.bootstrap-iso a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.bootstrap-iso .list-group-item.disabled,
.bootstrap-iso .list-group-item.disabled:hover,
.bootstrap-iso .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .list-group-item.active .list-group-item-heading,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-iso .list-group-item.active .list-group-item-text,
.bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.bootstrap-iso .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-iso .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-iso a.list-group-item-success {
  color: #3c763d;
}
.bootstrap-iso a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-success:hover,
.bootstrap-iso a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrap-iso a.list-group-item-success.active,
.bootstrap-iso a.list-group-item-success.active:hover,
.bootstrap-iso a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-iso .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrap-iso a.list-group-item-info {
  color: #31708f;
}
.bootstrap-iso a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-info:hover,
.bootstrap-iso a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrap-iso a.list-group-item-info.active,
.bootstrap-iso a.list-group-item-info.active:hover,
.bootstrap-iso a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-iso .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-iso a.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrap-iso a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-warning:hover,
.bootstrap-iso a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrap-iso a.list-group-item-warning.active,
.bootstrap-iso a.list-group-item-warning.active:hover,
.bootstrap-iso a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-iso .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrap-iso a.list-group-item-danger {
  color: #a94442;
}
.bootstrap-iso a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-danger:hover,
.bootstrap-iso a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrap-iso a.list-group-item-danger.active,
.bootstrap-iso a.list-group-item-danger.active:hover,
.bootstrap-iso a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-iso .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-iso .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-iso .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-body {
  padding: 15px;
}
.bootstrap-iso .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-iso .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-iso .panel-title > a,
.bootstrap-iso .panel-title > small,
.bootstrap-iso .panel-title > .small,
.bootstrap-iso .panel-title > small > a,
.bootstrap-iso .panel-title > .small > a {
  color: inherit;
}
.bootstrap-iso .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group,
.bootstrap-iso .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-iso .panel > .list-group .list-group-item,
.bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-iso .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-iso .panel > .table,
.bootstrap-iso .panel > .table-responsive > .table,
.bootstrap-iso .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-iso .panel > .table caption,
.bootstrap-iso .panel > .table-responsive > .table caption,
.bootstrap-iso .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-iso .panel > .table:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .panel-body + .table,
.bootstrap-iso .panel > .panel-body + .table-responsive,
.bootstrap-iso .panel > .table + .panel-body,
.bootstrap-iso .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-iso .panel > .table-bordered,
.bootstrap-iso .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-iso .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap-iso .panel-group {
  margin-bottom: 20px;
}
.bootstrap-iso .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-iso .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-iso .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.bootstrap-iso .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.bootstrap-iso .panel-default {
  border-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.bootstrap-iso .panel-primary {
  border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-iso .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-iso .panel-info {
  border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-iso .panel-warning {
  border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-iso .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-iso .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-iso .embed-responsive .embed-responsive-item,
.bootstrap-iso .embed-responsive iframe,
.bootstrap-iso .embed-responsive embed,
.bootstrap-iso .embed-responsive object,
.bootstrap-iso .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bootstrap-iso .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-iso .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-iso .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-iso .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap-iso .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-iso .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-iso button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap-iso .modal-open {
  overflow: hidden;
}
.bootstrap-iso .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-iso .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap-iso .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-iso .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-iso .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-iso .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.bootstrap-iso .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.bootstrap-iso .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-iso .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-iso .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.bootstrap-iso .modal-header .close {
  margin-top: -2px;
}
.bootstrap-iso .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-iso .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-iso .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-iso .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap-iso .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-iso .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-iso .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-iso .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-iso .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-iso .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .modal-lg {
    width: 900px;
  }
}
.bootstrap-iso .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-iso .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-iso .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap-iso .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap-iso .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap-iso .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap-iso .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.bootstrap-iso .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-iso .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap-iso .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap-iso .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap-iso .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.bootstrap-iso .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.bootstrap-iso .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap-iso .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.bootstrap-iso .popover.top {
  margin-top: -10px;
}
.bootstrap-iso .popover.right {
  margin-left: 10px;
}
.bootstrap-iso .popover.bottom {
  margin-top: 10px;
}
.bootstrap-iso .popover.left {
  margin-left: -10px;
}
.bootstrap-iso .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap-iso .popover-content {
  padding: 9px 14px;
}
.bootstrap-iso .popover > .arrow,
.bootstrap-iso .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-iso .popover > .arrow {
  border-width: 11px;
}
.bootstrap-iso .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap-iso .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bootstrap-iso .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bootstrap-iso .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bootstrap-iso .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bootstrap-iso .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bootstrap-iso .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bootstrap-iso .carousel {
  position: relative;
}
.bootstrap-iso .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap-iso .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-iso .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .bootstrap-iso .carousel-inner > .item.next,
  .bootstrap-iso .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-iso .carousel-inner > .item.prev,
  .bootstrap-iso .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-iso .carousel-inner > .item.next.left,
  .bootstrap-iso .carousel-inner > .item.prev.right,
  .bootstrap-iso .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-iso .carousel-inner > .active,
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  display: block;
}
.bootstrap-iso .carousel-inner > .active {
  left: 0;
}
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-iso .carousel-inner > .next {
  left: 100%;
}
.bootstrap-iso .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-iso .carousel-inner > .next.left,
.bootstrap-iso .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-iso .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-iso .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-iso .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap-iso .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap-iso .carousel-control:hover,
.bootstrap-iso .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-left,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.bootstrap-iso .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap-iso .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap-iso .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.bootstrap-iso .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.bootstrap-iso .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-prev,
  .bootstrap-iso .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-next {
    margin-right: -15px;
  }
  .bootstrap-iso .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-iso .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:before,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:before,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:before,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:before,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:before,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:before,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:before,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:before,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:before,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:before,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:before,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:before,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:before,
.bootstrap-iso .modal-footer:after {
  content: " ";
  display: table;
}
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:after {
  clear: both;
}
.bootstrap-iso .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-iso .pull-right {
  float: right !important;
}
.bootstrap-iso .pull-left {
  float: left !important;
}
.bootstrap-iso .hide {
  display: none !important;
}
.bootstrap-iso .show {
  display: block !important;
}
.bootstrap-iso .invisible {
  visibility: hidden;
}
.bootstrap-iso .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-iso .hidden {
  display: none !important;
}
.bootstrap-iso .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-iso .visible-xs,
.bootstrap-iso .visible-sm,
.bootstrap-iso .visible-md,
.bootstrap-iso .visible-lg {
  display: none !important;
}
.bootstrap-iso .visible-xs-block,
.bootstrap-iso .visible-xs-inline,
.bootstrap-iso .visible-xs-inline-block,
.bootstrap-iso .visible-sm-block,
.bootstrap-iso .visible-sm-inline,
.bootstrap-iso .visible-sm-inline-block,
.bootstrap-iso .visible-md-block,
.bootstrap-iso .visible-md-inline,
.bootstrap-iso .visible-md-inline-block,
.bootstrap-iso .visible-lg-block,
.bootstrap-iso .visible-lg-inline,
.bootstrap-iso .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs {
    display: block !important;
  }
  .bootstrap-iso table.visible-xs {
    display: table;
  }
  .bootstrap-iso tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-xs,
  .bootstrap-iso td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm {
    display: block !important;
  }
  .bootstrap-iso table.visible-sm {
    display: table;
  }
  .bootstrap-iso tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-sm,
  .bootstrap-iso td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md {
    display: block !important;
  }
  .bootstrap-iso table.visible-md {
    display: table;
  }
  .bootstrap-iso tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-md,
  .bootstrap-iso td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg {
    display: block !important;
  }
  .bootstrap-iso table.visible-lg {
    display: table;
  }
  .bootstrap-iso tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-lg,
  .bootstrap-iso td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .hidden-lg {
    display: none !important;
  }
}
.bootstrap-iso .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print {
    display: block !important;
  }
  .bootstrap-iso table.visible-print {
    display: table;
  }
  .bootstrap-iso tr.visible-print {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-print,
  .bootstrap-iso td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap-iso .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-block {
    display: block !important;
  }
}
.bootstrap-iso .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-iso .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-iso .hidden-print {
    display: none !important;
  }
}
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn-default .badge,
.bootstrap-iso .btn-primary .badge,
.bootstrap-iso .btn-success .badge,
.bootstrap-iso .btn-info .badge,
.bootstrap-iso .btn-warning .badge,
.bootstrap-iso .btn-danger .badge {
  text-shadow: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
  background-image: none;
}
.bootstrap-iso .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default:disabled,
.bootstrap-iso .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.bootstrap-iso .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary:disabled,
.bootstrap-iso .btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.bootstrap-iso .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success:disabled,
.bootstrap-iso .btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.bootstrap-iso .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info:disabled,
.bootstrap-iso .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.bootstrap-iso .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning:disabled,
.bootstrap-iso .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.bootstrap-iso .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger:disabled,
.bootstrap-iso .btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.bootstrap-iso .thumbnail,
.bootstrap-iso .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.bootstrap-iso .navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .navbar-brand,
.bootstrap-iso .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bootstrap-iso .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .navbar-inverse .navbar-brand,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .navbar-static-top,
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.bootstrap-iso .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.bootstrap-iso .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.bootstrap-iso .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.bootstrap-iso .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.bootstrap-iso .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.bootstrap-iso .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.bootstrap-iso .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.bootstrap-iso .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.bootstrap-iso .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.bootstrap-iso .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.bootstrap-iso .list-group-item.active .badge,
.bootstrap-iso .list-group-item.active:hover .badge,
.bootstrap-iso .list-group-item.active:focus .badge {
  text-shadow: none;
}
.bootstrap-iso .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.bootstrap-iso .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.bootstrap-iso .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.bootstrap-iso .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.bootstrap-iso .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.bootstrap-iso .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.bootstrap-iso .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
   background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #bebebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#bebebe));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#bebebe 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#bebebe 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#bebebe 100%);
	background: linear-gradient(top,  #e5e5e5 0%,#bebebe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bebebe',GradientType=0 );
  /* -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    border-radius        : 5px; */
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  /* border: 1px solid #aaaaaa; 
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);*/
  display: block;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #000;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(../../images/chosen-sprite.png) no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
	overflow: hidden;
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url(../../images/chosen-sprite.png) no-repeat 100% -22px;
  background: url(../../images/chosen-sprite.png) no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(../../images/chosen-sprite.png) no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  /* -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius   : 0 0 4px 4px;
    border-radius        : 0 0 4px 4px; */
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #0079C0;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url(../../images/chosen-sprite.png) no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url(../../images/chosen-sprite.png) no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
  margin:-1px 0;
}

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  /*opacity:0.5 !important;*/
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url(../../images/chosen-sprite.png) no-repeat -38px -22px;
  background: url(../../images/chosen-sprite.png) no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(../../images/chosen-sprite.png) no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url(../../images/chosen-sprite.png) no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(../../images/chosen-sprite.png) no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */

.loading {
    text-align: center;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.6) no-repeat;
    /* For IE 5.5 - 7*/
    filter: alpha(opacity=60);
    /* For IE 8*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.spinjs {
    position:absolute;
    top:50%;
    left:50%
}

@charset 'utf-8';

ul.dropdown
{
    font-size: 15px;
    height: 30px;
    background: #efeff0 url(../../images/main_nav.png) top repeat-x;
    width: 100%;
    margin-bottom: 20px;
}

ul.dropdown ul
{
    background-color: #fff;
}

ul.dropdown a
{
    color: #636466;
    display: inline;
    padding: 0;
}

ul.dropdown a:hover
{
    text-decoration: underline;
}

ul.dropdown > li > ul > li > span
{
    padding-left: 20px;
    color: #D14A48;
}

ul.dropdown ul ul
{
    margin-top: 5px;
}

ul.dropdown li
{
    padding: 5px 0;
}

ul.dropdown li.dir
{
    border-left: 1px solid #BCBEC0;
}

ul.dropdown li.dir:first-child
{
    border-left: none;
}

ul.dropdown li.dir > span
{
    color: #FFFFFF;
    padding-left: 20px;
    display: block;
}

ul.dropdown li.dir:hover > span
{
     color: #D14A48;
     cursor: pointer;
}

ul.dropdown .emphasize
{
    color: #D14A48;
}

ul.dropdown .selected
{
    font-weight: bold;
    color: #D14A48;
}

.selected-menu-item > span
{
     color: #D14A48 !important;
}

.page-sidebar.navbar-collapse.in {
    margin: 0!important;
}

@charset 'utf-8';

ul.dropdown
{
    position: relative;
    z-index: 1;
    float: left;
}

ul.dropdown li
{
    float: left;
    min-height: 20px;
    line-height: 1.3em;
    vertical-align: middle;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    position: relative;
    z-index: 1;
    cursor: default;
}

ul.dropdown ul
{
    position: absolute;
    top: 102%;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
}

ul.dropdown ul li
{
    float: none;
}

ul.dropdown ul ul
{
    top: 1px;
    left: 99%;
}
@charset 'utf-8';
@import "dropdown.css";


ul.dropdown-linear ul li
{
    float: left;
}

ul.dropdown-linear li.hover, ul.dropdown-linear li:hover
{
    position: static;
}

ul.dropdown-linear ul ul
{
    display: none !important;
}

@charset 'utf-8';
@import "dropdown.linear.css";

ul.dropdown-columnar ul li
{
    position: static;
}

ul.dropdown-columnar ul ul
{
    display: block !important;
    position: static;
    width: 175px !important;
    padding-left: 20px;
}

ul.dropdown-columnar ul ul li
{
    float: none;
}

ul.dropdown-columnar ul ul ul
{
    display: none;
}

ul.dropdown-columnar li.hover ul, ul.dropdown-columnar li:hover ul
{
    visibility: visible !important;
}

.custom-combobox 
{
    width: 190px !important;
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.custom-combobox-toggle {
    position: relative;
    top: -1px;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    height: 19px;
    width: 19px;
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#bebebe 100%);
    border-radius: 0px;
}

.custom-combobox-input 
{
    background: url(../../images/form_input_dbig.png) center no-repeat;
		
  	border-bottom: 1px #ddd solid;
	border-left: 1px #b9b9b9 solid;
	border-right: 1px #b2b2b2 solid;
	border-top: 1px #aeaeae solid;
	color: #000;
	float: left;
	font-size: 13px;
	height: 19px;
    width: 148px !important;

    border-radius: 0px;
	padding-left: 0px;
    padding-right: 8px;
    text-align:right;
}

.ui-helper-hidden-accessible {
    width: 20px;
    height: 20px;
}

.ui-autocomplete {
    border-radius: 0px;
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: local('Cuprum'), local('Cuprum-Regular'), url(../../Fonts/wHBEZCjwNI3HN2fD1RQJgw.woff) format('woff');
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: local('Cuprum Bold'), local('Cuprum-Bold'), url(../../Fonts/n3IzcUkIerri6e9sz7Dgbj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Cuprum';
  font-style: italic;
  font-weight: 400;
  src: local('Cuprum Italic'), local('Cuprum-Italic'), url(../../Fonts/qeKnzn2Grxyt-04Hf-FrNvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Cuprum';
  font-style: italic;
  font-weight: 700;
  src: local('Cuprum Bold Italic'), local('Cuprum-BoldItalic'), url(../../Fonts/qoCTdBYim27O_DVk90C7-WOb2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../../Fonts/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(../../Fonts/g46X4VH_KHOWAAa-HpnGPhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(../../Fonts/7dSh6BcuqDLzS2qAASIeuj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(../../Fonts/lILlYDvubYemzYzN7GbLkIraN7vELC11_xip9Rz-hMs.woff) format('woff');
}


.ui-widget {
    font-size: 13px;
}
.ui-widget .ui-widget {
    font-size: 13px;
}

.ui-jqgrid .ui-jqgrid-htable {
    word-break: break-all;
}

.ui-jqgrid .ui-pg-input { height: 13px; font-size: 0.8em; margin: 0em; line-height: 13px;}
.ui-jqgrid .ui-pg-selbox {
font-size: 0.8em;
line-height: 18px;
display: block;
height: 18px;
margin: 0em;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    white-space: normal;
    word-spacing: normal;
    -moz-word-break: break-word;
    -o-word-break: break-word;
    -ms-word-break: keep-all;
    word-break: break-word;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
    overflow: visible;
    position: relative;
    height: auto;
    padding: 5px 2px 5px 5px;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal;
    word-spacing: normal;
    -moz-word-break: break-word;
    -o-word-break: break-word;
    -ms-word-break: keep-all;
    word-break: break-word;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: white;
    vertical-align:middle;
    font-size:small;
}

.ui-jqgrid tr.jqgrow td 
{
    border: none;
    color:#838385;
    padding:5px 2px 5px 5px;
    background: #F9F9F9;
    border: 1px solid #fff;
}
.ui-jqgrid tr.jqgrow.ui-priority-secondary  td 
{
    background-color:#efeff1;
}

.ui-jqgrid tr.jqgrow {
    outline-style: none;
    border:none;
    opacity: 1;
    filter:Alpha(Opacity=100);
    font-weight: normal;
}
.s-ico {display:none !important;}

.ui-jqdialog-content 
{
    font-size:13px !important;
}

/*
[COMP-4561]
[COMP-4496]
http://stackoverflow.com/questions/14631819/jquery-ui-dialog-box-is-grayed-out-too
*/
.ui-dialog
{
    z-index: 9996;
}

.certificate-picker-expires
{
    float: left;
}

.ui-dialog-titlebar-close
{
    background: url("../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_aaaaaa_1x400.png") repeat-x scroll 50% 50% #aaaaaa;
}

  .docs-with-sign a
  {
      color: #ec1c36;
  }

.messages-top-panel input.search-string
{
    margin-top: -18px;
}

.ui-dialog .ui-dialog-title
{
    margin: 0;
    width: auto;
    border-left: 1px solid #135F9A;
    border-top: 1px solid #135F9A;
    border-right: 1px solid #135F9A;
    color: #363636;
    padding: 5px;
}

.ui-dialog .ui-dialog-titlebar
{
    padding: 0;
    margin: 5px 5px 0;
}

.ui-widget-header
{
    border: none;
    border-bottom: 1px solid #135F9A;
    background: none;
}

.ui-dialog .ui-dialog-buttonpane button
{
    padding: 0;
    opacity: 1;
    cursor: pointer;
}

.ui-dialog-titlebar-close
{
    background: #fff !important;
    border: none;
    background-image: url('../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png') !important;
    background-position: -94px -128px !important;
    cursor: pointer;
}

.ui-datepicker-title
{
    color: #363636;
}

.ui-accordion-header.block_title h2
{
    padding-left: 20px;
}

.ui-widget-header .ui-icon
{
    background-image: url(../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png) !important;
}

.ml8 {
    margin-left: 8px;
}

.tarif-cbx
{
    min-width: 0 !important; 
    width: 15px !important; 
    padding-right: 0 !important;
}

  .deal-confirm
  {
      width: 1000px !important;
      max-width: 1000px !important;
  }


.topicality-loader
{
    background: url(../../images/ajax-loader.gif) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -4px;
    margin-left: 5px;
}

.nbch-message
{
    color: red;
    padding-left: 10px;
}

.ui-datepicker .ui-icon-circle-triangle-w, .ui-datepicker .ui-icon-circle-triangle-e
{
    background-image: url("../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png");
}

.tradefinance-service label
{
    max-width: none !important;
}

.tradefinance-file .div_margin_labelminwidth
{
    margin-left: 381px !important;
}

.tradefinance-file .create_btn
{
    margin-left: 10px !important;
}

.tradefinance-file a.file-name
{
    padding-left: 0 !important;
}

.cbx-label-right
{
    padding-left: 0 !important;
}

.tradefinance-file-common label
{
    height: 24px;
}

.form_auction fieldset b
{
    padding-left: 11px;
}

.tradefinance-file-common a.upload-file
{
    padding-left: 0 !important;
}

.tradefinance-file-common-accounts .upload-list
{
    margin: 0 0 0 8px !important;
}

.IFNSData .tradefinance-file-common .upload-list
{
    margin: 0 !important;
}

.tradefinance-file-accept-application .upload-list
{
    margin: 0 0 0 0 !important;
}

.tradefinance-file-accept-application a.file-name
{
    padding-left: 0 !important;
}

.tradefinance-file-bankguarantee a.file-name
{
    padding-left: 0 !important;
    margin-left: 13px !important;
}

.tradefinance-file-dealing .upload-list
{
    margin: 0 0 0 -5px !important;
}

.tradefinance-file-dealing .upload-list li
{
    padding: 10px 0 0 0 !important;
}

.tradefinance-dealing-confirm label
{
    min-width: 500px !important;
}

.tradefinance-dealing-confirm .div_margin_labelminwidth
{
    margin-left: 531px !important;
}

.tradefinance-file-readonly .upload-list
{
    margin: 0 0 0 12px !important;
}

.tradefinance-file-readonly-trade .upload-list
{
    margin: 0 0 0 6px !important;
}

.tradefinance-file-readonly-trade-template .upload-list
{
    margin: 0 0 0 11px !important;
}

.tradefinance-file-application-view .upload-list
{
    margin: 0 0 0 387px !important;
}

.tradefinance-file-application-create a.file-name
{
    padding-left: 0 !important;
}

.tradefinance-file-application-create .upload-list
{
    margin: 0 0 0 11px !important;
}

.agro-docs .OtcAgroContractGenerated label::before
{
	display: block !important;
}

.top-line {
  border-top: 1px solid #ec1c36;
}

.financial-info-loader
{
    background: url(../../images/ajax-loader.gif) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -4px;
    margin-left: 5px;
}

.scoring-stop {
  padding: 0 10px 5px;
  color: #888;
}

.tableBalanceSheet label
{
    min-width: 280px;
}

.k-grid-header th.position-auction-header-column.k-header{
    height: 34px;
    font-family: sans-serif;
    text-align: center !important;
    vertical-align:middle;
}

input.position-auction-specification, input.position-auction-name, select.position-auction-unit, input.position-auction-price, input.position-auction-count {
    font-family: sans-serif;
}
.reputationRoot {
    border: #d14a48 solid 1px;
    padding: 10px;
    min-width: 235px;
    background-color: #F1F2F2;
}

.reputationRoot a {
    color: #838385 !important;
    margin-right: 15px;
    text-decoration: underline !important;
}

.reputationRoot .reputationValue {
    color: white;
    font-weight: bold;
    padding: 3px 5px;
    margin-right: 5px;
}

.reputationRoot .ratingValue {
    font-weight: bold;
}

.reputationRoot .greenReputation {
    background-color: #8AA363;
}

.reputationRoot .redReputation {
    background-color: red;
}

.reputationRoot .highRisk {
    background-color: red;
    color: white !important;
    font-weight: bold;
    text-decoration: none !important;
    padding: 3px 5px;
}

.reputationRoot .reputationData {
    margin: 5px 0 10px 0;
    padding: 10px 0;
    border-top: 1px solid gainsboro;
    border-bottom: 2px solid gainsboro;
}

.reputationRoot .reputationData .rating {
    margin-right: 5px;
}

.reputationRoot .reputationData .reputation {
    margin-top: 10px;
    display: none;
}

.reputationRoot .organizationName a {
    font-size: 14px !important;
    color: #636466 !important;
}

.reputationRoot a.btn {
	background: url(../../images/btn_bck.gif) repeat-x;
    color: #636466 !important;
	font-size: 12px !important;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none !important;
    border: gainsboro solid 1px;
    border-radius: 6px;
}

.reputationRoot .ratingDescr {
    text-decoration: none !important;
    margin-left: 5px;
}

.reputationRoot .meetingDescr {
    margin-top: 5px;
    font-size: 11px;
}

table.ratingValues 
{
    width:100%;
    color: #636466;
	font-size: 13px;
}

table.ratingValues tr td
{
    padding: 5px;
    border-bottom: 1px #BCBEC0 solid;
}

table.ratingValues tr th
{
    padding: 5px;
    font-weight:bold;
    background-color: #BCBEC0;
    color: white;
}

#organizationRatingDecodingDialog fieldset {
    border-bottom: 1px #bcbec0 solid;
    padding: 10px 0;     
}

#organizationRatingDecodingDialog label {
    display: block;
    float: left;
    width: 150px;
}

#organizationRatingDecodingDialog span, ul {
    display: block;
    margin-left: 150px;
}
@charset 'utf-8';
a {
  outline: none;
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
blockquote,
q {
  quotes: "" "";
}
body {
  font-size: 100%;
}
:focus {
  outline: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-style: inherit;
  font-weight: inherit;
  outline: none;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
  list-style-type: none;
}
input {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}
/*h1,h2,h3,h4,h5,h6{font-size:1em; font-weight:normal}*/
@font-face {
  font-family: 'PTSansRegular';
  src: url(../../Fonts/PTS55F_W.eot);
  src: url(../../Fonts/PTS55F_W.eot?#iefix) format('embedded-opentype'), url(../../Fonts/PTS55F_W.woff) format('woff'), url(../../Fonts/PTS55F_W.ttf) format('truetype'), url(../../Fonts/PTS55F_W.svg#PTSans-Regular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansItalic';
  src: url(../../Fonts/PTS56F_W.eot);
  src: url(../../Fonts/PTS56F_W.eot?#iefix) format('embedded-opentype'), url(../../Fonts/PTS56F_W.woff) format('woff'), url(../../Fonts/PTS56F_W.ttf) format('truetype'), url(../../Fonts/PTS56F_W.svg#PTSans-Italic) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../../Fonts/cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../../Fonts/cyrillic.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../../Fonts/latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
  background: white;
}
.preShadow {
  /*padding-top: 20px;*/
  min-width: 1020px;
}
.shadow {
  min-width: 1170px;
  -webkit-box-shadow: 0 0 50px #efeff0;
  -moz-box-shadow: 0 0 50px #efeff0;
  box-shadow: 0 0 50px #efeff0;
}
.last a:not(.create_btn) {
  text-decoration: underline;
}
.last a:not(.create_btn):hover {
  text-decoration: none;
}
.no_borders,
.no_borders th,
.no_borders tr,
.no_borders tr td {
  border: none !important;
}
.filterelemetn {
  float: left;
  width: 65%;
}
.filterelemetn2left {
  float: left;
  width: 285px;
}
.filterelemetn3left {
  float: left;
  width: 203px;
}
.filterelemetn2 {
  float: right;
  width: 285px;
}
.filterelemetn2-lbl label {
  padding-left: 0 !important;
}
.filterelemetn7 {
  float: right;
  width: 515px;
}
.filterelemetn6 textarea,
.filterelemetn7 textarea {
  width: 503px !important;
}
.widthauto {
  width: auto !important;
}
a.linkButton {
  color: #005baa;
  display: block;
  float: right;
  font-size: 13px;
  margin: 4px 5px 2px 0;
}
a.linkButton:hover {
  text-decoration: underline;
}
a.linkButton-left {
  color: #005baa;
  display: block;
  float: left;
  font-size: 13px;
  margin: 0 0 2px 5px;
  text-decoration: underline;
}
a.linkButton-left:hover {
  text-decoration: underline;
}
.login {
  background: url(../../images/login.png) no-repeat;
  border: none;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  margin-left: 10px;
  width: 60px;
}
.wrapper {
  margin: 20px 20px 0 20px;
  width: auto;
  /*min-width: 1130px;*/
}
.page-content-wrapper {
  /*  margin-top: 91px;*/
}
.page-content-wrapper .page-content {
  margin-left: 0 !important;
}
.page-sidebar-closed .page-sidebar-wrapper + .page-content-wrapper .page-content {
  margin-left: 45px !important;
}
.precontent {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: left;
  display: block;
  min-width: 980px;
}
.promo-banner a {
  display: block;
  width: 550px;
  height: 150px;
  background-image: url(/main/Static/images/banners/550x150_registration_bg_dark.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.promo-banner a:hover {
  display: block;
  width: 550px;
  height: 150px;
  background-image: url(/main/Static/images/banners/550x150_registration_bg_light.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* #region Global_nav */
.global_menu {
  float: right;
}
.noactive {
  font-size: 13px;
  margin: 4px 5px 2px 0;
  color: #464646;
  display: block;
  float: right;
}
.global_menu .globalmenu-item span,
.global_menu .globalmenu-item span a {
  font-size: 15px;
}
/* #endregion Global_nav */
/* #region Main_nav */
.divCount1 {
  width: 99.98% !important;
  min-width: 200px !important;
}
.divCount2 {
  width: 49.85% !important;
  min-width: 200px !important;
}
.divCount3 {
  width: 33.20% !important;
  min-width: 200px !important;
}
.divCount4 {
  width: 23.95% !important;
  min-width: 200px !important;
}
.divCount5 {
  width: 16.75% !important;
  min-width: 200px !important;
}
.divCount6 {
  width: 13.5% !important;
  min-width: 160px !important;
}
/* #endregion Main_nav */
.block_title {
  background: url(../../images/block_title.png) repeat-x;
  height: 27px;
  margin-bottom: 10px;
  padding: 5px 0 0 0;
  width: 168px;
}
.block_title h2 {
  font-size: 14px !important;
}
.block_title h2 a {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.block_title1 {
  height: 25px;
  margin-bottom: 10px;
  padding: 0;
  width: 168px;
}
.block_title1 h1 {
  color: black !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin: 0 0 0 15px !important;
  text-decoration: underline;
}
.balans_border td {
  border: 2px;
  border-style: solid;
  border-color: lightgray;
}
.balans_no_border td {
  border: 0;
}
.balans_border td label {
  padding-left: 2px;
  margin: 4px;
}
.balans_inside_element label {
  margin-left: 15px !important;
}
.balans_code {
  padding-left: 2px;
  margin-left: 2px;
  width: 50px;
  max-width: 50px;
  min-width: 50px !important;
}
.balans_code label {
  min-width: 50px !important;
  padding-left: 2px;
  margin-left: 2px;
}
.balans_border input {
  border-color: #aeaeae #aeaeae #efeff0;
  border-style: solid;
  border-width: 1px;
  color: black;
  float: left;
  font-size: 13px;
  height: 19px;
  padding-left: 8px;
}
/* #region Content */
.content {
  display: block;
  min-width: 665px;
  width: auto;
}
.content .block_title {
  width: 548px;
}
.content .last .black:first-child {
  padding-right: 10px;
}
.content_title {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 19px;
}
.last {
  width: 560px;
}
.last th {
  background-color: #e0e0e2;
  border: 1px white solid;
  color: #464646;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 5px 8px;
  white-space: nowrap;
  overflow: hidden;
}
.last td {
  border: 1px white solid;
  color: #464646;
  font-size: 13px;
  padding: 5px 10px 5px 11px;
}
.last tr.even {
  background-color: #efeff0;
}
.subaccount.last,
.today.last {
  width: 300px;
}
.subaccount.last tr.even,
.subaccount.last tr {
  background-color: white;
}
.subaccount.last tr td {
  border-bottom: 1px #aeaeae solid;
  border-left: none;
  border-right: none;
  border-top: none;
}
.bidders {
  clear: both;
  margin-bottom: 20px;
  min-width: 639px;
  width: 100%;
}
.bidders .block_title {
  background: url(../../images/auction_title.png) repeat-x;
  width: auto;
  min-width: 627px;
}
.bidders .last {
  width: 640px;
}
.bidders .last td {
  border: none;
}
.bidders .last td:first-child {
  text-align: center;
}
.bidders .last th {
  border-left: 1px white solid;
  border-right: 1px white solid;
}
.selection .last th {
  border: none;
}
/* #endregion Content */
.sidebar_right {
  float: right;
  margin-left: 20px;
  width: 180px;
}
.hiddenPanel {
  display: none;
}
/* #region Form_block*/
.column {
  float: right;
  width: 48%;
  min-width: 280px;
  margin-bottom: 20px;
}
.column.left {
  float: left;
}
.column .form_block .block_title {
  width: 100%;
  min-width: 280px;
}
.column .form_block fieldset ul.line {
  min-width: 210px;
  float: left;
}
.column .form_block tr label {
  min-width: 100px;
  width: auto;
  padding-left: 0;
}
.column .form_block label {
  min-width: 100px;
  width: 30%;
}
.form_block .column label {
  min-width: 100px;
  width: 30%;
}
.column .form_block fieldset {
  min-width: 324px;
}
.column .form_block.wide fieldset ul.line {
  min-width: 160px;
  float: left;
}
.column .form_block.wide label {
  min-width: 115px;
}
.column .form_block.wide .labelItemwidth label {
  min-width: 115px;
  width: 50%;
}
.form_block {
  margin-bottom: 20px;
}
.form_block .block_title {
  background: url(../../images/auction_title.png) repeat-x;
  width: 100%;
  min-width: 627px;
}
.form_block ul.file_list {
  width: 100%;
  color: #464646;
  font-size: 13px;
}
.form_block ul.file_list li a {
  color: #464646;
  text-decoration: underline;
}
.form_block ul.file_list li a:hover {
  text-decoration: none;
}
.form_block fieldset p span {
  float: left;
  padding: 0 5px;
}
.form_block fieldset a.delete {
  float: none;
}
.form_block fieldset .percentControl a.delete,
.levelPercent1 td a.delete {
  float: none;
  vertical-align: middle;
}
.form_block fieldset:not(.hidden) {
  font-family: sans-serif;
}
/* #endregion Form_block*/
/* #region Auction*/
.auction {
  float: left;
  min-width: 639px;
  width: 100%;
}
.auction_title {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 19px;
}
h1.auction_title {
  font-size: 22px;
}
.form_auction label {
  min-width: 280px;
  color: #464646;
  float: left;
  font-size: 13px;
  line-height: 16px;
  margin-top: 2px;
  padding-left: 11px;
  max-width: 350px;
  padding-right: 20px;
}
.form_auction.l_dbig-fixed label {
  width: 295px;
}
.form_auction.l_small-fixed label {
  width: 160px;
}
.form_auction .twoColumn label {
  width: 170px;
}
.form_auction .lbl-width30perc label {
  width: 30%;
}
.form_auction .lbl-width160 label {
  width: 160px;
  min-width: 160px;
}
.form_auction ul.vertical {
  float: left;
}
.form_auction .visible_checkbox input[type="checkbox"] {
  display: inline !important;
}
.form_auction p {
  color: #464646;
  clear: both;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 11px;
}
.form_auction fieldset {
  border-bottom: 1px #aeaeae solid;
  padding: 4px 0;
  position: relative;
  color: #464646;
  font-size: 13px;
  line-height: 20px;
}
.form_auction fieldset.noline {
  border-bottom: 0 none;
}
.form_auction fieldset > span:not(.aspNetDisabled) {
  display: table;
}
ul.upload-list li a.upload-file,
ul.upload-list li a.file-name {
  padding-left: 5px;
}
.form_auction fieldset input,
.form_auction .flat_input input[type="text"],
.flat_input_with_padding,
.upload-files input {
  color: black;
  float: left;
  font-size: 13px;
  height: 19px;
  padding-left: 8px;
}
.form_auction fieldset input[type="checkbox"] {
  padding-left: 0;
}
.form_auction textarea {
  border-bottom: 1px #efeff0 solid;
  border-left: 1px #aeaeae solid;
  border-right: 1px #aeaeae solid;
  border-top: 1px #aeaeae solid;
  color: black;
  float: left;
  font-size: 13px;
  height: 60px;
  padding-left: 8px;
  width: auto;
}
input.dbig2 {
  background: url(../../images/form_input_dbig2.jpg) center no-repeat;
  width: 246px;
  height: 47px;
  font-size: 25px;
}
.form_auction textarea.medium {
  width: 196px;
  padding-left: 3px;
  padding-right: 3px;
}
.form_auction textarea.big {
  width: 246px;
}
.form_auction textarea.big2 {
  width: 308px;
}
.form_auction textarea.dbig {
  width: 608px;
}
.form_auction textarea.superbig {
  width: 617px;
  padding-right: 1px;
}
.form_auction input.big {
  background: url(../../images/form_input_big.png) center no-repeat;
  width: 118px;
}
.form_auction input.dbig {
  background: url(../../images/form_input_dbig.png) center no-repeat;
  width: 246px;
}
.form_auction input.superbig {
  background: url(../../images/form_input_superbig.png) center no-repeat;
  width: 618px;
}
.form_auction input.mediumbig {
  background: url(../../images/form_input_superbig.png) center no-repeat;
  width: 418px;
}
.form_auction input.medium3 {
  background: url(../../images/form_input_superbig.png) center no-repeat;
  width: 160px;
}
.height24 {
  height: 24px !important;
}
.height40 {
  height: 40px !important;
}
.height61 {
  height: 61px !important;
}
.form_auction .copyDataFromSparkBtn:active {
  height: 29px;
}
.form_auction .copyDataFromSparkBtn {
  height: 30px;
}
.form_auction textarea.mediumbig {
  width: 418px;
}
select.mediumbig {
  width: 425px;
}
select.doublemediumbig {
  width: 850px;
}
.form_auction input.small {
  background: url(../../images/form_input_small.png) center no-repeat;
  width: 30px;
}
.form_auction input.medium {
  background: url(../../images/form_input_medium.png) center no-repeat;
  padding-left: 3px;
  width: 65px;
}
.form_auction .datapicker input,
.form_auction .service input {
  float: none;
}
.form_auction input.err,
.form_auction textarea.err,
.form_auction table.err,
.form_auction div.err {
  border: 1px #ee1c24 solid !important;
  margin-top: 0;
}
.form_auction label.err,
.form_auction span.err {
  color: #ee1c24 !important;
}
.form_auction fieldset.single label {
  width: 627px;
}
.form_auction fieldset ul.line {
  min-width: 308px;
}
.form_auction fieldset ul.line.big {
  min-width: 580px;
}
.form_auction fieldset.dbig ul.line {
  min-width: 608px;
}
.form_auction fieldset ul.line > li {
  display: block;
  padding-right: 8px;
  float: left;
  color: #464646;
  font-size: 13px;
  line-height: 16px;
}
.form_auction fieldset input[type="checkbox"],
.form_auction fieldset input[type="radio"] {
  border: none;
  margin-right: 2px;
  float: left;
}
.form_auction fieldset ul.line li label {
  padding: 0;
  width: inherit;
}
.form_auction .small fieldset ul.line li label {
  width: 160px;
  padding-left: 11px;
}
.form_auction .twoColumn fieldset ul.line li label {
  width: 170px;
  padding-left: 11px;
}
.form_auction .twoColumn fieldset ul.line {
  min-width: 910px;
  float: left;
}
.form_auction .small fieldset ul.line {
  min-width: 910px;
  width: auto;
  float: left;
}
.form_auction fieldset.big ul.line {
  min-width: 200px;
  float: left;
}
.form_auction input.submitbtn {
  background: url(../../images/create_btn.png) -86px 0 no-repeat;
  border: none;
  height: 25px;
  width: 126px;
  color: white;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-right: 8px;
  padding-top: 0;
  text-align: center;
}
.form_auction .search {
  background: url(../../images/search.png) no-repeat;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 8px 0 16px 0;
  padding: 0;
  width: 93px;
  float: right;
}
.form_auction a.clear {
  color: #464646;
  display: block;
  float: right;
  font-size: 13px;
  margin: 8px 18px 16px 0;
  text-decoration: underline;
  line-height: 25px;
}
.form_auction fieldset.small ul.line {
  width: 315px;
}
.form_auction .fsUpload label {
  width: 160px;
}
.form_auction fieldset input.money,
.form_auction fieldset input.decimal,
.form_auction fieldset input.number,
.form_auction fieldset input.percent,
input.percent2m,
.form_auction fieldset input.number9,
.form_auction fieldset input.decimal4,
.form_auction input.moneyBalance,
.form_auction fieldset input.decimal-big {
  text-align: right;
  padding-left: 0;
  padding-right: 8px;
}
.form_auction .goauction {
  background: url(../../images/login.png) no-repeat;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 17px;
  padding: 3px 0 7px 6px;
  margin-left: 5px;
  text-align: left;
  text-decoration: none;
  width: 53px;
  display: inline-block;
}
.form_auction input.medium2 {
  background: url(../../images/form_input_medium2.png) center no-repeat;
  padding-left: 3px;
  padding-right: 3px;
  width: 72px;
}
.form_auction input.ddbig {
  background: url(../../images/form_input_ddbig.png) center no-repeat;
  width: 490px;
}
table.auction_info {
  width: 100%;
  color: #464646;
  font-size: 13px;
}
table.auction_info tr td {
  padding: 5px;
  border-right: 1px #aeaeae solid;
}
table.auction_info tr td:last-child {
  border: none;
}
table.auction_info tr th {
  padding: 5px;
  font-weight: bold;
}
/* #endregion Auction*/
.data label {
  width: 150px;
  min-width: 150px;
}
.ui-datepicker-div,
.ui-datepicker-calendar {
  font-size: 13px !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background: #f9a5af;
}
button.ui-datepicker-current {
  color: #fff !important;
  background-color: #5cb85c !important;
  border: 1px solid #3e8f3e !important;
}
button.ui-datepicker-close {
  color: #fff !important;
  background-color: #d9534f !important;
  border: 1px solid #b92c28 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  opacity: 1;
  filter: alpha(opacity=100);
}
button.ui-state-default {
  background-color: #5cb85c;
  border-color: #3e8f3e;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ec1c36;
  background: none;
  font-weight: normal;
  color: #363636;
}
.ui-state-default .ui-icon {
  background-image: url(../../Styles/jQuery/jquery.ui/images/ui-icons_ec1c36_256x240.png);
}
button.ui-dialog-titlebar-close {
  background: none !important;
  border: 0;
  font-weight: normal;
  color: #fff !important;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
  background: #5cb85c;
  font-weight: normal;
  color: #fff;
  border: 1px;
  border: 1px solid #3e8f3e;
}
.ui-dialog .ui-dialog-buttonpane .btn-danger {
  margin: .5em .4em .5em 0;
  cursor: pointer;
  background: #d9534f;
  font-weight: normal;
  color: #fff;
  border: 1px;
  border: 1px solid #b92c28;
}
.ui-dialog .ui-dialog-title {
  white-space: normal;
  max-width: 90%;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ec1c36 !important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #363636;
}
.dp-trade .ui-datepicker {
  margin-left: 120px !important;
}
.ui-timepicker-div {
  font-size: 13px;
  margin: 7px;
  padding-left: 160px;
  float: left;
}
.ui_tpicker_hour,
.ui_tpicker_minute_label,
.ui_tpicker_minute {
  float: left;
}
.ui_tpicker_minute,
.ui_tpicker_minute_label {
  margin-left: 8px;
}
.ui_tpicker_hour_label {
  clear: both;
}
.ui_tpicker_hour,
.ui_tpicker_minute {
  width: auto;
}
.ui-timepicker-div dt.ui_tpicker_hour {
  clear: both;
  float: none;
}
.ui_tpicker_time_label,
.ui_tpicker_time {
  float: left;
}
.ui_tpicker_time_label {
  margin-right: 10px;
}
.ui-slider-handle {
  background-color: #aeaeae !important;
}
.ui-jqdialog-titlebar,
.delmsg,
.DelButton a {
  font-size: 13px !important;
}
/* #region Validators */
.noerror {
  display: none;
  z-index: 999;
  visibility: hidden !important;
}
label.max-amount-row-error {
  color: #ee1c24 !important;
}
span.error {
  background-color: #fabbbe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ee1c24;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-left: 3px;
  padding: 7px 9px 6px 9px;
  position: absolute;
  width: 256px;
  z-index: 1;
}
span.error:hover {
  z-index: 3;
  display: block;
  position: relative;
}
textarea:focus + .validators span.error,
input:focus + .validators span.error,
.chzn-container-active + .validators span.error,
textarea:hover + .validators span.error,
input:hover + .validators span.error,
.chzn-container:hover + .validators span.error {
  display: block;
  visibility: visible !important;
}
span.error span {
  background: url(../../../images/error.png) no-repeat;
  display: block;
  height: 9px;
  left: -8px;
  position: absolute;
  top: 8px;
  width: 8px;
}
.err .chzn-single {
  color: red !important;
}
.err + .chzn-container span {
  color: red !important;
}
/* #endregion Validators */
div#withdrawDialog .form_auction textarea,
div#rejectionDialog .form_auction textarea {
  width: 390px !important;
}
div#rejectionDialog #formDialog textarea {
  width: 390px;
  height: 150px;
}
/* #region jquery chosen*/
.chzn-container-active .chzn-single {
  padding-left: 7px !important;
}
a.chzn-single {
  filter: none !important;
}
.chzn-disabled a.chzn-single {
  color: #838385 !important;
}
.margin_none .chzn-container {
  margin-top: 5px;
}
.f_auto .chzn-container {
  float: left;
  width: auto !important;
  max-width: 418px;
  min-width: 180px;
}
.f_auto .chzn-drop {
  width: auto !important;
  max-width: 416px;
  min-width: 178px;
}
.f_auto .chzn-search input {
  height: auto !important;
  max-width: 380px;
  min-width: 142px;
}
.f_region .chzn-container {
  float: left;
  width: 160px !important;
}
.f_region .chzn-drop {
  width: 158px !important;
}
.f_region .chzn-search input {
  height: auto !important;
  width: 123px !important;
}
.f_region2 .chzn-container {
  float: left;
  width: 256px !important;
}
.f_region2 .chzn-drop {
  width: 254px !important;
}
.f_region2 .chzn-search input {
  height: auto !important;
  width: 219px !important;
}
.f_region3 .chzn-container {
  float: left;
  width: 498px !important;
}
.f_region3 .chzn-drop {
  width: 496px !important;
}
.f_region3 .chzn-search input {
  height: auto !important;
  width: 461px !important;
}
.f_medium .chzn-container {
  float: left;
  width: 128px !important;
}
.f_medium .chzn-drop {
  width: 126px !important;
}
.f_medium .chzn-search input {
  height: auto !important;
  width: 90px !important;
}
.f_medium4 .chzn-container {
  float: left;
  width: 195px !important;
}
.f_medium4 .chzn-drop {
  width: 193px !important;
}
.f_medium4 .chzn-search input {
  height: auto !important;
  width: 157px !important;
}
.f_mediumbig .chzn-container {
  float: left;
  width: 427px !important;
}
.f_mediumbig .chzn-drop {
  width: 425px !important;
}
.f_mediumbig .chzn-search input {
  height: auto !important;
  width: 390px !important;
}
.doublemediumbig .chzn-container {
  float: left;
  width: 852px !important;
}
.doublemediumbig .chzn-container abbr.search-choice-close {
  right: 36px!important;
}
.doublemediumbig .chzn-drop {
  width: 850px !important;
}
.doublemediumbig .chzn-search input {
  height: auto !important;
  width: 815px !important;
}
.f_mediumdbig .chzn-container {
  width: 520px !important;
}
.f_mediumdbig .chzn-drop {
  width: 518px !important;
}
.f_mediumdbig .chzn-search input {
  height: auto !important;
  width: 483px !important;
}
.f_mediumdbigddl .chzn-container {
  width: 520px !important;
  float: left;
}
.f_mediumdbigddl .chzn-drop {
  width: 554px !important;
}
.f_mediumdbigddl .chzn-search input {
  height: auto !important;
  width: 519px !important;
}
.f_big .chzn-container {
  float: left;
  width: 220px !important;
}
.f_big .chzn-drop {
  width: 220px !important;
}
.f_big .chzn-search input {
  height: auto !important;
  width: 220px !important;
}
.datelimit-ddl {
  float: left;
  padding-left: 10px;
}
.datelimit-ddl .chzn-container {
  width: 170px !important;
}
.datelimit-ddl .chzn-drop {
  width: 168px !important;
}
.datelimit-ddl .chzn-search input {
  height: auto !important;
  width: 123px !important;
}
.f_dbig .chzn-container {
  float: left;
  width: 256px !important;
}
.f_dbig .chzn-drop {
  width: 254px !important;
}
.f_dbig .chzn-search input {
  height: auto !important;
  width: 219px !important;
}
.f_dbig2 .chzn-container {
  float: left;
  width: 512px !important;
}
.f_dbig2 .chzn-drop {
  width: 510px !important;
}
.f_dbig2 .chzn-search input {
  height: auto !important;
  width: 440px !important;
}
.f_ddbig .chzn-container {
  float: left;
  width: 512px !important;
}
.f_ddbig .chzn-drop {
  width: 508px !important;
}
.f_ddbig .chzn-search input {
  height: auto !important;
  width: 438px !important;
}
.index_select .chzn-container,
.f_product .chzn-container {
  margin-bottom: 10px;
  width: 180px !important;
}
.index_select .chzn-drop,
.f_product .chzn-drop {
  width: 178px !important;
}
.index_select .chzn-search input,
.f_product .chzn-search input {
  width: 143px !important;
}
.f_product .chzn-container {
  float: left;
  margin: 0;
}
.f_other .chzn-container {
  width: 300px !important;
}
.f_other .chzn-drop {
  width: 300px !important;
}
.f_other .chzn-search input {
  height: auto !important;
  width: 270px !important;
}
.f_yes .chzn-container {
  float: left;
  margin-right: 58px;
  width: 70px !important;
}
.f_yes .chzn-drop {
  width: 68px !important;
}
.f_yes .chzn-search input {
  height: auto !important;
  width: 33px !important;
}
.grainbaseinfo .f_region .chzn-container {
  float: left;
  width: 498px !important;
}
.grainbaseinfo .f_region .chzn-drop {
  width: 496px !important;
}
.grainbaseinfo .f_region .chzn-search input {
  height: auto !important;
  width: 461px !important;
}
/* #endregion jquery chosen*/
.create_btn {
  background: url(../../images/create_btn.png) no-repeat;
  color: white;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 14px;
  margin-right: 8px;
  margin-top: 8px;
  padding-top: 5px;
  text-align: center;
  width: 78px;
  cursor: pointer;
}
.red_create_btn {
  background: #D14A48;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 14px;
  margin-right: 8px;
  margin-top: 8px;
  padding-top: 5px;
  text-align: center;
  width: 78px;
  border: 0px none;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.create_btn:active {
  /*height: 19px;*/
  padding: 5px 0 0 1px;
  width: 77px;
}
.create_btn.big {
  background: url(../../images/create_btn.png) -86px 0 no-repeat;
  width: 126px;
}
.create_btn.big:active {
  width: 125px;
}
.create_btn.dbig {
  background: url(../../images/create_btn.png) -223px 0 no-repeat;
  width: 250px;
}
.red_create_btn.dbig {
  background: #D14A48;
  width: 250px;
}
.create_btn.dbig:active {
  width: 249px;
}
.create_btn.searchbtn.multi_lots {
  margin: 2px -15px 0 0;
}
.create_btn.searchbtn.multi_lots_view {
  margin: 2px 15px 0 0;
}
.create_btn.large {
  background: url(../../images/create_btn.png) -483px 0 no-repeat;
  width: 166px;
}
.create_btn.large:active {
  width: 165px;
}
.red_create_btn.large {
  background: #D14A48;
  width: 166px;
}
.red_create_btn.large:active {
  width: 165px;
}
.create_btn.veryLarge {
  background: url(../../images/create_btn_large.png) -5px 0 no-repeat;
  width: 250px;
  height: 44px;
}
.create_btn.veryLarge:active {
  width: 250px;
}
.create_btn.wide {
  background: url(../../images/create_btn.png) -661px 0 no-repeat;
  width: 350px;
}
.create_btn.wide:active {
  width: 349px;
}
.create_btn.wide_mega {
  background: url(../../images/create_btn.png) -1022px 0 no-repeat;
  width: 450px;
}
.create_btn.no_margin {
  margin-top: 0;
}
.create_btn.no_up_margin {
  margin-top: 0;
}
.create_btn.right {
  float: right;
}
.create_btn.sidebar {
  background: url(../../images/create_btn.png) -223px 0 no-repeat;
  width: 301px;
}
.create_btn.sidebar:active {
  width: 300px;
}
.create_btn.buttonLink {
  cursor: pointer;
}
.create_btn.marginBottom {
  margin-bottom: 8px;
}
.create_btn.alignMargins {
  margin-left: 0 !important;
  margin-right: 8px;
}
.create_btn.inlineBtn {
  margin-top: 0;
  margin-left: 8px;
  padding-left: 3px;
  padding-right: 3px;
}
.btn_create_improve {
  margin-top: 0;
}
div:not(.bootstrap-iso) > a.aspNetDisabled,
div:not(.bootstrap-iso) > .create_btn.aspNetDisabled {
  cursor: default;
  pointer-events: none;
  color: #d7d9dc !important;
  border: 1px solid #dfdfdf;
  background-color: #fff !important;
}
div.bootstrap-iso > a.aspNetDisabled,
div.bootstrap-iso > .create_btn.aspNetDisabled {
  cursor: default;
  pointer-events: none;
  opacity: .65;
}
a[disabled='disabled'] {
  cursor: default;
  pointer-events: none;
}
.delete_btn {
  background: #ec1c36;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 14px;
  padding-top: 5px;
  text-align: center;
  width: 78px;
}
.delete_btn:active {
  height: 19px;
  padding: 6px 0 0 1px;
  width: 77px;
}
.delete_btn:first-child {
  margin-left: 0;
}
.delete_btn.big {
  background: url(../../images/create_btn.png) -86px 0 no-repeat;
  width: 126px;
}
.delete_btn.big:active {
  width: 125px;
}
.delete_btn.dbig {
  background: url(../../images/create_btn.png) -223px 0 no-repeat;
  width: 250px;
}
.delete_btn.dbig:active {
  width: 249px;
}
.delete_btn.large {
  background: url(../../images/create_btn.png) -483px 0 no-repeat;
  width: 166px;
}
.delete_btn.large:active {
  width: 165px;
}
.aspNetDisabled.delete_btn {
  color: #838385;
}
.aspNetDisabled.delete_btn:active {
  padding: 5px 0 0 0;
  width: 78px;
  height: 20px;
}
.aspNetDisabled.delete_btn.big:active {
  width: 126px;
}
.activity_btn {
  background: url(../../images/create_btn.png) no-repeat;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 14px;
  padding-top: 5px;
  text-align: center;
  width: 78px;
}
.activity_btn:active {
  height: 19px;
  padding: 6px 0 0 1px;
  width: 77px;
}
.activity_btn:first-child {
  margin-left: 0;
}
.activity_btn.big {
  background: url(../../images/create_btn.png) -86px 0 no-repeat;
  width: 126px;
}
.activity_btn.big:active {
  width: 125px;
}
.activity_btn.dbig {
  background: url(../../images/create_btn.png) -223px 0 no-repeat;
  width: 250px;
}
.activity_btn.dbig:active {
  width: 249px;
}
.activity_btn.large {
  background: url(../../images/create_btn.png) -483px 0 no-repeat;
  width: 166px;
}
.activity_btn.large:active {
  width: 165px;
}
.aspNetDisabled.activity_btn {
  color: #838385;
}
.aspNetDisabled.activity_btn:active {
  padding: 5px 0 0 0;
  width: 78px;
  height: 20px;
}
.aspNetDisabled.activity_btn.big:active {
  width: 126px;
}
.addParamsContainer tr td {
  border: none !important;
}
.addParamsContainer tr {
  border-bottom: 1px #aeaeae solid;
}
/* #region Transactions*/
.transactions {
  clear: both;
  margin-top: 20px;
  width: auto;
  min-width: 910px;
}
.transactions tr td {
  border-bottom: 1px #aeaeae solid;
  border-left: none;
  border-right: none;
  border-top: none;
}
.transactions .block_title {
  background: url(../../images/auction_title.png) repeat-x;
  min-width: 910px;
  width: 100%;
}
.transactions .block_title1 {
  min-width: 910px;
  width: 100%;
}
.transactions .last {
  min-width: 960px;
  width: 100%;
}
.transactions .last tr {
  background-color: white;
}
.transactions .last th {
  border-left: 1px white solid;
  border-right: 1px white solid;
}
.transactions .last a:not(.chzn-single):not(.create_btn) {
  color: #005baa !important;
  font-size: 13px;
  text-decoration: none;
}
.transactions .last a:not(.chzn-single):not(.create_btn):hover {
  text-decoration: underline !important;
}
.transactions .last a.delete {
  background: url(../../images/close.png) no-repeat;
  display: inline-block;
  height: 13px;
  text-decoration: none;
  width: 13px;
}
/* #endregion Transactions*/
.selection {
  width: 960px;
}
.selection_title {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}
.selection .form {
  background-color: #efeff0;
  border: 1px #aeaeae solid;
  height: 82px;
  padding: 8px 34px 8px 9px;
  width: 915px;
}
.selection .form a {
  color: #464646;
  display: block;
  float: right;
  font-size: 13px;
  margin-right: 18px;
  text-decoration: underline;
}
.selection a:hover {
  text-decoration: none;
}
.selection select {
  display: none;
}
label.checkbox span {
  border: none;
  margin-right: 4px;
  float: left;
}
ul.line li.big {
  width: 218px;
}
.twoColumn ul.line li.big {
  width: 270px;
}
.search {
  background: url(../../images/search.png) no-repeat;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 30px 0 8px 0;
  padding: 0;
  width: 93px;
  cursor: pointer;
}
.selection .table_pagination {
  margin-top: 20px;
  width: 960px;
}
.OtcSimulationFooter {
  border-bottom-width: 0;
  height: 190px;
  padding: 0;
  min-width: 0;
  clear: both;
}
.right {
  float: right !important;
}
.break-word {
  word-break: break-word;
  word-wrap: break-word;
}
a.delete {
  background: url(../../images/close.png) no-repeat;
  display: inline-block;
  height: 13px;
  margin: 0 5px 2px 5px;
  text-decoration: none;
  width: 13px;
}
a.deleteproductattribute {
  background: url(../../images/delete.png) no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 2px 0;
  text-decoration: none;
  width: 15px;
}
.validators {
  float: left;
  padding: 0;
  width: 0;
  height: 0;
}
input[type="submit"].listButton {
  background: url(../../images/search.png) no-repeat;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 21px;
  margin: 0 0 8px 0;
  padding: 0;
  width: 25px;
}
input[type="submit"][disabled="disabled"].listButton {
  color: #464646;
}
a.edit {
  background: url(../../images/edit.png) -17px 0px no-repeat;
  display: block;
  height: 17px;
  width: 17px;
}
a.edit:hover {
  background: url(../../images/edit.png) 0px 0px no-repeat;
}
.extension {
  background: url(../../images/extension_btn.png) 0 0 no-repeat;
  display: inline-block;
  height: 17px !important;
  width: 17px !important;
  cursor: pointer;
}
.extension_hide {
  background: url(../../images/extension_btn.png) -17px 0px no-repeat;
  display: inline-block;
  height: 17px !important;
  width: 17px !important;
  cursor: pointer;
}
a.delete {
  background: url(../../images/close.png) no-repeat;
  display: inline-block;
  height: 13px !important;
  width: 13px !important;
}
a.delete:hover {
  background: url(../../images/close.png) no-repeat;
}
a.deleteproductattribute {
  background: url(../../images/close.png) no-repeat;
  display: inline-block;
  height: 13px;
  width: 13px;
}
a.delete.aspNetDisabled {
  background: url(../../images/close.png) no-repeat;
}
.content_block {
  margin-bottom: 20px;
}
.content_block .block_title {
  width: 627px;
}
.content_block table {
  color: #464646;
  font-size: 13px;
}
.content_block table tr td {
  padding: 5px 0;
}
.content_block table tr td input[type="radio"] {
  margin-left: 5px;
}
.filter {
  width: 100%;
}
.btn_panel {
  clear: both;
  overflow: hidden;
  margin-bottom: 0;
  height: 45px;
  border: 0 none;
}
.btn_panel_hauto {
  clear: both;
  height: auto;
  margin-bottom: 40px;
}
.link {
  color: #005baa !important;
  text-decoration: none !important;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline !important;
}
.organizationcreate textarea {
  width: 490px;
}
.table-nonbordered {
  width: auto;
}
table.table-nonbordered td {
  border: 0 none;
  padding-right: 10px;
}
table.b-table-nonbordered td {
  border: 0 none;
}
.top_btn_panel {
  width: 660px;
  padding: 10px;
  overflow: hidden;
  border: 0 none;
}
.top_btn_panel a.linkButton {
  float: none;
}
.red_linkButton {
  background-color: #D14A48;
  color: white;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 13px;
  margin: -5px 0 0 0;
  padding: 3px 7px 5px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.color-red {
  color: red !important;
}
.bold {
  font-weight: bold;
}
a.hint {
  text-decoration: none;
  color: #ec1c36;
}
.table-application-rating tr th {
  font-weight: bold;
  font-size: 13px;
  color: #464646;
  text-align: center;
  padding: 0 5px 0 5px;
}
.table-application-rating tr td {
  font-size: 13px;
  color: #464646;
  text-align: left;
  vertical-align: middle;
  border: 0 none;
  padding: 0 5px 0 5px;
}
.table-lot-rating tr th {
  font-weight: bold;
  font-size: 13px;
  color: #464646;
  text-align: left;
  padding: 5px 5px 5px 5px;
}
.table-lot-rating tr td {
  font-size: 13px;
  color: #464646;
  text-align: left;
  vertical-align: middle;
  border: 0 none;
  padding: 0 5px 0 5px;
}
.accreditationlabelwidth label {
  min-width: 200px;
}
.table_deals th {
  font-weight: bold;
  font-size: 13px;
  color: #464646;
  text-align: left;
  padding: 0 5px 0 5px;
}
.table_deals tr td {
  padding-left: 0;
  padding-right: 10px;
  vertical-align: middle;
  max-width: 270px;
}
.table_deals table {
  border-collapse: collapse;
}
table.table_deals {
  width: 100%;
}
.table_deals tr td {
  border-top: 1px #aeaeae solid;
  border-bottom: 0;
}
.btn.table_deals {
  margin-top: 4px;
  margin-left: 0;
}
.form_clarification_request label,
.form_clarification_request .label_column {
  width: 100px;
}
.form_clarification_request textarea {
  width: 515px;
}
.form_docs_request textarea {
  width: 800px;
}
.form_docs_request p {
  padding-left: 0;
}
.form_docs_request .view_text {
  padding-top: 5px;
}
#is_responded {
  margin-top: 7px;
}
#is_responded label {
  float: none;
}
#is_responded td {
  border-style: none;
}
#clarification_filter label {
  width: 100px;
}
#all_requests label {
  width: 30px;
}
#not_responded_requests {
  padding-left: 20px;
  padding-right: 20px;
}
#not_responded_requests label {
  width: 130px;
}
.header_btn_panel {
  padding: 0 10px 10px 10px;
  margin-bottom: 11px;
  overflow: hidden;
  border: 0 none;
  clear: both;
}
.header_btn_panel a.linkButton {
  float: left;
  margin-top: 0;
}
.header_btn_panel a.create_btn {
  margin-left: 0;
  margin-right: 8px;
}
.header_btn_panel.no_left_space {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.header_btn_panel .btn {
  margin-bottom: 5px;
}
.auction_title2 {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  margin-bottom: 11px;
}
.top-section {
  clear: both;
  margin-top: 0;
  min-width: 940px;
  width: 100%;
}
.top-section .block_title {
  background: url(../../images/auction_title.png) repeat-x;
  min-width: 930px;
  width: 100%;
}
.tradeLotInfo2 th {
  font-weight: bold;
  font-size: 13px;
  color: #464646;
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
  border: 0 none;
}
.tradeLotInfo2 tr td {
  padding-left: 0;
  padding-right: 10px;
  border: 0 none;
}
.customer tr td {
  padding: 5px 5px 5px 0;
}
td.emptyTd {
  width: 10px;
}
span.lotitem_title {
  color: #464646;
  font-size: 16px;
  font-weight: bold;
  width: 60px;
}
.lotitemlist_title {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.labelsmallminwidth label {
  min-width: 210px !important;
}
.labelsmallminwidth2 label {
  min-width: 150px !important;
}
.labelsmallmaxwidth label {
  max-width: 210px;
}
.labelminwidth-sc label {
  min-width: 145px !important;
}
.labelminwidth label {
  min-width: 350px;
}
.labelminwidth .div_margin_labelminwidth {
  margin-left: 370px;
}
/*.labelminwidth label[for]
{
    min-width: 335px;
}*/
.labelmaxwidth2 label {
  max-width: 280px;
}
.labelminwidth2 label {
  min-width: 350px;
}
.labelminwidth2 .div_margin_labelminwidth {
  margin-left: 370px;
}
.labelminwidth2-cs label {
  min-width: 400px;
}
.labelminwidth .labelminwidth0 label,
.labelminwidth0 label,
.labelminwidth4 .labelminwidth0 label {
  min-width: 0;
  padding-right: 5px;
}
.labelminwidth3 label {
  min-width: 100px;
}
.labelminwidth3 .div_margin_labelminwidth {
  margin-left: 120px;
}
.labelminwidth4 label {
  min-width: 150px;
}
.labelminwidth4 .div_margin_labelminwidth {
  margin-left: 150px;
}
.labelminwidth5 label {
  min-width: 300px;
}
.labelminwidth5 .div_margin_labelminwidth {
  margin-left: 300px;
}
.labelminwidth6 label {
  min-width: 140px;
}
.labelminwidth6 .div_margin_labelminwidth {
  margin-left: 140px;
}
.labelminwidth7 label,
.form_block .column .labelminwidth7 label {
  min-width: 350px;
}
.labelminwidth7 .div_margin_labelminwidth {
  margin-left: 280px;
}
.labelminwidth8 label {
  min-width: 280px;
  max-width: 500px;
}
.labelminwidth8 .div_margin_labelminwidth {
  margin-left: 280px;
}
.labelminwidth9 label {
  min-width: 55px;
  padding: 0;
}
.paddingleft0 {
  padding-left: 0 !important;
}
.auction_expired {
  font-size: 24px;
  text-align: center;
  margin: 50px 0;
}
/* Оформление содержимого таблиц для заявок в комплексной процедуре */
.complex_span_padding {
  padding: 2px;
  margin-top: 2px;
  display: inline-block;
}
.jqg-matrix-striped td {
  background-color: #efeff0 !important;
}
.complex_auction_loser_bid2 {
  color: black !important;
  background-color: #fabbbe !important;
}
.jqg-matrix-striped td.complex_auction_loser_bid2 {
  color: black !important;
  background-color: #fabbbe !important;
}
.complex_auction_winner_bid2 {
  color: black !important;
  background-color: #a6f4a6 !important;
}
.jqg-matrix-striped td.complex_auction_winner_bid2 {
  color: black !important;
  background-color: #a6f4a6 !important;
}
.complex_auction_second_place_winner_bid2 {
  color: black !important;
  background-color: #ffffcc !important;
}
.jqg-matrix-striped td.complex_auction_second_place_winner_bid2 {
  color: black !important;
  background-color: #ffffcc !important;
}
.auction_winner_bid {
  color: #69c169 !important;
  font-weight: bold;
}
.auction_second_place_winner_bid {
  color: #ffff00 !important;
  font-weight: bold;
}
.auction_winner_loser {
  color: #ee1c24 !important;
  font-weight: bold;
}
.common_price {
  color: #ee1c24 !important;
  font-weight: bold;
}
.complex_auction_winner_bid {
  color: #037003 !important;
  background-color: #a6f4a6 !important;
}
.complex_auction_winner_bid td {
  color: #037003 !important;
  background-color: #a6f4a6 !important;
  border-color: #69c169 !important;
}
.complex_auction_winner_bid td .common_price {
  color: #037003 !important;
  font-weight: bold;
}
.complex_auction_winner_bid th {
  color: #037003 !important;
  background-color: #a6f4a6 !important;
  border-color: #69c169 !important;
}
.complex_auction_winner_bid textarea {
  background-color: #a6f4a6;
}
.complex_auction_winner_bid label {
  color: #037003 !important;
}
.complex_auction_winner_bid table {
  border-color: #69c169 !important;
}
.jqg-matrix-table-header th {
  padding: 2px 5px !important;
  text-align: center !important;
}
.jqg-matrix-radiobutton {
  float: none !important;
  margin: 0 !important;
  height: auto !important;
}
.purchasers-document-list a {
  color: #005baa !important;
  font-size: 13px;
  text-decoration: underline;
}
.jqg-matrix button {
  height: 30px;
}
.jqg-matrix .ui-button-text {
  font-size: 11px;
  font-weight: bold;
  padding: 0.2em 1em;
  text-align: center;
  color: black!important;
}
.jqg-application {
  font-weight: bold;
  color: #464646 !important;
  float: right;
}
.complex_auction_button_bid {
  text-decoration: none !important;
  margin: 0;
  font-size: 12px;
}
.purchasers-document-list li {
  padding: 5px 5px 5px 10px;
}
.purchasers-document-list ul {
  padding-bottom: 15px;
}
#matrixPaging span {
  display: inline-block;
}
#matrixPaging button {
  border: 0;
  background: none;
  display: inline-block;
}
#matrixPaging input {
  margin: 0 5px;
}
#matrixPaging select {
  display: inline-block;
}
#matrixPaging button:hover {
  cursor: pointer;
}
/********************************************************************/
.best-lot-quotations th {
  background: none repeat scroll 0 0 #efeff0;
  text-align: center;
  color: #464646;
  font-weight: bold;
  border: 1px solid white;
  padding: 5px 2px 5px 5px;
}
.best-lot-quotations td {
  background: none repeat scroll 0 0 #efeff0;
  text-align: right;
  border: 1px solid white;
  padding: 5px 2px 5px 5px;
  color: #838385;
}
.best-lot-quotations .alter-application td {
  background: none repeat scroll 0 0 white;
  border: 1px;
}
.column-third {
  float: left;
  width: 33%;
  min-width: 480px;
}
.column-third-big {
  background: url(../../images/form_input_bg.png) center repeat-x;
  width: 30% !important;
}
.column-third-dbig {
  background: url(../../images/form_input_bg.png) center repeat-x;
  width: 60%;
}
.column-third label {
  min-width: 0;
}
.column-two-fifths {
  float: left;
  width: 42%;
  min-width: 300px;
}
.column-two-fifths-big {
  background: url(../../images/form_input_bg.png) center repeat-x;
  width: 30% !important;
}
.column-two-fifths-dbig {
  background: url(../../images/form_input_bg.png) center repeat-x;
  width: 60%;
}
.column-two-fifths label {
  min-width: 0;
}
.column-one-fifths {
  float: left;
  width: 14%;
  min-width: 50px;
}
.column-one-fifths-big {
  background: url(../../images/form_input_bg.png) center repeat-x;
  width: 30% !important;
}
.column-one-fifths-dbig {
  background: url(../../images/form_input_bg.png) center repeat-x;
  width: 60%;
}
.column-one-fifths label {
  min-width: 0;
}
/* #region Grid filter */
.grid-filter {
  display: block;
  background-color: #efeff0;
  border: 1px #aeaeae solid;
  height: 82px;
  margin-bottom: 10px;
  width: 570px;
  height: 95px;
}
.grid-filter fieldset {
  border: none;
}
.grid-filter .grid-filter-btn-panel {
  display: inline-block;
  float: right;
  width: 200px;
}
.grid-filter .grid-filter-btn-panel .search,
.grid-filter .grid-filter-btn-panel .clear {
  display: inline-block;
  width: 93px;
  float: left;
}
.grid-filter .grid-filter-btn-panel .search {
  margin: 20px 0 0 0;
}
.grid-filter .grid-filter-btn-panel .clear {
  margin: 5px 0 10px 0;
  text-align: center;
  color: #464646;
  text-decoration: underline;
}
.grid-filter .grid-filter-btn-panel .clear:hover {
  text-decoration: none;
}
.grid-filter-btn-panel a.search_btn {
  margin-left: 5px;
}
.grid-filter .grid-filter-item {
  width: 350px;
  margin: 3px 8px;
  display: inline-block;
  float: left;
}
.grid-filter .grid-filter-item input {
  float: none;
}
.grid-filter .grid-filter-item label {
  min-width: 100px;
}
/* #endregion Grid filter */
.auctionInProgress {
  font-weight: bold !important;
  font-size: larger !important;
  color: Red !important;
}
.agreement_checkbox {
  width: 100% !important;
}
.agreement_checkbox label {
  max-width: 100%;
}
.agreement_checkbox li {
  list-style: disc;
  list-style-type: disc;
}
.create_evaluation_protocol label {
  min-width: 300px;
}
.textbold {
  font-weight: bold;
}
.error-stack-trace {
  overflow: scroll;
  max-height: 350px;
  color: black;
  /*#636466;*/
  font-size: 13px;
}
.viewwidth {
  width: 980px;
  display: table-row;
}
.redlink {
  color: #D14A48;
  font-weight: bold;
  text-decoration: underline;
}
a.simpleLink {
  color: #005baa !important;
  font-size: 13px;
  margin: 4px 5px 2px 0;
  text-decoration: none;
}
a.simpleLink:hover {
  text-decoration: underline;
}
.technicalsupport {
  width: 710px;
  font-size: 12px;
  color: black;
  margin: 0 auto;
  text-align: center;
}
#documentPanel.transactions tr td {
  border: 0;
}
.blockMarketPlaces {
  float: left;
  margin-top: 5px;
  width: 180px;
  text-align: center;
}
.blockMarketPlaces a:first-child {
  font-size: 18px;
  color: #464646;
  text-align: center;
  text-decoration: underline;
}
.call_free {
  font-size: 10px;
  color: black;
  margin: 0 auto;
  text-align: center;
}
.left {
  float: left;
}
.center,
.center span {
  text-align: center !important;
}
.email {
  text-align: center;
}
#leftnav {
  float: left;
  margin: 0;
  width: 750px;
}
#rightnav {
  float: right;
  margin: 0;
  width: 250px;
}
#content {
  margin-left: 200px;
  margin-right: 200px;
  text-align: center;
}
#accordion {
  float: left;
}
#accordion h2 {
  text-decoration: underline;
  cursor: pointer;
}
#advancedButtons {
  display: none;
  float: left;
  height: 60px;
  width: 100%;
}
.reasonDialog label {
  width: auto !important;
  max-width: 350px !important;
}
/* #region progress.js */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.6) no-repeat;
  /* For IE 5.5 - 7*/
  filter: alpha(opacity=60);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .modal {
  display: block;
}
.spinjs {
  position: absolute;
  top: 50%;
  left: 50%;
}
.spiner {
  display: none;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.6) url('../../images/spiner_16x16.gif') right center no-repeat;
  margin-left: -20px;
  margin-top: 2px;
  /* For IE 5.5 - 7*/
  filter: alpha(opacity=60);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
ul.ui-autocomplete.ui-widget-content {
  border: 1px solid #b9b9b9;
}
.ui-autocomplete-loading + .spiner {
  display: inline-block;
}
/* #endregion progress.js */
.trade_lot_states {
  background-color: #cdcdcd;
  clear: both;
}
.trade_lot_state_item {
  float: left;
  padding: 0 10px;
  border-right: white solid 1px;
  border: none !important;
}
.trade_lot_state_item.selected {
  background-color: #D14A48;
  color: white;
}
.trade_lot_state_item.complete {
  color: #fff;
  background: #cdcdcd;
}
.trade-protocol .div_margin_labelminwidth {
  margin-left: 171px;
}
.create-protocol .div_margin_labelminwidth {
  margin-left: 120px;
}
.trAmount .filterelemetn2left {
  width: 256px;
}
.marginLeft_20px {
  margin-left: -20px;
}
.trAmount label {
  padding-left: 0;
}
.rblHorizontalAlign label {
  min-width: 150px;
  margin-right: 15px;
}
.rblHorizontalAlign tr td {
  border: 0;
}
tr.ui-state-highlight td {
  font-weight: bold !important;
}
.ui-widget-content a {
  color: #363636;
}
.ui-widget-content a.create_btn {
  color: white;
}
span.ui-icon.triangle-red-collapsed {
  width: 12px;
  height: 12px;
  background: url(../../images/triangle-red-collapsed.gif) no-repeat;
  background-position: 3px 0px;
}
span.ui-icon.triangle-red-expanded {
  width: 12px;
  height: 12px;
  background: url(../../images/triangle-red-expanded.gif) no-repeat;
  background-position: 0px 3px;
}
.progress {
  background-image: url(../../Images/loaderB64.gif);
  width: 64px;
  height: 64px;
}
.up-progress {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.6) no-repeat;
  /* For IE 5.5 - 7*/
  filter: alpha(opacity=60);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.up-image {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 998;
}
a.logout {
  background: url(../../images/login.png) no-repeat;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 17px;
  padding: 3px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 60px;
  float: right;
  display: block;
  margin: 5px 10px 0 0;
}
.pointer {
  cursor: pointer;
}
.ui-accordion .ui-accordion-header .ui-icon {
  top: 15px;
}
.form_block .ui-accordion-header {
  border: none;
  border-bottom: 1px solid #ec1c36;
  padding: 5px 0 0 0;
}
.form_block .ui-accordion-content {
  padding: 0;
  overflow: visible;
  border: none;
}
.span-message {
  float: left;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 8px;
  padding-top: 5px;
  color: white;
}
span.ui-jqtreeview-item-text {
  cursor: pointer;
}
li.ui-jqtreeview-item > ul {
  padding-left: 25px;
}
.onlyForOrganizerCheckbox label {
  min-width: 0 !important;
  max-width: 1000px !important;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.workGroupEmployes {
  padding-right: 2px;
  border-right: 1px #aeaeae solid;
}
.fu-mini {
  width: 250px !important;
}
.noborder {
  border: 0 !important;
}
.only-bottom-border {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: inherit;
}
.only-top-border {
  border-top: inherit;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.border1 {
  border: 1px #efeff0 solid;
}
#WizardDialog p {
  padding-bottom: 8px;
}
#WizardDialog input[type="radio"] {
  padding-bottom: 4px;
  margin-right: 4px;
}
a.ContractLink {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
/*===================================================MyOffers========================================*/
.myOffers {
  text-decoration: underline;
  float: right;
  margin: 0;
  text-align: right;
}
/*=============================================Common================================================*/
.сlear {
  clear: right;
  display: inline-block;
  float: right;
}
.middle_vertical_align {
  vertical-align: middle;
}
.padding0 {
  padding: 0 !important;
}
.addParamSettings {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 500px;
}
.addParamValue {
  padding-top: 5px;
  padding-bottom: 5px;
}
.addParamValue textarea {
  height: 75px !important;
}
.okdpTextSearch {
  margin-top: 8px;
}
.okdpGridContainer {
  overflow: scroll;
  width: 100%;
}
.okdpError {
  color: red;
  font-size: 12px;
}
.platforms-treeview label {
  float: none !important;
}
.platforms-treeview td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: none !important;
}
.platforms-treeview ul {
  padding-left: 15px;
}
.platforms-treeview-container {
  border: none !important;
}
.platforms-treeview-container tr {
  border-bottom: 1px solid #ec1c36;
}
.arr {
  padding-left: 3px;
  cursor: pointer;
}
.arr_up {
  background: url(../../images/arr_top.png) right no-repeat;
}
.arr_down {
  background: url(../../images/arr_bot.png) right no-repeat;
}
.divOosDialogClass label {
  max-width: 90%;
  width: 90%;
}
.wrapper_content .browser-message {
  margin: 40px;
}
#withdrawTradeDialog label {
  width: 100px;
}
.ui-dialog,
div#withdrawTradeDialog {
  overflow: visible !important;
}
.rb-small0 label {
  width: 70px !important;
  min-width: 70px !important;
}
.rb-small label {
  width: 120px !important;
  min-width: 120px !important;
}
.rb-big label {
  width: 190px !important;
  min-width: 190px !important;
}
.rbs .chzn-container {
  width: 156px !important;
}
.rbs label {
  padding-left: 0px !important;
}
.lot-states {
  border-bottom: none !important;
}
.padding-side-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.filter-trade-type label {
  width: 193px !important;
}
.search-number-range {
  width: 92px !important;
}
span.color-red {
  color: red;
}
.hight > td {
  background-color: #f0e68c !important;
}
span acronym.moscow-time {
  font-size: 9px;
}
.floatRigth {
  float: right;
}
.amountNoteDiv {
  width: 80px;
  background-color: #efeff0;
  float: right;
  border-right: none;
  border-left: 1px solid #efeff0;
  border-top: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
  height: 100%;
  font-weight: bold;
  padding: 10px;
}
.percent-from-deposit-cell,
.jqg-matrix-striped td.percent-from-deposit-cell {
  background-color: #efeff0 !important;
  font-weight: bold;
  vertical-align: middle;
  padding-bottom: 28px !important;
}
.complex_auction_winner_bid td.percent-from-deposit-cell {
  padding-bottom: 28px !important;
  color: #037003 !important;
  background-color: #a6f4a6 !important;
  border-color: #69c169 !important;
}
.vertical-align-middle {
  vertical-align: middle;
}
.span-margin-top-27px > span {
  margin-top: 27px;
}
/* #region jquery ui */
.ui-datepicker-buttonpane {
  font-size: 13px !important;
  font-weight: bold;
}
.document .ui-widget-content {
  border: 1px solid white;
  background: white url(../../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222;
}
#invationDialog .ui-jqgrid-bdiv {
  max-height: 300px;
  min-height: 300px;
}
#invationDialog .grid-filter {
  height: 105px;
}
#nonDigitalPurchasers .ui-jqgrid-bdiv {
  min-height: 278px;
}
.ui-jqgrid .ui-jqgrid-htable {
  table-layout: auto !important;
}
/*Первая строка JQGRID*/
.ui-jqgrid tr.jqgrow td {
  background-color: #fff;
  text-align: left !important;
  border-right-width: 1px;
  border-right-style: solid;
  border: 1px #fff solid;
}
/*Вторая строка JQGRID*/
.ui-jqgrid tr.jqgrow.ui-priority-secondary td {
  background-color: #f7f7f7;
}
/*Класс для JQGRID без зебры*/
.withoutStripy .ui-jqgrid tr.jqgrow.ui-priority-secondary td {
  background-color: #fff;
}
.last-with-border .ui-jqgrid tr.jqgrow td {
  border: 1px #aeaeae solid;
}
.last-with-border .ui-jqgrid tr.jqgrow td div.priceValue {
  text-align: right;
  padding: 8px 14px;
  font-weight: bold;
}
.last-with-border .ui-jqgrid tr.jqgrow td table th {
  border: 1px #aeaeae solid;
}
.ui-jqgrid tr.err_limit td {
  background-color: #fabbbe !important;
  color: #ee1c24 !important;
}
.ui-jqgrid .ui-jqgrid-bdiv {
  /*overflow: auto;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-jqgrid tr.jqgrow td.cell-padding-right {
  padding-right: 8px;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
  border-width: 0;
}
.mylist-grid .ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.mylist-grid .ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.mylist-grid .ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
}
.mylist-grid .ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.mylist-grid .ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #838385;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.mylist-grid .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.mylist-grid .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: left;
}
.ui-jqgrid .ui-jqgrid-htable TH DIV.checker {
  padding-left: 1px;
}
.organizer-requests .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.organizer-requests .ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.organizer-requests .ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.organizer-requests .ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
}
.organizer-requests .ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.organizer-requests .ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #838385;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.organizer-requests .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.organizer-requests .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.participant .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.participant .ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.participant .ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.participant .ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
}
.participant .ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.participant .ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #838385;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.participant .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.participant .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.trade-offer-participant .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;
}
.trade-offer-participant .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.trade-offer-participant .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.finance_auction .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;
}
.finance_auction .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.finance_auction .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.trade-offer-search .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;
}
.trade-offer-search .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.trade-offer-search .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.default .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: left;
}
.default .ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.default .ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.default .ui-jqgrid .ui-jqgrid-btable {
  table-layout: auto;
  margin: 0;
  outline-style: none;
}
.default .ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.default .ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #838385;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.default .ui-jqgrid .ui-jqgrid-hbox {
  padding-right: 0;
}
.default .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.default .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: visible;
  position: relative;
  text-align: center;
}
.default .ui-jqgrid-hbox {
  float: none !important;
}
.default .ui-jqgrid-htable {
  width: 100% !important;
}
.default .ui-jqgrid .ui-jqgrid-htable {
  table-layout: auto;
}
.default .ui-jqgrid tr.jqgrow td.wrapped {
  word-break: break-all;
}
.overflowhidden .ui-jqgrid .ui-jqgrid-bdiv {
  overflow-x: hidden;
  overflow-y: hidden;
}
.document .ui-jqgrid tr.jqgrow {
  outline-style: none;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: normal;
}
.document .ui-jqgrid tr.jqgrow td {
  border: inherit !important;
}
.documentList .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left;
}
.documentList .ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.documentList .ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.documentList .ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
}
.documentList .ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.documentList .ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #838385;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.documentList .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.documentList .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.productList .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left;
}
.productList .ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.productList .ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.productList .ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
}
.productList .ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.productList .ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #838385;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.productList .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.productList .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
.activeOfferList .ui-jqgrid .ui-jqgrid-bdiv {
  overflow-x: auto;
}
.offerList .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;
}
.offerList .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.offerList .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: center;
}
/* #endregion jquery ui */
/* #region Common styles*/
.hidden_element {
  display: none;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
.padding_none {
  padding: 0 !important;
}
.padding_none label {
  padding: 0 !important;
}
.float_none {
  float: none !important;
}
.padding_right_none {
  padding-right: 0 !important;
}
.margin_none label {
  margin-top: 0;
}
.margin_none input,
.margin_none .custom-select {
  margin-top: 5px;
}
.action-success {
  background: url(../../Images/action_success_48.png);
  width: 60px;
  height: 53px;
}
.img-stop {
  background: url(../../Images/stop.png);
  width: 46px;
  height: 44px;
  float: left;
  /* Выравнивание по левому краю */
  margin: 7px 1em 20px 0;
  /* Отступы вокруг картинки */
}
.top0 {
  padding-top: 0 !important;
}
.form_auction fieldset.ranged {
  display: inline-block;
}
.form_auction fieldset > span.lbl-ranged {
  width: 40px;
  display: inline-block;
}
/* #endregion Common Styles */
/* #region Tender Styles */
.participantFeatureTextBox,
.preferenceTextBox {
  margin-left: 360px;
}
.checkbox-container td {
  padding: 3px 0;
}
.checkbox-container span {
  padding-left: 0 !important;
}
.form_auction fieldset input[type=file].pure {
  border: none !important;
  height: auto !important;
  padding: 0 !important;
  width: 429px;
}
.data .radioBtn {
  margin-left: 20px;
  float: left;
}
.label_info {
  float: left;
  margin-left: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding-top: 5px;
  text-align: center;
}
.td-lnk-delete {
  padding-top: 5px;
  width: 100%;
}
.div-add-item {
  margin-left: 215px;
  margin-bottom: 0;
}
.mw-buttons {
  width: 400px!important;
}
/**/
.appl-wizard .regular {
  font-family: 'PTSansRegular';
}
.appl-wizard .italic {
  font-family: 'PTSansItalic';
}
.appl-wizard .serif {
  font-family: 'PTSerifCaption';
}
.appl-wizard .popup_txt a {
  text-decoration: underline;
  color: #ee1c24;
}
.appl-wizard a:hover {
  text-decoration: none;
}
.appl-wizard .clear-wiz {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.appl-wizard h2.popup__title,
.appl-wizard .popup_txt h3 {
  padding: 0;
  margin: 0 0 10px;
  font-family: Cuprum;
  line-height: normal;
}
.appl-wizard .popup_txt_new h3 {
  padding: 8px 0 0 0;
  margin: 0 0 10px;
  font-family: Cuprum;
  line-height: normal;
}
.appl-wizard p {
  padding: 0;
  margin: 0 0 10px;
}
.appl-wizard .popup {
  background: white;
  font-size: 14px;
  line-height: 18px;
  z-index: 999;
  overflow: visible !important;
}
.appl-wizard .popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 21px;
}
.appl-wizard .popup__title {
  color: #ee1c24;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 23px;
  font-weight: bold;
}
.appl-wizard .popup__title_new {
  color: #ff4044;
  font-size: 38px;
  line-height: 20px;
  margin-bottom: 23px;
  float: left;
  padding: 10px 0 0 95px;
}
.appl-wizard .one_time_license_title {
  padding: 0 40px 0 0;
  font-size: 20px;
}
.appl-wizard .popup__subtitle {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2px;
  font-weight: normal;
}
.appl-wizard .popup__subtitle2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 3px;
  color: #00a604;
  font-weight: normal;
}
.appl-wizard .popup__subtitle_new {
  background: #b9b9b9 url(../../images/popup__header_gray.png) 0 0 no-repeat;
  height: 59px;
  line-height: 21px;
  margin-bottom: 2px;
  font-weight: normal;
}
.appl-wizard .popup__subtitle2_new {
  background: #ff4044 url(../../images/popup__header_red.png) 0 0 no-repeat;
  height: 40px;
  line-height: 21px;
  margin-bottom: 3px;
  font-weight: normal;
  color: #fff;
}
.appl-wizard .popup_subtitle_fontSize {
  font-size: 18px;
}
.appl-wizard .popup_grid__col {
  float: left;
}
.appl-wizard .popup_grid__col_new {
  float: right;
}
.appl-wizard .popup_new_tarif {
  background: #fff url(../../images/popup__new_tarif.png) 0 0 no-repeat;
}
.appl-wizard .popup__more {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted #3171e6;
  font-size: 16px;
  position: relative;
}
.appl-wizard .popup__more:hover {
  border-bottom-color: black;
}
.appl-wizard .popup__more.center p {
  color: white !important;
}
.appl-wizard .popup_grid {
  font-size: 12px;
  line-height: 16px;
}
.appl-wizard .popup_grid_new {
  font-size: 12px;
  line-height: 16px;
  padding-top: 45px;
}
.appl-wizard .popup__box1 {
  border: 1px solid #aeaeae;
  padding: 91px 0 13px;
  color: #838385;
  margin-right: 9px;
  width: 129px;
}
.appl-wizard .popup__box1_new {
  border: 1px solid #b9b9b9;
  color: #838385;
  margin-right: 9px;
  width: 168px;
  height: 307px;
}
.appl-wizard .popup__box1 .popup_txt {
  min-height: 241px;
  height: auto !important;
  height: 237px;
}
.appl-wizard .popup__box2 {
  color: white;
  background: #ee1c24;
  margin-bottom: 10px;
  padding: 8px 0;
  font-size: 14px;
  line-height: 18px;
}
.appl-wizard .popup__box3 {
  border: 2px solid #464646;
  padding: 10px 9px 10px 10px;
  line-height: 20px;
  margin-bottom: 10px;
  width: 108px;
}
.appl-wizard .popup__box3_new {
  color: #838385;
  border: 1px solid #b9b9b9;
  line-height: 20px;
  margin-bottom: 10px;
  width: 168px;
  height: 307px;
}
.appl-wizard .popup__box3 .popup_txt,
.appl-wizard .popup__box3_new .popup_txt {
  min-height: 229px;
  height: auto !important;
  height: 229px;
}
.appl-wizard .popup__btn_row {
  padding-top: 3px;
  padding-bottom: 30px;
}
.appl-wizard .popup__btn_row_new {
  padding-top: 3px;
  padding-bottom: 30px;
  margin-left: 20px;
}
.appl-wizard .popup__btn {
  width: 131px;
  height: 51px;
  padding: 2px 0;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 2px 2px #464646;
  text-align: center;
  color: white !important;
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
}
.appl-wizard .popup__btn_grey {
  padding-top: 14px;
  height: 39px;
  background: #aeaeae url(../../images/popup__btn_grey.png) 0 0 no-repeat;
}
.appl-wizard .popup__btn_green {
  background: #69c169 url(../../images/popup__btn_green.png) 0 0 no-repeat;
  margin-left: 9px;
}
.appl-wizard .popup__btn_new {
  width: 131px;
  height: 18px;
  padding: 2px 0;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 2px 2px #464646;
  text-align: center;
  color: #fff !important;
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
}
.appl-wizard .popup__btn_new_grey {
  padding-top: 14px;
  height: 7px;
  background: #b9b9b9 url(../../images/popup__btn_new_grey.png) 0 0 no-repeat;
}
.appl-wizard .popup__btn_new_green {
  background: #00a604 url(../../images/popup__btn_new_green.png) 0 0 no-repeat;
}
.appl-wizard .popup__hip {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 260px;
  border-radius: 10px;
  color: white;
  font-size: 13px;
  z-index: 999;
  padding: 15px 20px 10px;
  text-align: left;
  left: 50%;
  margin-left: -150px;
  font-size: 11px;
  background: #464646;
}
.appl-wizard .popup__hip-tail {
  position: absolute;
  display: block;
  width: 19px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  background: url(../../images/popup__hip_tail.png) bottom no-repeat;
}
.appl-wizard .popup_dot-line {
  font-size: 20px;
  color: #00a604;
  text-shadow: 0 0 2px #cee000;
}
.appl-wizard .overflow {
  overflow: hidden;
}
.appl-wizard .w410 {
  width: 410px;
}
.appl-wizard .center {
  text-align: center;
}
.appl-wizard .fs-m {
  font-size: 22px;
  line-height: 22px;
}
.appl-wizard .fs-l {
  font-size: 37px;
  line-height: 37px;
}
.appl-wizard .span {
  margin-left: 10px;
  margin-right: 10px;
}
.appl-wizard .paddingTop10 {
  padding-top: 10px;
}
.appl-wizard .line_through {
  color: black;
  text-decoration: line-through !important;
}
.appl-wizard .gray {
  color: #838385;
}
.custom-auction .ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;
}
.custom-auction .ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.custom-auction .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: inherit;
  position: relative;
  text-align: left;
}
.lbl_auction .checkbox label {
  float: none;
}
.lbl_auction fieldset ul.line li label {
  margin-right: 11px;
}
.fs_auction fieldset ul.line li label {
  float: none;
}
.ref-grid .ui-widget-content a {
  color: #005baa !important;
  font-size: 13px;
  text-decoration: underline;
}
.txt_auction input.medium {
  padding-right: 3px !important;
}
/* #endregion Tender Styles */
/* #region Dealing Styles */
.grayBorderChild div:nth-child(2) {
  border-bottom-color: #efeff0 !important;
}
.change_btn {
  color: #838385;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  float: left;
  height: 20px;
  line-height: 14px;
  margin-left: 8px;
  margin-top: 8px;
  padding-top: 5px;
  text-align: center;
  width: 78px;
  border: 0 none;
  overflow: hidden;
}
.upload-button-nohover {
  background: #efeff0 !important;
}
a.inactive {
  pointer-events: none;
  cursor: default;
  color: #aeaeae;
  text-shadow: white 1px 1px 1px;
}
.itemsScroll table {
  width: 725px;
}
.itemsScroll div {
  max-height: 100px;
  overflow: auto;
}
.dealTable table {
  width: 700px;
  border-collapse: collapse;
}
.dealTable th {
  font-weight: bold;
  font-size: 13px;
  color: #464646;
  text-align: left;
  padding: 0 5px 0 5px;
  border: 0;
}
.dealTable tr td {
  border: 0;
  border-top: 1px #aeaeae solid;
  padding-left: 0;
  padding-right: 10px;
  vertical-align: middle;
}
.radio-vertical-list label {
  float: none;
}
.deal-period {
  min-width: 25px !important;
  width: 25px !important;
}
.w-nds {
  width: 50px !important;
  min-width: 50px !important;
}
.w-no-nds {
  width: 100px !important;
  min-width: 100px !important;
}
/* #endregion Dealing Styles */
/* #region SSO Styles */
.sso .transactions {
  margin: 20px auto 0 auto;
  width: 680px;
  min-width: 0;
}
.sso .transactions .block_title {
  min-width: 0;
}
.sso label {
  width: 295px;
}
.loginDiv {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form_auction .loginBtn {
  background: url(../../images/auction_title.png) repeat-x;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 8px 0 16px 0;
  padding: 0;
  width: 93px;
  cursor: pointer;
}
.form_auction .loginEDSBtn {
  background: url(../../images/auction_title.png) repeat-x;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 8px 0 16px 0;
  padding: 0;
  width: 140px;
  cursor: pointer;
}
.form_auction .loginEDSWidth250 {
  width: 250px;
}
#recaptcha_table {
  margin: 0 auto !important;
}
.loginPageBannerWrapper {
  margin: 0 20px;
  min-width: 1130px;
  width: auto;
  /* Отображать баннер - не отображать баннер. */
  display: none;
}
.loginPageBannerContent {
  min-width: 639px;
  width: auto;
}
.loginPageBanner {
  clear: both;
  margin: 20px auto 0;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  /* Размеры баннера. 660px - ширина блока логина по умолчанию. */
  width: 660px;
  height: 373px;
  /* Картинка баннера. */
  background-image: url('../../Images/otc_2014.jpg');
}
/* #endregion SSO Styles */
/* #region CommonServices Styles */
.biddersnew {
  clear: both;
  margin-bottom: 20px;
  width: 100%;
  min-width: 639px;
}
.biddersnew .block_titlenew {
  background: url(../../images/auction_title.png) repeat-x;
  width: auto;
  min-width: 627px;
}
.no100percent {
  min-width: 670px;
  width: 770px;
}
.no100percenttable > table {
  width: 670px !important;
}
.form_block .styleForMozila input {
  float: none;
  padding-bottom: 1px;
  height: 13px;
  margin-bottom: 2px;
}
.form_block .styleForMozila .ui-pg-selbox {
  height: 16px;
  margin-top: 1px;
}
.form_auction fieldset .create_btn input {
  height: 24px;
}
.form_auction textarea.ddbig {
  width: 490px;
}
.form_auction textarea.dsuperbig {
  width: 618px;
}
.form_auction fieldset ul.line li {
  display: block;
  padding-right: 8px;
  float: left;
  color: #464646;
  font-size: 13px;
  line-height: 16px;
}
.form_auction .normal_button {
  background: url(../../images/auction_title.png) repeat-x;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 8px 0 16px 0;
  padding: 0;
  width: 140px;
  cursor: pointer;
}
.messages-content .upload-list {
  margin: 0 !important;
  padding: 0;
  list-style: disc;
}
.messages-content table tr td {
  margin-top: 4px;
  vertical-align: middle;
}
.messages-content table tr td input {
  margin-top: 4px;
  vertical-align: middle;
}
.messages-content .message-label {
  font-weight: bold;
  line-height: 19px;
}
div.messages-content {
  width: 100%;
  border-left: none;
  -ms-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mailing-header {
  font-weight: bold;
  font-size: large;
}
.mailing-options input {
  padding-left: 0 !important;
}
.mailing-options tr td {
  border: 0;
}
.mailing-options legend {
  margin-left: 10px;
  font-size: 14px;
}
.mailing-options-label {
  min-width: 50px;
  width: 200px;
  float: left;
}
.mailing-options-input {
  width: 100%;
  padding-left: 0 !important;
}
.message-wtite-top textarea {
  margin-bottom: 10px;
  margin-top: 10px;
}
div.message-settings p {
  margin-top: 10px;
}
div.message-settings table td {
  padding-right: 10px;
}
div.message-settings table tr td a {
  margin-top: 0;
}
.message-fileupload-label {
  display: none;
}
.message-wtite-top label {
  -moz-min-width: 40px !important;
  -ms-min-width: 40px !important;
  -o-min-width: 40px !important;
  -webkit-min-width: 40px !important;
  min-width: 40px !important;
  padding-left: 0;
}
.message-wtite-top td {
  padding-left: 7px;
}
#message_field select {
  margin-left: 0;
}
.all_messages fieldset label {
  width: 150px !important;
}
.all_messages th {
  padding-right: 5px;
}
.all_messages .search_btn {
  margin-right: 10px;
  margin-bottom: 0;
}
.all_messages a.clear {
  margin-bottom: 0;
}
.all_messages .labelminwidth label {
  width: 300px !important;
}
div.messages {
  display: table;
  clear: both;
  font-size: 14px;
}
div.messages-navigation,
div.messages-content {
  display: table-cell;
  border: 1px #aeaeae solid;
  padding: 9px;
}
div.messages-navigation {
  -moz-min-width: 210px;
  -ms-min-width: 210px;
  -o-min-width: 210px;
  -webkit-min-width: 210px;
  min-width: 210px;
  -ms-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.messages-navigation > ul {
  margin-left: -15px;
}
.messages-navigation ul li {
  margin-left: 25px;
  line-height: 20px;
}
.messages-navigation ul a {
  color: #363636;
}
.messages-navigation ul a.active {
  font-weight: bold;
}
.messages-navigation hr {
  margin-left: 25px;
}
.messages-top-panel {
  height: 40px;
  border-bottom: 1px #aeaeae solid;
  margin: 0 -10px 7px -10px;
  padding: 0 15px;
}
.messages-top-panel .create_btn {
  margin-top: 3px;
}
.messages-top-panel fieldset {
  padding-top: 7px;
  border-bottom: none;
}
.messages-top-panel input.big {
  width: 80px;
}
.messages-top-panel label {
  -moz-min-width: 15px;
  -ms-min-width: 15px;
  -o-min-width: 15px;
  -webkit-min-width: 15px;
  min-width: 15px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
}
.messages-top-panel label:first-child {
  margin-left: -10px;
}
.messages-top-panel span.checkbox {
  float: left;
  margin-left: 15px;
  padding-left: 0 !important;
}
.messages-top-panel span.checkbox input {
  padding-left: 0;
}
.messages-top-panel #search-pannel {
  padding-right: 170px;
  padding-left: 310px;
}
.messages-top-panel #search-pannel.incoming {
  padding-left: 447px;
}
.messages-top-panel label.search-string {
  width: 55px;
}
.messages-top-panel input.search-string {
  width: 90%;
  margin-top: 0;
}
.messages-top-panel a.search_btn {
  margin-top: -2px;
  margin-left: 15px;
}
.messages-top-panel a.clear {
  margin-top: -2px;
  margin-right: 0;
  margin-left: 5px;
}
.message-view-nav {
  float: right;
}
#message-view-nav a {
  font-size: 16px;
}
#message-view-index {
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 5px;
}
#message-view-index label {
  padding-left: 3px;
  padding-right: 3px;
}
.unreadMessagesCount {
  float: right;
  font-weight: bold;
  background-color: #efeff0;
  width: 30px;
  height: 15px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  border: 1px #aeaeae solid;
  margin-top: 1px;
}
input.ui-pg-input {
  text-align: right;
}
.bigPageStyle input.ui-pg-input {
  width: 30px;
}
.employeeTable {
  border: 1px solid gray;
  border-collapse: collapse;
  border-spacing: 0;
}
.employeeHeaderItem {
  vertical-align: middle;
  font-size: small;
  color: #838385;
  font-weight: bold;
  overflow: hidden;
  background: #efeff0;
  text-align: left;
  padding: 5px;
}
.employeeItem {
  vertical-align: middle;
  font-size: small;
  color: #838385;
  font-weight: normal;
  overflow: hidden;
  text-align: left;
  padding: 5px;
}
table.roles {
  width: 50%;
  color: #464646;
  font-size: 12px;
  border: 1px #aeaeae solid;
  border-collapse: collapse !important;
}
table.roles tr td {
  border: 1px #aeaeae solid;
}
.roles-header td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}
.roles-row-bottom {
  text-align: center;
  vertical-align: middle;
}
table.permissions {
  width: 100%;
  color: #464646;
  font-size: 15px;
  border: 3px #aeaeae solid;
}
/*table#required-propeties {
    width: 100%;
    color: @color-black_light;
    font-size: 15px;
    border: 3px @color-gray_medium solid;
}*/
table.permissions tr td,
table#required-propeties tr td,
table#required-propeties tr th {
  padding: 5px;
  border: 1px #aeaeae solid;
}
.permissions-header td,
table#required-propeties tr th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
table#required-propeties .fa-check-circle {
  color: #037003;
}
table#required-propeties .fa-times-circle {
  color: #ff4044;
}
.permissions-row-top {
  border-top: 3px #aeaeae solid;
}
.permissions-row-bottom {
  border-bottom: 3px #aeaeae solid;
  text-align: center;
  vertical-align: middle;
}
.permissions-checkbox {
  width: 100px;
}
.permissions-checkbox label {
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0;
}
.permissions-small-text {
  font-size: 13px;
}
div.information {
  background-color: #efeff0;
  border: 1px solid #aeaeae;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0 10px 0;
  padding: 5px 5px 0 5px;
  color: #464646;
  font-size: 13px;
}
div.information p {
  text-align: center;
  padding-bottom: 5px;
}
span.information {
  font-style: italic;
  color: #464646;
  font-size: 13px;
}
table.certificate-uploader {
  width: 560px;
}
table.certificate-uploader th {
  background-color: #efeff0;
  border: 1px white solid;
  color: #464646;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 5px 8px;
  white-space: nowrap;
  overflow: hidden;
}
table.certificate-uploader td {
  border-bottom: 1px #aeaeae solid;
  color: #464646;
  font-size: 13px;
  padding: 5px 0 5px 8px;
}
.captcha {
  display: inline-block;
}
.captcha_refresh {
  display: inline-block;
  margin-top: 15px;
}
tr.document_error {
  background: #fabbbe !important;
}
.document-type h1 {
  font-weight: bold;
  margin: 5px 5px 0 5px;
}
.document-type .description {
  margin: 0 5px 10px 5px;
  font-style: italic;
}
.file-textbox {
  margin-left: 5px;
  width: 100%;
}
.eventlink {
  color: #464646;
  display: block;
  font-size: 13px;
}
.lastnew {
  width: 100%;
}
.auctionnew fieldset ul.line2 > li {
  display: block;
  padding-right: 8px;
  float: left;
  color: #464646;
  font-size: 13px;
  line-height: 16px;
}
.auctionnew fieldset ul.line > li {
  display: block;
  padding-right: 8px;
  float: left;
  color: #464646;
  font-size: 13px;
  line-height: 16px;
}
.columnnew {
  float: right;
  width: 48%;
  min-width: 280px;
  margin-bottom: 20px;
}
.columnnew.left {
  float: left;
}
.block_titlenew {
  background: url(../../images/block_title.png) repeat-x;
  height: 20px;
  margin-bottom: 10px;
  padding: 5px 0 0 0;
  min-width: 168px;
}
.form_blocknew .block_titlenew {
  background: url(../../images/auction_title.png) repeat-x;
}
.form_block fieldset.subtitle label {
  font-weight: bold;
}
.columnnew .form_blocknew .block_titlenew {
  width: 100%;
  min-width: 280px;
}
.form_blocknew {
  margin-bottom: 20px;
}
.block_titlenew h2 {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
}
.columnnew .form_blocknew fieldset ul.line {
  min-width: 150px;
  float: left;
}
.columnnew .form_blocknew fieldset ul.line2 {
  min-width: 210px;
  float: left;
}
.columnnew .form_blocknew label {
  min-width: 100px;
}
.columnnew .form_blocknew fieldset {
  min-width: 324px;
}
.columnnew .form_blocknew.wide fieldset ul.line {
  min-width: 160px;
  float: left;
}
.columnnew .form_blocknew.wide label {
  min-width: 115px;
}
.auctionnew {
  float: left;
  width: 100%;
  min-width: 639px;
}
.auctionnew_title {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 19px;
}
.message {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 7px;
  border-top: 1px #aeaeae solid;
}
.inner_checkbox {
  margin-left: 10px;
}
.short-name {
  float: right;
  word-wrap: break-word;
}
.spec-org {
  padding-left: 5px;
  width: 50%;
}
.oso-link {
  color: blue !important;
  text-decoration: underline;
}
.oso-rb {
  padding: 10px 0 10px 5px;
}
.lbl-platform {
  width: 100px !important;
  min-width: 100px !important;
}
.tarifServiceEdit .form_auction label {
  min-width: 500px !important;
}
.tarifServiceEdit .form_auction td > label {
  min-width: 100px !important;
}
.tarifServiceView .form_auction label {
  min-width: 500px !important;
}
.eventInfo .form_auction span {
  margin-left: 251px;
  display: block;
  word-break: break-all;
}
.topActiveOfferList .bidders,
.topActiveOfferList .bidders .block_title,
.min_width0 > label {
  min-width: 0 !important;
  /* отменяем минимальную длину блоков */
}
.accrTabed #subTab {
  margin-top: 10px;
}
.accrTabed .form_auction label {
  width: 30%;
}
.accrTabed a.create_btn {
  color: white;
}
.accrTabed table.last tr.alternative td {
  background-color: #efeff0;
}
.accrTabed table.last tr.ordinal td {
  background-color: #efeff0;
}
.orgViewTabed table.last {
  width: 100%;
  border: 1px solid #aeaeae;
  border-collapse: inherit;
}
.orgViewTabed .form_auction {
  display: inline-block;
  width: 100%;
}
.orgViewTabed .lastnew {
  width: 100%;
}
.orgViewTabed input[type="checkbox"] + label {
  margin-left: 5px;
  line-height: 13px;
  color: #464646;
}
.orgViewTabed .form_auction input {
  font-family: Arial, Helvetica, sans-serif;
}
.orgViewTabed a.linkButton.Linline {
  float: none;
  padding-left: 5px;
  display: inline;
}
.orgViewTabed #tabs {
  margin-top: 60px;
}
.orgViewTabed .ContractNotification {
  line-height: 57px;
  padding-left: 1em !important;
  font-weight: bold;
  color: #ee1c24;
}
.requestInfoTabed .form_auction span {
  width: 60%;
  display: inline-block;
}
.requestInfoTabed table.last {
  width: 100%;
}
.requestInfoTabed div.information {
  background-color: #efeff0;
  border: 1px solid #aeaeae;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0 10px 0;
  padding: 5px 5px 0 5px;
  color: #464646;
  font-size: 13px;
}
.requestInfoTabed div.information p {
  text-align: center;
  padding-bottom: 5px;
}
.requestInfoTabed span.information {
  font-style: italic;
  color: #464646;
  font-size: 13px;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.oso-divPadding {
  padding-left: 10px;
  padding-bottom: 10px;
}
.oso-h2Title {
  padding: 10px 0;
  font-weight: bold;
}
.oso-widthForMethodAndProtocolTitle {
  width: 300px;
}
.oso-divDescription {
  padding: 0 0 10px 0;
  font-style: italic;
}
.lnk-left {
  float: left !important;
}
.minw600 {
  min-width: 600px !important;
}
/* #endregion CommonServices Styles */
/* #region SoftCommodities Styles */
a.linkButton-inline {
  color: #005baa;
  font-size: 13px;
  margin: 4px 5px 2px 0;
  text-decoration: none;
}
a.linkButton-inline:hover {
  text-decoration: underline;
}
fieldset h2.sub_title {
  padding: 4px 0 4px 5px;
  color: #464646;
  font-size: 13px;
  font-weight: bold;
}
.contentwidth100 {
  width: 100% !important;
}
.labelItemwidth .filterelemetn {
  float: left;
  width: 45%;
}
.form_auction fieldset > span.number,
.form_auction fieldset > span.decimal,
.form_auction fieldset > span.money {
  text-align: right;
  padding-right: 5px;
  padding-left: 0;
  float: right;
  font-weight: bold;
}
.form_auction fieldset > span.number2 {
  text-align: left;
  float: left;
  font-weight: bold;
}
.form_auction fieldset span acronym.moscow-time {
  font-size: 9px;
}
.form_auction fieldset > span.separator {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.form_auction .column #deliveryInfo fieldset label {
  width: 169px;
  clear: left;
}
.form_auction .column #deliveryInfo fieldset label + span {
  display: inline-block;
  max-width: 275px;
  font-weight: bold;
}
.form_auction .column #deliveryInfo fieldset label + span.money {
  display: inline-block;
  width: auto;
  float: right;
  padding-right: 11px;
}
.form_auction .column #PrimaryInfo fieldset label {
  width: 169px;
}
.form_auction .column #PrimaryInfo fieldset label + span {
  display: inline-block;
  width: 280px;
  font-weight: bold;
}
.form_auction fieldset label + span.hasCountdown {
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.form_auction .column #ItemInfo fieldset label + span {
  font-weight: bold;
  width: 280px;
  float: left;
  word-wrap: break-word;
}
.form_auction .column fieldset.inline-compact label {
  display: inline-block;
}
.form_auction .column fieldset.inline-compact label + span {
  display: inline-block;
  padding-right: 5px;
  width: auto;
  text-align: right;
  font-weight: bold;
  float: right;
}
.form_auction .column #AuctionBid fieldset label {
  width: 139px;
}
.form_auction input.dddbig {
  background: url(../../images/form_input_dddbig.png) center no-repeat;
  width: 290px;
  padding-left: 3px;
  padding-right: 3px;
}
.form_auction input[type=file].dbig {
  background: url(../../images/transition_txt.png) top repeat-x;
  width: 248px;
  padding-left: 3px;
  padding-right: 3px;
  height: 22px;
}
.applications div,
.applications ul,
.applications li,
.applications select {
  width: 250px;
}
.othercompany {
  color: #464646;
  font-size: 13px;
  text-decoration: underline;
}
.auctionnumbers {
  float: left;
  width: 120px;
  display: inline-block;
  text-align: right;
}
.btOk {
  width: 70px;
  height: 24px;
  float: right;
}
.divbtn {
  margin: 0 auto;
}
.divlink {
  height: 17px;
  width: 17px;
  margin: 0 auto;
}
.nomargin {
  margin: 0 0 0 0 !important;
}
.uploaddocument {
  color: #464646 !important;
  width: 90%;
}
.uploaddocumentcolor {
  color: #464646 !important;
}
.uploddocumentwidth {
  width: 80%;
}
.companyviewlabelwidth label {
  min-width: 300px;
  width: 300px;
}
.rjdcalculatorlabelwidth label {
  min-width: 200px;
}
.grainbaseinfo textarea {
  width: 490px;
}
.grainbaseinfo input[type=text] {
  background: url(../../images/form_input_ddbig.png) center no-repeat;
  padding-left: 3px;
  padding-right: 3px;
  width: 490px;
}
.labelwidth td {
  width: 24.9%;
}
.labelwidth th {
  width: 13.5%;
}
.normfonsize {
  font-size: 13px;
}
.textalignright {
  text-align: right !important;
}
table.offer_type label {
  font-weight: bold;
  padding-left: 5px;
}
table.offer_type label i {
  display: block;
  padding-top: 10px;
  font-weight: normal;
}
table.last tr td.document_type {
  text-align: left !important;
}
ul.file_list li a {
  color: #005baa;
  font-size: 13px;
  text-decoration: underline;
}
ul.file_list li {
  border-bottom: 1px #aeaeae solid;
  padding: 4px 0;
  color: #464646;
  font-size: 13px;
  line-height: 20px;
  padding-left: 11px;
}
ul.file_list li a.delete {
  float: right;
}
.h2-auction_expired {
  font-size: 24px;
  margin-left: 100px;
  margin-top: 120px;
}
table.auction_info span.hasCountdown {
  border: none;
  background-color: transparent;
}
/* #endregion SoftCommodities Styles */
/* #region Inline Styles */
.div-text-align {
  text-align: center;
}
.div-hidden {
  visibility: hidden;
}
.application-name-color {
  color: blue;
}
.err-margin-bottom {
  margin-bottom: 20px;
}
.b-alert {
  font-size: 15px;
}
.customerTable {
  border: 1px solid #aeaeae;
  margin-bottom: 10px;
}
.div-padding-top {
  padding-top: 20px;
}
.td-del-group {
  padding-left: 10px;
  padding-top: 5px;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.width-auto {
  width: auto;
}
.actions-format-text-align {
  text-align: right;
}
.action-fornat-td-width {
  width: 80%;
}
.actions-format-cursor {
  cursor: pointer;
  white-space: nowrap;
}
.displayblock {
  display: block;
}
.w50 {
  width: 50px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w225 {
  width: 225px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w350 {
  width: 350px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.uploadFile .mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr15 {
  margin-right: 15px;
}
.mr200 {
  margin-right: 200px;
}
.ml6 {
  margin-left: 6px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml370 {
  margin-left: 370px;
}
.mh400 {
  min-height: 400px;
}
.min-wInherit label {
  min-width: inherit !important;
}
.min-w550 {
  min-width: 550px;
}
.mw150 {
  max-width: 150px;
}
.mw610 {
  max-width: 610px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pl10 {
  padding-left: 10px !important;
}
.pl11 {
  padding-left: 11px !important;
}
.pl20 {
  padding-left: 20px;
}
.pr10 {
  padding-right: 10px;
}
.choice-padding {
  padding-left: 13px !important;
  padding-bottom: 5px !important;
}
.lbl-response {
  width: 500px;
  max-width: 500px;
  padding-bottom: 20px;
}
.cl-both {
  clear: both;
}
.cl-none {
  clear: none !important;
}
.resizeVertically {
  resize: vertical;
}
.lb-part-cancel {
  float: left;
  margin-left: 10px;
}
.up-lot-pos {
  position: relative;
}
.div-open-part {
  padding: 10px 0 0 0;
  border-width: 0;
  overflow: visible;
}
.div-lot {
  padding: 20px 0 0 0;
}
.lbl-amount {
  padding: 5px 0 0 0;
}
.btn-margin-top {
  margin-top: -5px;
}
.div-garantee-lot {
  max-width: 610px;
  border-top: 1px #aeaeae solid;
  border-bottom: 1px #aeaeae solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-margin-top {
  margin-top: -5px;
}
.ul-lot-templ {
  padding-left: 20px;
  line-height: 1.5;
}
.p-lot-templ {
  padding-left: 18px;
  text-indent: 2em;
}
.notif-success {
  margin-top: 10px;
  display: none;
  color: green;
}
.notif-fail {
  margin-top: 10px;
  display: none;
  color: red;
}
.td-v-align {
  vertical-align: middle;
}
.fs-lot-state-border {
  border-bottom-width: 0;
}
.notif-fill-email {
  float: left;
  margin: 0 7px 0 0;
}
.notif-done-email {
  font-weight: bold;
  margin: 10px 0;
}
.va_bottom {
  vertical-align: bottom;
}
.right-padding_none {
  padding-right: 0 !important;
}
.pos-rel {
  position: relative;
}
.div-border0 {
  border-width: 0;
}
.h2-lotTitle {
  float: left;
  padding-left: 25px;
}
.fieldset-lotStates {
  border-bottom-width: 0;
}
.div-tradeLot {
  padding: 10px 0 0 0 !important;
  border-width: 0 !important;
  overflow: visible !important;
}
.no_padding_left {
  padding-left: 0 !important;
}
.no_margin_top {
  margin-top: 0;
}
.no_margin_left {
  margin-left: 0 !important;
}
.bank-limit-padding {
  padding: 10px;
}
.bid-error {
  color: red;
  margin-left: 10px;
  margin-bottom: 10px;
}
.servicePage-div {
  vertical-align: top;
}
.price-width {
  width: 90%;
}
.span-guarantee {
  float: left;
  margin: 0 7px 20px 0;
}
.bc-stack-error {
  background-color: #ffffcc;
}
.left_column span {
  font: 16px/24px Cuprum !important;
  font-family: Cuprum !important;
  font-weight: 400 !important;
}
div.copyright {
  font: 14px/16px Cuprum !important;
  font-family: Cuprum !important;
  font-weight: 400 !important;
}
div.copyright a {
  font: 14px/16px Cuprum !important;
  font-family: Cuprum !important;
  font-weight: 400 !important;
}
div.center_column a {
  font: 16px/24px Cuprum !important;
  font-family: Cuprum !important;
  font-weight: 400 !important;
}
.footer p {
  margin-bottom: 0 !important;
}
.div-footercontrol {
  width: 270px;
}
.top_sub_menu td a {
  text-align: center !important;
}
.header_sub_content {
  padding: 0 10px 30px 0;
}
.img-counters {
  position: absolute;
  left: -9999px;
}
.div-date-range {
  height: 20px;
}
.unprotFilter_margin {
  margin-right: 5px;
}
.btnSearch_margin {
  margin: 0 5px 8px 0;
}
.empty-row-height {
  height: 5px;
}
.filterDiv {
  display: block;
  background-color: #efeff0;
  border: 1px #aeaeae solid;
  height: 110px;
  margin-bottom: 10px;
}
.white {
  color: white;
}
.div-history {
  width: 100% !important;
  display: inline-block;
}
.oos-err {
  overflow: visible;
}
.divTaxUnknown {
  padding-left: 15px;
}
.ml5 {
  margin-left: 5px;
}
.scoring-grey .ml5_important {
  margin-left: 5px !important;
}
.border-bank-limit {
  border-bottom: none;
}
.lbl-organizer {
  padding-left: 0 !important;
  word-wrap: break-word;
}
.txt-invited {
  margin-left: 10px;
  margin-top: 5px;
  width: 768px;
  display: none;
}
.chb-change-proj {
  padding: 0;
  float: left;
  width: 15px;
}
.lbl-change-proj {
  width: 90%;
  min-width: 90%;
  float: left;
}
.div-purchasers {
  max-height: 300px;
  height: 100%;
  overflow-y: visible;
}
.div-auction_title {
  float: left;
  margin-top: 10px;
}
.header-display {
  display: inline-block;
}
.ml4 {
  margin-left: 4px !important;
}
.tbl-matrix {
  width: 100%;
  height: 30px;
  display: none;
}
.td-matrix {
  min-width: 230px;
}
.text-align-matrix {
  text-align: right;
}
.w520 {
  width: 520px;
}
.popup_license {
  width: 470px;
  padding-top: 5px;
}
.popup_mh_license {
  min-height: 120px;
}
.w100 {
  width: 100px;
}
.th-deal-item-width {
  width: 70%;
}
.th-deal-price-width {
  width: 30%;
}
.contract-div {
  height: 40px;
}
.contract-btn-action {
  text-align: right;
  padding-top: 80px;
}
.error-div {
  overflow: scroll;
  /*display: none;*/
  max-height: 350px;
}
.error-stack-color {
  background-color: #ffffcc;
}
.error-mes {
  overflow: scroll;
  display: none;
  max-height: 350px;
}
.login-tooltip {
  font-size: 12px;
}
.logout-text-align {
  text-align: center;
}
.lb-error {
  width: 100%;
  margin-top: 5px;
}
.txt-password {
  display: inline-block;
}
.div-error {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.div-button-send {
  float: right;
  width: 109px;
}
.hlink-reg {
  display: block;
  float: none;
}
.div-registry {
  float: left;
  padding: 10px;
  width: 490px;
}
.aution .ui-dialog-titlebar-close {
  visibility: hidden;
}
.winnerBid {
  color: lime !important;
  font-weight: bold;
}
.th-doc-signed {
  padding-left: 5px;
  padding-right: 5px;
}
.no-float,
.no-float div.checker {
  float: none !important;
}
.div-not-avail {
  text-align: center;
  margin-right: 40px;
}
.lnk-clear-filter {
  float: left !important;
  margin-left: 10px !important;
}
.moscow-time-margin {
  margin-right: -7px;
}
.td-offer {
  text-align: center;
}
.ul-offer {
  width: 220px;
}
div.info-block {
  background-color: #ffffcc;
  border: 1px solid #aeaeae;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0 10px 0;
  padding: 5px;
  color: #464646;
  font-size: 13px;
}
.lbl-invited {
  float: left;
  width: 175px;
}
.sc-txt-invited {
  float: left;
  width: 60%;
  padding-left: 10px;
}
.ml11 {
  margin-left: 11px;
}
.body-offerList {
  min-width: 0 !important;
}
.bottom10px {
  padding-bottom: 10px;
}
.bottom25px {
  padding-bottom: 25px;
}
.innercontent {
  padding-left: 25%;
  padding-right: 25%;
}
.v-form_auction li a,
.v-form_auction p {
  font-size: 1.2em;
  line-height: 1.1em;
}
.v-form_auction p {
  padding-left: 0;
}
.v-auction_title {
  color: #ee1c24;
  font-size: 1.7em;
  float: left;
  margin-top: 10px;
}
.lnk-sign {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.lnk-clear {
  padding-left: 15px;
}
.lbl-cert-info {
  float: left;
  margin-right: 20px;
}
.lnk-lagre {
  margin: 0 !important;
}
.va-top {
  vertical-align: top;
}
.span-label {
  margin-top: 0 !important;
  cursor: pointer;
}
.lbl-accred {
  border: solid 1px #aeaeae;
  width: 50% !important;
  height: 100px;
  overflow-y: scroll;
}
.ui-dialog {
  position: fixed;
}
.ui-dialog,
div#selectOrganizationDialog {
  overflow: visible !important;
}
.div-or {
  float: left;
  height: 19px;
  vertical-align: middle;
  padding: 0 5px;
}
.textbox-date {
  width: 103px !important;
}
.ul-line {
  padding-left: 5px;
}
.lbl-period-auth {
  min-width: 260px !important;
}
.mw240 {
  max-width: 240px;
}
.mr5 {
  margin-right: 5px;
}
.mr11 {
  margin-right: 11px;
}
.w400 {
  width: 400px;
}
.doc-name {
  width: 159px !important;
}
.btn-upload-margin-top {
  margin-top: -2px;
}
.btn-add-margin-top {
  margin-top: -5px !important;
}
.div-load-cert {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 166px;
}
.fu-load-cert {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial;
  font-size: 118px !important;
  width: 166px;
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 25px !important;
  transform: scale(20);
  letter-spacing: 10em;
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
}
.hl-load-cert {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.hl-select-cert {
  margin: 0 !important;
  cursor: pointer;
}
.grounds-margin-left {
  margin-left: 15px !important;
}
.pl-lnk-clear {
  padding-left: 15px;
}
.txt-partner {
  margin-left: 10px;
  margin-top: 5px;
  width: 768px;
  display: none;
}
.lnk-mes-margin-top {
  margin-top: -10px;
}
.txt-message {
  width: 600px !important;
}
.txt-message2 {
  width: 99% !important;
  height: 300px !important;
}
.cl-left {
  clear: left;
}
.hl-contract {
  font-size: 13px;
  padding-left: 11px;
}
.afterWriteOff {
  font-weight: bold;
}
.width-50percent {
  width: 50%;
}
.hl-dictionary {
  margin-right: 15px;
  margin-top: 5px;
}
.last-sc {
  width: auto;
  min-width: 639px;
}
.overflowed-dialog .ui-dialog-content {
  overflow: visible !important;
}
.overflowed-dialog {
  overflow: inherit !important;
}
.no-float-label label {
  float: none;
}
.no-float-label input {
  margin-left: 10px;
}
.no-float-label span {
  width: 600px !important;
}
.errorBlock {
  background-color: #ee1c24;
}
.errorBlock label {
  color: white;
}
tr.mainPositionColor,
.mainPositionColor td,
.mainPositionColor th {
  background: #fff !important;
}
tr.altPositionColor,
.altPositionColor td,
.altPositionColor th {
  background: #f7f7f7 !important;
}
tr.highlightPositionColor,
.highlightPositionColor td,
.highlightPositionColor th,
div.highlightPositionColor {
  background: #e0e0e2 !important;
}
tr.greenHighlighted,
.greenHighlighted td,
.greenHighlighted th,
div.greenHighlighted {
  background: #aff6a1 !important;
}
tr.yellowHighlighted,
.yellowHighlighted td,
.yellowHighlighted th,
div.yellowHighlighted {
  background: #fbf586 !important;
}
tr.grayHighlighted,
.grayHighlighted td,
.grayHighlighted th,
div.grayHighlighted {
  background: #e0e0e2 !important;
}
.treeDialogTextSearch {
  margin-top: 8px;
}
.treeDialogError {
  color: red;
  font-size: 12px;
}
.treeViewContainer {
  width: 100%;
}
span.ui-jqtreeview-item-text {
  cursor: pointer;
}
li.ui-jqtreeview-item > ul {
  padding-left: 25px;
}
.largeFieldValue {
  padding-left: 5px;
  float: left;
  width: 50%;
}
.no_margin {
  margin: 0px !important;
}
.margin_right_20 {
  float: left;
  margin-right: 20px;
}
.vertical_align_top {
  vertical-align: top;
}
.text_align_center {
  text-align: center;
}
.ui-dialog,
.selectOrganizationDialog {
  overflow: visible !important;
}
/*suggestions*/
.suggestions-input {
  padding-left: 8px !important;
  padding-right: 0px !important;
  width: 246px !important;
}
.mediumbig.suggestions-input {
  width: 418px !important;
}
.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
.suggestions-wrapper .suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="spinner"] {
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="clear"] {
  background: none;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
.suggestions-wrapper .suggestions-suggestions {
  background: #ffffff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
}
.suggestions-wrapper .suggestions-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.suggestions-wrapper .suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-wrapper .suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
.suggestions-wrapper .suggestions-suggestion {
  padding: 4px 5px;
  overflow: hidden;
}
.suggestions-wrapper .suggestions-suggestion:hover {
  background: #f7f7f7;
}
.suggestions-wrapper .suggestions-selected {
  background: #f0f0f0;
}
.suggestions-wrapper .suggestions-selected:hover {
  background: #f0f0f0;
}
.suggestions-wrapper .suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}
.suggestions-wrapper .suggestions-constraints {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.suggestions-wrapper .suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}
.suggestions-wrapper .suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: none;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-wrapper .suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.suggestions-wrapper .suggestions-constraints li span {
  vertical-align: middle;
}
.suggestions-wrapper .suggestions-subtext {
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestions-wrapper .suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
.suggestions-wrapper .suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-wrapper .suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
/*TradeFinance*/
.quarterTypes {
  padding-bottom: 30px;
}
.quarterTypes label {
  padding-left: 5px;
}
.tableBalanceSheet .aspNetDisabled {
  background: #f0f0f0 !important;
}
input.aspNetDisabled:disabled {
  color: #aeaeae;
}
.not-filled:before {
  color: red;
  font-size: 18px;
  font-weight: bold;
  content: "x";
}
.partually-filled:before {
  color: yellow;
  font-size: 18px;
  font-weight: bold;
  content: "?";
}
.full-filled:before {
  color: green;
  font-size: 18px;
  font-weight: bold;
  content: "√";
}
.reg-block {
  border: 1px solid #000080;
  padding: 10px;
  max-width: 700px;
}
.reg-block ul {
  margin: 10px 5px;
}
.reg-block ul li {
  margin: 10px 5px;
  float: none;
  display: block;
}
.reg-block ul li span {
  margin-left: 10px;
}
.reg-block ul li span:first-of-type {
  margin-left: 10px;
  float: left;
}
.reg-block ul li a {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.reg-block div {
  clear: left;
  margin: 10px 5px;
}
.reg-block div.reg-download span {
  float: left;
  margin-right: 10px;
}
.reg-block div.reg-download button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
/*TradeFinance*/
.confirm_area {
  padding-top: 10px;
}
label.confirm-label {
  min-width: 99%;
  font-weight: bold;
}
.transactions #accordionElement .balans_border td {
  border: 2px solid #D3D3D3;
}
.transactions #accordionElement .balans_no_border td {
  border: 0 none;
}
.title_anket2 {
  color: #464646;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-bottom: 11px;
}
/****************************************************************************************************************/
/****************************************************************************************************************/
/**********************************************REDESING**********************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../../fonts/proximanova-bold.eot');
  src: url('../../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/proximanova-bold.woff2') format('woff2'), url('../../fonts/proximanova-bold.woff') format('woff'), url('../../fonts/proximanova-bold.ttf') format('truetype'), url('../../fonts/proximanova-bold.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../../fonts/proximanova-reg.eot');
  src: url('../../fonts/proximanova-reg.eot?#iefix') format('embedded-opentype'), url('../../fonts/proximanova-reg.woff2') format('woff2'), url('../../fonts/proximanova-reg.woff') format('woff'), url('../../fonts/proximanova-reg.ttf') format('truetype'), url('../../fonts/proximanova-reg.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrbold';
  src: url('../../fonts/helveticaneuecyr-bold.eot');
  src: url('../../fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/helveticaneuecyr-bold.woff2') format('woff2'), url('../../fonts/helveticaneuecyr-bold.woff') format('woff'), url('../../fonts/helveticaneuecyr-bold.ttf') format('truetype'), url('../../fonts/helveticaneuecyr-bold.svg#helveticaneuecyrbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyritalic';
  src: url('../../fonts/helveticaneuecyr-italic.eot');
  src: url('../../fonts/helveticaneuecyr-italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/helveticaneuecyr-italic.woff2') format('woff2'), url('../../fonts/helveticaneuecyr-italic.woff') format('woff'), url('../../fonts/helveticaneuecyr-italic.ttf') format('truetype'), url('../../fonts/helveticaneuecyr-italic.svg#helveticaneuecyritalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url('../../fonts/helveticaneuecyr-light.eot');
  src: url('../../fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('../../fonts/helveticaneuecyr-light.woff2') format('woff2'), url('../../fonts/helveticaneuecyr-light.woff') format('woff'), url('../../fonts/helveticaneuecyr-light.ttf') format('truetype'), url('../../fonts/helveticaneuecyr-light.svg#helveticaneuecyrlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666;
}
/*checkbox*/
.css_checkbox {
  display: inline-block;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAADFBMVEVmZmbNy8v/MDD///+DMG/EAAAAM0lEQVR4AWNgRgUMzAzIAMRHkh38fEz3owKq+JcJAmjNp5N/GRFgsPPp5F9o+NOeT7l/AXFjBmlm4CIcAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.css_checkbox input,
.css_checkbox {
  height: 15px;
  width: 15px;
}
.css_checkbox input {
  opacity: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.css_checkbox.off {
  background-position: 0 0;
}
.css_checkbox.on {
  background-position: 0 -15px;
}
/*мои чекбоксы для левой части формы*/
html:not(.ie8) .form_auction fieldset input[type="checkbox"],
.red_checkbox input[type="checkbox"] {
  display: none;
}
html:not(.ie8) .form_auction fieldset input[type="checkbox"] + label:before,
.red_checkbox input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAADFBMVEVmZmbNy8v/MDD///+DMG/EAAAAM0lEQVR4AWNgRgUMzAzIAMRHkh38fEz3owKq+JcJAmjNp5N/GRFgsPPp5F9o+NOeT7l/AXFjBmlm4CIcAAAAAElFTkSuQmCC) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background-position: 0 0;
}
.red_checkbox input[type="checkbox"] + label {
  float: none;
}
html:not(.ie8) .form_auction fieldset input[type="checkbox"]:checked + label:before,
.red_checkbox input[type="checkbox"]:checked + label:before {
  background-position: 0 -15px;
}
html:not(.ie8) .form_auction fieldset input[type="checkbox"]:disabled + label:before,
.red_checkbox input[type="checkbox"]:disabled + label:before {
  background-position: 0 -30px;
}
html:not(.ie8) .form_auction fieldset input[type="checkbox"]:checked:disabled + label:before,
.red_checkbox input[type="checkbox"]:checked:disabled + label:before {
  background-position: 0 -45px;
}
html:not(.ie8) input[type=checkbox].styled-input.right-style + label:before {
  display: none;
}
html:not(.ie8) input[type=checkbox].styled-input.right-style + label:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background-position: 0 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAADFBMVEVmZmbNy8v/MDD///+DMG/EAAAAM0lEQVR4AWNgRgUMzAzIAMRHkh38fEz3owKq+JcJAmjNp5N/GRFgsPPp5F9o+NOeT7l/AXFjBmlm4CIcAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
html:not(.ie8) input[type=checkbox].styled-input.right-style:checked + label:after {
  background-position: 0 -15px;
}
/**/
div.radio {
  float: left;
}
div.radio span,
div.checker span {
  background-image: url("../../Images/metronic_sprite_control.png") !important;
}
table div.checker {
  margin: 0;
}
div.checker {
  float: left;
  margin-left: 10px;
}
div.checker + label {
  padding-left: 0;
}
/*radio*/
.css_radio {
  display: inline-block;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAAP1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZxcXF6enqgoKC0tLS9vb3Hx8fNy8vj4+P/FTT/NU//nan/rLb///9WJNuLAAAACHRSTlMAMEBQYHCA32r3+gkAAAC8SURBVHjavZFBEsMgCEU1jYomNWpz/7M2ARHSLtvJ2/1hQJ4YxDrvrWGmENOSYpgozrDuJ0+YsQrbTmzwOHLAKvIMx6i4C9Eal1ROzvhF5cV/1S1c+/X8NXy8P+n9Vph5f5D92c+J3+++rZbaxLeVkzZ8K+Y6fAsxfHXdAve/sF/m3+ibT8Q3E+ybGfLNAvqqjL4qo6/K6Hvt1/PZt0fxxXijL/6/+Pb7Dt9+v+FbCPKV+vDt98V+mf8X3zdaOiKlEkdpgQAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
.css_radio input,
.css_radio {
  height: 15px;
  width: 15px;
}
.css_radio input {
  opacity: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.css_radio.off {
  background-position: 0 0;
}
.css_radio.on {
  background-position: 0 -15px;
}
/*мои радио кнопки*/
html:not(.ie8) .form_auction fieldset input[type="radio"] {
  display: none;
}
html:not(.ie8) .form_auction fieldset input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background-position: 0 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAAP1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZxcXF6enqgoKC0tLS9vb3Hx8fNy8vj4+P/FTT/NU//nan/rLb///9WJNuLAAAACHRSTlMAMEBQYHCA32r3+gkAAAC8SURBVHjavZFBEsMgCEU1jYomNWpz/7M2ARHSLtvJ2/1hQJ4YxDrvrWGmENOSYpgozrDuJ0+YsQrbTmzwOHLAKvIMx6i4C9Eal1ROzvhF5cV/1S1c+/X8NXy8P+n9Vph5f5D92c+J3+++rZbaxLeVkzZ8K+Y6fAsxfHXdAve/sF/m3+ibT8Q3E+ybGfLNAvqqjL4qo6/K6Hvt1/PZt0fxxXijL/6/+Pb7Dt9+v+FbCPKV+vDt98V+mf8X3zdaOiKlEkdpgQAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
html:not(.ie8) .form_auction fieldset input[type="radio"] + label {
  padding-left: 0;
}
html:not(.ie8) .form_auction fieldset input[type="radio"]:checked + label:before {
  background-position: 0 -15px;
}
html:not(.ie8) .form_auction fieldset input[type="radio"]:disabled + label:before {
  background-position: 0 -30px;
}
html:not(.ie8) .form_auction fieldset input[type="radio"]:checked:disabled + label:before {
  background-position: 0 -45px;
}
/*menu*/
.menu-st1 {
  display: inline-block;
  border: 1px solid #ec1c36;
  border-width: 0 0 1px 1px;
  padding: 0 10px 5px;
  color: #ec1c36;
  text-decoration: none;
}
ul.dropdown li.dir {
  /*display: inline-block;*/
  border: 1px solid #ec1c36;
  border-width: 0 0 1px 1px;
  /*padding:0 10px 5px;*/
  color: #ec1c36;
  text-decoration: none;
  background: #ffffff;
  margin-right: 28px;
}
ul.dropdown li.dir > span {
  color: #000;
}
ul.dropdown {
  background: #ffffff;
}
ul.dropdown li.dir:first-child {
  border: 1px solid #ec1c36;
  border-width: 0 0 1px 1px;
  margin-left: 20px;
}
/*select-st1*/
.select-st1 {
  border: 1px solid #bababa;
  color: #9a9a9a !important;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAADFBMVEVmZmbNy8v/MDD///+DMG/EAAAAM0lEQVR4AWNgRgUMzAzIAMRHkh38fEz3owKq+JcJAmjNp5N/GRFgsPPp5F9o+NOeT7l/AXFjBmlm4CIcAAAAAElFTkSuQmCC) right no-repeat !important;
  background-position: 0 -15px;
  padding: 0 20px 0 5px !important;
}
.select-st1.disabled {
  opacity: 0.4;
}
/*btns*/
.ff1 {
  font-family: 'proxima_nova_rgbold', Arial, sans-serif;
}
.ff2 {
  font-family: 'proxima_nova_rgregular', Arial, sans-serif;
}
.ff3 {
  font-family: 'helveticaneuecyrbold', Arial, sans-serif;
}
.ff4 {
  font-family: 'helveticaneuecyritalic', Arial, sans-serif;
}
.ff5 {
  font-family: 'helveticaneuecyrlight', Arial, sans-serif;
}
.color1 {
  color: #ec1c36;
}
.color2 {
  color: #666;
}
.color3 {
  color: #ccc;
}
.color4 {
  color: #ececec;
}
.color5 {
  color: #ff9999;
}
.color6 {
  color: #00b300;
}
.color7 {
  color: #ffca00;
}
.color8 {
  color: #fff;
}
.color9 {
  color: #000;
}
/*стили для изменения уже имеющихся элементов*/
h2 {
  font-family: 'helveticaneuecyrbold', Arial, sans-serif;
}
h2 span {
  font-family: 'helveticaneuecyrbold', Arial, sans-serif;
}
.form_auction input.dbig {
  /*background: url(../../Styles/image/form_input_dbig.png) center no-repeat;*/
  width: 246px;
  border: 1px solid #bababa;
}
.form_auction textarea.big {
  border: 1px solid #bababa;
}
.form_auction input.medium {
  /*background: url(../../Styles/image/form_input_medium.png) center no-repeat;*/
  padding-left: 3px;
  width: 65px;
  border: 1px solid #bababa;
}
.block_title h2 {
  color: #464646 !important;
  border: 1px solid #ec1c36;
  display: inline-block;
  padding: 5px;
  /*margin: 0 !important;*/
  font-weight: normal !important;
  height: 16px;
}
.transactions .column.right .block_title h2 {
  border: none;
}
.filter label {
  padding-left: 0;
}
.filter > .form_block {
  border-bottom: 1px solid #ec1c36;
  padding-bottom: 32px;
}
.form_auction a.clear {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}
.form_auction fieldset {
  border-bottom: none;
}
.platforms-treeview td {
  border-color: #ec1c36 !important;
}
.arr_up {
  background: url(../../images/arr_top.png) right no-repeat;
}
.arr_down {
  background: url(../../images/arr_bot.png) right no-repeat;
}
.form_auction fieldset {
  padding-bottom: 5px;
  background: #fff;
}
/*таблицы*/
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  background: #E1E1E3;
  border: 1px solid #fff !important;
}
.ui-widget-content {
  border-color: #b9b9b9;
}
.transactions > .block_title {
  border-bottom: 1px solid #ec1c36;
}
.form_auction .searchbtn {
  background: #ec1c36 !important;
  color: #fff;
  display: inline-block;
  margin: 5px;
  border: none;
  text-decoration: none !important;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 14px;
  padding-top: 5px;
  text-align: center;
  width: 78px;
  cursor: pointer;
}
.form_auction .clearfilterbtn {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  padding: 4px 7px !important;
  margin: 5px;
  border: none;
  color: #005baa !important;
  text-decoration: none !important;
  float: right;
  background: none;
  cursor: pointer;
}
.form_auction .clearfilterbtn:hover {
  text-decoration: underline !important;
}
.chzn-container-multi .chzn-choices {
  background-image: none;
}
.f_dbig.filter-trade-type label {
  float: none;
  /*display: block;*/
  width: 300px !important;
}
.form_auction .lbl-width30perc label {
  position: relative;
}
/**********************************************CUSTOM**********************************************************/
.block_title {
  background: none !important;
  border-bottom: 1px solid #ec1c36;
}
.form_auction input[type=text],
.form_auction input[type=password] {
  background: #fff !important;
  border: 1px solid #bababa;
}
.create_btn,
.loginEDSBtn,
.loginBtn {
  background: #ec1c36 !important;
}
.scoring-text {
  padding: 10px 0;
}
.scoring-grey {
  color: #666666;
}
.scoring-dark-grey {
  color: #666666;
  font-weight: bold;
}
.reliability {
  color: #ec1c36;
  font-weight: bold;
}
.float-clear {
  clear: both;
}
.scoring-view {
  text-decoration: underline;
}
.scoring-view:hover {
  text-decoration: none;
}
.scoring-table {
  width: 800px !important;
}
.bottom-line {
  border-bottom: 1px solid #ec1c36;
}
.scoring-btn {
  background-color: #9A9A9A !important;
  padding-bottom: 4px;
  padding-top: 10px;
}
.scoring-btn:active {
  height: 19px;
  padding-bottom: 4px;
  padding-top: 11px;
}
.scoring-not-filled {
  color: #ec1c36;
}
.scoring-partially-filled {
  color: #3C596D;
}
.scoring-fully-filled {
  color: #009A00;
}
.scoring-percent {
  font-weight: bold;
}
.scoring-percent-result {
  text-decoration: underline;
  font-weight: bold;
}
.loginDiv a.clear,
.loginDiv a.clear {
  margin: 12px 18px 16px 0 !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
  top: 20px;
}
.scoring-accordion {
  border: none !important;
  border-radius: 0;
  color: #666666;
  font-weight: bold;
  height: 25px;
  padding-top: 10px !important;
}
.body_accordion {
  overflow: auto !important;
  /*padding: 1em 2.2em !important;*/
  padding-top: 1em!important;
  padding-bottom: 1em!important;
}
.scoring-accordion-red {
  background: #FF949F;
}
.scoring-accordion-green {
  background: #B0E192;
}
.scoring-accordion-grey {
  background: #9A9A9A;
  color: #fff;
}
.scoring-grey a:nth-child(2) {
  margin-left: 5px !important;
}
.body_accordion .block_title {
  border: none;
}
.body_accordion h2 {
  border: none;
}
.body_accordion .submitbtn {
  background: #B0E192 !important;
  color: #666666 !important;
  font-family: "helveticaneuecyrbold", Arial, sans-serif !important;
  font-weight: normal !important;
}
.body_accordion .submitbtn:last-child {
  background: #FF949F !important;
}
/*04-03*/
/*видимо старая версия chosen*/
.chzn-container-single .chzn-single {
  border: 1px solid #bababa;
  padding: 0 20px 0 5px !important;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAAMFBMVEUAAADsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDb///9HtkGqAAAADnRSTlMAAAYQGGaChYfF1un5/iMkuvIAAAAySURBVHjaHcbHAQAgAMLA2Dv7jyuaBxzSkf7Qp9+YHeqW2xVI5bEkXG5rtWwEiGNE4wJQnAHpO4cEMgAAAABJRU5ErkJggg==) 98% no-repeat !important;
}
.chzn-container-single.disabled {
  opacity: 0.4;
}
/*стили для td таблицы*/
.ui-jqgrid .ui-jqgrid-htable td {
  color: #848492;
  vertical-align: middle;
  background: #f9f9f9;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}
.ui-jqgrid .ui-jqgrid-htable td span {
  color: #ff2430;
}
.ui-jqgrid .ui-jqgrid-htable .ui-icon-plus,
.ui-jqgrid .ui-jqgrid-btable .ui-icon-plus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAMAAACg0N8BAAAAMFBMVEUAAADsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDb///9HtkGqAAAADnRSTlMAAAYQGGaChYfF1un5/iMkuvIAAAAuSURBVHjaLYvHDQAwEINIr+f9x00e5mMJGTSBhHYvQOi2CvqMjEI6y2PpiwPnD0SUAekvR4HXAAAAAElFTkSuQmCC) !important;
  background-position: 0;
}
.ui-jqgrid .ui-jqgrid-htable .ui-icon-minus,
.ui-jqgrid .ui-jqgrid-btable .ui-icon-minus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAAMFBMVEUAAADsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDb///9HtkGqAAAADnRSTlMAAAYQGGaChYfF1un5/iMkuvIAAAAySURBVHjaHcbHAQAgAMLA2Dv7jyuaBxzSkf7Qp9+YHeqW2xVI5bEkXG5rtWwEiGNE4wJQnAHpO4cEMgAAAABJRU5ErkJggg==) !important;
  background-position: 0;
}
/*новая версия chosen*/
.chosen-single {
  border: 1px solid #bababa;
  color: #9a9a9a !important;
  padding: 0 20px 0 5px !important;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAAMFBMVEUAAADsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDb///9HtkGqAAAADnRSTlMAAAYQGGaChYfF1un5/iMkuvIAAAAySURBVHjaHcbHAQAgAMLA2Dv7jyuaBxzSkf7Qp9+YHeqW2xVI5bEkXG5rtWwEiGNE4wJQnAHpO4cEMgAAAABJRU5ErkJggg==) 98% no-repeat !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.chosen-container-single .chosen-single div b {
  background: none;
}
.chzn-container-active .chzn-single {
  box-shadow: none;
}
.chzn-container-active .chzn-single-with-drop {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAAMFBMVEUAAADsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDbsHDb///9HtkGqAAAADnRSTlMAAAYQGGaChYfF1un5/iMkuvIAAAAySURBVAjXBcGBEYAwDMQwfxxo9p+Xa5AM1Dx3idBtkotYU9VftvAAHHGUJcF+2QS2+QEUFwhu8j9bNgAAAABJRU5ErkJggg==) 98% no-repeat !important;
}
.chzn-container-single .chzn-single div b {
  background: none;
}
.ui-datepicker {
  border: 1px solid #ec1c36;
}
.ui-pg-table .ui-separator {
  display: none !important;
}
.ui-pg-table td {
  border: none !important;
  color: #363636;
}
.percentControl .ui-jqgrid-labels th:last-child,
.levelPercent1 .ui-jqgrid-labels th:last-child {
  background: #fff !important;
}
.percentControl tr.ui-widget-content td:last-child,
.levelPercent1 tr.ui-widget-content td:last-child {
  background: #ffffff !important;
}
.jqgfirstrow td {
  border: none !important;
}
.loginDiv a {
  color: #ec1c36;
}
/*.transactions tr td
{
    border-color: #ec1c36;
}*/
.block_title h2 a,
.form_auction fieldset label a,
.wide a,
.form_block label + a,
a.linkButton-left,
a.linkButton-grid {
  color: #005baa;
  text-decoration: none;
}
.block_title h2 a:hover,
.form_auction fieldset label a:hover,
.wide a:hover,
.form_block label + a:hover,
a.linkButton-left:hover,
a.linkButton-grid:hover {
  text-decoration: underline;
}
.form_block a.create_btn,
.form_auction fieldset label a.create_btn {
  color: #fff;
}
.tableBalanceSheet .block_title,
.tableBalanceSheet .block_title h2 {
  border: none;
}
.tableBalanceSheet .block_title,
.tableBalanceSheet .block_title h2 {
  border: none;
}
/****************************************************************************************************************/
/****************************************************************************************************************/
/**********************************************END OF REDESING***************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/***********************************************placeholder******************************************************/
/****************************************************************************************************************/
::-webkit-input-placeholder {
  color: #FF0000 !important;
  text-align: center !important;
  opacity: 0.5 !important;
}
:-moz-placeholder {
  color: #FF0000 !important;
  text-align: center !important;
  opacity: 0.5 !important;
}
::-moz-placeholder {
  color: #FF0000 !important;
  text-align: center !important;
  opacity: 0.5 !important;
}
:-ms-input-placeholder {
  text-align: center !important;
  color: rgba(255, 0, 0, 0.5) !important;
}
.placeholder-background {
  background: #e1e7ea;
}
.placeholder-gray input::-webkit-input-placeholder {
  color: #bababa !important;
}
.placeholder-gray input:-moz-placeholder {
  color: #bababa !important;
}
.placeholder-gray input::-moz-placeholder {
  color: #bababa !important;
}
.placeholder-gray input:-ms-input-placeholder {
  text-align: center !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
/****************************************************************************************************************/
/***********************************************END of placeholder******************************************************/
/****************************************************************************************************************/
.ui-autocomplete {
  z-index: 9999;
}
.ta-right {
  text-align: right;
}
div.check-img {
  background: url(../../images/check.png) no-repeat;
  display: inline-block;
  height: 19px;
  text-decoration: none;
  width: 20px;
  margin-left: 5px;
}
div.shield-img {
  background: url(../../images/guard.png) no-repeat;
  display: inline-block;
  height: 18px;
  text-decoration: none;
  width: 18px;
  margin-left: 5px;
}
.menu-wide {
  width: 17% !important;
}
.width50 {
  width: 50% !important;
}
.padding11 {
  padding-left: 11px !important;
}
/*****Menu + Header*******/
div.top_row.page-header.navbar {
  padding: 0;
  margin: auto;
  border: 0;
  height: 81px;
  min-height: 0;
  filter: none;
  background: #4c4c4d;
}
div .sidebar-toggler-wrapper .sidebar-toggler {
  margin-bottom: 15px;
}
div.sidebar-toggler,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler,
.page-sidebar .sidebar-toggler,
.menu-toggler.responsive-toggler {
  background-image: url(../../Images/sidebar_inline_toggler_icon_default.jpg) !important;
  display: block;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 4px;
  opacity: 0.7;
  width: 30px;
  height: 27px;
  margin-top: 12px;
  margin-left: 12px;
}
.menu-toggler.responsive-toggler {
  margin-top: 30px !important;
}
div .page-sidebar {
  padding-bottom: 30px !important;
}
div .reduce-page-sidebar {
  top: 44px !important;
}
.page-header.navbar .menu-toggler.responsive-toggler {
  float: left;
}
.page-header-fixed .page-container {
  margin: 0;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  border-radius: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.page-sidebar.navbar-collapse.collapse {
  z-index: 9995;
  padding-top: 25px !important;
}
.page-sidebar-wrapper a {
  text-shadow: none;
  color: #444444;
}
.page-sidebar-wrapper a:hover {
  color: #1e1e1e;
}
.page-sidebar-wrapper span,
.page-sidebar-wrapper a {
  font-style: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: inherit;
}
span.badge.badge-roundless.badge-danger {
  color: #FFF;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  height: 15px;
  margin-bottom: 0;
}
div .page-sidebar-menu .sub-menu > li > a > i {
  float: left;
  margin-right: 5px;
}
div .page-sidebar-menu .sub-menu > li > a > span[class='title'] {
  max-width: 190px;
  display: inline-block;
  word-wrap: break-word;
}
/******************/
/****ProgressBar***/
div.ui-progressbar .ui-progressbar-value {
  background: #ec1c36 url(../../Styles/jQuery/jquery.ui/images/ui-bg_glass_0_ec1c36_1x400.png) 50% 50% repeat-x;
}
.top-indent30 {
  margin-top: 30px;
}
.top-indent50 {
  margin-top: 50px;
}
.width600 {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}
.width400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}
.width300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.width200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.width250 {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
}
.width170 {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
}
.width150 {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}
.width100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.tableBalanceSheet tr:not(.balans_no_border) td:nth-child(n + 3) label {
  text-align: right;
  float: left;
}
.asteriskRed {
  color: #ec1c36;
  font-size: x-large;
  line-height: 1;
  display: none;
}
.asteriskRedVisible {
  color: #ec1c36;
  font-size: x-large;
  line-height: 1;
  display: inline;
}
.overflow-visible {
  overflow: visible !important;
}
.relatedGrid .ui-jqgrid .ui-jqgrid-bdiv {
  overflow: visible !important;
}
.sticky {
  display: block;
  position: absolute;
  z-index: 101;
  top: 100px;
  right: 0;
  width: 100px;
  background-color: white;
  border: 1px solid #464646;
  padding: 2px;
}
.anketsViewDownload {
  text-decoration: underline;
  margin-right: 10px;
  line-height: 24px;
}
.topicalitySparkData .spinner {
  left: 10px !important;
  top: 10px !important;
}
.topicalitySparkData label {
  min-width: inherit;
  color: red;
  float: left;
  font-size: inherit;
  line-height: inherit;
  margin-top: inherit;
  max-width: inherit;
  padding: inherit;
  margin-bottom: 20px;
}
.transactions .table_view tr td {
  border-style: none;
}
.form_auction .table_view p {
  padding-left: 5px;
}
.form_auction label.labelForCheckBox {
  max-width: 100%;
}
.inline-block {
  display: inline-block;
}
.marginLeft8 {
  margin: 0 0 0 8px !important;
}
.dadataFIO,
.dadataEmail,
.dadataParty,
.dadataAddress,
.suggestions-input {
  box-sizing: inherit !important;
}
/******************/
ul.rules_list {
  margin-left: 50px;
}
.rules_list li {
  list-style-type: disc;
}
.rules_list li > a {
  text-decoration: none !important;
}
.rules_list li > a:hover {
  text-decoration: underline !important;
}
button.ui-button span.ui-button-text {
  color: white;
}
.display_error input + .validators span.error,
.display_error input + div + .validators span.error,
.display_error .phoneNumberInput input + span.error,
.display_error div.chzn-container + .validators span.error {
  display: block;
  visibility: visible !important;
  position: absolute;
}
.only_checkbox label {
  min-width: 15px;
  padding-right: 0;
  width: 20px !important;
}
.open > .dropdown-menu {
  display: block;
}
.page-header.navbar .employee-menu-td .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: #4c4c4d;
  padding: 6px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
  padding: 6px;
}
.page-header.navbar .employee-menu-td .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
  background-color: #4c4c4d;
}
.page-header.navbar .employee-menu-td .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #fff;
}
.page-header.navbar .employee-menu-td .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: auto;
}
.page-header.navbar .employee-menu-td .top-menu .navbar-nav > li.dropdown {
  height: 27px;
}
.employee-menu-td .dropdown,
.employee-menu-td .dropup {
  position: relative;
}
.employee-menu-td .fa-angle-down {
  margin-right: 1px !important;
}
.tradeLotHeader .triangle-red-expanded {
  background-position: 0 8px !important;
  height: 20px !important;
}
.tradeLotHeader .triangle-red-collapsed {
  background-position: 0 7px !important;
  height: 20px !important;
}
.tradeLotHeader .h2-lotTitle {
  padding-left: 25px !important;
}
.tradeLotInfoHeader {
  border: none;
}
input[readonly=readonly] {
  color: #aeaeae !important;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5 !important;
}
.radioButtonsInCell {
  clear: both;
  padding-top: 5px;
}
.radioButtonsInCell label {
  min-width: 0 !important;
  float: none;
}
/* Application doc list*/
.appDocTable {
  font-family: sans-serif !important;
  border-right: 3px solid #aeaeae !important;
  border-left: 3px solid #aeaeae !important;
  background: #f6f6f6;
  width: 100%;
  font-size: 15px;
  color: #464646;
}
.appDocTitleCol {
  width: 30%;
  padding: 5px;
  border-right: 1px solid #aeaeae !important;
  min-width: 260px;
}
.appDocFileList {
  border-right: 1px solid #aeaeae !important;
}
.docsButtons {
  width: 15%;
  padding: 5px;
}
.tender-numbers {
  display: none;
}
.docsButtons .mr5 {
  display: block !important;
  float: none;
}
iframe.contentPageFrame {
  display: block;
  /* iframes are inline by default */
  border: none;
  /* Reset default border */
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
/* Для IE8 */
.bootstrap-iso .radio INPUT[type='radio'] {
  margin-left: 0 !important;
  margin-top: 1px !important;
}
.bootstrap-iso .radio {
  margin-bottom: 0 !important;
  margin-top: 2px !important;
}
/**/
.filter fieldset {
  min-height: 25px;
}
.inlineRowButtons a {
  margin: 0 5px 0 0;
  float: left;
}
.k-grid .k-grid-content {
  overflow-y: hidden !important;
}
.k-grid .k-grid-content .alt {
  background: #efeff0 !important;
}
.k-grid .k-grid-header {
  padding-right: 0 !important;
  border: none !important;
}
.k-grid .k-header {
  background: #cdcdcd !important;
  border-right: white solid 1px !important;
  padding: 0 !important;
  text-align: right !important;
  margin: 1px !important;
}
.k-grid .k-header .k-link {
  margin: 0 !important;
  padding: 3px !important;
  vertical-align: top !important;
}
.k-grid .k-link {
  background: #cdcdcd !important;
  color: #363636 !important;
}
.k-grid .k-pager-nav {
  background: none !important;
}
.k-grid .k-dropdown {
  background: none !important;
}
.k-grid .k-dropdown-wrap {
  background: none !important;
}
.k-grid .k-state-active {
  box-shadow: none !important;
  border: none !important;
}
.k-grid td {
  border-width: 0 !important;
}
.k-grid .k-item {
  border-width: 0 !important;
}
.k-grid .k-item:hover {
  background: #ee1c24 !important;
}
.k-grid .k-state-selected {
  background: #ff4044 !important;
  border-width: 0 !important;
}
.k-grid .k-grid-pager {
  background: none !important;
}
.k-list-container {
  background: #fff !important;
}
.k-list-container .k-state-selected {
  background: #ff4044 !important;
  border-width: 0 !important;
}
.k-list-container .k-state-active {
  box-shadow: none !important;
  border: none !important;
}
.k-list-container .k-item {
  border-width: 0 !important;
}
.k-list-container .k-item:hover {
  background: #ee1c24 !important;
}
.stopNotify {
  margin-top: 2px;
  margin-right: 2px;
}
.lineHeight_a {
  line-height: 21px;
}
.exclusion_type .chzn-container.chzn-container-single {
  position: absolute;
  margin-top: -13px;
}
.plan_edit > .last > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-bdiv {
  position: absolute;
}
.plan_btns.btn_panel_hauto,
.plan_edit .btn_panel > a.create_btn.dbig {
  position: absolute;
}
.form_auction fieldset.borderInform {
  border: 1px solid #b92c28;
}
.smpSelection {
  color: #b92c28;
}
.datatable-grid th {
  background-color: #e0e0e2;
  border-right: 1px white solid;
  color: #464646;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.datatable-grid tr td {
  color: #464646;
  font-size: 13px;
  vertical-align: middle;
  padding: 0;
  border-bottom: none!important;
  padding: 5px;
}
.datatable-grid tr.even {
  background-color: #efeff0;
}
.datatable-grid tr td div.fixed-row {
  max-height: 50px;
  height: 100%;
  overflow: hidden;
}
.datatable-grid tr td div.fixed-row span {
  vertical-align: middle;
}
.dataTables_paginate {
  display: none;
}
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_empty {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  display: inline-block;
  position: absolute;
  padding: 7px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: 10px;
  text-align: center;
  color: #3f444a;
  border: 1px solid #e7ecf1;
  background: #eef1f5;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.dataTables_scroll {
  clear: both;
  border: 1px solid #aeaeae;
}
.dataTables_scrollHead {
  background-color: #e0e0e2;
}
.ui-dialog {
  z-index: 9996;
}
.footer-link {
  color: #005baa !important;
  font-size: 13px;
}
fieldset {
  position: relative;
}
.input-validation-error,
.input-validation-error + .chzn-container > .chzn-single {
  border: 1px #ee1c24 solid !important;
}
span.field-validation-error {
  display: none;
  float: left;
  position: absolute;
  background-color: #fabbbe;
  color: #ee1c24;
  font-size: 13px;
  font-weight: bold;
  margin-left: 3px;
  padding: 7px 9px 6px 9px;
  width: 256px;
  z-index: 10;
}
.form_auction fieldset > span:not(.aspNetDisabled).field-validation-error {
  display: none;
}
span.field-validation-error > span:before {
  content: " ";
  background: url(../../../images/error.png) no-repeat;
  display: block;
  height: 9px;
  left: -8px;
  position: absolute;
  top: 8px;
  width: 8px;
}
.input-validation-error:hover + span.field-validation-error,
.form_auction fieldset .input-validation-error:hover + span.field-validation-error,
.input-validation-error + .chzn-container:hover + span.field-validation-error {
  display: inline;
}
label.label-field-required:after {
  content: " *";
}
.field-validation-error-alert span.field-validation-error {
  display: inline-block;
  float: none;
  position: relative;
  background-color: transparent;
  color: #ee1c24;
  font-size: 13px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  width: auto;
}
.form_block.form-zebra fieldset:nth-child(2n) {
  background-color: #f6f6f6;
}
.alert-success {
  padding: 10px;
  margin-bottom: 10px;
}
.chosen-with-override .chzn-container {
  width: 256px !important;
}
.chosen-with-override .chzn-drop {
  width: 254px !important;
}
.chosen-with-override .chzn-search input {
  width: 220px !important;
}
.request-criterias .bootstrap-iso .row {
  margin-left: 0;
  margin-right: 0;
}
.request-criterias table,
.request-criterias fieldset {
  margin-left: 15px;
}
fieldset > div > textarea {
  margin-left: 11px;
}
table.request-criterias {
  margin-top: 20px;
  margin-left: 10px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.request-results {
  font-family: Arial, Helvetica, sans-serif;
}
.request-criterias {
  border: 1px solid black;
}
.force-border {
  border: 1px solid black !important;
}
.request-criterias > tbody > tr > td {
  padding: 10px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.propertyListRow:nth-child(odd) {
  background: #f6f6f6 !important;
}
.propertyListRow td {
  padding: 10px;
}
.request-criterias > tbody > tr.h-zebra:nth-child(odd),
#registryList > div > table > tbody > tr:nth-child(odd),
#attestationRequests > div > table > tbody > tr:nth-child(odd),
.request-criterias > tbody > tr:nth-child(odd) {
  background: #f6f6f6 !important;
}
.btnBackground {
  background: #2b78e4;
}
.btnText {
  color: white;
  padding: 5px 10px;
}
.fileName {
  color: #2b78e4;
  text-decoration: underline;
}
.fileTableCell {
  padding-top: 10px;
}
.uploader-acceptedicon {
  width: 15px;
  height: 15px;
  vertical-align: top;
  display: inline-block;
  background: url('/Main/Static/Images/action_success_48.png') no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}
.uploader-filename {
  width: 80%;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.uploader-comment {
  width: 100%;
  color: blue;
}
.uploader-delete {
  float: right;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: top;
  border: none;
  background: url('/Main/Static/Images/close.png') no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.attestationFileContainer .table > tbody > tr > td,
.bootstrap-iso.attestationFileUploaderContainer .table > tbody > tr > td {
  border: none;
}
.attestation-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.attestation-message hr {
  margin: 10px 0;
}
.attestation-message .attestation-message-header {
  color: green;
  margin-bottom: 5px;
}
.attestation-message .attestation-message-body {
  color: #464646;
}
.attestation-message.attestation-message-organizer .attestation-message-body {
  text-align: right;
}
.attestation-message.attestation-message-organizer .attestation-message-header {
  color: blue;
  text-align: right;
}
.attestation-show-form-header {
  display: inline-block;
  width: auto;
}
.attestation-btn-height {
  max-height: 34px;
}
.reject-reason-background {
  background: transparent !important;
}
.category_name {
  display: inline-block;
  font-size: 15px;
  color: #3171e6;
}
.category_name:hover {
  text-decoration: underline;
  cursor: pointer;
}
.category_delete {
  float: right;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: top;
  border: none;
  background: url('/Main/Static/Images/close.png') no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  cursor: pointer;
  margin-right: 0;
  position: relative;
}
.combobox-category {
  width: 60% !important;
  display: inline-block;
}
.btn-add-category {
  float: right;
  display: inline-block;
}
.btn-add-category:hover {
  cursor: pointer;
}
.ul-subvalue {
  display: inline-block;
}
.ul-delete {
  float: right;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: top;
  border: none;
  background: url('/Main/Static/Images/close.png') no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  cursor: pointer;
  margin-right: 0;
  position: relative;
}
.disable-btn {
  opacity: 0.7;
}
.block-category {
  margin: 8px 0 16px 8px;
}
.block-category ul {
  margin-top: 8px;
}
.block-category li {
  margin-left: 16px;
  list-style-type: circle;
}
.block-category .comment {
  padding-left: 0px;
  margin-top: 12px;
}
.btn-more-params {
  color: #3171e6;
  display: inline-block;
}
.btn-more-params:hover {
  cursor: pointer;
}
.dialogCancelButton {
  background: red !important;
}
ul.filterTabs {
  border-bottom-color: #b9b9b9 !important;
}
.filterTabs li {
  border-color: #b9b9b9 !important;
}
.js-check-all {
  margin-right: 8px;
  margin-top: 4px;
}