/* Minification failed. Returning unminified contents.
(12331,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(18877,7): run-time error CSS1035: Expected colon, found 'position'
(19307,13): run-time error CSS1035: Expected colon, found '15px'
 */
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
 
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 6px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
    color: #2e6e9e !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0 12px;
	font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	 background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333333;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	
     color: #2e6e9e;
    font-weight: bold
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: bold;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {

	
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}



/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  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: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 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;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline 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-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  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 {
  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-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  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 {
  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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0;
  font-size: 14px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  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;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2574ab !important;
  border-color: #2574ab;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2574AB;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2574AB;
  border-color: #259DAB;
}
.btn-success:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #63BEED;
  border-color: #2574AB;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 6px 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-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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:first-child > .dropdown-toggle,
.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:last-child > .dropdown-toggle,
.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;
}
.input-group-btn > .btn {
  position: relative;
}
.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;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;/*85px;*/
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 17px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #2574AB;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #452ea0;

  border-color: #452ea0;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #452ea0;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #2574AB;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #257AAB;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.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: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  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;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 850px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); */
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  
  /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; */
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*Grid*/
.ui-jqgrid {
    position: relative;
}

    .ui-jqgrid .ui-jqgrid-view {
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        font-size: 13px;
    }
    /* caption*/
    .ui-jqgrid .ui-jqgrid-titlebar {
        padding: .3em .2em .2em .3em;
        position: relative;
        font-size: 12px;
        border-left: 0 none;
        border-right: 0 none;
        border-top: 0 none;
    }

    .ui-jqgrid .ui-jqgrid-caption {
        text-align: left;
    }

    .ui-jqgrid .ui-jqgrid-title {
        margin: .1em 0 .2em;
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close {
        position: absolute;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
        cursor: pointer;
    }

        .ui-jqgrid .ui-jqgrid-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
            padding: 0;
        }
    /* header*/
    .ui-jqgrid .ui-jqgrid-hdiv {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        border-left: 0 none !important;
        border-top: 0 none !important;
        border-right: 0 none !important;
    }

    .ui-jqgrid .ui-jqgrid-hbox {
        float: left;
        padding-right: 20px;
    }

    .ui-jqgrid .ui-jqgrid-htable {
        table-layout: fixed;
        margin: 0;
    }

        .ui-jqgrid .ui-jqgrid-htable th {
            height: auto;
            padding: 0 2px 0 2px;
        }

            .ui-jqgrid .ui-jqgrid-htable th div {
                overflow: hidden;
                position: relative;
                height: auto;
            }
                .ui-jqgrid .ui-jqgrid-htable th div > .s-ico {
                    position: absolute;
                    right: 7px;
                    width: 12px;
                    height: 12px;
                    top: 6px;
                }

            .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
                overflow: hidden;
                white-space: nowrap;
                text-align: center;
                border-top: 0 none;
                border-bottom: 0 none;
            }

            .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
                border-left: 0 none;
            }

            .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
                border-right: 0 none;
            }

.ui-first-th-ltr {
    border-right: 1px solid;
}

.ui-first-th-rtl {
    border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
    white-space: nowrap;
    zoom: 1;
    height: 17px;
}

.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
}

.ui-jqgrid .ui-icon-asc {
    margin-top: -10px;
    height: 12px;
}

.ui-jqgrid .ui-icon-desc {
    margin-top: 10px;
    height: 12px;
}

.ui-jqgrid .ui-i-asc {
    margin-top: 0;
    height: 16px;
}

.ui-jqgrid .ui-i-desc {
    margin-top: 0;
    margin-left: 13px;
    height: 16px;
}

.ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 1px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important;
}

tr.ui-search-toolbar input {
    margin: 1px 0 0 0;
}

tr.ui-search-toolbar select {
    margin: 1px 0 0 0;
}
/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0;
    outline-style: none;
}

.ui-jqgrid tr.jqgrow {
    outline-style: none;
}

.ui-jqgrid tr.jqgroup {
    outline-style: none;
}

.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 29px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px 0 2px;
    border-right-width: 1px;
    border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.jqfoot td {
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.ui-row-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}

.ui-jqgrid td.jqgrid-rownum {
    padding: 0 2px 0 2px;
    margin: 0;
    border: 0 none;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
    width: 2px;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
    z-index: 99999;
}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 0 none !important;
    border-top: 0 none !important;
    border-right: 0 none !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom: 0;
}

.ui-jqgrid tr.footrow td {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
}

.ui-jqgrid tr.footrow-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.footrow-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.ui-jqgrid .ui-pager-control {
    position: relative;
}

.ui-jqgrid .ui-pg-table {
    position: relative;
    padding-bottom: 2px;
    width: auto !important;
    margin: 0;
}

    .ui-jqgrid .ui-pg-table td {
        font-weight: normal;
        vertical-align: middle;
        padding: 0px;
    }

.ui-jqgrid .ui-pg-button {
    height: 19px !important;
}

    .ui-jqgrid .ui-pg-button span {
        display: block;
        margin: 1px;
        float: left;
    }

    .ui-jqgrid .ui-pg-button:hover {
        padding: 0;
    }

.ui-jqgrid .ui-state-disabled:hover {
    padding: 1px;
}

.ui-jqgrid .ui-pg-input {
    height: 20px;
    margin: 0;
}

.ui-jqgrid .ui-pg-selbox {
    font-size: .9em;
    line-height: 18px;
    display: block;
    height: 25px;
    margin: 0;
}

.ui-jqgrid .ui-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
}

.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    margin-right: 4px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 1px 0;
    float: left;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px;
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
    margin: 0;
}

.ui-jqgrid td textarea {
    width: auto;
    height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
}

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
        padding: 1px 0;
        float: left;
        position: relative;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
        cursor: pointer;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
        float: left;
        margin: 5px 4px;
    }
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    display: block;
}

.ui-jqgrid .ui-subgrid {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .ui-jqgrid .ui-subgrid table {
        table-layout: fixed;
    }

    .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
        height: 18px;
        border-right-width: 1px;
        border-right-color: inherit;
        border-right-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: inherit;
        border-bottom-style: solid;
    }

    .ui-jqgrid .ui-subgrid td.subgrid-data {
        border-top: 0 none !important;
    }

    .ui-jqgrid .ui-subgrid td.subgrid-cell {
        border-width: 0 0 1px 0;
    }

.ui-jqgrid .ui-th-subgrid {
    height: 20px;
}
/* loading */
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}

.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
    border-left: 0 none;
    border-right: 0 none;
    height: 21px;
    overflow: hidden;
}
/*Modal Window */
.ui-jqdialog {
    display: none;
    width: 300px;
    position: absolute;
    padding: .2em;
    font-size: 11px;
    overflow: visible;
}

    .ui-jqdialog .ui-jqdialog-titlebar {
        padding: 0;
        position: relative;
    }

    .ui-jqdialog .ui-jqdialog-titlebar-close {
        position: absolute;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
        cursor: pointer;
    }

        .ui-jqdialog .ui-jqdialog-titlebar-close span {
            display: block;
            margin: 0px;
        }

        .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
        border: 0;
        padding: .3em .2em;
        background: none;
        height: auto;
    }

    .ui-jqdialog .ui-jqconfirm {
        padding: .4em 1em;
        border-width: 3px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        overflow: visible;
        display: none;
        height: 80px;
        width: 220px;
        text-align: center;
    }

    .ui-jqdialog > .ui-resizable-se {
        bottom: -3px;
        right: -3px;
    }

.ui-jqgrid > .ui-resizable-se {
    bottom: -3px;
    right: -3px;
}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
    margin: 0;
}

.ui-jqdialog-content .EditTable {
    width: 100%;
    margin-bottom: 0;
}

.ui-jqdialog-content .DelTable {
    width: 100%;
    margin-bottom: 0;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
    margin: 0;
}

.EditTable td textarea {
    width: auto;
    height: auto;
}

.ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content td.navButton {
    text-align: center;
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content input.FormElement {
    padding: .3em;
}

.ui-jqdialog-content select.FormElement {
    padding: .3em;
}

.ui-jqdialog-content .data-line {
    padding-top: .1em;
    border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
    vertical-align: middle;
    border: 0 none;
    padding: 2px;
    white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
    padding: 2px;
    border: 0 none;
    vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
    white-space: pre;
}

.fm-button {
    margin: 0 4px 0 0;
    padding: .4em .5em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.fm-button-icon-left {
    padding-left: 1.9em;
}

.fm-button-icon-right {
    padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
    right: auto;
    left: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.fm-button-icon-right .ui-icon {
    left: auto;
    right: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

#nData, #pData {
    float: left;
    margin: 3px;
    padding: 0;
    width: 15px;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
    font-style: normal;
    border-left: 0 none;
}
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
    margin: -1px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
    float: left;
    position: relative;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .tree-minus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-plus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-leaf {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .treeclick {
    cursor: pointer;
}
/* moda dialog */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    height: 20px;
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
    text-align: right;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -2px 0 -1px -3px;
}

.ui-jqgrid .ui-sort-rtl {
    left: 0;
}

.ui-jqgrid .tree-wrap-ltr {
    float: left;
}

.ui-jqgrid .tree-wrap-rtl {
    float: right;
}

.ui-jqgrid .ui-ellipsis {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* Toolbar Search Menu */
.ui-search-menu {
    position: absolute;
    padding: 2px 5px;
}

.ui-jqgrid .ui-search-table {
    padding: 0;
    border: 0 none;
    height: 23px;
    width: 100%;
}

    .ui-jqgrid .ui-search-table .ui-search-oper {
        width: 20px;
    }

a.g-menu-item, a.soptclass, a.clearsearchclass {
    cursor: pointer;
}

.ui-jqgrid .ui-search-table .ui-search-input > input,
.ui-jqgrid .ui-search-table .ui-search-input > select {
    padding:2px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-size: 15px;
}


.EditIcon {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 20px;
}

.DelterIcon {
    background: #d9534f none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #F5F5F5;
	border-right: 1px solid #F5F5F5;
box-shadow: 22px -21px 12px -22px #ccc !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    /* padding: 15px; */
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.res {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
   /* color: #000;*/
}

.sidebar-nav li a:hover {
    text-decoration: none;
	color: #1251BB;
/*background-color: #fff;*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /* padding: 20px; */
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/* button css start */
/*button, .button {
	background-color: #AEDEF4;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	font-weight: 600;
	border-radius: 3px;
	padding: 15px 35px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
}*/
button:focus, .button:focus {
    outline: none;
}
/*button:hover, .button:hover {
	background-color: #a1d9f2;
}*/
button:active, .button:active {
    background-color: #81ccee;
}

button.cancel, .button.cancel {
    background-color: #D0D0D0;
}

    button.cancel:hover, .button.cancel:hover {
        background-color: #c8c8c8;
    }

    button.cancel:active, .button.cancel:active {
        background-color: #b6b6b6;
    }

button.download, .button.download {
    position: fixed;
    right: 30px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #ABCADA;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 3;
}

@media all and (max-width: 1278px) {
    button.download, .button.download {
        display: none;
    }
}

.center-container {
    max-width: 700px;
    margin: 70px auto;
}

.showcase {
    background-color: #eceef0;
    padding: 20px;
    display: inline-block;
    width: 383px;
    vertical-align: top;
    position: relative;
}

@media all and (max-width: 865px) {
    .showcase {
        margin: 5px auto;
        padding: 46px 20px;
    }
}

@media all and (max-width: 440px) {
    .showcase {
        width: auto;
    }
}

.showcase h4 {
    font-size: 16px;
    color: #BCBCBC;
    line-height: 22px;
    margin: 0 auto;
    font-weight: 400;
}

.showcase.sweet h4 {
    width: 117px;
    height: 25px;
    margin-top: -3px;
    text-indent: -9999px;
    background-image: url("images/logo_small.png");
    background-image: -webkit-image-set(url("images/logo_small.png") 1x, url("images/logo_small@2x.png") 2x);
}

.showcase h5 {
    margin-bottom: -7px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    color: #c2c2c2;
}

.showcase button {
    margin-bottom: 10px;
}

.showcase .vs-icon {
    background-image: url("images/vs_icon.png");
    background-image: -webkit-image-set(url("images/vs_icon.png") 1x, url("images/vs_icon@2x.png") 2x);
    width: 69px;
    height: 69px;
    position: absolute;
    right: -34px;
    top: 60px;
    z-index: 2;
}

@media all and (max-width: 865px) {
    .showcase .vs-icon {
        margin: 5px auto;
        right: auto;
        left: 50%;
        margin-left: -35px;
        top: auto;
        bottom: -35px;
    }
}

ul.examples {
    list-style-type: none;
    width: 700px;
    margin: 0 auto;
    text-align: left;
    padding-left: 0;
}

@media all and (max-width: 758px) {
    ul.examples {
        width: auto;
    }
}

ul.examples li {
    padding-left: 0;
}

ul.examples .ui, ul.examples pre {
    display: inline-block;
    vertical-align: top;
}

@media all and (max-width: 758px) {
    ul.examples .ui, ul.examples pre {
        display: block;
        max-width: none;
        margin: 0 auto;
    }
}

ul.examples .ui {
    width: 300px;
    text-align: center;
}

    ul.examples .ui button {
        margin-top: 12px;
    }

    ul.examples .ui p {
        text-align: center;
        margin-bottom: 0;
    }

ul.examples pre {
    max-width: 370px;
    margin-top: 67px;
}

@media all and (max-width: 758px) {
    ul.examples pre {
        margin-top: 16px !important;
        margin-bottom: 60px;
    }
}

ul.examples .warning pre {
    margin-top: 93px;
}

ol {
    max-width: 700px;
    margin: 70px auto;
    list-style-position: inside;
    padding-left: 0;
}

    ol li {
        color: #A7ADB2;
    }

        ol li p {
            margin-bottom: 10px;
        }
/*table {
	width: 700px;
	font-size: 14px;
	color: #8a8f94;
	margin: 10px auto;
	text-align: left;
	border-collapse: collapse;
}

@media all and (max-width: 750px) {

}
table th {
	background-color: white;
	padding: 9px;
	color: #acb9be;
	font-weight: 400;
	text-align: center;
	position: relative;
}
table th .border-left, table th .border-right {
	position: absolute;
	background-color: white;
	border-radius: 50%;
	top: 0;
	left: -17px;
	width: 37px;
	height: 37px;
}
table th .border-right {
	left: auto;
	right: -17px;
}

@media all and (max-width: 750px) {
table th:nth-child(2) {
	display: none;
}
}
table td {
	padding: 10px 20px;
	vertical-align: top;
}
table td:first-child {
	padding-left: 0px;
}
table td:last-child {
	padding-right: 0px;
}

@media all and (max-width: 750px) {
table td:nth-child(2) {
	display: none;
}
}

@media all and (max-width: 360px) {
table td {
	padding: 10px 4px;
}
table td b {
	font-size: 13px;
}
}*/

footer .te-logo {
    text-indent: -99999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 5px;
    background-image: url("images/te-logo-small.svg");
    position: absolute;
    left: -22px;
    top: 3px;
}

.sweet-alert.twitter {
    padding: 15px;
    padding-top: 55px;
    text-align: right;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11), 0px 6px 30px rgba(0, 0, 0, 0.14);
}

    .sweet-alert.twitter ~ .sweet-overlay {
        background: rgba(41, 47, 51, 0.9);
    }

    .sweet-alert.twitter h2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        color: #8899a6;
        margin: 0;
        color: #66757f;
        border-bottom: 1px solid #e1e8ed;
    }

    .sweet-alert.twitter p {
        display: block;
        text-align: center;
        color: #66757f;
        font-weight: 400;
        font-size: 13px;
        margin-top: 7px;
    }

    .sweet-alert.twitter .sa-button-container {
        background-color: #f5f8fa;
        border-top: 1px solid #e1e8ed;
        box-shadow: 0px -1px 0px white;
        margin: -15px;
        margin-top: 0;
    }

    .sweet-alert.twitter[data-has-confirm-button=false][data-has-cancel-button=false] {
        padding-bottom: 10px;
    }

        .sweet-alert.twitter[data-has-confirm-button=false][data-has-cancel-button=false] .sa-button-container {
            display: none;
        }

    .sweet-alert.twitter button {
        border-radius: 2px;
        box-shadow: none !important;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
        margin: 17px 0px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 16px;
        position: relative;
    }

        .sweet-alert.twitter button:focus, .sweet-alert.twitter button.cancel:focus {
            box-shadow: none !important;
        }

            .sweet-alert.twitter button:focus::before, .sweet-alert.twitter button.cancel:focus::before {
                content: "";
                position: absolute;
                left: -5px;
                top: -5px;
                right: -5px;
                bottom: -5px;
                border: 2px solid #a5b0b4;
                border-radius: 8px;
            }

        .sweet-alert.twitter button.confirm {
            background-color: #55acee !important;
            background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
            border: 1px solid #3b88c3;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
            margin-right: 15px;
        }

            .sweet-alert.twitter button.confirm:hover {
                background-color: #55acee;
                background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#26000000)";
                border-color: #3b88c3;
            }

        .sweet-alert.twitter button.cancel {
            color: #66757e;
            background-color: #f5f8fa;
            background-image: linear-gradient(#fff, #f5f8fa);
            text-shadow: 0px -1px 0px white;
            margin-right: 9px;
            border: 1px solid #e1e8ed;
        }

            .sweet-alert.twitter button.cancel:hover, .sweet-alert.twitter button.cancel:focus:hover {
                background-color: #e1e8ed;
                background-image: linear-gradient(#fff, #e1e8ed);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
                border-color: #e1e8ed;
            }

            .sweet-alert.twitter button.cancel:focus {
                background: #fff;
                border-color: #fff;
            }

    .sweet-alert.twitter .sa-icon {
        transform: scale(0.72);
        margin-bottom: -2px;
        margin-top: -10px;
    }

    .sweet-alert.twitter input {
        border: 1px solid #e1e8ed;
        border-radius: 3px;
        padding: 10px 7px;
        height: auto;
        box-shadow: none;
        font-size: 13px;
        margin: 10px 0;
    }

        .sweet-alert.twitter input:focus {
            border-color: #94A1A6;
            box-shadow: inset 0 0 0 1px rgba(77, 99, 107, 0.7);
        }

    .sweet-alert.twitter fieldset .sa-input-error {
        display: none;
    }

    .sweet-alert.twitter .sa-error-container {
        text-align: center;
        border: none;
        background-color: #fbedc0;
        margin-bottom: 6px;
    }

        .sweet-alert.twitter .sa-error-container.show {
            border: 1px solid #f0e1b9;
        }

        .sweet-alert.twitter .sa-error-container .icon {
            display: none;
        }

        .sweet-alert.twitter .sa-error-container p {
            color: #292f33;
            font-weight: 600;
            margin-top: 0;
        }

/* button css end*/

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    width: 480px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    border-bottom: 1px solid #2574AB;
    color: #2574AB;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 0 2px;
    position: relative;
    text-align: left;
    text-transform: none;
}

.sweet-alert p {
    color: #797979;
    float: none;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: inherit;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
    padding: 0px;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert .sa-error-container p {
        display: inline-block;
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: #3b5998 !important;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 5px 0;
    padding: 4px 15px;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #3b5998;
        color:#fff;
    }

    .sweet-alert button:active {
        background-color: #5dc2f1;
    }

    .sweet-alert button.cancel {
        background-color: #C1C1C1;
    }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9;
        }

        .sweet-alert button.cancel:active {
            background-color: #a8a8a8;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet-alert button.confirm[disabled] {
        color: transparent;
    }

        .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}
/*.sweet-alert .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}*/
.sweet-alert .sa-icon.sa-error {
    border-color: #F27474;
}

    .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block;
    }

    .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px;
    }
/*.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}*/
.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86;
}

    .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86;
    }

    .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86;
    }

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1;
}
/*.sweet-alert .sa-icon.sa-info::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #C9DAE1;
}*/
.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}
    /*.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}*/
    .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2;
    }

    .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2;
    }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
            width: 25px;
            left: 14px;
            top: 46px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
            width: 47px;
            right: 8px;
            top: 38px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
/*.animateXMark {
	-webkit-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
}*/
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/*.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform: rotate(-45deg) \9;
}*/
/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9;
    }
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall, .la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

    .la-ball-fall.la-dark {
        color: #333;
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-fall {
    width: 54px;
    height: 18px;
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms;
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms;
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms;
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px;
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px;
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px;
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px;
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px;
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px;
        }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}


.sa-icon.sa-error > span i {
    border: 1px solid #e55957;
    border-radius: 50%;
    color: #e55957;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.sa-icon.sa-success > b i {
    border: 1px solid #39a878;
    border-radius: 50%;
    color: #39a878;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.sa-icon.sa-warning > b i {
    border: 1px solid #E28A41;
    border-radius: 50%;
    color: #E28A41;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.sa-icon.sa-info > b i {
    border: 1px solid #2574ab;
    border-radius: 50%;
    color: #2574ab;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
}


.sa-icon.sa-success.animate > span, .sa-icon.sa-success.animate > div, .sa-icon.sa-warning.pulseWarning > span {
    display: none !important;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-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:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-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-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"}.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}
@font-face {
    font-family: 'Simple-Line-Icons';
    src:url('../../fonts/Simple-Line-Icons.eot');
    src:url('../../fonts/Simple-Line-Iconsd41d.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Simple-Line-Icons.woff') format('woff'),
        url('../../fonts/Simple-Line-Icons.ttf') format('truetype'),
        url('../../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before{font-family:Simple-Line-Icons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-moustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-emoticon-smile,.icon-disc,.icon-cursor-move,.icon-crop,.icon-credit-card,.icon-chemistry,.icon-user,.icon-speedometer,.icon-social-youtube,.icon-social-twitter,.icon-social-tumblr,.icon-social-facebook,.icon-social-dropbox,.icon-social-dribbble,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglasses,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-map,.icon-layers,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-frame,.icon-folder-alt,.icon-film,.icon-feed,.icon-earphones-alt,.icon-earphones,.icon-drop,.icon-drawer,.icon-docs,.icon-directions,.icon-direction,.icon-diamond,.icon-cup,.icon-compass,.icon-call-out,.icon-call-in,.icon-call-end,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-music-tone-alt,.icon-music-tone,.icon-microphone,.icon-loop,.icon-logout,.icon-login,.icon-list,.icon-like,.icon-home,.icon-grid,.icon-graph,.icon-equalizer,.icon-dislike,.icon-cursor,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-calendar,.icon-bulb,.icon-bar-chart,.icon-arrow-up,.icon-arrow-right,.icon-arrow-left,.icon-arrow-down,.icon-ban,.icon-bubble,.icon-camcorder,.icon-camera,.icon-check,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-doc,.icon-envelope,.icon-eye,.icon-flag,.icon-folder,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-plus,.icon-pointer,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-users{font-family:Simple-Line-Icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-moustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-emoticon-smile:before{content:"\e021"}.icon-disc:before{content:"\e022"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-credit-card:before{content:"\e025"}.icon-chemistry:before{content:"\e026"}.icon-user:before{content:"\e005"}.icon-speedometer:before{content:"\e007"}.icon-social-youtube:before{content:"\e008"}.icon-social-twitter:before{content:"\e009"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-facebook:before{content:"\e00b"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-dribbble:before{content:"\e00d"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglasses:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-map:before{content:"\e033"}.icon-layers:before{content:"\e034"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-frame:before{content:"\e038"}.icon-folder-alt:before{content:"\e039"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-directions:before{content:"\e041"}.icon-direction:before{content:"\e042"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-compass:before{content:"\e045"}.icon-call-out:before{content:"\e046"}.icon-call-in:before{content:"\e047"}.icon-call-end:before{content:"\e048"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-microphone:before{content:"\e063"}.icon-loop:before{content:"\e064"}.icon-logout:before{content:"\e065"}.icon-login:before{content:"\e066"}.icon-list:before{content:"\e067"}.icon-like:before{content:"\e068"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-equalizer:before{content:"\e06c"}.icon-dislike:before{content:"\e06d"}.icon-cursor:before{content:"\e06e"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-bar-chart:before{content:"\e077"}.icon-arrow-up:before{content:"\e078"}.icon-arrow-right:before{content:"\e079"}.icon-arrow-left:before{content:"\e07a"}.icon-arrow-down:before{content:"\e07b"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camcorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-close:before{content:"\e082"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-doc:before{content:"\e085"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-folder:before{content:"\e089"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-plus:before{content:"\e095"}.icon-pointer:before{content:"\e096"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-users:before{content:"\e001"}



/*
    Social Icon CSS
*/
@font-face {
    font-family: 'tw social';
    src: url('../../fonts/tw-social-icons7d0b.eot?61147588');
    src: url('../../fonts/tw-social-icons7d0b.eot?61147588#iefix') format('embedded-opentype'),
        url('../../fonts/tw-social-icons7d0b.woff?61147588') format('woff'),
        url('../../fonts/tw-social-icons7d0b.ttf?61147588') format('truetype'),
        url('../../fonts/tw-social-icons7d0b.svg?61147588#tw-social') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'tw-social';
    src: url('../../fonts/tw-social7d0b.html?61147588#tw-social') format('svg');
  }
}


[class^="tw-icon-"]:before, [class*=" tw-icon-"]:before {
    font-family: "tw social";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - magrins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.tw-icon-youtube:before { content: '\e817'; } /* 'î —' */
.tw-icon-reddit:before { content: '\e818'; } /* 'î ˜' */
.tw-icon-digg:before { content: '\e81a'; } /* 'î š' */
.tw-icon-deviantart:before { content: '\e819'; } /* 'î ™' */
.tw-icon-left-open:before { content: '\e75d'; } /* 'î��' */
.tw-icon-rss:before { content: '\e81b'; } /* 'î ›' */
.tw-icon-github:before { content: '\e800'; } /* 'î €' */
.tw-icon-flickr:before { content: '\e801'; } /* 'î �' */
.tw-icon-vimeo:before { content: '\e802'; } /* 'î ‚' */
.tw-icon-twitter:before { content: '\e803'; } /* 'î ƒ' */
.tw-icon-facebook:before { content: '\e804'; } /* 'î „' */
.tw-icon-gplus:before { content: '\e805'; } /* 'î …' */
.tw-icon-pinterest:before { content: '\e806'; } /* 'î †' */
.tw-icon-tumblr:before { content: '\e807'; } /* 'î ‡' */
.tw-icon-linkedin:before { content: '\e808'; } /* 'î ˆ' */
.tw-icon-dribbble:before { content: '\e809'; } /* 'î ‰' */
.tw-icon-stumbleupon:before { content: '\e80a'; } /* 'î Š' */
.tw-icon-lastfm:before { content: '\e80b'; } /* 'î ‹' */
.tw-icon-instagram:before { content: '\e80c'; } /* 'î Œ' */
.tw-icon-dropbox:before { content: '\e815'; } /* 'î •' */
.tw-icon-evernote:before { content: '\e814'; } /* 'î ”' */
.tw-icon-skype:before { content: '\e80d'; } /* 'î �' */
.tw-icon-renren:before { content: '\e80e'; } /* 'î Ž' */
.tw-icon-paypal:before { content: '\e80f'; } /* 'î �' */
.tw-icon-picasa:before { content: '\e810'; } /* 'î �' */
.tw-icon-soundcloud:before { content: '\e811'; } /* 'î ‘' */
.tw-icon-behance:before { content: '\e812'; } /* 'î ’' */
.tw-icon-google-circles:before { content: '\e813'; } /* 'î “' */
.tw-icon-smashing:before { content: '\e816'; } /* 'î –' */

/* ------------ BASE ------------- */
html {
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: #1d2124;
    color: #ffffff;
}

::-moz-selection {
    background: #1d2124;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    list-style: none;
}

li {
    line-height: 1.9;
}

p {
    margin: 0 0 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.tw-content p:last-child, .waves-team p:last-child, .tab-pane p:last-child, .text-carousel-content p:last-child, .single-portfolio p:last-child {
    margin: 0;
}

embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}

iframe {
    width: 100%;
    max-width: 100%;
    border: none;
}

a:hover {
    text-decoration: none;
}
/* Typography */

body {
    line-height: 1.9em;
    font-size: 14px;
    font-weight: 400;
    color: #363535;
    font-family: 'roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #363535;
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.highlight {
    color: #ffc600;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

pre {
    overflow-x: auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}

.hidden {
    display: none !important;
}

dt {
    line-height: 2;
}
/* 02. Links and Form */


@media only screen and (max-width: 1024px) {
    .col-md-12.hd_til_txt .col-md-11 .row .col-md-3 p {
        margin: 0px !important;
    }
}

a {
    outline: 0;
    color: #808080;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

    a:hover, a:focus {
        outline: 0;
        color: #1d2124;
        text-decoration: none;
    }

.ls-inner a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol, ul {
    margin-left: 30px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: square outside;
}

aside ul, .tw-twitter ul.jtwt {
    position: relative;
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

    aside ul ul {
        margin-top: 15px;
    }

ul li ul, ol li ul, ol li ul, ol li ol {
    margin-bottom: 0;
}

form, fieldset {
    margin-bottom: 0 !important;
}

input, input[type="tel"], input[type="date"], input[type="text"], input[type="password"], input[type="email"], textarea {
    margin: 0;
    /*padding: 7px 16px;*/
    outline: none;
    border: 1px solid #c3c3c3;
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
}

select {
    border-radius: 0 !important;
    padding: 5px 30px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../Content/img/v1.png") no-repeat scroll right center;
    width: 90%;
}


.text {
    border: 1px solid #666 !important;
    border-radius: 5px !important;
    padding: 3px;
}

    .text:focus {
        border: 1px solid #07c !important;
        box-shadow: 0 0 5px #07c !important;
        outline: none;
    }

textarea {
    width: 100%;
}
/*select {
	padding: 5px;
	width: 220px;
	height: 40px;
}*/
label, legend {
    display: block;
    cursor: pointer;
}

    label span, legend span {
        font-weight: bold;
    }

button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #3b5998;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

    button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        border-color: #3b5998;
        color: #3b5998;
        background: #fff;
    }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: #3b5998;
}

::-webkit-input-placeholder {
    color: #c3c3c3;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c3c3c3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #c3c3c3;
}

:-ms-input-placeholder {
    color: #c3c3c3;
}
/* ------------ Hover Transitions --------------- */
ul.sf-menu > li > a, ul.sf-menu > li:after, #tw-nav-toggle, .menu-sidebar-container, .image-overlay, .waves-ads, .waves-portfolio .portfolio-content, .portfolio-thumb .image-overlay a, .tw-filters ul.filters li a, .tw-recent-posts-widget span.date, .carousel-thumbnail .post-date, .tw-service-box h3, .tw-font-icon, .tw-service-box.top-service.style_2, .waves-carousel-text .text-carousel-item, .waves-carousel-partner .part-container img, .pricing-box .pricing-header, .pricing-box .pricing-top, .pricing-box .pricing-footer a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* ------------ Wordpress Core ------------- */
.alignnone {
    margin: 5px 20px 10px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    padding: 5px 3px 10px;
    max-width: 96%; /* Image does not overflow the content area */
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        margin: 0;
        padding: 0;
        max-width: 98.5%;
        width: auto;
        height: auto;
        border: 0 none;
    }

    .wp-caption p.wp-caption-text {
        margin: 0;
        padding: 0 4px 5px;
        font-size: 11px;
        line-height: 17px;
    }

#main .waves-blog .blog-grid article.sticky.hentry .entry-block {
    border: none;
    background-color: #3B5998;
}

.sticky.hentry footer {
    border: none;
    padding: 0;
}

article.sticky.hentry a.more-link {
    color: #fff;
    border-color: #fff;
}

    article.sticky.hentry a.more-link:hover {
        border-color: #fff;
        opacity: .6;
    }

.sticky .entry-date {
    background-color: #1c1c1c;
}

.sticky .tw_post_sharebox a {
    background-color: #3B5998;
}

.sticky a, .sticky .entry-title a, .sticky .entry-meta a, .sticky .entry-meta span i {
    color: #fff;
}

    .sticky .entry-title a:hover, .sticky .entry-meta span:hover i, .sticky .entry-meta a:hover {
        color: #fff;
        opacity: .8;
    }

.sticky .entry-author {
    color: #ddd;
}
/* Header */
.header-container {
    position: relative;
}

.tw-top-bar {
    background: #181E2A none repeat scroll 0 0;
}

.top-left-widget, .top-right-widget {
    z-index: 99999;
    float: left;
    position: absolute;
    left: 0;
}

.header-right .top-left-widget, .header-right .top-right-widget, .header-left .top-left-widget, .header-left .top-right-widget, .theme-boxed .top-left-widget, .theme-boxed .top-right-widget {
    position: static;
}

.header-right .top-widget-title, .header-left .top-widget-title, .theme-boxed .top-widget-title {
    padding: 12px;
}

.header-right .tw-top-widget > form#searchform, .header-left .tw-top-widget > form#searchform, .theme-boxed .tw-top-widget > form#searchform, .header-right .tw-top-widget > div, .header-left .tw-top-widget > div, .theme-boxed .tw-top-widget > div {
    top: 48px;
}

.top-right-widget {
    float: right;
    left: auto;
    right: 0;
}

.tw-top-widget > *:not(.top-widget-title) {
    display: none;
    cursor: pointer;
}

.tw-top-widget:hover > * {
    display: block;
}

.tw-top-widget {
    position: relative;
    display: inline-block;
}

.top-widget-title {
    padding: 27px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tw-top-widget > form#searchform, .tw-top-widget > div {
    padding: 20px;
    position: absolute;
    z-index: 99999;
    top: 80px;
    background: #FFF;
    border: 1px solid #EEE;
}

.top-right-widget .tw-top-widget > form#searchform, .top-right-widget .tw-top-widget > div {
    right: 0;
}

.tw-top-widget > form .button-search.fa-search {
    top: 35px;
    right: 35px;
}

#header {
    position: relative;
    background-color: #fff;
}

    #header.header-small {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #E8E8E8;
    }

.header-dropshadow {
    position: absolute;
    z-index: 99;
    bottom: -15px;
    height: 15px;
    width: 100%;
    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#header.header-small {
    background: rgba(255,255,255,.9);
}

.admin-bar #header.header-small {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #header.header-small {
        top: 46px;
    }
}

@media screen and (min-device-width:360px) and (max-device-width:640px) {
    .inr_wrp {
        width: auto !important;
    }

    .sb_fr-txt strong {
        display: inline;
    }

    .sb_fr-txt {
        line-height: 1;
    }

    .bt_lk {
        margin-top: 13px;
    }

    .sb_fr-txt strong i {
        display: inline;
    }

    .inr_wrp span {
        text-align: center !important;
    }

    .pg_txt {
        padding: 0 !important;
    }

    .bt_lk input[type="button"] {
        margin-bottom: 10px !important;
    }

    .upload_panel {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        bottom: 25px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        display: inline-block;
        height: 430px !important;
        left: 3% !important;
        padding: 10px;
        position: absolute;
        right: 3% !important;
        text-align: left;
        top: 150px !important;
        width: auto;
    }

    .hd_til_txt span {
        color: #2574ab;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;
        text-transform: uppercase;
    }
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    .inr_wrp {
        width: auto !important;
    }

    .user_photo {
        background: #e5e5e5 none repeat scroll 0 0;
        color: #424242;
        float: right;
        height: auto;
        margin: 50px -10px -10px !important;
        min-height: 188px;
        padding: 17px 11px;
        position: relative;
        text-align: center;
    }

    .upload_panel {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        bottom: 25px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        display: inline-block;
        height: 400px;
        left: 10% !important;
        padding: 10px;
        position: absolute;
        right: 10% !important;
        text-align: left;
        top: 150px !important;
        width: auto;
    }
}

@media screen and (min-device-width:320px) and (max-device-width:640px) {
    .inr_wrp {
        width: auto !important;
    }

    .sb_fr-txt {
        line-height: 1;
    }

    .sb_fr-txt {
        padding: 0 !important;
    }

    .inr_wrp {
        padding: 0 !important;
    }

    .mrg-btm {
        margin-bottom: 18px;
    }


    .table_pr_dt tr td:nth-child(1) {
        background-color: #75abd9;
        color: #fff;
        width: 40% !important;
    }

    .input, input[type="tel"], input[type="date"],
    input[type="text"], input[type="password"],
    input[type="email"], textarea {
        width: 100% !important;
    }

    .pr_hed {
        font-size: 13px !important;
    }

    .edt_pro h2 span strong {
        float: none !important;
        margin-left: 6px !important;
        padding-left: 4px !important;
        font-size: 12px !important;
    }

    #lnkEditChangePwd {
        margin-left: 2px !important;
        padding-left: 4px !important;
        float: none !important;
        font-size: 12px !important;
    }

    .spinner > span {
        left: 62% !important;
    }
}

#header > .container {
    position: relative;
}

.tw-logo {
    line-height: 76px;
    height: 76px;
}

    .tw-logo img {
        max-height: 76px;
    }

h1.site-name, h1.site-name a {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
    color: #3b5998;
}

.logo-center .tw-logo {
    display: block;
    text-align: center;
}
/* ------------ Menu SF Essentials ------------- */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu li {
        display: block;
        position: relative;
    }

    .sf-menu ul {
        position: absolute;
        min-width: 230px;
        top: 100%;
        left: 0;
        display: none;
        padding-top: 13px;
        -webkit-box-shadow: 0 4px 6px -2px rgba(2,3,3,.16);
        -moz-box-shadow: 0 4px 6px -2px rgba(2,3,3,.16);
        box-shadow: 0 4px 6px -2px rgba(2,3,3,.16);
        padding: 10px 0 0 0;
        border-radius: 0px;
    }

    .sf-menu > li {
        float: left;
        padding: 22px 0 10px 0;
    }

    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
        z-index: 9999;
        display: block;
    }

    .sf-menu a {
        position: relative;
    }

    .sf-menu ul ul {
        top: 0;
        left: 100% !important;
    }
/* ThemeWaves Menu Styling*/
.sf-menu {
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-left: 50px;
}

ul.sf-menu > li > a {
    color: #000;
    display: block;
    font-size: 12px;
    /*font-weight: bold;*/
    line-height: 1;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

ul.sf-menu li ul li a {
    border-left: 3px solid transparent;
    color: #343434;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 0 15px 20px;
    text-transform: capitalize;
    transition: none 0s ease 0s;
}

ul.sf-menu li ul li {
    text-align: left;
    line-height: 1;
    background-color: #fff;
    border-bottom: 1px solid #dddbdb;
}

    ul.sf-menu li ul li:last-child {
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
        border-bottom: none;
    }

    ul.sf-menu li ul li:hover > a {
        color: #343434 !important;
        border-left-color: #dc4f45;
    }

ul.sf-menu > li:hover > a {
    color: rgb(52,168,83);
}

ul.sf-menu > li:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

ul.sf-menu > li:hover:after {
    background-color: #fff;
}

.sf-menu > li.current_page_item > a, .sf-menu > li.current_page_ancestor > a, .sf-menu > li.current-menu-ancestor > a, .sf-menu > li.current-menu-item > a, .page-template-template-onepage-php .sf-menu > .tw-menu-active > a, .sf-menu > li.current_page_item.menu-item-has-children, .sf-menu > li.current_page_ancestor.menu-item-has-children, .sf-menu > li.current-menu-ancestor.menu-item-has-children, .sf-menu > li.current-menu-item.menu-item-has-children {
    color: #343434;
}

.menu-container {
    position: relative;
    margin: 10px 0;
}

ul.sf-menu li ul li[class*="fa-"] a {
    padding: 12px 0 12px 48px;
}

ul.sf-menu li ul li[class*="icon-"] a {
    padding: 12px 0 12px 50px;
}

.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before, .sf-menu [class^="icon-"]:before, .sf-menu [class*=" icon-"]:before {
    display: none;
}

.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before, .sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before {
    display: block;
    text-align: center;
    top: 12px;
    font-size: 14px;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before {
    font-family: Simple-Line-Icons;
}

.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before {
    font-family: FontAwesome;
    left: 22px;
}

.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before, .sf-menu [class^="icon-"]:before, .sf-menu [class*=" icon-"]:before {
    display: inline-block;
}

.menu-item i {
    left: 5px;
    position: relative;
}

.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before, .sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before {
    color: #1C1C1C;
}

.sf-menu ul [class^="fa-"]:hover:before, .sf-menu ul [class*=" fa-"]:hover:before, .sf-menu ul .current_page_item[class^="fa-"]:before, .sf-menu ul .current_page_item[class*=" fa-"]:before, .sf-menu ul [class^="icon-"]:hover:before, .sf-menu ul [class*=" icon-"]:hover:before, .sf-menu ul .current_page_item[class^="icon-"]:before, .sf-menu ul .current_page_item[class*=" icon-"]:before {
    color: #fff;
}

.sf-menu ul.waves-mega-menu [class^="fa-"]:hover:before, .sf-menu ul.waves-mega-menu [class*=" fa-"]:hover:before, .sf-menu ul.waves-mega-menu .current_page_item[class^="fa-"]:before, .sf-menu ul.waves-mega-menu .current_page_item[class*=" fa-"]:before, .sf-menu ul.waves-mega-menu [class^="icon-"]:hover:before, .sf-menu ul.waves-mega-menu [class*=" icon-"]:hover:before, .sf-menu ul.waves-mega-menu .current_page_item[class^="icon-"]:before, .sf-menu ul.waves-mega-menu .current_page_item[class*=" icon-"]:before {
    color: #3b5998;
}

nav.menu-right ul.sf-menu {
    float: left;
}

.menu-container.with-menu .sf-menu {
    margin-right: 40px;
}
/* ------------ mega menu --------------- */
.row-start {
    clear: left;
}

.sf-menu .waves-mega-menu {
    border: 1px solid #e8e8e8;
    padding-bottom: 20px;
    background: #fff;
}

    .sf-menu .waves-mega-menu > li {
        min-height: 10px;
        float: left;
    }

    .sf-menu .waves-mega-menu ul, .sf-menu .waves-mega-menu li {
        border: none;
        display: block;
        position: relative;
        top: auto;
        left: auto !important;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

ul.sf-menu li ul.waves-mega-menu li {
    border: none;
}

    ul.sf-menu li ul.waves-mega-menu li:hover {
        background: none;
    }

        ul.sf-menu li ul.waves-mega-menu li:hover > a {
            color: #3b5998;
        }

.sf-menu .waves-mega-menu .mega-menu-title {
    font-family: 'roboto', sans-serif;
    padding: 15px 40px;
    margin-bottom: 15px;
    color: #3b5998;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #E8E8E8;
}

.sf-menu .waves-mega-menu li ul li a {
    padding: 12px 40px;
}

.sf-menu .waves-mega-menu li ul li[class^="fa-"] a, .sf-menu .waves-mega-menu li ul li[class*=" fa-"] a {
    padding: 12px 0 12px 70px;
}

.sf-menu .waves-mega-menu ul [class^="fa-"]:before, .sf-menu .waves-mega-menu ul [class*=" fa-"]:before {
    left: 40px;
}

.sf-menu .waves-mega-menu li, .sf-menu .waves-mega-menu ul {
    display: inline-block !important;
    visibility: visible !important;
}

.mega-menu-items li {
    width: 100%;
}
/* Sidebar On Menu and Logo */
.sidebar-content .tw-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-content .sf-menu, .sidebar-content .sf-menu > li {
    float: none;
}

    .sidebar-content .sf-menu > li {
        padding: 0;
    }

.sidebar-content ul.sf-menu > li:after {
    display: none;
}

.sidebar-content ul.sf-menu > li:first-child > a {
    border-top: 1px solid #e6e6e6;
}

.sidebar-content ul.sf-menu > li > a {
    padding: 20px 40px;
    font-size: 13px;
    font-weight: bold;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
}

    .sidebar-content .sf-menu > li.current_page_item > a, .sidebar-content .sf-menu > li.current_page_ancestor > a, .sidebar-content .sf-menu > li.current-menu-ancestor > a, .sidebar-content .sf-menu > li.current-menu-item > a, .sidebar-content .page-template-template-onepage-php .sf-menu > .tw-menu-active > a, .sidebar-content ul.sf-menu > li > a:hover {
        color: #fff;
        background: #3b5998;
    }

.sidebar-content .sf-menu ul {
    top: 0;
    left: 100%;
}

body.header-right .sidebar-content .sf-menu ul {
    top: 0;
    left: auto;
    right: 100%;
}

    body.header-right .sidebar-content .sf-menu ul.waves-mega-menu, body.header-right .sidebar-content .sf-menu ul.mega-menu-items {
        right: 0;
    }
/* ------------ mobile menu --------------- */
#mobile-menu {
    z-index: 1;
}

.show-mobile-menu {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 15px;
    margin-top: -16px;
    cursor: pointer;
    display: none;
}

    .show-mobile-menu .mobile-menu-icon {
        float: left;
        width: 35px;
    }

.mobile-menu-icon span {
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 5px;
    background: #2F2F2F;
}

#mobile-menu {
    position: absolute;
    width: 100%;
    display: none;
    padding: 0px 20px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-right: none;
    border-left: none;
}

    #mobile-menu ul {
        margin: 0;
        padding: 10px 0;
        width: 100%;
        list-style: none;
    }

        #mobile-menu ul.sub-menu {
            display: none;
            margin-top: 15px;
            margin-bottom: -15px;
            padding: 0;
        }

.dropdown-menu > li {
    padding: 0 !important;
}

#mobile-menu ul li {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

    #mobile-menu ul li:first-child {
        border-top: none;
    }

    #mobile-menu ul li a {
        display: block !Important;
        padding-left: 10px !important;
        color: #999;
        text-decoration: none !important;
    }

    #mobile-menu ul li.btn a {
        color: #fff;
    }

    #mobile-menu ul li ul li a {
        font-size: 13px;
    }

    #mobile-menu ul li a:hover {
        color: #444;
    }

    #mobile-menu ul li.has-children > .action-expand {
        float: right;
        width: 30px;
        text-align: center;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
        cursor: pointer;
    }

    #mobile-menu ul li.has-children > a {
        width: 85%;
    }

    #mobile-menu ul li.has-children > .action-expand > .opened, #mobile-menu ul li.has-children.menu-open > .action-expand > .closed {
        display: none;
    }

    #mobile-menu ul li.has-children > .action-expand > .closed, #mobile-menu ul li.has-children.menu-open > .action-expand > .opened {
        display: block;
    }

#mobile-menu ul ul li a:before {
    margin-right: 5px;
    content: '-';
}

#mobile-menu ul ul ul li a:before {
    margin-right: 5px;
    content: '- -';
}

#mobile-menu ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - -';
}

#mobile-menu ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - -';
}

#mobile-menu ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - -';
}

#mobile-menu ul ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - - -';
}

#mobile-menu ul ul ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - - - -';
}

#mobile-menu ul ul ul ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - - - - -';
}

#mobile-menu ul ul ul ul ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - - - - - -';
}

#mobile-menu ul ul ul ul ul ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - - - - - - -';
}

#mobile-menu ul ul ul ul ul ul ul ul ul ul ul ul li a:before {
    margin-right: 5px;
    content: '- - - - - - - - - - -';
}

#mobile-menu ul ul li:first-child {
    border-top: 1px solid rgba(255,255,255,.1);
}


/* Widget */

h3.widget-title {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

aside ul li a:hover {
    color: #3b5998;
}

aside.widget {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

    aside.widget:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    aside.widget ul {
        padding: 0;
    }

        aside.widget ul li {
            padding: 0 0 10px;
            line-height: 1.9;
        }

            aside.widget ul li:last-child {
                padding-bottom: 0;
            }
/* Search widget */
form#searchform {
    position: relative;
    margin-bottom: 0;
}

    form#searchform input {
        padding-right: 40px;
        margin-bottom: 0;
    }

.button-search.fa-search {
    position: absolute;
    top: 17px;
    right: 13px;
}
/* Contact info widget */
.contact-info-widget {
    min-height: 100px;
}

    .contact-info-widget ul i {
        display: inline-block;
        margin-top: 5px;
        width: 15px;
        height: 13px;
        text-align: center;
        font-size: 14px;
    }

    .contact-info-widget ul div {
        padding-left: 15px;
        display: inline-block;
    }

aside.widget .contact-info-widget ul li {
    margin-bottom: 0;
    padding-bottom: 2px;
}
/* Flickr Widget Style */
.dribbble-widget, .flickr-widget .flickr-channel {
    position: relative;
    display: inline-block;
    *display: inline;
}

.flickr-widget .flickr-channel, .dribbble-widget, .tw-recent-portfolios-widget {
    margin: -5px;
}

    .flickr-channel a, .dribbble-widget a, .tw-recent-portfolios-widget a {
        position: relative;
        display: block;
        float: left;
        margin: 5px;
    }

        .flickr-channel a img, .tw-recent-portfolios-widget a img, .tw-recent-portfolios-widget a {
            background: #efefef;
            width: 83px;
            height: 83px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
        }

            .flickr-channel a img, .dribbble-widget a img, .flickr-channel a:hover:before, .dribbble-widget a:hover:before, .tw-recent-portfolios-widget a:hover:before {
                opacity: 1;
            }

            .flickr-channel a:before, .dribbble-widget a:before, .tw-recent-portfolios-widget a:before {
                font-size: 20px;
                line-height: 83px;
                width: 83px;
                height: 83px;
                position: absolute;
                content: "\f067";
                font-family: FontAwesome;
                text-align: center;
                color: #FFF;
                top: 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background-color: rgba(33,182,168,.85);
                border: solid 2px #85ebe1;
                opacity: 0;
                -webkit-transition: all 450ms ease 0s;
                -moz-transition: all 450ms ease 0s;
                -o-transition: all 450ms ease 0s;
                transition: all 450ms ease 0s;
            }

        .dribbble-widget a:before, .dribbble-widget a img {
            width: 80px;
            height: 60px;
            line-height: 60px;
        }
/* Category Wiget Style */
.widget_categories .cat-item span.post_count {
    float: right;
}
/* Tag Wiget Style */
.tagcloud a {
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #A1A5B0;
    padding: 3px 18px;
    margin: 0 10px 10px 0;
}

    .tagcloud a:hover, #bottom .tagcloud a:hover {
        border: 1px solid #3b5998;
        background: #3b5998;
        color: #fff;
    }

/* Removing Child Pages from Widgets */
.widget_pages ul.children, .widget_nav_menu ul.sub-menu, .menu-main-menu-container .sub-menu {
    display: none;
}
/* ------------ Footer ------------- */
/* ------------ Footer ------------- */
.footer {
    padding: 1px 0;
    background-color: #505b72;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
    color: #fff;
}

#bottom {
    background: #181E2A;
}

.footer, .footer a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
    border-top: 1px solid #ccc;
    background-image: background-image: linear-gradient(to right, #0197a8 0%, #0d6baa 100%);
    background-color: #0d6baa;
}

.copyright .col-sm-4:nth-child(2) {
    text-align: center;
}

.copyright .col-sm-4:last-child {
    text-align: right;
}

#bottom .textwidget a:hover {
    color: #fff;
}

#bottom, #bottom a {
    color: #a1a5b0;
}

#footer p {
    margin-bottom: 0;
}

#footer span {
    text-align: center;
    display: inline-block;
}

#footer strong {
    text-align: right;
    font-weight: normal;
    display: inline-block;
}

#bottom a:hover, #footer a:hover {
    color: #999;
}
/* Fixed Footer */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
/* Footer widget */
/* Fixed Footer */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
/* Footer widget */

#bottom .center .tw-widget-title-container:before {
    content: '';
    width: 30px;
    height: 1px;
    margin-left: -15px;
    left: 50%;
    background: #FFF;
    display: block;
    position: absolute;
    top: 50px;
}

#bottom .tw-widget-title-container:before {
    display: none;
}

#bottom aside.widget {
    border-bottom: none;
    padding-bottom: 0;
}

#bottom .center aside.widget {
    text-align: center;
}

#bottom h3.widget-title {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}

#bottom .center h3.widget-title {
    margin-bottom: 70px;
    text-align: center;
}

#bottom .col-md-5.center.col-1 {
    margin: 0 auto;
    float: none;
}

#bottom ul.jtwt li:before, #bottom .twitter-follow a {
    color: #666;
    border-color: #363636;
    background-color: #2a2a2a;
}

    #bottom .twitter-follow a:hover {
        color: #fff;
        border-color: #fff;
    }

#bottom .widget_recent_entries ul li {
    line-height: 1.4;
}

    #bottom .widget_recent_entries ul li:first-child {
        padding-top: 0;
    }

    #bottom .widget_recent_entries ul li:before {
        display: none;
    }
/* ------------ Blog Single ------------- */

article.single {
    position: relative;
    margin-bottom: 30px;
    min-height: 380px;
}

    article.single .entry-title {
        margin-bottom: 18px;
        line-height: 1;
    }

    article.single .entry-content, .entry-content.default-page {
        margin-bottom: 40px;
        border-bottom: 0;
        padding: 0;
    }

.entry-meta .tags {
    float: right;
    border-left: 1px solid #DBDBDB;
    border-right: none;
}

    .entry-meta .tags a {
        color: #a4a4a4;
    }

article.single .facebook_share iframe {
    height: 20px;
}
/* About author on single post */
.tw-author {
    background: #ededed;
    padding: 35px 30px;
}

    .tw-author .author-image {
        float: left;
        margin-right: 30px;
    }

        .tw-author .author-image img {
            border: 4px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .tw-author h3, .tw-author h3 a {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
    }

        .tw-author h3 a {
            color: #3b5998;
        }

            .tw-author h3 a:hover {
                color: #000;
            }

    .tw-author p {
        margin: 0 0 0 100px;
    }

/* Social Icons CSS */
.tw-social-icon {
    line-height: 1;
}

#bottom .tw-social-icon {
    text-align: center;
    margin-bottom: 90px !important;
}

.tw-social-icon li {
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.tw-social-icon a, #bottom .tw-social-icon a {
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    color: #181e2a;
    text-align: center;
    font-size: 20px;
    line-height: 41px;
    width: 42px;
    height: 42px;
    background-color: rgba(255,255,255,.45);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .tw-social-icon a:hover, #bottom .tw-social-icon a:hover {
        color: #181e2a;
        background: #fff;
    }

.tw-social-icon a {
    background-color: #D9D9D9;
    color: #fff;
}

    .tw-social-icon a:hover {
        background-color: #3b5998;
        color: #fff;
    }

    .tw-social-icon a span {
        display: block;
    }

#footer .tw-social-icon a, #footer .tw-social-icon a:hover span {
    background: none;
}

#footer .tw-social-icon a {
    margin-top: -2px;
}
/* Comments */
p.form-submit input {
    text-transform: uppercase;
}

.comment-form-author > p {
    float: left;
    width: 50%;
    padding-right: 10px;
}

    .comment-form-author > p.comment-form-email {
        padding-right: 0;
        padding-left: 10px;
    }

.comment-form input[type="text"], .comment-form-comment textarea {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-color: #c3c3c3;
    margin-bottom: 0;
    padding: 13px 18px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.comment-form-comment textarea {
    padding: 13px 18px;
}

.comment-form input[type="submit"] {
    padding: 20px 40px;
    float: right;
    font-weight: 500;
}

.comment-form-author p label {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}

.comment-form-author span.required {
    color: #fe4743;
}

.comment-form-comment textarea {
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.4;
}

.comment-title-container {
    position: relative;
    margin-bottom: 30px;
}

    .comment-title-container h4 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        z-index: 1;
    }

#reply-title.comment-reply-title {
    display: none;
}

.comment-author-img {
    float: left;
    margin-right: 30px;
}

    .comment-author-img img {
        border: 4px solid #f5f5f5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.comment-meta {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .comment-meta .comment-author-link a {
        color: #696969;
    }

    .comment-meta a.comment-reply-link {
        color: #000;
        text-transform: uppercase;
    }

.comment-body {
    position: relative;
    margin-left: 100px;
}

    .comment-body p:last-child {
        margin-bottom: 0;
    }

.comment-list {
    margin-bottom: 40px;
}

    .comment-list .comment-block .comment-block {
        margin-left: 100px;
    }

.comment-block .comment {
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* Label */
.label {
    padding: 0px 4px;
    background-color: #00bef2;
    font-weight: normal;
    text-shadow: none;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#error404-container {
    position: relative;
    margin: 150px 0;
}

h3.error404 {
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
}

h2.errorh2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #787d82;
}

h3.error404 span {
    color: #1d2124;
}

.tw-404-search-container form {
    display: inline-block;
    margin: 0;
}

    .tw-404-search-container form#searchform input {
        margin: 0;
        width: 100%;
        border: 1px solid #d0d3d6;
        background: transparent;
    }

    .tw-404-search-container form#searchform i {
        color: #787d82;
    }

.error4button, .tw-404-search-container form {
    position: relative;
    margin: 10px;
    text-transform: uppercase;
}

.tw-404-search-container {
    text-align: center;
}
/* Theme Fullwidth Layout Style */

/* Scroll Up Style */
#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 45px;
    height: 45px;
    color: #FFF;
    text-align: center;
    background-color: #259BAB;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 999;
}

    #scrollUp:hover {
        background-color: #25A196;
    }
/* Container background Video */

/* Main Grid Padding CSS */
#main {
    padding: 30px 0;
}

.waves-pagebuilder #main {
    padding: 0;
}

#main, #slider {
    position: relative;
    background: #FFF;
}

.page-template-template-onepage-php #main {
    padding: 0;
}

#main [class*="col-md"] {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline;
}

#main .waves-portfolio [class*="col-md"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

#main .waves-portfolio [class*="col-md-3"] {
    width: 24.9%;
}

.onepage-header-container [class*="col-md"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline;
}
/* Container Styles */

.bg-scroll, .bg-fixed, .bg-parallax {
    background-size: cover;
}

.bg-fixed, .bg-parallax {
    background-attachment: fixed;
}

.bg-pattern {
    background-repeat: repeat;
    background-position: left top;
}
/* Page Builder Elements START */

/* Message Box Element*/
.alert {
    position: relative;
    margin-bottom: 6px;
    padding: 12px 20px;
    background-color: #d1d4d7;
    text-shadow: none;
    color: #95a5a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .alert:last-child {
        margin-bottom: 0;
    }

.alert-success {
    background-color: #e0f0d8;
    color: #468847;
}

.alert-info {
    background-color: #d8edf7;
    color: #3a87ad;
}

.alert-warning {
    background-color: #fcf7e3;
    color: #c09953;
}

.alert-danger {
    background-color: #f2dede;
    color: #b94a48;
}
/* Milestone Element */


/* Progress bar Element */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}
/* Tab Element */

/* Status post format */
.format-status iframe.twitter-tweet {
    margin: 0 !important;
    display: inline !important;
    border-color: #d0d3d6 !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
/* Gallery post format */

.gallery-item {
    float: left;
    width: 33.3%;
}
/* Image slide format */

.image-slide-container {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

    .image-slide-container .tw-owl-item {
        opacity: 0;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
    }

        .image-slide-container .tw-owl-item img {
            width: 100%;
        }

        .image-slide-container .tw-owl-item:first-child {
            opacity: 1;
            position: static;
        }

    .image-slide-container.list_carousel .owl-buttons {
        position: static;
    }

        .image-slide-container.list_carousel .owl-buttons div {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -28px;
            color: #343434;
            width: 55px;
            height: 55px;
            line-height: 55px;
            font-size: 34px;
            text-align: center;
            background-color: transparent;
            padding: 0;
            background: rgba(255,255,255,.9);
            opacity: .5;
        }

            .image-slide-container.list_carousel .owl-buttons div:hover {
                opacity: 1;
            }

            .image-slide-container.list_carousel .owl-buttons div.owl-next {
                left: auto;
                right: 0;
            }
/* Blockquote Main */
.entry-content blockquote {
    font-size: 18px;
    font-weight: 300;
    margin: 35px 0;
    padding: 0 0 0 100px;
    position: relative;
}

    .entry-content blockquote:before {
        font-weight: 700;
        content: "â€œ";
        position: absolute;
        font-size: 80px;
        top: 24px;
        left: 50px;
    }

    .entry-content blockquote:last-child {
        margin-bottom: 20px;
    }
/* Pagination */

.waves-pagination {
    text-align: center;
}

    .waves-pagination ul.page-numbers {
        display: inline-block;
        padding: 0;
        margin: 30px 10px;
    }

        .waves-pagination ul.page-numbers li {
            list-style: none;
            float: left;
            margin: 0 5px;
            padding: 0;
            text-align: center;
            font-weight: normal;
        }

            .waves-pagination ul.page-numbers li a, .waves-pagination ul.page-numbers li span {
                width: 35px;
                height: 35px;
                line-height: 33px;
                display: block;
                color: #696969;
                background: #ebebeb;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

                .waves-pagination ul.page-numbers li a.prev, .waves-pagination ul.page-numbers li a.next {
                    width: 70px;
                }

                .waves-pagination ul.page-numbers li a:hover, .waves-pagination ul.page-numbers li span.current {
                    color: #fff;
                    background: #3b5998;
                }

            .waves-pagination ul.page-numbers li i {
            }
/* One Page Header */
.onepage-header-container {
    overflow: hidden;
    min-height: 1px;
}

.onepage-header-container, .onepage-header-content {
    position: relative;
    z-index: 5;
}

.onepage-header-bg-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}

.onepage-slide-item > img {
    width: 100%;
}

.onepage-header-bg-container.onepage-header-image {
    background-size: cover;
}

.onepage-slider-container {
    position: relative;
}

    .onepage-slider-container > .onepage-slider-item {
        opacity: 0;
        z-index: -1;
        top: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .onepage-slider-container > .onepage-slider-item.selected {
            opacity: 1;
            z-index: 1;
        }
/* ------------ If Container select Dark styles ------------- */

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark a, .dark .waves-heading .sub-title, .dark .tw-service-box h3, .dark .waves-title h3, .dark .waves-history .history-title, .dark .progress-title, .dark .waves-team .member-pos, .dark ul.waves-list li, .dark .tw-milestones-count, .dark .tw-milestones-content span, .dark .process-group .fa, .dark .waves-carousel-twitter .twitter-follow, .dark .waves-carousel-twitter .waves-carousel, .dark .waves-carousel-twitter .waves-carousel li, .dark .waves-carousel-testimonial .testimonial-author, .dark .list_carousel.style_2 .carousel-content a, .dark ul.jtwt li:before, .dark .waves-carousel-twitter .twitter-follow a, .dark .waves-carousel-twitter .twitter-icon span, .dark .testimonial-content, .dark .waves-carousel-testimonial.style-classic h2 a, .dark .waves-aboutme .aboutme-meta > div, .dark .waves-aboutme .aboutme-head span, .dark .waves-callout.style2 .callout-text p {
    color: #fff;
}

.dark .tw-social-icon a:hover {
    color: #fff;
}

.dark .tw-social-icon a {
    color: #1c1c1c;
}

.dark .waves-heading .title-seperator, .dark .waves-history .history-bg, .dark .waves-history .history-year, .dark .waves-carousel-twitter.style_2 .twitter-icon i, .dark .owl-theme .owl-controls .owl-page.active span, .dark .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}

.dark .testimonial-avatar img, .dark .waves-carousel-twitter.style_2 .twitter-icon {
    border-color: rgba(255,255,255,.25);
}

.dark .owl-theme .owl-controls .owl-page span {
    background: rgba(255,255,255,.5);
}

.dark .tw-divider, .dark .symbol .square, .dark .waves-history .history-year:after, .dark .waves-aboutme .aboutme-meta a i {
    border-color: #fff;
}

.dark .list_carousel.style_2 .carousel-content {
    border-color: rgba(209,212,215,.1);
}

.dark .owl-theme .owl-controls .owl-page.active span, .dark .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-position: 12px 12px;
}
/* Iframe video on Portfolio */
.portfolio .entry-video iframe {
    width: 100%;
}
/* Map */
.waves-map iframe {
    min-width: 100%;
    min-height: 400px;
}

.waves-map-contact {
    position: absolute;
    top: 0;
    left: 15px;
    width: 370px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    max-height: 100%;
}

    .waves-map-contact > h2 {
        font-size: 28px;
        color: #FFF;
        font-weight: bold;
    }

    .waves-map-contact > p {
        color: #FFF;
    }

    .waves-map-contact .wpcf7 textArea {
        position: relative;
        display: inline-block;
        top: 0;
    }

    .waves-map-contact .wpcf7 input[type="submit"]:hover, .waves-map-contact .wpcf7 input[type="submit"] {
        text-align: left;
        background: #3B5997;
    }

    .waves-map-contact .wpcf7 input, .waves-map-contact .wpcf7 textarea {
        width: 100% !important;
        max-width: 100%;
        min-width: 100%;
        padding: 15px !important;
    }

.waves-map .map {
    height: 100%;
}

.waves-map.styled > .map-markers {
    display: none;
}

.waves-map.styled .map img {
    max-width: none;
}
/* Infinite Scroll */

.tw-infinite-scroll a {
    display: inline-block;
    margin-top: 40px;
    padding: 0 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3b5998;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    border: 2px solid #3b5998;
    color: #fff;
}

    .tw-infinite-scroll a:hover {
        color: #3b5998;
        background-color: #fff;
        border: 2px solid #3b5998;
    }

.tw-infinite-scroll > .loading, .tw-infinite-scroll[data-has-next="false"] > .next, .tw-infinite-scroll[data-has-next="true"] > .no-more {
    display: none;
}

.tw-infinite-scroll[data-has-next="false"] {
    display: none;
}

.row-container {
    background-position: 50% 50%;
}
/* CF7 */
div.wpcf7 {
    position: relative;
}

.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 textarea {
    margin: 10px 0;
}

.wpcf7 input, .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 select {
    display: inline-block;
    position: relative;
    width: 31.9%;
    margin: 10px 20px 10px 0;
}

.wpcf7-form-control-wrap.your-subject input {
    margin: 10px 0 10px 0;
}

.wpcf7 textarea {
    max-height: 185px;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:hover {
    display: block;
    margin: auto 0 auto auto;
    padding: 25px 45px 25px 35px;
    color: #FFF;
    background: #3B5997;
}

    .wpcf7 input[type="submit"]:hover {
        opacity: .9;
    }

span.wpcf7-not-valid-tip {
    display: inline-block;
    width: 320px;
    z-index: 99;
    padding: 10px 20px;
    color: #F35050;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -14px;
    background: #F5F5F5;
}

div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    margin: 0 auto;
    width: 60%;
    font-weight: bold;
    text-align: center;
}
/* Sidebar */
#sidebar aside.widget ul.menu li {
    display: block;
}

aside.widget ul.menu li[class*="fa-"] a {
    padding-left: 10px;
}

aside.widget ul.menu li:before {
    font-family: 'Fontawesome';
    width: 18px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

body.header-left {
    margin-left: 300px;
}

body.header-right {
    margin-right: 300px;
}

    body.header-right.theme-boxed {
        margin: 0 300px 0 auto;
    }

body.header-left.theme-boxed {
    margin: 0 auto 0 300px;
}

.header-left .header-container, .header-right .header-container {
    display: none;
}

#waves-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    z-index: 9999;
}

body.admin-bar #waves-sidebar {
    top: 32px;
}

#waves-sidebar.right-sidebar {
    left: auto;
    right: 0;
}

    #waves-sidebar.right-sidebar .sidebar-content {
        border-right: 0;
        border-left: 1px solid #eee;
    }

#waves-sidebar:hover > .pane, .pane.active, .pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
    filter: alpha(opacity=99);
    zoom: 1;
}

#waves-sidebar > .pane {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 10px;
    visibility: hidden\9;
    opacity: 0.01;
    filter: alpha(opacity=1);
    zoom: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#waves-sidebar.left-sidebar > .pane {
    right: auto;
    left: 5px;
}

#waves-sidebar > .pane > .slider {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}

#waves-sidebar .sidebar-content {
    padding: 30px 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #EEE;
    outline: none;
}
/* Left Sidebar Section */

.waves-container {
    position: relative;
}

    .waves-container > .waves-main, .waves-container > .row > .waves-main {
        padding: 30px 15px;
    }

    .waves-container > .waves-sidebar.left-sidebar, .waves-container > .row > .waves-sidebar.left-sidebar {
        padding-top: 30px;
        padding-left: 15px;
    }

    .waves-container > .waves-sidebar.right-sidebar, .waves-container > .row > .waves-sidebar.right-sidebar {
        padding-top: 30px;
        padding-right: 15px;
    }

.waves-main.left {
    margin-right: 300px;
}

.waves-main.right {
    margin-left: 300px;
}

.waves-sidebar {
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

    .waves-sidebar.left-sidebar {
        padding-left: 0;
        padding-right: 15px;
        right: auto;
        left: 0;
    }
/* Newsletter plugin */

input[type="text"].wysija-input {
    margin-top: 10px;
}

.widget_wysija_cont .wysija-submit {
    border-color: #3B5998;
    color: #3B5998;
    background: #fff;
}

    .widget_wysija_cont .wysija-submit:hover {
        opacity: .7;
    }

.tw-element #sidebar .wysija-input, .tw-element #sidebar .widget_wysija_cont .wysija-submit, .tw-element #sidebar p {
    display: inline-block;
}

.tw-element #sidebar .widget_wysija_cont p label, .tw-element #sidebar .widget widget_wysija h3.widget-title {
    display: none;
}
/* Loader style */
.pace, #waves-loader {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    background-image: url(../Content/img/flat_loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#waves-loader {
    z-index: 9999999999998; /* .pace->zIndex - 1 */
}

body.loading {
    overflow: hidden;
}

body.pace-done > .pace, .pace-inactive, body.pace-done #waves-loader {
    display: none;
}

.pace .pace-progress {
    height: 4px;
    background-color: #3b5998;
}
/* REV SLIDER A tag to White */
.rev_slider .tp-caption a {
    color: #fff;
}
/* Donate CSS */
.tw-donate-box .tw-donate-content .tw-donate-text, .tw-donate-box .tw-donate-content .tw-donate-amount {
    float: left;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    padding: 3px 10px;
    background: #3B5998;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

.tw-donate-box .tw-donate-content .tw-donate-text {
    background: #ff0000;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.tw-donate-box .tw-donate-content {
    margin-top: 20px;
}
/* Waves Working Time */
.waves-working-time, .waves-working-time h3 {
    position: relative;
    z-index: 201;
    color: #fff;
}

    .waves-working-time h3 {
        margin-bottom: 15px;
    }

        .waves-working-time h3 i {
            margin-right: 10px;
        }

.waves-working-time-table a {
    margin-top: 30px;
}

.waves-working-time-contact .wpcf7 input[type="tel"], .waves-working-time-contact .wpcf7 input[type="date"], .waves-working-time-contact .wpcf7 input[type="text"], .waves-working-time-contact .wpcf7 input[type="password"], .waves-working-time-contact .wpcf7 input[type="email"], .waves-working-time-contact .wpcf7 textarea, .waves-working-time-contact .wpcf7 select {
    width: 45%;
    color: #c3c3c3;
}

.waves-working-time-contact .wpcf7 input[type="date"] {
    width: 25%;
}

.waves-working-time-contact .wpcf7 input[type="submit"] {
    width: 16%;
    display: inline-block;
    padding: 16px;
}
/* ------------- Margin & Helper Classes ------------- */

.no-bottom {
    margin-bottom: 0 !important;
}

.no-top {
    margin-top: 0 !important;
}

.no-margin {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.align-center, .align-center .entry-content p {
    text-align: center;
}

.align-left, .align-left .waves-heading {
    text-align: left;
}

.align-right, .align-right .waves-heading {
    text-align: right;
}

.position-absolute-img .waves-ads-img {
    position: relative;
    bottom: -39px;
}

.theme-boxed {
    background-image: url(../upload/tileable_wood_texture11.png);
    background-attachment: fixed;
    background-repeat: repeat;
    margin-top: 100px;
    margin-bottom: 100px;
}

.right-menu {
    display: none;
}
/*---------------*/
.logo-img {
    width: auto !important;
    height: auto;
    margin-left: 14px;
}

.tp-caption.TW_Home3.skewfromrightshort.customout.start {
    top: 199px !important;
    color: #000 !important;
}

.tp-caption.mediumlarge_light_white_center_rale.sft.start {
    color: #000;
}

.tp-caption.Themewaves_slider_text.customin.customout.start {
    color: #000 !important; /*  font-weight: bold;*/
}

.clr {
    color: #000 !important;
}

.bgfix1 {
    background-attachment: fixed;
    background-position: center top;
}

.fa-slideshare {
    line-height: 39px;
}

.marq {
    /*height: 500px !important;*/
}

    .marq p {
        text-align: justify;
    }

.banner_image {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.content {
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    font-size: 45px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gradient {
    left: 0;
    position: relative;
    text-align: center;
    top: 50%;
    color: #fff;
}

    .gradient h1 {
        color: #fff;
    }

.fine {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gradient a {
    color: #fff;
}

#features .row > div {
    margin-top: 16px;
}

#features .title-seperator {
    margin-bottom: 0;
}

#features .heading-title {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 24px;
    text-align: center;
}

.waves-carousel-partner .part-container h3 {
    opacity: 0.5;
    font-size: 26px;
    font-weight: 600;
    padding-top: 37px;
}

.tw-owl-item .part-container > h3:hover {
    opacity: 1;
    cursor: context-menu;
}

.part-container.visve > h3 {
    padding-top: 42px;
}

.part-container.kerala > h3 {
    padding-top: 37px;
}

#video_player {
    display: table;
    line-height: 0;
    font-size: 0;
    background: #000;
    margin: 0 auto;
}

#video_container {
    position: relative;
}

#video_player div, #video_player figcaption {
    display: table-cell;
    vertical-align: top;
}

#video_container video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

#video_player figcaption {
    width: 25%;
}

    #video_player figcaption a {
        display: block;
    }

    #video_player figcaption a {
        opacity: .5;
        transition: 1s opacity;
    }

        #video_player figcaption a img, figure video {
            width: 100%;
            height: auto;
        }

        #video_player figcaption a.currentvid, #video_player figcaption a:hover, #video_player figcaption a:focus {
            opacity: 1;
        }

@media (max-width: 700px) {
    #video_player video, #video_player figcaption {
        display: table-row;
    }

    #video_container {
        padding-top: 56.25%;
    }

    #video_player figcaption a {
        display: inline-block;
        width: 33.33%;
    }
}

#player .controls-wrapper .title {
    display: none !important;
}

.btn.btn-flat.btn-l.white-button {
    padding: 17px 30px !important;
    min-width: 100px !important;
}
/* Vedio */
.html5gallery-car-0 {
    bottom: 50px;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
}

.html5gallery-car-list-0 {
    margin: auto;
    position: relative !important;
}

.html5gallery-elem-0 > a {
    display: none !important;
}

.html5gallery {
    /* height: 650px !important;*/
    /* width: 100% !important;*/
    height: 760px !important;
    width: 700px !important;
}

.html5gallery-container-0 {
    height: 100% !important;
    width: 100% !important;
}

.html5gallery-box-0 {
    height: 82% !important;
    left: 0 !important;
    width: 100% !important;
}

.html5gallery-elem-0 {
    height: 100% !important;
    width: 100% !important;
}

    .html5gallery-elem-0 > iframe {
        height: 100% !important;
        width: 100% !important;
    }

.fluidvids iframe {
    width: 100% !important;
    height: 100% !important;
}

.html5gallery-left-0 {
    top: 50% !important;
}

.html5gallery-right-0 {
    top: 50% !important;
    left: auto !important;
    right: 0px;
}
/*.html5gallery-toolbox-0 {
    display: block !important;
}
*/
P #submit_contact {
    margin: auto;
}

.heading-title {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 24px;
    text-align: center;
}

.dwm {
    width: 230px;
}

.download {
    margin-top: 6%;
}

.univ_knw {
    font-size: 21px;
    font-weight: 500;
    text-align: right;
    margin-top: 20px;
}

.pp_social {
    display: none;
}

#blanket {
    background-color: #111;
    opacity: 0.65;
    *background: none;
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}

#popUpDiv {
    position: fixed;
    border: 5px solid #000;
    z-index: 9002;
    top: 100px !important;
    left: 256px !important;
}

    #popUpDiv .pop_up a {
        position: absolute;
        top: -20px;
        right: -20px;
        color: #fff;
        font-weight: bold;
        border: 1px solid #fff;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 20px;
    }

.pop_up {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
}

#popUpDiv img {
    max-width: 100%;
}

.tw-service-box.left-service.style_1.no-titleline {
    text-align: justify;
}

#about .tw-service-content a {
    color: #000;
}

#about .tw-service-box:hover .tw-service-content a {
    color: #DC4F45;
}

.gradient a i {
    -webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
    animation: mymove 2s infinite;
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation-direction: alternate;
    position: relative;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 30px;
    }
}

@keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 30px;
    }
}

.play_store {
    display: block;
    float: left;
    padding-right: 20px;
    padding-top: 2px;
    width: 38px;
}

.home_icon a {
    color: #fff !important;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 5px 3px 0;
}

.main_lets_go {
    position: relative;
    height: 50px;
}

.lets_go {
    float: right;
    color: #ff4556 !important;
    font-weight: bold;
    -webkit-animation: lets 1.5s infinite; /* Chrome, Safari, Opera */
    animation: lets 1.5s infinite;
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation-direction: alternate;
    position: absolute;
    right: 0;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes lets {
    from {
        top: 0px;
    }

    to {
        top: 15px;
    }
}

@keyframes lets {
    from {
        top: 0px;
    }

    to {
        top: 15px;
    }
}

.lets_go img {
    width: 101px;
}

.univhtml li {
    color: #FF3B4C;
}

    .univhtml li span a, .univhtml li span {
        color: #000;
    }

#fine select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../Content/img/v1.png") no-repeat scroll right center;
    padding: 5px 30px 5px 5px;
    margin: 0 !important;
}

    #fine select:hover {
        border-color: #d9534f;
        background: rgba(0, 0, 0, 0) url("../Content/img/v.png") no-repeat scroll right center;
    }

#news .text-carousel-item.clearfix {
    height: 473px;
}

#fine option {
    padding-bottom: 1px;
    padding-left: 10px;
    padding-top: 1px;
}

.nopadding {
    padding: 0;
}

.post .entry-content p {
    text-align: justify;
}

.sec_test {
    margin-top: 45px;
}

#avai .waves-heading p {
    max-width: 100%;
    text-align: center;
}

#avai .tw-service-content a {
    color: #000;
}

#avai .tw-service-box:hover .tw-service-content a, #avai .tw-service-box:hover .tw-service-content a:hover {
    color: #dc4f45;
}

.fa-home {
    font-size: 23px;
}

.fa-search {
    font-size: 19px;
}

.fa.fa-chevron-down {
    float: right;
}

.html5gallery-elem-video-0, .html5gallery-elem-video-container-0 {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
}

    .html5gallery-elem-video-0 embed, .html5gallery-elem-video-0 video {
        height: 100% !important;
        width: 100% !important;
    }

#why_us .tw-animate-gen.active a::before {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    right: 24px;
}

#why_us .tw-animate-gen a:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 24px;
}

.dip_icon {
    background: rgb(239, 88, 77) none repeat scroll 0 0;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    line-height: 42px;
    margin: auto;
    padding: 55px 91px 55px 55px;
    text-align: center;
    transform: skewX(-15deg);
    width: 42px;
}

    .dip_icon i {
        line-height: 42px;
        transform: skewX(15deg);
        width: 42px;
    }

    .dip_icon:hover, .tw-service-box:hover .dip_icon {
        background: transparent;
        color: #DC4F45;
    }

.ani {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.ani1 {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 3s;
}

.ani2 {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 4s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0% {
        font-weight: bold;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        font-weight: bold;
    }
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .marq {
        font-size: 15px;
    }
}

.fnt {
    font-weight: bold;
}

.row.resfea {
    height: 535px !important;
}

.kw {
    text-align: center;
    margin-top: 45% !important;
}

.but-on {
    margin-top: 55px;
    text-align: center;
}
/*OUR WORK*/

/* */
.list-ss li {
    list-style-type: disc;
}

.ss-caps::first-letter {
    font-size: 16px;
    font-weight: 600;
    color: #DC4F45;
}

.ss-cap {
    list-style: disc;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
}

.list_1 {
    padding-left: 14px;
}

.list_2 {
    padding-left: 18px;
}

.list1 {
    padding-left: 5px;
    float: left;
    text-align: left;
}

    .list1 li {
        list-style: disc;
        padding-left: 15px;
        line-height: 25px;
    }

.list_1 > li {
    list-style: disc;
    line-height: 44px;
}

.list_2 > li {
    list-style: circle;
    line-height: 26px;
}

.list_3 > li {
    list-style: circle;
    line-height: 24px;
}






.book_panel_li li input[type="button"] {
    background: #e55957 none repeat scroll 0 0;
    border: 1px solid #e55957;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 5px 10px;
    width: auto;
}

.ad_t_cr_btn2 {
    opacity: 0.45 !important;
    filter: alpha(opacity=45) !important;
}

.book_panel_li li input[type="button"]:hover {
    background: #e55957 none repeat scroll 0 0;
    border: 1px solid #e55957;
    color: #fff;
}






.book_panel article ul li:last-child {
    margin: 0;
}


.book_panel article ul li span i {
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 20px;
    text-align: center;
}

.and_app {
    color: #9FE76F;
    border: 2px solid #9FE76F;
    padding: 5px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 10px 0 0 !important;
}

.win_app {
    color: #00ADEF;
    border: 2px solid #00ADEF;
    padding: 5px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.book_panel .row_h .col-sm-6 > div {
    border: 1px solid #eae9e9;
    margin-bottom: 15px;
    padding: 10px;
    height: 60px;
}



.btn_higlight:hover {
    background: #fff !important;
    text-decoration: none;
    color: #63c7a9 !important;
    border: 1px solid #63c7a9 !important;
}

.btn_higlight_1 {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #63c7a9 !important;
    color: #63c7a9 !important;
    font-size: 14px;
    padding: 12px 10px !important;
    text-decoration: none;
}

    .btn_higlight_1:hover {
        background: #63c7a9 none repeat scroll 0 0 !important;
        border: 1px solid transparent !important;
        color: #fff !important;
        text-decoration: none;
    }

.fade_img {
    opacity: 0.35;
    filter: alpha(opacity=20) !important;
}



.modal-content .hd_pd {
    padding: 10px !important;
}

.annauniv_pg_header {
    margin: 0 !important;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}

.modal-header {
    padding: 0px;
    background: #fff none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
}

    .modal-header .close {
        font-size: 30px;
        margin-right: 15px;
        margin-top: 5px;
    }

    .modal-header > figure > img {
        border-right: 1px solid #e5e5e5;
        margin: 0 10px;
        padding: 1px 1px 1px 0;
    }

    .modal-header > figure > figcaption {
        display: inline-block;
        color: #fff;
    }

    .modal-header h4 {
        padding: 0px;
    }





/*****add to cart***/

.hd_til_txt {
    background-color: #fff;
    border-bottom: 2px solid #eae9e9;
    margin: 15px 0 20px 0;
    padding: 0 0 10px;
    box-shadow: 0 5px 5px #eae9e9;
}

    .hd_til_txt strong {
        padding: 15px 0px;
        font-size: 24px;
        color: #000;
    }

    .hd_til_txt span {
        font-size: 16px;
        font-weight: bold;
        /* margin: 0 0 0 10px;*/
        text-transform: uppercase;
        color: #2574ab;
    }

/****** new***/

.univ-til {
    float: left;
    padding-left: 15px;
}

.univ-icon {
    float: left;
}

.delv-mode {
    padding-left: 15px;
}

.mode_til {
    font-size: 14px !important;
    padding: 12px;
}

.price_til {
    color: rgba(255, 95, 43, 0.63);
    font-size: 14px !important;
}

.cart_check {
    margin-top: 2px;
    width: 20px;
    float: left;
}

/*****/

.left-brdr-1 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(0, 128, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-1 input, .left-brdr-1 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-2 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 0, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(255, 0, 0) !important;
}

    .left-brdr-2 input, .left-brdr-2 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-3 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 165, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(255, 165, 0) !important;
}

    .left-brdr-3 input, .left-brdr-3 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-4 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(100, 255, 255, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(100, 255, 255) !important;
}

    .left-brdr-4 input, .left-brdr-4 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-5 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(0, 0, 255, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 0, 255) !important;
}

    .left-brdr-5 input, .left-brdr-5 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-6 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(0, 128, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-6 input, .left-brdr-6 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-7 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgbargba(247, 118, 255, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-7 input, .left-brdr-7 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-8 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(251, 240, 128, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-8 input, .left-brdr-8 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-9 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 89, 159, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-9 input, .left-brdr-9 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-10 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 149, 107, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-10 input, .left-brdr-10 i {
        margin-top: 0px;
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.delivery-des {
    padding: 10px 10px;
    border: 1px solid #2574AB;
    margin: 20px 0;
}

/******/
.tw-menu-container .sf-menu > li {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}


/* tooltip css start */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    text-transform: capitalize;
}

    #tiptip_holder.tip_top {
        padding-bottom: 5px;
    }

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #tiptip_holder.tip_left {
        padding-right: 5px;
    }

#tiptip_content {
    font-size: 12px;
    font-family: "4";
    color: #fff;
    padding: 4px 8px;
    float: left;
    background-color: #2a2a2a;
    border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: #2a2a2a;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: #2a2a2a;
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: #2a2a2a;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #2a2a2a;
    border-top-color: #2a2a2a;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-bottom-color: #2a2a2a;
    border-bottom-color: #2a2a2a;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #2a2a2a;
    border-right-color: #2a2a2a;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #2a2a2a;
    border-left-color: #2a2a2a;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: #2a2a2a;
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: #2a2a2a;
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: #2a2a2a;
    }
}



.lft_pan {
    margin: 0px !important;
    padding: 0px !important;
}

    .lft_pan > li {
        font-size: 13px;
        background-color: #fff;
        position: relative;
        z-index: 999;
    }

        .lft_pan > li a {
            color: #2574ab;
            cursor: pointer;
            display: block;
            font-size: 12px;
            font-weight: bold;
            padding: 7px;
            position: relative;
        }

            .lft_pan > li a i {
                float: right;
                font-size: 15px;
            }

        .lft_pan > li:hover a {
            background-color: #fff;
            padding: 7px;
            color: #696969;
        }

        .lft_pan > li > h1 {
            background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
            box-shadow: 0 5px 5px #eae9e9;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin: 0;
            padding: 9px;
        }

        .lft_pan > li:first-child {
            padding: 0px !important;
        }

.book_panel {
    padding: 5px;
}

.book_panel_li {
    padding: 15px 0px;
}

.book_panel > .col-sm-12:first-child {
    margin-bottom: 0;
}

.book_view > article {
    border: 1px solid #eae9e9;
    background-color: #fff;
    margin: 0 0 15px;
}

.book_panel h1 {
    color: #259dab;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.book_panel p {
    margin: 0px;
    padding: 0px;
}

.book_panel article > div {
    display: block;
}

.row_h {
    margin: 0;
}

    .row_h article:first-child {
        margin-left: 0px !important;
    }

    .row_h article:last-child {
        margin-right: 0px !important;
    }

.book_panel .row_h {
}

    .book_panel .row_h .col-sm-6 div {
    }

.book_panel_li li input[type="button"] {
    background: #e55957 none repeat scroll 0 0;
    border: 1px solid #e55957;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 5px 10px;
    width: auto;
}

.ad_t_cr_btn {
    opacity: 0.1 !important;
    filter: alpha(opacity=20) !important;
}

.book_panel_li li input[type="button"]:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #3b5998;
    color: #e55957;
}

.book_panel article figure img {
    width: 100%;
    height: 95%;
}

.book_panel article ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .book_panel article ul li:first-child h1 {
        height: 60px;
        /* line-height: 19px;*/
        overflow: hidden;
    }

    .book_panel article ul li h1 {
        font-size: 12px !important;
        font-weight: bold;
        margin: 10px 0 0;
        text-align: center;
    }

    .book_panel article ul li h2 {
        font-size: 12px !important;
        margin: 0;
        font-weight: normal;
    }

    .book_panel article ul li span {
        display: block;
        font-family: 'roboto', sans-serif;
        font-size: 12px;
        margin: 10px auto;
        text-align: center;
    }

    .book_panel article ul li h3 {
        font-size: 18px !important;
        color: #63c7a9;
        margin: 0 0 10px 0;
        font-weight: bold;
        border: 1px solid #eae9e9;
        border-right: none;
        border-left: none;
        opacity: 0.1 !important;
        filter: alpha(opacity=20) !important;
    }

    .book_panel article ul li:last-child {
        margin: 0;
    }

    .book_panel article ul li strong {
        background-color: #fff;
        padding: 5px;
        border: 1px solid #e55957;
        color: #e55957;
        cursor: pointer;
        margin: 0 0 0 9px;
        float: right;
        opacity: 0.1 !important;
        filter: alpha(opacity=20) !important;
    }

.lft_pan li ul {
    display: none;
    position: absolute;
    margin: 0 0 0 0 !important;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #eae9e9;
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}

    .lft_pan li ul li {
        border-bottom: 1px solid #dcdcdc;
    }

        .lft_pan li ul li:last-child {
            border-bottom: none !important;
        }

        .lft_pan li ul li:hover a {
            color: #000;
            /*background-color: #fff !important;*/
        }

lft_pan li a {
    position: relative;
}

.lft_pan li a.active {
    background-color: #eae9e9;
    color: #696969;
}

.brdr-btm {
    border-bottom: 0;
}

.lft_pan li a.active:after {
    color: #eae9e9;
    content: "\f0de";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 42px;
}

.un_sel {
    float: right;
    margin: 0px;
    padding: 0px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .un_sel li {
        display: inline-block;
    }

    .un_sel input[type="button"] {
        width: auto !important;
    }

.btn_higlight {
    background: #63c7a9 !important;
    color: #ffffff !important;
    font-size: 14px;
    padding: 12px 10px !important;
    text-decoration: none;
    border: 1px solid #63c7a9 !important;
}

    .btn_higlight:hover {
        background: #fff !important;
        text-decoration: none;
        color: #63c7a9 !important;
        border: 1px solid #63c7a9 !important;
    }

.btn_higlight_1 {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #63c7a9 !important;
    color: #63c7a9 !important;
    font-size: 14px;
    padding: 12px 10px !important;
    text-decoration: none;
}

    .btn_higlight_1:hover {
        background: #63c7a9 none repeat scroll 0 0 !important;
        border: 1px solid transparent !important;
        color: #fff !important;
        text-decoration: none;
    }

.mid_inn {
    padding: 20px 0;
    margin: 0 0 4% 0;
}

.inn_cor_bg {
    background-color: #F5F5F5;
}

.pro_li_top {
    margin: 0px;
}

    .pro_li_top a {
        /*	border-left:0px !important;*/
        border-right: 0px !important;
    }

    .pro_li_top img {
        border-radius: 22%;
        display: inline-block;
        height: 40px;
        position: relative;
        top: -1px;
        vertical-align: middle;
        width: 40px;
    }

    .pro_li_top i {
        display: inline-block;
        font-size: 18px;
        margin: 0 0 0 5px;
        position: relative;
        top: 0px;
    }

    .pro_li_top span {
        vertical-align: middle;
        font-weight: 600;
    }

.dshbrd_tl {
    margin: 0px;
}

    .dshbrd_tl h1 {
        font-size: 22px !important;
        font-weight: 300;
    }

    .dshbrd_tl h2 {
        font-size: 14px !important;
        font-weight: 300;
    }

.ns_upt {
    background-color: #FFF;
    padding: 0;
}

    .ns_upt strong {
        background-color: #63c7a9;
        padding: 15px 20px;
        font-size: 20px;
        color: #fff;
    }

    .ns_upt span {
        margin: 0 0 0 10px;
        font-size: 13px;
    }

#header.header-small {
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom: 3px solid #a9a9a9;
}

.pr_bk_pan article figure img {
    width: 100%;
    height: 95%;
    margin: 0 0 5px 0;
}

.pr_bk_pan article ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .pr_bk_pan article ul li:first-child h1 {
        height: 80px;
        line-height: 19px;
        overflow: hidden;
    }

    .pr_bk_pan article ul li h1 {
        font-size: 12px !important;
        margin: 0 10px;
        font-weight: bold;
        text-align: center;
    }

    .pr_bk_pan article ul li h2 {
        font-size: 12px !important;
        font-weight: 300;
        text-align: center;
        margin: 0 20px;
    }

    .pr_bk_pan article ul li h3 {
        font-size: 35px !important;
        font-weight: bold;
        margin: 10px 20px;
        text-align: center;
        color: #e55957;
    }

        .pr_bk_pan article ul li h3 i {
            font-size: 30px !important;
        }

.pr_bk_pan_li {
    padding: 0px;
}

.pr_bk_pan > .col-sm-12:first-child {
    margin-bottom: 15px;
}


.pru_bk_dwn_scl {
    height: 300px;
    margin: 15px 0 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow-y: scroll;
}

    .pru_bk_dwn_scl article:first-child {
        margin-left: 0px !important;
    }

    .pru_bk_dwn_scl article:last-child {
        margin-right: 0px !important;
    }

.pr_bk_pan .pru_bk_dwn_scl .col-sm-4 div {
    border: 1px solid #eae9e9;
    margin-bottom: 15px;
}



.pru_bk {
    margin: 15px 0 0;
}

    .pru_bk article:first-child {
        margin-left: 0px !important;
    }

    .pru_bk article:last-child {
        margin-right: 0px !important;
    }

.pr_bk_pan .pru_bk .col-sm-4 div {
    border: 1px solid #eae9e9;
    margin-bottom: 15px;
}

.bk_til {
    background: #01AEF0 none repeat scroll 0 0;
    font-size: 22px !important;
    font-weight: 300;
    padding: 10px !important;
    color: #fff;
    margin: 0px;
}

.mech {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #dc4f45 0%, #dc4f45 83%, #b8372d 100%, #b8372d 100%, #b8372d 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 11px !important;
    font-weight: bold;
    padding: 3px 12px 3px 7px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 13px;
}

    .mech:before {
        border-bottom: 15px solid transparent;
        border-right: 21px solid #dc4f45;
        border-top: 17px solid transparent;
        content: "";
        height: 0;
        left: -21px;
        position: absolute;
        top: 0;
        width: 0;
    }

.sub_cl_txt {
    display: block;
    color: #63c7a9;
    font-size: 14px;
}

.pr_bk_pan_li li a {
    background: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px;
    width: auto;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.btn_ena {
    color: #e55957 !important;
    border: 1px solid #e55957;
}

.btn_dis {
    color: #eae9e9 !important;
    border: 1px solid #eae9e9;
}

.pr_bk_pan_li li a.btn_ena:hover {
    background-color: #e55957;
    color: #fff !important;
    border: 1px solid transparent;
}

.tw-menu-container {
    text-align: left;
}

    .tw-menu-container > ul {
        display: inline-block;
        vertical-align: middle;
    }

    .tw-menu-container ul:last-child li:hover:after {
        content: "";
        background: transparent;
    }

    .tw-menu-container ul:last-child li > ul {
        padding-top: 0;
    }


.dash_head {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 10px 0;
    padding: 10px;
}

.dropdown-menu {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.re_ip input[type="button"] {
    background: #e55957 none repeat scroll 0 0;
    border: 1px solid #e55957;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 5px 10px;
    width: auto !important;
}

.in_hd_tt {
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    padding: 0;
    margin-top: 12px;
}

    .in_hd_tt strong {
        background-color: #01AEF0;
        padding: 10px 15px;
        font-size: 20px;
        color: #fff;
    }

    .in_hd_tt span {
        font-size: 16px;
        margin: 0 0 0 10px;
        text-transform: capitalize;
    }

.table table-striped table-bordered dataTable {
    width: 98% !important;
}

.sub_wrp {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin: 10px 20px 0;
    border: 1px solid #e6e6e6;
}

.sub_wp_bx {
    background-color: #fff;
    padding: 10px 20px;
    margin: 10px 20px 0;
    border: 1px solid #e6e6e6;
}

.dataTables_info {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px;
    vertical-align: bottom;
}

.dataTables_paginate.paging_bootstrap {
    display: block;
    margin: 10px 0 !important;
}


.sub_wp_bx input {
    margin-right: 2px !important;
    vertical-align: top;
}

.sub_wp_bx span {
    margin-right: 10px !important;
}

.otis {
    margin: 0px !important;
    padding: 0px !important;
}

    .otis li {
        list-style-type: none;
        display: table-cell;
    }

        .otis li label {
            margin: 0;
        }

        .otis li input {
            width: 95% !important;
            border-radius: 0 !important;
            margin: 0 20px 10px 0 !important;
            padding: 10px 5px;
        }

.modal-body .down_panel {
    margin: 0 10px !important;
}


#tblChild_wrapper .wd_tb {
    width: 100% !important;
}

#UniversityDetails .wd_tb {
    width: 100% !important;
}

.pagination {
    border-radius: 0px !important;
    display: inline-block;
    float: right !important;
    margin: 0 !important;
    padding-left: 0;
}

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 9px 12px !important;
    }

.dataTables_wrapper .table {
    width: 100% !improtant;
}


.modal-dialog.modal-content {
    border-radius: -5px !important;
    border-color: #c3c3c3;
}

.dash_head ul {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
}

.dwn_buk_hg {
    height: 450px;
}


.pop_hed {
    margin-left: 5px;
}


.dash_head_Welcome {
    color: #282561;
}

.amt_txt {
    color: #009688;
    font-size: 16px;
}




.mail_main_hed {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .mail_main_hed ul {
        display: block;
        padding: 0 !important;
        margin: 0px;
    }

        .mail_main_hed ul li:last-child {
            border-bottom: 0px !important;
        }

        .mail_main_hed ul li h5 {
            display: block;
            border-bottom: 1px solid #ececec;
            font-size: 12px;
            padding: 15px 10px;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            margin: 0px;
        }

        .mail_main_hed ul > li h5:hover, .mail_main_hed ul > li.aside_active h5 {
            background: #ececec;
            cursor: pointer;
        }

        .mail_main_hed ul > li > h5.aside_active {
            background: #ececec;
            cursor: pointer;
        }

    .mail_main_hed > ul ul {
        display: none;
    }

        .mail_main_hed > ul ul li {
            cursor: pointer;
        }

.aside_active {
    background: #ececec;
    cursor: pointer;
}

.mail_main_drp li {
    margin: 0 0;
    padding: 10px;
}

    .mail_main_drp li:hover {
        background: #282561;
        padding: 10px;
        color: #FFF;
    }

.mail_main_drp ul:hover, .mail_main_drp ul.aside_active {
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    background-color: fff;
}

.mail_main_drp li {
    font-size: 13px;
    font-weight: 600;
}

.mail_main {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .mail_main ul {
        display: none;
    }
    /*.mail_main li h5 {
	font-weight:600;
	font-size:13px;
}*/
    .mail_main li strong {
        float: right;
        font-weight: normal;
    }

    .mail_main ul:last-child {
        border-bottom: 0px !important;
    }

    .mail_main ul {
        display: block;
        border-bottom: 1px solid #ececec;
        font-size: 12px;
        margin: 0;
        padding: 10px 20px;
        list-style: none;
    }

        .mail_main ul:hover, .mail_main ul.aside_active {
            background: #ececec;
            cursor: pointer;
        }

.mail_rig_hd {
    margin: 0px;
    list-style: none;
}

    .mail_rig_hd li h5 {
        border-bottom: 1px solid #ececec;
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 0 0;
        padding: 0 0 5px;
    }

    .mail_rig_hd li strong {
        float: right;
        font-weight: normal;
        font-size: 12px;
    }

    .mail_rig_hd li span {
        font-weight: normal;
        font-size: 12px;
    }

.mark_unread {
    font-size: 14px;
    font-weight: 600;
}

.child_menu_active {
    background: #282561;
    color: #ffffff;
}

#da_br_drp select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../Content/img/v1.png") no-repeat scroll right center;
    border: 1px solid #000;
    padding: 5px 30px 5px 5px;
    border-radius: 0px !important;
}

    #da_br_drp select:hover {
        border-color: #ff3949;
        background: rgba(0, 0, 0, 0) url("../Content/img/v.png") no-repeat scroll right center;
    }

#da_br_drp option {
    padding-bottom: 1px;
    padding-left: 10px;
    padding-top: 1px;
}

.fl_in_det {
    margin: 0px !important;
    padding: 0px !important;
}

    .fl_in_det li {
        list-style-type: none;
        display: block !important;
    }

        .fl_in_det li label {
            margin: 0;
        }

        .fl_in_det li input {
            width: 100% !important;
            border-radius: 0 !important;
            margin: 0 20px 0 0 !important;
            padding: 8px 82px 8px 5px;
        }

.fil_in_btn {
    padding: 8px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

.alt_txt_fil {
    display: inline-block;
    font-size: 12px;
    margin: 5px 0 0;
    color: #dc4f45;
}

@media (max-width: 1023px) {
    .cus_menu li {
        display: block !important;
        float: none !important;
    }

        .cus_menu li:after {
            background: transparent !important;
        }

        .cus_menu li a {
            border-right: 0px !important;
        }
}






.bck {
    float: right;
    padding: 3px 110px;
}

.newsletter-sm-bot input {
    margin: 0 0 10px 0;
}

.bx_sh_st_br {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
    border: 1px solid #EEEEEE;
    padding: 15px 0;
    background: #fff none repeat scroll 0 0;
}

.about-skills {
    padding: 0 15px;
}


.sub_wp_bx_withoutborder {
    margin: 20px 20px 3% 0;
}


.margin-none {
    margin: 0 !important;
}

.text-headline {
    font-size: 20px;
    font-weight: 400;
    line-height: 2.46rem;
    color: #01aef0;
}

.text-light {
    color: #757575;
}

.text-subhead, .text-subhead-2, .jumbotron p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.84rem;
    margin: 5px 0 10px;
    color: #808080;
}

.btn_dsh_bd {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    color: #000;
    padding: 5px 10px;
    margin: 0 0 0 0 !important;
    display: inline-block;
    text-transform: uppercase;
    float: right;
}

.btn_dsh_bd_1 {
    background-color: #42A5F6;
    border: 1px solid #DCDCDC;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 0 0 !important;
    display: inline-block;
    text-transform: uppercase;
    float: left;
}

.btn_dsh_txt {
    color: #e56d6f !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0 0 !important;
    vertical-align: middle;
}

.panel-footer a {
    text-decoration: none !important;
}

    .panel-footer a:hover {
        text-decoration: none !important;
    }

#fine_drp_1 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../Content/img/v1.png") no-repeat scroll right center;
    border: 1px solid #000;
    border-radius: 0 !important;
    padding: 7px 12px;
    width: 100%;
}

    #fine_drp_1 select:hover {
        border-color: #ff3949;
        background: rgba(0, 0, 0, 0) url("../Content/img/v.png") no-repeat scroll right center;
        color: #808080;
    }
/*Registration & usage Report.cshtml*/

.modal-body {
    padding: 10px !important;
    position: relative;
}

.fl_in_det li input {
    border: 1px solid #000;
    border-radius: 0 !important;
    margin: 1px 20px 2px 0 !important;
    padding: 10px 89px 8px 5px;
    width: 100% !important;
}

.grp_mar_btm {
    margin: 0 0 20px 0;
}

.ful_w select {
    border: 1px solid #000;
    border-radius: 0 !important;
    padding: 7px 0 !important;
    width: 100%;
}

.sub_wp_bx.row h5 {
    display: inline-block !important;
    margin: 0px !important;
}

.cus_ul .multiselect-container.dropdown-menu {
    width: 100%;
}

.btn-group ul {
    width: 70%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000 !important;
    background-color: #fff !important;
}

#colg > li > ul > div > ul {
    width: 100% !important;
    background: red;
}

.wi_cl_ul ul {
    width: 100% !important;
}

.multiselect-container.dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

    .multiselect-container.dropdown-menu > li {
        padding: 6px !important;
    }

.sup_crp {
    position: relative;
    top: -0.15em;
    vertical-align: top;
}

.multiselect-container.dropdown-menu:hover a {
    background-color: #fff !important;
}

.multiselect-container.dropdown-menu a {
    margin: 0 !important;
    padding: 0 !important;
    width: 15% !important;
}

    .multiselect-container.dropdown-menu a label {
        padding: 0 !important;
    }

        .multiselect-container.dropdown-menu a label input {
            padding: 0 !important;
            margin-right: 0px !important;
            float: none !important;
            width: auto !important;
        }

label {
    font-weight: normal !important;
}

.btn-group {
    width: 100% !important;
}

    .btn-group button {
        border-radius: 0px !important;
        text-align: left !important;
        border: 1px solid #000;
        width: 100%;
    }

        .btn-group button b {
            bottom: 0;
            display: inline-block;
            left: 30.5% !important;
            position: fixed;
            top: 50.5%;
        }


.btn-group_clg {
    width: 100% !important;
}


.btn-group_inp button b {
    bottom: 0;
    display: inline-block;
    left: 94% !important;
    position: absolute;
    top: 14px;
}
/*.modal-dialog
    {
        margin: 6.5% auto !important;
        width: 65% !important;
    }*/
.big_inp button {
    border-radius: 0px !important;
    text-align: left !important;
    border: 1px solid #000;
    width: 100% !important;
}

    .big_inp button b {
        bottom: 0;
        display: inline-block;
        left: 95% !important;
        position: fixed;
        top: 128px;
    }

.alg_mid_btn {
    display: block;
    text-align: center;
}

#FilterModel .modal-dialog {
    width: 65% !important;
}


/*student Registration Histroys.cshtml*/

.cus_ul .multiselect-container.dropdown-menu {
    width: 100% !important;
}

#EndDate_reg {
    margin-top: 25px !important;
}

.fil_in_btn_aply {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%) repeat scroll 0 0;
    padding: 8px 20px;
    padding: 10px 21px;
    float: left;
}

.btn-group button {
    border: 1px solid #000;
    border-radius: 0 !important;
    text-align: left !important;
    position: fixed;
    width: 100%;
}

.btn-group {
    width: 100%;
    display: block;
}

.ful_w .caret {
    float: right;
    margin-top: -11px;
}


.fl_in_det li.date_p input {
    display: block;
    margin-right: 0 !important;
    padding: 8px;
    width: 100% !important;
}

.pop_btn {
    text-align: center;
    margin-top: 10px;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0 0 0 32% !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000 !important;
    background-color: #fff !important;
}

.multiselect-container.dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

    .multiselect-container.dropdown-menu > li {
        padding: 6px !important;
    }

.sup_crp {
    position: relative;
    top: -0.15em;
    vertical-align: top;
}

.multiselect-container.dropdown-menu:hover a {
    background-color: #fff !important;
}

.multiselect-container.dropdown-menu a {
    margin: 0 !important;
    padding: 0 !important;
    width: 15% !important;
}

    .multiselect-container.dropdown-menu a label {
        padding: 0 !important;
    }

        .multiselect-container.dropdown-menu a label input {
            padding: 0 !important;
            margin-right: 0px !important;
            float: none !important;
        }

.multiselect-container.dropdown-menu {
    width: 100% !important;
}

label {
    font-weight: normal !important;
}

.modal-dialog.custom_pop_1 {
    width: 45% !important;
}

#modelLogin, #modelForgetPassword, #modelPasswordReset, #modelactivateuser, #modelLoginNew, #modelactivateuser_new {
    top: 50%;
    width: 26em;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    height: auto;
    margin: 0 auto !important;
}





/* AdminDashBoard */

.bck {
    float: right;
    padding: 3px 110px;
}

.newsletter-sm-bot input {
    margin: 0 0 10px 0;
}

.bx_sh_st_br {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
    border: 1px solid #EEEEEE;
    padding: 15px 0;
}

.about-skills {
    padding: 0 15px;
}


.sub_wp_bx_withoutborder {
    background-color: #fff;
    margin: 10px 20px 0;
}


.margin-none {
    margin: 0 !important;
}

.text-headline {
    font-size: 1.84rem;
    font-weight: 400;
    line-height: 2.46rem;
}

.text-light {
    color: #757575;
}

.text-subhead, .text-subhead-2, .jumbotron p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.84rem;
}

.mid_dah_in {
    padding: 20px 0;
    margin: 0;
}

.ar_sec_dah_nw {
    margin: 2% 0 0 0;
}

.box_dah_rad {
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #e3e8eb;
}

    .box_dah_rad figure {
        float: left;
        margin: 0 4px 0 0;
    }

        .box_dah_rad figure i {
            background: #34d3eb none repeat scroll 0 0;
            border-radius: 50%;
            display: inline-block;
            font-size: 17px;
            height: 40px;
            text-align: center;
            vertical-align: middle;
            width: 40px;
            color: #fff;
            font-weight: normal;
            line-height: 40px;
        }

    .box_dah_rad figcaption {
        float: right;
    }

    .box_dah_rad h1 {
        text-transform: uppercase;
        margin: 0px 0 10px 0;
        padding: 0px;
        font-size: 13px;
        color: #000;
        font-weight: bold;
    }

    .box_dah_rad span:before {
        content: "\f0c8";
        font-family: FontAwesome;
        font-size: 10px;
        margin: 0 5px 0 0;
        position: relative;
        top: -1px;
    }

    .box_dah_rad b {
        color: #10c469;
        font-size: 25px;
        left: 25px;
        padding: 0 2px;
        position: relative;
        top: 20px;
    }

    .box_dah_rad span {
        color: #98a6ad !important;
    }

    .row_h::after, .book_panel article ul li::after, .sub_wrp::after, .ns_upt::after, .in_hd_tt::after, .bx_sh_st_br::after, .sub_wp_bx::after, .box_dah_rad::after, .inr_wrp:after {
        clear: both;
        content: "";
        display: block;
    }
/*----------------------------------------*/

#fine_drp_3 select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../Content/img/v1.png") no-repeat scroll right center;
    border: 1px solid #e6e6e6;
    border-radius: 0 !important;
    margin: 5px 5px 0 0;
    width: 100%;
}

    #fine_drp_3 select:hover {
        border-color: #ff3949;
        background: rgba(0, 0, 0, 0) url("../Content/img/v.png") no-repeat scroll right center;
        color: #808080;
    }


.marsp {
    margin-top: 5% !important;
}

.inr_cl_gray {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #e3e8eb;
    border-color: #e3e8eb;
    padding: 10px 10px 0;
    position: relative;
    z-index: 1;
}

.box_dah_rad p {
    color: #10c469;
    display: inline-block;
    font-size: 25px;
    padding: 0 2px;
    position: relative;
    right: -20px;
    top: 5px;
}

@media screen and (max-width: 360px) {

    .box_dah_rad b {
        color: #10c469;
        font-size: 25px;
        left: 200px;
        padding: 0 2px;
        position: relative;
        top: -37px;
    }

    #modelLogin {
        width: 21em;
    }

    #modelLoginNew {
        width: 21em;
    }
}

.bt_blu_ad {
    background-color: #2ebcf2 !important;
    border-radius: 3px !important;
    padding: 2px 10px;
    float: right;
    color: #fff !important;
    margin: 0 10px 10px 0;
}

    .bt_blu_ad a {
        color: #fff !important;
    }

        .bt_blu_ad a:hover {
            color: #fff !important;
            text-decoration: none;
        }

.full-width {
    width: 100% !important;
}

a.disabled {
    background-color: #bfbfbf !important;
}

/*.main_next
{
padding-right:500px;
float:right;
	}
*/

.form-group {
    margin-bottom: 24px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    padding: 5px 30px 5px 5px;
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../Content/img/v1.png") no-repeat scroll right center;
    width: 90%;
}

.downNoteFile {
    color: red;
    font-size: 11px;
    font-weight: bold;
}
/*tabs */

.table_prop {
    border-collapse: collapse;
}

    .table_prop thead {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    .table_prop tbody {
        text-align: center;
    }

.tab_serial {
    width: 10%;
}

/*css-tab */
/*body{
background:#f6f6f6;
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
*/
.tabs {
    width: 100%;
    display: inline-block;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #DC5109;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: all linear 0.15s;
    text-transform: uppercase;
}

    .tab-links a:hover {
        background: #E07636;
        text-decoration: none;
    }

li.active a, li.active a:hover {
    background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
    color: #fff !important;
    font-weight: 600;
}

.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    /* background:#fff;  */
    background: #ffffff;
    border: 1px solid #000000;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

img {
    border: 0px;
}

.view_btn {
}

    .view_btn img {
        width: 25px;
    }

    .view_btn:hover {
        text-decoration: underline;
        transition: 0.4s linear all;
    }

.thead-tit {
    text-align: center;
}


label.error, span.error {
    color: #fb3a3a;
    font-size: 12px;
    font-weight: normal;
}

.li-hover-brdr1 {
    border-bottom: 1px solid green !important;
    background-color: rgba(0, 128, 0, 0.05);
}

.li-hover-brdr2 {
    border-bottom: 1px solid red !important;
    background-color: rgba(255, 0, 0, 0.09);
}

.li-hover-brdr3 {
    border-bottom: 1px solid orange !important;
    background-color: rgba(255, 165, 0, 0.1);
}

.li-hover-brdr4 {
    border-bottom: 1px solid #64ffff !important;
    background-color: rgba(100, 255, 255, 0.05);
}

.li-hover-brdr5 {
    border-bottom: 1px solid blue !important;
    background-color: rgba(86, 86, 227, 0.1);
}

.li-hover-brdr6 {
    border-bottom: 1px solid #ad2121 !important;
    background-color: rgba(173, 33, 33, 0.09);
}

.li-hover-brdr7 {
    border-bottom: 1px solid #f776ff !important;
    background-color: rgba(247, 118, 255, 0.1);
}

.li-hover-brdr8 {
    border-bottom: 1px solid #ffea00 !important;
    background-color: rgba(251, 240, 128, 0.14);
}

.li-hover-brdr9 {
    border-bottom: 1px solid #ff006c !important;
    background-color: rgba(255, 89, 159, 0.15);
}

.li-hover-brdr10 {
    border-bottom: 1px solid #ff520e !important;
    background-color: rgba(255, 149, 107, 0.23);
}


.right-icon i {
    color: #CECECE;
    font-size: 14px !important;
}

    .right-icon i:hover {
        color: #ff5c10 !important;
    }

.book_panel article ul li:first-child h1 {
    /*height: 40px !important;*/
    margin: 0px;
}

.book_panel div article div {
    padding-bottom: 0px !important;
}

.book_panel article ul li span {
    margin: 5px auto !important;
}

.book_view > article {
    margin-bottom: 15px;
    padding: 10px;
}

.lft_pan li ul li:hover a {
    color: #000;
    /* background-color: #fff !important; */
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.row_h:after, .book_panel article ul li:after, .sub_wrp:after, .ns_upt:after, .in_hd_tt:after, .bx_sh_st_br:after, .sub_wp_bx:after, .panel-footer:after, .grp_mar_btm:after, .modal-content:after {
    content: "";
    display: block;
    clear: both;
}

/* Cart Rect Animation */

.position {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15%;
}

#workarea {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -19px;
    margin-left: -40px;
    font-family: 'roboto', sans-serif;
}

#personal {
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 2%;
}
/*    start code for the actual button:         */


/*   
    Spot is the span on the inside of the href that
    fills the parent and makes the hover and link work
    for the entire div
*/

.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*
    This is the outer svg wrapper that the SVG itself will 
    fill. Multiple svg-wrapper classes can be put side by side.
*/

.svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    /*make sure to use same height/width as in the html*/
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
/*
  This is where we define the fill, color, thickness,
  and stroke pattern of the SVG when there is no hover.
  The dasharray and offset together define the line position
  under the words. Here's also where the transition speed is set.
*/

#shape {
    stroke-width: 1px;
    fill: transparent;
    stroke: #000;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -137;
    transition: 1s all ease;
}
/* 
    Pushing the text up into the SVG. Without this the
    text would be below the div's.
*/

#text {
    margin-top: -35px;
    text-align: center;
}

    #text a {
        color: #000;
        text-decoration: none;
        font-weight: 100;
        font-size: 10px;
    }
/* 
    Changing the shape on hover. I change the color of the stroke,
make it thinner, then set it to again wrap around the entire parent element.
*/

.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke: #000;
}
/* --- */

.foot-fix {
    position: fixed;
}

.sub-list {
    /*height:345px; overflow-y:auto;*/
}

@media (max-width:480px ) {
    .foot-fix {
        position: relative;
    }

    .sub-list {
        height: auto !important;
        overflow-y: auto;
    }

    .upload_panel {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        bottom: 25px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        display: inline-block;
        height: 430px !important;
        left: 3% !important;
        padding: 10px;
        position: absolute;
        right: 3% !important;
        text-align: left;
        top: 100px !important;
        width: auto;
    }

    .popup_user {
        overflow: auto !important;
    }
}
/*my*/
@media (min-width: 1500px) {
    .top-left-widget, .top-right-widget {
        position: static;
    }

    #waves-sidebar {
        display: none;
    }

    body.header-left,
    body.header-right,
    body.header-left.theme-boxed,
    body.header-right.theme-boxed {
        margin: 0 auto;
    }

    .header-left .header-container,
    .header-right .header-container {
        display: block;
    }

    body.header-left {
        padding-left: 0;
    }

    body.header-right {
        padding-right: 0;
    }

    .top-widget-title {
        color: #fff !important;
        font-size: 14px;
        padding: 3px 27px;
        font-weight: bold;
    }

    .tw-top-widget > form#searchform, .tw-top-widget > div,
    .tw-top-widget .widget_shopping_cart_content, .tw-menu-widget .widget_shopping_cart_content {
        top: 41px;
    }

    .count-cart {
        top: 20%;
    }

    .right-menu {
        display: block;
    }
}
/* Large desktop */
@media (max-width: 1499px) {
    .top-left-widget, .top-right-widget {
        position: static;
    }

    #waves-sidebar {
        display: none;
    }

    body.header-left,
    body.header-right,
    body.header-left.theme-boxed,
    body.header-right.theme-boxed {
        margin: 0 auto;
    }

    .header-left .header-container,
    .header-right .header-container {
        display: block;
    }

    body.header-left {
        padding-left: 0;
    }

    body.header-right {
        padding-right: 0;
    }

    .top-widget-title {
        color: #fff !important;
        font-size: 14px;
        font-weight: bold;
        padding: 3px 27px;
        padding-left: 0;
    }

    .tw-top-widget > form#searchform, .tw-top-widget > div,
    .tw-top-widget .widget_shopping_cart_content, .tw-menu-widget .widget_shopping_cart_content {
        top: 33px;
    }

    .count-cart {
        top: 20%;
    }

    .right-menu {
        display: block;
    }
}

@media (max-width: 1199px) {
    .theme-boxed, .theme-boxed #header.header-small, .theme-boxed .fixed-footer {
        width: 1000px;
    }

        .theme-boxed .waves-full-element {
            margin-left: -30px;
            width: 1030px;
        }

    .theme-full .waves-portfolio.waves-full-element .isotope-container[data-column="3"] > article {
        width: 33.31%;
    }

    .waves-portfolio.waves-full-element .isotope-container[data-column="4"] > article {
        width: 24.97%;
    }

    .waves-portfolio.waves-full-element .isotope-container[data-column="5"] > article {
        width: 19.969%;
    }

    .entry-content blockquote {
        margin: 30px 60px;
    }
}
/* Medium-Large desktop */
@media only screen and (min-width: 1200px) {
}

@media (min-width: 992px) {
    #mobile-menu {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 1024px) {
    .position {
        margin-left: -14px;
    }
}

@media (min-width: 1024px) {

    .tablet {
        padding: 0px !important;
    }
}

@media (max-width: 568px) {
    .team-member,
    .tw-pricing-four {
        width: 100% !important;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .theme-boxed, .theme-boxed #header.header-small, .theme-boxed .fixed-footer {
        width: 780px;
    }

    #main .waves-blog.grid-blog article.col-md-3,
    #main .waves-blog.grid-blog article.col-md-6 {
        width: 49.9%;
    }

    #main .waves-heading {
        margin-bottom: 0px;
    }

    .waves-blog article.hentry {
        margin-bottom: 50px;
    }

    .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 {
        float: left;
    }
    /* Bootstrap column */
    [class*="col-md"] {
        width: 100%;
    }
    /* Portfolio */
    .waves-portfolio article.portfolio {
        width: 49.9% !important;
    }

    .portfolio-thumb > img {
        width: 100%;
    }

    .show-mobile-menu {
        display: block;
    }

    nav.menu-container {
        display: none;
    }

    .tw_post_sharebox {
        position: static;
        margin-top: 20px;
    }

    .comment-form-comment {
        width: 100%;
    }

    .waves-callout .callout-text {
        text-align: center;
    }

        .waves-callout .callout-text h1 {
            padding-right: 0;
        }

        .waves-callout .callout-text a.btn {
            position: static;
            margin-top: 10px;
            margin-left: 0px;
        }

    .waves-callout.with-button p {
        padding-right: 0px;
    }

    .row > div {
        vertical-align: top;
    }

    .waves-sidebar {
        position: static;
        padding-left: 0;
        width: 100%;
    }

        .waves-sidebar.left-sidebar {
            padding-right: 0;
        }

    .waves-container > .row > .waves-sidebar.left-sidebar,
    .waves-container > .row > .waves-sidebar.right-sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .waves-main.left {
        margin-right: 0;
        margin-bottom: 80px;
    }

    .waves-main.right {
        margin-left: 0;
    }

    .entry-content blockquote {
        margin: 30px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .margin-bottom-30 {
        position: relative;
    }

    .waves-sidebar aside.widget {
        width: 49.9%;
        float: left;
    }

    .col-md-4 {
        width: 33.3%;
    }

    .col-md-3, .col-md-6 {
        width: 50%;
    }

    #header .col-md-3 {
        width: 100%;
        text-align: center;
    }

    article.loop ul.loop-meta li.category, #header .tw-social-icon {
        display: none;
    }

    .tw-top-widget.right {
        margin: 0;
    }

    .waves-history .history-group, .process-group {
        width: 180px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .bg-parallax {
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover;
    }

    .theme-boxed {
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }

        .theme-boxed, .theme-boxed #header.header-small, .theme-boxed .fixed-footer {
            width: 100%;
        }

    .single-portfolio-half .col-md-3.pos-bottom, .single-portfolio-half .col-md-3.pos-top,
    .margin-bottom-30 {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
    }

    #main .waves-blog.grid-blog .row.isotope {
        margin-left: 0;
        margin-right: 0;
    }

    #main .waves-blog.grid-blog article.col-md-3,
    #main .waves-blog.grid-blog article.col-md-6 {
        width: 100%;
    }

    .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,
    #bottom ul {
        float: none;
    }

    .onepage-header-container .waves-carousel-text .text-carousel-content {
        font-size: 40px;
        line-height: 44px;
    }

    body {
        padding: 0;
        margin: 0 !important;
    }

    .list_carousel li, .member-image > img {
        width: 100%;
    }

    #main .comment-block .comment-block {
        margin-left: 0;
        padding: 0;
    }

    .tw-pricing-col {
        float: none;
        display: block;
        width: 100% !important;
        margin-bottom: 40px;
    }

        .tw-pricing-col:last-child {
            margin: 0;
        }

    .tw-breadcrumb, #header .tw-social-icon {
        display: none;
    }

    .loop-media .link-text {
        font-size: 18px;
    }

    .loop-media .link-content {
        padding: 20px 20px;
    }

    p.form-submit, .comment-form-author, .comment-form-comment {
        float: none;
        width: 100%;
    }

    .loop-meta.tag {
        padding-right: 0;
    }

    .list_carousel {
        margin: 0 -10px !important;
    }

    .tw-404-error {
        width: 310px;
    }

    .tw-404-search-container, .tw-coming-soon-content {
        width: auto;
        padding: 30px 0;
    }

    .error4button, .tw-cs-container input[type="submit"] {
        margin-top: 10px;
    }

    .tw-social-icon {
        text-align: center;
    }

    #bottom .copyright, #footer p {
        margin-bottom: 20px;
    }

    .tw-top-widget[id*="woocommerce_widget_cart"]:after {
        padding-right: 10px;
    }

    .tw-carousel-twitter.style2 ul.jtwt li, .tab-content .tab-pane-inner .price, .tab-content .tab-pane-inner a.btn {
        margin: 0;
    }

    .tw-carousel-twitter.style2 .icon-twitter {
        position: relative;
        margin-bottom: 10px;
        text-align: left;
    }

    .waves-blog h2.entry-title a, article.single h1.entry-title {
        font-size: 26px;
    }

    article.single, .waves-blog article.hentry {
        padding: 0 0 0 0;
    }

        .waves-blog div.entry-meta, article.single div.entry-meta {
            position: static;
            text-align: left;
            width: 100%;
            margin-bottom: 10px;
        }

    div.entry-meta > span.comment-count {
        display: none;
    }

    .entry-meta .author-date {
        display: none;
    }

    div.entry-meta > span {
        float: left;
        padding-left: 25px;
    }

    article div.entry-meta i {
        right: auto;
        left: 0;
    }

    .single-post .tw_post_sharebox {
        margin-top: 20px;
    }

    .tw_post_sharebox > div {
        display: inline-block;
        *display: inline;
        margin-right: 10px;
    }
    /* Portfolio */
    .waves-portfolio article.portfolio {
        width: 49.8% !important;
    }

    .waves-history .history-group {
        width: 100%;
    }

    .waves-history .history-bg {
        display: none;
    }

    .waves-history .history-title {
        top: 0;
    }

    .waves-history .bottom .history-year:after {
        top: auto;
        bottom: 100%;
        border-color: transparent;
        border-bottom-color: #ecf0f1;
    }

    .process-group {
        float: none;
    }

        .process-group .fa, .ls-wp-fullwidth-container .btn {
            display: none;
        }

    .pricing-two .pricing-column, .pricing-three .pricing-column, .pricing-four .pricing-column, .pricing-five .pricing-column, .pricing-six .pricing-column {
        width: 100%;
        margin-bottom: 10px;
    }

    .pricing-content ul li, .pricing-column .pricing-footer {
        border-right: 1px solid #bdc3c7;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="password"],
    .wpcf7 input[type="email"] {
        width: 30.8%;
    }

    .style-2 .tab-content .with-large-image .large-image {
        display: none;
    }

    .style-2 .tab-content .with-large-image .tab-pane-inner {
        width: 100%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .waves-about .about-type-content > .about-content, .tw-pricing-four, .team-member, .tw-pricing-four, .testimonial-item.style-default .testimonial-meta span {
        width: 100%;
        margin-bottom: 30px;
    }

    .wpcf7 textarea,
    .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"] {
        position: relative;
        min-width: 200px;
        margin-right: 0;
        top: auto;
    }

    .testimonial-item.style-default .testimonial-meta a, .testimonial-item.style-default .testimonial-meta span {
        position: relative;
    }

    .testimonial-item.style-default .testimonial-meta span {
        display: block;
        text-align: center;
    }

    .waves-blog article.hentry,
    .tw-filters ul.filters li {
        margin-bottom: 30px;
    }

    .theme-boxed {
        width: auto;
    }

    .tw-coming-soon > .sep,
    .waves-map-contact,
    .waves-carousel-testimonial.style_2 .testimonial-avatar {
        display: none;
    }

    .waves-carousel-testimonial.style_2 .owl-carousel .owl-item, .waves-carousel-testimonial.style_2 .owl-controls {
        padding: 0;
    }

    article.loop ul.loop-meta {
        border-color: transparent;
    }

    .page-template-template-coming_soon-php #main {
        padding: 50px 0;
    }

    .tw-coming-soon .days, .tw-coming-soon .hours, .tw-coming-soon .minutes, .tw-coming-soon .seconds {
        margin: 0 5px 5px 0;
    }

    blockquote {
        margin-left: 30px;
    }

    .waves-portfolio article.portfolio,
    .theme-full .waves-portfolio.waves-full-element .isotope-container[data-column="3"] > article,
    .wpcf7 input, .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 select {
        width: 100% !important;
    }

    .waves-callout.style2 .callout-text img {
        float: none;
    }

    .top-left-widget, .top-right-widget {
        text-align: center;
        width: 100%;
    }

        .top-right-widget .tw-top-widget > form#searchform, .top-right-widget .tw-top-widget > div {
            right: -50px;
        }
}

@media (min-width: 320px) and (max-width: 640px) {

    .html5gallery-left-0 {
        top: 37% !important;
    }

    .html5gallery-right-0 {
        top: 37% !important;
    }
    /*.html5gallery-car-0 {
    bottom: 0;
  }
 
 */

    .mm {
        margin-top: 0px !important;
    }

    .html5gallery-car-list-0 {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 990px) {
    .res p {
        color: #FFFFFF !important;
        font-size: 26px !important;
        text-shadow: 2px 2px 5px #000000 !important;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
        letter-spacing: 0.5px;
    }

    .m-hid {
        margin-top: 100px;
        width: 70% !important;
        height: 75% !important;
    }

    .m-hide {
        display: none;
    }

    .m-vw {
        height: 400px;
    }

    .html5gallery-car-0 {
        bottom: 50px;
        top: auto !important;
        width: 100% !important;
        left: 0 !important;
    }
    /*.row.resfea {
    height:70px !important;
}*/

    .kw {
        margin-top: 0 !important;
    }

    .vid-res {
        width: 80% !important;
        height: 80% !important;
    }

    .hid {
        padding: 3px 5px;
    }

    .mm {
        width: 60% !important;
    }
}



@media (min-width: 400px) and (max-width: 990px) {
    .m-hid {
        margin-top: 100px;
        width: 80% !important;
        height: 85% !important;
    }

    .m-vw {
        height: 650px;
    }
}

@media (min-width: 768px) and (max-width:990px) {
    .resfea {
        margin-top: 700px !important;
    }
}

@media (min-width: 800px) and (max-width: 991px) {
    .an h3 {
        margin-top: 23px !important;
    }

    .part-container.visve > h3 {
        padding-top: 37px;
    }

    .waves-carousel-text.list_carousel .carousel-title {
        font-size: 18px;
    }
}

@media (min-width: 980px) and (max-width:991px) {
    .univ .owl-item {
        width: 250px !important;
    }

    .waves-carousel-text.list_carousel .carousel-title {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .waves-testimonials[data-items="2"] > .testimonial-item {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 1100px) {
    #popUpDiv {
        border: 5px solid #000;
        left: 5% !important;
        position: fixed;
        top: 100px !important;
        z-index: 9002;
        width: 90% !important;
    }
}

@media (max-width: 399px) {
    .html5gallery {
        height: 280px !important;
        width: 100% !important;
    }

    .html5gallery-box-0 {
        height: 72% !important;
    }

    .html5gallery-car-list-0 {
        margin: auto;
        position: relative !important;
        width: 80% !important;
    }

    .html5gallery-car-mask-0 {
        overflow: hidden;
        width: 69% !important;
    }
}

@media (min-width: 400px) and (max-width: 430px) {
    .html5gallery {
        height: 220px !important;
        width: 100% !important;
    }

    .html5gallery-car-list-0 {
        margin: auto;
        position: relative !important;
        width: 80% !important;
    }

    .html5gallery-car-mask-0 {
        overflow: hidden;
        width: 69% !important;
    }
}

@media (min-width: 431px) and (max-width: 465px) {
    .html5gallery {
        height: 241px !important;
        width: 100% !important;
    }

    .html5gallery-car-list-0 {
        margin: auto;
        position: relative !important;
        width: 80% !important;
    }

    .html5gallery-car-mask-0 {
        overflow: hidden;
        width: 69% !important;
    }
}

@media (min-width: 466px) and (max-width: 509px) {
    .html5gallery {
        height: 265px !important;
        width: 100% !important;
    }

    .html5gallery-car-list-0 {
        margin: auto;
        position: relative !important;
        width: 80% !important;
    }

    .html5gallery-car-mask-0 {
        overflow: hidden;
        width: 69% !important;
    }
}

@media (min-width: 510px) and (max-width: 551px) {
    .html5gallery {
        height: 290px !important;
        width: 100% !important;
    }

    .html5gallery-car-list-0 {
        margin: auto;
        position: relative !important;
        width: 80% !important;
    }

    .html5gallery-car-mask-0 {
        overflow: hidden;
        width: 69% !important;
    }
}

@media (min-width: 552px) and (max-width: 640px) {
    .html5gallery {
        height: 337px !important;
        width: 100% !important;
    }

    .html5gallery-car-list-0 {
        margin: auto;
        position: relative !important;
        width: 80% !important;
    }

    .html5gallery-car-mask-0 {
        overflow: hidden;
        width: 69% !important;
    }
}

@media (min-width: 641px) and (max-width: 980px) {
    .html5gallery {
        height: 500px !important;
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .univ .owl-item {
        width: 22% !important;
    }

    .waves-carousel-text.list_carousel .carousel-title {
        font-size: 14px;
    }
}
/*@media  (min-width: 768px) and (max-width:1280px){
.html5gallery-car-0 {
    bottom: 40px;
}
}*/
@media (max-width: 600px) {
    .copyright > div {
        text-align: center !important;
        width: 100%;
    }
}

@media (max-width:646px) {
    .banner_image {
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .gradient {
        top: 19%;
    }
}



/*
** Cart Page ** Shopping Css Start === *
*/
.bread-cumb_nav-cart {
    padding: 0;
}

    .bread-cumb_nav-cart span {
        color: #646464;
    }

    .bread-cumb_nav-cart h1 {
        color: #646464;
        font-size: 26px;
        font-weight: 300;
        line-height: 40px;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .bread-cumb_nav-cart p span {
        color: #252b71;
        font-weight: 700;
    }

.page-content-wrapper {
    padding: 20px 0;
}

.cal_his_tab {
    background-color: #fff;
}

.page-content-wrapper {
    padding: 20px 0;
}

.carousel-inner-cart {
    margin: 0 auto;
    width: 100%;
}

.bread-cumb_nav-cart span {
    color: #646464;
}

.bread-cumb_nav-cart h1 {
    color: #646464;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    margin: 0px;
    text-transform: uppercase;
}

.bread-cumb_nav-cart p span {
    font-weight: 700;
    color: #252b71;
}

.cal_his_tab table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

.cal_his_tab thead td {
    background-color: #2574AB !important;
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 8px;
    border: 1px solid #ececec;
    color: #ffffff;
    text-transform: uppercase;
}

.cal_his_tab tr {
    border-bottom: 1px solid #ececec;
}

.cal_his_tab tbody td {
    font-weight: normal;
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 13px;
}

.cal_his_tab tfoot td {
    font-weight: normal;
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 13px;
}

.cal_his_tab tbody tr:nth-child(even) {
    background-color: #eaeaea;
}

.cal_his_tab h1 {
    font-size: 15px;
    font-weight: 300;
}

.pro_cod-wrp h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.pro_cod-wrp span {
    display: block;
    margin: 10px 0;
}

.pro_cod-wrp strong {
    text-decoration: underline;
    color: #ee3a23;
}

.pro_cod-wrp input[type="text"] {
    border: 1px solid #c3c3c3;
    border-radius: 0;
    padding: 10px;
    text-transform: capitalize;
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
}

.cal_his_tab p {
    margin: 10px 0;
    font-weight: 300;
}

.shp_btn_ful-wrp {
    margin: 20px 0;
}

.cont-shp-btn_wrp input[type="button"] {
    background-image: linear-gradient(#4285f4, #2775d1);
    border: 1px solid #2073d4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 16px 30px;
    text-transform: uppercase;
    border-radius: 0px;
}

.pro_cod-wrp input[type="button"] {
    background-image: linear-gradient(#4285f4, #2775d1);
    border: 1px solid #2073d4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.upd_btn-wrp {
    float: right;
}

    .upd_btn-wrp input[type="button"] {
        background-image: linear-gradient(#4285f4, #2775d1);
        border: 1px solid #2073d4;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        padding: 16px 30px;
        text-transform: uppercase;
    }

    .upd_btn-wrp span {
        margin: 0 7px;
        font-weight: 300;
        text-transform: uppercase;
    }

.cont-shp-btn_wrp {
    display: inline-block;
}

.cal_his_tab b {
    font-size: 12px;
    text-transform: uppercase;
}

.cal_his_tab .bld_td td {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.des-price {
    color: #ea4335;
}
/*
* 
*/

.remove {
    cursor: pointer;
    color: red;
}

#usb {
    display: none;
}

span.title {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .cont-shp-btn_wrp input[type="button"] {
        padding: 16px 25px;
    }
}
/********/

/*  checkout *****/

.or_cor-wrp {
    /*background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;*/
    margin-bottom: 15px;
    padding: 10px;
}

    .or_cor-wrp strong {
        display: block;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .or_cor-wrp span {
        display: inline-block;
        margin: 0 2% 0 0;
        width: 44%;
    }

    .or_cor-wrp input[type="text"] {
        margin: 0 0 20px;
        padding: 15px 15px 15px 5px;
        width: 100%;
    }

.bil_add-wrp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
    padding: 10px;
}

    .bil_add-wrp strong {
        border-bottom: 1px solid #c3c3c3;
        display: block;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0px;
        text-transform: uppercase;
    }

    .bil_add-wrp p {
        font-weight: 300;
        margin: 0px;
    }

    .bil_add-wrp input[type="text"] {
        margin: 0 0 20px;
        padding: 15px 15px 15px 5px;
        width: 100%;
    }

.del_mod_wrp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    margin: 20px 0;
    padding: 10px;
}

    .del_mod_wrp strong {
        border-bottom: 1px solid #c3c3c3;
        display: block;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0 0 10px;
        text-transform: uppercase;
    }

    .del_mod_wrp p {
        font-weight: 300;
        margin: 0px;
    }

.del_add-wrp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    margin: 11px 0;
    padding: 10px;
}

    .del_add-wrp b {
        font-weight: 300;
        display: block;
    }

    .del_add-wrp p {
        font-weight: 300;
        width: 20%;
        margin: 10px 0 0 0;
    }

    .del_add-wrp strong {
        border-bottom: 1px solid #c3c3c3;
        display: block;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0 0 10px;
        text-transform: uppercase;
    }

.suc_his-wrp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    margin: 20px 0;
    padding: 10px;
}

    .suc_his-wrp p {
        font-weight: 300;
        margin: 10px 0 0 0;
    }
/****/

/* Terms and Conditions */


.condition {
    height: 250px;
    overflow-y: auto;
}

.term-con {
    width: 800px;
    margin: 0 auto;
}

.term-head {
    padding-left: 10px;
}

.term-footer {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.term li {
    list-style: circle !important;
}


/*@media only screen and (max-width: 1024px)
{
.modal-dialog
{
width: 800px ;
}
}*/

/* Terms and Conditions */
/* Dashboard */

.dwn_wrp_fin {
    border: 1px solid #C8C8C8;
    clear: both;
    padding: 10px;
}

    .dwn_wrp_fin h3 {
        font-size: 18px;
        margin: 0px 0 10px 0;
    }

    .dwn_wrp_fin h1 {
        font-size: 16px;
        margin: 0px;
    }

        .dwn_wrp_fin h1 input[type="button"] {
            background: #63C7A9;
            padding: 3px 5px;
            color: #fff;
            border: 0px;
            font-size: 14px;
        }

/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            background: #63BEED none repeat scroll 0 0;
            border-radius: 100%;
            color: #fff;
            content: counter(step, decimal);
            counter-increment: step;
            display: block;
            font-size: 15px;
            height: 40px;
            line-height: 38px;
            margin: 0 auto 15px;
            width: 40px;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 98%;
            height: 2px;
            background: #63BEED;
            position: absolute;
            left: -49%;
            top: 20px;
            z-index: 0; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #63BEED;
            color: white;
        }

.sub_dwn-wrp {
    margin: 0px;
}

    .sub_dwn-wrp table {
        border: 1px solid #C8C8C8;
        width: 100%;
    }

        .sub_dwn-wrp table tr {
            border-bottom: 1px solid #ececec;
        }

        .sub_dwn-wrp table td {
            padding: 10px;
            width: 50%;
            border-right: 1px solid #ececec;
        }

        .sub_dwn-wrp table tr:nth-child(2n) {
            background-color: #F8F8F8;
        }

        .sub_dwn-wrp table td a {
            font-size: 14px;
            color: #000;
        }

            .sub_dwn-wrp table td a:hover {
                color: red;
            }

#msform {
    margin: 10px auto;
    position: relative;
    text-align: center;
    /*width: 100%;
    border: 1px solid #C8C8C8;*/
    padding: 10px 10px 0 10px;
}

/* End Dashboard */



* {
    outline: none !important;
}

.left-brdr-1 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(0, 128, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-1 input, .left-brdr-1 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-2 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 0, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(255, 0, 0) !important;
}

    .left-brdr-2 input, .left-brdr-2 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-3 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 165, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(255, 165, 0) !important;
}

    .left-brdr-3 input, .left-brdr-3 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-4 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(100, 255, 255, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(100, 255, 255) !important;
}

    .left-brdr-4 input, .left-brdr-4 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-5 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(0, 0, 255, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 0, 255) !important;
}

    .left-brdr-5 input, .left-brdr-5 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-6 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(0, 128, 0, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-6 input, .left-brdr-6 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-7 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgbargba(247, 118, 255, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-7 input, .left-brdr-7 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-8 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(251, 240, 128, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-8 input, .left-brdr-8 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-9 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 89, 159, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-9 input, .left-brdr-9 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.left-brdr-10 {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 52px;
    background-color: rgba(255, 149, 107, 0.29);
    border-right: 0px none !important;
    border-bottom: 1px solid rgb(0, 128, 0) !important;
}

    .left-brdr-10 input, .left-brdr-10 i {
        margin-left: -6px;
        color: #fff;
        border-left: none !important;
        cursor: pointer;
        outline: medium none;
    }

.li-hover-brdr1 {
    border-bottom: 1px solid green !important;
    background-color: rgba(0, 128, 0, 0.05);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr2 {
    border-bottom: 1px solid red !important;
    background-color: rgba(255, 0, 0, 0.09);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr3 {
    border-bottom: 1px solid orange !important;
    background-color: rgba(255, 165, 0, 0.1);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr4 {
    border-bottom: 1px solid #64ffff !important;
    background-color: rgba(100, 255, 255, 0.05);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr5 {
    border-bottom: 1px solid blue !important;
    background-color: rgba(86, 86, 227, 0.1);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr6 {
    border-bottom: 1px solid #ad2121 !important;
    background-color: rgba(173, 33, 33, 0.09);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr7 {
    border-bottom: 1px solid #f776ff !important;
    background-color: rgba(247, 118, 255, 0.1);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr8 {
    border-bottom: 1px solid #ffea00 !important;
    background-color: rgba(251, 240, 128, 0.14);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr9 {
    border-bottom: 1px solid #ff006c !important;
    background-color: rgba(255, 89, 159, 0.15);
    padding-right: 2px !important;
    border-right: none !important;
}

.li-hover-brdr10 {
    border-bottom: 1px solid #ff520e !important;
    background-color: rgba(255, 149, 107, 0.23);
    padding-right: 2px !important;
    border-right: none !important;
}


@media screen and (max-width: 782px) {
    .example1 h5 {
        animation: 13s linear 0s normal none infinite running example1;
        font-size: 9px;
        height: 100%;
        line-height: 6px;
        margin-left: 50px;
        position: relative;
        text-align: center;
        transform: translateX(100%);
        width: 100%;
    }
}

ul.sf-menu > li:last-child > a {
    border-right: 0 none;
}

.bx_sh_st_br .cal_his_tab {
    background-color: #fff;
    height: 340px !important;
    padding: 0 1px 0 0;
    width: 350px;
}

    .bx_sh_st_br .cal_his_tab table {
        border-collapse: collapse;
        width: 100%;
        text-align: left;
        font-weight: 300;
    }

    .bx_sh_st_br .cal_his_tab thead td {
        background-color: #2574AB !important;
        font-size: 16px;
        text-transform: capitalize;
        padding-left: 8px;
        border: 1px solid #ececec;
        color: #ffffff;
        text-transform: uppercase;
    }

    .bx_sh_st_br .cal_his_tab tr {
        border-bottom: 1px solid #ececec;
    }

    .bx_sh_st_br .cal_his_tab tbody td {
        font-weight: normal;
        border: 1px solid #ececec;
        padding: 10px;
        font-size: 13px;
    }

    .bx_sh_st_br .cal_his_tab tfoot td {
        font-weight: normal;
        border: 1px solid #ececec;
        padding: 10px;
        font-size: 13px;
        background-color: #eaeaea;
    }

    .bx_sh_st_br .cal_his_tab tbody tr:nth-child(even) {
        background-color: #eaeaea;
    }

    .bx_sh_st_br .cal_his_tab h1 {
        font-size: 15px;
        font-weight: 300;
    }

.crt-lt-pan {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.navbar {
    line-height: normal;
}

.crt-lt-pan > ul {
    margin: 0;
    padding: 0;
}

    .crt-lt-pan > ul > li {
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin: 0 15px;
    }

        .crt-lt-pan > ul > li > i {
            bottom: 1px;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            margin: 0 2px 0 0;
            position: relative;
        }

        .crt-lt-pan > ul > li > strong {
            color: #fff;
            display: inline-block;
            font-size: 16px;
            margin: 0;
            position: relative;
        }

        .crt-lt-pan > ul > li > span {
            color: #fff;
            display: inline-block;
            text-transform: capitalize;
        }

.cus_drop > strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 15px 20px;
    text-transform: capitalize;
    color: #fff;
}

.crt-lt-pan > ul > li:last-child {
    border-right: 0 none;
}

.crt-lt-pan img {
    bottom: 2px;
    margin: 0 5px 0 0;
    position: relative;
    vertical-align: middle;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: 1px solid #f5f5f5;
    border-radius: 0;
    left: -141px;
    margin: 10px 0 0;
    min-width: 225px;
    padding: 0;
    position: absolute;
    right: 0;
}

    .dropdown-menu li {
        border-bottom: 1px solid #f5f5f5;
    }

    .dropdown-menu > li > a {
        padding: 0;
    }

.idx_crt_wrp {
    padding: 3px 10px;
}

.dropdown-menu h1 {
    color: #bba896;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin: 0 0 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dropdown-menu h2 {
    font-size: 14px;
    white-space: initial;
    word-wrap: break-word;
}

.dropdown-menu h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
}

    .dropdown-menu h3 i {
        color: red !important;
    }

.ind_tol_wrp {
    border: 1px solid #f5f5f5;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.dropdown-menu > li > a span {
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    padding: 10px;
    width: 50%;
}

.dropdown-menu > li > a {
    padding: 0 !important;
    border-left: 0px !important;
}

.ind_tol_wrp span:last-child {
    border-right: 0 none !important;
}

.dropdown-menu > li > a strong {
    background-color: #222;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.dropdown-menu.bx_sh_st_br a {
    padding: 15px 0 15px 20px;
}

.dropdown-menu li a {
    padding: 15px 0 15px 20px !important;
}
/*  payment tab */
div.payment-tab-container {
    padding: 0 !important;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.payment-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    cursor: pointer;
}

    div.payment-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.payment-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.payment-tab-menu div.list-group > a .glyphicon,
            div.payment-tab-menu div.list-group > a .fa {
                color: #397eb9;
            }

            div.payment-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.payment-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.payment-tab-menu div.list-group > a.active,
            div.payment-tab-menu div.list-group > a.active .glyphicon,
            div.payment-tab-menu div.list-group > a.active .fa {
                background-color: #397eb9;
                color: #ffffff;
            }

                div.payment-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #397eb9;
                }

div.payment-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 0px;
}

div.payment-tab div.payment-tab-content:not(.active) {
    display: none;
}


/*  payment END */


@media only screen and (max-width: 1024px) {
    .mode_til {
        padding: 0px !important;
    }
}

#sub {
    border-top: 3px solid rgb(52, 168, 83) !important;
    min-width: 160px;
    margin-top: -3px !important;
}

button:active {
    box-shadow: 0 2px 0 #738696 !important;
    transform: translateY(3px) !important;
}

/*new style*/
.price a {
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
    font-size: 12px;
    text-decoration: none;
}

.green {
    position: relative;
    width: 100%;
    padding: 0px 0;
    text-align: left;
    color: #fff;
    background: #63BEED;
    font-weight: 600;
}

.orange {
    position: relative;
    width: 100%;
    padding: 0px 0;
    text-align: left;
    color: #fff;
    background: #63BEED;
    font-weight: 600;
}

    .green p, .orange p {
        display: table;
        margin: 0 auto;
        font-size: 12px;
        line-height: 24px;
    }


.price p span {
    font-size: 0.5em;
    display: table-cell;
    vertical-align: middle;
}

.content-box {
    border: 1px solid #eee;
    float: left;
    margin: 0 5px 5px;
    width: 47%;
    height: 80px;
}

.mrg_btm {
    margin-bottom: 30px;
}

.dlvry_mode {
    padding: 0;
}

.content-box1 {
    border: 1px solid #eee;
    float: right;
    margin: 0 5px 5px 0;
    width: 47%;
    height: 80px;
}

    .content-box .star-icon, .content-box1 .star-icon {
        border-top: 10px solid #ffffff;
        width: 100%;
        line-height: 30px;
        border-top: 1px solid #f2f2f2;
        color: #828282;
        background-position: 0 -60px;
    }

        .content-box.star-icon p::before {
        }

.sub-title p {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #b6b07c;
    background: #f9f8f1;
    display: table;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.green-bg {
    color: #fff;
}

.orange-bg {
    color: #fff;
}

.subject {
    text-align: center;
    font-size: 12px;
}

.fa-download, .fa-eye, .fa-check-square-o {
    color: red;
}

.sub_table a {
    color: #337ab7;
}

.sub_main {
    border: 1px solid #eaeef1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0;
}

label {
    margin-bottom: 0 !important;
}

    label span {
        font-weight: normal;
    }


.col-md-6.col-sm-6 {
    margin-bottom: 20px;
}


/*****/
.sub-title {
    height: auto;
}

.sub_pad {
    padding: 9px !important;
}

.sub-title p {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #b6b07c;
    background: #2574AB;
    display: block;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 !important;
}


.logo_head {
    background-color: rgb(255, 255, 255);
    margin-top: -10px;
    margin-left: -15px !important;
}

.fa-home {
    font-size: 15px;
    left: 0;
    position: relative;
}

.play {
    height: 71%;
    f position: relative;
    top: 0;
    width: 71%;
}

#formsbmt input[type="text"], #formsbmt textarea, #formsbmt select, #formsbmt input[type="password"] {
    width: 100%;
}

.h_2 {
    color: #2574ab;
    font-size: 20px;
    margin-bottom: 24px;
    margin-right: 15px;
    margin-top: 20px;
    padding-left: 0;
}

    .h_2:after {
        content: "";
        display: block;
        clear: both;
    }

.h_4 {
    /*background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #452ea0;
    border-left: 4px solid #452ea0;*/
    font-size: 19px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 20px;
    padding-left: 5px;
}

    .h_4:after {
        content: "";
        display: block;
        clear: both;
    }

.mand_row {
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding-top: 11px;
}

    .mand_row b {
        color: #ff0000;
        display: inline-block;
        font-size: 15px;
        line-height: normal;
        vertical-align: middle;
    }

.te_cen {
    text-align: center;
}

.btn_1 {
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

.new_user {
    color: #3399ff;
}

    .new_user:hover {
        color: #3399ff;
        text-decoration: underline;
    }

.forget_pwd {
    color: #3399ff;
    border-right: 2px solid #ccc;
    padding-right: 8px;
}

    .forget_pwd:hover {
        color: #3399ff;
        text-decoration: underline;
    }

.dsb_fix a {
    color: #3399ff !important;
    font-size: 12px;
    font-weight: 600;
}

.dsb_fix:hover {
    color: #3399ff;
    text-decoration: underline;
}

.navbar {
    border-bottom: 1px solid #259dab;
    background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
    background-color: #259dab;
}

#univtype {
    background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
}

    #univtype i {
        font-size: 15px !important;
    }

.aside_wid-main {
    margin-bottom: 15px;
    width: 20%;
}

.section_mid-wrp {
    width: 80%;
}

.span_txt_cl {
    color: #259dab !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.dlvry_mode p {
    font-size: 12px;
    margin: 0 0 0 0;
    color: #2574AB;
    text-align: right;
    padding-right: 15px;
}

.run_txt-cl {
    color: #696c74;
    font-size: 16px;
    margin: 0px;
}

.bun_pack-txt {
    color: #696c74;
    font-weight: normal;
    font-size: 14px !important;
    margin: 5px 0 10px 0;
}

.bundle-box_wrp {
    border: 1px solid #eee;
    margin: 5px 5px 10px 5px;
}

.bundle-box_bg {
    border-right: 1px solid #eee;
    color: #2574ab;
    text-align: center;
    width: 48%;
}

.book_panel h4 {
    color: #259dab;
    font-size: 14px;
    line-height: normal;
    margin: 14px 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}

.book_panel h3 {
    color: #259dab;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

.sub_main:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.pri_txt-cl {
    display: block;
    padding: 0 0 0 12px;
    text-align: left;
    color: #2574ab;
}

    .pri_txt-cl i {
        margin: 0 10px 0 0;
        font-size: 13px;
        font-weight: normal;
    }

    .pri_txt-cl span {
        font-size: 14px;
        font-weight: bold;
    }

.com_txt {
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    padding: 1.06em 0;
    width: 50%;
}

.bdn_txt {
    cursor: pointer;
    float: left;
    font-weight: bold;
}

.lft_pan li ul li:hover a {
    background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
    color: #fff;
    transition: all 0.5s ease;
}

.bor_non-bkwrp {
    border-top: 0 none !important;
}

.bor_non-bkinner {
    border-bottom: 0 none !important;
    margin-bottom: 0 !important;
}

.icon_detials-blue {
    color: #0D6BAA;
    font-size: 14px;
    margin: 0 5px 0 0;
}

.view_det-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f9ff+0,c3cfd8+100 */
    background: #f4f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f9ff 0%, #c3cfd8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f9ff 0%,#c3cfd8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f9ff 0%,#c3cfd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9ff', endColorstr='#c3cfd8',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}

    .view_det-btn span {
        color: #0D6BAA;
        font-weight: bold;
    }

.bud_off-txtwid {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0px !important;
    width: 42% !important;
}

.icon_flat-wrp {
    margin: 0 0 0 1%;
}

    .icon_flat-wrp i {
        display: inline-block;
        font-size: 16px;
        margin: 0 5px 0 0 !important;
        color: red;
    }

.trail-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f9ff+0,c3cfd8+100 */
    background: #f4f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f9ff 0%, #c3cfd8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f9ff 0%,#c3cfd8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f9ff 0%,#c3cfd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9ff', endColorstr='#c3cfd8',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #c3c3c3;
    cursor: pointer;
}

    .trail-btn i {
        color: #0d6baa;
        font-size: 12px;
        margin: 0 5px 0 0;
    }

    .trail-btn:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f9ff+0,c3cfd8+100 */
        background: #f4f9ff; /* Old browsers */
        background: -moz-linear-gradient(top, #c3cfd8 0%, #f4f9ff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c3cfd8 0%,#f4f9ff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c3cfd8 0%,#f4f9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfd8', endColorstr='#f4f9ff',GradientType=0 ); /* IE6-9 */
    }

.view_det-btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f9ff+0,c3cfd8+100 */
    background: #f4f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #c3cfd8 0%, #f4f9ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c3cfd8 0%,#f4f9ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c3cfd8 0%,#f4f9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfd8', endColorstr='#f4f9ff',GradientType=0 ); /* IE6-9 */
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.univ_img {
    width: 6%;
    height: 54px;
}

@media only screen and (max-width: 500px) {
    .univ_img {
        width: 100%;
        border-right: 0px;
    }
}

.btn_cn_shping {
    background-color: #337ab7;
}

.shop_txt {
    color: #2574ab;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

.shp_pc-txt {
    color: #696c74;
    font-size: 14px;
    margin: 0;
}

.sel-mode h4 {
    margin: 0px;
}

.shop_txt {
    color: #2574ab;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

.shp_pc-txt {
    color: #696c74;
    font-size: 14px;
    margin: 0;
}

.sel-mode h4 {
    margin: 0px;
}

.panel-group {
    margin: 20px 0;
}

.panel-group {
    margin: 20px 0;
}

.btn_back {
    color: #2574ab;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width:768px) {
    .aside_wid-main {
        width: 100% !important;
    }

    .section_mid-wrp {
        width: 100%;
        margin-bottom: 120px;
    }

    .content-box {
        width: 47%;
    }

    .addrs_text {
        width: auto;
    }
}



.lft_pan > li {
    z-index: 0;
}

.lft_pan li ul {
    position: relative;
}

.bundle-box_wrp {
    clear: both;
}

#progressbar li::after {
    z-index: 1;
}

#btnDownload {
    margin-left: 15px;
}

#msform {
    marging 15px auto;
}

h3.text-left {
    margin: 0px;
}

.dwn_wrp_fin p {
    margin: 0px;
}

.panel-body {
    padding: 0px 15px;
}

.panel-heading.head_title {
    background-color: #2574AB;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: normal;
}

.ordr_title {
    font-size: 15px !important;
    color: #fff !important;
}

.order_md4_top {
    margin-top: 40px;
}

#progressbar {
    margin-bottom: 0 !important;
}

.btn_hvr {
    color: #fff !important;
}

.fr_usr_txt {
    font-size: 16px;
    font-weight: bold;
}

.wid_full-wrp {
    width: 100% !important;
    border-right: 1px solid #ddd;
}

.mar-top {
    margin: 20px 0 0;
    padding: 0;
}

.panel-heading p {
    margin-bottom: 0px !important;
}

.ord_sum_tab table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

.ord_sum_tab thead td {
    background-color: #2574AB !important;
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 8px;
    border: 1px solid #ececec;
    color: #ffffff;
    text-transform: uppercase;
}

.ord_sum_tab tr {
    border-bottom: 1px solid #ececec;
}

.ord_sum_tab tbody td {
    font-weight: normal;
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 13px;
}

.ord_sum_tab tfoot td {
    font-weight: normal;
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 13px;
}

.ord_sum_tab tbody tr:nth-child(even) {
    background-color: #eaeaea;
}

.ord_sum_tab h1 {
    font-size: 15px;
    font-weight: 300;
}

.ord_sum_tab p {
    margin: 10px 0;
    font-weight: 300;
}

.ord_sum_tab b {
    font-size: 12px;
    text-transform: uppercase;
}

.ord_sum_tab .bld_td td {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.mrg-btm-15 {
    margin-bottom: 15px;
}

.payment-tab {
    border: 1px solid #ccc;
}

.addrs_text {
    width: 593px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px 15px;
}

.icon_flg_wrp {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin-left: -35px;
    margin-top: -1px;
    position: absolute;
}

.txt_buy_cart {
    margin: -2px auto 0;
    padding: 5px;
    width: 130px;
}

.btn_wrap {
    white-space: normal !important;
    line-height: 1.3 !important;
}

.btn_hvr:hover {
    background: #3d87ad !important;
    box-shadow: 1px 1px 3px #000;
}

.h6_txt {
    margin-bottom: 0px;
    color: #2574ab;
}

.sp_txt_note {
    color: #2574ab;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 3px;
    padding-left: 10px;
}

cntr_mgrn_btm {
    margin-bottom: 5px;
}

/**** payment-fail****/
.pay_fail {
    text-align: center;
}

    .pay_fail h2 {
        font-weight: normal;
    }

.fa-exclamation-circle {
    color: red;
}

.pay_btn {
    margin-right: 25px;
}


.left_on {
    margin-left: 0px;
    transition: all 0.4s ease-in-out;
}

.left_on_row {
    opacity: 1;
    pointer-events: auto;
}

.modal_reg {
    top: 300px;
    right: 10px;
}

.modal_univ {
    top: 200px;
    right: 10px;
    width: auto !important;
}

    .modal_univ ul {
        margin: 0;
    }

        .modal_univ ul a {
            color: #337ab7;
        }

            .modal_univ ul a:hover {
                color: #337ab7;
                text-decoration: underline;
            }

    .modal_univ .modal-body {
        height: 250px;
        overflow-y: auto;
    }

.modal_clse2 {
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    border-radius: 50%;
    padding: 0 4px !important;
    background: #000 !important;
}


.modal_clse {
    position: absolute;
    top: -6px;
    left: 0;
    color: #fff;
    border-radius: 50%;
    padding: 0 4px !important;
}

.modal_clse1 {
    position: fixed;
    top: 2px;
    left: 2px;
    color: #fff;
    background-color: #000 !important;
    border-radius: 50%;
    padding: 0 4px !important;
}

    .modal_clse1:hover {
        color: #fff !important;
    }

.modal_cont1 {
    background-color: #fff !important;
    color: #000 !important;
}

    .modal_cont1 p {
        margin: 0px !important;
    }

    .modal_cont1 a {
        color: #337ab7;
    }

        .modal_cont1 a:hover {
            color: #337ab7;
            text-decoration: underline;
        }

.prg_univ {
    text-decoration: underline;
    padding-left: 25px;
}

.modal_cont {
    background-color: rgba(0, 0, 0, 0.77) !important;
    color: #fff !important;
}

    .modal_cont p {
        margin: 0px !important;
    }

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.reg_img {
    position: absolute;
    right: 239px;
    top: -1px;
    border-radius: 27px;
}

.reg_cont {
    float: right;
    border: 1px solid #018f99;
    padding: 0 10px 0;
    border-radius: 5px;
    border-left: none;
    margin-bottom: 10px;
}

.reg_img_android {
    position: absolute;
    right: 200px;
    top: 0px;
    border-radius: 7px;
    background-color: #88BA33;
    padding: 5px;
}

.reg_cont_android {
    float: right;
    border: 1px solid #88BA33;
    padding: 7px 13px;
    border-radius: 7px;
    border-left: none;
    background-color: #88BA33;
    color: #fff;
    margin-bottom: 7px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.sem_con h3 {
    margin: 0;
}

.sub_name {
    display: inline-block;
    width: 200px;
}

.sem_sub {
    margin: 3px 0 0 0;
    font-size: 12px;
}


.sub_btn button {
    padding: 1px 10px !important;
}

.sem_con {
    margin-bottom: 4%;
}

.note_txt {
    font-size: 18px;
    font-weight: bold;
}

.mrg_top {
    margin-top: 25px;
}

.univ_app a {
    margin: 0 20px 10px;
}

.reg_cont_QA {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #018f99 #018f99 #018f99 -moz-use-text-color;
    border-image: none;
    border-radius: 5px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: right;
    padding: 0 25px;
}

.cus_span:after {
    content: "";
    display: block;
    clear: both;
}

.cus_span * {
    display: inline-block;
    vertical-align: middle;
}

.cus_span div:nth-child(2) {
    float: right;
}

.chk_rs {
    min-width: 75px;
    text-align: left;
}
/*- ADD TO CART BUTTONS --*/
@media screen and (max-width: 640px) {
    .windows-btn {
        display: block;
        padding: 4px 0px 3px 8px !important;
        margin-top: 12px;
    }
}

.cont_shop {
    width: 295px;
    text-transform: none !important;
    margin-right: 25px !important;
}

.field_cont_cart {
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

.field_cont1 {
    padding: .35em .625em .75em;
    /*border: 1px solid silver;*/
}

.lgnd1 {
    width: -moz-max-content;
    font-size: 12px;
    border-bottom: 0;
    margin-bottom: 0;
}

.field_cont {
    padding: .35em .625em .75em;
    margin-bottom: 55px !important;
    border: 1px solid silver;
}

.lgnd {
    width: inherit;
    border-bottom: 0;
    margin-bottom: 0;
}

.adrd {
    padding: 8px !important;
    font-size: 10px;
}

.wind {
    padding: 8px !important;
    font-size: 10px;
}

.a_adrd {
    padding: 0 !important;
    padding-left: 0;
}

.a_wind {
    padding: 0 !important;
}

.android-btn {
    /*background-color: rgb(6, 6, 6);*/
    padding: 10px;
    margin-right: 10px;
    border: 1px solid rgb(13, 107, 170);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.18),0 4px 5px 0 rgba(0,0,0,.15);
}

    .android-btn a {
        color: #000;
    }

    .android-btn:hover, .windows-btn:hover {
        background-color: rgb(255, 238, 148);
    }

.windows-btn {
    /*background-color: rgb(6, 6, 6);*/
    padding: 10px;
    margin-right: 10px;
    border: 1px solid rgb(13, 107, 170);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.18),0 4px 5px 0 rgba(0,0,0,.15);
}

.windows-btn1 {
    /*background-color: rgb(6, 6, 6);*/
    padding: 10px;
    margin-right: 0px;
    border: 1px solid rgb(13, 107, 170);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.18),0 4px 5px 0 rgba(0,0,0,.15);
}

.windows-btn a {
    color: #000;
}

.cart {
    padding: 0 23px;
}

.cont_width {
    width: 200px;
    left: 30px;
    position: relative;
    /* margin-top: -13px;*/
}

.txt_android {
    color: #2574ab;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.univ_hdr {
    color: #2574ab;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.txt_sem_wrp {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.chk_mrgn {
    margin: 0px 26px;
}

@Media (max-width:480px) {
    .pad-top {
        padding-top: 10px;
    }

    #progressbar {
        width: 100%;
        margin: 0px 0px 0px -20px;
    }

        #progressbar li {
            text-transform: uppercase;
            font-size: 10px;
        }

    .ord_sum_tab .bld_td td {
        font-size: 12px !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

    .ord_sum_tab b {
        font-size: 12px !important;
        text-transform: uppercase;
    }

    .wid_full-wrp {
        margin-left: -10px;
        width: 0;
    }

        .wid_full-wrp .text-center {
            font-size: 11px;
        }

    .footer {
        padding: 0;
    }

    .copyright {
        padding: 0;
    }

        .copyright .col-sm-4:last-child {
            text-align: center;
        }
}

@media screen and (max-width:480px) {
    .sem_con {
        margin: 0px;
    }

    #qpall .col-md-6 {
        padding: 0;
        margin-left: -3px;
    }

    .sem_sub span {
        float: left;
    }

    .chk_mrgn {
        float: left;
        margin: 0 10px;
    }

    .mrg_top {
        margin-bottom: 50px;
    }

    .sub_dwn-wrp {
        margin-bottom: 140px;
    }

    .h_4 {
        font-size: 16px;
    }

    .clr-both {
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .sub_dwn-wrp {
        margin-bottom: 140px;
    }

    .clr-both {
        clear: both;
    }

    .sf-menu {
        margin-left: 0px !important;
    }
}

#packageid {
    margin: 0 !important;
}

.univ_app h2 {
    margin: 0 !important;
}

.univ_app h3 {
    margin: 0 !important;
}

.app_cont h3 {
    margin: 0 !important;
}

.app_cont {
    padding: 15px;
    box-shadow: inset 0 0 1em gold;
    margin-top: 20px;
}

    .app_cont ul {
        margin: 0 !important;
        text-align: justify;
        padding-right: 40px;
    }

    .app_cont li {
        margin-bottom: 5px;
    }

.app_offer {
    margin-top: 20px;
    text-align: center;
}

.left-pan {
    display: flex;
}

.downloadClient {
    margin: 0 auto;
}

#progressbar {
    margin: 0;
    padding: 0px;
}

@media screen and (max-width:468px) {
    .form-form-group.col-sm-4 {
        margin-bottom: 2px !important;
        padding: 0px;
    }

    .logo-img_sploffer {
        margin-top: 15px;
    }

    .btn-sploffer {
        padding: 5px !important;
    }

    .bt_lk {
        margin-top: 13px;
    }

    .sb_fr-txt strong i {
        display: inline;
    }

    .inr_wrp span {
        text-align: center !important;
    }

    .pg_txt {
        padding: 0 !important;
    }

    .sb_fr-txt span {
        margin: 10px 0;
    }

    .sec-sploffer {
        margin-bottom: 30px;
    }

    .inr_wrp {
        padding-top: 0 !important;
    }
}
/************** */

.nav-icon-outline {
    background-color: transparent;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    color: #000;
    position: relative;
    padding: 7px 0px 0 9px;
    top: 18px;
    border-radius: 50%;
    margin-right: 15px;
}

.nav-header .badge {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    background-color: #9245dc;
}

.resp-badge {
    padding: 3px 5px;
    background-color: #44af61;
    color: #000;
    position: absolute;
    top: -7px;
}

.navbar-logo {
    height: 63px;
}

    .navbar-logo img {
        width: 137px !important;
        margin-left: 22px;
    }

@media screen and (max-width:768px) {
    .navbar-logo {
        height: 63px;
        padding-left: 0;
    }

        .navbar-logo img {
            width: 122px !important;
            margin-left: 15px;
        }

    .sf-menu {
        margin-left: 0;
    }

    .hd_til_txt {
        margin-top: 65px;
    }

    .logo-img_sploffer {
        margin-top: 15px;
    }

    .btn-sploffer {
        padding: 5px !important;
    }

    .sb_fr-txt span {
        margin: 10px 0;
    }

    .sec-sploffer {
        margin-bottom: 30px;
    }

    .inr_wrp {
        padding-top: 0 !important;
    }
}



.main-inr_wrp {
    margin: 0px auto;
    text-align: center;
}

    .main-inr_wrp header h1 {
        font-size: 20px;
        margin: 10px 0 0 0;
        text-transform: uppercase;
    }

    .main-inr_wrp header h2 {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0;
        text-transform: uppercase;
    }

.inr_wrp {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    width: 77%;
}

    .inr_wrp input[type="text"] {
        margin: 10px 0 0 0;
        padding: 10px;
        background: #eaf0f3;
        border: 1px solid #d0d5d8;
        width: 50%;
    }

    .inr_wrp h3 {
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .inr_wrp span {
        display: block;
        margin-bottom: 0;
        text-align: left;
    }

.btn_sub_fre {
    background: #0b9893;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.bt_lk {
    margin-bottom: 15px;
}

    .bt_lk input[type="button"] {
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: 0px 20px 0 0;
        padding: 10px;
        text-transform: uppercase;
    }

        .bt_lk input[type="button"]:hover {
            color: #3b5998;
        }



.sb_fr-txt {
    font-size: 17px;
    margin: 20px 0 5px 0;
    /*color: #0D6BAA;*/
}

    .sb_fr-txt strong {
        font-weight: 200;
    }

        .sb_fr-txt strong i {
            font-weight: 200;
            font-size: 17px;
        }


.ref_txt {
    font-size: 16px;
}

.fre_txt {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #f35626;
}

.fre_rup {
    font-weight: bold;
    font-size: 15px;
    color: #f35626;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.site_title {
    color: #f35626;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.btn-sploffer {
    font-size: 15px;
}

    .btn-sploffer:active {
        color: #fff;
    }

    .btn-sploffer i {
        color: #a8aeb2;
    }

        .btn-sploffer i:hover {
            color: #000;
        }

.logo-img_sploffer {
    margin-top: 15px;
}

.desk_wrp {
    color: #f41616;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.pg_txt {
    margin: 15px 0 10px;
    overflow-wrap: break-word;
    text-align: left;
}

.txt_desk_wrp {
    margin: 17px 0 0;
    overflow-wrap: break-word;
}

.downloadexe {
    margin-top: 10%;
    margin-bottom: 10%;
}


.hd_til_txt * {
    display: inline-block;
    vertical-align: middle;
}


/* PPT design 1 css starts here */
.out {
    width: 100%;
    display: block;
}

.div-11 {
    color: #434343;
    font-size: 15px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    padding: 15px 15px 15px 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #75a1d8;
    margin-bottom: 5px;
}

.span-11 {
    color: #434343;
    font-size: 15px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    padding: 15px 15px 15px 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #75a1d8;
    margin-bottom: 5px;
}

.span-12 {
    color: #434343;
    font-size: 15px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    padding: 15px 15px 15px 0;
    width: 80%;
    display: inline-block;   
    margin-bottom: 5px;
}

.span-1 {
    color: #434343;
    font-size: 15px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    padding: 15px 15px 15px 0;
    width: 80%;
    display: inline-block;
    border-bottom: 1px solid #75a1d8;
    margin-bottom: 5px;
}

.span-2 {
    background: #75a1d8;
    width: 42px;
    height: 42px;
    border-radius: 50% 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin-top: 1%;
    float: right;
}

.span-3 {
    color: #434343;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px;
    width: 80%;
    display: inline-block;
    border-bottom: 1px solid #dd9a4c;
    margin-bottom: 5px;
}

.span-4 {
    background: #dd9a4c;
    width: 42px;
    height: 42px;
    border-radius: 50% 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin-top: 1%;
    float: right;
}

.f-left {
    text-align: left;
    width: 80%;
    display: inline-block;
}

.f-right {
    text-align: right;
    width: 20%;
    float: right;
}

.ash-back {
    background: #f9f9f9;
    color: #000;
    background: #e9e9e9;
    padding: 5px 15px;
    border-radius: 20px;
    display: block;
    color: #434343;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.bx-shw {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.margin-l-r {
    margin-left: 1%;
    margin-right: 1%;
}

.b-d-r {
    border: 1px solid #dadada;
}

.w-b-f {
}

.mar-tp {
    margin-top: 2%;
}

.mar-btm {
    margin-bottom: 2%;
}

.br-btm {
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 5px;
    clear: both;
    margin-top: 10px;
}
/* PPT design 1 css ends here */

/* PPT design 2 css starts here */
.i-m-g {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 350px;
}

.t-o-p {
    width: 100%;
    margin: o auto;
}

.tab-p {
    width: 94%;
    margin-bottom: 1%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
}



.margintop {
  margin-top: 4%;
}




.div_dis > div {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.div_dis .dataTables_filter, .div_dis .dataTables_paginate {
    float: right;
    padding-right: 0px !important;
}
/* PPT design 2 css ends here */

