﻿/*html {
	font-family: sans-serif,"Helvetica Neue", Helvetica, Arial;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

/*body {
	margin: 0;
	font-family: sans-serif,"Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	line-height: 1.42857143;
	color: #76838f;
	background-color: #f1f4f5;
	overflow-y: auto !important;
}

html, body {
	height: 100%;
	overflow: hidden;
}*/

hr {
	color: #76838f;
	border-top: 1px dashed rgb(169, 169, 169);
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

	a:active,
	a:hover {
		outline: 0;
	}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	resize: vertical;
}

textarea {
	min-height: 30px;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 11px;
}

	ul ul {
		list-style-type: none;
	}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

	a:hover,
	a:focus {
		text-decoration: none;
	}

	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	text-shadow: rgba(0,0,0,.15) 0 0 1px;
}*/

table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

jtse-accordion, jtse-alert, jtse-grid, jtse-grid, jtse-loading,
jtse-modal, jtse-multiselect, jtse-multitag, jtse-popover,
jtse-tabs, jtse-tooltip {
	display: none;
}
.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.hand {
	cursor: pointer;
}

.scroll-x {
	overflow-x: auto;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

.block {
	display: block !important;
}
.container {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.row {
	margin-right: -8px;
	margin-left: -8px;
}

.without-padding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
	border-radius: 4px;
}

legend {
	font-size: 13px;
	line-height: inherit;
	white-space: normal;
}

.checkbox-inline {
	margin-top: 6px;
}

.form-control {
	display: block;
	width: 100%;
	height: 25px;
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}

	.form-control::-moz-placeholder {
		color: #999;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder {
		color: #999;
	}

	.form-control::-webkit-input-placeholder {
		color: #999;
	}

	.form-control::-ms-expand {
		background-color: transparent;
		border: 0;
	}

	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #f3f7f9;
		opacity: 1;
	}

	.form-control[disabled],
	fieldset[disabled] .form-control {
		cursor: not-allowed;
	}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 6px;
}

.form-group-lg {
	margin-bottom: 12px;
}

.control-label {
	width: 100%;
	width: -moz-available; /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
	width: fill-available;
	white-space: nowrap;
/*	overflow: hidden;*/
	text-overflow: ellipsis;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.radio label,
	.checkbox label {
		min-height: 20px;
		padding-left: 10px;
		margin-bottom: 0;
		font-weight: normal;
		cursor: pointer;
	}

	.radio > input[type="radio"] {
		margin-left: 5px;
		margin-right: 10px;
	}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success.radio label,
.has-success.checkbox label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

	.has-success .form-control:focus {
		border-color: #2b542c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning.radio label,
.has-warning.checkbox label {
	color: #8a6d3b;
}

.has-warning .form-control, .form-control.has-warning {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

	.has-warning .form-control:focus, .form-control.has-warning :focus {
		border-color: #66512c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}



.has-error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

	/*.has-error .form-control:focus, .form-control.has-error {
		border-color: #843534;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	}



.form-horizontal .radio,
.form-horizontal .checkbox {
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -8px;
	margin-left: -8px;
}

.form-horizontal .control-label {
	padding-top: 3px;
	margin-bottom: 0;
	text-align: right;
}

.form-title {
	color: #76838f;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

	.form-title > span {
		border: 1px solid #e4eaec;
		border-radius: 10px;
		padding: 5px;
		background-color: #e4eaec;
	}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

	.input-group[class*="col-"] {
		float: none;
		padding-right: 0;
		padding-left: 0;
	}

	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

		.input-group .form-control:focus {
			z-index: 3;
		}

	.input-group-addon,
	.input-group-btn,
	.input-group .form-control {
		display: table-cell;
	}

		.input-group-addon:not(:first-child):not(:last-child),
		.input-group-btn:not(:first-child):not(:last-child),
		.input-group .form-control:not(:first-child):not(:last-child) {
			border-radius: 0;
		}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 3px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

	.input-group-addon input[type="radio"],
	.input-group-addon input[type="checkbox"] {
		margin-top: 0;
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group > .btn,
	.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
	.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.input-group-addon:first-child {
		border-right: 0;
	}

	.input-group .form-control:last-child,
	.input-group-addon:last-child,
	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group > .btn,
	.input-group-btn:first-child > .btn:not(:first-child),
	.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.input-group-addon:last-child {
		border-left: 0;
	}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	border-radius: 4px;
}

	.input-group-btn > .btn {
		position: relative;
		padding: 3px 12px;
		line-height: 1.4;
		border-radius: inherit;
		color: #fff;
		background-color: #62a8ea;
		border-color: #ccc;
	}

		.input-group-btn > .btn.delete {
			padding: 3px 4px;
			border: none;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			color: #555;
			background-color: #fff;
		}

		.input-group-btn > .btn + .btn {
			margin-left: -1px;
		}

		.input-group-btn > .btn:hover,
		.input-group-btn > .btn:focus,
		.input-group-btn > .btn:active {
			z-index: 2;
		}

	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group {
		margin-right: -1px;
	}

	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group {
		z-index: 2;
		margin-left: -1px;
	}

.question {
	float: right;
	position: absolute;
	right: -6px;
	top: 6px;
	cursor: pointer;
	font-size: 13px !important;
	color: #2461aa;
	z-index: 5;
}
.col-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-13,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-14,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-16,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-17,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-18,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-19,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-20,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-21,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-22,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-23,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-24,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
	position: relative;
	min-height: 1px;
	padding-right: 8px;
	padding-left: 8px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
	float: left;
}

.col-24 {
	width: 100%;
}

.col-23 {
	width: 95.83333333666667%;
}

.col-22 {
	width: 91.66666667%;
}

.col-21 {
	width: 87.49999999666667%;
}

.col-20 {
	width: 83.33333333%;
}

.col-19 {
	width: 79.16666666666667%;
}

.col-18 {
	width: 75%;
}

.col-17 {
	width: 70.83333333666667%;
}

.col-16 {
	width: 66.66666667%;
}

.col-15 {
	width: 62.49999999666667%;
}

.col-14 {
	width: 58.33333333%;
}

.col-13 {
	width: 54.16666666666667%;
}

.col-12 {
	width: 50%;
}

.col-11 {
	width: 45.83333333666667%;
}

.col-10 {
	width: 41.66666667%;
}

.col-9 {
	width: 37.49999999666667%;
}

.col-8 {
	width: 33.33333333%;
}

.col-7 {
	width: 29.16666666666667%;
}

.col-6 {
	width: 25%;
}

.col-5 {
	width: 20.83333333666667%;
}

.col-4 {
	width: 16.66666667%;
}

.col-3 {
	width: 12.49999999666667%;
}

.col-2 {
	width: 8.33333333%;
}

.col-1 {
	width: 4.166666666666667%;
}

.col-offset-24 {
	margin-left: 100%;
}

.col-offset-23 {
	margin-left: 95.83333333666667%;
}

.col-offset-22 {
	margin-left: 91.66666667%;
}

.col-offset-21 {
	margin-left: 87.49999999666667%;
}

.col-offset-20 {
	margin-left: 83.33333333%;
}

.col-offset-19 {
	margin-left: 79.16666666666667%;
}

.col-offset-18 {
	margin-left: 75%;
}

.col-offset-17 {
	margin-left: 70.83333333666667%;
}

.col-offset-16 {
	margin-left: 66.66666667%;
}

.col-offset-15 {
	margin-left: 62.49999999666667%;
}

.col-offset-14 {
	margin-left: 58.33333333%;
}

.col-offset-13 {
	margin-left: 54.16666666666667%;
}

.col-offset-12 {
	margin-left: 50%;
}

.col-offset-11 {
	margin-left: 45.83333333666667%;
}

.col-offset-10 {
	margin-left: 41.66666667%;
}

.col-offset-9 {
	margin-left: 37.49999999666667%;
}

.col-offset-8 {
	margin-left: 33.33333333%;
}

.col-offset-7 {
	margin-left: 29.16666666666667%;
}

.col-offset-6 {
	margin-left: 25%;
}

.col-offset-5 {
	margin-left: 20.83333333666667%;
}

.col-offset-4 {
	margin-left: 16.66666667%;
}

.col-offset-3 {
	margin-left: 12.49999999666667%;
}

.col-offset-2 {
	margin-left: 8.33333333%;
}

.col-offset-1 {
	margin-left: 4.166666666666667%;
}

.col-offset-0 {
	margin-left: 0;
}

@media (min-width: 450px) {
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-13,
	.col-xs-14,
	.col-xs-15,
	.col-xs-16,
	.col-xs-17,
	.col-xs-18,
	.col-xs-19,
	.col-xs-20,
	.col-xs-21,
	.col-xs-22,
	.col-xs-23,
	.col-xs-24 {
		float: left;
	}

	.col-xs-24 {
		width: 100%;
	}

	.col-xs-23 {
		width: 95.83333333666667%;
	}

	.col-xs-22 {
		width: 91.66666667%;
	}

	.col-xs-21 {
		width: 87.49999999666667%;
	}

	.col-xs-20 {
		width: 83.33333333%;
	}

	.col-xs-19 {
		width: 79.16666666666667%;
	}

	.col-xs-18 {
		width: 75%;
	}

	.col-xs-17 {
		width: 70.83333333666667%;
	}

	.col-xs-16 {
		width: 66.66666667%;
	}

	.col-xs-15 {
		width: 62.49999999666667%;
	}

	.col-xs-14 {
		width: 58.33333333%;
	}

	.col-xs-13 {
		width: 54.16666666666667%;
	}

	.col-xs-12 {
		width: 50%;
	}

	.col-xs-11 {
		width: 45.83333333666667%;
	}

	.col-xs-10 {
		width: 41.66666667%;
	}

	.col-xs-9 {
		width: 37.49999999666667%;
	}

	.col-xs-8 {
		width: 33.33333333%;
	}

	.col-xs-7 {
		width: 29.16666666666667%;
	}

	.col-xs-6 {
		width: 25%;
	}

	.col-xs-5 {
		width: 20.83333333666667%;
	}

	.col-xs-4 {
		width: 16.66666667%;
	}

	.col-xs-3 {
		width: 12.49999999666667%;
	}

	.col-xs-2 {
		width: 8.33333333%;
	}

	.col-xs-1 {
		width: 4.166666666666667%;
	}

	.col-xs-offset-24 {
		margin-left: 100%;
	}

	.col-xs-offset-23 {
		margin-left: 95.83333333666667%;
	}

	.col-xs-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-xs-offset-21 {
		margin-left: 87.49999999666667%;
	}

	.col-xs-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-xs-offset-19 {
		margin-left: 79.16666666666667%;
	}

	.col-xs-offset-18 {
		margin-left: 75%;
	}

	.col-xs-offset-17 {
		margin-left: 70.83333333666667%;
	}

	.col-xs-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-xs-offset-15 {
		margin-left: 62.49999999666667%;
	}

	.col-xs-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-xs-offset-13 {
		margin-left: 54.16666666666667%;
	}

	.col-xs-offset-12 {
		margin-left: 50%;
	}

	.col-xs-offset-11 {
		margin-left: 45.83333333666667%;
	}

	.col-xs-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-xs-offset-9 {
		margin-left: 37.49999999666667%;
	}

	.col-xs-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-xs-offset-7 {
		margin-left: 29.16666666666667%;
	}

	.col-xs-offset-6 {
		margin-left: 25%;
	}

	.col-xs-offset-5 {
		margin-left: 20.83333333666667%;
	}

	.col-xs-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-xs-offset-3 {
		margin-left: 12.49999999666667%;
	}

	.col-xs-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-xs-offset-1 {
		margin-left: 4.166666666666667%;
	}

	.col-xs-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-13,
	.col-sm-14,
	.col-sm-15,
	.col-sm-16,
	.col-sm-17,
	.col-sm-18,
	.col-sm-19,
	.col-sm-20,
	.col-sm-21,
	.col-sm-22,
	.col-sm-23,
	.col-sm-24 {
		float: left;
	}

	.col-sm-24 {
		width: 100%;
	}

	.col-sm-23 {
		width: 95.83333333666667%;
	}

	.col-sm-22 {
		width: 91.66666667%;
	}

	.col-sm-21 {
		width: 87.49999999666667%;
	}

	.col-sm-20 {
		width: 83.33333333%;
	}

	.col-sm-19 {
		width: 79.16666666666667%;
	}

	.col-sm-18 {
		width: 75%;
	}

	.col-sm-17 {
		width: 70.83333333666667%;
	}

	.col-sm-16 {
		width: 66.66666667%;
	}

	.col-sm-15 {
		width: 62.49999999666667%;
	}

	.col-sm-14 {
		width: 58.33333333%;
	}

	.col-sm-13 {
		width: 54.16666666666667%;
	}

	.col-sm-12 {
		width: 50%;
	}

	.col-sm-11 {
		width: 45.83333333666667%;
	}

	.col-sm-10 {
		width: 41.66666667%;
	}

	.col-sm-9 {
		width: 37.49999999666667%;
	}

	.col-sm-8 {
		width: 33.33333333%;
	}

	.col-sm-7 {
		width: 29.16666666666667%;
	}

	.col-sm-6 {
		width: 25%;
	}

	.col-sm-5 {
		width: 20.83333333666667%;
	}

	.col-sm-4 {
		width: 16.66666667%;
	}

	.col-sm-3 {
		width: 12.49999999666667%;
	}

	.col-sm-2 {
		width: 8.33333333%;
	}

	.col-sm-1 {
		width: 4.166666666666667%;
	}

	.col-sm-offset-24 {
		margin-left: 100%;
	}

	.col-sm-offset-23 {
		margin-left: 95.83333333666667%;
	}

	.col-sm-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-21 {
		margin-left: 87.49999999666667%;
	}

	.col-sm-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-19 {
		margin-left: 79.16666666666667%;
	}

	.col-sm-offset-18 {
		margin-left: 75%;
	}

	.col-sm-offset-17 {
		margin-left: 70.83333333666667%;
	}

	.col-sm-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-15 {
		margin-left: 62.49999999666667%;
	}

	.col-sm-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-13 {
		margin-left: 54.16666666666667%;
	}

	.col-sm-offset-12 {
		margin-left: 50%;
	}

	.col-sm-offset-11 {
		margin-left: 45.83333333666667%;
	}

	.col-sm-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 37.49999999666667%;
	}

	.col-sm-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-7 {
		margin-left: 29.16666666666667%;
	}

	.col-sm-offset-6 {
		margin-left: 25%;
	}

	.col-sm-offset-5 {
		margin-left: 20.83333333666667%;
	}

	.col-sm-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 12.49999999666667%;
	}

	.col-sm-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-1 {
		margin-left: 4.166666666666667%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16,
	.col-md-17,
	.col-md-18,
	.col-md-19,
	.col-md-20,
	.col-md-21,
	.col-md-22,
	.col-md-23,
	.col-md-24 {
		float: left;
	}

	.col-md-24 {
		width: 100%;
	}

	.col-md-23 {
		width: 95.83333333666667%;
	}

	.col-md-22 {
		width: 91.66666667%;
	}

	.col-md-21 {
		width: 87.49999999666667%;
	}

	.col-md-20 {
		width: 83.33333333%;
	}

	.col-md-19 {
		width: 79.16666666666667%;
	}

	.col-md-18 {
		width: 75%;
	}

	.col-md-17 {
		width: 70.83333333666667%;
	}

	.col-md-16 {
		width: 66.66666667%;
	}

	.col-md-15 {
		width: 62.49999999666667%;
	}

	.col-md-14 {
		width: 58.33333333%;
	}

	.col-md-13 {
		width: 54.16666666666667%;
	}

	.col-md-12 {
		width: 50%;
	}

	.col-md-11 {
		width: 45.83333333666667%;
	}

	.col-md-10 {
		width: 41.66666667%;
	}

	.col-md-9 {
		width: 37.49999999666667%;
	}

	.col-md-8 {
		width: 33.33333333%;
	}

	.col-md-7 {
		width: 29.16666666666667%;
	}

	.col-md-6 {
		width: 25%;
	}

	.col-md-5 {
		width: 20.83333333666667%;
	}

	.col-md-4 {
		width: 16.66666667%;
	}

	.col-md-3 {
		width: 12.49999999666667%;
	}

	.col-md-2 {
		width: 8.33333333%;
	}

	.col-md-1 {
		width: 4.166666666666667%;
	}

	.col-md-offset-24 {
		margin-left: 100%;
	}

	.col-md-offset-23 {
		margin-left: 95.83333333666667%;
	}

	.col-md-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-21 {
		margin-left: 87.49999999666667%;
	}

	.col-md-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-19 {
		margin-left: 79.16666666666667%;
	}

	.col-md-offset-18 {
		margin-left: 75%;
	}

	.col-md-offset-17 {
		margin-left: 70.83333333666667%;
	}

	.col-md-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-15 {
		margin-left: 62.49999999666667%;
	}

	.col-md-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-13 {
		margin-left: 54.16666666666667%;
	}

	.col-md-offset-12 {
		margin-left: 50%;
	}

	.col-md-offset-11 {
		margin-left: 45.83333333666667%;
	}

	.col-md-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 37.49999999666667%;
	}

	.col-md-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-7 {
		margin-left: 29.16666666666667%;
	}

	.col-md-offset-6 {
		margin-left: 25%;
	}

	.col-md-offset-5 {
		margin-left: 20.83333333666667%;
	}

	.col-md-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 12.49999999666667%;
	}

	.col-md-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-1 {
		margin-left: 4.166666666666667%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-13,
	.col-lg-14,
	.col-lg-15,
	.col-lg-16,
	.col-lg-17,
	.col-lg-18,
	.col-lg-19,
	.col-lg-20,
	.col-lg-21,
	.col-lg-22,
	.col-lg-23,
	.col-lg-24 {
		float: left;
	}

	.col-lg-24 {
		width: 100%;
	}

	.col-lg-23 {
		width: 95.83333333666667%;
	}

	.col-lg-22 {
		width: 91.66666667%;
	}

	.col-lg-21 {
		width: 87.49999999666667%;
	}

	.col-lg-20 {
		width: 83.33333333%;
	}

	.col-lg-19 {
		width: 79.16666666666667%;
	}

	.col-lg-18 {
		width: 75%;
	}

	.col-lg-17 {
		width: 70.83333333666667%;
	}

	.col-lg-16 {
		width: 66.66666667%;
	}

	.col-lg-15 {
		width: 62.49999999666667%;
	}

	.col-lg-14 {
		width: 58.33333333%;
	}

	.col-lg-13 {
		width: 54.16666666666667%;
	}

	.col-lg-12 {
		width: 50%;
	}

	.col-lg-11 {
		width: 45.83333333666667%;
	}

	.col-lg-10 {
		width: 41.66666667%;
	}

	.col-lg-9 {
		width: 37.49999999666667%;
	}

	.col-lg-8 {
		width: 33.33333333%;
	}

	.col-lg-7 {
		width: 29.16666666666667%;
	}

	.col-lg-6 {
		width: 25%;
	}

	.col-lg-5 {
		width: 20.83333333666667%;
	}

	.col-lg-4 {
		width: 16.66666667%;
	}

	.col-lg-3 {
		width: 12.49999999666667%;
	}

	.col-lg-2 {
		width: 8.33333333%;
	}

	.col-lg-1 {
		width: 4.166666666666667%;
	}

	.col-lg-offset-24 {
		margin-left: 100%;
	}

	.col-lg-offset-23 {
		margin-left: 95.83333333666667%;
	}

	.col-lg-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-21 {
		margin-left: 87.49999999666667%;
	}

	.col-lg-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-19 {
		margin-left: 79.16666666666667%;
	}

	.col-lg-offset-18 {
		margin-left: 75%;
	}

	.col-lg-offset-17 {
		margin-left: 70.83333333666667%;
	}

	.col-lg-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-15 {
		margin-left: 62.49999999666667%;
	}

	.col-lg-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-13 {
		margin-left: 54.16666666666667%;
	}

	.col-lg-offset-12 {
		margin-left: 50%;
	}

	.col-lg-offset-11 {
		margin-left: 45.83333333666667%;
	}

	.col-lg-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 37.49999999666667%;
	}

	.col-lg-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-7 {
		margin-left: 29.16666666666667%;
	}

	.col-lg-offset-6 {
		margin-left: 25%;
	}

	.col-lg-offset-5 {
		margin-left: 20.83333333666667%;
	}

	.col-lg-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 12.49999999666667%;
	}

	.col-lg-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-1 {
		margin-left: 4.166666666666667%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

	/*.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}*/

	/*.btn:hover,
	.btn:focus,
	.btn.focus {
		text-decoration: none;
	}*/

	/*.btn:active,
	.btn.active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	}*/

	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
		cursor: not-allowed;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .65;
	}

	.btn.btn-block {
		width: 100%;
		display: block;
	}

	.btn.btn-icon {
		padding: 10px;
		line-height: 1em;
	}

	.btn .btn-full {
		width: 100%;
	}

	.btn[class*=" bg-"], .btn[class^=bg-] {
		color: #fff;
	}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
	background-color: #fff;
}

	.btn-outline-success:hover {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745;
	}

	.btn-outline-success.focus, .btn-outline-success:focus {
		box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
	}

	.btn-outline-success.disabled, .btn-outline-success:disabled {
		color: #28a745;
		background-color: transparent;
	}

	.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745;
	}

		.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
		}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 6px;
}

.panel-header {
    padding: 4px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #435d7d;
    color: #fff;
}

.panel-title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    /*color: #37474f;*/
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-weight: bold;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

.border-dashed {
    color: #76838f;
    border-top: 1px dashed rgb(169, 169, 169);
    margin-bottom: 10px;
}

.border-Top {
    border-top: 1px solid rgb(169, 169, 169);
}
/*.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}*/

	.fade.in {
		opacity: 1;
	}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.3);
}

	.modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%);
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	height: 100%;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}

	.modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: .5;
	}

.modal-header {
	padding: 5px 15px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

	.modal-header .close {
		margin-top: -2px;
	}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 8px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

	.modal-footer .btn + .btn {
		margin-bottom: 0;
		margin-left: 5px;
	}

@media (min-width: 400px) {
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-xs {
		width: 350px;
		margin: 30px auto;
	}

	.modal-lg, .modal-md, .modal-sm, .modal-lm, .modal-lr {
		width: auto;
		margin: 55px;
	}
}

@media (min-width: 550px) {
	.modal-sm {
		width: 500px;
		margin: 30px auto;
	}
}

@media (min-width: 668px) {
	.modal-md {
		width: 600px;
		margin: 30px auto;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
		margin: 30px auto;
	}
}

@media (min-width: 1192px) {
	.modal-lm {
		width: 1000px;
		margin: 30px auto;
	}
}

@media (min-width: 1200px) {
	.modal-lr {
		width: 1200px;
		margin: 30px auto;
	}
}


/*.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group-lg:before,
.form-horizontal .form-group-lg:after,
.btn-toolbar:before,
.btn-toolbar:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-main:before,
.navbar-main:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}*/

/*.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.form-horizontal .form-group-lg:after,
.nav:after,
.navbar:after,
.navbar-main:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}*/

button.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

	button.close:hover,
	button.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		filter: alpha(opacity=50);
		opacity: .5;
	}
.navbar-toolbar > li:after, .navbar-toolbar > li:before {
	display: table;
	content: " ";
}

.navbar-toolbar > li:after {
	clear: both;
}

.navbar-toolbar > li:after, .navbar-toolbar > li:before {
	display: table;
	content: " ";
}
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.align-middle {
	vertical-align: middle !important;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-underline {
	text-decoration: underline;
}

.text-line-through {
	text-decoration: line-through;
}

.bold {
	font-weight: bold;
	color: #333;
}
@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;
}

.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;
}
.jtse-alert .alert {
	color: white;	
	padding: 10px 36px;
	position: fixed;
	font-weight: bold;
	bottom: 15px;
	right: 10px;
	z-index: 2000;
	border-radius: 8px;
	z-index: 999;
	font-size:15px
}

	.jtse-alert .alert.move-right {
		opacity: 0;
		transform: translateX(150%);
		transition: all 1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
	}

	.jtse-alert .alert > span {
		display: block;
	}

.jtse-alert.anix .alert.move-right {
	transform: translateX(0%);
	opacity: 1;
	z-index: 2000;
}

.jtse-alert .success {
	background-color: #78d14e;
}

.jtse-alert .info {
	background-color: #58bcef;
}

.jtse-alert .warning {
	background-color: #f89854;
}

.jtse-alert .error {
	background-color: #F44336;
}

.jtse-alert .default {
	background-color: #c8c5c5;
}
.date-picker-x {
	background: white;
	box-sizing: content-box;
	color: #bbb;
	display: none;
	font: 18px/1 Arial;
	padding: 0px;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 230px;
	z-index: 201;
	position: fixed;
	border: 1px solid #e4eaec;
}

	.date-picker-x::before {
		border-color: #444 transparent;
		border-style: solid;
		border-width: 0 10px 10px;
		bottom: 100%;
		content: "";
		left: 20px;
		position: absolute;
		display: none;
	}

	.date-picker-x.active {
		display: block;
	}

	.date-picker-x * {
		box-sizing: border-box;
	}

	.date-picker-x .dpx-title-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 45px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 0;
		background-color: #62a8ea;
		color: white;
	}

	.date-picker-x .dpx-prev,
	.date-picker-x .dpx-next {
		color: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		font-size: 22px;
		line-height: 50px;
		text-align: center;
		-webkit-transition: .2s;
		transition: .2s;
		width: 50px;
	}

		.date-picker-x .dpx-prev:hover,
		.date-picker-x .dpx-next:hover {
			color: #fff;
		}

	.date-picker-x .dpx-title {
		font-size: 14px;
		line-height: 20px;
		padding: 0 10px;
	}

	.date-picker-x:not([data-dpx-type="year"]) .dpx-title {
		cursor: pointer;
	}

	.date-picker-x .dpx-content-box {
		box-sizing: content-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 200px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 10px;
	}

	.date-picker-x .dpx-btns {
		border-top: 1px solid #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 10px;
		display: none;
	}

		.date-picker-x .dpx-btns .dpx-item {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 0;
			flex: 1 1 0;
			height: 30px !important;
		}

	.date-picker-x .dpx-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px !important;
	}

		.date-picker-x .dpx-item:not(.dpx-weekday) {
			cursor: pointer;
		}

			.date-picker-x .dpx-item:not(.dpx-weekday):hover {
				border-radius: 50%;
				box-shadow: inset 0 0 0 2px #62a8ea;
			}

	.date-picker-x .dpx-weekday {
		font-size: 10px;
		height: 24px !important;
	}

	.date-picker-x[data-dpx-type="day"] .dpx-item {
		-ms-flex-preferred-size: 30px;
		flex-basis: 30px;
		height: 30px;
	}

	.date-picker-x .dpx-selected {
		background: #62a8ea;
		color: white !important;
		border-radius: 50%;
	}

	.date-picker-x .dpx-weekend {
		color: rgb(187, 187, 187);
	}

	.date-picker-x .dpx-out {
		color: red;
	}

	.date-picker-x .dpx-disabled {
		color: #666 !important;
		cursor: default !important;
		box-shadow: none !important;
	}
    .date-picker-x .dpx-current {
			box-shadow: inset 0 0 0 2px #66a3ff !important;
		}
		.date-picker-x .dpx-disabled.dpx-current {
			box-shadow: inset 0 0 0 2px #66a3ff !important;
		}
jtse-grid .grid {
	color: #76838f;
	max-width: none !important;
	margin: 0;
	clear: both;
	border: 1px solid #e4eaec;
	font-size: 11px;
}

.grid td, .grid th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	border: 1px solid #e4eaec;
}

.grid th {
	text-align: left;
}

.grid > thead > tr > th,
.grid > thead > tr > td,
.grid > tbody > tr > th,
.grid > tbody > tr > td,
.grid > tfoot > tr > th,
.grid > tfoot > tr > td {
	padding: 3px;
	line-height: 1.57142857;
	vertical-align: middle;
	border-left: 1px solid #e4eaec;
	border-right: 1px solid #e4eaec;
	border-bottom: 1px solid #e4eaec;
}

.grid > thead > tr > th {
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: bottom;
	border-bottom: 1px solid #e4eaec;
}

.grid > tfoot > tr > th, .grid > thead > tr > th {
	font-weight: bold;
	color: #526069;
}

.grid thead .sorting,
.grid thead .sorting_asc,
.grid thead .sorting_asc_disabled,
.grid thead .sorting_desc,
.grid thead .sorting_desc_disabled {
	position: relative;
	padding-right: 16px;
	cursor: pointer;
}

.grid th:active {
	outline: 0;
}

.grid > caption + thead > tr:first-child > td,
.grid > caption + thead > tr:first-child > th,
.grid > colgroup + thead > tr:first-child > td,
.grid > colgroup + thead > tr:first-child > th,
.grid > thead:first-child > tr:first-child > td,
.grid > thead:first-child > tr:first-child > th {
	border-top: 0;
	vertical-align: middle;
}

.grid > tbody > tr:hover, .grid > tbody > tr:nth-of-type(odd):hover {
	background-color: rgba(0, 168, 80, 0.2);
}

.grid > tbody > tr:nth-of-type(odd) {
	background-color: #F6F6F8;
}

.grid thead .sorting_asc:after {
	content: "\f0de";
}

.grid thead .sorting_desc:after {
	content: "\f0dd";
}

/*.grid thead .sorting:after {
	content: "\f0dc";
}*/

.grid thead .sorting:after,
.grid thead .sorting_asc:after,
.grid thead .sorting_desc:after {
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	font-family: "FontAwesome";
	opacity: .5;
}

jtse-grid .table-layout {
	table-layout: fixed;
}

jtse-grid .word-break {
	overflow: hidden;
	word-break: break-all;
}

jtse-grid .word-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

jtse-grid .grid-bottom {
	margin-bottom: 6px;
}

jtse-grid .grid-title {
	color: #37474f;
	font-weight: bold;
}

jtse-grid .pagination-pages {
	display: inline-block;
	padding: 10px 0px;
}

.pagination-button {
	/*border: 1px solid #ccc;*/
	padding: 4px 9px;
	cursor: pointer;
}

	.pagination-button:hover {
		background-color: #bec8d3;
		color: #fdfdfd !important;
	}

	.pagination-button.active {
		color: white;
		background-color: #487db8;
	}

.grid .search-ico {
}

.btn-grid-new, .btn-grid-edit, .btn-grid-delete-multiple, .btn-grid-refresh, .btn-grid-export-excel, .btn-grid-export-text, .btn-grid-delete-multiple {
    color: #fff;
    outline-color: transparent !important;
}

.btn-grid-new {
	background-color: #62a8ea;
}

.btn-grid-Option {
    color: #fff !important;
    background-color: #1d57b1 !important;
    border-color: #1d57b1 !important;
}

.btn-grid-refresh {
	color: #fff !important;
	background-color: #33beab !important;
	border-color: #33beab !important;
}

.btn-grid-export-excel {
	color: #fff !important;
	background-color: #67c23a !important; /*#019272*/
	border-color: #67c23a !important;
}

.btn-grid-delete-multiple {
    background-color: #f04349 !important;
    border-color: #f04349 !important;
    color: #fff !important;
}

.btn-grid-export-text {
	background-color: gray;
}

.btn-grid-edit {
	color: #62a8ea;
}

.btn-grid-delete {
	color: #fc1921;
}

/*GRID SCROLL*/

.grid .grid-scroll td, .grid .grid-scroll th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid .grid-scroll-body th {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 0px;
}

.grid-scroll-header {
	overflow: hidden;
	position: relative;
	border: 0px;
	width: 100%;
}

.grid-scroll-body {
	position: relative;
	overflow: auto;
	max-height: 200px;
	width: 100%;
}

.grid {
	border-collapse: collapse;
}

	.grid .grid-scroll td, .grid .grid-scroll th {
		padding: .4rem;
		/*word-break: break-all;
		white-space: normal;*/
	}

.grid-scrollbar {
	position: relative;
	height: 200px;
	overflow: auto;
	width: 100%;
}
.jtse-loading {
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: whitesmoke;
	opacity: 0.8;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
	margin: 0;
	padding: 0;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
}

	.jtse-loading .circle {
		width: 26px;
		height: 26px;
		border: 3px inset rgb(133,224,242);
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -13px;
		margin-top: -13px;
		border-radius: 200px;
		-moz-animation: rotate 5s infinitelinear;
		-webkit-animation: rotate 5s infinite linear;
		animation: rotate 5s infinite linear;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	.jtse-loading .circle-small {
		width: 35px;
		height: 35px;
		border: 3px outset rgb(133,224,242);
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -17.5px;
		margin-top: -17.5px;
		border-radius: 156px;
		-moz-animation: rotate-rev 3s infinite linear;
		-webkit-animation: rotate-rev 3s infinite linear;
		animation: rotate-rev 3s infinite linear;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	.jtse-loading .circle-big {
		width: 45px;
		height: 45px;
		border: 2px dotted rgb(133,224,242);
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -22.5px;
		margin-top: -22.5px;
		border-radius: 214px;
		-moz-animation: rotate-rev 10s infinite linear;
		-webkit-animation: rotate-rev 10s infinite linear;
		animation: rotate-rev 10s infinite linear;
	}

	.jtse-loading .circle-inner {
		width: 16px;
		height: 16px;
		background-color: rgb(74,124,134);
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -8px;
		margin-top: -8px;
		border-radius: 100px;
		-moz-animation: pulse 1.5s infinite ease-in;
		-webkit-animation: pulse 1.5s infinite ease-in;
		animation: pulse 1.5s infinite ease-in;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	.jtse-loading .circle-inner-inner {
		width: 6px;
		height: 6px;
		background-color: rgb(133,224,242);
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -3px;
		margin-top: -3px;
		border-radius: 80px;
		-moz-animation: pulse 1.5s infinite ease-in;
		-webkit-animation: pulse 1.5s infinite ease-in;
		animation: pulse 1.5s infinite ease-in;
		opacity: 1;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	.jtse-loading .loading-text {
		position: relative;
		top: 54%;
		color: rgb(74,124,134);
		font-size: 1.6em;
		margin: auto;
		text-align: center;
	}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate-rev {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes rotate-rev {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes rotate-rev {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0.1);
		opacity: 0.2;
	}

	50% {
		-moz-transform: scale(1);
		opacity: 0.8;
	}

	100% {
		-moz-transform: scale(0.1);
		opacity: 0.2;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(0.1);
		opacity: 0.2;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.1);
		opacity: 0.2;
	}

	50% {
		transform: scale(1);
		opacity: 0.8;
	}

	100% {
		transform: scale(0.1);
		opacity: 0.2;
	}
}
div[data-form] input,
div[data-form] textarea,
div[data-container] input,
div[data-container] textarea {
	text-transform: uppercase;
}

.panel-header .btn {
	border: 1px solid #fff;
}


.btn-save, .btn-save-ico, .btn-search-advance, .btn-search-advance-ico, .btn-handrock, .btn-handrock-ico {
	background-color: #2461aa !important;
}

.btn-copy-ico, .btn-copy {
	background-color: #2461aa !important;
}

.btn-send-ico, .btn-send {
	background-color: #2461aa !important;
}

.btn-calendar-ico, .btn-calendar {
	background-color: #6ac6d2 !important;
}

.btn-check, .btn-check-ico {
	background-color: #2461aa !important;
}

.btn-delete, .btn-delete-ico, .btn-cancel, .btn-cancel-ico, .btn-close, .btn-close-ico {
	background-color: #e2014d !important;
}

.btn-abandon, .btn-abandon-ico {
	background-color: #6ac6d2 !important;
}

.btn-goback, .btn-goback-ico, .btn-plane-ico, .btn-plane, .btn-excel-ico, .btn-excel, .btn-handshake, .btn-handshake-ico {
	background-color: #019272 !important;
}

.btn-search, .btn-search-ico, .btn-history, .btn-history-ico {
	background-color: #96d045 !important;
}

.btn-reset, .btn-reset-ico, .btn-flag, .btn-flag-ico {
	background-color: #fe9915 !important;
}

.btn-generate, .btn-generate-ico {
	background-color: #019272 !important;
}

.btn-editar, .btn-editar-ico {
	background-color: #6ac6d2 !important;
}

.btn-plus, .btn-plus-ico {
	background-color: #6ac6d2 !important;
}

.btn-print, .btn-print-ico {
	background-color: #2461aa !important;
}

	.btn-send, .btn-copy, .btn-calendar, .btn-plane, .btn-excel, .btn-check, .btn-save, .btn-save-ico, .btn-delete, .btn-delete-ico, .btn-handrock, .btn-handrock-ico,
	.btn-cancel, .btn-cancel-ico, .btn-close, .btn-close-ico,
	.btn-abandon, .btn-abandon-ico, .btn-goback, .btn-goback-ico, .btn-plus, .btn-plus-ico, .btn-print, .btn-print-ico, .btn-handshake, .btn-handshake-ico,
	.btn-search, .btn-search-ico, .btn-history, .btn-history-ico, .btn-reset, .btn-flag, .btn-generate, .btn-editar, .btn-editar-ico,
	.btn-send-ico, .btn-copy-ico, .btn-reset-ico, .btn-search-advance, .btn-search-advance-ico,
	.btn-flag-ico, .btn-generate-ico, .btn-check-ico, .btn-plane-ico, .btn-excel-ico, .btn-calendar-ico, btn-editar-ico,
	.btn-send-ico:hover, .btn-copy-ico:hover, .btn-calendar-ico:hover, .btn-plane-ico:hover, .btn-excel-ico:hover, .btn-check-ico:hover, .btn-save:hover, .btn-save-ico:hover, .btn-delete:hover, .btn-delete-ico:hover, .btn-handrock:hover, .btn-handrock-ico:hover,
	.btn-send, .btn-copy, .btn-calendar:hover, .btn-plane:hover, .btn-excel:hover, .btn-cancel:hover, .btn-cancel-ico:hover, .btn-close:hover, .btn-close-ico:hover,
	.btn-abandon:hover, .btn-abandon-ico:hover, .btn-goback:hover, .btn-goback-ico:hover, .btn-handshake:hover, .btn-handshake-ico:hover,
	.btn-search:hover, .btn-search-ico:hover, .btn-history:hover, .btn-history-ico:hover,
	.btn-reset:hover, .btn-reset-ico:hover, .btn-search-advance:hover, .btn-search-advance-ico:hover,
	.btn-flag:hover, .btn-flag-ico:hover,
	.btn-generate:hover, .btn-generate-ico:hover,
	.btn-editar:hover, .btn-editar-ico:hover,
	.btn-plus:hover, .btn-plus-ico:hover,
	.btn-print:hover, .btn-print-ico:hover {
		color: #fff;
		outline-color: transparent !important;
	}

		.btn-send-ico:before, .btn-copy-ico:before, .btn-calendar-ico:before, .btn-plane-ico:before, .btn-excel-ico:before, .btn-check-ico:before, .btn-save-ico:before, .btn-cancel-ico:before, .btn-close-ico:before,
		.btn-abandon-ico:before, .btn-delete-ico:before, .btn-goback-ico:before, .btn-handshake-ico:before, .btn-handrock-ico:before,
		.btn-search-ico:before, .btn-history-ico:before, .btn-reset-ico:before,
		.btn-flag-ico:before, .btn-plus-ico:before, .btn-print-ico:before,
		.btn-search-advance-ico:before, .btn-generate-ico:before, .btn-editar-ico:before {
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
		}

		.btn-save-ico:before {
			content: "\f0c7\0000a0\0000a0";
		}

		.btn-cancel-ico:before, .btn-close-ico:before, .btn-abandon-ico:before {
			content: "\f00d\0000a0\0000a0";
		}

		.btn-delete-ico:before {
			content: "\f014\0000a0\0000a0";
		}

		.btn-goback-ico:before {
			content: "\f112\0000a0\0000a0";
		}

		.btn-search-ico:before {
			content: "\f002\0000a0\0000a0";
		}

		.btn-search-advance-ico:before {
			content: "\f00e\0000a0\0000a0";
		}

		.btn-history-ico:before {
			content: "\f1da\0000a0\0000a0";
		}

		.btn-reset-ico:before {
			content: "\f12d\0000a0\0000a0";
		}

		.btn-flag-ico:before {
			content: "\f11d\0000a0\0000a0";
		}

		.btn-generate-ico:before {
			content: "\f055\0000a0\0000a0";
		}

		.btn-check-ico:before {
			content: "\f00c\0000a0\0000a0";
		}

		.btn-plane-ico:before {
			content: "\f072\0000a0\0000a0";
		}

		.btn-excel-ico:before {
			content: "\f1c3\0000a0\0000a0";
		}

		.btn-calendar-ico:before {
			content: "\f073\0000a0\0000a0";
		}

		.btn-copy-ico:before {
			content: "\f0c5\0000a0\0000a0";
		}

		.btn-send-ico:before {
			content: "\f003\0000a0\0000a0";
		}

		.btn-editar-ico:before {
			content: "\f040\0000a0\0000a0";
		}

		.btn-plus-ico:before {
			content: "\f067\0000a0\0000a0";
		}

		.btn-print-ico:before {
			content: "\f02f\0000a0\0000a0";
		}

		.btn-handshake-ico:before {
			content: "\f2b5\0000a0\0000a0";
		}

		.btn-handrock-ico:before {
			content: "\f255\0000a0\0000a0";
		}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-plus:before {
	content: "\f067";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-home:before {
	content: "\f015";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-picture-o:before {
	content: "\f03e";
}

/*borrar desde aqui*/

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.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: 0.14285714em;
	text-align: center;
}

	.fa-li.fa-lg {
		left: -1.85714286em;
	}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	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;
}
/* Deprecated as of 4.4.0 */
.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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-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 {
	-ms-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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";
	/*color: #0088cc;*/
}

.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-pp: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-resistance: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: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";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/*grafico*/
.Tip {
    position: absolute;
    float: left;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 18px 6px;
    border-radius: 2px;
    background-color: #fff;
    color: black;
    font-size: 14px;
    font-family: Calibri;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    transform: all .3s;
    pointer-events: none;
    z-index: 1000;
}
