/* buttons formatting */
.ui-theme .btn,.ui-theme .btn-mini {
	color: #3A5795 !important;
	background: none;
	padding-top: 4px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	padding-bottom:3px !important;
	background-color: #fff;
	border: 1px solid #3A5795;
	box-shadow: none !important;
	font-size: 13px !important;
	text-shadow: none !important;
	outline: none !important;
	margin-bottom:0px;
	display:inline-block;
	box-sizing:border-box;
	height:25px;
	line-height:17px;
}
.ui-theme .btn.hide,.ui-theme .btn-mini.hide {
	display:none;
}
.ui-theme .btn > span.text {
	font-size: 13px !important;
}
.ui-theme .btn * {
	color: #3A5795!important;
}
.ui-theme .btn:disabled {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Modern Browsers */
	opacity: 0.5;
}

.ui-theme .btn:hover {
	border: 1px solid #3A5795 !important;
	box-shadow: 0px 0px 5px 0px #333!important;
}

.ui-theme .btn-primary {
	color: #FFFFFF !important;
	background: none !important;
	padding-top: 4px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;	
	padding-bottom:3px !important;	
	background-color: #3A5795 !important;
	border: 1px solid #3A5795 !important;
	box-shadow: none !important;
	font-size: 13px !important;
	text-shadow: none !important;
	border-radius: 4px;
	height:25px;
	line-height:17px;
}

.ui-theme .btn-primary * {
	color: #FFFFFF !important;
}

.ui-theme .btn[status="triggered"] > span.text {
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
    position: relative;
	font-size:12px !important;
}
.ui-theme .btn[status="triggered"], .ui-theme .btn[status="triggered"]:hover {
	border: none!important;
	background: transparent!important;
	opacity: 1 !important;
    box-shadow:none !important;
	width:auto !important;
}
.ui-theme .btn.btn-primary[status="triggered"], .ui-theme .btn.btn-primary[status="triggered"]:hover, .ui-theme .btn.btn-primary[status="triggered"] {
	border: none!important;
	background: transparent!important;
	width:auto !important;
}
.ui-theme .btn.btn-primary[status="triggered"],.ui-theme .btn.btn-primary[status="triggered"] * {
	color: #3A5795 !important;
}
.ui-theme .btn.btn-red.btn-primary[status="triggered"],.ui-theme .btn.btn-red.btn-primary[status="triggered"] * {
	color: #990000 !important;
}
.ui-theme .btn.btn-green.btn-primary[status="triggered"],.ui-theme .btn.btn-green.btn-primary[status="triggered"] * {
	color: #468847 !important;
}
.ui-theme .btn.btn-orange.btn-primary[status="triggered"],.ui-theme .btn.btn-orange.btn-primary[status="triggered"] * {
	color: #F89406 !important;
}
/*-------------------------- RED BUTTON ----------------------------------- */
.ui-theme .btn-red {
	border: 1px solid #990000 !important;
}
.ui-theme .btn-red:hover {
	border: 1px solid #990000 !important;
	box-shadow: 0px 0px 5px 0px #333!important;
}
.ui-theme .btn-red * {
	color: #990000!important;
}
.ui-theme .btn-red {
	color: #990000!important;
}
.ui-theme .btn-primary.btn-red * {
	color: #fff!important;
}
.ui-theme .btn-primary.btn-red, .ui-theme .btn-primary.btn-red:hover {
	background-color:#990000 !important;
	border: 1px solid #990000 !important;
	color: #fff!important;
}
/*-------------------------- GREEN BUTTON ----------------------------------- */
.ui-theme .btn-green {
	border: 1px solid #468847 !important;
}
.ui-theme .btn-green:hover {
	border: 1px solid #468847 !important;
	box-shadow: 0px 0px 5px 0px #333!important;
}
.ui-theme .btn-green * {
	color: #468847!important;
}
.ui-theme .btn-green {
	color: #468847!important;
}
.ui-theme .btn-primary.btn-green * {
	color: #fff!important;
}
.ui-theme .btn-primary.btn-green, .ui-theme .btn-primary.btn-green:hover {
	background-color:#468847 !important;
	border: 1px solid #468847 !important;
	color: #fff!important;
}
/*-------------------------- BLACK BUTTON ----------------------------------- */
.ui-theme .btn-black {
	border: 1px solid #8d898a!important;
}
.ui-theme .btn-black:hover {
	border: 1px solid #333333 !important;
}
.ui-theme .btn-black * {
	color: #333333;
}
.ui-theme .btn-primary.btn-black, .ui-theme .btn-primary.btn-black:hover {
	background-color:#333333 !important;
	border: 1px solid #333333 !important;
}

.ui-theme .btn-black {
	border: 1px solid #333333 !important;
}
.ui-theme .btn-black:hover {
	border: 1px solid #333333 !important;
	box-shadow: 0px 0px 5px 0px #333!important;
}
.ui-theme .btn-black * {
	color: #333333!important;
}
.ui-theme .btn-black {
	color: #333333!important;
}
.ui-theme .btn-primary.btn-black * {
	color: #fff!important;
}
.ui-theme .btn-primary.btn-black, .ui-theme .btn-primary.btn-black:hover {
	background-color:#333333 !important;
	border: 1px solid #333333 !important;
	color: #fff!important;
}
/*-------------------------- ORANGE BUTTON ----------------------------------- */

.ui-theme .btn-orange {
	border: 1px solid #F89406 !important;
}
.ui-theme .btn-orange:hover {
	border: 1px solid #F89406 !important;
	box-shadow: 0px 0px 5px 0px #333!important;
}
.ui-theme .btn-orange * {
	color: #F89406!important;
}
.ui-theme .btn-orange {
	color: #F89406!important;
}
.ui-theme .btn-primary.btn-orange * {
	color: #fff!important;
}
.ui-theme .btn-primary.btn-orange, .ui-theme .btn-primary.btn-orange:hover {
	background-color:#F89406 !important;
	border: 1px solid #F89406 !important;
	color: #fff!important;
}

/*-------------------------- \ ----------------------------------- */

.ui-theme .footer .btn, .ui-theme .modal-footer .btn, .ui-theme .popover-footer .btn, .ui-theme .toolbar .btn, .ui-theme .bg-color-grey .btn, .ui-theme .headInfo .btn {
	background-color: #FFFFFF;
	border: 1px solid #3A5795;
}
.ui-theme .btn:hover, .ui-theme .footer .btn:hover, .ui-theme .modal-footer .btn:hover, .ui-theme .popover-footer .btn:hover,
.ui-theme .toolbar .btn:hover, .ui-theme .bg-color-grey .btn:hover, .ui-theme .headInfo .btn:hover {
	border: 1px solid #3A5795;
	color: #3A5795;
}
.ui-theme .btn-primary:hover{
	border: 1px solid #3A5795!important;
	color: #FFFFFF!important;
}
.ui-theme .btn:hover {
	background-color: #FFF;
}
.ui-theme .btn-primary:hover {
	background-color: #3A5795!important;
}
.ui-theme .footer .btn:hover, .ui-theme .modal-footer .btn:hover, .ui-theme .popover-footer .btn:hover,
.ui-theme .toolbar .btn:hover, .ui-theme .bg-color-grey .btn:hover, .ui-theme .headInfo .btn:hover {
	background-color: #FFFFFF;
}
.ui-theme .btn-delete, .ui-theme .btn-rollback, .ui-theme .btn-clear, .ui-theme .btn-disagree, .ui-theme .btn-lock,
.ui-theme .btn-delete .ico, .ui-theme .btn-rollback .ico, .ui-theme .btn-clear .ico, .ui-theme .btn-disagree .ico, .ui-theme .btn-lock .ico {
	color: #B50000 !important;
}
.ui-theme .btn:hover.btn-delete, .ui-theme .btn:hover.btn-rollback, .ui-theme .btn:hover.btn-clear, .ui-theme .btn:hover.btn-disagree, .ui-theme .btn:hover.btn-lock {
	border: 1px solid #B50000 !important;
}
.ui-theme .btn-i-agrre, .ui-theme .btn-submit, .ui-theme .btn-publish, .ui-theme .btn-unlock,
.ui-theme .btn-i-agrre .ico, .ui-theme .btn-submit .ico, .ui-theme .btn-publish .ico, .ui-theme .btn-unlock .ico {
	color: green !important;
}
.ui-theme .btn:hover.btn-i-agrre, .ui-theme .btn:hover.btn-submit, .ui-theme .btn:hover.btn-publish, .ui-theme .btn:hover.btn-unlock {
	border: 1px solid green !important;
}

.ui-theme .btn-group > .btn.active {
	background-color: #C6F8BD;
	border-left: 1px solid #C6F8BD;
}
.ui-theme .btn-group > .btn {
	border-left: 1px solid #E8EEF3;
	font-size:12px;
}
.ui-theme .btn-group .footer .btn, .ui-theme .btn-group .modal-footer .btn, .ui-theme .btn-group .popover-footer .btn,
.ui-theme .btn-group .toolbar .btn, .ui-theme .btn-group .bg-color-grey .btn, .ui-theme .btn-group .headInfo .btn {
	border-left: 1px solid #FFFFFF;
}
.ui-theme .btn-group > .btn:first-of-type {
	border-left: 1px solid #3A5795;
}
.ui-theme .btn-group .footer .btn:first-of-type, .ui-theme .btn-group .modal-footer .btn:first-of-type, .ui-theme .btn-group .popover-footer .btn:first-of-type,
.ui-theme .btn-group .toolbar .btn:first-of-type, .ui-theme .btn-group .bg-color-grey .btn:first-of-type, .ui-theme .btn-group .headInfo .btn:first-of-type {
	border-left: 1px solid #3A5795;
}
.ui-theme .btn-group > .btn:hover {
	border: 1px solid #3A5795;
}
.ui-theme .btn .ico {
	font-size: 15px !important;
	padding-right: 5px !important;
	top: auto !important;
}

.ui-theme .btn-primary .ico {
	font-size: 15px !important;
	padding-right: 5px !important;
	color: #FFFFFF;
}

.ui-theme .btn .ico.ico-loading {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-right:5px;
	font-size:15px !important;
	position:relative;
}
.ui-theme .btn .notext {
	padding-right: 0 !important;
}
.ui-theme .btn.btn-primary .ico {
	color: #FFFFFF;
}

/* logout buttons */
#bot1-Msg1, #bot2-Msg1 {
	padding-left: 15px !important;
	padding-right: 15px !important;
	font-size: 14px !important;
	border: 1px solid #FFFFFF;
	color: #333333;
	background: #FFFFFF;
}
#bot1-Msg1:hover, #bot2-Msg1:hover {
	border: 1px solid #FFFFFF;
}

/* ghost buttons */
.ui-theme .btn.btn-ghost {
	background:transparent !important;	
	border:none !important;	
}
.ui-theme .btn.btn-ghost:hover {
	box-shadow:none !important;
}
.ui-theme .btn-transparent,
.ui-theme .btn-transparent:hover {
	background:transparent !important;	
	border:none !important;
	box-shadow:none !important; 
}
.ui-theme .btn.btn-no-border {
	border: none !important;
}

.ui-theme .btn.btn-no-border:hover {
	border: none !important;
	box-shadow : none !important;
}
/* ghost buttons */

/* modal icon formatting */
.ui-theme .modal .close {
	text-shadow: none;
	color: #FFFFFF;
	opacity: 1;
	font-size:22px;
	font-weight:normal;
}
.ui-theme button.close .ico,.ui-theme button.close .fa {
	font-size:16px;
	top:-1px;
	position:relative;
}
.ui-theme .bootstrap-dialog-header button.close .ico {
	margin-right:-5px;
}
.ui-theme .modal .close:hover {
	opacity: 0.8;
}
.ui-theme .modal .close:focus {
	outline: none;
}
.ui-theme .modal .modal-header .ico {
	padding-right: 5px !important;
}

/* overwrite isw-plus and isw-mail */
.ui-theme .head .isw-plus, .ui-theme .head .isw-mail {
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: none !important;
	display: inline-block;
	text-rendering: auto;
	text-align: center;
	color: #FFFFFF;
}
.ui-theme .head .isw-plus::before {
	content: "\f067";
	font-size: 16px;
}
.ui-theme .head .isw-mail::before {
	content: "\f0e0";
	font-size: 14px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ui-theme .ico {
	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;
	/*reset icon css from icons.css*/
	background: none !important;
	padding: 0 !important;
	top: auto;
	left: auto;
	position: relative;
	width: auto;
	height: auto;
}
/* makes the font 33% larger relative to the icon container */
.ui-theme .ico-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.ui-theme .ico-2x {
	font-size: 2em;
}
.ui-theme .ico-3x {
	font-size: 3em;
}
.ui-theme .ico-4x {
	font-size: 4em;
}
.ui-theme .ico-5x {
	font-size: 5em;
}
.ui-theme .ico-fw {
	width: 1.28571429em;
	text-align: center;
}
.ui-theme .ico-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.ui-theme .ico-ul > li {
	position: relative;
}
.ui-theme .ico-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.ui-theme .ico-li.ico-lg {
	left: -1.85714286em;
}
.ui-theme .ico-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.ui-theme .ico-pull-left {
	float: left;
}
.ui-theme .ico-pull-right {
	float: right;
}
.ui-theme .ico.ico-pull-left {
	margin-right: .3em;
}
.ui-theme .ico.ico-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.ui-theme .ico.pull-left {
	margin-right: .3em;
}
.ui-theme .ico.pull-right {
	margin-left: .3em;
}
.ui-theme .ico-spin {
	-webkit-animation: ico-spin 2s infinite linear;
	animation: ico-spin 2s infinite linear;
}
.ui-theme .ico-loading {
	-webkit-animation: fa-spin 1s infinite linear;
	animation: fa-spin 1s infinite linear;
}
.ui-theme .ico-pulse {
	-webkit-animation: ico-spin 1s infinite steps(8);
	animation: ico-spin 1s infinite steps(8);
}
@-webkit-keyframes ico-spin {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
	}
}
@keyframes ico-loading {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
	}
}
@keyframes ico-spin {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
	}
}
.ui-theme .ico-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ui-theme .ico-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-theme .ico-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.ui-theme .ico-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);
}
.ui-theme .ico-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 .ico-rotate-90,
:root .ico-rotate-180,
:root .ico-rotate-270,
:root .ico-flip-horizontal,
:root .ico-flip-vertical {
	filter: none;
}
.ui-theme .ico-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.ui-theme .ico-stack-1x,
.ui-theme .ico-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.ui-theme .ico-stack-1x {
	line-height: inherit;
}
.ui-theme .ico-stack-2x {
	font-size: 2em;
}
.ui-theme .ico-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */
.ui-theme .ico-glass:before {
	content: "\f000";
}
.ui-theme .ico-music:before {
	content: "\f001";
}
.ui-theme .ico-preview:before,
.ui-theme .ico-search:before {
	content: "\f002";
}
.ui-theme .ico-envelope-o:before {
	content: "\f003";
}
.ui-theme .ico-heart:before {
	content: "\f004";
}
.ui-theme .ico-star:before {
	content: "\f005";
}
.ui-theme .ico-star-o:before {
	content: "\f006";
}
.ui-theme .ico-user:before {
	content: "\f007";
}
.ui-theme .ico-film:before {
	content: "\f008";
}
.ui-theme .ico-th-large:before {
	content: "\f009";
}
.ui-theme .ico-th:before {
	content: "\f00a";
}
.ui-theme .ico-th-list:before {
	content: "\f00b";
}
.ui-theme .ico-ok:before,
.ui-theme .ico-check:before {
	content: "\f00c";
}
.ui-theme .ico-remove:before,
.ui-theme .ico-close:before,
.ui-theme .ico-cancel:before,
.ui-theme .ico-times:before {
	content: "\f00d";
}
.ui-theme .ico-search-plus:before {
	content: "\f00e";
}
.ui-theme .ico-search-minus:before {
	content: "\f010";
}
.ui-theme .ico-power-off:before {
	content: "\f011";
}
.ui-theme .ico-signal:before {
	content: "\f012";
}
.ui-theme .ico-gear:before,
.ui-theme .ico-cog:before {
	content: "\f013";
}
.ui-theme .ico-trash-o:before {
	content: "\f014";
}
.ui-theme .ico-home:before {
	content: "\f015";
}
.ui-theme .ico-file-o:before {
	content: "\f016";
}
.ui-theme .ico-clock-o:before {
	content: "\f017";
}
.ui-theme .ico-road:before {
	content: "\f018";
}
.ui-theme .ico-download:before {
	content: "\f019";
}
.ui-theme .ico-arrow-circle-o-down:before {
	content: "\f01a";
}
.ui-theme .ico-arrow-circle-o-up:before {
	content: "\f01b";
}
.ui-theme .ico-inbox:before {
	content: "\f01c";
}
.ui-theme .ico-play-circle-o:before {
	content: "\f01d";
}
.ui-theme .ico-rotate-right:before,
.ui-theme .ico-repeat:before {
	content: "\f01e";
}
.ui-theme .ico-refresh:before {
	content: "\f021";
}
.ui-theme .ico-list-alt:before {
	content: "\f022";
}
.ui-theme .ico-lock:before {
	content: "\f023";
}
.ui-theme .ico-flag:before {
	content: "\f024";
}
.ui-theme .ico-headphones:before {
	content: "\f025";
}
.ui-theme .ico-volume-off:before {
	content: "\f026";
}
.ui-theme .ico-volume-down:before {
	content: "\f027";
}
.ui-theme .ico-volume-up:before {
	content: "\f028";
}
.ui-theme .ico-qrcode:before {
	content: "\f029";
}
.ui-theme .ico-barcode:before {
	content: "\f02a";
}
.ui-theme .ico-tag:before {
	content: "\f02b";
}
.ui-theme .ico-tags:before {
	content: "\f02c";
}
.ui-theme .ico-book:before {
	content: "\f02d";
}
.ui-theme .ico-bookmark:before {
	content: "\f02e";
}
.ui-theme .ico-print:before {
	content: "\f02f";
}
.ui-theme .ico-camera:before {
	content: "\f030";
}
.ui-theme .ico-font:before {
	content: "\f031";
}
.ui-theme .ico-bold:before {
	content: "\f032";
}
.ui-theme .ico-italic:before {
	content: "\f033";
}
.ui-theme .ico-text-height:before {
	content: "\f034";
}
.ui-theme .ico-text-width:before {
	content: "\f035";
}
.ui-theme .ico-align-left:before {
	content: "\f036";
}
.ui-theme .ico-align-center:before {
	content: "\f037";
}
.ui-theme .ico-align-right:before {
	content: "\f038";
}
.ui-theme .ico-align-justify:before {
	content: "\f039";
}
.ui-theme .ico-list:before {
	content: "\f03a";
}
.ui-theme .ico-dedent:before,
.ui-theme .ico-outdent:before {
	content: "\f03b";
}
.ui-theme .ico-indent:before {
	content: "\f03c";
}
.ui-theme .ico-video-camera:before {
	content: "\f03d";
}
.ui-theme .ico-photo:before,
.ui-theme .ico-image:before,
.ui-theme .ico-picture-o:before {
	content: "\f03e";
}
.ui-theme .ico-pencil:before {
	content: "\f040";
}
.ui-theme .ico-map-marker:before {
	content: "\f041";
}
.ui-theme .ico-adjust:before {
	content: "\f042";
}
.ui-theme .ico-tint:before {
	content: "\f043";
}
.ui-theme .ico-edit:before,
.ui-theme .ico-pencil-square-o:before {
	content: "\f044";
	position:relative;
	top:1px;
}
.ui-theme .ico-share-square-o:before {
	content: "\f045";
}
.ui-theme .ico-check-square-o:before {
	content: "\f046";
}
.ui-theme .ico-arrows:before {
	content: "\f047";
}
.ui-theme .ico-step-backward:before {
	content: "\f048";
}
.ui-theme .ico-fast-backward:before {
	content: "\f049";
}
.ui-theme .ico-backward:before {
	content: "\f04a";
}
.ui-theme .ico-play:before {
	content: "\f04b";
}
.ui-theme .ico-pause:before {
	content: "\f04c";
}
.ui-theme .ico-stop:before {
	content: "\f04d";
}
.ui-theme .ico-forward:before {
	content: "\f04e";
}
.ui-theme .ico-fast-forward:before {
	content: "\f050";
}
.ui-theme .ico-step-forward:before {
	content: "\f051";
}
.ui-theme .ico-eject:before {
	content: "\f052";
}
.ui-theme .ico-chevron-left:before {
	content: "\f053";
}
.ui-theme .ico-chevron-right:before {
	content: "\f054";
}
.ui-theme .ico-plus-circle:before {
	content: "\f055";
}
.ui-theme .ico-minus-circle:before {
	content: "\f056";
}
.ui-theme .ico-times-circle:before {
	content: "\f057";
}
.ui-theme .ico-check-circle:before {
	content: "\f058";
}
.ui-theme .ico-question-circle:before {
	content: "\f059";
}
.ui-theme .ico-info-circle:before {
	content: "\f05a";
}
.ui-theme .ico-crosshairs:before {
	content: "\f05b";
}
.ui-theme .ico-times-circle-o:before {
	content: "\f05c";
}
.ui-theme .ico-check-circle-o:before {
	content: "\f05d";
}
.ui-theme .ico-ban:before {
	content: "\f05e";
}
.ui-theme .ico-arrow-left:before {
	content: "\f060";
}
.ui-theme .ico-arrow-right:before, .ui-theme .ico-next:before {
	content: "\f061";
}
.ui-theme .ico-arrow-up:before {
	content: "\f062";
}
.ui-theme .ico-arrow-down:before {
	content: "\f063";
}
.ui-theme .ico-mail-forward:before,
.ui-theme .ico-share:before {
	content: "\f064";
}
.ui-theme .ico-expand:before {
	content: "\f065";
}
.ui-theme .ico-compress:before {
	content: "\f066";
}
.ui-theme .ico-plus:before {
	content: "\f067";
	font-family:"Font Awesome Five Pro";
}
.ui-theme .ico-minus:before {
	content: "\f068";
}
.ui-theme .ico-asterisk:before {
	content: "\f069";
}
.ui-theme .ico-exclamation-circle:before {
	content: "\f06a";
}
.ui-theme .ico-gift:before {
	content: "\f06b";
}
.ui-theme .ico-leaf:before {
	content: "\f06c";
}
.ui-theme .ico-fire:before {
	content: "\f06d";
}
.ui-theme .ico-eye:before {
	content: "\f06e";
}
.ui-theme .ico-eye-slash:before {
	content: "\f070";
}
.ui-theme .ico-warning:before,
.ui-theme .ico-exclamation-triangle:before {
	content: "\f071";
}
.ui-theme .ico-plane:before {
	content: "\f072";
}
.ui-theme .ico-calendar:before {
	content: "\f073";
}
.ui-theme .ico-random:before {
	content: "\f074";
}
.ui-theme .ico-comment:before {
	content: "\f075";
}
.ui-theme .ico-magnet:before {
	content: "\f076";
}
.ui-theme .ico-chevron-up:before {
	content: "\f077";
}
.ui-theme .ico-chevron-down:before {
	content: "\f078";
	margin-left:-3px;
	position:relative;
	top:-1px;
}
.ui-theme .btn .ico-chevron-down:before {
	margin-left:0px;
	top:0px;
}

.ui-theme .ico-retweet:before {
	content: "\f079";
}
.ui-theme .ico-shopping-cart:before {
	content: "\f07a";
}
.ui-theme .ico-folder:before {
	content: "\f07b";
}
.ui-theme .ico-folder-open:before {
	content: "\f07c";
}
.ui-theme .ico-arrows-v:before {
	content: "\f07d";
}
.ui-theme .ico-arrows-h:before {
	content: "\f07e";
}
.ui-theme .ico-bar-chart-o:before,
.ui-theme .ico-bar-chart:before {
	content: "\f080";
}
.ui-theme .ico-twitter-square:before {
	content: "\f081";
}
.ui-theme .ico-facebook-square:before {
	content: "\f082";
}
.ui-theme .ico-camera-retro:before {
	content: "\f083";
}
.ui-theme .ico-key:before {
	content: "\f084";
}
.ui-theme .ico-gears:before,
.ui-theme .ico-cogs:before {
	content: "\f085";
}
.ui-theme .ico-comments:before {
	content: "\f086";
}
.ui-theme .ico-thumbs-o-up:before {
	content: "\f087";
}
.ui-theme .ico-thumbs-o-down:before {
	content: "\f088";
}
.ui-theme .ico-star-half:before {
	content: "\f089";
}
.ui-theme .ico-heart-o:before {
	content: "\f08a";
}
.ui-theme .ico-sign-out:before {
	content: "\f08b";
}
.ui-theme .ico-linkedin-square:before {
	content: "\f08c";
}
.ui-theme .ico-thumb-tack:before {
	content: "\f08d";
}
.ui-theme .ico-thumb-tack:after {
	content: "\f08d";
}

.ui-theme .ico-pin:after {
	content: "\f08d";
}

.ui-theme .ico-unpin:before {
    content: "\f08d";
    top: -13px;
    left: -3px;
   	-ms-transform:rotate(45deg);     /* Internet Explorer 9 */
	-webkit-transform:rotate(45deg); /* Chrome, Safari, Opera */
 	transform:rotate(45deg);
 	position: absolute;
}

.ui-theme .ico-unpin:after {
    content: "\f00d";
    left: 4px;
    top: -7px;
    position: absolute;
}

.ui-theme .ico-external-link:before {
	content: "\f08e";
}
.ui-theme .ico-sign-in:before {
	content: "\f090";
}
.ui-theme .ico-trophy:before {
	content: "\f091";
}
.ui-theme .ico-github-square:before {
	content: "\f092";
}
.ui-theme .ico-upload:before {
	content: "\f093";
}
.ui-theme .ico-lemon-o:before {
	content: "\f094";
}
.ui-theme .ico-phone:before {
	content: "\f095";
}
.ui-theme .ico-square-o:before {
	content: "\f096";
}
.ui-theme .ico-bookmark-o:before {
	content: "\f097";
}
.ui-theme .ico-phone-square:before {
	content: "\f098";
}
.ui-theme .ico-twitter:before {
	content: "\f099";
}
.ui-theme .ico-facebook-f:before,
.ui-theme .ico-facebook:before {
	content: "\f09a";
}
.ui-theme .ico-github:before {
	content: "\f09b";
}
.ui-theme .ico-unlock:before {
	content: "\f09c";
}
.ui-theme .ico-credit-card:before {
	content: "\f09d";
}
.ui-theme .ico-feed:before,
.ui-theme .ico-rss:before {
	content: "\f09e";
}
.ui-theme .ico-hdd-o:before {
	content: "\f0a0";
}
.ui-theme .ico-bullhorn:before {
	content: "\f0a1";
}
.ui-theme .ico-bell:before {
	content: "\f0f3";
}
.ui-theme .ico-certificate:before {
	content: "\f0a3";
}
.ui-theme .ico-hand-o-right:before {
	content: "\f0a4";
}
.ui-theme .ico-hand-o-left:before {
	content: "\f0a5";
}
.ui-theme .ico-hand-o-up:before {
	content: "\f0a6";
}
.ui-theme .ico-hand-o-down:before {
	content: "\f0a7";
}
.ui-theme .ico-arrow-circle-left:before {
	content: "\f0a8";
}
.ui-theme .ico-arrow-circle-right:before {
	content: "\f0a9";
}
.ui-theme .ico-arrow-circle-up:before {
	content: "\f0aa";
}
.ui-theme .ico-arrow-circle-down:before {
	content: "\f0ab";
}
.ui-theme .ico-globe:before {
	content: "\f0ac";
}
.ui-theme .ico-wrench:before {
	content: "\f0ad";
}
.ui-theme .ico-tasks:before {
	content: "\f0ae";
}
.ui-theme .ico-filter:before {
	content: "\f0b0";
}
.ui-theme .ico-briefcase:before {
	content: "\f0b1";
}
.ui-theme .ico-arrows-alt:before {
	content: "\f0b2";
}
.ui-theme .ico-group:before,
.ui-theme .ico-users:before {
	content: "\f0c0";
}
.ui-theme .ico-chain:before,
.ui-theme .ico-link:before {
	content: "\f0c1";
}
.ui-theme .ico-cloud:before {
	content: "\f0c2";
}
.ui-theme .ico-flask:before {
	content: "\f0c3";
}
.ui-theme .ico-cut:before,
.ui-theme .ico-scissors:before {
	content: "\f0c4";
}
.ui-theme .ico-copy:before,
.ui-theme .ico-files-o:before {
	content: "\f0c5";
}
.ui-theme .ico-paperclip:before {
	content: "\f0c6";
}
.ui-theme .ico-save:before,
.ui-theme .ico-floppy-o:before {
	content: "\f0c7";
}
.ui-theme .ico-square:before {
	content: "\f0c8";
}
.ui-theme .ico-navicon:before,
.ui-theme .ico-reorder:before,
.ui-theme .ico-bars:before {
	content: "\f0c9";
}
.ui-theme .ico-list-ul:before {
	content: "\f0ca";
}
.ui-theme .ico-list-ol:before {
	content: "\f0cb";
}
.ui-theme .ico-strikethrough:before {
	content: "\f0cc";
}
.ui-theme .ico-underline:before {
	content: "\f0cd";
}
.ui-theme .ico-table:before {
	content: "\f0ce";
}
.ui-theme .ico-magic:before {
	content: "\f0d0";
}
.ui-theme .ico-truck:before {
	content: "\f0d1";
}
.ui-theme .ico-pinterest:before {
	content: "\f0d2";
}
.ui-theme .ico-pinterest-square:before {
	content: "\f0d3";
}
.ui-theme .ico-google-plus-square:before {
	content: "\f0d4";
}
.ui-theme .ico-google-plus:before {
	content: "\f0d5";
}
.ui-theme .ico-money:before {
	content: "\f0d6";
}
.ui-theme .ico-caret-down:before {
	content: "\f0d7";
}
.ui-theme .ico-caret-up:before {
	content: "\f0d8";
}
.ui-theme .ico-caret-left:before {
	content: "\f0d9";
}
.ui-theme .ico-caret-right:before {
	content: "\f0da";
}
.ui-theme .ico-columns:before {
	content: "\f0db";
}
.ui-theme .ico-unsorted:before,
.ui-theme .ico-sort:before {
	content: "\f0dc";
}
.ui-theme .ico-sort-down:before,
.ui-theme .ico-sort-desc:before {
	content: "\f0dd";
}
.ui-theme .ico-sort-up:before,
.ui-theme .ico-sort-asc:before {
	content: "\f0de";
}
.ui-theme .ico-envelope:before {
	content: "\f0e0";
}
.ui-theme .ico-linkedin:before {
	content: "\f0e1";
}
.ui-theme .ico-rotate-left:before,
.ui-theme .ico-undo:before {
	content: "\f0e2";
}
.ui-theme .ico-legal:before,
.ui-theme .ico-gavel:before {
	content: "\f0e3";
}
.ui-theme .ico-dashboard:before,
.ui-theme .ico-tachometer:before {
	content: "\f0e4";
}
.ui-theme .ico-comment-o:before {
	content: "\f0e5";
}
.ui-theme .ico-comments-o:before {
	content: "\f0e6";
}
.ui-theme .ico-flash:before,
.ui-theme .ico-bolt:before {
	content: "\f0e7";
}
.ui-theme .ico-sitemap:before {
	content: "\f0e8";
}
.ui-theme .ico-umbrella:before {
	content: "\f0e9";
}
.ui-theme .ico-paste:before,
.ui-theme .ico-clipboard:before {
	content: "\f0ea";
}
.ui-theme .ico-lightbulb-o:before {
	content: "\f0eb";
}
.ui-theme .ico-exchange:before {
	content: "\f0ec";
}
.ui-theme .ico-cloud-download:before {
	content: "\f0ed";
}
.ui-theme .ico-cloud-upload:before {
	content: "\f0ee";
}
.ui-theme .ico-user-md:before {
	content: "\f0f0";
}
.ui-theme .ico-stethoscope:before {
	content: "\f0f1";
}
.ui-theme .ico-suitcase:before {
	content: "\f0f2";
}
.ui-theme .ico-bell-o:before {
	content: "\f0a2";
}
.ui-theme .ico-coffee:before {
	content: "\f0f4";
}
.ui-theme .ico-cutlery:before {
	content: "\f0f5";
}
.ui-theme .ico-file-text-o:before {
	content: "\f0f6";
}
.ui-theme .ico-building-o:before {
	content: "\f0f7";
}
.ui-theme .ico-hospital-o:before {
	content: "\f0f8";
}
.ui-theme .ico-ambulance:before {
	content: "\f0f9";
}
.ui-theme .ico-medkit:before {
	content: "\f0fa";
}
.ui-theme .ico-fighter-jet:before {
	content: "\f0fb";
}
.ui-theme .ico-beer:before {
	content: "\f0fc";
}
.ui-theme .ico-h-square:before {
	content: "\f0fd";
}
.ui-theme .ico-plus-square:before {
	content: "\f0fe";
}
.ui-theme .ico-angle-double-left:before {
	content: "\f100";
}
.ui-theme .ico-angle-double-right:before {
	content: "\f101";
}
.ui-theme .ico-angle-double-up:before {
	content: "\f102";
}
.ui-theme .ico-angle-double-down:before {
	content: "\f103";
}
.ui-theme .ico-angle-left:before {
	content: "\f104";
}
.ui-theme .ico-right:before,
.ui-theme .ico-angle-right:before {
	content: "\f105";
}
.ui-theme .ico-up:before,
.ui-theme .ico-angle-up:before {
	content: "\f106";
}
.ui-theme .ico-down:before,
.ui-theme .ico-angle-down:before {
	content: "\f107";
}
.ui-theme .ico-desktop:before {
	content: "\f108";
}
.ui-theme .ico-laptop:before {
	content: "\f109";
}
.ui-theme .ico-tablet:before {
	content: "\f10a";
}
.ui-theme .ico-mobile-phone:before,
.ui-theme .ico-mobile:before {
	content: "\f10b";
}
.ui-theme .ico-circle-o:before {
	content: "\f10c";
}
.ui-theme .ico-quote-left:before {
	content: "\f10d";
}
.ui-theme .ico-quote-right:before {
	content: "\f10e";
}
.ui-theme .ico-loading:before,
.ui-theme .ico-spinner:before {
	content: "\f3f4";
	font-family: "Font Awesome Five Duotone";
	font-weight:bold;
}
.ui-theme .ico-circle:before {
	content: "\f111";
}
.ui-theme .ico-mail-reply:before,
.ui-theme .ico-reply:before {
	content: "\f112";
}
.ui-theme .ico-github-alt:before {
	content: "\f113";
}
.ui-theme .ico-folder-o:before {
	content: "\f114";
}
.ui-theme .ico-folder-open-o:before {
	content: "\f115";
}
.ui-theme .ico-smile-o:before {
	content: "\f118";
}
.ui-theme .ico-frown-o:before {
	content: "\f119";
}
.ui-theme .ico-meh-o:before {
	content: "\f11a";
}
.ui-theme .ico-gamepad:before {
	content: "\f11b";
}
.ui-theme .ico-keyboard-o:before {
	content: "\f11c";
}
.ui-theme .ico-flag-o:before {
	content: "\f11d";
}
.ui-theme .ico-flag-checkered:before {
	content: "\f11e";
}
.ui-theme .ico-terminal:before {
	content: "\f120";
}
.ui-theme .ico-code:before {
	content: "\f121";
}
.ui-theme .ico-mail-reply-all:before,
.ui-theme .ico-reply-all:before {
	content: "\f122";
}
.ui-theme .ico-star-half-empty:before,
.ui-theme .ico-star-half-full:before,
.ui-theme .ico-star-half-o:before {
	content: "\f123";
}
.ui-theme .ico-location-arrow:before {
	content: "\f124";
}
.ui-theme .ico-crop:before {
	content: "\f125";
}
.ui-theme .ico-code-fork:before {
	content: "\f126";
}
.ui-theme .ico-unlink:before,
.ui-theme .ico-chain-broken:before {
	content: "\f127";
}
.ui-theme .ico-question:before {
	content: "\f128";
}
.ui-theme .ico-info:before {
	content: "\f129";
}
.ui-theme .ico-exclamation:before {
	content: "\f12a";
}
.ui-theme .ico-superscript:before {
	content: "\f12b";
}
.ui-theme .ico-subscript:before {
	content: "\f12c";
}
.ui-theme .ico-eraser:before {
	content: "\f12d";
}
.ui-theme .ico-puzzle-piece:before {
	content: "\f12e";
}
.ui-theme .ico-microphone:before {
	content: "\f130";
}
.ui-theme .ico-microphone-slash:before {
	content: "\f131";
}
.ui-theme .ico-shield:before {
	content: "\f132";
}
.ui-theme .ico-calendar-o:before {
	content: "\f133";
}
.ui-theme .ico-fire-extinguisher:before {
	content: "\f134";
}
.ui-theme .ico-rocket:before {
	content: "\f135";
}
.ui-theme .ico-maxcdn:before {
	content: "\f136";
}
.ui-theme .ico-chevron-circle-left:before {
	content: "\f137";
}
.ui-theme .ico-chevron-circle-right:before {
	content: "\f138";
}
.ui-theme .ico-chevron-circle-up:before {
	content: "\f139";
}
.ui-theme .ico-chevron-circle-down:before {
	content: "\f13a";
}
.ui-theme .ico-html5:before {
	content: "\f13b";
}
.ui-theme .ico-css3:before {
	content: "\f13c";
}
.ui-theme .ico-anchor:before {
	content: "\f13d";
}
.ui-theme .ico-unlock-alt:before {
	content: "\f13e";
}
.ui-theme .ico-bullseye:before {
	content: "\f140";
}
.ui-theme .ico-ellipsis-h:before {
	content: "\f141";
}
.ui-theme .ico-ellipsis-v:before {
	content: "\f142";
}
.ui-theme .ico-rss-square:before {
	content: "\f143";
}
.ui-theme .ico-play-circle:before {
	content: "\f144";
}
.ui-theme .ico-ticket:before {
	content: "\f145";
}
.ui-theme .ico-minus-square:before {
	content: "\f146";
}
.ui-theme .ico-minus-square-o:before {
	content: "\f147";
}
.ui-theme .ico-level-up:before {
	content: "\f148";
}
.ui-theme .ico-level-down:before {
	content: "\f149";
}
.ui-theme .ico-check-square:before {
	content: "\f14a";
}
.ui-theme .ico-pencil-square:before {
	content: "\f14b";
}
.ui-theme .ico-external-link-square:before {
	content: "\f14c";
}
.ui-theme .ico-share-square:before {
	content: "\f14d";
}
.ui-theme .ico-compass:before {
	content: "\f14e";
}
.ui-theme .ico-toggle-down:before,
.ui-theme .ico-caret-square-o-down:before {
	content: "\f150";
}
.ui-theme .ico-toggle-up:before,
.ui-theme .ico-caret-square-o-up:before {
	content: "\f151";
}
.ui-theme .ico-toggle-right:before,
.ui-theme .ico-caret-square-o-right:before {
	content: "\f152";
}
.ui-theme .ico-euro:before,
.ui-theme .ico-eur:before {
	content: "\f153";
}
.ui-theme .ico-gbp:before {
	content: "\f154";
}
.ui-theme .ico-dollar:before,
.ui-theme .ico-usd:before {
	content: "\f155";
}
.ui-theme .ico-rupee:before,
.ui-theme .ico-inr:before {
	content: "\f156";
}
.ui-theme .ico-cny:before,
.ui-theme .ico-rmb:before,
.ui-theme .ico-yen:before,
.ui-theme .ico-jpy:before {
	content: "\f157";
}
.ui-theme .ico-ruble:before,
.ui-theme .ico-rouble:before,
.ui-theme .ico-rub:before {
	content: "\f158";
}
.ui-theme .ico-won:before,
.ui-theme .ico-krw:before {
	content: "\f159";
}
.ui-theme .ico-bitcoin:before,
.ui-theme .ico-btc:before {
	content: "\f15a";
}
.ui-theme .ico-file:before {
	content: "\f15b";
}
.ui-theme .ico-file-text:before {
	content: "\f15c";
}
.ui-theme .ico-sort-alpha-asc:before {
	content: "\f15d";
}
.ui-theme .ico-sort-alpha-desc:before {
	content: "\f15e";
}
.ui-theme .ico-sort-amount-asc:before {
	content: "\f160";
}
.ui-theme .ico-sort-amount-desc:before {
	content: "\f161";
}
.ui-theme .ico-sort-numeric-asc:before {
	content: "\f162";
}
.ui-theme .ico-sort-numeric-desc:before {
	content: "\f163";
}
.ui-theme .ico-thumbs-up:before {
	content: "\f164";
}
.ui-theme .ico-thumbs-down:before {
	content: "\f165";
}
.ui-theme .ico-youtube-square:before {
	content: "\f166";
}
.ui-theme .ico-youtube:before {
	content: "\f167";
}
.ui-theme .ico-youtube-play:before {
	content: "\f16a";
}
.ui-theme .ico-xing:before {
	content: "\f168";
}
.ui-theme .ico-xing-square:before {
	content: "\f169";
}
.ui-theme .ico-dropbox:before {
	content: "\f16b";
}
.ui-theme .ico-stack-overflow:before {
	content: "\f16c";
}
.ui-theme .ico-instagram:before {
	content: "\f16d";
}
.ui-theme .ico-flickr:before {
	content: "\f16e";
}
.ui-theme .ico-adn:before {
	content: "\f170";
}
.ui-theme .ico-bitbucket:before {
	content: "\f171";
}
.ui-theme .ico-bitbucket-square:before {
	content: "\f172";
}
.ui-theme .ico-tumblr:before {
	content: "\f173";
}
.ui-theme .ico-tumblr-square:before {
	content: "\f174";
}
.ui-theme .ico-long-arrow-down:before {
	content: "\f175";
}
.ui-theme .ico-long-arrow-up:before {
	content: "\f176";
}
.ui-theme .ico-long-arrow-left:before {
	content: "\f177";
}
.ui-theme .ico-long-arrow-right:before {
	content: "\f178";
}
.ui-theme .ico-apple:before {
	content: "\f179";
}
.ui-theme .ico-windows:before {
	content: "\f17a";
}
.ui-theme .ico-android:before {
	content: "\f17b";
}
.ui-theme .ico-linux:before {
	content: "\f17c";
}
.ui-theme .ico-dribbble:before {
	content: "\f17d";
}
.ui-theme .ico-skype:before {
	content: "\f17e";
}
.ui-theme .ico-foursquare:before {
	content: "\f180";
}
.ui-theme .ico-trello:before {
	content: "\f181";
}
.ui-theme .ico-female:before {
	content: "\f182";
}
.ui-theme .ico-male:before {
	content: "\f183";
}
.ui-theme .ico-gittip:before,
.ui-theme .ico-gratipay:before {
	content: "\f184";
}
.ui-theme .ico-sun-o:before {
	content: "\f185";
}
.ui-theme .ico-moon-o:before {
	content: "\f186";
}
.ui-theme .ico-archive:before {
	content: "\f187";
}
.ui-theme .ico-bug:before {
	content: "\f188";
}
.ui-theme .ico-vk:before {
	content: "\f189";
}
.ui-theme .ico-weibo:before {
	content: "\f18a";
}
.ui-theme .ico-renren:before {
	content: "\f18b";
}
.ui-theme .ico-pagelines:before {
	content: "\f18c";
}
.ui-theme .ico-stack-exchange:before {
	content: "\f18d";
}
.ui-theme .ico-arrow-circle-o-right:before {
	content: "\f18e";
}
.ui-theme .ico-arrow-circle-o-left:before {
	content: "\f190";
}
.ui-theme .ico-toggle-left:before,
.ui-theme .ico-caret-square-o-left:before {
	content: "\f191";
}
.ui-theme .ico-dot-circle-o:before {
	content: "\f192";
}
.ui-theme .ico-wheelchair:before {
	content: "\f193";
}
.ui-theme .ico-vimeo-square:before {
	content: "\f194";
}
.ui-theme .ico-turkish-lira:before,
.ui-theme .ico-try:before {
	content: "\f195";
}
.ui-theme .ico-plus-square-o:before {
	content: "\f196";
}
.ui-theme .ico-space-shuttle:before {
	content: "\f197";
}
.ui-theme .ico-slack:before {
	content: "\f198";
}
.ui-theme .ico-envelope-square:before {
	content: "\f199";
}
.ui-theme .ico-wordpress:before {
	content: "\f19a";
}
.ui-theme .ico-openid:before {
	content: "\f19b";
}
.ui-theme .ico-institution:before,
.ui-theme .ico-bank:before,
.ui-theme .ico-university:before {
	content: "\f19c";
}
.ui-theme .ico-mortar-board:before,
.ui-theme .ico-graduation-cap:before {
	content: "\f19d";
}
.ui-theme .ico-yahoo:before {
	content: "\f19e";
}
.ui-theme .ico-google:before {
	content: "\f1a0";
}
.ui-theme .ico-reddit:before {
	content: "\f1a1";
}
.ui-theme .ico-reddit-square:before {
	content: "\f1a2";
}
.ui-theme .ico-stumbleupon-circle:before {
	content: "\f1a3";
}
.ui-theme .ico-stumbleupon:before {
	content: "\f1a4";
}
.ui-theme .ico-delicious:before {
	content: "\f1a5";
}
.ui-theme .ico-digg:before {
	content: "\f1a6";
}
.ui-theme .ico-pied-piper:before {
	content: "\f1a7";
}
.ui-theme .ico-pied-piper-alt:before {
	content: "\f1a8";
}
.ui-theme .ico-drupal:before {
	content: "\f1a9";
}
.ui-theme .ico-joomla:before {
	content: "\f1aa";
}
.ui-theme .ico-language:before {
	content: "\f1ab";
}
.ui-theme .ico-fax:before {
	content: "\f1ac";
}
.ui-theme .ico-building:before {
	content: "\f1ad";
}
.ui-theme .ico-child:before {
	content: "\f1ae";
}
.ui-theme .ico-paw:before {
	content: "\f1b0";
}
.ui-theme .ico-spoon:before {
	content: "\f1b1";
}
.ui-theme .ico-cube:before {
	content: "\f1b2";
}
.ui-theme .ico-cubes:before {
	content: "\f1b3";
}
.ui-theme .ico-behance:before {
	content: "\f1b4";
}
.ui-theme .ico-behance-square:before {
	content: "\f1b5";
}
.ui-theme .ico-steam:before {
	content: "\f1b6";
}
.ui-theme .ico-steam-square:before {
	content: "\f1b7";
}
.ui-theme .ico-recycle:before {
	content: "\f1b8";
}
.ui-theme .ico-automobile:before,
.ui-theme .ico-car:before {
	content: "\f1b9";
}
.ui-theme .ico-cab:before,
.ui-theme .ico-taxi:before {
	content: "\f1ba";
}
.ui-theme .ico-tree:before {
	content: "\f1bb";
}
.ui-theme .ico-spotify:before {
	content: "\f1bc";
}
.ui-theme .ico-deviantart:before {
	content: "\f1bd";
}
.ui-theme .ico-soundcloud:before {
	content: "\f1be";
}
.ui-theme .ico-database:before {
	content: "\f1c0";
}
.ui-theme .ico-file-pdf-o:before {
	content: "\f1c1";
}
.ui-theme .ico-file-word-o:before {
	content: "\f1c2";
}
.ui-theme .ico-file-excel-o:before {
	content: "\f1c3";
}
.ui-theme .ico-file-powerpoint-o:before {
	content: "\f1c4";
}
.ui-theme .ico-file-photo-o:before,
.ui-theme .ico-file-picture-o:before,
.ui-theme .ico-file-image-o:before {
	content: "\f1c5";
}
.ui-theme .ico-file-zip-o:before,
.ui-theme .ico-file-archive-o:before {
	content: "\f1c6";
}
.ui-theme .ico-file-sound-o:before,
.ui-theme .ico-file-audio-o:before {
	content: "\f1c7";
}
.ui-theme .ico-file-movie-o:before,
.ui-theme .ico-file-video-o:before {
	content: "\f1c8";
}
.ui-theme .ico-file-code-o:before {
	content: "\f1c9";
}
.ui-theme .ico-vine:before {
	content: "\f1ca";
}
.ui-theme .ico-codepen:before {
	content: "\f1cb";
}
.ui-theme .ico-jsfiddle:before {
	content: "\f1cc";
}
.ui-theme .ico-life-bouy:before,
.ui-theme .ico-life-buoy:before,
.ui-theme .ico-life-saver:before,
.ui-theme .ico-support:before,
.ui-theme .ico-life-ring:before {
	content: "\f1cd";
}
.ui-theme .ico-circle-o-notch:before {
	content: "\f1ce";
}
.ui-theme .ico-ra:before,
.ui-theme .ico-rebel:before {
	content: "\f1d0";
}
.ui-theme .ico-ge:before,
.ui-theme .ico-empire:before {
	content: "\f1d1";
}
.ui-theme .ico-git-square:before {
	content: "\f1d2";
}
.ui-theme .ico-git:before {
	content: "\f1d3";
}
.ui-theme .ico-y-combinator-square:before,
.ui-theme .ico-yc-square:before,
.ui-theme .ico-hacker-news:before {
	content: "\f1d4";
}
.ui-theme .ico-tencent-weibo:before {
	content: "\f1d5";
}
.ui-theme .ico-qq:before {
	content: "\f1d6";
}
.ui-theme .ico-wechat:before,
.ui-theme .ico-weixin:before {
	content: "\f1d7";
}
.ui-theme .ico-send:before,
.ui-theme .ico-paper-plane:before {
	content: "\f1d8";
}
.ui-theme .ico-send-o:before,
.ui-theme .ico-paper-plane-o:before {
	content: "\f1d9";
}
.ui-theme .ico-history:before {
	content: "\f1da";
}
.ui-theme .ico-circle-thin:before {
	content: "\f1db";
}
.ui-theme .ico-header:before {
	content: "\f1dc";
}
.ui-theme .ico-paragraph:before {
	content: "\f1dd";
}
.ui-theme .ico-sliders:before {
	content: "\f1de";
}
.ui-theme .ico-share-alt:before {
	content: "\f1e0";
}
.ui-theme .ico-share-alt-square:before {
	content: "\f1e1";
}
.ui-theme .ico-bomb:before {
	content: "\f1e2";
}
.ui-theme .ico-soccer-ball-o:before,
.ui-theme .ico-futbol-o:before {
	content: "\f1e3";
}
.ui-theme .ico-tty:before {
	content: "\f1e4";
}
.ui-theme .ico-binoculars:before {
	content: "\f1e5";
}
.ui-theme .ico-plug:before {
	content: "\f1e6";
}
.ui-theme .ico-slideshare:before {
	content: "\f1e7";
}
.ui-theme .ico-twitch:before {
	content: "\f1e8";
}
.ui-theme .ico-yelp:before {
	content: "\f1e9";
}
.ui-theme .ico-newspaper-o:before {
	content: "\f1ea";
}
.ui-theme .ico-wifi:before {
	content: "\f1eb";
}
.ui-theme .ico-calculator:before {
	content: "\f1ec";
}
.ui-theme .ico-paypal:before {
	content: "\f1ed";
}
.ui-theme .ico-google-wallet:before {
	content: "\f1ee";
}
.ui-theme .ico-cc-visa:before {
	content: "\f1f0";
}
.ui-theme .ico-cc-mastercard:before {
	content: "\f1f1";
}
.ui-theme .ico-cc-discover:before {
	content: "\f1f2";
}
.ui-theme .ico-cc-amex:before {
	content: "\f1f3";
}
.ui-theme .ico-cc-paypal:before {
	content: "\f1f4";
}
.ui-theme .ico-cc-stripe:before {
	content: "\f1f5";
}
.ui-theme .ico-bell-slash:before {
	content: "\f1f6";
}
.ui-theme .ico-bell-slash-o:before {
	content: "\f1f7";
}
.ui-theme .ico-trash:before {
	content: "\f1f8";
}
.ui-theme .ico-copyright:before {
	content: "\f1f9";
}
.ui-theme .ico-at:before {
	content: "\f1fa";
}
.ui-theme .ico-eyedropper:before {
	content: "\f1fb";
}
.ui-theme .ico-paint-brush:before {
	content: "\f1fc";
}
.ui-theme .ico-birthday-cake:before {
	content: "\f1fd";
}
.ui-theme .ico-area-chart:before {
	content: "\f1fe";
}
.ui-theme .ico-pie-chart:before {
	content: "\f200";
}
.ui-theme .ico-line-chart:before {
	content: "\f201";
}
.ui-theme .ico-lastfm:before {
	content: "\f202";
}
.ui-theme .ico-lastfm-square:before {
	content: "\f203";
}
.ui-theme .ico-toggle-off:before {
	content: "\f204";
}
.ui-theme .ico-toggle-on:before {
	content: "\f205";
}
.ui-theme .ico-bicycle:before {
	content: "\f206";
}
.ui-theme .ico-bus:before {
	content: "\f207";
}
.ui-theme .ico-ioxhost:before {
	content: "\f208";
}
.ui-theme .ico-angellist:before {
	content: "\f209";
}
.ui-theme .ico-cc:before {
	content: "\f20a";
}
.ui-theme .ico-shekel:before,
.ui-theme .ico-sheqel:before,
.ui-theme .ico-ils:before {
	content: "\f20b";
}
.ui-theme .ico-meanpath:before {
	content: "\f20c";
}
.ui-theme .ico-buysellads:before {
	content: "\f20d";
}
.ui-theme .ico-connectdevelop:before {
	content: "\f20e";
}
.ui-theme .ico-dashcube:before {
	content: "\f210";
}
.ui-theme .ico-forumbee:before {
	content: "\f211";
}
.ui-theme .ico-leanpub:before {
	content: "\f212";
}
.ui-theme .ico-sellsy:before {
	content: "\f213";
}
.ui-theme .ico-shirtsinbulk:before {
	content: "\f214";
}
.ui-theme .ico-simplybuilt:before {
	content: "\f215";
}
.ui-theme .ico-skyatlas:before {
	content: "\f216";
}
.ui-theme .ico-cart-plus:before {
	content: "\f217";
}
.ui-theme .ico-cart-arrow-down:before {
	content: "\f218";
}
.ui-theme .ico-diamond:before {
	content: "\f219";
}
.ui-theme .ico-ship:before {
	content: "\f21a";
}
.ui-theme .ico-user-secret:before {
	content: "\f21b";
}
.ui-theme .ico-motorcycle:before {
	content: "\f21c";
}
.ui-theme .ico-street-view:before {
	content: "\f21d";
}
.ui-theme .ico-heartbeat:before {
	content: "\f21e";
}
.ui-theme .ico-venus:before {
	content: "\f221";
}
.ui-theme .ico-mars:before {
	content: "\f222";
}
.ui-theme .ico-mercury:before {
	content: "\f223";
}
.ui-theme .ico-intersex:before,
.ui-theme .ico-transgender:before {
	content: "\f224";
}
.ui-theme .ico-transgender-alt:before {
	content: "\f225";
}
.ui-theme .ico-venus-double:before {
	content: "\f226";
}
.ui-theme .ico-mars-double:before {
	content: "\f227";
}
.ui-theme .ico-venus-mars:before {
	content: "\f228";
}
.ui-theme .ico-mars-stroke:before {
	content: "\f229";
}
.ui-theme .ico-mars-stroke-v:before {
	content: "\f22a";
}
.ui-theme .ico-mars-stroke-h:before {
	content: "\f22b";
}
.ui-theme .ico-neuter:before {
	content: "\f22c";
}
.ui-theme .ico-genderless:before {
	content: "\f22d";
}
.ui-theme .ico-facebook-official:before {
	content: "\f230";
}
.ui-theme .ico-pinterest-p:before {
	content: "\f231";
}
.ui-theme .ico-whatsapp:before {
	content: "\f232";
}
.ui-theme .ico-server:before {
	content: "\f233";
}
.ui-theme .ico-user-plus:before {
	content: "\f234";
}
.ui-theme .ico-user-times:before {
	content: "\f235";
}
.ui-theme .ico-hotel:before,
.ui-theme .ico-bed:before {
	content: "\f236";
}
.ui-theme .ico-viacoin:before {
	content: "\f237";
}
.ui-theme .ico-train:before {
	content: "\f238";
}
.ui-theme .ico-subway:before {
	content: "\f239";
}
.ui-theme .ico-medium:before {
	content: "\f23a";
}
.ui-theme .ico-yc:before,
.ui-theme .ico-y-combinator:before {
	content: "\f23b";
}
.ui-theme .ico-optin-monster:before {
	content: "\f23c";
}
.ui-theme .ico-opencart:before {
	content: "\f23d";
}
.ui-theme .ico-expeditedssl:before {
	content: "\f23e";
}
.ui-theme .ico-battery-4:before,
.ui-theme .ico-battery-full:before {
	content: "\f240";
}
.ui-theme .ico-battery-3:before,
.ui-theme .ico-battery-three-quarters:before {
	content: "\f241";
}
.ui-theme .ico-battery-2:before,
.ui-theme .ico-battery-half:before {
	content: "\f242";
}
.ui-theme .ico-battery-1:before,
.ui-theme .ico-battery-quarter:before {
	content: "\f243";
}
.ui-theme .ico-battery-0:before,
.ui-theme .ico-battery-empty:before {
	content: "\f244";
}
.ui-theme .ico-mouse-pointer:before {
	content: "\f245";
}
.ui-theme .ico-i-cursor:before {
	content: "\f246";
}
.ui-theme .ico-object-group:before {
	content: "\f247";
}
.ui-theme .ico-object-ungroup:before {
	content: "\f248";
}
.ui-theme .ico-sticky-note:before {
	content: "\f249";
}
.ui-theme .ico-sticky-note-o:before {
	content: "\f24a";
}
.ui-theme .ico-cc-jcb:before {
	content: "\f24b";
}
.ui-theme .ico-cc-diners-club:before {
	content: "\f24c";
}
.ui-theme .ico-clone:before {
	content: "\f24d";
}
.ui-theme .ico-balance-scale:before {
	content: "\f24e";
}
.ui-theme .ico-hourglass-o:before {
	content: "\f250";
}
.ui-theme .ico-hourglass-1:before,
.ui-theme .ico-hourglass-start:before {
	content: "\f251";
}
.ui-theme .ico-hourglass-2:before,
.ui-theme .ico-hourglass-half:before {
	content: "\f252";
}
.ui-theme .ico-hourglass-3:before,
.ui-theme .ico-hourglass-end:before {
	content: "\f253";
}
.ui-theme .ico-hourglass:before {
	content: "\f254";
}
.ui-theme .ico-hand-grab-o:before,
.ui-theme .ico-hand-rock-o:before {
	content: "\f255";
}
.ui-theme .ico-hand-stop-o:before,
.ui-theme .ico-hand-paper-o:before {
	content: "\f256";
}
.ui-theme .ico-hand-scissors-o:before {
	content: "\f257";
}
.ui-theme .ico-hand-lizard-o:before {
	content: "\f258";
}
.ui-theme .ico-hand-spock-o:before {
	content: "\f259";
}
.ui-theme .ico-hand-pointer-o:before {
	content: "\f25a";
}
.ui-theme .ico-hand-peace-o:before {
	content: "\f25b";
}
.ui-theme .ico-trademark:before {
	content: "\f25c";
}
.ui-theme .ico-registered:before {
	content: "\f25d";
}
.ui-theme .ico-creative-commons:before {
	content: "\f25e";
}
.ui-theme .ico-gg:before {
	content: "\f260";
}
.ui-theme .ico-gg-circle:before {
	content: "\f261";
}
.ui-theme .ico-tripadvisor:before {
	content: "\f262";
}
.ui-theme .ico-odnoklassniki:before {
	content: "\f263";
}
.ui-theme .ico-odnoklassniki-square:before {
	content: "\f264";
}
.ui-theme .ico-get-pocket:before {
	content: "\f265";
}
.ui-theme .ico-wikipedia-w:before {
	content: "\f266";
}
.ui-theme .ico-safari:before {
	content: "\f267";
}
.ui-theme .ico-chrome:before {
	content: "\f268";
}
.ui-theme .ico-firefox:before {
	content: "\f269";
}
.ui-theme .ico-opera:before {
	content: "\f26a";
}
.ui-theme .ico-internet-explorer:before {
	content: "\f26b";
}
.ui-theme .ico-tv:before,
.ui-theme .ico-television:before {
	content: "\f26c";
}
.ui-theme .ico-contao:before {
	content: "\f26d";
}
.ui-theme .ico-500px:before {
	content: "\f26e";
}
.ui-theme .ico-amazon:before {
	content: "\f270";
}
.ui-theme .ico-calendar-plus-o:before {
	content: "\f271";
}
.ui-theme .ico-calendar-minus-o:before {
	content: "\f272";
}
.ui-theme .ico-calendar-times-o:before {
	content: "\f273";
}
.ui-theme .ico-calendar-check-o:before {
	content: "\f274";
}
.ui-theme .ico-industry:before {
	content: "\f275";
}
.ui-theme .ico-map-pin:before {
	content: "\f276";
}
.ui-theme .ico-map-signs:before {
	content: "\f277";
}
.ui-theme .ico-map-o:before {
	content: "\f278";
}
.ui-theme .ico-map:before {
	content: "\f279";
}
.ui-theme .ico-commenting:before {
	content: "\f27a";
}
.ui-theme .ico-commenting-o:before {
	content: "\f27b";
}
.ui-theme .ico-houzz:before {
	content: "\f27c";
}
.ui-theme .ico-vimeo:before {
	content: "\f27d";
}
.ui-theme .ico-black-tie:before {
	content: "\f27e";
}
.ui-theme .ico-fonticons:before {
	content: "\f280";
}
.ui-theme .ico-exportXLS:before {
	content: "\f1c3";
}
.ui-theme .ico-back:before {
	content: "\f060";
}
.ui-theme .ico-printPDF:before {
	content: "\f1c1";
}
.ui-theme .ico-drivers-license:before,
.ui-theme .ico-id-card:before {
    content: "\f2c2";
}
.ui-theme .ico-drivers-license-o:before,
.ui-theme .ico-id-card-o:before {
    content: "\f2c3";
}

/* accordion icons */
.ui-theme .ui-accordion .ui-accordion-header > .ui-icon {
	background-image: none !important;
	text-indent: 0px !important;
	margin-top: -14px;
	left: 10px;
	overflow:visible;
}
.ui-theme .ui-accordion .ui-accordion-header > .ui-icon-triangle-1-e:before {
	font-family: "Font Awesome Five Pro";
	content: "\f054";
    font-size: 11px;
    color: #005580;
}
.ui-theme .ui-accordion .ui-accordion-header > .ui-icon-triangle-1-s {
	margin-top:-15px;
}
.ui-theme .ui-accordion .ui-accordion-header > .ui-icon-triangle-1-s:before {
	font-family: "Font Awesome Five Pro";
	content: "\f078";
    font-size: 11px;
    color: #005580;
    margin-left: -2px;
} 
.btn.btn-rounded {
	padding-left:5px !important;
	border-radius:50%;
}
.btn.btn-rounded i {
	width:12px;
}	
.ui-theme .ico-circle-exclamation:before {
	content: "\f06a";
}
.ui-theme .ico-circle-minus:before {
	content: "\f056";
}
.ui-theme .ico-circle-question:before {
	content: "\f059";
}