/* Minification failed. Returning unminified contents.
(13473,21): run-time error CSS1036: Expected expression, found '!important'
(33105,21): run-time error CSS1036: Expected expression, found '!important'
(43027,1): run-time error CSS1019: Unexpected token, found '@'
(43182,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43183,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43200,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43201,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43218,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43219,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43228,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43229,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43246,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43247,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43273,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43274,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43300,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43301,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43322,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43323,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43344,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43345,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43362,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43363,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43392,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43393,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43404,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43405,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43420,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43421,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43445,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43446,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43474,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43475,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43482,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43483,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43494,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(43495,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(43502,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(43503,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.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=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-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: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* NUGET: BEGIN LICENSE TEXT
 *
 * Microsoft grants you the right to use these script files for the sole
 * purpose of either: (i) interacting through your browser with the Microsoft
 * website or online service, subject to the applicable licensing or use
 * terms; or (ii) using the files as included with a Microsoft product subject
 * to that product's license terms. Microsoft reserves all other rights to the
 * files not expressly granted by Microsoft, whether by implication, estoppel
 * or otherwise. The notices and licenses below are for informational purposes only.
 *
 * NUGET: END LICENSE TEXT */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}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}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]: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}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}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:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}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}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.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;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}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}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-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{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{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.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{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.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}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.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{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{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.428571429;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-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{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>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;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.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;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.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;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.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>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{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;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}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .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,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;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"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{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],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.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{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom: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}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.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 .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.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,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.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:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.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:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.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:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.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:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.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:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.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:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.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:#2a6496;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:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.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;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@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.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';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.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;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.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.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.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-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.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{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.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:focus,.btn-group-vertical>.btn:focus{outline:0}.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:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-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-bottom-left-radius:0;border-top-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>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.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,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.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{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.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-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;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:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.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{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;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>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){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>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.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:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;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:#428bca}.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.428571429;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{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.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:#428bca}.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{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;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-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{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;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.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;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}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.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,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@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-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.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:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.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}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@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-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.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:#080808}.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:#333}.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:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.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:#999}.navbar-inverse .navbar-link:hover{color:#fff}.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:#999}.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.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-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{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-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}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-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:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.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:#999;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}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.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:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.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{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-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}}@-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}}.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,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-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-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.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-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.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{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:#e1edf7}.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,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>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-group .panel{margin-bottom:0;overflow:hidden;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{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-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,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;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.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}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.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;text-decoration:none;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-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.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;font-weight:normal;line-height:18px;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{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.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;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.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,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.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;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,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.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}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
    font-family: 'weathericons';
    src: url('../font/weathericons-regular-webfont.eot');
    src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff2') format('woff2'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wi {
    display: inline-block;
    font-family: 'weathericons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wi-fw {
    text-align: center;
    width: 1.4em;
}

.wi-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wi-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wi-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.wi-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.wi-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.wi-day-sunny:before {
    content: "\f00d";
}

.wi-day-cloudy:before {
    content: "\f002";
}

.wi-day-cloudy-gusts:before {
    content: "\f000";
}

.wi-day-cloudy-windy:before {
    content: "\f001";
}

.wi-day-fog:before {
    content: "\f003";
}

.wi-day-hail:before {
    content: "\f004";
}

.wi-day-haze:before {
    content: "\f0b6";
}

.wi-day-lightning:before {
    content: "\f005";
}

.wi-day-rain:before {
    content: "\f008";
}

.wi-day-rain-mix:before {
    content: "\f006";
}

.wi-day-rain-wind:before {
    content: "\f007";
}

.wi-day-showers:before {
    content: "\f009";
}

.wi-day-sleet:before {
    content: "\f0b2";
}

.wi-day-sleet-storm:before {
    content: "\f068";
}

.wi-day-snow:before {
    content: "\f00a";
}

.wi-day-snow-thunderstorm:before {
    content: "\f06b";
}

.wi-day-snow-wind:before {
    content: "\f065";
}

.wi-day-sprinkle:before {
    content: "\f00b";
}

.wi-day-storm-showers:before {
    content: "\f00e";
}

.wi-day-sunny-overcast:before {
    content: "\f00c";
}

.wi-day-thunderstorm:before {
    content: "\f010";
}

.wi-day-windy:before {
    content: "\f085";
}

.wi-solar-eclipse:before {
    content: "\f06e";
}

.wi-hot:before {
    content: "\f072";
}

.wi-day-cloudy-high:before {
    content: "\f07d";
}

.wi-day-light-wind:before {
    content: "\f0c4";
}

.wi-night-clear:before {
    content: "\f02e";
}

.wi-night-alt-cloudy:before {
    content: "\f086";
}

.wi-night-alt-cloudy-gusts:before {
    content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
    content: "\f023";
}

.wi-night-alt-hail:before {
    content: "\f024";
}

.wi-night-alt-lightning:before {
    content: "\f025";
}

.wi-night-alt-rain:before {
    content: "\f028";
}

.wi-night-alt-rain-mix:before {
    content: "\f026";
}

.wi-night-alt-rain-wind:before {
    content: "\f027";
}

.wi-night-alt-showers:before {
    content: "\f029";
}

.wi-night-alt-sleet:before {
    content: "\f0b4";
}

.wi-night-alt-sleet-storm:before {
    content: "\f06a";
}

.wi-night-alt-snow:before {
    content: "\f02a";
}

.wi-night-alt-snow-thunderstorm:before {
    content: "\f06d";
}

.wi-night-alt-snow-wind:before {
    content: "\f067";
}

.wi-night-alt-sprinkle:before {
    content: "\f02b";
}

.wi-night-alt-storm-showers:before {
    content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
    content: "\f02d";
}

.wi-night-cloudy:before {
    content: "\f031";
}

.wi-night-cloudy-gusts:before {
    content: "\f02f";
}

.wi-night-cloudy-windy:before {
    content: "\f030";
}

.wi-night-fog:before {
    content: "\f04a";
}

.wi-night-hail:before {
    content: "\f032";
}

.wi-night-lightning:before {
    content: "\f033";
}

.wi-night-partly-cloudy:before {
    content: "\f083";
}

.wi-night-rain:before {
    content: "\f036";
}

.wi-night-rain-mix:before {
    content: "\f034";
}

.wi-night-rain-wind:before {
    content: "\f035";
}

.wi-night-showers:before {
    content: "\f037";
}

.wi-night-sleet:before {
    content: "\f0b3";
}

.wi-night-sleet-storm:before {
    content: "\f069";
}

.wi-night-snow:before {
    content: "\f038";
}

.wi-night-snow-thunderstorm:before {
    content: "\f06c";
}

.wi-night-snow-wind:before {
    content: "\f066";
}

.wi-night-sprinkle:before {
    content: "\f039";
}

.wi-night-storm-showers:before {
    content: "\f03a";
}

.wi-night-thunderstorm:before {
    content: "\f03b";
}

.wi-lunar-eclipse:before {
    content: "\f070";
}

.wi-stars:before {
    content: "\f077";
}

.wi-storm-showers:before {
    content: "\f01d";
}

.wi-thunderstorm:before {
    content: "\f01e";
}

.wi-night-alt-cloudy-high:before {
    content: "\f07e";
}

.wi-night-cloudy-high:before {
    content: "\f080";
}

.wi-night-alt-partly-cloudy:before {
    content: "\f081";
}

.wi-cloud:before {
    content: "\f041";
}

.wi-cloudy:before {
    content: "\f013";
}

.wi-cloudy-gusts:before {
    content: "\f011";
}

.wi-cloudy-windy:before {
    content: "\f012";
}

.wi-fog:before {
    content: "\f014";
}

.wi-hail:before {
    content: "\f015";
}

.wi-rain:before {
    content: "\f019";
}

.wi-rain-mix:before {
    content: "\f017";
}

.wi-rain-wind:before {
    content: "\f018";
}

.wi-showers:before {
    content: "\f01a";
}

.wi-sleet:before {
    content: "\f0b5";
}

.wi-snow:before {
    content: "\f01b";
}

.wi-sprinkle:before {
    content: "\f01c";
}

.wi-storm-showers:before {
    content: "\f01d";
}

.wi-thunderstorm:before {
    content: "\f01e";
}

.wi-snow-wind:before {
    content: "\f064";
}

.wi-snow:before {
    content: "\f01b";
}

.wi-smog:before {
    content: "\f074";
}

.wi-smoke:before {
    content: "\f062";
}

.wi-lightning:before {
    content: "\f016";
}

.wi-raindrops:before {
    content: "\f04e";
}

.wi-raindrop:before {
    content: "\f078";
}

.wi-dust:before {
    content: "\f063";
}

.wi-snowflake-cold:before {
    content: "\f076";
}

.wi-windy:before {
    content: "\f021";
}

.wi-strong-wind:before {
    content: "\f050";
}

.wi-sandstorm:before {
    content: "\f082";
}

.wi-earthquake:before {
    content: "\f0c6";
}

.wi-fire:before {
    content: "\f0c7";
}

.wi-flood:before {
    content: "\f07c";
}

.wi-meteor:before {
    content: "\f071";
}

.wi-tsunami:before {
    content: "\f0c5";
}

.wi-volcano:before {
    content: "\f0c8";
}

.wi-hurricane:before {
    content: "\f073";
}

.wi-tornado:before {
    content: "\f056";
}

.wi-small-craft-advisory:before {
    content: "\f0cc";
}

.wi-gale-warning:before {
    content: "\f0cd";
}

.wi-storm-warning:before {
    content: "\f0ce";
}

.wi-hurricane-warning:before {
    content: "\f0cf";
}

.wi-wind-direction:before {
    content: "\f0b1";
}

.wi-alien:before {
    content: "\f075";
}

.wi-celsius:before {
    content: "\f03c";
}

.wi-fahrenheit:before {
    content: "\f045";
}

.wi-degrees:before {
    content: "\f042";
}

.wi-thermometer:before {
    content: "\f055";
}

.wi-thermometer-exterior:before {
    content: "\f053";
}

.wi-thermometer-internal:before {
    content: "\f054";
}

.wi-cloud-down:before {
    content: "\f03d";
}

.wi-cloud-up:before {
    content: "\f040";
}

.wi-cloud-refresh:before {
    content: "\f03e";
}

.wi-horizon:before {
    content: "\f047";
}

.wi-horizon-alt:before {
    content: "\f046";
}

.wi-sunrise:before {
    content: "\f051";
}

.wi-sunset:before {
    content: "\f052";
}

.wi-moonrise:before {
    content: "\f0c9";
}

.wi-moonset:before {
    content: "\f0ca";
}

.wi-refresh:before {
    content: "\f04c";
}

.wi-refresh-alt:before {
    content: "\f04b";
}

.wi-umbrella:before {
    content: "\f084";
}

.wi-barometer:before {
    content: "\f079";
}

.wi-humidity:before {
    content: "\f07a";
}

.wi-na:before {
    content: "\f07b";
}

.wi-train:before {
    content: "\f0cb";
}

.wi-moon-new:before {
    content: "\f095";
}

.wi-moon-waxing-crescent-1:before {
    content: "\f096";
}

.wi-moon-waxing-crescent-2:before {
    content: "\f097";
}

.wi-moon-waxing-crescent-3:before {
    content: "\f098";
}

.wi-moon-waxing-crescent-4:before {
    content: "\f099";
}

.wi-moon-waxing-crescent-5:before {
    content: "\f09a";
}

.wi-moon-waxing-crescent-6:before {
    content: "\f09b";
}

.wi-moon-first-quarter:before {
    content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
    content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
    content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
    content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
    content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
    content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
    content: "\f0a2";
}

.wi-moon-full:before {
    content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
    content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
    content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
    content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
    content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
    content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
    content: "\f0a9";
}

.wi-moon-third-quarter:before {
    content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
    content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
    content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
    content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
    content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
    content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
    content: "\f0b0";
}

.wi-moon-alt-new:before {
    content: "\f0eb";
}

.wi-moon-alt-waxing-crescent-1:before {
    content: "\f0d0";
}

.wi-moon-alt-waxing-crescent-2:before {
    content: "\f0d1";
}

.wi-moon-alt-waxing-crescent-3:before {
    content: "\f0d2";
}

.wi-moon-alt-waxing-crescent-4:before {
    content: "\f0d3";
}

.wi-moon-alt-waxing-crescent-5:before {
    content: "\f0d4";
}

.wi-moon-alt-waxing-crescent-6:before {
    content: "\f0d5";
}

.wi-moon-alt-first-quarter:before {
    content: "\f0d6";
}

.wi-moon-alt-waxing-gibbous-1:before {
    content: "\f0d7";
}

.wi-moon-alt-waxing-gibbous-2:before {
    content: "\f0d8";
}

.wi-moon-alt-waxing-gibbous-3:before {
    content: "\f0d9";
}

.wi-moon-alt-waxing-gibbous-4:before {
    content: "\f0da";
}

.wi-moon-alt-waxing-gibbous-5:before {
    content: "\f0db";
}

.wi-moon-alt-waxing-gibbous-6:before {
    content: "\f0dc";
}

.wi-moon-alt-full:before {
    content: "\f0dd";
}

.wi-moon-alt-waning-gibbous-1:before {
    content: "\f0de";
}

.wi-moon-alt-waning-gibbous-2:before {
    content: "\f0df";
}

.wi-moon-alt-waning-gibbous-3:before {
    content: "\f0e0";
}

.wi-moon-alt-waning-gibbous-4:before {
    content: "\f0e1";
}

.wi-moon-alt-waning-gibbous-5:before {
    content: "\f0e2";
}

.wi-moon-alt-waning-gibbous-6:before {
    content: "\f0e3";
}

.wi-moon-alt-third-quarter:before {
    content: "\f0e4";
}

.wi-moon-alt-waning-crescent-1:before {
    content: "\f0e5";
}

.wi-moon-alt-waning-crescent-2:before {
    content: "\f0e6";
}

.wi-moon-alt-waning-crescent-3:before {
    content: "\f0e7";
}

.wi-moon-alt-waning-crescent-4:before {
    content: "\f0e8";
}

.wi-moon-alt-waning-crescent-5:before {
    content: "\f0e9";
}

.wi-moon-alt-waning-crescent-6:before {
    content: "\f0ea";
}

.wi-moon-0:before {
    content: "\f095";
}

.wi-moon-1:before {
    content: "\f096";
}

.wi-moon-2:before {
    content: "\f097";
}

.wi-moon-3:before {
    content: "\f098";
}

.wi-moon-4:before {
    content: "\f099";
}

.wi-moon-5:before {
    content: "\f09a";
}

.wi-moon-6:before {
    content: "\f09b";
}

.wi-moon-7:before {
    content: "\f09c";
}

.wi-moon-8:before {
    content: "\f09d";
}

.wi-moon-9:before {
    content: "\f09e";
}

.wi-moon-10:before {
    content: "\f09f";
}

.wi-moon-11:before {
    content: "\f0a0";
}

.wi-moon-12:before {
    content: "\f0a1";
}

.wi-moon-13:before {
    content: "\f0a2";
}

.wi-moon-14:before {
    content: "\f0a3";
}

.wi-moon-15:before {
    content: "\f0a4";
}

.wi-moon-16:before {
    content: "\f0a5";
}

.wi-moon-17:before {
    content: "\f0a6";
}

.wi-moon-18:before {
    content: "\f0a7";
}

.wi-moon-19:before {
    content: "\f0a8";
}

.wi-moon-20:before {
    content: "\f0a9";
}

.wi-moon-21:before {
    content: "\f0aa";
}

.wi-moon-22:before {
    content: "\f0ab";
}

.wi-moon-23:before {
    content: "\f0ac";
}

.wi-moon-24:before {
    content: "\f0ad";
}

.wi-moon-25:before {
    content: "\f0ae";
}

.wi-moon-26:before {
    content: "\f0af";
}

.wi-moon-27:before {
    content: "\f0b0";
}

.wi-time-1:before {
    content: "\f08a";
}

.wi-time-2:before {
    content: "\f08b";
}

.wi-time-3:before {
    content: "\f08c";
}

.wi-time-4:before {
    content: "\f08d";
}

.wi-time-5:before {
    content: "\f08e";
}

.wi-time-6:before {
    content: "\f08f";
}

.wi-time-7:before {
    content: "\f090";
}

.wi-time-8:before {
    content: "\f091";
}

.wi-time-9:before {
    content: "\f092";
}

.wi-time-10:before {
    content: "\f093";
}

.wi-time-11:before {
    content: "\f094";
}

.wi-time-12:before {
    content: "\f089";
}

.wi-direction-up:before {
    content: "\f058";
}

.wi-direction-up-right:before {
    content: "\f057";
}

.wi-direction-right:before {
    content: "\f04d";
}

.wi-direction-down-right:before {
    content: "\f088";
}

.wi-direction-down:before {
    content: "\f044";
}

.wi-direction-down-left:before {
    content: "\f043";
}

.wi-direction-left:before {
    content: "\f048";
}

.wi-direction-up-left:before {
    content: "\f087";
}

.wi-wind-beaufort-0:before {
    content: "\f0b7";
}

.wi-wind-beaufort-1:before {
    content: "\f0b8";
}

.wi-wind-beaufort-2:before {
    content: "\f0b9";
}

.wi-wind-beaufort-3:before {
    content: "\f0ba";
}

.wi-wind-beaufort-4:before {
    content: "\f0bb";
}

.wi-wind-beaufort-5:before {
    content: "\f0bc";
}

.wi-wind-beaufort-6:before {
    content: "\f0bd";
}

.wi-wind-beaufort-7:before {
    content: "\f0be";
}

.wi-wind-beaufort-8:before {
    content: "\f0bf";
}

.wi-wind-beaufort-9:before {
    content: "\f0c0";
}

.wi-wind-beaufort-10:before {
    content: "\f0c1";
}

.wi-wind-beaufort-11:before {
    content: "\f0c2";
}

.wi-wind-beaufort-12:before {
    content: "\f0c3";
}

.wi-yahoo-0:before {
    content: "\f056";
}

.wi-yahoo-1:before {
    content: "\f00e";
}

.wi-yahoo-2:before {
    content: "\f073";
}

.wi-yahoo-3:before {
    content: "\f01e";
}

.wi-yahoo-4:before {
    content: "\f01e";
}

.wi-yahoo-5:before {
    content: "\f017";
}

.wi-yahoo-6:before {
    content: "\f017";
}

.wi-yahoo-7:before {
    content: "\f017";
}

.wi-yahoo-8:before {
    content: "\f015";
}

.wi-yahoo-9:before {
    content: "\f01a";
}

.wi-yahoo-10:before {
    content: "\f015";
}

.wi-yahoo-11:before {
    content: "\f01a";
}

.wi-yahoo-12:before {
    content: "\f01a";
}

.wi-yahoo-13:before {
    content: "\f01b";
}

.wi-yahoo-14:before {
    content: "\f00a";
}

.wi-yahoo-15:before {
    content: "\f064";
}

.wi-yahoo-16:before {
    content: "\f01b";
}

.wi-yahoo-17:before {
    content: "\f015";
}

.wi-yahoo-18:before {
    content: "\f017";
}

.wi-yahoo-19:before {
    content: "\f063";
}

.wi-yahoo-20:before {
    content: "\f014";
}

.wi-yahoo-21:before {
    content: "\f021";
}

.wi-yahoo-22:before {
    content: "\f062";
}

.wi-yahoo-23:before {
    content: "\f050";
}

.wi-yahoo-24:before {
    content: "\f050";
}

.wi-yahoo-25:before {
    content: "\f076";
}

.wi-yahoo-26:before {
    content: "\f013";
}

.wi-yahoo-27:before {
    content: "\f031";
}

.wi-yahoo-28:before {
    content: "\f002";
}

.wi-yahoo-29:before {
    content: "\f031";
}

.wi-yahoo-30:before {
    content: "\f002";
}

.wi-yahoo-31:before {
    content: "\f02e";
}

.wi-yahoo-32:before {
    content: "\f00d";
}

.wi-yahoo-33:before {
    content: "\f083";
}

.wi-yahoo-34:before {
    content: "\f00c";
}

.wi-yahoo-35:before {
    content: "\f017";
}

.wi-yahoo-36:before {
    content: "\f072";
}

.wi-yahoo-37:before {
    content: "\f00e";
}

.wi-yahoo-38:before {
    content: "\f00e";
}

.wi-yahoo-39:before {
    content: "\f00e";
}

.wi-yahoo-40:before {
    content: "\f01a";
}

.wi-yahoo-41:before {
    content: "\f064";
}

.wi-yahoo-42:before {
    content: "\f01b";
}

.wi-yahoo-43:before {
    content: "\f064";
}

.wi-yahoo-44:before {
    content: "\f00c";
}

.wi-yahoo-45:before {
    content: "\f00e";
}

.wi-yahoo-46:before {
    content: "\f01b";
}

.wi-yahoo-47:before {
    content: "\f00e";
}

.wi-yahoo-3200:before {
    content: "\f077";
}

.wi-forecast-io-clear-day:before {
    content: "\f00d";
}

.wi-forecast-io-clear-night:before {
    content: "\f02e";
}

.wi-forecast-io-rain:before {
    content: "\f019";
}

.wi-forecast-io-snow:before {
    content: "\f01b";
}

.wi-forecast-io-sleet:before {
    content: "\f0b5";
}

.wi-forecast-io-wind:before {
    content: "\f050";
}

.wi-forecast-io-fog:before {
    content: "\f014";
}

.wi-forecast-io-cloudy:before {
    content: "\f013";
}

.wi-forecast-io-partly-cloudy-day:before {
    content: "\f002";
}

.wi-forecast-io-partly-cloudy-night:before {
    content: "\f031";
}

.wi-forecast-io-hail:before {
    content: "\f015";
}

.wi-forecast-io-thunderstorm:before {
    content: "\f01e";
}

.wi-forecast-io-tornado:before {
    content: "\f056";
}

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
    content: "\f055";
}

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
    content: "\f013";
}

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
    content: "\f055";
}

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
    content: "\f013";
}

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
    content: "\f014";
}

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
    content: "\f014";
}

.wi-wmo4680-10:before {
    content: "\f014";
}

.wi-wmo4680-11:before {
    content: "\f014";
}

.wi-wmo4680-12:before {
    content: "\f016";
}

.wi-wmo4680-18:before {
    content: "\f050";
}

.wi-wmo4680-20:before {
    content: "\f014";
}

.wi-wmo4680-21:before {
    content: "\f017";
}

.wi-wmo4680-22:before {
    content: "\f017";
}

.wi-wmo4680-23:before {
    content: "\f019";
}

.wi-wmo4680-24:before {
    content: "\f01b";
}

.wi-wmo4680-25:before {
    content: "\f015";
}

.wi-wmo4680-26:before {
    content: "\f01e";
}

.wi-wmo4680-27:before {
    content: "\f063";
}

.wi-wmo4680-28:before {
    content: "\f063";
}

.wi-wmo4680-29:before {
    content: "\f063";
}

.wi-wmo4680-30:before {
    content: "\f014";
}

.wi-wmo4680-31:before {
    content: "\f014";
}

.wi-wmo4680-32:before {
    content: "\f014";
}

.wi-wmo4680-33:before {
    content: "\f014";
}

.wi-wmo4680-34:before {
    content: "\f014";
}

.wi-wmo4680-35:before {
    content: "\f014";
}

.wi-wmo4680-40:before {
    content: "\f017";
}

.wi-wmo4680-41:before {
    content: "\f01c";
}

.wi-wmo4680-42:before {
    content: "\f019";
}

.wi-wmo4680-43:before {
    content: "\f01c";
}

.wi-wmo4680-44:before {
    content: "\f019";
}

.wi-wmo4680-45:before {
    content: "\f015";
}

.wi-wmo4680-46:before {
    content: "\f015";
}

.wi-wmo4680-47:before {
    content: "\f01b";
}

.wi-wmo4680-48:before {
    content: "\f01b";
}

.wi-wmo4680-50:before {
    content: "\f01c";
}

.wi-wmo4680-51:before {
    content: "\f01c";
}

.wi-wmo4680-52:before {
    content: "\f019";
}

.wi-wmo4680-53:before {
    content: "\f019";
}

.wi-wmo4680-54:before {
    content: "\f076";
}

.wi-wmo4680-55:before {
    content: "\f076";
}

.wi-wmo4680-56:before {
    content: "\f076";
}

.wi-wmo4680-57:before {
    content: "\f01c";
}

.wi-wmo4680-58:before {
    content: "\f019";
}

.wi-wmo4680-60:before {
    content: "\f01c";
}

.wi-wmo4680-61:before {
    content: "\f01c";
}

.wi-wmo4680-62:before {
    content: "\f019";
}

.wi-wmo4680-63:before {
    content: "\f019";
}

.wi-wmo4680-64:before {
    content: "\f015";
}

.wi-wmo4680-65:before {
    content: "\f015";
}

.wi-wmo4680-66:before {
    content: "\f015";
}

.wi-wmo4680-67:before {
    content: "\f017";
}

.wi-wmo4680-68:before {
    content: "\f017";
}

.wi-wmo4680-70:before {
    content: "\f01b";
}

.wi-wmo4680-71:before {
    content: "\f01b";
}

.wi-wmo4680-72:before {
    content: "\f01b";
}

.wi-wmo4680-73:before {
    content: "\f01b";
}

.wi-wmo4680-74:before {
    content: "\f076";
}

.wi-wmo4680-75:before {
    content: "\f076";
}

.wi-wmo4680-76:before {
    content: "\f076";
}

.wi-wmo4680-77:before {
    content: "\f01b";
}

.wi-wmo4680-78:before {
    content: "\f076";
}

.wi-wmo4680-80:before {
    content: "\f019";
}

.wi-wmo4680-81:before {
    content: "\f01c";
}

.wi-wmo4680-82:before {
    content: "\f019";
}

.wi-wmo4680-83:before {
    content: "\f019";
}

.wi-wmo4680-84:before {
    content: "\f01d";
}

.wi-wmo4680-85:before {
    content: "\f017";
}

.wi-wmo4680-86:before {
    content: "\f017";
}

.wi-wmo4680-87:before {
    content: "\f017";
}

.wi-wmo4680-89:before {
    content: "\f015";
}

.wi-wmo4680-90:before {
    content: "\f016";
}

.wi-wmo4680-91:before {
    content: "\f01d";
}

.wi-wmo4680-92:before {
    content: "\f01e";
}

.wi-wmo4680-93:before {
    content: "\f01e";
}

.wi-wmo4680-94:before {
    content: "\f016";
}

.wi-wmo4680-95:before {
    content: "\f01e";
}

.wi-wmo4680-96:before {
    content: "\f01e";
}

.wi-wmo4680-99:before {
    content: "\f056";
}

.wi-owm-200:before {
    content: "\f01e";
}

.wi-owm-201:before {
    content: "\f01e";
}

.wi-owm-202:before {
    content: "\f01e";
}

.wi-owm-210:before {
    content: "\f016";
}

.wi-owm-211:before {
    content: "\f016";
}

.wi-owm-212:before {
    content: "\f016";
}

.wi-owm-221:before {
    content: "\f016";
}

.wi-owm-230:before {
    content: "\f01e";
}

.wi-owm-231:before {
    content: "\f01e";
}

.wi-owm-232:before {
    content: "\f01e";
}

.wi-owm-300:before {
    content: "\f01c";
}

.wi-owm-301:before {
    content: "\f01c";
}

.wi-owm-302:before {
    content: "\f019";
}

.wi-owm-310:before {
    content: "\f017";
}

.wi-owm-311:before {
    content: "\f019";
}

.wi-owm-312:before {
    content: "\f019";
}

.wi-owm-313:before {
    content: "\f01a";
}

.wi-owm-314:before {
    content: "\f019";
}

.wi-owm-321:before {
    content: "\f01c";
}

.wi-owm-500:before {
    content: "\f01c";
}

.wi-owm-501:before {
    content: "\f019";
}

.wi-owm-502:before {
    content: "\f019";
}

.wi-owm-503:before {
    content: "\f019";
}

.wi-owm-504:before {
    content: "\f019";
}

.wi-owm-511:before {
    content: "\f017";
}

.wi-owm-520:before {
    content: "\f01a";
}

.wi-owm-521:before {
    content: "\f01a";
}

.wi-owm-522:before {
    content: "\f01a";
}

.wi-owm-531:before {
    content: "\f01d";
}

.wi-owm-600:before {
    content: "\f01b";
}

.wi-owm-601:before {
    content: "\f01b";
}

.wi-owm-602:before {
    content: "\f0b5";
}

.wi-owm-611:before {
    content: "\f017";
}

.wi-owm-612:before {
    content: "\f017";
}

.wi-owm-615:before {
    content: "\f017";
}

.wi-owm-616:before {
    content: "\f017";
}

.wi-owm-620:before {
    content: "\f017";
}

.wi-owm-621:before {
    content: "\f01b";
}

.wi-owm-622:before {
    content: "\f01b";
}

.wi-owm-701:before {
    content: "\f01a";
}

.wi-owm-711:before {
    content: "\f062";
}

.wi-owm-721:before {
    content: "\f0b6";
}

.wi-owm-731:before {
    content: "\f063";
}

.wi-owm-741:before {
    content: "\f014";
}

.wi-owm-761:before {
    content: "\f063";
}

.wi-owm-762:before {
    content: "\f063";
}

.wi-owm-771:before {
    content: "\f011";
}

.wi-owm-781:before {
    content: "\f056";
}

.wi-owm-800:before {
    content: "\f00d";
}

.wi-owm-801:before {
    content: "\f011";
}

.wi-owm-802:before {
    content: "\f011";
}

.wi-owm-803:before {
    content: "\f012";
}

.wi-owm-804:before {
    content: "\f013";
}

.wi-owm-900:before {
    content: "\f056";
}

.wi-owm-901:before {
    content: "\f01d";
}

.wi-owm-902:before {
    content: "\f073";
}

.wi-owm-903:before {
    content: "\f076";
}

.wi-owm-904:before {
    content: "\f072";
}

.wi-owm-905:before {
    content: "\f021";
}

.wi-owm-906:before {
    content: "\f015";
}

.wi-owm-957:before {
    content: "\f050";
}

.wi-owm-day-200:before {
    content: "\f010";
}

.wi-owm-day-201:before {
    content: "\f010";
}

.wi-owm-day-202:before {
    content: "\f010";
}

.wi-owm-day-210:before {
    content: "\f005";
}

.wi-owm-day-211:before {
    content: "\f005";
}

.wi-owm-day-212:before {
    content: "\f005";
}

.wi-owm-day-221:before {
    content: "\f005";
}

.wi-owm-day-230:before {
    content: "\f010";
}

.wi-owm-day-231:before {
    content: "\f010";
}

.wi-owm-day-232:before {
    content: "\f010";
}

.wi-owm-day-300:before {
    content: "\f00b";
}

.wi-owm-day-301:before {
    content: "\f00b";
}

.wi-owm-day-302:before {
    content: "\f008";
}

.wi-owm-day-310:before {
    content: "\f008";
}

.wi-owm-day-311:before {
    content: "\f008";
}

.wi-owm-day-312:before {
    content: "\f008";
}

.wi-owm-day-313:before {
    content: "\f008";
}

.wi-owm-day-314:before {
    content: "\f008";
}

.wi-owm-day-321:before {
    content: "\f00b";
}

.wi-owm-day-500:before {
    content: "\f00b";
}

.wi-owm-day-501:before {
    content: "\f008";
}

.wi-owm-day-502:before {
    content: "\f008";
}

.wi-owm-day-503:before {
    content: "\f008";
}

.wi-owm-day-504:before {
    content: "\f008";
}

.wi-owm-day-511:before {
    content: "\f006";
}

.wi-owm-day-520:before {
    content: "\f009";
}

.wi-owm-day-521:before {
    content: "\f009";
}

.wi-owm-day-522:before {
    content: "\f009";
}

.wi-owm-day-531:before {
    content: "\f00e";
}

.wi-owm-day-600:before {
    content: "\f00a";
}

.wi-owm-day-601:before {
    content: "\f0b2";
}

.wi-owm-day-602:before {
    content: "\f00a";
}

.wi-owm-day-611:before {
    content: "\f006";
}

.wi-owm-day-612:before {
    content: "\f006";
}

.wi-owm-day-615:before {
    content: "\f006";
}

.wi-owm-day-616:before {
    content: "\f006";
}

.wi-owm-day-620:before {
    content: "\f006";
}

.wi-owm-day-621:before {
    content: "\f00a";
}

.wi-owm-day-622:before {
    content: "\f00a";
}

.wi-owm-day-701:before {
    content: "\f009";
}

.wi-owm-day-711:before {
    content: "\f062";
}

.wi-owm-day-721:before {
    content: "\f0b6";
}

.wi-owm-day-731:before {
    content: "\f063";
}

.wi-owm-day-741:before {
    content: "\f003";
}

.wi-owm-day-761:before {
    content: "\f063";
}

.wi-owm-day-762:before {
    content: "\f063";
}

.wi-owm-day-781:before {
    content: "\f056";
}

.wi-owm-day-800:before {
    content: "\f00d";
}

.wi-owm-day-801:before {
    content: "\f000";
}

.wi-owm-day-802:before {
    content: "\f000";
}

.wi-owm-day-803:before {
    content: "\f000";
}

.wi-owm-day-804:before {
    content: "\f00c";
}

.wi-owm-day-900:before {
    content: "\f056";
}

.wi-owm-day-902:before {
    content: "\f073";
}

.wi-owm-day-903:before {
    content: "\f076";
}

.wi-owm-day-904:before {
    content: "\f072";
}

.wi-owm-day-906:before {
    content: "\f004";
}

.wi-owm-day-957:before {
    content: "\f050";
}

.wi-owm-night-200:before {
    content: "\f02d";
}

.wi-owm-night-201:before {
    content: "\f02d";
}

.wi-owm-night-202:before {
    content: "\f02d";
}

.wi-owm-night-210:before {
    content: "\f025";
}

.wi-owm-night-211:before {
    content: "\f025";
}

.wi-owm-night-212:before {
    content: "\f025";
}

.wi-owm-night-221:before {
    content: "\f025";
}

.wi-owm-night-230:before {
    content: "\f02d";
}

.wi-owm-night-231:before {
    content: "\f02d";
}

.wi-owm-night-232:before {
    content: "\f02d";
}

.wi-owm-night-300:before {
    content: "\f02b";
}

.wi-owm-night-301:before {
    content: "\f02b";
}

.wi-owm-night-302:before {
    content: "\f028";
}

.wi-owm-night-310:before {
    content: "\f028";
}

.wi-owm-night-311:before {
    content: "\f028";
}

.wi-owm-night-312:before {
    content: "\f028";
}

.wi-owm-night-313:before {
    content: "\f028";
}

.wi-owm-night-314:before {
    content: "\f028";
}

.wi-owm-night-321:before {
    content: "\f02b";
}

.wi-owm-night-500:before {
    content: "\f02b";
}

.wi-owm-night-501:before {
    content: "\f028";
}

.wi-owm-night-502:before {
    content: "\f028";
}

.wi-owm-night-503:before {
    content: "\f028";
}

.wi-owm-night-504:before {
    content: "\f028";
}

.wi-owm-night-511:before {
    content: "\f026";
}

.wi-owm-night-520:before {
    content: "\f029";
}

.wi-owm-night-521:before {
    content: "\f029";
}

.wi-owm-night-522:before {
    content: "\f029";
}

.wi-owm-night-531:before {
    content: "\f02c";
}

.wi-owm-night-600:before {
    content: "\f02a";
}

.wi-owm-night-601:before {
    content: "\f0b4";
}

.wi-owm-night-602:before {
    content: "\f02a";
}

.wi-owm-night-611:before {
    content: "\f026";
}

.wi-owm-night-612:before {
    content: "\f026";
}

.wi-owm-night-615:before {
    content: "\f026";
}

.wi-owm-night-616:before {
    content: "\f026";
}

.wi-owm-night-620:before {
    content: "\f026";
}

.wi-owm-night-621:before {
    content: "\f02a";
}

.wi-owm-night-622:before {
    content: "\f02a";
}

.wi-owm-night-701:before {
    content: "\f029";
}

.wi-owm-night-711:before {
    content: "\f062";
}

.wi-owm-night-721:before {
    content: "\f0b6";
}

.wi-owm-night-731:before {
    content: "\f063";
}

.wi-owm-night-741:before {
    content: "\f04a";
}

.wi-owm-night-761:before {
    content: "\f063";
}

.wi-owm-night-762:before {
    content: "\f063";
}

.wi-owm-night-781:before {
    content: "\f056";
}

.wi-owm-night-800:before {
    content: "\f02e";
}

.wi-owm-night-801:before {
    content: "\f022";
}

.wi-owm-night-802:before {
    content: "\f022";
}

.wi-owm-night-803:before {
    content: "\f022";
}

.wi-owm-night-804:before {
    content: "\f086";
}

.wi-owm-night-900:before {
    content: "\f056";
}

.wi-owm-night-902:before {
    content: "\f073";
}

.wi-owm-night-903:before {
    content: "\f076";
}

.wi-owm-night-904:before {
    content: "\f072";
}

.wi-owm-night-906:before {
    content: "\f024";
}

.wi-owm-night-957:before {
    content: "\f050";
}

.wi-wu-chanceflurries:before {
    content: "\f064";
}

.wi-wu-chancerain:before {
    content: "\f019";
}

.wi-wu-chancesleat:before {
    content: "\f0b5";
}

.wi-wu-chancesnow:before {
    content: "\f01b";
}

.wi-wu-chancetstorms:before {
    content: "\f01e";
}

.wi-wu-clear:before {
    content: "\f00d";
}

.wi-wu-cloudy:before {
    content: "\f002";
}

.wi-wu-flurries:before {
    content: "\f064";
}

.wi-wu-hazy:before {
    content: "\f0b6";
}

.wi-wu-mostlycloudy:before {
    content: "\f002";
}

.wi-wu-mostlysunny:before {
    content: "\f00d";
}

.wi-wu-partlycloudy:before {
    content: "\f002";
}

.wi-wu-partlysunny:before {
    content: "\f00d";
}

.wi-wu-rain:before {
    content: "\f01a";
}

.wi-wu-sleat:before {
    content: "\f0b5";
}

.wi-wu-snow:before {
    content: "\f01b";
}

.wi-wu-sunny:before {
    content: "\f00d";
}

.wi-wu-tstorms:before {
    content: "\f01e";
}

.wi-wu-unknown:before {
    content: "\f00d";
}

@-webkit-keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-webkit-keyframes explode {
    100% {
        opacity: 0;
        -webkit-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-moz-keyframes explode {
    100% {
        opacity: 0;
        -moz-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-o-keyframes explode {
    100% {
        opacity: 0;
        -o-transform: scale(3)rotate(30deg)translateY(60px);
    }
}

@keyframes explode {
    100% {
        opacity: 0;
        -webkit-transform: scale(3) rotate(30deg) translateY(60px);
        -moz-transform: scale(3) rotate(30deg) translateY(60px);
        -ms-transform: scale(3) rotate(30deg) translateY(60px);
        transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-webkit-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -moz-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -o-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.themeprimary {
    color: #0072c6 !important;
}

.themesecondary {
    color: #fb6e52 !important;
}

.themethirdcolor {
    color: #ffce55 !important;
}

.themefourthcolor {
    color: #a0d468 !important;
}

.themefifthcolor {
    color: #e75b8d !important;
}

.white {
    color: #fff !important;
}

.snow {
    color: #fbfbfb !important;
}

.whitesmoke {
    color: #f5f5f5 !important;
}

.seashell {
    color: #f3f3f3 !important;
}

.ivory {
    color: #eee !important;
}

.platinum {
    color: #e5e5e5 !important;
}

.lightgray {
    color: #d0d0d0 !important;
}

.gray {
    color: #ccc !important;
}

.darkgray {
    color: #999 !important;
}

.silver {
    color: #777 !important;
}

.sonic-silver {
    color: #737373 !important;
}

.storm-cloud {
    color: #666 !important;
}

.lightcarbon {
    color: #555 !important;
}

.carbon {
    color: #444 !important;
}

.slate-gray {
    color: #333 !important;
}

.darkcarbon {
    color: #262626 !important;
}

.blue {
    color: #5db2ff !important;
}

.info {
    color: #57b5e3 !important;
}

.sky {
    color: #11a9cc !important;
}

.primary {
    color: #4374e0 !important;
}

.azure {
    color: #0072c6 !important;
}

.blueberry {
    color: #6f85bf !important;
}

.palegreen {
    color: #a0d468 !important;
}

.success {
    color: #53a93f !important;
}

.green {
    color: #8cc474 !important;
}

.lightyellow {
    color: #f6d52e !important;
}

.yellow {
    color: #ffce55 !important;
}

.warning {
    color: #f4b400 !important;
}

.gold {
    color: #f9b256 !important;
}

.orange {
    color: #fb6e52 !important;
}

.lightred {
    color: #e46f61 !important;
}

.darkorange {
    color: #ed4e2a !important;
}

.red {
    color: #df5138 !important;
}

.pink {
    color: #e75b8d !important;
}

.darkpink {
    color: #cc324b !important;
}

.danger {
    color: #d73d32 !important;
}

.magenta {
    color: #bc5679 !important;
}

.purple {
    color: #7e3794 !important;
}

.maroon {
    color: #981b48 !important;
}

.bg-themeprimary {
    background-color: #0072c6 !important;
}

.bg-themesecondary {
    background-color: #fb6e52 !important;
}

.bg-themethirdcolor {
    background-color: #ffce55 !important;
}

.bg-themefourthcolor {
    background-color: #a0d468 !important;
}

.bg-themefifthcolor {
    background-color: #e75b8d !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-snow {
    background-color: #fbfbfb !important;
}

.bg-whitesmoke {
    background-color: #f5f5f5 !important;
}

.bg-seashell {
    background-color: #f3f3f3 !important;
}

.bg-ivory {
    background-color: #eee !important;
}

.bg-platinum {
    background-color: #e5e5e5 !important;
}

.bg-lightgray {
    background-color: #d0d0d0 !important;
}

.bg-gray {
    background-color: #ccc !important;
}

.bg-darkgray {
    background-color: #999 !important;
}

.bg-silver {
    background-color: #777 !important;
}

.bg-sonic-silver {
    background-color: #737373 !important;
}

.bg-storm-cloud {
    background-color: #666 !important;
}

.bg-lightcarbon {
    background-color: #555 !important;
}

.bg-carbon {
    background-color: #444 !important;
}

.bg-slate-gray {
    background-color: #333 !important;
}

.bg-darkcarbon {
    background-color: #262626 !important;
}

.bg-blue {
    background-color: #5db2ff !important;
}

.bg-info {
    background-color: #57b5e3 !important;
}

.bg-sky {
    background-color: #11a9cc !important;
}

.bg-primary {
    background-color: #4374e0 !important;
}

.bg-azure {
    background-color: #0072c6 !important;
}

.bg-blueberry {
    background-color: #6f85bf !important;
}

.bg-palegreen {
    background-color: #a0d468 !important;
}

.bg-success {
    background-color: #53a93f !important;
}

.bg-green {
    background-color: #8cc474 !important;
}

.bg-lightyellow {
    background-color: #f6d52e !important;
}

.bg-yellow {
    background-color: #ffce55 !important;
}

.bg-warning {
    background-color: #f4b400 !important;
}

.bg-gold {
    background-color: #f9b256 !important;
}

.bg-orange {
    background-color: #fb6e52 !important;
}

.bg-lightred {
    background-color: #e46f61 !important;
}

.bg-darkorange {
    background-color: #ed4e2a !important;
}

.bg-red {
    background-color: #df5138 !important;
}

.bg-danger {
    background-color: #d73d32 !important;
}

.bg-pink {
    background-color: #e75b8d !important;
}

.bg-darkpink {
    background-color: #cc324b !important;
}

.bg-magenta {
    background-color: #bc5679 !important;
}

.bg-purple {
    background-color: #7e3794 !important;
}

.bg-maroon {
    background-color: #981b48 !important;
}

.before-themeprimary:before {
    background-color: #0072c6 !important;
}

.before-themesecondary:before {
    background-color: #fb6e52 !important;
}

.before-themethirdcolor:before {
    background-color: #ffce55 !important;
}

.before-themefourthcolor:before {
    background-color: #a0d468 !important;
}

.before-themefifthcolor:before {
    background-color: #e75b8d !important;
}

.before-white:before {
    background-color: #fff !important;
}

.before-snow:before {
    background-color: #fbfbfb !important;
}

.before-whitesmoke:before {
    background-color: #f5f5f5 !important;
}

.before-seashell:before {
    background-color: #f3f3f3 !important;
}

.before-ivory:before {
    background-color: #eee !important;
}

.before-platinum:before {
    background-color: #e5e5e5 !important;
}

.before-lightgray:before {
    background-color: #d0d0d0 !important;
}

.before-gray:before {
    background-color: #ccc !important;
}

.before-darkgray:before {
    background-color: #999 !important;
}

.before-silver:before {
    background-color: #777 !important;
}

.before-sonic-silver:before {
    background-color: #737373 !important;
}

.before-storm-cloud:before {
    background-color: #666 !important;
}

.before-lightcarbon:before {
    background-color: #555 !important;
}

.before-carbon:before {
    background-color: #444 !important;
}

.before-slate-gray:before {
    background-color: #333 !important;
}

.before-darkcarbon:before {
    background-color: #262626 !important;
}

.before-blue:before {
    background-color: #5db2ff !important;
}

.before-info:before {
    background-color: #57b5e3 !important;
}

.before-sky:before {
    background-color: #11a9cc !important;
}

.before-primary:before {
    background-color: #4374e0 !important;
}

.before-azure:before {
    background-color: #0072c6 !important;
}

.before-blueberry:before {
    background-color: #6f85bf !important;
}

.before-palegreen:before {
    background-color: #a0d468 !important;
}

.before-success:before {
    background-color: #53a93f !important;
}

.before-green:before {
    background-color: #8cc474 !important;
}

.before-lightyellow:before {
    background-color: #f6d52e !important;
}

.before-yellow:before {
    background-color: #ffce55 !important;
}

.before-warning:before {
    background-color: #f4b400 !important;
}

.before-gold:before {
    background-color: #f9b256 !important;
}

.before-orange:before {
    background-color: #fb6e52 !important;
}

.before-lightred:before {
    background-color: #e46f61 !important;
}

.before-darkorange:before {
    background-color: #ed4e2a !important;
}

.before-red:before {
    background-color: #df5138 !important;
}

.before-danger:before {
    background-color: #d73d32 !important;
}

.before-pink:before {
    background-color: #e75b8d !important;
}

.before-darkpink:before {
    background-color: #cc324b !important;
}

.before-magenta:before {
    background-color: #bc5679 !important;
}

.before-purple:before {
    background-color: #7e3794 !important;
}

.before-maroon:before {
    background-color: #981b48 !important;
}

.bordered-solid {
    border-style: solid !important;
}

.bordered-dashed {
    border-style: dashed !important;
}

.bordered-dotted {
    border-style: dotted !important;
}

.bordered-double {
    border-style: double !important;
}

.bordered-1 {
    border: 1px solid #fff;
}

.bordered-2 {
    border: 2px solid #fff;
}

.bordered-3 {
    border: 3px solid #fff;
}

.bordered-4 {
    border: 4px solid #fff;
}

.bordered-5 {
    border: 5px solid #fff;
}

.bordered-bottom-1 {
    border-bottom: 1px solid #fff;
}

.bordered-bottom-2 {
    border-bottom: 2px solid #fff;
}

.bordered-bottom-3 {
    border-bottom: 3px solid #fff;
}

.bordered-bottom-4 {
    border-bottom: 4px solid #fff;
}

.bordered-bottom-5 {
    border-bottom: 5px solid #fff;
}

.bordered-top-1 {
    border-top: 1px solid #fff;
}

.bordered-top-2 {
    border-top: 2px solid #fff;
}

.bordered-top-3 {
    border-top: 3px solid #fff;
}

.bordered-top-4 {
    border-top: 4px solid #fff;
}

.bordered-top-5 {
    border-top: 5px solid #fff;
}

.bordered-left-1 {
    border-left: 1px solid #fff;
}

.bordered-left-2 {
    border-left: 2px solid #fff;
}

.bordered-left-3 {
    border-left: 3px solid #fff;
}

.bordered-left-4 {
    border-left: 4px solid #fff;
}

.bordered-left-5 {
    border-left: 5px solid #fff;
}

.bordered-right-1 {
    border-right: 1px solid #fff;
}

.bordered-right-2 {
    border-right: 2px solid #fff;
}

.bordered-right-3 {
    border-right: 3px solid #fff;
}

.bordered-right-4 {
    border-right: 4px solid #fff;
}

.bordered-right-5 {
    border-right: 5px solid #fff;
}

.bordered-themeprimary {
    border-color: #0072c6 !important;
}

.bordered-themesecondary {
    border-color: #fb6e52 !important;
}

.bordered-themethirdcolor {
    border-color: #ffce55 !important;
}

.bordered-themefourthcolor {
    border-color: #a0d468 !important;
}

.bordered-themefifthcolor {
    border-color: #e75b8d !important;
}

.bordered-white {
    border-color: #fff !important;
}

.bordered-snow {
    border-color: #fbfbfb !important;
}

.bordered-whitesmoke {
    border-color: #f5f5f5 !important;
}

.bordered-seashell {
    border-color: #f3f3f3 !important;
}

.bordered-ivory {
    border-color: #eee !important;
}

.bordered-platinum {
    border-color: #e5e5e5 !important;
}

.bordered-lightgray {
    border-color: #d0d0d0 !important;
}

.bordered-gray {
    border-color: #ccc !important;
}

.bordered-darkgray {
    border-color: #999 !important;
}

.bordered-silver {
    border-color: #777 !important;
}

.bordered-sonic-silver {
    border-color: #737373 !important;
}

.bordered-storm-cloud {
    border-color: #666 !important;
}

.bordered-lightcarbon {
    border-color: #555 !important;
}

.bordered-carbon {
    border-color: #444 !important;
}

.bordered-slate-gray {
    border-color: #333 !important;
}

.bordered-darkcarbon {
    border-color: #262626 !important;
}

.bordered-blue {
    border-color: #5db2ff !important;
}

.bordered-info {
    border-color: #57b5e3 !important;
}

.bordered-sky {
    border-color: #11a9cc !important;
}

.bordered-primary {
    border-color: #4374e0 !important;
}

.bordered-azure {
    border-color: #0072c6 !important;
}

.bordered-blueberry {
    border-color: #6f85bf !important;
}

.bordered-palegreen {
    border-color: #a0d468 !important;
}

.bordered-success {
    border-color: #53a93f !important;
}

.bordered-green {
    border-color: #8cc474 !important;
}

.bordered-lightyellow {
    border-color: #f6d52e !important;
}

.bordered-yellow {
    border-color: #ffce55 !important;
}

.bordered-warning {
    border-color: #f4b400 !important;
}

.bordered-gold {
    border-color: #f9b256 !important;
}

.bordered-orange {
    border-color: #fb6e52 !important;
}

.bordered-lightred {
    border-color: #e46f61 !important;
}

.bordered-darkorange {
    border-color: #ed4e2a !important;
}

.bordered-red {
    border-color: #df5138 !important;
}

.bordered-danger {
    border-color: #d73d32 !important;
}

.bordered-pink {
    border-color: #e75b8d !important;
}

.bordered-darkpink {
    border-color: #cc324b !important;
}

.bordered-magenta {
    border-color: #bc5679 !important;
}

.bordered-purple {
    border-color: #7e3794 !important;
}

.bordered-maroon {
    border-color: #981b48 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.font-10 {
    font-size: 10%;
}

.font-20 {
    font-size: 20%;
}

.font-30 {
    font-size: 30%;
}

.font-40 {
    font-size: 40%;
}

.font-50 {
    font-size: 50%;
}

.font-60 {
    font-size: 60%;
}

.font-70 {
    font-size: 70%;
}

.font-80 {
    font-size: 80%;
}

.font-90 {
    font-size: 90%;
}

.font-110 {
    font-size: 110%;
}

.font-120 {
    font-size: 120%;
}

.font-130 {
    font-size: 130%;
}

.font-140 {
    font-size: 140%;
}

.font-150 {
    font-size: 150%;
}

.font-160 {
    font-size: 160%;
}

.font-170 {
    font-size: 170%;
}

.font-180 {
    font-size: 180%;
}

.font-190 {
    font-size: 190%;
}

.font-200 {
    font-size: 200%;
}

button:focus, a:focus {
    outline: none;
}

button::-moz-focus-inner, a::-moz-focus-inner {
    border: 0;
}

.image-circular {
    -webkit-border-radius: 50% !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 50% !important;
    -moz-background-clip: padding !important;
    border-radius: 50% !important;
    background-clip: padding-box !important;
}

hr {
    border-top: 1px solid #e5e5e5;
}

    hr.wide {
        margin-right: -15px;
        margin-left: -15px;
    }

.position-relative {
    position: relative;
}

.horizontal-space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 6px 0;
}

    .horizontal-space.space-xs {
        margin: 2px 0;
    }

    .horizontal-space.space-sm {
        margin: 4px 0;
    }

    .horizontal-space.space-lg {
        margin: 8px 0;
    }

    .horizontal-space.space-xl {
        margin: 10px 0;
    }

    .horizontal-space.space-xxl {
        margin: 12px 0;
    }

.vertical-space {
    max-width: 1px;
    min-width: 1px;
    overflow: hidden;
    margin: 0 12px;
}

html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    padding-bottom: 0;
    min-height: 100%;
    font-family: 'Open Sans','Segoe UI';
    font-size: 13px;
    color: #444;
}

    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #eee;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
    font-family: 'Open Sans','Segoe UI';
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #444;
    }

    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
        font-size: 75%;
    }

    h1.row-title, h2.row-title, h3.row-title, h4.row-title, h5.row-title, h6.row-title {
        line-height: 17px;
        margin: 10px 0;
        padding: 9px 10px 9px 8px;
        display: inline-block;
        color: #646464;
        font-weight: 400;
        background-color: #fff;
        position: relative;
        -webkit-border-radius: 0 2px 2px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 2px 2px 0;
        -moz-background-clip: padding;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

        h1.row-title:before, h2.row-title:before, h3.row-title:before, h4.row-title:before, h5.row-title:before, h6.row-title:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -4px;
            width: 4px;
            max-width: 4px;
            overflow: hidden;
            background-color: #0072c6;
        }

        h1.row-title .fa, h2.row-title .fa, h3.row-title .fa, h4.row-title .fa, h5.row-title .fa, h6.row-title .fa, h1.row-title .glyphicon, h2.row-title .glyphicon, h3.row-title .glyphicon, h4.row-title .glyphicon, h5.row-title .glyphicon, h6.row-title .glyphicon, h1.row-title .typcn, h2.row-title .typcn, h3.row-title .typcn, h4.row-title .typcn, h5.row-title .typcn, h6.row-title .typcn, h1.row-title [class*="wi-"], h2.row-title [class*="wi-"], h3.row-title [class*="wi-"], h4.row-title [class*="wi-"], h5.row-title [class*="wi-"], h6.row-title [class*="wi-"] {
            margin-right: 5px;
            line-height: 17px;
            font-size: 17px;
        }

h1 {
    font-size: 32px;
}

    h1.smaller {
        font-size: 31px;
    }

    h1.bigger {
        font-size: 33px;
    }

    h1.block {
        margin-bottom: 16px;
    }

h2 {
    font-size: 26px;
}

    h2.smaller {
        font-size: 25px;
    }

    h2.bigger {
        font-size: 27px;
    }

    h2.block {
        margin-bottom: 16px;
    }

h3 {
    font-size: 22px;
}

    h3.smaller {
        font-size: 21px;
    }

    h3.bigger {
        font-size: 23px;
    }

    h3.block {
        margin-bottom: 16px;
    }

h4 {
    font-size: 18px;
}

    h4.smaller {
        font-size: 17px;
    }

    h4.bigger {
        font-size: 19px;
    }

    h4.block {
        margin-bottom: 16px;
    }

h5 {
    font-size: 15px;
}

    h5.smaller {
        font-size: 14px;
    }

    h5.bigger {
        font-size: 16px;
    }

    h5.block {
        margin-bottom: 16px;
    }

h6 {
    font-size: 13px;
}

    h6.smaller {
        font-size: 12px;
    }

    h6.bigger {
        font-size: 14px;
    }

    h6.block {
        margin-bottom: 16px;
    }

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-justify {
    text-align: justify !important;
}

.block-center {
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase;
}

p {
    line-height: 22px;
}

a:focus, a:active {
    text-decoration: none;
}

.navbar {
    padding: 0;
    margin: 0;
    border: none;
    height: 45px;
    min-height: 45px;
    z-index: 200;
}

    .navbar .navbar-inner {
        border: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: 45px;
        position: relative;
        background: #0072c6;
    }

        .navbar .navbar-inner .navbar-container {
            padding-left: 6px;
        }

        .navbar .navbar-inner .navbar-header .navbar-account {
            height: 45px;
        }

            .navbar .navbar-inner .navbar-header .navbar-account > div {
                display: inline-block;
                width: auto;
                vertical-align: top;
            }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area {
                position: absolute;
                top: 0;
                right: 50px;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                list-style: none;
                margin-bottom: 0;
                display: inline-block;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
                    float: left;
                    position: relative;
                    height: 45px;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
                        position: relative;
                        min-width: 50px;
                        height: 45px;
                        display: inline-block;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover {
                            text-decoration: none;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
                            display: block;
                            color: #fff;
                            font-size: 16px;
                            line-height: 48px;
                            text-align: center;
                            -webkit-transition: line-height .3s ease;
                            -moz-transition: line-height .3s ease;
                            -o-transition: line-height .3s ease;
                            transition: line-height .3s ease;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .badge {
                            position: absolute;
                            top: 6px;
                            left: 4px;
                            padding: 2px;
                            cursor: pointer;
                            background-color: transparent !important;
                            border: 1px solid #fff;
                            width: 18px;
                            height: 18px;
                            box-shadow: 1px 1px 0 #0072c6;
                            -webkit-transition: top .3s ease;
                            -moz-transition: top .3s ease;
                            -o-transition: top .3s ease;
                            transition: top .3s ease;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave {
                            overflow: visible;
                            cursor: pointer;
                            z-index: 10;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            -webkit-transform: scale(0);
                            -moz-transform: scale(0);
                            -o-transform: scale(0);
                            -ms-transform: scale(0);
                            transform: scale(0);
                            -webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            -moz-transition: -moz-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            -o-transition: -o-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55),-moz-transform .3s cubic-bezier(.68,-.55,.265,1.55),-o-transform .3s cubic-bezier(.68,-.55,.265,1.55),transform .3s cubic-bezier(.68,-.55,.265,1.55);
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in {
                                -webkit-transform: scale(1);
                                -moz-transform: scale(1);
                                -o-transform: scale(1);
                                -ms-transform: scale(1);
                                transform: scale(1);
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in:after {
                                    content: "";
                                    top: 3px;
                                    left: 5px;
                                    position: absolute;
                                    width: 40px;
                                    height: 40px;
                                    background-image: 8121991;
                                    background-image: -webkit-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: -moz-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: -o-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    border: 1px solid #fff;
                                    -webkit-animation: wave 5s 3s infinite linear;
                                    -moz-animation: wave 5s 3s infinite linear;
                                    -o-animation: wave 5s 3s infinite linear;
                                    animation: wave 5s 3s infinite linear;
                                    zoom: 1;
                                    filter: alpha(opacity=0);
                                    -webkit-opacity: 0;
                                    -moz-opacity: 0;
                                    opacity: 0;
                                    -webkit-border-radius: 50%;
                                    -webkit-background-clip: padding-box;
                                    -moz-border-radius: 50%;
                                    -moz-background-clip: padding;
                                    border-radius: 50%;
                                    background-clip: padding-box;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse {
                            width: 45px;
                            height: 45px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                content: "";
                                position: absolute;
                                top: 1px;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                -webkit-border-radius: 50%;
                                -webkit-background-clip: padding-box;
                                -moz-border-radius: 50%;
                                -moz-background-clip: padding;
                                border-radius: 50%;
                                background-clip: padding-box;
                                border: 1px solid #fff;
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                -webkit-transform: scale(.91);
                                -moz-transform: scale(.91);
                                -o-transform: scale(.91);
                                -ms-transform: scale(.91);
                                transform: scale(.91);
                                -webkit-animation: borderPulse 3.5s infinite ease;
                                -moz-animation: borderPulse 3.5s infinite ease;
                                -o-animation: borderPulse 3.5s infinite ease;
                                animation: borderPulse 3.5s infinite ease;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
                                border: 0;
                                -webkit-box-shadow: none;
                                -moz-box-shadow: none;
                                box-shadow: none;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                -webkit-animation-delay: .6s;
                                -moz-animation-delay: .6s;
                                -o-animation-delay: .6s;
                                animation-delay: .6s;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse i, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
                                -webkit-animation-delay: .3s;
                                -moz-animation-delay: .3s;
                                -o-animation-delay: .3s;
                                animation-delay: .3s;
                            }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink .badge {
                            -webkit-transform: scale(.91);
                            -moz-transform: scale(.91);
                            -o-transform: scale(.91);
                            -ms-transform: scale(.91);
                            transform: scale(.91);
                            -webkit-animation: borderPulse 3.5s infinite ease;
                            -moz-animation: borderPulse 3.5s infinite ease;
                            -o-animation: borderPulse 3.5s infinite ease;
                            animation: borderPulse 3.5s infinite ease;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i {
                            -webkit-animation-delay: .05s;
                            -moz-animation-delay: .05s;
                            -o-animation-delay: .05s;
                            animation-delay: .05s;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu {
                        padding: 0;
                        min-width: 240px;
                        -webkit-animation-name: dropdownSlideInDown;
                        -moz-animation-name: dropdownSlideInDown;
                        -o-animation-name: dropdownSlideInDown;
                        animation-name: dropdownSlideInDown;
                        -webkit-animation-duration: .3s;
                        -moz-animation-duration: .3s;
                        -o-animation-duration: .3s;
                        animation-duration: .3s;
                        -webkit-border-radius: 0 !important;
                        -webkit-background-clip: padding-box !important;
                        -moz-border-radius: 0 !important;
                        -moz-background-clip: padding !important;
                        border-radius: 0 !important;
                        background-clip: padding-box !important;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li {
                            background-color: #fff;
                            border: 0;
                            padding: 0 8px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li:hover {
                                background-color: #f5f5f5;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a {
                                margin: 0;
                                font-size: 12px;
                                line-height: 16px;
                                padding: 10px 2px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a .progress {
                                    margin-bottom: 0;
                                    margin-top: 4px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a:hover {
                                    background-color: #f5f5f5;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
                                -webkit-text-shadow: none;
                                text-shadow: none;
                                font-size: 13px;
                                font-weight: normal;
                                text-transform: none;
                                color: #262626;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header {
                                padding: 0 10px;
                                line-height: 34px;
                                margin-bottom: 10px;
                                border-bottom: 1px solid #cecece;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header a {
                                    line-height: 34px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header[class*="bordered-"] {
                                    border-bottom-width: 3px;
                                    border-style: solid;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header i {
                                    margin-right: 5px;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
                                padding: 8px 5px 8px 10px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer[class*="bordered-"] {
                                    border-top-width: 3px;
                                    border-style: solid;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer a {
                                    display: inline-block;
                                    color: #999;
                                    padding: 0;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer .btn {
                                    margin-top: -3px;
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
                            min-width: 300px;
                            padding-top: 10px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li {
                                border-bottom: 1px solid #f3f3f3;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon {
                                    float: left;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i {
                                        width: 32px;
                                        height: 32px;
                                        text-align: center;
                                        line-height: 32px;
                                        margin-right: 10px;
                                        font-size: 15px;
                                        border-radius: 50%;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body {
                                    float: left;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .title {
                                        display: block;
                                        font-size: 13px;
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description {
                                        display: block;
                                        font-size: 10px;
                                        color: #999;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra {
                                    float: right;
                                    text-align: right;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra i {
                                        font-size: 14px;
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra .description {
                                        display: block;
                                        font-size: 10px;
                                        color: #999;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer {
                                    background-color: #11a9cc;
                                    border-bottom: 0;
                                    color: #fff;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer a {
                                        color: #fff;
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer .weather-icon {
                                        margin-top: -7px;
                                        margin-left: 5px;
                                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
                            width: 300px;
                            padding-top: 10px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li {
                                border-bottom: 1px solid #f3f3f3;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-avatar {
                                    max-width: 42px;
                                    margin-right: 6px;
                                    margin-top: 5px;
                                    vertical-align: top;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message {
                                    display: inline-block;
                                    position: relative;
                                    width: 225px;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message span {
                                        display: block;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-sender {
                                    font-size: 13px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-time {
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    font-size: 11px;
                                    font-weight: 400;
                                    color: #0072c6;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-subject {
                                    margin-top: 5px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-body {
                                    color: #999;
                                    max-height: 35px;
                                    width: 100%;
                                    -ms-text-overflow: ellipsis;
                                    -o-text-overflow: ellipsis;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                    overflow: hidden;
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li {
                            border-bottom: 1px solid #f5f5f5;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover {
                                background-color: #fff;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
                                display: none;
                                text-align: center;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username a {
                                    color: #d0d0d0;
                                    font-size: 14px;
                                    font-weight: 300;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email {
                                text-align: center;
                                font-size: 12px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a {
                                    color: #d0d0d0;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area {
                                position: relative;
                                text-align: center;
                                margin: 10px auto;
                                width: 128px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar {
                                    width: 128px;
                                    height: 128px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption {
                                    background-color: #0072c6;
                                    zoom: 1;
                                    filter: alpha(opacity=70);
                                    -webkit-opacity: .7;
                                    -moz-opacity: .7;
                                    opacity: .7;
                                    bottom: 0;
                                    left: 0;
                                    color: #fff;
                                    font-size: 10px;
                                    line-height: 9px;
                                    position: absolute;
                                    padding: 7px 0;
                                    text-align: center;
                                    width: 128px;
                                    cursor: pointer;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit {
                                min-height: 35px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a {
                                    color: #999;
                                    display: inline-block;
                                    clear: none;
                                    font-size: 13px;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
                                        color: #11a9cc;
                                    }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area {
                                display: table;
                                width: 100%;
                                padding-bottom: 5px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker {
                                    padding: 10px 4px;
                                    width: 100%;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li {
                                        display: block;
                                        float: left;
                                        width: 23px;
                                        height: 23px;
                                        margin: 2px;
                                        padding: 0;
                                    }

                                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn {
                                            display: block;
                                            width: 23px;
                                            height: 23px;
                                            margin: 0;
                                            padding: 0;
                                            -webkit-border-radius: 0;
                                            -webkit-background-clip: padding-box;
                                            -moz-border-radius: 0;
                                            -moz-background-clip: padding;
                                            border-radius: 0;
                                            background-clip: padding-box;
                                            position: relative;
                                            -webkit-transition: all ease .1s;
                                            -moz-transition: all ease .1s;
                                            -o-transition: all ease .1s;
                                            transition: all ease .1s;
                                        }

                                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn:hover {
                                                text-decoration: none;
                                                zoom: 1;
                                                filter: alpha(opacity=80);
                                                -webkit-opacity: .8;
                                                -moz-opacity: .8;
                                                opacity: .8;
                                                -webkit-transform: scale(1.08);
                                                -moz-transform: scale(1.08);
                                                -o-transform: scale(1.08);
                                                -ms-transform: scale(1.08);
                                                transform: scale(1.08);
                                            }

                                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn.selected:after {
                                                content: "";
                                                display: inline-block;
                                                font-family: FontAwesome;
                                                font-size: 11px;
                                                color: #fff;
                                                position: absolute;
                                                left: 0;
                                                right: 0;
                                                text-align: center;
                                                line-height: 20px;
                                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .btn-colorpicker {
                                    display: inline-block;
                                    width: 20px;
                                    height: 20px;
                                    background-color: #ddd;
                                    vertical-align: middle;
                                    border-radius: 0;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer {
                                padding: 10px;
                                border-top: 3px solid #0072c6;
                                border-bottom: 0;
                                text-align: right;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer a {
                                    color: #717171;
                                    font-size: 13px;
                                    font-weight: 300;
                                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
                        content: '';
                        display: inline-block;
                        right: 0;
                        position: absolute;
                        width: 50px;
                        background-color: #fff;
                        border: 0;
                        top: -46px;
                        height: 3px;
                        -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        box-shadow: 0 2px 40px rgba(0,0,0,.4);
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
                        background-color: #0072c6;
                        -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        box-shadow: 0 2px 40px rgba(0,0,0,.4);
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu {
                        margin-top: 0;
                        right: 0;
                        border: 0 !important;
                    }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
                    padding: 8px 20px 10px 20px;
                    height: 45px;
                    opacity: 1;
                    position: relative;
                    cursor: pointer;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
                        margin-right: 14px;
                        display: block;
                        float: left;
                        border-left: 2px solid #fb6e52;
                        width: 29px;
                        height: 29px;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img {
                            width: 29px;
                            height: 29px;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
                        width: auto;
                        display: block;
                        overflow: hidden;
                        line-height: 25px;
                        float: left;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
                            font-size: 14px;
                            font-weight: 400;
                            white-space: nowrap;
                            margin: 0;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
                                display: block;
                                color: #fff;
                                overflow: hidden;
                                -ms-text-overflow: ellipsis;
                                -o-text-overflow: ellipsis;
                                text-overflow: ellipsis;
                                text-decoration: none;
                                line-height: 25px;
                            }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
                        width: 100%;
                        min-width: 100px;
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-arrow:before {
                        width: 100%;
                    }

            .navbar .navbar-inner .navbar-header .navbar-account .setting {
                width: 50px;
                position: absolute;
                right: 0;
                top: 0;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .setting a {
                    position: relative;
                    width: 50px;
                    height: 45px;
                    display: inline-block;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting a:hover {
                        text-decoration: none;
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting a .icon {
                        display: block;
                        color: #fff;
                        font-size: 22px;
                        line-height: 45px;
                        text-align: center;
                    }

            .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                -webkit-transform: rotateY(90deg);
                -moz-transform: rotateY(90deg);
                -o-transform: rotateY(90deg);
                -ms-transform: rotateY(90deg);
                transform: rotateY(90deg);
                -webkit-transform-origin: top left;
                -moz-transform-origin: top left;
                -o-transform-origin: top left;
                -ms-transform-origin: top left;
                transform-origin: top left;
                display: inline-block;
                width: 505px;
                height: 45px;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                text-align: center;
                padding: 11px 0;
                position: absolute;
                top: 0;
                right: 0;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] {
                    display: inline-block;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text {
                        color: #fff;
                        margin-right: 8px;
                        font-weight: 300;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text:before {
                            border-color: #0072c6;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text {
                        color: #fff;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text:before {
                            border-color: #0072c6;
                            color: #fb6e52;
                        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area, .navbar .navbar-inner .navbar-header .navbar-account .setting-container, .navbar .navbar-inner .navbar-header .navbar-account .setting {
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transition: .9s;
                -moz-transition: .9s;
                -o-transition: .9s;
                transition: .9s;
            }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
                right: 505px;
                background-color: #0072c6;
            }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a {
                    -webkit-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                    -moz-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                    box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                }

                    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a:before {
                        content: '';
                        display: inline-block;
                        right: 0;
                        position: absolute;
                        width: 50px;
                        background-color: #fff;
                        border: 0;
                        top: 0;
                        height: 3px;
                    }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .account-area {
                -webkit-transform: rotateY(-90deg);
                -moz-transform: rotateY(-90deg);
                -o-transform: rotateY(-90deg);
                -ms-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
                -webkit-transform-origin: top right;
                -moz-transform-origin: top right;
                -o-transform-origin: top right;
                -ms-transform-origin: top right;
                transform-origin: top right;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                right: 450px;
            }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
                -webkit-transform: rotateY(0deg);
                -moz-transform: rotateY(0deg);
                -o-transform: rotateY(0deg);
                -ms-transform: rotateY(0deg);
                transform: rotateY(0deg);
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                padding: 11px;
            }

    .navbar .navbar-brand {
        color: #fff;
        font-size: 24px;
        -webkit-text-shadow: none;
        text-shadow: none;
        padding: 2px 0 2px 0;
        font-weight: 200;
        height: 45px;
    }

        .navbar .navbar-brand small img {
            height: 40px;
            width: 177px;
        }

    .navbar .sidebar-collapse {
        text-align: center;
        padding: 0;
        position: absolute;
        left: 189px;
        top: 0;
        z-index: 2;
        width: 35px;
        height: 45px;
    }

        .navbar .sidebar-collapse:hover {
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);
        }

        .navbar .sidebar-collapse .collapse-icon {
            display: inline-block;
            cursor: pointer;
            font-size: 18px;
            color: #fff;
            padding: 11px 5px;
            line-height: 22px;
            position: relative;
            -webkit-transition: background-color .218s ease;
            -moz-transition: background-color .218s ease;
            -o-transition: background-color .218s ease;
            transition: background-color .218s ease;
            -webkit-transition: -webkit-box-shadow .218s ease;
            -moz-transition: -moz-box-shadow .218s ease;
            -o-transition: box-shadow .218s ease;
            transition: box-shadow .218s ease;
            -webkit-transition: color .318s ease;
            -moz-transition: color .318s ease;
            -o-transition: color .318s ease;
            transition: color .318s ease;
        }

        .navbar .sidebar-collapse.active:hover {
            box-shadow: none;
        }

        .navbar .sidebar-collapse.active .collapse-icon {
            font-size: 14px;
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);
            padding: 11px;
        }

    .navbar.navbar-fixed-top {
        z-index: 1003;
    }

        .navbar.navbar-fixed-top + .main-container {
            margin-top: 45px;
        }

@media only screen and (max-width:767px) {
    .navbar-container {
        padding-left: 2px;
    }
}

@media only screen and (max-width:760px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        top: 45px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        top: 45px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
        display: block;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
            display: none;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
            margin-right: 0;
            margin-left: 1px;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
            min-width: 200px;
        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu:before {
                width: 50px;
            }
}

@media only screen and (max-width:759px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        width: 270px;
        top: 0;
        padding: 0 5px;
        text-align: left;
    }

        .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
            margin-bottom: 0;
        }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        right: 270px;
        top: 0;
    }
}

@media only screen and (max-width:530px) {
    .navbar {
        height: 90px;
    }

        .navbar .sidebar-collapse {
            left: auto;
            right: 0;
            width: 50px;
        }

            .navbar .sidebar-collapse .collpse-icon {
                padding: 11px 15px;
            }

        .navbar .navbar-brand {
            padding-left: 10px;
        }

        .navbar .navbar-inner .navbar-header {
            float: none !important;
            display: block;
        }

            .navbar .navbar-inner .navbar-header .navbar-account {
                float: right;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area {
                    padding-left: 0;
                    top: 45px;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
                        left: -135px;
                        right: auto;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
                            left: 135px;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
                        left: -135px;
                        right: auto;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
                            left: 135px;
                        }

                .navbar .navbar-inner .navbar-header .navbar-account .setting {
                    top: 45px !important;
                }

                .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                    top: 45px !important;
                }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
                    left: 50px;
                }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
                    left: 0;
                }

        .navbar .navbar-inner .navbar-container {
            padding-left: 0;
        }

    .navbar-fixed-top + .main-container {
        margin-top: 90px !important;
    }

    .breadcrumbs-fixed {
        top: 90px !important;
    }

        .breadcrumbs-fixed + .page-header {
            margin-top: 40px !important;
        }

    .page-header-fixed {
        top: 130px !important;
    }

        .page-header-fixed + .page-body {
            margin-top: 80px !important;
        }

    .page-sidebar.sidebar-fixed {
        top: 90px !important;
    }
}

@media only screen and (max-width:450px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        width: 270px;
        padding: 0 5px;
        text-align: left;
        left: 50px;
    }

        .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
            margin-bottom: 0;
        }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        left: 0;
    }
}

@media only screen and (max-width:400px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
        left: -55px;
        right: auto;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
            left: 55px;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
        left: -105px;
        right: auto;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
            left: 105px;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks {
        left: -100px;
        right: auto;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks.dropdown-arrow:before {
            left: 100px;
        }
}

@media only screen and (max-width:320px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
        width: 45px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        min-width: 45px;
    }
}

.main-container {
    position: static;
    padding: 0;
}

    .main-container > .page-container {
        position: relative;
    }

    .main-container:after {
        background-color: #fff;
        bottom: 0;
        content: "";
        display: block;
        max-width: inherit;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
    }

.page-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 224px;
    display: block;
}

    .page-sidebar.sidebar-fixed {
        position: fixed;
        top: 45px;
        float: none !important;
        z-index: 1000;
    }

        .page-sidebar.sidebar-fixed:before {
            height: 5000px;
            top: 45px;
            bottom: auto;
        }

    .page-sidebar.hide {
        display: none !important;
    }

        .page-sidebar.hide:before {
            display: none;
        }

        .page-sidebar.hide ~ .page-content {
            margin-left: 0 !important;
        }

            .page-sidebar.hide ~ .page-content .breadcrumbs-fixed {
                left: 0 !important;
            }

            .page-sidebar.hide ~ .page-content .page-header-fixed {
                left: 0 !important;
            }

    .page-sidebar:before {
        content: "";
        position: fixed;
        display: block;
        width: 219px;
        bottom: 0;
        top: 0;
        left: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        z-index: 1;
    }

    .page-sidebar .sidebar-header-wrapper {
        margin-left: 5px;
        height: 40px;
        margin-bottom: 0;
        position: relative;
    }

        .page-sidebar .sidebar-header-wrapper .searchinput {
            height: 41px;
            z-index: 2;
            background-color: #fff;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #fff;
            padding-left: 40px;
            width: 100%;
        }

            .page-sidebar .sidebar-header-wrapper .searchinput:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border-color: #fff;
            }

                .page-sidebar .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
                    display: block;
                    z-index: 124;
                }

            .page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

            .page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

            .page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

            .page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

        .page-sidebar .sidebar-header-wrapper .searchicon {
            cursor: pointer;
            display: inline-block;
            height: 12px;
            left: 20px;
            position: absolute;
            top: 14px;
            width: 12px;
            color: #0072c6;
            z-index: 124;
        }

        .page-sidebar .sidebar-header-wrapper .searchhelper {
            -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            box-shadow: 0 10px 40px rgba(0,0,0,.4);
            background-color: #fff;
            color: #999;
            display: none;
            opacity: 1;
            padding: 10px;
            position: absolute;
            right: 0;
            left: 0;
            top: 40px;
            z-index: 4;
        }

    .page-sidebar .sidebar-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 5px;
    }

        .page-sidebar .sidebar-menu a {
            display: block;
            height: 38px;
            line-height: 36px;
            margin: 0;
            padding: 0 16px 0 7px;
            -webkit-text-shadow: none !important;
            text-shadow: none !important;
            font-size: 13px;
            text-decoration: none;
            color: #737373;
            z-index: 123;
        }

            .page-sidebar .sidebar-menu a:hover {
                color: #262626;
            }

                .page-sidebar .sidebar-menu a:hover:before {
                    display: block;
                }

            .page-sidebar .sidebar-menu a .menu-icon {
                display: inline-block;
                vertical-align: middle;
                min-width: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                margin-top: -3px;
            }

            .page-sidebar .sidebar-menu a .menu-expand {
                display: inline-block;
                position: absolute;
                font-size: 13px;
                line-height: 10px;
                height: 10px;
                width: 10px;
                right: 12px;
                top: 15px;
                margin: 0;
                text-align: center;
                padding: 0;
                -webkit-text-shadow: none;
                text-shadow: none;
                color: #666;
                -webkit-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                font-family: 'FontAwesome';
                font-style: normal;
                font-weight: normal;
            }

                .page-sidebar .sidebar-menu a .menu-expand:before {
                    content: "";
                }

        .page-sidebar .sidebar-menu li {
            display: block;
            padding: 0;
            margin: 0;
            border: 0;
            position: relative;
        }

            .page-sidebar .sidebar-menu li:before {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: -4px;
                width: 4px;
                max-width: 4px;
                overflow: hidden;
                background-color: #0072c6;
            }

            .page-sidebar .sidebar-menu li.open {
                background-color: #fff;
            }

                .page-sidebar .sidebar-menu li.open > a {
                    color: #262626;
                }

                    .page-sidebar .sidebar-menu li.open > a .menu-expand {
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }

                .page-sidebar .sidebar-menu li.open > .submenu {
                    display: block !important;
                }

            .page-sidebar .sidebar-menu li.active:not(.open):before {
                display: block;
            }

            .page-sidebar .sidebar-menu li.active > a {
                display: block;
                content: "";
                color: #262626;
                background-color: #f5f5f5;
            }

            .page-sidebar .sidebar-menu li:not(.open):hover:before {
                display: block;
                background-color: #fb6e52;
            }

        .page-sidebar .sidebar-menu > li > a {
            border-top: 1px solid #f3f3f3;
        }

            .page-sidebar .sidebar-menu > li > a:hover {
                border-color: #f3f3f3;
                background-color: #fbfbfb;
            }

        .page-sidebar .sidebar-menu > li:last-child > a {
            border-bottom: 1px solid #f3f3f3;
        }

        .page-sidebar .sidebar-menu > li > .submenu {
            background-color: #fbfbfb;
            -webkit-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
            -moz-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
            box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
        }

            .page-sidebar .sidebar-menu > li > .submenu:before {
                content: "";
                display: block;
                position: absolute;
                z-index: 1;
                left: 23px;
                top: 0;
                bottom: 19px;
                border-left: 1px solid #e2e2e2;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li > a:before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 5px;
                height: 5px;
                left: 21px;
                top: 17px;
                background-color: #fff;
                border: 1px solid #e2e2e2;
                z-index: 2;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
                background-color: #e2e2e2;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li.active:first-child > a {
                -webkit-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
                -moz-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
                box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
            }

            .page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a {
                -webkit-box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
                -moz-box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
                box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
            }

        .page-sidebar .sidebar-menu > li.open > a {
            background-color: #fff;
        }

        .page-sidebar .sidebar-menu .submenu {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            background-color: #fbfbfb;
            border-top: 0;
            z-index: 123;
        }

            .page-sidebar .sidebar-menu .submenu li {
                margin-left: 0;
                position: relative;
            }

                .page-sidebar .sidebar-menu .submenu li.open:before {
                    display: none;
                }

                .page-sidebar .sidebar-menu .submenu li.active > a {
                    color: #262626;
                    background-color: #f5f5f5;
                }

                .page-sidebar .sidebar-menu .submenu li.active > .submenu {
                    display: block;
                }

            .page-sidebar .sidebar-menu .submenu > li > a {
                padding-left: 40px;
            }

            .page-sidebar .sidebar-menu .submenu > li.open > a {
                background-color: #fbfbfb;
            }

            .page-sidebar .sidebar-menu .submenu > li .submenu {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
            }

                .page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
                    padding-left: 50px;
                }

                .page-sidebar .sidebar-menu .submenu > li .submenu > li .submenu > li > a {
                    padding-left: 70px;
                }

    .page-sidebar.menu-compact {
        width: 42px;
    }

        .page-sidebar.menu-compact ~ .page-content {
            margin-left: 43px;
        }

            .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed {
                left: 47px;
            }

            .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
                left: 47px;
            }

        .page-sidebar.menu-compact:before {
            width: 42px;
        }

        .page-sidebar.menu-compact .sidebar-header-wrapper {
            width: 42px;
        }

            .page-sidebar.menu-compact .sidebar-header-wrapper:hover {
                width: 238px;
            }

                .page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput {
                    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                    box-shadow: 0 10px 40px rgba(0,0,0,.4);
                }

            .page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus {
                width: 238px;
                -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                box-shadow: 0 10px 40px rgba(0,0,0,.4);
            }

                .page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
                    width: 238px;
                }

            .page-sidebar.menu-compact .sidebar-header-wrapper .searchicon {
                left: 15px;
            }

        .page-sidebar.menu-compact .sidebar-menu {
            width: 42px;
        }

            .page-sidebar.menu-compact .sidebar-menu > li.open > .menu-text {
                display: none !important;
            }

            .page-sidebar.menu-compact .sidebar-menu > li.open > .submenu {
                display: none !important;
            }

            .page-sidebar.menu-compact .sidebar-menu > li:hover > a {
                color: #262626;
            }

                .page-sidebar.menu-compact .sidebar-menu > li:hover > a > .menu-text {
                    display: block;
                }

            .page-sidebar.menu-compact .sidebar-menu > li:hover > .submenu {
                display: block !important;
            }

            .page-sidebar.menu-compact .sidebar-menu > li > a {
                position: relative;
                z-index: 123;
            }

                .page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
                    display: none;
                    position: absolute;
                    left: 42px;
                    top: 0;
                    width: 195px;
                    height: 38px;
                    line-height: 38px;
                    background-color: #fff;
                    z-index: 121;
                    padding-left: 25px;
                    -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                    -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                }

                .page-sidebar.menu-compact .sidebar-menu > li > a .menu-expand {
                    display: none;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                    .page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown > .menu-text {
                        border: 0;
                        top: 0;
                        left: 42px;
                        width: 195px;
                        border-bottom: 1px solid #f3f3f3;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                    }

                .page-sidebar.menu-compact .sidebar-menu > li > a:hover {
                    background-color: #fff;
                }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu {
                background: #fbfbfb;
                position: absolute;
                z-index: 120;
                left: 42px;
                top: 0;
                width: 195px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                padding-top: 38px;
                display: none;
                border-left: 1px solid #f3f3f3;
                -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
            }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li > a {
                    margin-left: 0;
                    padding-left: 24px;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li.open > .submenu {
                    display: block;
                    left: 0;
                    position: relative;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li .submenu {
                    display: none;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    position: relative;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover {
                    background-color: #fff;
                }

                    .page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover:before {
                        display: block;
                        left: 0;
                    }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li.active:not(.open):before {
                    left: 0;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu:before {
                    display: none;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a {
                    -webkit-box-shadow: none !important;
                    -moz-box-shadow: none !important;
                    box-shadow: none !important;
                }

                    .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a:before {
                        display: none;
                    }

@media only screen and (max-width:880px) {
    .page-sidebar:before {
        display: none;
    }

    .page-sidebar {
        display: none;
        float: none;
    }

    .breadcrumbs-fixed {
        left: 0 !important;
    }

    .page-header-fixed {
        left: 0 !important;
    }
}

@media(max-width:880px) {
    .page-sidebar.hide {
        display: block !important;
    }

        .page-sidebar.hide:before {
            display: block !important;
        }

        .page-sidebar.hide ~ .page-content {
            margin-left: 224px !important;
        }

            .page-sidebar.hide ~ .page-content .breadcrumbs-fixed {
                left: 224px !important;
            }

            .page-sidebar.hide ~ .page-content .page-header-fixed {
                left: 224px !important;
            }

    .page-sidebar.menu-compact ~ .page-content {
        margin-left: 0;
    }

        .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed {
            left: 0;
        }

        .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
            left: 0;
        }

    .page-sidebar.menu-compact.hide ~ .page-content {
        margin-left: 46px !important;
    }

        .page-sidebar.menu-compact.hide ~ .page-content .breadcrumbs-fixed {
            left: 46px !important;
        }

        .page-sidebar.menu-compact.hide ~ .page-content .page-header-fixed {
            left: 46px !important;
        }
}

@media(max-width:500px) {
    .page-sidebar.hide ~ .page-content .page-header .header-title {
        display: none;
    }

    .page-sidebar.hide ~ .page-content .page-header .header-buttons .refresh, .page-sidebar.hide ~ .page-content .page-header .header-buttons .fullscreen {
        display: none;
    }

    .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .refresh, .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .fullscreen {
        display: inline-block;
    }
}

.page-content {
    display: block;
    margin-left: 224px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}

@media only screen and (max-width:880px) {
    .page-content {
        margin-left: 0;
    }
}

.page-breadcrumbs {
    position: relative;
    background: #f3f3f3;
    min-height: 40px;
    line-height: 39px;
    padding: 0;
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    .page-breadcrumbs.breadcrumbs-fixed {
        position: fixed;
        right: 0;
        left: 224px;
        top: 45px;
        z-index: 999;
    }

        .page-breadcrumbs.breadcrumbs-fixed + .page-header {
            margin-top: 40px;
        }

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 12px;
    padding: 0;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

    .breadcrumb > li, .breadcrumb > li.active {
        color: #777;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

        .breadcrumb > li + li:before {
            color: #999;
        }

        .breadcrumb > li > .divider {
            padding: 0 4px;
        }

        .breadcrumb > li > a {
            display: inline-block;
            color: #0072c6;
        }

        .breadcrumb > li:first-child > a {
            padding-left: 4px;
        }

        .breadcrumb > li > i {
            margin-left: 4px;
            margin-right: 2px;
            font-size: 20px;
            position: relative;
            top: 2px;
        }

    .breadcrumb .expand-icon {
        height: 22px;
        padding: 0;
        margin: 0;
        position: relative;
        top: 1px;
        font-size: 14px;
        color: #b2b6bf;
    }

.page-header {
    position: relative;
    margin: 0;
    padding-bottom: 1px;
    padding-left: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    z-index: 0;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}

    .page-header .header-title {
        display: inline-block;
        position: relative;
        height: 40px;
    }

        .page-header .header-title h1 {
            padding: 0;
            margin: 0 4px;
            font-size: 17px;
            font-weight: lighter;
            color: #737373;
            line-height: 37px;
            display: inline-block;
        }

            .page-header .header-title h1 small {
                margin: 0 1px;
                font-size: 14px;
                letter-spacing: 0;
                font-weight: 300;
                color: #888;
            }

    .page-header .header-buttons {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

        .page-header .header-buttons a {
            position: relative;
            vertical-align: middle;
            display: inline-block;
            z-index: 1029;
            height: 40px;
            width: 36px;
            margin-right: 5px;
            padding: 8px 10px;
            color: #dfdfdf;
            -webkit-transition: all .218s ease;
            -moz-transition: all .218s ease;
            -o-transition: all .218s ease;
            transition: all .218s ease;
            float: right;
        }

            .page-header .header-buttons a:before {
                display: block;
                content: "";
                position: absolute;
                left: 0;
                bottom: -3px;
                right: 0;
                height: 4px;
                max-height: 4px;
                overflow: hidden;
                background-color: #0072c6;
            }

            .page-header .header-buttons a:hover {
                -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
                box-shadow: 0 0 20px rgba(0,0,0,.2);
                color: #0072c6;
            }

            .page-header .header-buttons a.active {
                color: #0072c6;
            }

            .page-header .header-buttons a i {
                font-size: 17px;
                font-style: normal;
                font-weight: normal;
                line-height: 27px;
            }

            .page-header .header-buttons a.fullscreen:before {
                background-color: #fb6e52;
            }

            .page-header .header-buttons a.fullscreen:hover, .page-header .header-buttons a.fullscreen.active {
                color: #fb6e52;
            }

            .page-header .header-buttons a.refresh:before {
                background-color: #ffce55;
            }

            .page-header .header-buttons a.refresh:hover, .page-header .header-buttons a.refresh.active {
                color: #ffce55;
            }

            .page-header .header-buttons a.sidebar-toggler:before {
                background-color: #0072c6;
            }

            .page-header .header-buttons a.sidebar-toggler:hover, .page-header .header-buttons a.sidebar-toggler.active {
                color: #0072c6;
            }

    .page-header.mail-header {
        border-bottom: 1px solid #eee;
    }

        .page-header.mail-header .header-buttons a:before {
            display: none;
        }

        .page-header.mail-header .header-buttons a:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .page-header.page-header-fixed {
        position: fixed;
        right: 0;
        left: 224px;
        top: 85px;
        z-index: 998;
        margin-top: 0 !important;
    }

        .page-header.page-header-fixed + .page-body {
            margin-top: 80px;
        }

@media only screen and (max-width:520px) {
    .header-title h1 small {
        display: none;
    }
}

.page-body {
    background: #eee;
    padding: 18px 20px 24px;
}

.widget {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px 0;
}

    .widget.collapsed .widget-body {
        display: none;
    }

    .widget.collapsed.radius-bordered .widget-header {
        -webkit-border-radius: 3px 3px 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 3px 3px;
        -moz-background-clip: padding;
        border-radius: 3px 3px 3px 3px;
        background-clip: padding-box;
    }

    .widget.no-header .widget-header {
        display: none;
    }

    .widget.no-header.radius-bordered .widget-body {
        -webkit-border-radius: 3px 3px 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 3px 3px;
        -moz-background-clip: padding;
        border-radius: 3px 3px 3px 3px;
        background-clip: padding-box;
    }

    .widget.maximized {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        margin: 0;
        overflow: auto;
    }

        .widget.maximized .widget-body {
            padding: 12px 0;
        }

    .widget.transparent .widget-header, .widget.transparent .widget-body {
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .widget.transparent .widget-header {
        border-bottom: 1px solid #ccc;
    }

    .widget.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget.radius-bordered .widget-header {
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 0 0;
        -moz-background-clip: padding;
        border-radius: 3px 3px 0 0;
        background-clip: padding-box;
    }

    .widget.radius-bordered .widget-body {
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box;
    }

    .widget.flat .widget-body, .widget.flat .widget-header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .widget.lightshadow .widget-body, .widget.lightshadow .widget-header {
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }

    .widget:hover .compact {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

        .widget:hover .compact i {
            color: #0072c6;
        }

.widget-header {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 12px;
    text-align: right;
}

    .widget-header .widget-icon {
        display: block;
        width: 30px;
        height: 32px;
        position: relative;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-left: -10px;
    }

    .widget-header > .widget-caption {
        line-height: 34px;
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        font-weight: 600 !important;
        font-size: 13px;
    }

    .widget-header.lined {
        border: 0;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        padding-left: 2%;
    }

        .widget-header.lined:before {
            content: "";
            position: absolute;
            display: block;
            width: 96%;
            bottom: 0;
            top: 35px;
            height: 1px;
            left: 2%;
            z-index: 1;
            border-bottom: 1px solid #e5e5e5;
        }

        .widget-header.lined .widget-buttons {
            padding-right: 2%;
        }

        .widget-header.lined + .widget-body {
            padding-left: 2%;
            padding-right: 2%;
        }

    .widget-header.separated {
        margin-bottom: 5px;
    }

    .widget-header[class*="bg-"] {
        border: 0;
    }

        .widget-header[class*="bg-"] .widget-caption, .widget-header[class*="bg-"] i {
            color: #fff;
        }

    .widget-header.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget-header.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget-header.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget-header.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget-header.header-large {
        min-height: 49px;
        padding-left: 18px;
    }

        .widget-header.header-large h5 {
            line-height: 48px;
            font-size: 16px;
        }

        .widget-header.header-large > .widget-buttons {
            line-height: 48px;
            height: 48px;
        }

            .widget-header.header-large > .widget-buttons a {
                min-width: 26px;
            }

                .widget-header.header-large > .widget-buttons a i {
                    font-size: 20px;
                }

    .widget-header.header-small {
        min-height: 29px;
        padding-left: 10px;
    }

        .widget-header.header-small h5 {
            line-height: 28px;
            font-size: 12px;
        }

        .widget-header.header-small > .widget-buttons {
            line-height: 29px;
            height: 29px;
        }

            .widget-header.header-small > .widget-buttons a {
                min-width: 16px;
                height: 16px;
            }

                .widget-header.header-small > .widget-buttons a i {
                    font-size: 14px;
                }

.widget-buttons {
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    position: relative;
    text-align: left;
    height: 36px;
}

    .widget-buttons.buttons-bordered {
        border-left: 1px solid #e5e5e5;
    }

    .widget-buttons.compact {
        margin-top: 4px;
        background-color: #f5f5f5;
        line-height: 27px;
        -webkit-transition: background-color .218s ease;
        -moz-transition: background-color .218s ease;
        -o-transition: background-color .218s ease;
        transition: background-color .218s ease;
        -webkit-transition: -webkit-box-shadow .218s ease;
        -moz-transition: -moz-box-shadow .218s ease;
        -o-transition: box-shadow .218s ease;
        transition: box-shadow .218s ease;
        -webkit-transition: color .318s ease;
        -moz-transition: color .318s ease;
        -o-transition: color .318s ease;
        transition: color .318s ease;
        height: 27px;
    }

        .widget-buttons.compact:hover {
            background-color: #0072c6;
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);
        }

            .widget-buttons.compact:hover i {
                color: #fff;
            }

        .widget-buttons.compact:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -4px;
            width: 4px;
            max-width: 4px;
            overflow: hidden;
            background-color: #0072c6;
        }

        .widget-buttons.compact a {
            min-width: 14px;
            line-height: 14px;
        }

        .widget-buttons.compact i {
            color: #ccc;
            font-size: 14px;
        }

    .widget-buttons.no-padding {
        padding: 0;
    }

    .widget-buttons.padding-5 {
        padding: 0 5px;
    }

    .widget-buttons.no-border:before {
        display: none;
    }

    .widget-buttons label {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        line-height: 6px;
    }

    .widget-buttons > a {
        font-size: 14px;
        margin: 0 1px;
        display: inline-block;
        padding: 0;
        line-height: 24px;
        min-width: 20px;
        text-align: center;
    }

        .widget-buttons > a:hover {
            text-decoration: none;
        }

        .widget-buttons > a i {
            vertical-align: middle;
        }

    .widget-buttons > [data-toggle] > .fa {
        margin-right: 0;
    }

    .widget-buttons > [data-toggle]:hover {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

    .widget-buttons > [data-toggle]:focus {
        text-decoration: none;
    }

    .widget-buttons > [data-toggle="dispose"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="maximize"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="collapse"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="refresh"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="config"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons .progress {
        vertical-align: middle;
        display: inline-block;
        margin: 0;
        min-width: 100px;
        margin-top: -3px;
    }

    .widget-buttons .btn-group {
        margin-top: -2px;
    }

        .widget-buttons .btn-group .dropdown-menu {
            right: 0;
            left: auto;
        }

    .widget-buttons .badge {
        margin-top: -2px;
    }

    .widget-buttons .label {
        padding: 5px 6px 5px 6px;
    }

    .widget-buttons .pagination, .widget-buttons .pager {
        float: right;
        margin: 5px 2px 1px;
    }

    .widget-buttons .btn {
        margin-top: -2px;
    }

.widget-body {
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    padding: 12px;
}

    .widget-body.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget-body.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget-body.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget-body.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget-body[class*="bg-"] {
        color: #fff;
    }

    .widget-body.no-padding {
        padding: 0;
    }

        .widget-body.no-padding .accordion {
            border: 0;
        }

        .widget-body.no-padding .dataTables_filter label {
            margin: 10px;
        }

        .widget-body.no-padding .dataTables_length {
            top: 10px;
            right: 10px;
        }

        .widget-body.no-padding .DTTT.btn-group {
            right: 80px;
            top: 10px;
        }

    .widget-body .accordion.panel-group {
        border-top-width: 1px !important;
    }

    .widget-body > table {
        margin-bottom: 0;
    }

    .widget-body hr.wide {
        margin-left: -12px;
        margin-right: -12px;
    }

.databox-container {
    text-align: center;
    font-size: 0;
}

.databox {
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0;
    font-size: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px;
}

    .databox .databox-icon {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .databox .databox-icon > .fa, .databox .databox-icon .typcn, .databox .databox-icon .glyphicon, .databox .databox-icon .wi {
            display: inline-block;
            margin: 0;
            text-align: center;
            position: relative;
            margin-top: 3px;
        }

            .databox .databox-icon > .fa:before, .databox .databox-icon .typcn:before, .databox .databox-icon .glyphicon:before, .databox .databox-icon .wi:before {
                font-size: 40px;
                display: block;
                text-align: center;
            }

    .databox .databox-sparkline {
        padding-top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

    .databox .databox-piechart {
        padding-top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }

    .databox .databox-header {
        display: block;
        font-size: 18px;
        font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
        font-weight: 400;
        margin: 8px 5px;
        position: relative;
    }

        .databox .databox-header i {
            margin-right: 5px;
        }

    .databox .databox-number {
        display: block;
        font-size: 17px;
        line-height: 26px;
        margin: 2px;
        position: relative;
        font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
    }

        .databox .databox-number i {
            margin-right: 5px;
        }

        .databox .databox-number.number-xs {
            font-size: 11px;
        }

        .databox .databox-number.number-sm {
            font-size: 14px;
        }

        .databox .databox-number.number-lg {
            font-size: 20px;
        }

        .databox .databox-number.number-xlg {
            font-size: 23px;
        }

        .databox .databox-number.number-xxlg {
            font-size: 30px;
        }

    .databox .databox-title {
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin: 2px;
        position: relative;
    }

        .databox .databox-title i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-text {
        display: block;
        font-size: 12px;
        margin: 4px 0 2px;
        position: relative;
    }

        .databox .databox-text i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-inlinetext {
        font-size: 11px;
        margin: 2px;
        position: relative;
    }

        .databox .databox-inlinetext i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-stat {
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 7px;
        padding: 2px 5px;
    }

        .databox .databox-stat.stat-left {
            left: 7px;
            right: auto;
        }

        .databox .databox-stat .stat-text {
            display: inline-block;
            font-size: 13px;
            padding-right: 5px;
            font-weight: 500;
        }

        .databox .databox-stat .stat-icon {
            display: inline-block;
            font-size: 13px;
        }

            .databox .databox-stat .stat-icon.icon-lg {
                font-size: 16px;
            }

            .databox .databox-stat .stat-icon.icon-xlg {
                font-size: 18px;
            }

        .databox .databox-stat.radius-bordered {
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .databox .databox-stat[class*="bg-"] {
            color: #fff;
        }

    .databox .databox-state {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 24px;
        width: 24px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #e5e5e5;
        text-align: center;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        border: 2px solid #fff;
    }

        .databox .databox-state i {
            font-size: 13px;
            color: #fff;
            line-height: 20px;
        }

    .databox .databox-row {
        width: 100%;
        margin: 0;
        position: relative;
    }

        .databox .databox-row[class*="bg-"] {
            color: #fff;
        }

        .databox .databox-row.bordered-bottom {
            border-bottom: 1px solid #fff;
        }

        .databox .databox-row.bordered-top {
            border-top: 1px solid #fff;
        }

        .databox .databox-row.bordered-left {
            border-left: 1px solid #fff;
        }

        .databox .databox-row.bordered-right {
            border-right: 1px solid #fff;
        }

        .databox .databox-row.bordered-thick {
            border-width: 2px;
        }

        .databox .databox-row.row-1 {
            height: 8.33%;
        }

        .databox .databox-row.row-2 {
            height: 16.66%;
        }

        .databox .databox-row.row-3 {
            height: 25%;
        }

        .databox .databox-row.row-4 {
            height: 33.33%;
        }

        .databox .databox-row.row-5 {
            height: 41.66%;
        }

        .databox .databox-row.row-6 {
            height: 50%;
        }

        .databox .databox-row.row-7 {
            height: 58.33%;
        }

        .databox .databox-row.row-8 {
            height: 66.66%;
        }

        .databox .databox-row.row-9 {
            height: 75%;
        }

        .databox .databox-row.row-10 {
            height: 83.33%;
        }

        .databox .databox-row.row-11 {
            height: 91.66%;
        }

        .databox .databox-row.row-12 {
            height: 100%;
        }

    .databox .databox-cell {
        height: 100%;
        margin: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

        .databox .databox-cell[class*="bg-"] {
            color: #fff;
        }

        .databox .databox-cell.bordered-bottom {
            border-bottom: 1px solid #fff;
        }

        .databox .databox-cell.bordered-top {
            border-top: 1px solid #fff;
        }

        .databox .databox-cell.bordered-left {
            border-left: 1px solid #fff;
        }

        .databox .databox-cell.bordered-right {
            border-right: 1px solid #fff;
        }

        .databox .databox-cell.bordered-thick {
            border-width: 2px;
        }

        .databox .databox-cell.cell-1 {
            width: 8.33%;
        }

        .databox .databox-cell.cell-2 {
            width: 16.66%;
        }

        .databox .databox-cell.cell-3 {
            width: 25%;
        }

        .databox .databox-cell.cell-4 {
            width: 33.33%;
        }

        .databox .databox-cell.cell-5 {
            width: 41.66%;
        }

        .databox .databox-cell.cell-6 {
            width: 50%;
        }

        .databox .databox-cell.cell-7 {
            width: 58.33%;
        }

        .databox .databox-cell.cell-8 {
            width: 66.66%;
        }

        .databox .databox-cell.cell-9 {
            width: 75%;
        }

        .databox .databox-cell.cell-10 {
            width: 83.33%;
        }

        .databox .databox-cell.cell-11 {
            width: 91.66%;
        }

        .databox .databox-cell.cell-12 {
            width: 100%;
        }

    .databox.databox-inverted .databox-left {
        -lh-property: 0;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
    }

    .databox.databox-inverted .databox-right {
        width: 65px;
    }

    .databox.databox-transparent .databox-left {
        background-color: transparent !important;
    }

    .databox.databox-transparent .databox-right {
        background-color: transparent !important;
    }

    .databox .databox-left {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0;
        width: 65px;
        height: 65px;
        padding: 10px;
        color: #0072c6;
    }

        .databox .databox-left[class*="bg-"] {
            color: #fff;
        }

    .databox .databox-right {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        -lh-property: 0;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        height: 65px;
        color: #555;
        padding: 5px 10px;
    }

        .databox .databox-right.bordered {
            border-left: 1px solid #fff;
        }

        .databox .databox-right.bordered-thick {
            border-left: 3px solid #fff;
        }

        .databox .databox-right[class*="bg-"] {
            color: #fff;
        }

    .databox.databox-shadowed {
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

    .databox.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .databox.radius-bordered .databox-left {
            -webkit-border-radius: 3px 0 0 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 0 0 3px;
            -moz-background-clip: padding;
            border-radius: 3px 0 0 3px;
            background-clip: padding-box;
        }

        .databox.radius-bordered .databox-right {
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

            .databox.radius-bordered .databox-right .databox-row:first-child {
                -webkit-border-radius: 0 3px 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 3px 0 0;
                -moz-background-clip: padding;
                border-radius: 0 3px 0 0;
                background-clip: padding-box;
            }

            .databox.radius-bordered .databox-right .databox-row:last-child {
                -webkit-border-radius: 0 0 3px 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 0;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 0;
                background-clip: padding-box;
            }

    .databox.databox-graded {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(left,#ddd,#fff);
        background-image: -moz-linear-gradient(left,#ddd,#fff);
        background-image: -o-linear-gradient(left,#ddd,#fff);
        background-image: linear-gradient(to right,#ddd,#fff);
    }

    .databox.databox-halved .databox-left {
        width: 50% !important;
    }

    .databox.databox-halved .databox-right {
        width: 50% !important;
    }

    .databox.databox-lg {
        height: 80px;
    }

        .databox.databox-lg .databox-icon > .fa:before, .databox.databox-lg .databox-icon .typcn:before, .databox.databox-lg .databox-icon .glyphicon:before, .databox.databox-lg .databox-icon .wi:before {
            font-size: 48px;
            padding: 6px 4px 7px;
        }

        .databox.databox-lg .databox-sparkline {
            margin: 13px auto;
        }

        .databox.databox-lg .databox-number {
            font-size: 20px;
            margin: 4px 0 6px;
        }

        .databox.databox-lg .databox-left {
            width: 80px;
            height: 80px;
        }

        .databox.databox-lg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            height: 80px;
            padding: 10px 15px;
        }

        .databox.databox-lg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
        }

        .databox.databox-lg.databox-inverted .databox-right {
            width: 80px;
        }

    .databox.databox-xlg {
        height: 170px;
    }

        .databox.databox-xlg .databox-icon > .fa:before, .databox.databox-xlg .databox-icon .typcn:before, .databox.databox-xlg .databox-icon .glyphicon:before {
            padding: 6px 4px 7px;
        }

        .databox.databox-xlg .databox-icon .wi:before {
            font-size: 55px !important;
        }

        .databox.databox-xlg .databox-left {
            width: 170px;
            height: 170px;
        }

        .databox.databox-xlg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 170px);
            width: -moz-calc(100% - 170px);
            width: calc(100% - 170px);
            height: 170px;
        }

        .databox.databox-xlg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 170px);
            width: -moz-calc(100% - 170px);
            width: calc(100% - 170px);
        }

        .databox.databox-xlg.databox-inverted .databox-right {
            width: 170px;
        }

    .databox.databox-xxlg {
        height: 250px;
    }

        .databox.databox-xxlg .databox-icon > .fa:before, .databox.databox-xxlg .databox-icon .typcn:before, .databox.databox-xxlg .databox-icon .glyphicon:before, .databox.databox-xxlg .databox-icon .wi:before {
            font-size: 200px;
            padding: 6px 4px 7px;
        }

        .databox.databox-xxlg .databox-left {
            width: 250px;
            height: 250px;
        }

        .databox.databox-xxlg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 250px);
            width: -moz-calc(100% - 250px);
            width: calc(100% - 250px);
            height: 250px;
        }

        .databox.databox-xxlg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 250px);
            width: -moz-calc(100% - 250px);
            width: calc(100% - 250px);
        }

        .databox.databox-xxlg.databox-inverted .databox-right {
            width: 250px;
        }

    .databox.databox-vertical {
        width: 100%;
        height: 100px;
    }

        .databox.databox-vertical .databox-top {
            position: relative;
            width: 100%;
            height: 50px;
            display: inline-block;
            text-align: center;
            margin: 0;
            padding: 5px;
            color: #0072c6;
        }

            .databox.databox-vertical .databox-top[class*="bg-"] {
                color: #fff;
            }

        .databox.databox-vertical .databox-bottom {
            position: relative;
            width: 100%;
            height: 50px;
            display: inline-block;
            margin: 0;
            color: #555;
            padding: 5px 10px;
        }

            .databox.databox-vertical .databox-bottom.bordered {
                border-top: 1px solid #fff;
            }

            .databox.databox-vertical .databox-bottom.bordered-thick {
                border-top: 3px solid #fff;
            }

            .databox.databox-vertical .databox-bottom[class*="bg-"] {
                color: #fff;
            }

        .databox.databox-vertical .databox-icon > .fa:before, .databox.databox-vertical .databox-icon .typcn:before, .databox.databox-vertical .databox-icon .glyphicon:before, .databox.databox-vertical .databox-icon .wi:before {
            font-size: 38px;
        }

        .databox.databox-vertical.radius-bordered {
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

            .databox.databox-vertical.radius-bordered .databox-top {
                -webkit-border-radius: 3px 3px 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 3px 0 0;
                -moz-background-clip: padding;
                border-radius: 3px 3px 0 0;
                background-clip: padding-box;
            }

                .databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child {
                    -webkit-border-radius: 3px 0 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 0 0 0;
                    -moz-background-clip: padding;
                    border-radius: 3px 0 0 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child {
                    -webkit-border-radius: 0 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 0 3px 0 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-top img {
                    -webkit-border-radius: 3px 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0 0;
                    background-clip: padding-box;
                }

            .databox.databox-vertical.radius-bordered .databox-bottom {
                -webkit-border-radius: 0 0 3px 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 3px;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 3px;
                background-clip: padding-box;
            }

                .databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child {
                    -webkit-border-radius: 0 0 0 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 0 3px;
                    -moz-background-clip: padding;
                    border-radius: 0 0 0 3px;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child {
                    -webkit-border-radius: 0 0 3px 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 3px 0;
                    -moz-background-clip: padding;
                    border-radius: 0 0 3px 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-bottom img {
                    -webkit-border-radius: 0 0 3px 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 3px 3px;
                    -moz-background-clip: padding;
                    border-radius: 0 0 3px 3px;
                    background-clip: padding-box;
                }

        .databox.databox-vertical.databox-graded {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
            background-image: -webkit-linear-gradient(top,#e5e5e5,#fff);
            background-image: -moz-linear-gradient(top,#e5e5e5,#fff);
            background-image: -o-linear-gradient(top,#e5e5e5,#fff);
            background-image: linear-gradient(to bottom,#e5e5e5,#fff);
        }

        .databox.databox-vertical.databox-halved .databox-top {
            height: 50%;
        }

        .databox.databox-vertical.databox-halved .databox-bottom {
            height: 50%;
        }

        .databox.databox-vertical.databox-lg {
            height: 150px;
            width: 100%;
        }

            .databox.databox-vertical.databox-lg .databox-number {
                font-size: 17px;
                margin: 2px;
            }

            .databox.databox-vertical.databox-lg .databox-icon > .fa:before, .databox.databox-vertical.databox-lg .databox-icon .typcn:before, .databox.databox-vertical.databox-lg .databox-icon .glyphicon:before {
                font-size: 38px !important;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg .databox-icon .wi:before {
                font-size: 50px !important;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-lg .databox-bottom {
                height: 100px;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before {
                font-size: 85px;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-top {
                height: 100px;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before {
                font-size: 58px;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-top {
                height: 75px;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-bottom {
                height: 75px;
            }

        .databox.databox-vertical.databox-xlg {
            height: 200px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xlg .databox-bottom {
                height: 150px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before {
                font-size: 120px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-top {
                height: 150px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before {
                font-size: 85px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-top {
                height: 100px;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-bottom {
                height: 100px;
            }

        .databox.databox-vertical.databox-xxlg {
            height: 300px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xxlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xxlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxlg .databox-bottom {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before {
                font-size: 220px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-top {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before {
                font-size: 120px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-top {
                height: 150px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom {
                height: 150px;
            }

        .databox.databox-vertical.databox-xxxlg {
            height: 500px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xxxlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxxlg .databox-bottom {
                height: 450px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before {
                font-size: 420px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top {
                height: 450px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before {
                font-size: 220px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-top {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom {
                height: 250px;
            }

    .databox .chart {
        font-size: 13px;
    }

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
}

    .alert .close {
        top: 0;
        right: 0;
        line-height: 16px;
        color: #444;
    }

    .alert.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

    .alert.alert-shadowed {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

    .alert.alert-heading {
        font-weight: 600;
    }

    .alert.alert-danger {
        border-color: #df5138;
        background: #e46f61;
    }

    .alert.alert-warning {
        border-color: #ffce55;
        color: #555;
        background: #fff1a8;
    }

    .alert.alert-success {
        border-color: #8cc474;
        background: #a0d468;
    }

    .alert.alert-info {
        border-color: #11a9cc;
        background: #57b5e3;
    }

.tab-content {
    background-color: #fbfbfb;
    padding: 16px 12px;
    position: relative;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
}

    .tab-content.no-padding {
        padding: 0;
    }

    .tab-content.no-border {
        border: 0;
        padding: 12px;
    }

    .tab-content.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

    .tab-content.tabs-flat {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #e5e5e5;
    }

.nav-tabs {
    margin-bottom: 0;
    margin-left: 0;
    border: 0;
    top: 2px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a:hover {
            color: #262626;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
            outline: none !important;
        }

        .nav-tabs > li > a, .nav-tabs > li > a:focus {
            border-radius: 0 !important;
            color: #777;
            margin-right: -1px;
            line-height: 12px;
            position: relative;
            z-index: 11;
        }

            .nav-tabs > li > a > .badge {
                padding: 0 4px;
                line-height: 15px;
                opacity: .75;
                height: 16px;
                min-width: 16px;
            }

            .nav-tabs > li > a .fa, .nav-tabs > li > a .glyphicon, .nav-tabs > li > a .typcn, .nav-tabs > li > a .wi {
                opacity: .75;
            }

        .nav-tabs > li:first-child > a {
            margin-left: 0;
            border-left: 1px solid #fbfbfb;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #262626;
            border: 0;
            border-top: 2px solid #0072c6;
            border-bottom-color: transparent;
            background-color: #fbfbfb;
            z-index: 12;
            line-height: 16px;
            margin-top: -2px;
            box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
        }

            .nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*="fa-"] {
                opacity: 1;
            }

        .nav-tabs > li.active.tab-white > a {
            border-color: #fff !important;
        }

            .nav-tabs > li.active.tab-white > a > .fa, .nav-tabs > li.active.tab-white > a .glyphicon, .nav-tabs > li.active.tab-white > a .typcn, .nav-tabs > li.active.tab-white > a .wi {
                color: #fff;
            }

        .nav-tabs > li.active tab-snow > a {
            border-color: #fbfbfb !important;
        }

            .nav-tabs > li.active tab-snow > a > .fa, .nav-tabs > li.active tab-snow > a .glyphicon, .nav-tabs > li.active tab-snow > a .typcn, .nav-tabs > li.active tab-snow > a .wi {
                color: #fbfbfb;
            }

        .nav-tabs > li.active.tab-whitesmoke > a {
            border-color: #f5f5f5 !important;
        }

            .nav-tabs > li.active.tab-whitesmoke > a > .fa, .nav-tabs > li.active.tab-whitesmoke > a .glyphicon, .nav-tabs > li.active.tab-whitesmoke > a .typcn, .nav-tabs > li.active.tab-whitesmoke > a .wi {
                color: #f5f5f5;
            }

        .nav-tabs > li.active.tab-seashell > a {
            border-color: #f3f3f3 !important;
        }

            .nav-tabs > li.active.tab-seashell > a > .fa, .nav-tabs > li.active.tab-seashell > a .glyphicon, .nav-tabs > li.active.tab-seashell > a .typcn, .nav-tabs > li.active.tab-seashell > a .wi {
                color: #f3f3f3;
            }

        .nav-tabs > li.active.tab-ivory > a {
            border-color: #eee !important;
        }

            .nav-tabs > li.active.tab-ivory > a > .fa, .nav-tabs > li.active.tab-ivory > a .glyphicon, .nav-tabs > li.active.tab-ivory > a .typcn, .nav-tabs > li.active.tab-ivory > a .wi {
                color: #eee;
            }

        .nav-tabs > li.active.tab-platinum > a {
            border-color: #e5e5e5 !important;
        }

            .nav-tabs > li.active.tab-platinum > a > .fa, .nav-tabs > li.active.tab-platinum > a .glyphicon, .nav-tabs > li.active.tab-platinum > a .typcn, .nav-tabs > li.active.tab-platinum > a .wi {
                color: #e5e5e5;
            }

        .nav-tabs > li.active.tab-lightgray > a {
            border-color: #d0d0d0 !important;
        }

            .nav-tabs > li.active.tab-lightgray > a > .fa, .nav-tabs > li.active.tab-lightgray > a .glyphicon, .nav-tabs > li.active.tab-lightgray > a .typcn, .nav-tabs > li.active.tab-lightgray > a .wi {
                color: #d0d0d0;
            }

        .nav-tabs > li.active.tab-gray > a {
            border-color: #ccc !important;
        }

            .nav-tabs > li.active.tab-gray > a > .fa, .nav-tabs > li.active.tab-gray > a .glyphicon, .nav-tabs > li.active.tab-gray > a .typcn, .nav-tabs > li.active.tab-gray > a .wi {
                color: #ccc;
            }

        .nav-tabs > li.active.tab-darkgray > a {
            border-color: #999 !important;
        }

            .nav-tabs > li.active.tab-darkgray > a > .fa, .nav-tabs > li.active.tab-darkgray > a .glyphicon, .nav-tabs > li.active.tab-darkgray > a .typcn, .nav-tabs > li.active.tab-darkgray > a .wi {
                color: #999;
            }

        .nav-tabs > li.active.tab-silver > a {
            border-color: #777 !important;
        }

            .nav-tabs > li.active.tab-silver > a > .fa, .nav-tabs > li.active.tab-silver > a .glyphicon, .nav-tabs > li.active.tab-silver > a .typcn, .nav-tabs > li.active.tab-silver > a .wi {
                color: #777;
            }

        .nav-tabs > li.active.tab-sonic-silver > a {
            border-color: #737373 !important;
        }

            .nav-tabs > li.active.tab-sonic-silver > a > .fa, .nav-tabs > li.active.tab-sonic-silver > a .glyphicon, .nav-tabs > li.active.tab-sonic-silver > a .typcn, .nav-tabs > li.active.tab-sonic-silver > a .wi {
                color: #737373;
            }

        .nav-tabs > li.active.tab-storm-cloud > a {
            border-color: #666 !important;
        }

            .nav-tabs > li.active.tab-storm-cloud > a > .fa, .nav-tabs > li.active.tab-storm-cloud > a .glyphicon, .nav-tabs > li.active.tab-storm-cloud > a .typcn, .nav-tabs > li.active.tab-storm-cloud > a .wi {
                color: #666;
            }

        .nav-tabs > li.active.tab-lightcarbon > a {
            border-color: #555 !important;
        }

            .nav-tabs > li.active.tab-lightcarbon > a > .fa, .nav-tabs > li.active.tab-lightcarbon > a .glyphicon, .nav-tabs > li.active.tab-lightcarbon > a .typcn, .nav-tabs > li.active.tab-lightcarbon > a .wi {
                color: #555;
            }

        .nav-tabs > li.active.tab-carbon > a {
            border-color: #444 !important;
        }

            .nav-tabs > li.active.tab-carbon > a > .fa, .nav-tabs > li.active.tab-carbon > a .glyphicon, .nav-tabs > li.active.tab-carbon > a .typcn, .nav-tabs > li.active.tab-carbon > a .wi {
                color: #444;
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important;
        }

            .nav-tabs > li.active.tab-primary > a > .fa, .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi {
                color: #4374e0;
            }

        .nav-tabs > li.active.tab-slate-gray > a {
            border-color: #333 !important;
        }

            .nav-tabs > li.active.tab-slate-gray > a > .fa, .nav-tabs > li.active.tab-slate-gray > a .glyphicon, .nav-tabs > li.active.tab-slate-gray > a .typcn, .nav-tabs > li.active.tab-slate-gray > a .wi {
                color: #333;
            }

        .nav-tabs > li.active.tab-darkcarbon > a {
            border-color: #262626 !important;
        }

            .nav-tabs > li.active.tab-darkcarbon > a > .fa, .nav-tabs > li.active.tab-darkcarbon > a .glyphicon, .nav-tabs > li.active.tab-darkcarbon > a .typcn, .nav-tabs > li.active.tab-darkcarbon > a .wi {
                color: #262626;
            }

        .nav-tabs > li.active.tab-blue > a {
            border-color: #5db2ff !important;
        }

            .nav-tabs > li.active.tab-blue > a > .fa, .nav-tabs > li.active.tab-blue > a .glyphicon, .nav-tabs > li.active.tab-blue > a .typcn, .nav-tabs > li.active.tab-blue > a .wi {
                color: #5db2ff;
            }

        .nav-tabs > li.active.tab-info > a {
            border-color: #57b5e3 !important;
        }

            .nav-tabs > li.active.tab-info > a > .fa, .nav-tabs > li.active.tab-info > a .glyphicon, .nav-tabs > li.active.tab-info > a .typcn, .nav-tabs > li.active.tab-info > a .wi {
                color: #57b5e3;
            }

        .nav-tabs > li.active.tab-sky > a {
            border-color: #11a9cc !important;
        }

            .nav-tabs > li.active.tab-sky > a > .fa, .nav-tabs > li.active.tab-sky > a .glyphicon, .nav-tabs > li.active.tab-sky > a .typcn, .nav-tabs > li.active.tab-sky > a .wi {
                color: #11a9cc;
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important;
        }

            .nav-tabs > li.active.tab-primary > a > .fa, .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi {
                color: #4374e0;
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important;
        }

            .nav-tabs > li.active.tab-primary > a > .fa, .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi {
                color: #4374e0;
            }

        .nav-tabs > li.active.tab-blueberry > a {
            border-color: #6f85bf !important;
        }

            .nav-tabs > li.active.tab-blueberry > a > .fa, .nav-tabs > li.active.tab-blueberry > a .glyphicon, .nav-tabs > li.active.tab-blueberry > a .typcn, .nav-tabs > li.active.tab-blueberry > a .wi {
                color: #6f85bf;
            }

        .nav-tabs > li.active.tab-palegreen > a {
            border-color: #a0d468 !important;
        }

            .nav-tabs > li.active.tab-palegreen > a > .fa, .nav-tabs > li.active.tab-palegreen > a .glyphicon, .nav-tabs > li.active.tab-palegreen > a .typcn, .nav-tabs > li.active.tab-palegreen > a .wi {
                color: #a0d468;
            }

        .nav-tabs > li.active.tab-success > a {
            border-color: #53a93f !important;
        }

            .nav-tabs > li.active.tab-success > a > .fa, .nav-tabs > li.active.tab-success > a .glyphicon, .nav-tabs > li.active.tab-success > a .typcn, .nav-tabs > li.active.tab-success > a .wi {
                color: #53a93f;
            }

        .nav-tabs > li.active.tab-green > a {
            border-color: #8cc474 !important;
        }

            .nav-tabs > li.active.tab-green > a > .fa, .nav-tabs > li.active.tab-green > a .glyphicon, .nav-tabs > li.active.tab-green > a .typcn, .nav-tabs > li.active.tab-green > a .wi {
                color: #8cc474;
            }

        .nav-tabs > li.active.tab-lightyellow > a {
            border-color: #f6d52e !important;
        }

            .nav-tabs > li.active.tab-lightyellow > a > .fa, .nav-tabs > li.active.tab-lightyellow > a .glyphicon, .nav-tabs > li.active.tab-lightyellow > a .typcn, .nav-tabs > li.active.tab-lightyellow > a .wi {
                color: #f6d52e;
            }

        .nav-tabs > li.active.tab-yellow > a {
            border-color: #ffce55 !important;
        }

            .nav-tabs > li.active.tab-yellow > a > .fa, .nav-tabs > li.active.tab-yellow > a .glyphicon, .nav-tabs > li.active.tab-yellow > a .typcn, .nav-tabs > li.active.tab-yellow > a .wi {
                color: #ffce55;
            }

        .nav-tabs > li.active.tab-warning > a {
            border-color: #f4b400 !important;
        }

            .nav-tabs > li.active.tab-warning > a > .fa, .nav-tabs > li.active.tab-warning > a .glyphicon, .nav-tabs > li.active.tab-warning > a .typcn, .nav-tabs > li.active.tab-warning > a .wi {
                color: #f4b400;
            }

        .nav-tabs > li.active.tab-gold > a {
            border-color: #f9b256 !important;
        }

            .nav-tabs > li.active.tab-gold > a > .fa, .nav-tabs > li.active.tab-gold > a .glyphicon, .nav-tabs > li.active.tab-gold > a .typcn, .nav-tabs > li.active.tab-gold > a .wi {
                color: #f9b256;
            }

        .nav-tabs > li.active.tab-orange > a {
            border-color: #fb6e52 !important;
        }

            .nav-tabs > li.active.tab-orange > a > .fa, .nav-tabs > li.active.tab-orange > a .glyphicon, .nav-tabs > li.active.tab-orange > a .typcn, .nav-tabs > li.active.tab-orange > a .wi {
                color: #fb6e52;
            }

        .nav-tabs > li.active.tab-lightred > a {
            border-color: #e46f61 !important;
        }

            .nav-tabs > li.active.tab-lightred > a > .fa, .nav-tabs > li.active.tab-lightred > a .glyphicon, .nav-tabs > li.active.tab-lightred > a .typcn, .nav-tabs > li.active.tab-lightred > a .wi {
                color: #e46f61;
            }

        .nav-tabs > li.active.tab-darkorange > a {
            border-color: #ed4e2a !important;
        }

            .nav-tabs > li.active.tab-darkorange > a > .fa, .nav-tabs > li.active.tab-darkorange > a .glyphicon, .nav-tabs > li.active.tab-darkorange > a .typcn, .nav-tabs > li.active.tab-darkorange > a .wi {
                color: #ed4e2a;
            }

        .nav-tabs > li.active.tab-red > a {
            border-color: #df5138 !important;
        }

            .nav-tabs > li.active.tab-red > a > .fa, .nav-tabs > li.active.tab-red > a .glyphicon, .nav-tabs > li.active.tab-red > a .typcn, .nav-tabs > li.active.tab-red > a .wi {
                color: #df5138;
            }

        .nav-tabs > li.active.tab-pink > a {
            border-color: #e75b8d !important;
        }

            .nav-tabs > li.active.tab-pink > a > .fa, .nav-tabs > li.active.tab-pink > a .glyphicon, .nav-tabs > li.active.tab-pink > a .typcn, .nav-tabs > li.active.tab-pink > a .wi {
                color: #e75b8d;
            }

        .nav-tabs > li.active.tab-danger > a {
            border-color: #d73d32 !important;
        }

            .nav-tabs > li.active.tab-danger > a > .fa, .nav-tabs > li.active.tab-danger > a .glyphicon, .nav-tabs > li.active.tab-danger > a .typcn, .nav-tabs > li.active.tab-danger > a .wi {
                color: #d73d32;
            }

        .nav-tabs > li.active.tab-magenta > a {
            border-color: #bc5679 !important;
        }

            .nav-tabs > li.active.tab-magenta > a > .fa, .nav-tabs > li.active.tab-magenta > a .glyphicon, .nav-tabs > li.active.tab-magenta > a .typcn, .nav-tabs > li.active.tab-magenta > a .wi {
                color: #bc5679;
            }

        .nav-tabs > li.active.tab-purple > a {
            border-color: #7e3794 !important;
        }

            .nav-tabs > li.active.tab-purple > a > .fa, .nav-tabs > li.active.tab-purple > a .glyphicon, .nav-tabs > li.active.tab-purple > a .typcn, .nav-tabs > li.active.tab-purple > a .wi {
                color: #7e3794;
            }

        .nav-tabs > li.active.tab-maroon > a {
            border-color: #981b48 !important;
        }

            .nav-tabs > li.active.tab-maroon > a > .fa, .nav-tabs > li.active.tab-maroon > a .glyphicon, .nav-tabs > li.active.tab-maroon > a .typcn, .nav-tabs > li.active.tab-maroon > a .wi {
                color: #981b48;
            }

    .nav-tabs.nav-justified {
        margin-bottom: -2px;
    }

        .nav-tabs.nav-justified > li > a {
            border: none;
            margin-top: -2px;
        }

            .nav-tabs.nav-justified > li > a:hover {
                background-color: transparent;
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
            border: 0;
            border-top: 2px solid #0072c6;
            background-color: #fbfbfb;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -3px;
    }

    .nav-tabs.tabs-flat {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: rgba(0,0,0,0);
    }

.tabs-below > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-bottom-width: 0;
}

    .tabs-below > .nav-tabs li.active > a, .tabs-below > .nav-tabs li.active > a:hover, .tabs-below > .nav-tabs li.active > a:focus {
        border-top-width: 1px;
        border-bottom: 2px solid #5db2ff;
        border-top-color: transparent;
        margin-top: 0;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    }

    .tabs-below > .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
    }

    .tabs-below > .nav-tabs.nav-justified > .active > a, .tabs-below > .nav-tabs.nav-justified > .active > a:hover, .tabs-below > .nav-tabs.nav-justified > .active > a:focus {
        border: 0;
        border-bottom: 2px solid #5db2ff;
    }

.tabs-left > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    float: left;
}

    .tabs-left > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            margin: 0 -1px 0 0;
        }

        .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
            border: 0;
            border-left: 2px solid #5db2ff;
            border-right-color: transparent;
            margin: 0 -1px 0 -1px;
            -webkit-box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
            -moz-box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
            box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
        }

.tabs-right > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    float: right;
}

    .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-top: 0;
            margin: 0 -1px;
        }

        .tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
            border-top-width: 0;
            border-right: 2px solid #5db2ff;
            border-left-color: transparent;
            margin: 0 -2px 0 -1px;
            -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
        }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            min-width: 60px;
        }

.nav-tabs li [class*=" fa-"], .nav-tabs li [class^="fa-"] {
    width: 1.25em;
    display: inline-block;
    text-align: center;
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto;
}

.nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #fbfbfb;
}

.nav .dropdown-menu > .active > a, .nav .dropdown-menu > .active > a:hover, .nav .dropdown-menu > .active > a:focus {
    color: #262626;
    background-color: #e5e5e5;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > [class*="fa-"].disabled:first-child {
    color: #909090 !important;
}

.btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px;
}

    .btn:hover, .btn:focus {
        color: #fff;
    }

    .btn.btn-link {
        border: none !important;
        background: transparent none !important;
        color: #08c !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
        padding: 4px 12px !important;
        line-height: 20px !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn.btn-link:hover {
            background: none !important;
            -webkit-text-shadow: none !important;
            text-shadow: none !important;
        }

        .btn.btn-link.active {
            background: none !important;
            text-decoration: underline;
            color: #009ceb !important;
        }

            .btn.btn-link.active:after {
                display: none;
            }

        .btn.btn-link.disabled, .btn.btn-link[disabled] {
            background: 0;
            opacity: .65;
            filter: alpha(opacity=65);
        }

            .btn.btn-link.disabled:hover, .btn.btn-link[disabled]:hover {
                background: none !important;
                text-decoration: none !important;
            }

    .btn.shiny {
        -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .btn.shiny:hover {
            zoom: 1;
            filter: alpha(opacity=90);
            -webkit-opacity: .9;
            -moz-opacity: .9;
            opacity: .9;
        }

        .btn.shiny.active, .btn.shiny:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        }

        .btn.shiny.dropdown-toggle {
            border-left-width: 0 !important;
        }

    .btn.btn-circle {
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 11px 12px;
    }

        .btn.btn-circle > .fa, .btn.btn-circle .typcn, .btn.btn-circle .glyphicon, .btn.btn-circle > [class*="wi-"] {
            font-size: 20px;
            margin: 0 auto;
            line-height: 34px;
        }

        .btn.btn-circle.btn-xs {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 6px 0;
        }

            .btn.btn-circle.btn-xs > .fa, .btn.btn-circle.btn-xs .typcn, .btn.btn-circle.btn-xs .glyphicon, .btn.btn-circle.btn-xs > [class*="wi-"] {
                font-size: 12px;
                line-height: 14px;
            }

        .btn.btn-circle.btn-sm {
            width: 50px;
            height: 50px;
            padding: 10px 15px;
        }

            .btn.btn-circle.btn-sm > .fa, .btn.btn-circle.btn-sm .typcn, .btn.btn-circle.btn-sm .glyphicon, .btn.btn-circle.btn-sm > [class*="wi-"] {
                font-size: 18px;
                line-height: 26px;
                border-radius: 50%;
            }

        .btn.btn-circle.btn-lg {
            width: 70px;
            height: 70px;
            padding: 10px;
        }

            .btn.btn-circle.btn-lg > .fa, .btn.btn-circle.btn-lg .typcn, .btn.btn-circle.btn-lg .glyphicon, .btn.btn-circle.btn-lg > [class*="wi-"] {
                font-size: 28px;
                line-height: 46px;
            }

    .btn.btn-labeled {
        position: relative;
        padding-left: 0;
    }

        .btn.btn-labeled.btn-block .btn-label {
            margin-right: 0;
        }

        .btn.btn-labeled .btn-label {
            display: block;
            float: left;
            margin: -7px 12px -9px -2px;
            padding: 8px 10px 8px 11px;
            position: relative;
            background: rgba(0,0,0,.06);
            line-height: 15px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

            .btn.btn-labeled .btn-label > .fa, .btn.btn-labeled .btn-label .typcn, .btn.btn-labeled .btn-label .glyphicon, .btn.btn-labeled .btn-label > [class*="wi-"] {
                margin-right: 0;
            }

    .btn.icon-only {
        width: 36px;
        height: 34px;
        padding: 5px 3px;
    }

        .btn.icon-only > .fa, .btn.icon-only .typcn, .btn.icon-only .glyphicon, .btn.icon-only > [class*="wi-"] {
            margin: 0;
            vertical-align: middle;
            text-align: center;
            padding: 0;
            font-size: 22px;
            line-height: 22px;
        }

    .btn > .fa, .btn .typcn, .btn .glyphicon, .btn > [class*="wi-"] {
        display: inline;
        margin-right: 4px;
        font-size: 14px;
    }

        .btn > .fa.right, .btn .typcn.right, .btn .glyphicon.right, .btn > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 4px;
        }

.btn-xs {
    font-size: 11px;
    padding: 2px 7px;
}

    .btn-xs > .fa, .btn-xs > .typcn, .btn-xs > .glyphicon, .btn-xs > [class*="wi-"] {
        font-size: 12px;
        margin-right: 2px;
    }

        .btn-xs > .fa.right, .btn-xs > .typcn.right, .btn-xs > .glyphicon.right, .btn-xs > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 2px;
        }

    .btn-xs.icon-only {
        width: 24px;
        height: 24px;
        padding: 2px 6px;
    }

        .btn-xs.icon-only > .fa, .btn-xs.icon-only > .typcn, .btn-xs.icon-only > .glyphicon, .btn-xs.icon-only > [class*="wi-"] {
            font-size: 12px;
            line-height: 7px;
        }

.btn-sm {
    font-size: 12px;
    padding: 4px 9px;
    line-height: 1.39;
}

    .btn-sm > .fa, .btn-sm > .typcn, .btn-sm > .glyphicon, .btn-sm > [class*="wi-"] {
        font-size: 13px;
        margin-right: 3px;
    }

        .btn-sm > .fa.right, .btn-sm > .typcn.right, .btn-sm > .glyphicon.right, .btn-sm > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 3px;
        }

    .btn-sm.icon-only {
        width: 31px;
        height: 30px;
        padding: 3px !important;
    }

        .btn-sm.icon-only > .fa, .btn-sm.icon-only > .typcn, .btn-sm.icon-only > .glyphicon, .btn-sm.icon-only > [class*="wi-"] {
            font-size: 20px;
            line-height: 21px;
        }

.btn-lg {
    line-height: 1.35;
    padding: 9px 18px;
    font-size: 14px;
}

    .btn-lg.icon-only {
        width: 40px;
        height: 38px;
        padding: 6px !important;
    }

        .btn-lg.icon-only > .fa, .btn-lg.icon-only > .typcn, .btn-lg.icon-only > .glyphicon, .btn-lg.icon-only > [class*="wi-"] {
            font-size: 24px;
            line-height: 26px;
        }

    .btn-lg > .fa, .btn-lg > .typcn, .btn-lg > .glyphicon, .btn-lg > [class*="wi-"] {
        font-size: 16px;
        margin-right: 6px;
    }

        .btn-lg > .fa.right, .btn-lg > .typcn.right, .btn-lg > .glyphicon.right, .btn-lg > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 6px;
        }

.btn, .btn-default, .btn:focus, .btn-default:focus {
    color: #444;
    background-color: #fff;
    border-color: #ccc;
}

    .btn:hover, .btn-default:hover {
        color: #444;
    }

    .btn.shiny, .btn-default.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: linear-gradient(to bottom,#fff 0,#ededed 100%);
    }

    .btn.dropdown-toggle:not(:first-child), .btn-default.dropdown-toggle:not(:first-child) {
        border-left-width: 0 !important;
        margin-left: -1px;
    }

    .btn-default:hover, .open .btn-default.dropdown-toggle {
        border-color: #b8b8b8;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1);
    }

.open .btn-default.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-primary, .btn-primary:focus {
    background-color: #427fed !important;
    border-color: #427fed;
    color: #fff;
}

    .btn-primary:hover {
        color: #fff;
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #6a99ee !important;
    }

    .btn-primary.active {
        background-color: #2c56b1 !important;
        border-color: #21448d;
    }

    .btn-primary.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: -moz-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: -o-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: linear-gradient(center to bottom,#0095ff 5%,#005eff 100%);
    }

    .btn-primary:hover, .open .btn-primary.dropdown-toggle {
        background-color: #4285f4 !important;
        border-color: #427fed;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #427fed !important;
        border-color: #427fed;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-info, .btn-info:focus {
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color: #fff;
}

    .btn-info:hover {
        color: #fff;
    }

    .btn-info.dropdown-toggle {
        border-left-color: #8bcdee !important;
    }

    .btn-info.active {
        background-color: #5fa6d3 !important;
        border-color: #4396cb;
    }

    .btn-info.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#00adee),to(#0078a5));
    }

    .btn-info:hover, .open .btn-info.dropdown-toggle {
        background-color: #6abce2 !important;
        border-color: #6abce2;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .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:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #57b5e3 !important;
        border-color: #57b5e3;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-success, .btn-success:focus {
    background-color: #53a93f !important;
    border-color: #53a93f !important;
    color: #fff;
}

    .btn-success:hover {
        color: #fff;
    }

    .btn-success.dropdown-toggle {
        border-left-color: #a0d468 !important;
    }

    .btn-success.active {
        background-color: #3e802f !important;
        border-color: #2f6124;
    }

    .btn-success.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#7db72f),to(#4e7d0e));
    }

    .btn-success:hover, .open .btn-success.dropdown-toggle {
        background-color: #65b951 !important;
        border-color: #65b951;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .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:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #53a93f !important;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-warning, .btn-warning:focus {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff;
}

    .btn-warning:hover {
        color: #fff;
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #ffce55 !important;
    }

    .btn-warning.active {
        background-color: #f2a73e !important;
        border-color: #f0981c;
    }

    .btn-warning.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#faa51a),to(#f47a20));
    }

    .btn-warning:hover, .open .btn-warning.dropdown-toggle {
        background-color: #f6c12a !important;
        border-color: #f6c12a;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .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:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f4b400 !important;
        border-color: #f4b400;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-danger, .btn-danger:focus {
    background-color: #d73d32 !important;
    border-color: #d73d32;
    color: #fff;
}

    .btn-danger:hover {
        color: #fff;
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #e46f61 !important;
    }

    .btn-danger.active {
        background-color: #be3e2e !important;
        border-color: #9a3323;
    }

    .btn-danger.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#ed1c24),to(#aa1317));
    }

    .btn-danger:hover, .open .btn-danger.dropdown-toggle {
        background-color: #e74b37 !important;
        border-color: #e74b37;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .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:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d73d32 !important;
        border-color: #d73d32;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-blue, .btn-blue:focus {
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #fff;
}

    .btn-blue:hover {
        color: #fff;
    }

    .btn-blue.dropdown-toggle {
        border-left-color: #81c1fb !important;
    }

    .btn-blue.active {
        background-color: #449cec !important;
        border-color: #3d90db;
    }

    .btn-blue.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MGJhZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#70bafd),to(#449cec));
    }

    .btn-blue:hover, .open .btn-blue.dropdown-toggle {
        background-color: #70bafd !important;
        border-color: #70bafd;
        color: #fff;
    }

    .btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
        background-color: #5db2ff !important;
        border-color: #5db2ff;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-sky, .btn-sky:focus {
    background-color: #11a9cc !important;
    border-color: #11a9cc;
    color: #fff;
}

    .btn-sky:hover {
        color: #fff;
    }

    .btn-sky.dropdown-toggle {
        border-left-color: #81c1fb !important;
    }

    .btn-sky.active {
        background-color: #2095b0 !important;
        border-color: #2f97af;
    }

    .btn-sky.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#28b3d3),to(#2095b0));
    }

    .btn-sky:hover, .open .btn-sky.dropdown-toggle {
        background-color: #28b3d3 !important;
        border-color: #28b3d3;
        color: #fff;
    }

    .btn-sky.disabled, .btn-sky[disabled], fieldset[disabled] .btn-sky, .btn-sky.disabled:hover, .btn-sky[disabled]:hover, fieldset[disabled] .btn-sky:hover, .btn-sky.disabled:focus, .btn-sky[disabled]:focus, fieldset[disabled] .btn-sky:focus, .btn-sky.disabled:active, .btn-sky[disabled]:active, fieldset[disabled] .btn-sky:active, .btn-sky.disabled.active, .btn-sky[disabled].active, fieldset[disabled] .btn-sky.active {
        background-color: #11a9cc !important;
        border-color: #11a9cc;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-azure, .btn-azure:focus {
    background-color: #0072c6 !important;
    border-color: #0072c6;
    color: #fff;
}

    .btn-azure:hover {
        color: #fff;
    }

    .btn-azure.dropdown-toggle {
        border-left-color: #3ecdf1 !important;
    }

    .btn-azure.active {
        background-color: #2badce !important;
        border-color: #2badce;
    }

    .btn-azure.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzZWNkZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiYWRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#3ecdf1),to(#2badce));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#3ecdf1),to(#2badce));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#3ecdf1),to(#2badce));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#3ecdf1),to(#2badce));
    }

    .btn-azure:hover, .open .btn-azure.dropdown-toggle {
        background-color: #3ecdf1 !important;
        border-color: #3ecdf1;
        color: #fff;
    }

    .btn-azure.disabled, .btn-azure[disabled], fieldset[disabled] .btn-azure, .btn-azure.disabled:hover, .btn-azure[disabled]:hover, fieldset[disabled] .btn-azure:hover, .btn-azure.disabled:focus, .btn-azure[disabled]:focus, fieldset[disabled] .btn-azure:focus, .btn-azure.disabled:active, .btn-azure[disabled]:active, fieldset[disabled] .btn-azure:active, .btn-azure.disabled.active, .btn-azure[disabled].active, fieldset[disabled] .btn-azure.active {
        background-color: #0072c6 !important;
        border-color: #0072c6;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-palegreen, .btn-palegreen:focus {
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #fff;
}

    .btn-palegreen:hover {
        color: #fff;
    }

    .btn-palegreen.dropdown-toggle {
        border-left-color: #a6d791 !important;
    }

    .btn-palegreen.active {
        background-color: #74aa5d !important;
        border-color: #699755;
    }

    .btn-palegreen.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5Y2Q1ODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0YWE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#9cd584),to(#74aa5d));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#9cd584),to(#74aa5d));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#9cd584),to(#74aa5d));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#9cd584),to(#74aa5d));
    }

    .btn-palegreen:hover, .open .btn-palegreen.dropdown-toggle {
        background-color: #9cd584 !important;
        border-color: #9cd584;
        color: #fff;
    }

    .btn-palegreen.disabled, .btn-palegreen[disabled], fieldset[disabled] .btn-palegreen, .btn-palegreen.disabled:hover, .btn-palegreen[disabled]:hover, fieldset[disabled] .btn-palegreen:hover, .btn-palegreen.disabled:focus, .btn-palegreen[disabled]:focus, fieldset[disabled] .btn-palegreen:focus, .btn-palegreen.disabled:active, .btn-palegreen[disabled]:active, fieldset[disabled] .btn-palegreen:active, .btn-palegreen.disabled.active, .btn-palegreen[disabled].active, fieldset[disabled] .btn-palegreen.active {
        background-color: #a0d468 !important;
        border-color: #a0d468;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-yellow, .btn-yellow:focus {
    background-color: #ffce55 !important;
    border-color: #ffce55;
    color: #fff;
}

    .btn-yellow:hover {
        color: #fff;
    }

    .btn-yellow.dropdown-toggle {
        border-left-color: #f6d52e !important;
    }

    .btn-yellow.active {
        background-color: #fbc220 !important;
        border-color: #f3ba17;
        color: #fff !important;
    }

    .btn-yellow.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGQzNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYzIyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#fdd35a),to(#fbc220));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#fdd35a),to(#fbc220));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#fdd35a),to(#fbc220));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#fdd35a),to(#fbc220));
    }

    .btn-yellow:hover, .open .btn-yellow.dropdown-toggle {
        background-color: #fdd35a !important;
        border-color: #fdd35a;
        color: #fff;
    }

    .btn-yellow.disabled, .btn-yellow[disabled], fieldset[disabled] .btn-yellow, .btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover, .btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus, .btn-yellow.disabled:active, .btn-yellow[disabled]:active, fieldset[disabled] .btn-yellow:active, .btn-yellow.disabled.active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow.active {
        background-color: #ffce55 !important;
        border-color: #ffce55;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-darkorange, .btn-darkorange:focus {
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    color: #fff;
}

    .btn-darkorange:hover {
        color: #fff;
    }

    .btn-darkorange.dropdown-toggle {
        border-left-color: #f07154 !important;
    }

    .btn-darkorange.active {
        background-color: #da411f !important;
        border-color: #cc3918;
    }

    .btn-darkorange.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjY5NGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDExZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#ef694b),to(#da411f));
    }

    .btn-darkorange:hover, .open .btn-darkorange.dropdown-toggle {
        background-color: #ef694b !important;
        border-color: #ef694b;
        color: #fff;
    }

    .btn-darkorange.disabled, .btn-darkorange[disabled], fieldset[disabled] .btn-darkorange, .btn-darkorange.disabled:hover, .btn-darkorange[disabled]:hover, fieldset[disabled] .btn-darkorange:hover, .btn-darkorange.disabled:focus, .btn-darkorange[disabled]:focus, fieldset[disabled] .btn-darkorange:focus, .btn-darkorange.disabled:active, .btn-darkorange[disabled]:active, fieldset[disabled] .btn-darkorange:active, .btn-darkorange.disabled.active, .btn-darkorange[disabled].active, fieldset[disabled] .btn-darkorange.active {
        background-color: #ed4e2a !important;
        border-color: #ed4e2a;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-magenta, .btn-magenta:focus {
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color: #fff;
}

    .btn-magenta:hover {
        color: #fff;
    }

    .btn-magenta.dropdown-toggle {
        border-left-color: #c96d8c !important;
    }

    .btn-magenta.active {
        background-color: #a5325a !important;
        border-color: #9f3156;
    }

    .btn-magenta.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNDYyODMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MzI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#c46283),to(#a5325a));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#c46283),to(#a5325a));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#c46283),to(#a5325a));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#c46283),to(#a5325a));
    }

    .btn-magenta:hover, .open .btn-magenta.dropdown-toggle {
        background-color: #c46283 !important;
        border-color: #c46283;
        color: #fff;
    }

    .btn-magenta.disabled, .btn-magenta[disabled], fieldset[disabled] .btn-magenta, .btn-magenta.disabled:hover, .btn-magenta[disabled]:hover, fieldset[disabled] .btn-magenta:hover, .btn-magenta.disabled:focus, .btn-magenta[disabled]:focus, fieldset[disabled] .btn-magenta:focus, .btn-magenta.disabled:active, .btn-magenta[disabled]:active, fieldset[disabled] .btn-magenta:active, .btn-magenta.disabled.active, .btn-magenta[disabled].active, fieldset[disabled] .btn-magenta.active {
        background-color: #bc5679 !important;
        border-color: #bc5679;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-purple, .btn-purple:focus {
    background-color: #7e3794 !important;
    border-color: #7e3794;
    color: #fff;
}

    .btn-purple:hover {
        color: #fff;
    }

    .btn-purple.dropdown-toggle {
        border-left-color: #9852ae !important;
    }

    .btn-purple.active {
        background-color: #69257e !important;
        border-color: #601e74;
    }

    .btn-purple.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YzQ0YTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MjU3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#8c44a2),to(#69257e));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#8c44a2),to(#69257e));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#8c44a2),to(#69257e));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#8c44a2),to(#69257e));
    }

    .btn-purple:hover, .open .btn-purple.dropdown-toggle {
        background-color: #8c44a2 !important;
        border-color: #8c44a2;
        color: #fff;
    }

    .btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple, .btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover, .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active, .btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active {
        background-color: #7e3794 !important;
        border-color: #7e3794;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-maroon, .btn-maroon:focus {
    background-color: #981b48 !important;
    border-color: #981b48;
    color: #fff;
}

    .btn-maroon:hover {
        color: #fff;
    }

    .btn-maroon.dropdown-toggle {
        border-left-color: #b55274 !important;
    }

    .btn-maroon.active {
        background-color: #7c1138 !important;
        border-color: #9f3156;
    }

    .btn-maroon.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhODI4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg2MTIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#a82856),to(#86123c));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#a82856),to(#86123c));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#a82856),to(#86123c));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#a82856),to(#86123c));
    }

    .btn-maroon:hover, .open .btn-maroon.dropdown-toggle {
        background-color: #a82856 !important;
        border-color: #a82856;
        color: #fff;
    }

    .btn-maroon.disabled, .btn-maroon[disabled], fieldset[disabled] .btn-maroon, .btn-maroon.disabled:hover, .btn-maroon[disabled]:hover, fieldset[disabled] .btn-maroon:hover, .btn-maroon.disabled:focus, .btn-maroon[disabled]:focus, fieldset[disabled] .btn-maroon:focus, .btn-maroon.disabled:active, .btn-maroon[disabled]:active, fieldset[disabled] .btn-maroon:active, .btn-maroon.disabled.active, .btn-maroon[disabled].active, fieldset[disabled] .btn-maroon.active {
        background-color: #981b48 !important;
        border-color: #981b48;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn.disabled.active, .btn[disabled].active, .btn.disabled:focus, .btn[disabled]:focus, .btn.disabled:active, .btn[disabled]:active {
    outline: 0;
}

.btn.disabled:active, .btn[disabled]:active {
    top: 0;
    left: 0;
}

.open .btn.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
    border-left: 0;
}

.btn-group > .btn, .btn-group > .btn + .btn {
    margin: 0;
}

    .btn-group > .btn:first-child {
        margin: 0;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

    .btn-group > .btn:last-child {
        -webkit-border-radius: 0 2px 2px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 2px 2px 0;
        -moz-background-clip: padding;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box;
    }

    .btn-group > .btn > .caret {
        margin-left: 1px;
        border-width: 5px;
        border-top-color: #eee;
        margin-top: 1px;
    }

    .btn-group > .btn.btn-default > .caret {
        border-top-color: #333;
    }

    .btn-group > .btn + .btn.dropdown-toggle {
        padding-left: 7px;
        padding-right: 7px;
    }

    .btn-group > .btn + .btn-lg.dropdown-toggle {
        padding-right: 10px;
        padding-left: 10px;
    }

    .btn-group > .btn + .btn-sm.dropdown-toggle {
        padding-right: 6px;
        padding-left: 6px;
    }

        .btn-group > .btn + .btn-sm.dropdown-toggle .fa {
            line-height: 13px;
        }

    .btn-group > .btn + .btn-xs.dropdown-toggle {
        padding-right: 5px;
        padding-left: 5px;
    }

        .btn-group > .btn + .btn-xs.dropdown-toggle .fa {
            line-height: 13px;
        }

.btn-group .dropdown-toggle {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

    .btn-group .dropdown-toggle .fa {
        display: inline-block;
        margin-top: 1px;
        font-size: 14px;
        line-height: 14px;
        margin-right: 0;
        margin-left: 0;
    }

.btn-group > .btn, .btn-group + .btn {
    margin: 0;
}

    .btn-group > .btn.active:after, .btn-group + .btn.active:after {
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-bottom-width: 1px;
    }

.btn-group-vertical > .btn:not(:last-child) {
    border-bottom: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn + .btn {
    margin: 0;
}

    .btn-group-vertical > .btn:first-child {
        margin-right: 0;
    }

.accordion.spaced.panel-group .panel + .panel {
    margin-top: 3px;
}

.accordion.panel-group {
    border: 1px solid #d8d8d8;
    border-top-width: 0;
}

    .accordion.panel-group .panel {
        border-radius: 0;
        border: 0;
        background-color: #fff;
        box-shadow: none;
    }

        .accordion.panel-group .panel:last-child {
            border-bottom-width: 1px;
        }

        .accordion.panel-group .panel .collapse {
            background-color: #fff;
        }

        .accordion.panel-group .panel + .panel {
            margin-top: 0;
        }

    .accordion.panel-group .panel-heading {
        padding: 0;
    }

        .accordion.panel-group .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d5d5d5 !important;
        }

        .accordion.panel-group .panel-heading .accordion-toggle {
            color: #555;
            background-color: #fff;
            position: relative;
            font-weight: bold;
            font-size: 14px;
            line-height: 1;
            padding: 10px;
            display: block;
        }

            .accordion.panel-group .panel-heading .accordion-toggle:after {
                -webkit-transition: all .218s;
                -moz-transition: all .218s;
                -o-transition: all .218s;
                transition: all .218s;
                position: absolute;
                right: 20px;
                top: 8px;
                font-family: 'FontAwesome';
                font-size: 17px;
                font-weight: bold;
                content: "";
                color: #bebebe;
            }

            .accordion.panel-group .panel-heading .accordion-toggle.collapsed:after {
                content: "";
            }

            .accordion.panel-group .panel-heading .accordion-toggle.collapsed {
                color: #737373;
                font-weight: normal;
                background-color: #fff;
                -webkit-transition: border .218s;
                -moz-transition: border .218s;
                -o-transition: border .218s;
                transition: border .218s;
                border-bottom: 1px solid #f5f5f5;
            }

            .accordion.panel-group .panel-heading .accordion-toggle:hover {
                color: #262626;
                text-decoration: none;
            }

                .accordion.panel-group .panel-heading .accordion-toggle:hover > [class*="icon-"]:first-child {
                    text-decoration: none;
                }

                .accordion.panel-group .panel-heading .accordion-toggle:hover:after {
                    color: #262626;
                }

            .accordion.panel-group .panel-heading .accordion-toggle:focus, .accordion.panel-group .panel-heading .accordion-toggle:active {
                outline: 0;
                text-decoration: none;
            }

            .accordion.panel-group .panel-heading .accordion-toggle > [class*="fa-"]:first-child {
                width: 16px;
            }

    .accordion.panel-group .panel-body {
        background-color: #eee;
        border-left: 2px solid #eee;
        color: #262626 !important;
    }

    .accordion.panel-group.no-padding {
        padding: 0;
    }

.label, .badge {
    display: inline-block;
    font-weight: 300;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
}

.label {
    font-size: 12px;
    padding: 4px 6px 4px 6px;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
}

    .label.label-sm {
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #ccc;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 12px !important;
    -moz-background-clip: padding !important;
    border-radius: 12px !important;
    background-clip: padding-box !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    vertical-align: middle;
}

    .badge.badge-square {
        -webkit-border-radius: 2px !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius: 2px !important;
        -moz-background-clip: padding !important;
        border-radius: 2px !important;
        background-clip: padding-box !important;
    }

    .badge.badge-empty {
        display: inline-block;
        width: 10px;
        height: 10px;
        padding: 0;
        vertical-align: baseline;
    }

.badge-default, .label-default {
    background-color: #ccc !important;
}

    .badge-default.graded, .label-default.graded {
        background: linear-gradient(to right,#ccc,#e5e5e5) !important;
    }

.badge-blue, .label-blue {
    background-color: #5db2ff !important;
}

    .badge-blue.graded, .label-blue.graded {
        background: linear-gradient(to right,#5db2ff,#80c1fb) !important;
    }

.label-info, .badge-info {
    background-color: #57b5e3;
    background-image: none !important;
}

    .label-info.graded, .badge-info.graded {
        background: linear-gradient(to right,#57b5e3,#c4e6f6) !important;
    }

.label-sky, .badge-sky {
    background-color: #11a9cc;
    background-image: none !important;
}

    .label-sky.graded, .badge-sky.graded {
        background: linear-gradient(to right,#11a9cc,#c4e6f6) !important;
    }

.badge-primary, .label-primary {
    background-color: #4374e0 !important;
}

    .badge-primary.graded, .label-primary.graded {
        background: linear-gradient(to right,#4374e0,#aec9fa) !important;
    }

.label-azure, .badge-azure {
    background-color: #0072c6;
    background-image: none !important;
}

    .label-azure.graded, .badge-azure.graded {
        background: linear-gradient(to right,#0072c6,#5edfff) !important;
    }

.label-blueberry, .badge-blueberry {
    background-color: #6f85bf;
    background-image: none !important;
}

    .label-blueberry.graded, .badge-blueberry.graded {
        background: linear-gradient(to right,#6f85bf,#ced5e9) !important;
    }

.label-palegreen, .badge-palegreen {
    background-color: #a0d468;
    background-image: none !important;
}

    .label-palegreen.graded, .badge-palegreen.graded {
        background: linear-gradient(to right,#a0d468,#c5e9b6) !important;
    }

.label-success, .badge-success {
    background-color: #53a93f;
    background-image: none !important;
}

    .label-success.graded, .badge-success.graded {
        background: linear-gradient(to right,#53a93f,#b0e0a4) !important;
    }

.label-green, .badge-green {
    background-color: #8cc474;
    background-image: none !important;
}

    .label-green.graded, .badge-green.graded {
        background: linear-gradient(to right,#8cc474,#a0d468) !important;
    }

.label-lightyellow, .badge-lightyellow {
    background-color: #f6d52e;
    background-image: none !important;
}

    .label-lightyellow.graded, .badge-lightyellow.graded {
        background: linear-gradient(to right,#f6d52e,#f8e26d) !important;
    }

.label-yellow, .badge-yellow {
    background-color: #ffce55;
    background-image: none !important;
}

    .label-yellow.graded, .badge-yellow.graded {
        background: linear-gradient(to right,#ffce55,#f6d52e) !important;
    }

.label-warning, .badge-warning {
    background-color: #f4b400;
    background-image: none !important;
}

    .label-warning.graded, .badge-warning.graded {
        background: linear-gradient(to right,#f4b400,#f8df95) !important;
    }

.label-gold, .badge-gold {
    background-color: #f9b256;
    background-image: none !important;
}

    .label-gold.graded, .badge-gold.graded {
        background: linear-gradient(to right,#f9b256,#fece90) !important;
    }

.label-orange, .badge-orange {
    background-color: #fb6e52;
    background-image: none !important;
}

    .label-orange.graded, .badge-orange.graded {
        background: linear-gradient(to right,#fb6e52,#fb9f8d) !important;
    }

.label-lightred, .badge-lightred {
    background-color: #e46f61;
    background-image: none !important;
}

    .label-lightred.graded, .badge-lightred.graded {
        background: linear-gradient(to right,#e46f61,#f88f83) !important;
    }

.label-darkorange, .badge-darkorange {
    background-color: #ed4e2a;
    background-image: none !important;
}

    .label-darkorange.graded, .badge-darkorange.graded {
        background: linear-gradient(to right,#ed4e2a,#f5a998) !important;
    }

.label-red, .badge-red {
    background-color: #df5138;
    background-image: none !important;
}

    .label-red.graded, .badge-red.graded {
        background: linear-gradient(to right,#df5138,#f5836f) !important;
    }

.label-pink, .badge-pink {
    background-color: #e75b8d;
    background-image: none !important;
}

    .label-pink.graded, .badge-pink.graded {
        background: linear-gradient(to right,#e75b8d,#f299b9) !important;
    }

.label-darkpink, .badge-darkpink {
    background-color: #cc324b;
    background-image: none !important;
}

    .label-darkpink.graded, .badge-darkpink.graded {
        background: linear-gradient(to right,#cc324b,#fb6880) !important;
    }

.label-danger, .badge-danger {
    background-color: #d73d32;
    background-image: none !important;
}

    .label-danger.graded, .badge-danger.graded {
        background: linear-gradient(to right,#d73d32,#f7b5b0) !important;
    }

.label-magenta, .badge-magenta {
    background-color: #bc5679;
    background-image: none !important;
}

    .label-magenta.graded, .badge-magenta.graded {
        background: linear-gradient(to right,#bc5679,#e9abc0) !important;
    }

.label-purple, .badge-purple {
    background-color: #7e3794;
    background-image: none !important;
}

    .label-purple.graded, .badge-purple.graded {
        background: linear-gradient(to right,#7e3794,#daafe8) !important;
    }

.label-maroon, .badge-maroon {
    background-color: #981b48;
    background-image: none !important;
}

    .label-maroon.graded, .badge-maroon.graded {
        background: linear-gradient(to right,#981b48,#eab6c9) !important;
    }

.progress {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #e5e5e5;
    height: 18px;
    position: relative;
}

    .progress:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: 8121991;
        background-image: -webkit-radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
        background-image: -moz-radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
        background-image: -o-radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
        background-image: radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
    }

    .progress .progress-bar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        line-height: 18px;
    }

    .progress.progress-xlg {
        height: 26px;
    }

        .progress.progress-xlg .progress-bar {
            line-height: 25px;
        }

    .progress.progress-lg {
        height: 22px;
    }

        .progress.progress-lg .progress-bar {
            line-height: 21px;
        }

    .progress.progress-sm {
        height: 12px;
    }

        .progress.progress-sm .progress-bar {
            line-height: 10px;
            font-size: 11px;
        }

    .progress.progress-xs {
        height: 9px;
    }

        .progress.progress-xs .progress-bar {
            line-height: 8px;
            font-size: 11px;
        }

    .progress.progress-xxs {
        height: 4px;
    }

        .progress.progress-xxs .progress-bar {
            line-height: 4px;
            font-size: 0;
        }

    .progress.progress-right .progress-bar {
        float: right;
    }

    .progress.progress-shadowed {
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
        box-shadow: 0 0 4px rgba(0,0,0,.2);
    }

    .progress.progress-no-radius {
        -webkit-border-radius: 0 !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius: 0 !important;
        -moz-background-clip: padding !important;
        border-radius: 0 !important;
        background-clip: padding-box !important;
    }

    .progress.progress-vertical {
        width: 25px;
        height: 100%;
        min-height: 150px;
        margin-right: 20px;
        display: inline-block;
        margin-bottom: 0;
    }

        .progress.progress-vertical .progress-bar {
            position: absolute;
            width: 25px;
            overflow: hidden;
            line-height: 20px;
            height: 0;
            -webkit-transition: height .5s ease;
            -moz-transition: height .5s ease;
            -o-transition: height .5s ease;
            transition: height .5s ease;
        }

            .progress.progress-vertical .progress-bar span {
                width: 100%;
                font-size: 12px;
                text-align: center;
            }

        .progress.progress-vertical.progress-bottom {
            position: relative;
        }

            .progress.progress-vertical.progress-bottom .progress-bar {
                position: absolute;
                bottom: 0;
            }

                .progress.progress-vertical.progress-bottom .progress-bar span {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

        .progress.progress-vertical.progress-xlg {
            width: 40px;
        }

            .progress.progress-vertical.progress-xlg .progress-bar {
                width: 40px;
            }

        .progress.progress-vertical.progress-lg {
            width: 30px;
        }

            .progress.progress-vertical.progress-lg .progress-bar {
                width: 30px;
            }

        .progress.progress-vertical.progress-sm {
            width: 20px;
        }

            .progress.progress-vertical.progress-sm .progress-bar {
                width: 20px;
            }

                .progress.progress-vertical.progress-sm .progress-bar span {
                    font-size: 8px;
                }

        .progress.progress-vertical.progress-xs {
            width: 10px;
        }

            .progress.progress-vertical.progress-xs .progress-bar {
                width: 10px;
            }

                .progress.progress-vertical.progress-xs .progress-bar span {
                    font-size: 0;
                }

        .progress.progress-vertical.progress-xxs {
            width: 5px;
        }

            .progress.progress-vertical.progress-xxs .progress-bar {
                width: 5px;
            }

                .progress.progress-vertical.progress-xxs .progress-bar span {
                    font-size: 0;
                }

        .progress.progress-vertical.progress-bordered {
            width: 31px;
        }

            .progress.progress-vertical.progress-bordered.progress-bottom .progress-bar {
                bottom: 3px;
            }

            .progress.progress-vertical.progress-bordered.progress-xlg {
                width: 48px;
            }

            .progress.progress-vertical.progress-bordered.progress-lg {
                width: 38px;
            }

            .progress.progress-vertical.progress-bordered.progress-sm {
                width: 28px;
            }

            .progress.progress-vertical.progress-bordered.progress-xs {
                width: 18px;
            }

            .progress.progress-vertical.progress-bordered.progress-xxs {
                width: 13px;
            }

    .progress.progress-bordered {
        border: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        padding: 3px;
        height: 24px;
    }

        .progress.progress-bordered.progress-xlg {
            height: 32px;
        }

        .progress.progress-bordered.progress-lg {
            height: 28px;
        }

        .progress.progress-bordered.progress-sm {
            height: 18px;
        }

        .progress.progress-bordered.progress-xs {
            height: 15px;
        }

        .progress.progress-bordered.progress-xxs {
            height: 10px;
        }

.progress-bar {
    background-color: #0072c6;
}

.progress-bar-danger {
    background-color: #d73d32 !important;
}

.progress-bar-success {
    background-color: #53a93f !important;
}

.progress-bar-warning {
    background-color: #f4b400 !important;
}

.progress-bar-silver {
    background-color: #777 !important;
}

.progress-bar-inverse {
    background-color: #444 !important;
}

.progress-bar-blue {
    background-color: #5db2ff !important;
}

.progress-bar-info {
    background-color: #57b5e3 !important;
}

.progress-bar-azure {
    background-color: #0072c6 !important;
}

.progress-bar-sky {
    background-color: #11a9cc !important;
}

.progress-bar-blueberry {
    background-color: #6f85bf !important;
}

.progress-bar-palegreen {
    background-color: #a0d468 !important;
}

.progress-bar-orange {
    background-color: #fb6e52 !important;
}

.progress-bar-darkorange {
    background-color: #ed4e2a !important;
}

.progress-bar-magenta {
    background-color: #bc5679 !important;
}

.progress-bar-purple {
    background-color: #7e3794 !important;
}

.progress-bar-maroon {
    background-color: #981b48 !important;
}

.progress-striped .progress-bar {
    background-image: 8121991;
    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: -moz-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(135deg,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);
}

.well {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background-color: #fbfbfb;
    border: 0;
    color: #262626;
    position: relative;
    margin-bottom: 30px;
    min-height: 0;
}

    .well.attached {
        position: relative;
        top: -1px;
        bottom: -1px;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 0 0 1px #ddd;
    }

        .well.attached.top {
            top: 0;
            bottom: -1px;
            margin-top: 1em;
            margin-bottom: 0;
            -webkit-border-radius: 3px 3px 0 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 3px 0 0;
            -moz-background-clip: padding;
            border-radius: 3px 3px 0 0;
            background-clip: padding-box;
            border-bottom: 0;
        }

        .well.attached.bottom {
            top: -1px;
            bottom: 0;
            margin-top: 0;
            margin-bottom: 1em;
            -webkit-border-radius: 0 0 3px 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 0 3px 3px;
            -moz-background-clip: padding;
            border-radius: 0 0 3px 3px;
            background-clip: padding-box;
            border-top: 0;
        }

            .well.attached.bottom:last-child {
                margin-bottom: 0;
            }

    .well.bordered-top {
        border-top: 5px solid #0072c6;
    }

    .well.bordered-bottom {
        border-bottom: 5px solid #0072c6;
    }

    .well.bordered-left {
        border-left: 5px solid #0072c6;
    }

    .well.bordered-right {
        border-right: 5px solid #0072c6;
    }

    .well[class*="bg-"] {
        color: #f5f5f5;
    }

    .well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
        margin-top: 0;
    }

    .well h1, .well h2, .well h3 {
        line-height: 36px;
    }

    .well.with-header {
        padding-top: 60px;
    }

    .well.with-footer {
        padding-bottom: 60px;
    }

    .well .header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px;
        text-align: left;
        border-radius: 2px 2px 0 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .well .header[class*="bg-"] {
            color: #fff;
            border-bottom: 0;
        }

        .well .header[class*="bordered-"] {
            border-bottom: 3px solid #fff;
        }

    .well .footer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 10px;
        border-top: 1px solid #e5e5e5;
        border-radius: 0 0 2px 2px;
    }

        .well .footer[class*="bordered-"] {
            border-top: 3px solid #fff;
        }

    .well hr.wide {
        margin-right: -19px;
        margin-left: -19px;
    }

.popover {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    color: #444;
    background-color: #fbfbfb;
}

    .popover .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #f7f7f7;
        border-top-width: 0;
    }

    .popover.inverted {
        background-color: #262626;
        color: #f5f5f5;
    }

        .popover.inverted .popover-title {
            background-color: #262626;
            color: #f5f5f5;
        }

        .popover.inverted.top .arrow:after {
            border-top-color: #262626;
        }

        .popover.inverted.bottom .arrow:after {
            border-bottom-color: #262626;
        }

        .popover.inverted.left .arrow:after {
            border-left-color: #262626;
        }

        .popover.inverted.right .arrow:after {
            border-right-color: #262626;
        }

    .popover.dark {
        background-color: #e5e5e5;
    }

        .popover.dark .popover-title {
            background-color: #e5e5e5;
        }

        .popover.dark.top .arrow:after {
            border-top-color: #e5e5e5;
        }

        .popover.dark.bottom .arrow:after {
            border-bottom-color: #e5e5e5;
        }

        .popover.dark.left .arrow:after {
            border-left-color: #e5e5e5;
        }

        .popover.dark.right .arrow:after {
            border-right-color: #e5e5e5;
        }

.popover-title {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #000;
    border-bottom: 3px solid #0072c6;
}

.popover-notitle + .popover .popover-title {
    display: none;
}

.popover-notitle + .popover.top .arrow:after {
    border-top-color: #fff;
}

.popover-notitle + .popover.bottom .arrow:after {
    border-bottom-color: #fff;
}

.popover-notitle + .popover.left .arrow:after {
    border-left-color: #fff;
}

.popover-notitle + .popover.right .arrow:after {
    border-left-color: #fff;
}

.tooltip.in {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #262626;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #262626;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #262626;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262626;
}

.tooltip-lg + .tooltip > .tooltip-inner {
    font-size: 15px !important;
}

.tooltip-inner {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px rgba(229,229,229,.5);
    -moz-box-shadow: 1px 1px rgba(229,229,229,.5);
    box-shadow: 1px 1px rgba(229,229,229,.5);
    -webkit-transition: visibility 0,opacity .13s ease-in;
    -moz-transition: visibility 0,opacity .13s ease-in;
    -o-transition: visibility 0,opacity .13s ease-in;
    transition: visibility 0,opacity .13s ease-in;
    background-color: #262626;
    border: 1px solid #262626;
    color: #aaa;
    padding: 8px 8px;
    font-size: 13px;
}

.tooltip-white + .tooltip > .tooltip-inner {
    border: 1px solid #fff;
    background-color: #fff;
    color: #262626;
}

.tooltip-white + .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip-white + .tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip-white + .tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.tooltip-white + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip-whitesmoke + .tooltip > .tooltip-inner {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #262626;
}

.tooltip-whitesmoke + .tooltip.top .tooltip-arrow {
    border-top-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.right .tooltip-arrow {
    border-right-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.left .tooltip-arrow {
    border-left-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f5f5f5;
}

.tooltip-snow + .tooltip > .tooltip-inner {
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    color: #262626;
}

.tooltip-snow + .tooltip.top .tooltip-arrow {
    border-top-color: #fbfbfb;
}

.tooltip-snow + .tooltip.right .tooltip-arrow {
    border-right-color: #fbfbfb;
}

.tooltip-snow + .tooltip.left .tooltip-arrow {
    border-left-color: #fbfbfb;
}

.tooltip-snow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fbfbfb;
}

.tooltip-seashell + .tooltip > .tooltip-inner {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #262626;
}

.tooltip-seashell + .tooltip.top .tooltip-arrow {
    border-top-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.right .tooltip-arrow {
    border-right-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.left .tooltip-arrow {
    border-left-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f3f3f3;
}

.tooltip-ivory + .tooltip > .tooltip-inner {
    border: 1px solid #eee;
    background-color: #eee;
    color: #262626;
}

.tooltip-ivory + .tooltip.top .tooltip-arrow {
    border-top-color: #eee;
}

.tooltip-ivory + .tooltip.right .tooltip-arrow {
    border-right-color: #eee;
}

.tooltip-ivory + .tooltip.left .tooltip-arrow {
    border-left-color: #eee;
}

.tooltip-ivory + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #eee;
}

.tooltip-platinum + .tooltip > .tooltip-inner {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #262626;
}

.tooltip-platinum + .tooltip.top .tooltip-arrow {
    border-top-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.right .tooltip-arrow {
    border-right-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.left .tooltip-arrow {
    border-left-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e5e5e5;
}

.tooltip-lightgray + .tooltip > .tooltip-inner {
    border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
    color: #262626;
}

.tooltip-lightgray + .tooltip.top .tooltip-arrow {
    border-top-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.right .tooltip-arrow {
    border-right-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.left .tooltip-arrow {
    border-left-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d0d0d0;
}

.tooltip-gray + .tooltip > .tooltip-inner {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #262626;
}

.tooltip-gray + .tooltip.top .tooltip-arrow {
    border-top-color: #ccc;
}

.tooltip-gray + .tooltip.right .tooltip-arrow {
    border-right-color: #ccc;
}

.tooltip-gray + .tooltip.left .tooltip-arrow {
    border-left-color: #ccc;
}

.tooltip-gray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc;
}

.tooltip-darkgray + .tooltip > .tooltip-inner {
    border: 1px solid #999;
    background-color: #999;
    color: #262626;
}

.tooltip-darkgray + .tooltip.top .tooltip-arrow {
    border-top-color: #999;
}

.tooltip-darkgray + .tooltip.right .tooltip-arrow {
    border-right-color: #999;
}

.tooltip-darkgray + .tooltip.left .tooltip-arrow {
    border-left-color: #999;
}

.tooltip-darkgray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #999;
}

.tooltip-silver + .tooltip > .tooltip-inner {
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
}

.tooltip-silver + .tooltip.top .tooltip-arrow {
    border-top-color: #777;
}

.tooltip-silver + .tooltip.right .tooltip-arrow {
    border-right-color: #777;
}

.tooltip-silver + .tooltip.left .tooltip-arrow {
    border-left-color: #777;
}

.tooltip-silver + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #777;
}

.tooltip-sonic-silver + .tooltip > .tooltip-inner {
    border: 1px solid #737373;
    background-color: #737373;
    color: #fff;
}

.tooltip-sonic-silver + .tooltip.top .tooltip-arrow {
    border-top-color: #737373;
}

.tooltip-sonic-silver + .tooltip.right .tooltip-arrow {
    border-right-color: #737373;
}

.tooltip-sonic-silver + .tooltip.left .tooltip-arrow {
    border-left-color: #737373;
}

.tooltip-sonic-silver + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #737373;
}

.tooltip-storm-cloud + .tooltip > .tooltip-inner {
    border: 1px solid #666;
    background-color: #666;
    color: #fff;
}

.tooltip-storm-cloud + .tooltip.top .tooltip-arrow {
    border-top-color: #666;
}

.tooltip-storm-cloud + .tooltip.right .tooltip-arrow {
    border-right-color: #666;
}

.tooltip-storm-cloud + .tooltip.left .tooltip-arrow {
    border-left-color: #666;
}

.tooltip-storm-cloud + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #666;
}

.tooltip-lightcarbon + .tooltip > .tooltip-inner {
    border: 1px solid #555;
    background-color: #555;
    color: #fff;
}

.tooltip-lightcarbon + .tooltip.top .tooltip-arrow {
    border-top-color: #555;
}

.tooltip-lightcarbon + .tooltip.right .tooltip-arrow {
    border-right-color: #555;
}

.tooltip-lightcarbon + .tooltip.left .tooltip-arrow {
    border-left-color: #555;
}

.tooltip-lightcarbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555;
}

.tooltip-carbon + .tooltip > .tooltip-inner {
    border: 1px solid #444;
    background-color: #444;
    color: #fff;
}

.tooltip-carbon + .tooltip.top .tooltip-arrow {
    border-top-color: #444;
}

.tooltip-carbon + .tooltip.right .tooltip-arrow {
    border-right-color: #444;
}

.tooltip-carbon + .tooltip.left .tooltip-arrow {
    border-left-color: #444;
}

.tooltip-carbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #444;
}

.tooltip-slate-gray + .tooltip > .tooltip-inner {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}

.tooltip-slate-gray + .tooltip.top .tooltip-arrow {
    border-top-color: #333;
}

.tooltip-slate-gray + .tooltip.right .tooltip-arrow {
    border-right-color: #333;
}

.tooltip-slate-gray + .tooltip.left .tooltip-arrow {
    border-left-color: #333;
}

.tooltip-slate-gray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333;
}

.tooltip-darkcarbon + .tooltip > .tooltip-inner {
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff;
}

.tooltip-darkcarbon + .tooltip.top .tooltip-arrow {
    border-top-color: #262626;
}

.tooltip-darkcarbon + .tooltip.right .tooltip-arrow {
    border-right-color: #262626;
}

.tooltip-darkcarbon + .tooltip.left .tooltip-arrow {
    border-left-color: #262626;
}

.tooltip-darkcarbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262626;
}

.tooltip-blue + .tooltip > .tooltip-inner {
    border: 1px solid #5db2ff;
    background-color: #5db2ff;
    color: #fff;
}

.tooltip-blue + .tooltip.top .tooltip-arrow {
    border-top-color: #5db2ff;
}

.tooltip-blue + .tooltip.right .tooltip-arrow {
    border-right-color: #5db2ff;
}

.tooltip-blue + .tooltip.left .tooltip-arrow {
    border-left-color: #5db2ff;
}

.tooltip-blue + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5db2ff;
}

.tooltip-info + .tooltip > .tooltip-inner {
    border: 1px solid #57b5e3;
    background-color: #57b5e3;
    color: #fff;
}

.tooltip-info + .tooltip.top .tooltip-arrow {
    border-top-color: #57b5e3;
}

.tooltip-info + .tooltip.right .tooltip-arrow {
    border-right-color: #57b5e3;
}

.tooltip-info + .tooltip.left .tooltip-arrow {
    border-left-color: #57b5e3;
}

.tooltip-info + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #57b5e3;
}

.tooltip-sky + .tooltip > .tooltip-inner {
    border: 1px solid #11a9cc;
    background-color: #11a9cc;
    color: #fff;
}

.tooltip-sky + .tooltip.top .tooltip-arrow {
    border-top-color: #11a9cc;
}

.tooltip-sky + .tooltip.right .tooltip-arrow {
    border-right-color: #11a9cc;
}

.tooltip-sky + .tooltip.left .tooltip-arrow {
    border-left-color: #11a9cc;
}

.tooltip-sky + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #11a9cc;
}

.tooltip-primary + .tooltip > .tooltip-inner {
    border: 1px solid #4374e0;
    background-color: #4374e0;
    color: #fff;
}

.tooltip-primary + .tooltip.top .tooltip-arrow {
    border-top-color: #4374e0;
}

.tooltip-primary + .tooltip.right .tooltip-arrow {
    border-right-color: #4374e0;
}

.tooltip-primary + .tooltip.left .tooltip-arrow {
    border-left-color: #4374e0;
}

.tooltip-primary + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4374e0;
}

.tooltip-azure + .tooltip > .tooltip-inner {
    border: 1px solid #0072c6;
    background-color: #0072c6;
    color: #fff;
}

.tooltip-azure + .tooltip.top .tooltip-arrow {
    border-top-color: #0072c6;
}

.tooltip-azure + .tooltip.right .tooltip-arrow {
    border-right-color: #0072c6;
}

.tooltip-azure + .tooltip.left .tooltip-arrow {
    border-left-color: #0072c6;
}

.tooltip-azure + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0072c6;
}

.tooltip-blueberry + .tooltip > .tooltip-inner {
    border: 1px solid #6f85bf;
    background-color: #6f85bf;
    color: #fff;
}

.tooltip-blueberry + .tooltip.top .tooltip-arrow {
    border-top-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.right .tooltip-arrow {
    border-right-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.left .tooltip-arrow {
    border-left-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6f85bf;
}

.tooltip-palegreen + .tooltip > .tooltip-inner {
    border: 1px solid #a0d468;
    background-color: #a0d468;
    color: #fff;
}

.tooltip-palegreen + .tooltip.top .tooltip-arrow {
    border-top-color: #a0d468;
}

.tooltip-palegreen + .tooltip.right .tooltip-arrow {
    border-right-color: #a0d468;
}

.tooltip-palegreen + .tooltip.left .tooltip-arrow {
    border-left-color: #a0d468;
}

.tooltip-palegreen + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #a0d468;
}

.tooltip-success + .tooltip > .tooltip-inner {
    border: 1px solid #53a93f;
    background-color: #53a93f;
    color: #fff;
}

.tooltip-success + .tooltip.top .tooltip-arrow {
    border-top-color: #53a93f;
}

.tooltip-success + .tooltip.right .tooltip-arrow {
    border-right-color: #53a93f;
}

.tooltip-success + .tooltip.left .tooltip-arrow {
    border-left-color: #53a93f;
}

.tooltip-success + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #53a93f;
}

.tooltip-green + .tooltip > .tooltip-inner {
    border: 1px solid #8cc474;
    background-color: #8cc474;
    color: #fff;
}

.tooltip-green + .tooltip.top .tooltip-arrow {
    border-top-color: #8cc474;
}

.tooltip-green + .tooltip.right .tooltip-arrow {
    border-right-color: #8cc474;
}

.tooltip-green + .tooltip.left .tooltip-arrow {
    border-left-color: #8cc474;
}

.tooltip-green + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #8cc474;
}

.tooltip-lightyellow + .tooltip > .tooltip-inner {
    border: 1px solid #f6d52e;
    background-color: #f6d52e;
    color: #fff;
}

.tooltip-lightyellow + .tooltip.top .tooltip-arrow {
    border-top-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.right .tooltip-arrow {
    border-right-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.left .tooltip-arrow {
    border-left-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f6d52e;
}

.tooltip-yellow + .tooltip > .tooltip-inner {
    border: 1px solid #ffce55;
    background-color: #ffce55;
    color: #fff;
}

.tooltip-yellow + .tooltip.top .tooltip-arrow {
    border-top-color: #ffce55;
}

.tooltip-yellow + .tooltip.right .tooltip-arrow {
    border-right-color: #ffce55;
}

.tooltip-yellow + .tooltip.left .tooltip-arrow {
    border-left-color: #ffce55;
}

.tooltip-yellow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffce55;
}

.tooltip-warning + .tooltip > .tooltip-inner {
    border: 1px solid #f4b400;
    background-color: #f4b400;
    color: #fff;
}

.tooltip-warning + .tooltip.top .tooltip-arrow {
    border-top-color: #f4b400;
}

.tooltip-warning + .tooltip.right .tooltip-arrow {
    border-right-color: #f4b400;
}

.tooltip-warning + .tooltip.left .tooltip-arrow {
    border-left-color: #f4b400;
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f4b400;
}

.tooltip-gold + .tooltip > .tooltip-inner {
    border: 1px solid #f9b256;
    background-color: #f9b256;
    color: #fff;
}

.tooltip-gold + .tooltip.top .tooltip-arrow {
    border-top-color: #f9b256;
}

.tooltip-gold + .tooltip.right .tooltip-arrow {
    border-right-color: #f9b256;
}

.tooltip-gold + .tooltip.left .tooltip-arrow {
    border-left-color: #f9b256;
}

.tooltip-gold + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f9b256;
}

.tooltip-orange + .tooltip > .tooltip-inner {
    border: 1px solid #fb6e52;
    background-color: #fb6e52;
    color: #fff;
}

.tooltip-orange + .tooltip.top .tooltip-arrow {
    border-top-color: #fb6e52;
}

.tooltip-orange + .tooltip.right .tooltip-arrow {
    border-right-color: #fb6e52;
}

.tooltip-orange + .tooltip.left .tooltip-arrow {
    border-left-color: #fb6e52;
}

.tooltip-orange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fb6e52;
}

.tooltip-lightred + .tooltip > .tooltip-inner {
    border: 1px solid #e46f61;
    background-color: #e46f61;
    color: #fff;
}

.tooltip-lightred + .tooltip.top .tooltip-arrow {
    border-top-color: #e46f61;
}

.tooltip-lightred + .tooltip.right .tooltip-arrow {
    border-right-color: #e46f61;
}

.tooltip-lightred + .tooltip.left .tooltip-arrow {
    border-left-color: #e46f61;
}

.tooltip-lightred + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e46f61;
}

.tooltip-darkorange + .tooltip > .tooltip-inner {
    border: 1px solid #ed4e2a;
    background-color: #ed4e2a;
    color: #fff;
}

.tooltip-darkorange + .tooltip.top .tooltip-arrow {
    border-top-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.right .tooltip-arrow {
    border-right-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.left .tooltip-arrow {
    border-left-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ed4e2a;
}

.tooltip-red + .tooltip > .tooltip-inner {
    border: 1px solid #df5138;
    background-color: #df5138;
    color: #fff;
}

.tooltip-red + .tooltip.top .tooltip-arrow {
    border-top-color: #df5138;
}

.tooltip-red + .tooltip.right .tooltip-arrow {
    border-right-color: #df5138;
}

.tooltip-red + .tooltip.left .tooltip-arrow {
    border-left-color: #df5138;
}

.tooltip-red + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #df5138;
}

.tooltip-pink + .tooltip > .tooltip-inner {
    border: 1px solid #e75b8d;
    background-color: #e75b8d;
    color: #fff;
}

.tooltip-pink + .tooltip.top .tooltip-arrow {
    border-top-color: #e75b8d;
}

.tooltip-pink + .tooltip.right .tooltip-arrow {
    border-right-color: #e75b8d;
}

.tooltip-pink + .tooltip.left .tooltip-arrow {
    border-left-color: #e75b8d;
}

.tooltip-pink + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e75b8d;
}

.tooltip-darkpink + .tooltip > .tooltip-inner {
    border: 1px solid #cc324b;
    background-color: #cc324b;
    color: #fff;
}

.tooltip-darkpink + .tooltip.top .tooltip-arrow {
    border-top-color: #cc324b;
}

.tooltip-darkpink + .tooltip.right .tooltip-arrow {
    border-right-color: #cc324b;
}

.tooltip-darkpink + .tooltip.left .tooltip-arrow {
    border-left-color: #cc324b;
}

.tooltip-darkpink + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #cc324b;
}

.tooltip-danger + .tooltip > .tooltip-inner {
    border: 1px solid #d73d32;
    background-color: #d73d32;
    color: #fff;
}

.tooltip-danger + .tooltip.top .tooltip-arrow {
    border-top-color: #d73d32;
}

.tooltip-danger + .tooltip.right .tooltip-arrow {
    border-right-color: #d73d32;
}

.tooltip-danger + .tooltip.left .tooltip-arrow {
    border-left-color: #d73d32;
}

.tooltip-danger + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d73d32;
}

.tooltip-magenta + .tooltip > .tooltip-inner {
    border: 1px solid #bc5679;
    background-color: #bc5679;
    color: #fff;
}

.tooltip-magenta + .tooltip.top .tooltip-arrow {
    border-top-color: #bc5679;
}

.tooltip-magenta + .tooltip.right .tooltip-arrow {
    border-right-color: #bc5679;
}

.tooltip-magenta + .tooltip.left .tooltip-arrow {
    border-left-color: #bc5679;
}

.tooltip-magenta + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #bc5679;
}

.tooltip-purple + .tooltip > .tooltip-inner {
    border: 1px solid #7e3794;
    background-color: #7e3794;
    color: #fff;
}

.tooltip-purple + .tooltip.top .tooltip-arrow {
    border-top-color: #7e3794;
}

.tooltip-purple + .tooltip.right .tooltip-arrow {
    border-right-color: #7e3794;
}

.tooltip-purple + .tooltip.left .tooltip-arrow {
    border-left-color: #7e3794;
}

.tooltip-purple + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #7e3794;
}

.tooltip-maroon + .tooltip > .tooltip-inner {
    border: 1px solid #981b48;
    background-color: #981b48;
    color: #fff;
}

.tooltip-maroon + .tooltip.top .tooltip-arrow {
    border-top-color: #981b48;
}

.tooltip-maroon + .tooltip.right .tooltip-arrow {
    border-right-color: #981b48;
}

.tooltip-maroon + .tooltip.left .tooltip-arrow {
    border-left-color: #981b48;
}

.tooltip-maroon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #981b48;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=40);
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999;
        -moz-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        zoom: 1;
        filter: alpha(opacity=80);
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
    }

    #toast-container > :hover {
        -webkit-box-shadow: 0 0 12px #000;
        -moz-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

    #toast-container > .toast {
        background-image: none !important;
    }

        #toast-container > .toast:before {
            position: fixed;
            font-family: FontAwesome;
            font-size: 24px;
            line-height: 18px;
            float: left;
            color: #fff;
            padding-right: .5em;
            margin: auto .5em auto -1.5em;
        }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-white {
    background-color: #fff !important;
}

.toast-snow {
    background-color: #fbfbfb !important;
}

.toast-whitesmoke {
    background-color: #f5f5f5 !important;
}

.toast-seashell {
    background-color: #f3f3f3 !important;
}

.toast-ivory {
    background-color: #eee !important;
}

.toast-platinum {
    background-color: #e5e5e5 !important;
}

.toast-lightgray {
    background-color: #d0d0d0 !important;
}

.toast-gray {
    background-color: #ccc !important;
}

.toast-darkgray {
    background-color: #999 !important;
}

.toast-silver {
    background-color: #777 !important;
}

.toast-sonic-silver {
    background-color: #737373 !important;
}

.toast-storm-cloud {
    background-color: #666 !important;
}

.toast-lightcarbon {
    background-color: #555 !important;
}

.toast-carbon {
    background-color: #444 !important;
}

.toast-slate-gray {
    background-color: #333 !important;
}

.toast-darkcarbon {
    background-color: #262626 !important;
}

.toast-blue {
    background-color: #5db2ff !important;
}

.toast-info {
    background-color: #57b5e3 !important;
}

.toast-sky {
    background-color: #11a9cc !important;
}

.toast-primary {
    background-color: #4374e0 !important;
}

.toast-blueberry {
    background-color: #6f85bf !important;
}

.toast-palegreen {
    background-color: #a0d468 !important;
}

.toast-success {
    background-color: #53a93f !important;
}

.toast-green {
    background-color: #8cc474 !important;
}

.toast-lightyellow {
    background-color: #f6d52e !important;
}

.toast-yellow {
    background-color: #ffce55 !important;
}

.toast-warning {
    background-color: #f4b400 !important;
}

.toast-gold {
    background-color: #f9b256 !important;
}

.toast-orange {
    background-color: #fb6e52 !important;
}

.toast-lightred {
    background-color: #e46f61 !important;
}

.toast-darkorange {
    background-color: #ed4e2a !important;
}

.toast-red {
    background-color: #df5138 !important;
}

.toast-danger {
    background-color: #d73d32 !important;
}

.toast-pink {
    background-color: #e75b8d !important;
}

.toast-darkpink {
    background-color: #cc324b !important;
}

.toast-magenta {
    background-color: #bc5679 !important;
}

.toast-purple {
    background-color: #7e3794 !important;
}

.toast-maroon {
    background-color: #981b48 !important;
}

@media all and (max-width:239px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:240px) and (max-width:479px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff;
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32;
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f;
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400;
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777;
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444;
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf;
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468;
}

.modal-orange .modal-header {
    border-bottom: 3px solid #fb6e52;
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a;
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679;
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794;
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48;
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0;
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}

    .modal-content .close {
        font-size: 26px;
    }

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5;
}

.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5;
}

    .modal-header .close {
        font-size: 26px;
    }

.modal-backdrop {
    background-color: #fff;
}

    .modal-backdrop.in {
        zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75;
    }

.modal-message .modal-dialog {
    width: 300px;
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

    .modal-message .modal-header .fa, .modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
        font-size: 30px;
    }

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.dropdown-menu {
    border: 1px solid #ccc !important;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -webkit-transition: opacity .218s;
    -moz-transition: opacity .218s;
    -o-transition: opacity .218s;
    transition: opacity .218s;
    margin: 1px 0 0;
    min-width: 170px;
}

    .dropdown-menu .dropdown-icon {
        display: inline-block;
        font-size: 13px;
        margin-right: 5px;
    }

    .dropdown-menu > li > a {
        font-size: 13px;
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 1px;
        margin-top: 1px;
    }

        .dropdown-menu > li > a .dropdown-expand {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 13px;
        }

        .dropdown-menu > li > a .badge, .dropdown-menu > li > a .label {
            font-size: 10px !important;
        }

        .dropdown-menu > li > a .label {
            padding: 3px 6px 5px 6px;
        }

    .dropdown-menu > .dropdown-menu {
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

        .dropdown-menu > .dropdown-menu > a:after {
            margin-right: -5px;
        }

    .dropdown-menu .divider {
        background-color: #ebebeb;
        margin-bottom: -1px;
    }

    .dropdown-menu.pull-right {
        left: auto;
        right: 0;
    }

    .dropdown-menu.dropdown-arrow.pull-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown-menu.dropdown-arrow:before {
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: '';
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }

    .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active, .dropdown-menu li.active a, .dropdown-menu li.active a:hover, .dropdown-menu .dropdown-submenu:hover > a, .nav-tabs .dropdown-menu li > a:focus {
        background: #ebebeb;
        color: #262626;
    }

.dropdown-info li a:hover, .dropdown-info li a:focus, .dropdown-info li a:active, .dropdown-info li.active a, .dropdown-info li.active a:hover, .dropdown-info .dropdown-submenu:hover > a, .nav-tabs .dropdown-info li > a:focus {
    background: #57b5e3;
    color: #fff;
}

.dropdown-primary li a:hover, .dropdown-primary li a:focus, .dropdown-primary li a:active, .dropdown-primary li.active a, .dropdown-primary li.active a:hover, .dropdown-primary .dropdown-submenu:hover > a, .nav-tabs .dropdown-primary li > a:focus {
    background: #4374e0;
    color: #fff;
}

.dropdown-success li a:hover, .dropdown-success li a:focus, .dropdown-success li a:active, .dropdown-success li.active a, .dropdown-success li.active a:hover, .dropdown-success .dropdown-submenu:hover > a, .nav-tabs .dropdown-success li > a:focus {
    background: #53a93f;
    color: #fff;
}

.dropdown-warning li a:hover, .dropdown-warning li a:focus, .dropdown-warning li a:active, .dropdown-warning li.active a, .dropdown-warning li.active a:hover, .dropdown-warning .dropdown-submenu:hover > a, .nav-tabs .dropdown-warning li > a:focus {
    background: #f4b400;
    color: #fff;
}

.dropdown-danger li a:hover, .dropdown-danger li a:focus, .dropdown-danger li a:active, .dropdown-danger li.active a, .dropdown-danger li.active a:hover, .dropdown-danger .dropdown-submenu:hover > a, .nav-tabs .dropdown-danger li > a:focus {
    background: #d73d32;
    color: #fff;
}

.dropdown-inverse li a:hover, .dropdown-inverse li a:focus, .dropdown-inverse li a:active, .dropdown-inverse li.active a, .dropdown-inverse li.active a:hover, .dropdown-inverse .dropdown-submenu:hover > a, .nav-tabs .dropdown-inverse li > a:focus {
    background: #262626;
    color: #fff;
}

.dropdown-blue li a:hover, .dropdown-blue li a:focus, .dropdown-blue li a:active, .dropdown-blue li.active a, .dropdown-blue li.active a:hover, .dropdown-blue .dropdown-submenu:hover > a, .nav-tabs .dropdown-blue li > a:focus {
    background: #5db2ff;
    color: #fff;
}

.dropdown-blueberry li a:hover, .dropdown-blueberry li a:focus, .dropdown-blueberry li a:active, .dropdown-blueberry li.active a, .dropdown-blueberry li.active a:hover, .dropdown-blueberry .dropdown-submenu:hover > a, .nav-tabs .dropdown-blueberry li > a:focus {
    background: #6f85bf;
    color: #fff;
}

.dropdown-palegreen li a:hover, .dropdown-palegreen li a:focus, .dropdown-palegreen li a:active, .dropdown-palegreen li.active a, .dropdown-palegreen li.active a:hover, .dropdown-palegreen .dropdown-submenu:hover > a, .nav-tabs .dropdown-palegreen li > a:focus {
    background: #a0d468;
    color: #fff;
}

.dropdown-orange li a:hover, .dropdown-orange li a:focus, .dropdown-orange li a:active, .dropdown-orange li.active a, .dropdown-orange li.active a:hover, .dropdown-orange .dropdown-submenu:hover > a, .nav-tabs .dropdown-orange li > a:focus {
    background: #fb6e52;
    color: #fff;
}

.dropdown-darkorange li a:hover, .dropdown-darkorange li a:focus, .dropdown-darkorange li a:active, .dropdown-darkorange li.active a, .dropdown-darkorange li.active a:hover, .dropdown-darkorange .dropdown-submenu:hover > a, .nav-tabs .dropdown-darkorange li > a:focus {
    background: #ed4e2a;
    color: #fff;
}

.dropdown-magenta li a:hover, .dropdown-magenta li a:focus, .dropdown-magenta li a:active, .dropdown-magenta li.active a, .dropdown-magenta li.active a:hover, .dropdown-magenta .dropdown-submenu:hover > a, .nav-tabs .dropdown-magenta li > a:focus {
    background: #bc5679;
    color: #fff;
}

.dropdown-purple li a:hover, .dropdown-purple li a:focus, .dropdown-purple li a:active, .dropdown-purple li.active a, .dropdown-purple li.active a:hover, .dropdown-purple .dropdown-submenu:hover > a, .nav-tabs .dropdown-purple li > a:focus {
    background: #7e3794;
    color: #fff;
}

.dropdown-maroon li a:hover, .dropdown-maroon li a:focus, .dropdown-maroon li a:active, .dropdown-maroon li.active a, .dropdown-maroon li.active a:hover, .dropdown-maroon .dropdown-submenu:hover > a, .nav-tabs .dropdown-maroon li > a:focus {
    background: #981b48;
    color: #fff;
}

.dropdown-hover {
    position: relative;
}

    .dropdown-hover:hover > .dropdown-menu {
        display: block;
        left: 100%;
        top: -2px;
    }

    .dropdown-hover.dropup:hover > .dropdown-menu {
        bottom: 0;
        top: auto;
    }

.pagination, .pager li > a {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.pagination, .pager {
    margin: 0;
}

    .pagination > li > a, .pager > li > a {
        color: #444;
        background-color: #fff;
        margin: 0 -1px 0 0;
        border-color: #ccc;
    }

        .pagination > li > a:hover, .pager > li > a:hover {
            background-color: #ebebeb;
            border-color: #b8b8b8;
        }

        .pagination > li > a:focus, .pager > li > a:focus, .pagination > li > a:focus, .pager > li > a:focus {
            background-color: #ebebeb;
            border-color: #b8b8b8;
        }

    .pagination > li.disabled > a, .pager > li.disabled > a, .pagination > li.disabled > a:hover, .pager > li.disabled > a:hover {
        background-color: #f9f9f9;
        border-color: #d9d9d9;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        -webkit-border-radius: 0 2px 2px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 2px 2px 0;
        -moz-background-clip: padding;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        -webkit-border-radius: 2px 0 0 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px 0 0 2px;
        -moz-background-clip: padding;
        border-radius: 2px 0 0 2px;
        background-clip: padding-box;
    }

    .pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
        border-width: 1px;
    }

    .pagination > li.active > a, .pagination > li.active > a:hover {
        background-color: #0072c6;
        border-color: #0072c6;
        color: #fff;
        -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 7px 16px;
    font-size: 16px;
}

.table {
    background-color: #fff;
    margin-bottom: 0;
}

    .table tfoot > tr > th {
        font-weight: 300;
    }

    .table thead > tr > th {
        border-bottom: 0;
        font-size: 13px;
        font-weight: 600;
    }

    .table thead[class*="colored-"] > tr > th {
        color: #fff;
        font-weight: 400;
    }

    .table thead.colored-blue > tr > th {
        background-color: #5db2ff;
    }

    .table thead.colored-primary > tr > th {
        background-color: #4374e0;
    }

    .table thead.colored-danger > tr > th {
        background-color: #d73d32;
    }

    .table thead.colored-success > tr > th {
        background-color: #53a93f;
    }

    .table thead.colored-warning > tr > th {
        background-color: #f4b400;
    }

    .table thead.colored-silver > tr > th {
        background-color: #777;
    }

    .table thead.colored-inverse > tr > th {
        background-color: #444;
    }

    .table thead.colored-blueberry > tr > th {
        background-color: #6f85bf;
    }

    .table thead.colored-palegreen > tr > th {
        background-color: #a0d468;
    }

    .table thead.colored-orange > tr > th {
        background-color: #fb6e52;
    }

    .table thead.colored-darkorange > tr > th {
        background-color: #ed4e2a;
    }

    .table thead.colored-magenta > tr > th {
        background-color: #bc5679;
    }

    .table thead.colored-purple > tr > th {
        background-color: #7e3794;
    }

    .table thead.colored-maroon > tr > th {
        background-color: #981b48;
    }

    .table thead.bordered-blue > tr > th {
        border-bottom: 3px solid #5db2ff;
    }

    .table thead.bordered-primary > tr > th {
        border-bottom: 3px solid #4374e0;
    }

    .table thead.bordered-danger > tr > th {
        border-bottom: 3px solid #d73d32;
    }

    .table thead.bordered-success > tr > th {
        border-bottom: 3px solid #53a93f;
    }

    .table thead.bordered-warning > tr > th {
        border-bottom: 3px solid #f4b400;
    }

    .table thead.bordered-silver > tr > th {
        border-bottom: 3px solid #777;
    }

    .table thead.bordered-inverse > tr > th {
        border-bottom: 3px solid #444;
    }

    .table thead.bordered-blueberry > tr > th {
        border-bottom: 3px solid #6f85bf;
    }

    .table thead.bordered-palegreen > tr > th {
        border-bottom: 3px solid #a0d468;
    }

    .table thead.bordered-orange > tr > th {
        border-bottom: 3px solid #fb6e52;
    }

    .table thead.bordered-darkorange > tr > th {
        border-bottom: 3px solid #ed4e2a;
    }

    .table thead.bordered-magenta > tr > th {
        border-bottom: 3px solid #bc5679;
    }

    .table thead.bordered-purple > tr > th {
        border-bottom: 3px solid #7e3794;
    }

    .table thead.bordered-maroon > tr > th {
        border-bottom: 3px solid #981b48;
    }

    .table tr.success td:first-child {
        -webkit-box-shadow: 2px 0 0 #53a93f inset;
        -moz-box-shadow: 2px 0 0 #53a93f inset;
        box-shadow: 2px 0 0 #53a93f inset;
    }

    .table tr.danger td:first-child {
        -webkit-box-shadow: 2px 0 0 #d73d32 inset;
        -moz-box-shadow: 2px 0 0 #d73d32 inset;
        box-shadow: 2px 0 0 #d73d32 inset;
    }

    .table tr.warning td:first-child {
        -webkit-box-shadow: 2px 0 0 #f4b400 inset;
        -moz-box-shadow: 2px 0 0 #f4b400 inset;
        box-shadow: 2px 0 0 #f4b400 inset;
    }

    .table tr.active td:first-child {
        -webkit-box-shadow: 2px 0 0 #737373 inset;
        -moz-box-shadow: 2px 0 0 #737373 inset;
        box-shadow: 2px 0 0 #737373 inset;
    }

    .table tr td.success {
        -webkit-box-shadow: 2px 0 0 #53a93f inset;
        -moz-box-shadow: 2px 0 0 #53a93f inset;
        box-shadow: 2px 0 0 #53a93f inset;
    }

    .table tr td.danger {
        -webkit-box-shadow: 2px 0 0 #d73d32 inset;
        -moz-box-shadow: 2px 0 0 #d73d32 inset;
        box-shadow: 2px 0 0 #d73d32 inset;
    }

    .table tr td.warning {
        -webkit-box-shadow: 2px 0 0 #f4b400 inset;
        -moz-box-shadow: 2px 0 0 #f4b400 inset;
        box-shadow: 2px 0 0 #f4b400 inset;
    }

    .table tr td.active {
        -webkit-box-shadow: 2px 0 0 #737373 inset;
        -moz-box-shadow: 2px 0 0 #737373 inset;
        box-shadow: 2px 0 0 #737373 inset;
    }

.table-bordered thead > tr {
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: linear-gradient(to bottom,#f2f2f2 0,#fafafa 100%);
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th, .table-striped > tbody > tr.active:nth-child(odd) > td, .table-striped > tbody > tr > .active:nth-child(odd) > th {
    background-color: #f1f1f1;
    color: #222;
}

.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th, .table-striped > tbody > tr.active:hover:nth-child(odd) > td, .table-striped > tbody > tr > .active:hover:nth-child(odd) > th {
    background-color: #e5e5e5 !important;
}

.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
    color: #119000;
}

.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
    color: #cd2929;
}

.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
    color: #fb6e52;
}

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #ddd;
}

    .table-scrollable > .table {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 0;
        background-color: #fff;
    }

        .table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > td, .table-scrollable > .table > tbody > tr > td, .table-scrollable > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-scrollable > .table-bordered {
        border: 0;
    }

        .table-scrollable > .table-bordered > thead > tr > th:first-child, .table-scrollable > .table-bordered > tbody > tr > th:first-child, .table-scrollable > .table-bordered > tfoot > tr > th:first-child, .table-scrollable > .table-bordered > thead > tr > td:first-child, .table-scrollable > .table-bordered > tbody > tr > td:first-child, .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-scrollable > .table-bordered > thead > tr > th:last-child, .table-scrollable > .table-bordered > tbody > tr > th:last-child, .table-scrollable > .table-bordered > tfoot > tr > th:last-child, .table-scrollable > .table-bordered > thead > tr > td:last-child, .table-scrollable > .table-bordered > tbody > tr > td:last-child, .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

            .table-scrollable > .table-bordered > thead > tr > th:last-child > td, .table-scrollable > .table-bordered > tbody > tr > th:last-child > td, .table-scrollable > .table-bordered > tfoot > tr > th:last-child > td, .table-scrollable > .table-bordered > thead > tr > td:last-child > td, .table-scrollable > .table-bordered > tbody > tr > td:last-child > td, .table-scrollable > .table-bordered > tfoot > tr > td:last-child > td {
                border-bottom: 0;
            }

.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width:800px) {
    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll html .flip-content {
        -ms-zoom: 1;
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content {
        -ms-zoom: 1;
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

    .flip-scroll th, .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

        .flip-scroll th:last-child, .flip-scroll td:last-child {
            border-bottom: 1px solid #ddd;
        }

    .flip-scroll th {
        border: 0 !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
        display: block;
        text-align: right;
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
        border-top: 0 !important;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll thead {
        display: block;
        float: left;
    }

        .flip-scroll thead tr {
            display: block;
            border: !important;
        }

        .flip-scroll thead.bordered-blue > tr > th {
            border-right: 3px solid #5db2ff !important;
        }

        .flip-scroll thead.bordered-primary > tr > th {
            border-right: 3px solid #4374e0 !important;
        }

        .flip-scroll thead.bordered-danger > tr > th {
            border-right: 3px solid #d73d32 !important;
        }

        .flip-scroll thead.bordered-success > tr > th {
            border-right: 3px solid #53a93f !important;
        }

        .flip-scroll thead.bordered-warning > tr > th {
            border-right: 3px solid #f4b400 !important;
        }

        .flip-scroll thead.bordered-silver > tr > th {
            border-right: 3px solid #777 !important;
        }

        .flip-scroll thead.bordered-inverse > tr > th {
            border-right: 3px solid #444 !important;
        }

        .flip-scroll thead.bordered-blueberry > tr > th {
            border-right: 3px solid #6f85bf !important;
        }

        .flip-scroll thead.bordered-palegreen > tr > th {
            border-right: 3px solid #a0d468 !important;
        }

        .flip-scroll thead.bordered-orange > tr > th {
            border-right: 3px solid #fb6e52 !important;
        }

        .flip-scroll thead.bordered-darkorange > tr > th {
            border-right: 3px solid #ed4e2a !important;
        }

        .flip-scroll thead.bordered-magenta > tr > th {
            border-right: 3px solid #bc5679 !important;
        }

        .flip-scroll thead.bordered-purple > tr > th {
            border-right: 3px solid #7e3794 !important;
        }

        .flip-scroll thead.bordered-maroon > tr > th {
            border-right: 3px solid #981b48 !important;
        }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

        .flip-scroll tbody tr {
            display: inline-block;
            vertical-align: top;
            margin-left: -5px;
            border-left: 1px solid #ddd;
        }
}

.table-toolbar {
    padding: 10px 0;
}

.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-checkboxes .checker {
        display: block;
        font-weight: 300;
        color: #333;
        margin: 0 4px;
        line-height: 24px;
    }

        .dropdown-checkboxes .checker input {
            margin-top: 5px;
        }

        .dropdown-checkboxes .checker span {
            padding-left: 5px;
        }

.table input[type=checkbox] ~ .text, .table input[type=radio] ~ .text {
    margin-right: -7px;
    margin-bottom: 0;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

    .dd.shadowed .dd-handle, .dd.shadowed .dd2-content {
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }

    .dd.bordered .dd-handle, .dd.bordered .dd2-content {
        border: 1px solid #cfcfcf;
    }

    .dd.darker .dd-handle, .dd.darker .dd2-content {
        background-color: #eee;
    }

    .dd.darker .dd2-handle, .dd.darker .dd-dragel > li > .dd2-handle {
        background-color: #e5e5e5;
    }

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list > li > .dd-handle[class*="bg-"], .dd-list > li > .dd2-content[class*="bg-"] {
        color: #fff;
    }

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle, .dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #f5f5f5;
    color: #737373;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dd-handle:hover, .dd2-content:hover, .dd-handle:hover, .dd2-content:hover {
        color: #262626;
        background: #eee;
    }

    .dd-handle[class*="btn-"], .dd2-content[class*="btn-"] {
        color: #fff;
        border: 0;
        padding: 9px 12px;
    }

        .dd-handle[class*="btn-"]:hover, .dd2-content[class*="btn-"]:hover {
            opacity: .85;
            color: #fff;
        }

.dd2-handle + .dd2-content, .dd2-handle + .dd2-content[class*="btn-"] {
    padding-left: 44px;
}

.dd-handle[class*="btn-"]:hover, .dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
    color: #fff;
}

.dd-item > button:hover ~ .dd-handle[class*="btn-"], .dd-item > button:hover ~ .dd2-content[class*="btn-"] {
    opacity: .85;
    color: #fff;
}

.dd2-handle:hover ~ .dd2-content {
    color: #262626;
    background: #f5f5f5;
}

.dd2-item.dd-item > button {
    margin-left: 38px;
}

.dd-item > button {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    top: 4px;
    left: 1px;
    color: #737373;
}

    .dd-item > button:before {
        font-family: FontAwesome;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-weight: normal;
        font-size: 14px;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '';
    }

    .dd-item > button:hover {
        color: #737373;
    }

.dd-item .dd-colored > button, .dd-item.dd-colored > button:hover {
    color: #f5f5f5;
}

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty {
    border-color: #aaa;
    border-style: solid;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

    .dd-dragel > li > .dd-handle {
        color: #000;
        background: #fbfbfb;
        border-left: 2px solid #444;
        position: relative;
    }

    .dd-dragel > .dd-item > .dd-handle {
        margin-top: 0;
    }

.dd-list > li[class*="bordered-"] {
    border-width: 0;
    padding: 0;
}

    .dd-list > li[class*="bordered-"] > .dd-handle {
        border-left: 2px solid;
        border-left-color: inherit;
    }

.dd-list > li.bordered-blue > .dd-handle {
    border-left-color: #5db2ff;
}

.dd-list > li.bordered-primary > .dd-handle {
    border-left-color: #4374e0;
}

.dd-list > li.bordered-danger > .dd-handle {
    border-left-color: #d73d32;
}

.dd-list > li.bordered-warning > .dd-handle {
    border-left-color: #f4b400;
}

.dd-list > li.bordered-success > .dd-handle {
    border-left-color: #53a93f;
}

.dd-list > li.bordered-silver > .dd-handle {
    border-left-color: #777;
}

.dd-list > li.bordered-inverse > .dd-handle {
    border-left-color: #444;
}

.dd-list > li.bordered-blueberry > .dd-handle {
    border-left-color: #6f85bf;
}

.dd-list > li.bordered-palegreen > .dd-handle {
    border-left-color: #a0d468;
}

.dd-list > li.bordered-orange > .dd-handle {
    border-left-color: #fb6e52;
}

.dd-list > li.bordered-darkorange > .dd-handle {
    border-left-color: #ed4e2a;
}

.dd-list > li.bordered-magenta > .dd-handle {
    border-left-color: #bc5679;
}

.dd-list > li.bordered-purple > .dd-handle {
    border-left-color: #7e3794;
}

.dd-list > li.bordered-maroon > .dd-handle {
    border-left-color: #981b48;
}

.dd-list > li > .dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0;
}

.dd2-handle, .dd-dragel > li > .dd2-handle {
    left: 0;
    top: 0;
    width: 38px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .dd2-handle .normal-icon, .dd-dragel > li > .dd2-handle .normal-icon, .dd2-handle .drag-icon, .dd-dragel > li > .dd2-handle .drag-icon {
        font-size: 16px;
    }

    .dd2-handle:hover, .dd-dragel > li > .dd2-handle {
        background: #f3f3f3;
    }

.dd-item > .dd2-handle .drag-icon {
    display: none;
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon {
    display: inline;
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon {
    display: none;
}

.tree {
    padding-left: 14px;
    overflow: auto;
    position: relative;
}

    .tree:before {
        width: 1px;
        z-index: 1;
        display: block;
        content: "";
        position: absolute;
        top: -21px;
        bottom: 16px;
        left: 0;
        border-left: 1px dotted #666;
    }

    .tree.tree-solid-line {
        padding-left: 12px;
    }

        .tree.tree-solid-line:before {
            border-left: 1px solid #999;
        }

        .tree.tree-solid-line .tree-folder .tree-folder-content:before {
            border-left: 1px solid #999;
        }

    .tree.tree-no-line {
        padding-left: 0;
    }

        .tree.tree-no-line:before {
            display: none;
        }

        .tree.tree-no-line .tree-folder .tree-folder-content:before {
            display: none;
        }

    .tree .tree-folder {
        width: auto;
        min-height: 20px;
        cursor: pointer;
    }

        .tree .tree-folder .tree-folder-header {
            position: relative;
            min-height: 20px;
            line-height: 20px;
            min-width: 100px;
        }

            .tree .tree-folder .tree-folder-header:hover {
                background-color: #eee;
            }

            .tree .tree-folder .tree-folder-header .tree-folder-name {
                margin-left: 2px;
            }

        .tree .tree-folder img {
            margin-left: 4px;
        }

        .tree .tree-folder .tree-folder-content {
            margin-left: 23px;
            position: relative;
        }

            .tree .tree-folder .tree-folder-content:before {
                display: inline-block;
                content: "";
                position: absolute;
                width: 1px;
                z-index: 1;
                top: -9px;
                bottom: 16px;
                left: -12px;
                border-left: 1px dotted #666;
            }

    .tree .tree-item {
        position: relative;
        min-height: 20px;
        line-height: 20px;
        min-width: 100px;
        cursor: pointer;
    }

        .tree .tree-item:hover {
            background-color: #eee;
        }

        .tree .tree-item .tree-item-name {
            margin-left: 2px;
        }

    .tree .tree-folder, .tree .tree-item {
        position: relative;
    }

        .tree .tree-folder:before, .tree .tree-item:before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 14px;
            left: -13px;
            width: 18px;
            height: 0;
            border-top: 1px dotted #666;
            z-index: 1;
        }

    .tree .tree-selected {
        background-color: #eee;
        color: #262626;
    }

        .tree .tree-selected:hover {
            background-color: #e5e5e5;
        }

    .tree .tree-folder .tree-folder-header .tree-folder-name, .tree .tree-item .tree-item-name {
        display: inline;
        z-index: 2;
    }

    .tree.tree-solid-line .tree-folder:before, .tree.tree-solid-line .tree-item:before {
        border-top: 1px solid #999;
    }

    .tree.tree-no-line .tree-folder:before, .tree.tree-no-line .tree-item:before {
        display: none;
    }

    .tree .tree-item, .tree .tree-folder {
        border: 1px solid transparent;
    }

        .tree .tree-item, .tree .tree-folder .tree-folder-header {
            margin: 0;
            padding: 4px 5px 6px 5px;
            color: #333;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .tree .tree-item .tree-item-name > i, .tree .tree-folder .tree-folder-header > i {
                color: #666;
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .tree .tree-item.tree-selected i, .tree .tree-item .tree-item-name i {
                margin-left: 2px;
                width: 14px;
                display: inline-block;
                text-align: center;
                margin-right: 1px;
                color: #262626;
            }

    .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
        height: 16px;
        width: 16px;
        line-height: 16px;
        vertical-align: middle;
        display: inline-block;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
        *background: url("img/tree-icons.png") no-repeat;
        background-position: 0 -21px;
        content: "";
    }

    .tree.tree-plus-minus .tree-folder-header .fa-folder:before {
        height: 16px;
        width: 16px;
        line-height: 16px;
        vertical-align: middle;
        display: inline-block;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
        *background: url("img/tree-icons.png") no-repeat;
        background-position: 0 2px;
        content: "";
    }

.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before, .ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
    margin-top: -5px;
}

.tree.tree-plus-minus .tree-folder-name {
    margin-left: 0 !important;
}

.tree .tree-actions {
    display: none;
    position: absolute;
    margin-top: 1px;
    right: 4px;
}

.tree .tree-item:hover .tree-actions, .tree .tree-folder-header:hover .tree-actions {
    display: inline-block;
}

.tree .tree-actions > i {
    font-weight: 300;
    padding: 1px 3px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
}

    .tree .tree-actions > i:hover {
        font-weight: bold;
    }

.tree-loading {
    color: #0072c6;
    margin-left: 30px;
}

.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

    .wizard.wizard-tabbed {
        background: #fbfbfb;
    }

        .wizard.wizard-tabbed ul li {
            padding: 0 30px;
            background-color: #fbfbfb;
        }

            .wizard.wizard-tabbed ul li .chevron {
                display: none;
            }

                .wizard.wizard-tabbed ul li .chevron:before {
                    display: none;
                }

            .wizard.wizard-tabbed ul li.complete {
                background-color: #fbfbfb;
            }

            .wizard.wizard-tabbed ul li.active {
                background: #fff;
            }

    .wizard.wizard-wired {
        padding-top: 10px;
        display: block;
        background: #fff;
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }

        .wizard.wizard-wired ul {
            display: table;
            width: 100%;
            position: relative;
        }

            .wizard.wizard-wired ul li {
                display: table-cell;
                text-align: center;
                background-color: #fff;
                width: 20%;
                padding: 0;
                margin: 0;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

                .wizard.wizard-wired ul li .chevron {
                    display: none;
                }

                    .wizard.wizard-wired ul li .chevron:before {
                        display: none;
                    }

                .wizard.wizard-wired ul li.complete {
                    background-color: #fff;
                }

                    .wizard.wizard-wired ul li.complete .step:before {
                        font-size: 22px;
                        line-height: 36px;
                    }

                    .wizard.wizard-wired ul li.complete:hover {
                        background-color: #fff;
                    }

                .wizard.wizard-wired ul li.active {
                    background-color: #fff;
                }

                .wizard.wizard-wired ul li .step {
                    border-width: 2px;
                    width: 40px;
                    height: 40px;
                    line-height: 34px;
                    font-size: 15px;
                    z-index: 2;
                    background-color: #fff;
                }

                .wizard.wizard-wired ul li .title {
                    display: block;
                    margin-top: 4px;
                    margin-bottom: 6px;
                    max-width: 100%;
                    font-size: 14px;
                    line-height: 20px;
                    z-index: 104;
                    text-align: center;
                    table-layout: fixed;
                    -ms-word-wrap: break-word;
                    word-wrap: break-word;
                }

                .wizard.wizard-wired ul li:before {
                    display: block;
                    content: "";
                    width: 100%;
                    height: 2px !important;
                    font-size: 0;
                    overflow: hidden;
                    background-color: #e5e5e5;
                    position: relative !important;
                    top: 25px;
                    z-index: 1 !important;
                }

                .wizard.wizard-wired ul li:first-child:before {
                    max-width: 51%;
                    left: 50%;
                }

                .wizard.wizard-wired ul li:last-child:before {
                    max-width: 50%;
                    width: 50%;
                }

    .wizard ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 4000px;
    }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                background: #f3f3f3;
                cursor: default;
            }

                .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f3f3;
                }

        .wizard ul li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            line-height: 46px;
            position: relative;
            background: #f5f5f5;
            color: #d0d0d0;
            font-size: 16px;
            cursor: default;
            -webkit-transition: all .218s ease;
            -moz-transition: all .218s ease;
            -o-transition: all .218s ease;
            transition: all .218s ease;
        }

            .wizard ul li .step {
                border: 2px solid #e5e5e5;
                color: #ccc;
                font-size: 13px;
                border-radius: 100%;
                position: relative;
                z-index: 2;
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 20px;
                text-align: center;
                margin-right: 10px;
            }

            .wizard ul li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1;
            }

                .wizard ul li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #f5f5f5;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px;
                    -webkit-transition: all .218s ease;
                    -moz-transition: all .218s ease;
                    -o-transition: all .218s ease;
                    transition: all .218s ease;
                }

            .wizard ul li.complete {
                background: #f5f5f5;
                color: #444;
            }

                .wizard ul li.complete:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #a0d468;
                    z-index: 10000;
                }

                .wizard ul li.complete:hover {
                    background: #eee;
                    cursor: pointer;
                }

                    .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #eee;
                    }

                .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f5f5f5;
                }

                .wizard ul li.complete .step {
                    color: #a0d468;
                    border-color: #a0d468;
                }

                    .wizard ul li.complete .step:before {
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        line-height: 20px;
                        text-align: center;
                        border-radius: 100%;
                        content: "";
                        background-color: #fff;
                        z-index: 3;
                        font-family: FontAwesome;
                        font-size: 12px;
                        color: #a0d468;
                    }

            .wizard ul li.active {
                background: #fff;
                color: #262626;
            }

                .wizard ul li.active .step {
                    border-color: #0072c6;
                    color: #0072c6;
                }

                .wizard ul li.active:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #0072c6;
                    z-index: 10000;
                }

                .wizard ul li.active .chevron:before {
                    border-left: 14px solid #fff;
                }

            .wizard ul li .badge {
                margin-right: 8px;
            }

            .wizard ul li:first-child {
                -webkit-border-radius: 2px 0 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px 0 0 0;
                -moz-background-clip: padding;
                border-radius: 2px 0 0 0;
                background-clip: padding-box;
                padding-left: 20px;
            }

.actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 42px;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    border-left: 1px solid #d4d4d4;
}

    .actions a {
        line-height: 25px; /*CHANGED BY SHREYAS - FROM 45 TO 25*/
        font-size: 12px;
        margin-right: 8px;
    }

    .actions .btn-prev i {
        margin-right: 5px;
    }

    .actions .btn-next i {
        margin-left: 5px;
    }

    .actions.actions-footer {
        margin-top: -10px;
        position: relative;
        float: none;
        text-align: right;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }

    .actions.actions-header {
        margin-top: 0px;
        position: relative;
        float: none;
        text-align: right;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }

.step-content {
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    background-color: #fbfbfb;
}

    .step-content .step-pane {
        display: none;
    }

    .step-content .active {
        display: block;
    }

        .step-content .active .btn-group .active {
            display: inline-block;
        }

.chart {
    height: 220px;
    margin: 5px;
}

.chart-sm {
    height: 100px;
}

.chart-lg {
    height: 250px;
}

.chart-xl {
    height: 350px;
}

#flotTip {
    padding: 3px 5px;
    background-color: #f5f5f5;
    z-index: 9999;
    color: #262626;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
    font-size: 13px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #ccc;
}

    #flotTip span {
        color: #5db2ff;
        font-weight: 700;
    }

.flot-donut-caption {
    position: absolute;
    -lh-property: 0;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    -lh-property: 0;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
}

flot-donut-caption .legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}

    .legendColorBox div > div {
        width: 4px;
        height: 4px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.morris-hover.morris-default-style {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 3px;
    color: #444;
    background: rgba(255,255,255,.8);
    border: solid 2px rgba(230,230,230,.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

    .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: 700;
        margin: .25em 0;
    }

    .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: .1em 0;
    }

.morris-hover {
    position: absolute;
    z-index: 1001;
}

.has-legend {
    margin-top: 30px !important;
}

.has-legend-unique {
    margin-top: 19px !important;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.easy-pie-chart {
    display: inline-block;
}

    .easy-pie-chart .percent {
        color: #444;
        font-size: 12px;
        font-weight: 700;
    }

.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
}

.jqstooltip {
    padding: 7px !important;
    border-radius: 3px !important;
    border: 0 !important;
    background-color: #000 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .jqstooltip .jqsfield {
        font-family: 'Open Sans','Segoe UI';
        font-size: 11px;
    }

.form-bordered .form-group {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

    .form-bordered .form-group:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .form-bordered .form-group:last-child {
        margin-bottom: 0;
    }

.form-title {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px;
}

label {
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    -o-transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
        border-color: rgba(0,0,0,.2);
    }

    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 {
        color: #262626;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25);
        outline: 0;
    }

.form-control, select {
    font-size: 13px;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 6px 12px;
}

    .form-control:focus, select:focus {
        color: #262626;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25);
    }

textarea.form-control {
    padding: 5px 9px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}

.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    font-weight: 300;
    font-size: 18px;
    height: 46px;
    padding: 10px 16px;
    line-height: 1.33;
}

.input-xl {
    height: 52px;
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fbfbfb;
    border-color: #e5e5e5;
}

    .form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover {
        border-color: #eee;
        background-color: #fff;
    }

.form-group.has-success input, .input-group.has-success input, .form-group.has-success select, .input-group.has-success select, .form-group.has-success textarea, .input-group.has-success textarea {
    border-color: #b0dd9c;
    color: #a0d468;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f3f7f1;
}

    .form-group.has-success input:focus, .input-group.has-success input:focus, .form-group.has-success select:focus, .input-group.has-success select:focus, .form-group.has-success textarea:focus, .input-group.has-success textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #8cc474;
        border-color: #8cc474;
    }

.form-group.has-success .form-control-feedback:before, .input-group.has-success .form-control-feedback:before {
    color: #8cc474 !important;
    color: inherit;
}

.form-group.has-success .control-label, .input-group.has-success .control-label, .form-group.has-success .help-block, .input-group.has-success .help-block, .form-group.has-success .help-inline, .input-group.has-success .help-inline {
    color: #8cc474;
}

.form-group.has-error input, .input-group.has-error input, .form-group.has-error .select, .input-group.has-error .select, .form-group.has-error textarea, .input-group.has-error textarea {
    border-color: #e7bebe;
    color: #e46f61;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fffafa;
}

    .form-group.has-error input:focus, .input-group.has-error input:focus, .form-group.has-error .select:focus, .input-group.has-error .select:focus, .form-group.has-error textarea:focus, .input-group.has-error textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #d73d32;
        border-color: #e46f61;
    }

.form-group.has-error .form-control-feedback:before, .input-group.has-error .form-control-feedback:before {
    color: #e46f61 !important;
    color: inherit;
}

.form-group.has-error .control-label, .input-group.has-error .control-label, .form-group.has-error .help-block, .input-group.has-error .help-block, .form-group.has-error .help-inline, .input-group.has-error .help-inline {
    color: #e46f61;
}

.form-group.has-warning input, .input-group.has-warning input, .form-group.has-warning .select, .input-group.has-warning .select, .form-group.has-warning textarea, .input-group.has-warning textarea {
    border-color: #fecf49;
    color: #f4b400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fefbf1;
}

    .form-group.has-warning input:focus, .input-group.has-warning input:focus, .form-group.has-warning .select:focus, .input-group.has-warning .select:focus, .form-group.has-warning textarea:focus, .input-group.has-warning textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #f4b400;
        border-color: #f4b400;
    }

.form-group.has-warning .form-control-feedback:before, .input-group.has-warning .form-control-feedback:before {
    color: #f4b400 !important;
    color: inherit;
}

.form-group.has-warning .control-label, .input-group.has-warning .control-label, .form-group.has-warning .help-block, .input-group.has-warning .help-block, .form-group.has-warning .help-inline, .input-group.has-warning .help-inline {
    color: #f4b400;
}

.form-group.has-info input, .input-group.has-info input, .form-group.has-info .select, .input-group.has-info .select, .form-group.has-info textarea, .input-group.has-info textarea {
    border-color: #a4d3fe;
    color: #57b5e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9fcff;
}

    .form-group.has-info input:focus, .input-group.has-info input:focus, .form-group.has-info .select:focus, .input-group.has-info .select:focus, .form-group.has-info textarea:focus, .input-group.has-info textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #57b5e3;
        border-color: #57b5e3;
    }

.form-group.has-info .form-control-feedback:before, .input-group.has-info .form-control-feedback:before {
    color: #57b5e3 !important;
    color: inherit;
}

.form-group.has-info .control-label, .input-group.has-info .control-label, .form-group.has-info .help-block, .input-group.has-info .help-block, .form-group.has-info .help-inline, .input-group.has-info .help-inline {
    color: #57b5e3;
}

span.input-icon {
    display: inline-block;
}

.input-icon {
    position: relative;
    width: 100%;
}

    .input-icon.inverted > [class*="fa-"], .input-icon.inverted > [class*="glyphicon-"] {
        color: #fff;
        background-color: #262626;
    }

    .input-icon > input {
        padding-left: 36px;
        padding-right: 6px;
    }

        .input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="glyphicon-"] {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .input-icon > input:focus + .circular {
            -webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
            -moz-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
            box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
        }

        .input-icon > input.input-xs {
            padding-left: 26px;
        }

            .input-icon > input.input-xs + [class*="fa-"], .input-icon > input.input-xs + [class*="glyphicon-"] {
                width: 24px;
                font-size: 10px;
                padding-top: 0;
                line-height: 24px;
            }

            .input-icon > input.input-xs + .circular {
                width: 14px;
                height: 14px;
                font-size: 10px;
                line-height: 14px;
            }

        .input-icon > input.input-sm {
            padding-left: 32px;
        }

            .input-icon > input.input-sm + [class*="fa-"], .input-icon > input.input-sm + [class*="glyphicon-"] {
                width: 30px;
                font-size: 12px;
                padding-top: 0;
                line-height: 30px;
            }

            .input-icon > input.input-sm + .circular {
                width: 20px;
                height: 20px;
                font-size: 12px;
                line-height: 20px;
            }

        .input-icon > input.input-lg {
            padding-left: 48px;
        }

            .input-icon > input.input-lg + [class*="fa-"], .input-icon > input.input-lg + [class*="glyphicon-"] {
                width: 46px;
                font-size: 18px;
                padding-top: 5px;
                line-height: 34px;
            }

            .input-icon > input.input-lg + .circular {
                width: 36px;
                height: 36px;
                font-size: 18px;
                line-height: 26px;
            }

        .input-icon > input.input-xl {
            padding-left: 54px;
        }

            .input-icon > input.input-xl + [class*="fa-"], .input-icon > input.input-xl + [class*="glyphicon-"] {
                width: 52px;
                font-size: 20px;
                padding-top: 8px;
                line-height: 34px;
            }

            .input-icon > input.input-xl + .circular {
                width: 42px;
                height: 42px;
                font-size: 20px;
                line-height: 26px;
            }

    .input-icon > [class*="fa-"], .input-icon > [class*="glyphicon-"] {
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 34px;
        height: 100%;
        line-height: 28px;
        display: inline-block;
        color: #555;
        font-size: 14px;
        text-align: center;
        padding-top: 3px;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

        .input-icon > [class*="fa-"].circular, .input-icon > [class*="glyphicon-"].circular {
            border-radius: 500em !important;
            box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
            -webkit-transition: -webkit-box-shadow .3s ease;
            -moz-transition: -moz-box-shadow .3s ease;
            -o-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease;
            padding: 0;
            top: 5px;
            bottom: 5px;
            left: 7px;
            width: 24px;
            height: 24px;
            font-size: 12px;
            line-height: 24px;
        }

    .input-icon.icon-right > input {
        padding-left: 6px;
        padding-right: 36px;
    }

        .input-icon.icon-right > input.input-xs {
            padding-right: 26px;
        }

        .input-icon.icon-right > input.input-sm {
            padding-right: 32px;
        }

        .input-icon.icon-right > input.input-lg {
            padding-right: 48px;
        }

        .input-icon.icon-right > input.input-xl {
            padding-right: 54px;
        }

    .input-icon.icon-right > [class*="fa-"], .input-icon.icon-right > [class*="glyphicon-"] {
        left: auto;
        right: 0;
    }

    .input-icon.icon-right .circular {
        left: auto;
        right: 5px;
    }

    .input-icon ~ .help-inline {
        padding-left: 8px;
    }

.input-group .input-group-addon {
    border-radius: 0 !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: -moz-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: -o-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
}

    .input-group .input-group-addon[class*="bg-"] {
        background-image: none;
        color: #fff;
    }

.input-group-xl > .form-control, .input-group-xl > .input-group-addon, .input-group-xl > .input-group-btn > .btn {
    height: 52px;
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.4;
}

.input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
    height: 24px;
    padding: 2px 6px 2px 7px;
    font-size: 11px;
    line-height: 1.4;
}

.has-success .input-group-addon {
    border-color: #b0dd9c !important;
    color: #8cc474;
    background-image: none;
}

.has-error .input-group-addon {
    border-color: #e7bebe;
    color: #e46f61;
    background-image: none;
}

.has-warning .input-group-addon {
    border-color: #fecf49;
    color: #f4b400;
    background-image: none;
}

.has-info .input-group-addon {
    border-color: #a4d3fe;
    color: #57b5e3;
    background-color: #e4f0fc;
    background-image: none;
}

.input-group-btn .btn-label {
    padding: 6px 10px !important;
}

.input-group-btn > .btn {
    line-height: 20px;
    border-radius: 0 !important;
}

    .input-group-btn > .btn.dropdown-toggle > [class*="fa-"] {
        margin-right: 0;
        font-size: 14px;
    }

.input-group > .btn.btn-sm {
    line-height: 22px;
}

.input-group > .btn + .btn {
    margin-left: 1px;
}

.input-group > .btn-group > .btn {
    line-height: 23px;
}

    .input-group > .btn-group > .btn.btn-sm {
        line-height: 26px;
    }

        .input-group > .btn > .caret, .input-group > .btn-group > .btn > .caret, .input-group > .btn.btn-sm > .caret, .input-group > .btn-group > .btn.btn-sm > .caret {
            margin-top: 10px;
        }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: #fff;
        cursor: inherit;
        display: block;
    }

input[type=checkbox], input[type=radio] {
    /*opacity: 0;
    position: absolute;*/
    left: -9999px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    input[type=checkbox].inverted:checked ~ .text:before, input[type=radio].inverted:checked ~ .text:before {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

    input[type=checkbox].colored-white ~ .text, input[type=radio].colored-white ~ .text {
        color: #fff;
    }

        input[type=checkbox].colored-white ~ .text:before, input[type=radio].colored-white ~ .text:before {
            border-color: #fafafa;
        }

    input[type=checkbox].colored-white:checked ~ .text, input[type=radio].colored-white:checked ~ .text {
        color: #fff;
    }

        input[type=checkbox].colored-white:checked ~ .text:before, input[type=radio].colored-white:checked ~ .text:before {
            border-color: #333;
            color: #333;
        }

    input[type=checkbox].colored-blue:checked ~ .text, input[type=radio].colored-blue:checked ~ .text {
        color: #5db2ff;
    }

        input[type=checkbox].colored-blue:checked ~ .text:before, input[type=radio].colored-blue:checked ~ .text:before {
            border-color: #5db2ff;
            color: #5db2ff;
        }

    input[type=checkbox].colored-primary:checked ~ .text, input[type=radio].colored-primary:checked ~ .text {
        color: #4374e0;
    }

        input[type=checkbox].colored-primary:checked ~ .text:before, input[type=radio].colored-primary:checked ~ .text:before {
            border-color: #4374e0;
            color: #4374e0;
        }

    input[type=checkbox].colored-danger:checked ~ .text, input[type=radio].colored-danger:checked ~ .text {
        color: #d73d32;
    }

        input[type=checkbox].colored-danger:checked ~ .text:before, input[type=radio].colored-danger:checked ~ .text:before {
            border-color: #d73d32;
            color: #d73d32;
        }

    input[type=checkbox].colored-success:checked ~ .text, input[type=radio].colored-success:checked ~ .text {
        color: #53a93f;
    }

        input[type=checkbox].colored-success:checked ~ .text:before, input[type=radio].colored-success:checked ~ .text:before {
            border-color: #53a93f;
            color: #53a93f;
        }

    input[type=checkbox].colored-warning:checked ~ .text, input[type=radio].colored-warning:checked ~ .text {
        color: #f4b400;
    }

        input[type=checkbox].colored-warning:checked ~ .text:before, input[type=radio].colored-warning:checked ~ .text:before {
            border-color: #f4b400;
            color: #f4b400;
        }

    input[type=checkbox].colored-silver:checked ~ .text, input[type=radio].colored-silver:checked ~ .text {
        color: #777;
    }

        input[type=checkbox].colored-silver:checked ~ .text:before, input[type=radio].colored-silver:checked ~ .text:before {
            border-color: #777;
            color: #777;
        }

    input[type=checkbox].colored-blueberry:checked ~ .text, input[type=radio].colored-blueberry:checked ~ .text {
        color: #6f85bf;
    }

        input[type=checkbox].colored-blueberry:checked ~ .text:before, input[type=radio].colored-blueberry:checked ~ .text:before {
            border-color: #6f85bf;
            color: #6f85bf;
        }

    input[type=checkbox].colored-palegreen:checked ~ .text, input[type=radio].colored-palegreen:checked ~ .text {
        color: #a0d468;
    }

        input[type=checkbox].colored-palegreen:checked ~ .text:before, input[type=radio].colored-palegreen:checked ~ .text:before {
            border-color: #a0d468;
            color: #a0d468;
        }

    input[type=checkbox].colored-orange:checked ~ .text, input[type=radio].colored-orange:checked ~ .text {
        color: #fb6e52;
    }

        input[type=checkbox].colored-orange:checked ~ .text:before, input[type=radio].colored-orange:checked ~ .text:before {
            border-color: #fb6e52;
            color: #fb6e52;
        }

    input[type=checkbox].colored-darkorange:checked ~ .text, input[type=radio].colored-darkorange:checked ~ .text {
        color: #ed4e2a;
    }

        input[type=checkbox].colored-darkorange:checked ~ .text:before, input[type=radio].colored-darkorange:checked ~ .text:before {
            border-color: #ed4e2a;
            color: #ed4e2a;
        }

    input[type=checkbox].colored-magenta:checked ~ .text, input[type=radio].colored-magenta:checked ~ .text {
        color: #bc5679;
    }

        input[type=checkbox].colored-magenta:checked ~ .text:before, input[type=radio].colored-magenta:checked ~ .text:before {
            border-color: #bc5679;
            color: #bc5679;
        }

    input[type=checkbox].colored-purple:checked ~ .text, input[type=radio].colored-purple:checked ~ .text {
        color: #7e3794;
    }

        input[type=checkbox].colored-purple:checked ~ .text:before, input[type=radio].colored-purple:checked ~ .text:before {
            border-color: #7e3794;
            color: #7e3794;
        }

    input[type=checkbox].colored-maroon:checked ~ .text, input[type=radio].colored-maroon:checked ~ .text {
        color: #981b48;
    }

        input[type=checkbox].colored-maroon:checked ~ .text:before, input[type=radio].colored-maroon:checked ~ .text:before {
            border-color: #981b48;
            color: #981b48;
        }

    input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
        outline: none !important;
    }

        input[type=checkbox]:checked ~ .text:before, input[type=radio]:checked ~ .text:before {
            display: inline-block;
            content: '';
            background-color: #f5f8fc;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            border-color: #333;
        }

    input[type=checkbox]:hover ~ .text :before, input[type=radio]:hover ~ .text :before {
        border-color: #737373;
    }

    input[type=checkbox]:active ~ .text :before, input[type=radio]:active ~ .text :before {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
    }

    input[type=checkbox]:disabled ~ .text, input[type=radio]:disabled ~ .text, input[type=checkbox][disabled] ~ .text, input[type=radio][disabled] ~ .text, input[type=checkbox].disabled ~ .text, input[type=radio].disabled ~ .text {
        color: rgba(0,0,0,.4);
    }

        input[type=checkbox]:disabled ~ .text:before, input[type=radio]:disabled ~ .text:before, input[type=checkbox][disabled] ~ .text:before, input[type=radio][disabled] ~ .text:before, input[type=checkbox].disabled ~ .text:before, input[type=radio].disabled ~ .text:before {
            background-color: #f5f5f5 !important;
            border-color: #e5e5e5 !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            color: #e5e5e5;
        }

    input[type=checkbox] ~ .text, input[type=radio] ~ .text {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 18px;
        min-width: 18px;
        font-weight: normal;
    }

        input[type=checkbox] ~ .text:before, input[type=radio] ~ .text:before {
            font-family: fontAwesome;
            font-weight: bold;
            font-size: 13px;
            color: #333;
            content: " ";
            background-color: #fafafa;
            border: 1px solid #c8c8c8;
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            border-radius: 0;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            height: 18px;
            line-height: 16px;
            min-width: 18px;
            margin-right: 5px;
            margin-bottom: 2px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        input[type=checkbox] ~ .text:hover:before, input[type=radio] ~ .text:hover:before {
            border-color: #737373;
        }

        input[type=checkbox] ~ .text:active:before, input[type=radio] ~ .text:active:before {
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        }

        input[type=radio] ~ .text:before {
            border-radius: 100%;
            font-size: 10px;
            font-family: FontAwesome;
            line-height: 17px;
            height: 19px;
            min-width: 19px;
        }

    input[type=radio]:checked ~ .text:before {
        content: "";
    }

.radio label, .checkbox label {
    padding-left: 0;
}

input[type=checkbox].checkbox-slider {
    width: 55px;
    height: 25px;
    left: 0;
}

    input[type=checkbox].checkbox-slider.slider-icon:checked ~ .text:after {
        font-family: FontAwesome;
        font-size: 15px;
        line-height: 21px;
        content: "";
        border-width: 1px;
        padding-left: 3px;
        background-color: #fff;
        color: #444;
    }

    input[type=checkbox].checkbox-slider.slider-icon ~ .text:after {
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 20px;
        content: "";
        border-width: 1px;
        padding-left: 4px;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.toggle:checked ~ .text:after {
        background-color: #fff;
        color: #444;
    }

    input[type=checkbox].checkbox-slider.toggle ~ .text:after {
        border: 0;
        background-color: #444;
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    input[type=checkbox].checkbox-slider.yesno ~ .text:before {
        font-family: 'Open Sans','Segoe UI';
        content: "YES            NO";
    }

    input[type=checkbox].checkbox-slider ~ .text {
        margin: 0 4px;
        min-height: 24px;
    }

        input[type=checkbox].checkbox-slider ~ .text:before {
            font-family: 'Open Sans','Segoe UI';
            content: "ON           OFF";
            background-color: #fff;
            color: #999;
            font-weight: 300;
            font-size: 10px;
            line-height: 18px;
            height: 20px;
            overflow: hidden;
            border-radius: 50rem;
            border: 1px solid #ccc;
            text-align: left;
            float: left;
            padding: 0;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        input[type=checkbox].checkbox-slider ~ .text:after {
            font-family: 'Open Sans','Segoe UI';
            content: '';
            font-size: 10px;
            font-weight: 300;
            background-color: #fff;
            border: 5px solid #444;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 20px;
            position: absolute;
            top: -2px;
            left: -3px;
            padding: 0;
            -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

    input[type=checkbox].checkbox-slider:checked ~ .text:before {
        text-indent: 5px;
        background-color: #444;
        border-color: #444;
        color: #fff;
    }

    input[type=checkbox].checkbox-slider:checked ~ .text:after {
        left: 34px;
        background-color: #444;
        border: 5px solid #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blue ~ .text:after {
        border-color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:before {
        background-color: #5db2ff;
        border-color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:after {
        background-color: #5db2ff;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.slider-icon ~ .text:after {
        border-color: #fff;
        color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.toggle:checked ~ .text:after {
        color: #5db2ff;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.toggle ~ .text:after {
        background-color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-primary ~ .text:after {
        border-color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:before {
        background-color: #4374e0;
        border-color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:after {
        background-color: #4374e0;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary.slider-icon ~ .text:after {
        border-color: #fff;
        color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary.toggle:checked ~ .text:after {
        color: #4374e0;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-primary.toggle ~ .text:after {
        background-color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-danger ~ .text:after {
        border-color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:before {
        background-color: #d73d32;
        border-color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:after {
        background-color: #d73d32;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-danger.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger.slider-icon ~ .text:after {
        border-color: #fff;
        color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger.toggle:checked ~ .text:after {
        color: #d73d32;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-danger.toggle ~ .text:after {
        background-color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-success ~ .text:after {
        border-color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:before {
        background-color: #53a93f;
        border-color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:after {
        background-color: #53a93f;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-success.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success.slider-icon ~ .text:after {
        border-color: #fff;
        color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success.toggle:checked ~ .text:after {
        color: #53a93f;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-success.toggle ~ .text:after {
        background-color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-warning ~ .text:after {
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:before {
        background-color: #f4b400;
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:after {
        background-color: #f4b400;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-warning.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning.slider-icon ~ .text:after {
        border-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning.toggle:checked ~ .text:after {
        color: #f4b400;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-warning.toggle ~ .text:after {
        background-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver ~ .text:after {
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:before {
        background-color: #f4b400;
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:after {
        background-color: #f4b400;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-silver.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver.slider-icon ~ .text:after {
        border-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver.toggle:checked ~ .text:after {
        color: #f4b400;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-silver.toggle ~ .text:after {
        background-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry ~ .text:after {
        border-color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:before {
        background-color: #6f85bf;
        border-color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:after {
        background-color: #6f85bf;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon ~ .text:after {
        border-color: #fff;
        color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked ~ .text:after {
        color: #6f85bf;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.toggle ~ .text:after {
        background-color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen ~ .text:after {
        border-color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:before {
        background-color: #a0d468;
        border-color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:after {
        background-color: #a0d468;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon ~ .text:after {
        border-color: #fff;
        color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.toggle:checked ~ .text:after {
        color: #a0d468;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.toggle ~ .text:after {
        background-color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-orange ~ .text:after {
        border-color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:before {
        background-color: #fb6e52;
        border-color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:after {
        background-color: #fb6e52;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-orange.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange.slider-icon ~ .text:after {
        border-color: #fff;
        color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange.toggle:checked ~ .text:after {
        color: #fb6e52;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-orange.toggle ~ .text:after {
        background-color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange ~ .text:after {
        border-color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:before {
        background-color: #ed4e2a;
        border-color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:after {
        background-color: #ed4e2a;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon ~ .text:after {
        border-color: #fff;
        color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.toggle:checked ~ .text:after {
        color: #ed4e2a;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.toggle ~ .text:after {
        background-color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-magenta ~ .text:after {
        border-color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:before {
        background-color: #bc5679;
        border-color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:after {
        background-color: #bc5679;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.slider-icon ~ .text:after {
        border-color: #fff;
        color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.toggle:checked ~ .text:after {
        color: #bc5679;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.toggle ~ .text:after {
        background-color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-purple ~ .text:after {
        border-color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:before {
        background-color: #7e3794;
        border-color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:after {
        background-color: #7e3794;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-purple.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple.slider-icon ~ .text:after {
        border-color: #fff;
        color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple.toggle:checked ~ .text:after {
        color: #7e3794;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-purple.toggle ~ .text:after {
        background-color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-maroon ~ .text:after {
        border-color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:before {
        background-color: #981b48;
        border-color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:after {
        background-color: #981b48;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.slider-icon ~ .text:after {
        border-color: #fff;
        color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.toggle:checked ~ .text:after {
        color: #981b48;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.toggle ~ .text:after {
        background-color: #981b48;
    }

.noUi-target, .noUi-target {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    -moz-transition: left .3s,top .3s;
    -o-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal.slider-xs {
        height: 14px;
    }

        .noUi-horizontal.slider-xs .noUi-handle {
            height: 24px;
            width: 26px;
        }

            .noUi-horizontal.slider-xs .noUi-handle:before {
                left: 10px;
                top: 4px;
            }

            .noUi-horizontal.slider-xs .noUi-handle:after {
                left: 13px;
                top: 4px;
            }

    .noUi-horizontal.slider-sm {
        height: 16px;
    }

        .noUi-horizontal.slider-sm .noUi-handle {
            height: 26px;
            width: 30px;
        }

            .noUi-horizontal.slider-sm .noUi-handle:before {
                left: 12px;
                top: 5px;
            }

            .noUi-horizontal.slider-sm .noUi-handle:after {
                left: 15px;
                top: 5px;
            }

    .noUi-horizontal.slider-lg {
        height: 20px;
    }

        .noUi-horizontal.slider-lg .noUi-handle {
            height: 30px;
            width: 36px;
        }

            .noUi-horizontal.slider-lg .noUi-handle:before {
                left: 15px;
                top: 7px;
            }

            .noUi-horizontal.slider-lg .noUi-handle:after {
                left: 18px;
                top: 7px;
            }

    .noUi-horizontal.slider-xl {
        height: 22px;
    }

        .noUi-horizontal.slider-xl .noUi-handle {
            height: 32px;
            width: 38px;
        }

            .noUi-horizontal.slider-xl .noUi-handle:before {
                left: 16px;
                top: 8px;
            }

            .noUi-horizontal.slider-xl .noUi-handle:after {
                left: 19px;
                top: 8px;
            }

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical.slider-xs {
        width: 14px;
    }

        .noUi-vertical.slider-xs .noUi-handle {
            width: 24px;
            height: 26px;
        }

            .noUi-vertical.slider-xs .noUi-handle:before {
                top: 10px;
                left: 4px;
            }

            .noUi-vertical.slider-xs .noUi-handle:after {
                top: 13px;
                left: 4px;
            }

    .noUi-vertical.slider-sm {
        width: 16px;
    }

        .noUi-vertical.slider-sm .noUi-handle {
            width: 26px;
            height: 30px;
        }

            .noUi-vertical.slider-sm .noUi-handle:before {
                top: 12px;
                left: 5px;
            }

            .noUi-vertical.slider-sm .noUi-handle:after {
                top: 15px;
                left: 5px;
            }

    .noUi-vertical.slider-lg {
        width: 20px;
    }

        .noUi-vertical.slider-lg .noUi-handle {
            width: 30px;
            height: 36px;
        }

            .noUi-vertical.slider-lg .noUi-handle:before {
                top: 15px;
                left: 7px;
            }

            .noUi-vertical.slider-lg .noUi-handle:after {
                top: 18px;
                left: 7px;
            }

    .noUi-vertical.slider-xl {
        width: 22px;
    }

        .noUi-vertical.slider-xl .noUi-handle {
            width: 32px;
            height: 38px;
        }

            .noUi-vertical.slider-xl .noUi-handle:before {
                top: 16px;
                left: 8px;
            }

            .noUi-vertical.slider-xl .noUi-handle:after {
                top: 19px;
                left: 8px;
            }

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

    .noUi-vertical.noUi-extended {
        padding: 15px 0;
    }

        .noUi-vertical.noUi-extended .noUi-origin {
            bottom: -15px;
        }

.noUi-background {
    background: #fafafa;
}

.noUi-connect {
    background: #0072c6;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    position: relative;
    z-index: 1;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
    -moz-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
    -moz-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-state-blocked.noUi-connect, .noUi-state-blocked .noUi-connect {
    background: #4fdacf;
}

.ui-rangeSlider {
    height: 30px;
    padding-top: 40px;
}

    .ui-rangeSlider.slider-sm .ui-rangeSlider-container, .ui-rangeSlider.slider-sm .ui-rangeSlider-arrow {
        height: 20px;
    }

    .ui-rangeSlider.slider-sm .ui-rangeSlider-bar {
        height: 18px;
    }

    .ui-rangeSlider.slider-xs .ui-rangeSlider-container, .ui-rangeSlider.slider-xs .ui-rangeSlider-arrow {
        height: 10px;
    }

    .ui-rangeSlider.slider-xs .ui-rangeSlider-bar {
        height: 8px;
    }

    .ui-rangeSlider.slider-xs .ui-rangeSlider-arrow-inner:before {
        font-size: 10px;
        line-height: 22px;
    }

    .ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label {
        background-color: #5db2ff;
    }

    .ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label-inner {
        border-top: 6px solid #5db2ff;
    }

    .ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label {
        background-color: #4374e0;
    }

    .ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label-inner {
        border-top: 6px solid #4374e0;
    }

    .ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label {
        background-color: #d73d32;
    }

    .ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label-inner {
        border-top: 6px solid #d73d32;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label {
        background-color: #53a93f;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner {
        border-top: 6px solid #53a93f;
    }

    .ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label {
        background-color: #f4b400;
    }

    .ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label-inner {
        border-top: 6px solid #f4b400;
    }

    .ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label {
        background-color: #777;
    }

    .ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label-inner {
        border-top: 6px solid #777;
    }

    .ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label {
        background-color: #6f85bf;
    }

    .ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label-inner {
        border-top: 6px solid #6f85bf;
    }

    .ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label {
        background-color: #a0d468;
    }

    .ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label-inner {
        border-top: 6px solid #a0d468;
    }

    .ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label {
        background-color: #fb6e52;
    }

    .ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label-inner {
        border-top: 6px solid #fb6e52;
    }

    .ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label {
        background-color: #ed4e2a;
    }

    .ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label-inner {
        border-top: 6px solid #ed4e2a;
    }

    .ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label {
        background-color: #bc5679;
    }

    .ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label-inner {
        border-top: 6px solid #bc5679;
    }

    .ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label {
        background-color: #7e3794;
    }

    .ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label-inner {
        border-top: 6px solid #7e3794;
    }

    .ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label {
        background-color: #981b48;
    }

    .ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label-inner {
        border-top: 6px solid #981b48;
    }

    .ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label {
        background-color: #ffce55;
    }

    .ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label-inner {
        border-top: 6px solid #ffce55;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label {
        background-color: #53a93f;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner {
        border-top: 6px solid #53a93f;
    }

    .ui-rangeSlider.silder-blue .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-blue .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #5db2ff !important;
    }

    .ui-rangeSlider.silder-blue .ui-rangeSlider-bar {
        background: #5db2ff !important;
    }

    .ui-rangeSlider.silder-primary .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-primary .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #4374e0 !important;
    }

    .ui-rangeSlider.silder-primary .ui-rangeSlider-bar {
        background: #4374e0 !important;
    }

    .ui-rangeSlider.silder-danger .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-danger .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #d73d32 !important;
    }

    .ui-rangeSlider.silder-danger .ui-rangeSlider-bar {
        background: #d73d32 !important;
    }

    .ui-rangeSlider.silder-warning .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-warning .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #f4b400 !important;
    }

    .ui-rangeSlider.silder-warning .ui-rangeSlider-bar {
        background: #f4b400 !important;
    }

    .ui-rangeSlider.silder-silver .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-silver .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #777 !important;
    }

    .ui-rangeSlider.silder-silver .ui-rangeSlider-bar {
        background: #777 !important;
    }

    .ui-rangeSlider.silder-blueberry .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-blueberry .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #6f85bf !important;
    }

    .ui-rangeSlider.silder-blueberry .ui-rangeSlider-bar {
        background: #6f85bf !important;
    }

    .ui-rangeSlider.silder-palegreen .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-palegreen .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #a0d468 !important;
    }

    .ui-rangeSlider.silder-palegreen .ui-rangeSlider-bar {
        background: #a0d468 !important;
    }

    .ui-rangeSlider.silder-success .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-success .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #53a93f !important;
    }

    .ui-rangeSlider.silder-success .ui-rangeSlider-bar {
        background: #53a93f !important;
    }

    .ui-rangeSlider.silder-yellow .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-yellow .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #ffce55 !important;
    }

    .ui-rangeSlider.silder-yellow .ui-rangeSlider-bar {
        background: #ffce55 !important;
    }

    .ui-rangeSlider.silder-orange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-orange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #fb6e52 !important;
    }

    .ui-rangeSlider.silder-orange .ui-rangeSlider-bar {
        background: #fb6e52 !important;
    }

    .ui-rangeSlider.silder-darkorange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-darkorange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #ed4e2a !important;
    }

    .ui-rangeSlider.silder-darkorange .ui-rangeSlider-bar {
        background: #ed4e2a !important;
    }

    .ui-rangeSlider.silder-magenta .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-magenta .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #bc5679 !important;
    }

    .ui-rangeSlider.silder-magenta .ui-rangeSlider-bar {
        background: #bc5679 !important;
    }

    .ui-rangeSlider.silder-purple .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-purple .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #7e3794 !important;
    }

    .ui-rangeSlider.silder-purple .ui-rangeSlider-bar {
        background: #7e3794 !important;
    }

    .ui-rangeSlider.silder-maroon .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-maroon .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #981b48 !important;
    }

    .ui-rangeSlider.silder-maroon .ui-rangeSlider-bar {
        background: #981b48 !important;
    }

.ui-rangeSlider, .ui-rangeSlider-container, .ui-rangeSlider-arrow {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container {
    margin: 0 15px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
}

.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    border-color: #8490a3;
}

.ui-rangeSlider-container, .ui-rangeSlider-arrow {
    height: 30px;
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    background: #fff;
}

.ui-rangeSlider-label {
    background-color: #fb6e52;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 5px 10px;
    bottom: 36px;
    color: #fff;
    font-size: 13px;
    cursor: col-resize;
}

.ui-rangeSlider-disabled .ui-rangeSlider-container, .ui-rangeSlider-disabled .ui-rangeSlider-arrow, .ui-rangeSlider-disabled .ui-rangeSlider-label {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.ui-rangeSlider-arrow {
    width: 14px;
    cursor: pointer;
}

.ui-rangeSlider-leftArrow {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
    border-left: solid 1px #d3d3d3;
}

.ui-rangeSlider-rightArrow {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
    border-right: solid 1px #d3d3d3;
}

.ui-rangeSlider-arrow-inner {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -10px;
}

    .ui-rangeSlider-arrow-inner:before {
        position: absolute;
        top: 0;
        font-family: FontAwesome;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px;
        border-width: 1px;
        content: "";
        color: #d3d3d3;
    }

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner:before {
    content: "";
    left: 8px;
    margin-left: -5px;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
    color: #a0d468;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner:before {
    content: "";
    right: 0;
    margin-right: -11px;
}

.ui-rangeSlider-innerBar {
    width: 110%;
    height: 100%;
    left: -10px;
    overflow: hidden;
}

.ui-rangeSlider-bar {
    background: #0072c6;
    height: 28px;
    margin: 1px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.ui-rangeSlider-handle {
    width: 10px;
    height: 30px;
    background: transparent;
    cursor: col-resize;
}

.ui-rangeSlider-label-inner {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    z-index: 99;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
    border-top: 6px solid #fb6e52;
}

.ui-rangeSlider-disabled .ui-rangeSlider-label-inner {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.ui-editRangeSlider-inputValue {
    width: 2em;
    text-align: center;
    font-size: 13px;
    border: 1px solid transparent !important;
    margin-left: -5px;
    margin-right: -5px;
}

.ui-rangeSlider .ui-ruler-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ui-rangeSlider .ui-ruler-tick {
    float: left;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner {
    color: #d3d3d3;
    margin-top: 1px;
    border-left: 1px solid #d3d3d3;
    height: 30px;
    padding-left: 2px;
    position: relative;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
    position: absolute;
    bottom: 6px;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-label {
    color: #fbfbfb;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner {
    border-left: 1px solid #d3d3d3;
    margin-top: 25px;
    height: 5px;
}

.spinbox {
    position: relative;
}

    .spinbox input {
        float: left;
        padding-left: 35px;
    }

    .spinbox .btn {
        position: relative;
        width: 20px;
        padding-top: 0;
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
        font-weight: normal;
        padding: 4px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 17px;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

        .spinbox .btn:hover {
            color: #f5f5f5;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .spinbox .btn:focus, .spinbox .btn:active {
            color: #f5f5f5;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .spinbox .btn.disabled {
            cursor: not-allowed;
        }

    .spinbox .spinbox-buttons {
        position: absolute;
        left: 0;
        float: left;
        width: 20px;
        height: 34px;
        border-left: 1px solid #d5d5d5;
    }

    .spinbox .spinbox-up {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        top: 0;
        background-color: #fbfbfb;
        border-left: 1px !important;
    }

        .spinbox .spinbox-up i {
            position: relative;
            top: -6px;
            margin-right: 0;
        }

    .spinbox .spinbox-down {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        bottom: 0;
        background-color: #fbfbfb;
        border-bottom-left-radius: 0 !important;
        border-left: 1px !important;
        border-top: 1px solid #d5d5d5;
    }

        .spinbox .spinbox-down i {
            position: relative;
            top: -7px;
            margin-right: 0;
        }

    .spinbox.spinbox-right .spinbox-buttons {
        left: auto;
        right: 0;
        border-right: 0;
    }

    .spinbox.spinbox-right input {
        padding-left: 10px;
        padding-right: 35px;
        margin-left: 0;
    }

    .spinbox.spinbox-horizontal input {
        padding-left: 60px;
    }

    .spinbox.spinbox-horizontal .spinbox-buttons {
        margin: 0;
        font-size: 0;
        width: 50px;
        left: 0;
        top: 0;
    }

        .spinbox.spinbox-horizontal .spinbox-buttons > .btn {
            height: 34px;
            line-height: 32px;
            font-size: 18px;
            display: inline-block;
            vertical-align: sub;
            margin: 0;
        }

            .spinbox.spinbox-horizontal .spinbox-buttons > .btn > i {
                vertical-align: middle;
                display: inline-block;
            }

    .spinbox.spinbox-horizontal .spinbox-down {
        width: 24px;
        border-left: 0;
    }

        .spinbox.spinbox-horizontal .spinbox-down i {
            top: -5px;
        }

    .spinbox.spinbox-horizontal .spinbox-up {
        width: 24px;
    }

        .spinbox.spinbox-horizontal .spinbox-up i {
            top: -5px;
        }

    .spinbox.spinbox-horizontal.spinbox-right {
        margin-left: 0;
    }

        .spinbox.spinbox-horizontal.spinbox-right .spinbox-buttons {
            right: -1px;
            left: auto;
        }

        .spinbox.spinbox-horizontal.spinbox-right input {
            padding-left: 10px;
        }

    .spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons {
        width: 25px !important;
    }

        .spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-left {
            left: 0;
        }

        .spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-right {
            right: 0;
            left: auto;
        }

    .spinbox.spinbox-horizontal.spinbox-two-sided input {
        padding-left: 35px !important;
    }

.select2-container {
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 34px;
        user-select: none;
        -webkit-user-select: none;
        outline: none !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            outline: none !important;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
            outline: none !important;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
    padding: 0 5px 5px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
        outline: none !important;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        position: absolute;
        right: 25px;
        top: -1px;
        font-size: 16px;
        opacity: .4;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
        position: absolute;
        top: 0;
        right: 7px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            width: 100%;
            height: 100%;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            font-size: 14px;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
                content: "";
                width: 100%;
                height: 100%;
                text-align: center;
                display: block;
                line-height: 34px;
            }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px 0 3px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: normal;
        margin-top: 5px;
        margin-right: 5px;
        font-size: 16px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #0072c6;
        border: 1px solid #0072c6;
        color: #fff;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        cursor: default;
        float: left;
        margin-right: 3px;
        margin-top: 3px;
        padding: 0 5px 2px;
        font-size: 13px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #fafafa;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 3px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 215px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #262626;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

    .bootstrap-tagsinput > span {
        font-weight: 400;
        padding: 4px 28px 4px 8px;
        font-size: 13px;
        border: 1px solid #0072c6;
        background: #0072c6;
    }

    .bootstrap-tagsinput input {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .bootstrap-tagsinput input:focus {
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        color: #fff;
        position: relative;
        margin: 3px 0 3px 2px;
        display: inline-block;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

        .bootstrap-tagsinput .tag [data-role=remove] {
            display: block;
            top: -1px;
            right: 0;
            padding: 3px 4px 3px 5px;
            width: 23px;
            height: 22px;
            position: absolute;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role=remove]:hover:after {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            .bootstrap-tagsinput .tag [data-role=remove]:hover:active:after {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                content: "";
                font-family: fontAwesome;
                padding: 2px 1px;
                line-height: 16px;
                font-size: 14px;
                text-align: center;
                zoom: 1;
                filter: alpha(opacity=70);
                -webkit-opacity: .7;
                -moz-opacity: .7;
                opacity: .7;
            }

                .bootstrap-tagsinput .tag [data-role=remove]:after:hover {
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

                    .bootstrap-tagsinput .tag [data-role=remove]:after:hover:active {
                        zoom: 1;
                        filter: alpha(opacity=100);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                    }

.minicolors {
    position: relative;
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background: url(../img/jquery.minicolors.png) -80px 0;
    border: solid 1px #fbfbfb;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 99999;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

    .minicolors-panel.minicolors-visible {
        display: block;
    }

.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background: url(../img/jquery.minicolors.png) -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: none;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background: url(../img/jquery.minicolors.png) -270px 0;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background: #000;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider, .minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background: #fff url(../img/jquery.minicolors.png) 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px #000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

    .minicolors-grid .minicolors-picker > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: solid 2px #fff;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    border: solid 1px #000;
    margin-top: -2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-inline {
    display: inline-block;
}

    .minicolors-inline .minicolors-input {
        display: none !important;
    }

    .minicolors-inline .minicolors-panel {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        z-index: auto;
        display: inline-block;
    }

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
    padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}

.dropdown-colorpicker {
    height: 35px;
    width: 35px;
    padding: 7px;
}

    .dropdown-colorpicker > .dropdown-menu {
        top: 100%;
        left: 0;
        padding: 4px;
        min-width: 154px;
        max-width: 154px;
    }

        .dropdown-colorpicker > .dropdown-menu > li {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin: 2px;
        }

            .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
                display: block;
                width: 20px;
                height: 20px;
                margin: 0;
                padding: 0;
                -webkit-border-radius: 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0;
                -moz-background-clip: padding;
                border-radius: 0;
                background-clip: padding-box;
                position: relative;
                -webkit-transition: all ease .1s;
                -moz-transition: all ease .1s;
                -o-transition: all ease .1s;
                transition: all ease .1s;
            }

                .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
                    text-decoration: none;
                    zoom: 1;
                    filter: alpha(opacity=80);
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    opacity: .8;
                    -webkit-transform: scale(1.08);
                    -moz-transform: scale(1.08);
                    -o-transform: scale(1.08);
                    -ms-transform: scale(1.08);
                    transform: scale(1.08);
                }

                .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
                    content: "";
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 11px;
                    color: #fff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    text-align: center;
                    line-height: 20px;
                }

.btn-colorpicker {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    vertical-align: middle;
    border-radius: 0;
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    z-index: 9999 !important;
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td, .datepicker th {
        text-align: center;
        font-size: 12px;
        height: 20px;
        width: 20px;
    }

        .datepicker td.day:hover {
            background: #eee;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eee;
        }

        .datepicker td.old, .datepicker td.new {
            color: #999;
        }

        .datepicker td.active, .datepicker td.active:hover {
            background-color: #0072c6;
            color: #fff;
            -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
        }

            .datepicker td span:hover {
                background: #eee;
            }

            .datepicker td span.active {
                background-color: #0072c6;
                color: #fff;
                -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
                text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            }

            .datepicker td span.old {
                color: #999;
            }

        .datepicker th.switch {
            width: 175px;
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 12px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eee;
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    font-size: 12px;
    width: 278px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,.2);
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.openscenter:before {
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,.2);
        content: '';
    }

    .daterangepicker.openscenter:after {
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,.2);
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3000;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar.single .calendar-table {
        border: none;
    }

    .daterangepicker .calendar th, .daterangepicker .calendar td {
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #ddd;
        padding: 4px;
        border-radius: 4px;
        background: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            color: #999;
            background: #fff;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through;
        }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #eee;
        }

        .daterangepicker td.in-range {
            background: #d0e7fc;
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
        }

        .daterangepicker td.start-date {
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #0072c6;
            border-color: #0072c6;
            color: #fff;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker th.month {
        width: auto;
    }

    .daterangepicker .input-mini {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        display: block;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        margin: 0 0 5px 0;
        padding: 0 6px 0 28px;
        width: 100%;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #357ebd;
        }

    .daterangepicker .daterangepicker_input i {
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    .daterangepicker .ranges {
        font-size: 11px;
        float: none;
        margin: 4px;
        text-align: left;
    }

        .daterangepicker .ranges ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            width: 100%;
        }

        .daterangepicker .ranges li {
            font-size: 13px;
            background: #f5f5f5;
            border: 1px solid #f5f5f5;
            color: #08c;
            padding: 3px 12px;
            margin-bottom: 8px;
            border-radius: 5px;
            cursor: pointer;
        }

            .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
                background: #08c;
                border: 1px solid #08c;
                color: #fff;
            }

@media(min-width:564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker .calendar.left .calendar-table {
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .daterangepicker .calendar.right .calendar-table {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .daterangepicker .calendar.left {
            clear: left;
            margin-right: 0;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single .ranges, .daterangepicker.single .calendar {
            float: left;
        }

        .daterangepicker .calendar.right {
            margin-left: 0;
        }

        .daterangepicker .left .daterangepicker_input {
            padding-right: 12px;
        }

        .daterangepicker .calendar.left .calendar-table {
            padding-right: 12px;
        }

        .daterangepicker .ranges, .daterangepicker .calendar {
            float: left;
        }
}

@media(min-width:730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .add-on {
        cursor: pointer;
    }

        .bootstrap-timepicker .add-on i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0,0,0,.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 8px 0;
            outline: 0;
            color: #333;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 14px;
                color: #262626;
            }

        .bootstrap-timepicker-widget table td input {
            width: 35px;
            margin: 0;
            text-align: center;
            padding: 5px;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media(min-width:767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media(max-width:767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
    -moz-box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
    box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
    overflow: scroll;
    outline: none;
}

.wysiwyg-toolbar {
    margin-bottom: 10px;
}

    .wysiwyg-toolbar .btn-active {
        color: #444 !important;
        background-color: #e5e5e5;
    }

    .wysiwyg-toolbar .dropdown-menu {
        padding: 5px;
    }

    .wysiwyg-toolbar .btn-group {
        margin-bottom: 5px;
    }

.wysiwyg-voiceBtn {
    width: 20px;
    color: transparent !important;
    background-color: transparent !important;
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -o-transform: scale(2,2);
    -ms-transform: scale(2,2);
    transform: scale(2,2);
    border: transparent !important;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.note-editor {
    border: 1px solid #d5d5d5;
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 1;
        display: none;
        color: #87cefa;
        background-color: #fff;
        border: 2px dashed #87cefa;
        opacity: .95;
        pointer-event: none;
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
        }

        .note-editor .note-dropzone.hover {
            color: #0072c6;
            border: 2px dashed #0072c6;
        }

    .note-editor.dragover .note-dropzone {
        display: table;
    }

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 100%;
    }

        .note-editor.fullscreen .note-editable {
            background-color: #fff;
        }

        .note-editor.fullscreen .note-resizebar {
            display: none;
        }

    .note-editor.codeview .note-editable {
        display: none;
    }

    .note-editor.codeview .note-codable {
        display: block;
    }

    .note-editor .note-toolbar {
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0;
        background-color: #fbfbfb;
        border-bottom: 1px solid #d5d5d5;
    }

        .note-editor .note-toolbar > .btn-group {
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 0;
        }

        .note-editor .note-toolbar > .input-group {
            float: none;
        }

        .note-editor .note-toolbar .note-table .dropdown-menu {
            min-width: 0;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
                font-size: 18px;
            }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
                }

        .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
            margin: 0;
        }

        .note-editor .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px;
        }

        .note-editor .note-toolbar .note-color .dropdown-menu {
            min-width: 290px;
        }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
                margin: 0;
            }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                    margin: 0 5px;
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                    margin: 2px 7px;
                    font-size: 12px;
                    text-align: center;
                    border-bottom: 1px solid #eee;
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                    padding: 0 3px;
                    margin: 5px;
                    font-size: 12px;
                    cursor: pointer;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                    .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                        background: #eee;
                    }

        .note-editor .note-toolbar .note-para .dropdown-menu {
            min-width: 216px;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
                margin-right: 5px;
            }

    .note-editor .note-statusbar {
        background-color: #f5f5f5;
    }

        .note-editor .note-statusbar .note-resizebar {
            width: 100%;
            height: 8px;
            cursor: s-resize;
            border-top: 1px solid #d5d5d5;
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #d5d5d5;
            }

    .note-editor .note-popover .popover {
        max-width: none;
    }

        .note-editor .note-popover .popover .popover-content {
            padding: 5px;
        }

            .note-editor .note-popover .popover .popover-content a {
                display: inline-block;
                max-width: 200px;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
            }

            .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
                margin-left: 5px;
            }

        .note-editor .note-popover .popover .arrow {
            left: 20px;
        }

    .note-editor .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid #000;
    }

        .note-editor .note-handle .note-control-selection > div {
            position: absolute;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-bg {
            width: 100%;
            height: 100%;
            background-color: #000;
            -webkit-opacity: .3;
            -khtml-opacity: .3;
            -moz-opacity: .3;
            opacity: .3;
            -ms-filter: alpha(opacity=30);
            filter: alpha(opacity=30);
        }

        .note-editor .note-handle .note-control-selection .note-control-handle {
            width: 7px;
            height: 7px;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-holder {
            width: 7px;
            height: 7px;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-sizing {
            width: 7px;
            height: 7px;
            background-color: #fff;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-nw {
            top: -5px;
            left: -5px;
            border-right: 0;
            border-bottom: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-ne {
            top: -5px;
            right: -5px;
            border-bottom: 0;
            border-left: none;
        }

        .note-editor .note-handle .note-control-selection .note-control-sw {
            bottom: -5px;
            left: -5px;
            border-top: 0;
            border-right: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-se {
            right: -5px;
            bottom: -5px;
            cursor: se-resize;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: 5px;
            margin: 5px;
            font-size: 12px;
            color: #fff;
            background-color: #000;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-opacity: .7;
            -khtml-opacity: .7;
            -moz-opacity: .7;
            opacity: .7;
            -ms-filter: alpha(opacity=70);
            filter: alpha(opacity=70);
        }

    .note-editor .note-dialog > div {
        display: none;
    }

    .note-editor .note-dialog .note-image-dialog .note-dropzone {
        min-height: 100px;
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 4;
        color: #d3d3d3;
        text-align: center;
        border: 4px dashed #d3d3d3;
    }

    .note-editor .note-dialog .note-help-dialog {
        font-size: 12px;
        color: #ccc;
        background: transparent;
        background-color: #222 !important;
        border: 0;
        -webkit-opacity: .9;
        -khtml-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        -ms-filter: alpha(opacity=90);
        filter: alpha(opacity=90);
    }

        .note-editor .note-dialog .note-help-dialog .modal-content {
            background: transparent;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .note-editor .note-dialog .note-help-dialog a {
            font-size: 12px;
            color: #fff;
        }

        .note-editor .note-dialog .note-help-dialog .title {
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            border-bottom: #fff 1px solid;
        }

        .note-editor .note-dialog .note-help-dialog .modal-close {
            font-size: 14px;
            color: #dd0;
            cursor: pointer;
        }

        .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
            width: 100%;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
                vertical-align: top;
            }

        .note-editor .note-dialog .note-help-dialog .note-shortcut {
            margin-top: 8px;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut th {
                font-size: 13px;
                color: #dd0;
                text-align: left;
            }

            .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
                min-width: 110px;
                padding-right: 10px;
                font-family: "Courier New";
                color: #dd0;
                text-align: right;
            }

    .note-editor .note-editable {
        padding: 10px;
        overflow: auto;
        outline: 0;
        background-color: #fff;
    }

        .note-editor .note-editable[contenteditable="false"] {
            background-color: #e5e5e5;
        }

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-family: Menlo,Monaco,monospace,sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

    .note-editor .dropdown-menu {
        min-width: 90px;
    }

        .note-editor .dropdown-menu.right {
            right: 0;
            left: auto;
        }

            .note-editor .dropdown-menu.right::before {
                right: 9px;
                left: auto !important;
            }

            .note-editor .dropdown-menu.right::after {
                right: 10px;
                left: auto !important;
            }

        .note-editor .dropdown-menu li a i {
            color: #0072c6;
            visibility: hidden;
        }

        .note-editor .dropdown-menu li a.checked i {
            visibility: visible;
        }

    .note-editor .note-fontsize-10 {
        font-size: 10px;
    }

    .note-editor .note-color-palette {
        line-height: 1;
    }

        .note-editor .note-color-palette div .note-color-btn {
            width: 17px;
            height: 17px;
            padding: 0;
            margin: 0;
            border: 1px solid #fff;
        }

            .note-editor .note-color-palette div .note-color-btn:hover {
                border: 1px solid #000;
            }

.bv-form .help-block {
    margin-bottom: 0;
}

.nav-tabs li.bv-tab-success > a {
    color: #53a93f;
}

.nav-tabs li.bv-tab-error > a {
    color: #d73d32;
}

.login-container {
    position: relative;
    margin: 10% auto;
    max-width: 300px;
}

    .login-container .loginbox {
        position: relative;
        width: 300px !important;
        height: auto !important;
        padding: 0 0 20px 0;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
    }

        .login-container .loginbox .loginbox-title {
            position: relative;
            text-align: center;
            width: 100%;
            height: 35px;
            padding-top: 10px;
            font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            font-size: 20px;
            font-weight: normal;
            color: #444;
        }

        .login-container .loginbox .loginbox-social {
            padding: 0 10px 10px;
            text-align: center;
        }

            .login-container .loginbox .loginbox-social .social-title {
                font-size: 14px;
                font-weight: 500;
                color: #a9a9a9;
                margin-top: 10px;
            }

            .login-container .loginbox .loginbox-social .social-buttons {
                height: 80px;
                padding: 15px 35px;
                text-align: center;
            }

                .login-container .loginbox .loginbox-social .social-buttons .button-facebook {
                    float: left;
                    border: 2px solid #3b5998;
                    color: #3b5998;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    margin-right: 30px;
                    background-color: #fff;
                }

                    .login-container .loginbox .loginbox-social .social-buttons .button-facebook i {
                        font-size: 26px;
                        line-height: 50px;
                    }

                .login-container .loginbox .loginbox-social .social-buttons .button-twitter {
                    float: left;
                    border: 2px solid #29c1f6;
                    color: #29c1f6;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    margin-right: 30px;
                    background-color: #fff;
                }

                    .login-container .loginbox .loginbox-social .social-buttons .button-twitter i {
                        font-size: 26px;
                        line-height: 50px;
                    }

                .login-container .loginbox .loginbox-social .social-buttons .button-google {
                    border: 2px solid #ef4f1d;
                    color: #ef4f1d;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    background-color: #fff;
                }

                    .login-container .loginbox .loginbox-social .social-buttons .button-google i {
                        font-size: 26px;
                        line-height: 50px;
                    }

        .login-container .loginbox .loginbox-or {
            position: relative;
            text-align: center;
            height: 20px;
        }

            .login-container .loginbox .loginbox-or .or {
                position: absolute;
                top: 0;
                -lh-property: 0;
                left: -webkit-calc(50% - 25px);
                left: -moz-calc(50% - 25px);
                left: calc(50% - 25px);
                width: 50px;
                height: 20px;
                background-color: #fff;
                color: #999;
                margin: 0 auto;
            }

            .login-container .loginbox .loginbox-or .or-line {
                position: absolute;
                height: 1px;
                top: 10px;
                left: 40px;
                right: 40px;
                background-color: #ccc;
            }

        .login-container .loginbox .loginbox-textbox {
            padding: 10px 40px;
        }

            .login-container .loginbox .loginbox-textbox .form-control {
                -webkit-border-radius: 3px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 3px !important;
                -moz-background-clip: padding !important;
                border-radius: 3px !important;
                background-clip: padding-box !important;
            }

        .login-container .loginbox .loginbox-forgot {
            padding-left: 40px;
        }

            .login-container .loginbox .loginbox-forgot a {
                font-size: 11px;
                color: #666;
            }

        .login-container .loginbox .loginbox-submit {
            padding: 10px 40px;
        }

        .login-container .loginbox .loginbox-signup {
            text-align: center;
            padding-top: 10px;
        }

            .login-container .loginbox .loginbox-signup a {
                font-size: 13px;
                color: #666;
            }

    .login-container .logobox {
        width: 300px !important;
        height: 50px !important;
        padding: 5px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
        background-color: #fff;
        text-align: left;
    }

.register-container {
    position: relative;
    margin: 8% auto;
    max-width: 350px;
}

    .register-container .registerbox {
        position: relative;
        width: 350px !important;
        height: 560px !important;
        padding: 0;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
    }

        .register-container .registerbox .registerbox-title {
            position: relative;
            text-align: left;
            width: 100%;
            height: 35px;
            padding: 20px 20px 0;
            font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: normal;
            color: #444;
        }

        .register-container .registerbox .registerbox-caption {
            font-size: 14px;
            font-weight: 500;
            color: #a9a9a9;
            padding: 15px 20px 0;
        }

        .register-container .registerbox .registerbox-textbox {
            padding: 10px 20px;
        }

            .register-container .registerbox .registerbox-textbox .form-control {
                -webkit-border-radius: 3px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 3px !important;
                -moz-background-clip: padding !important;
                border-radius: 3px !important;
                background-clip: padding-box !important;
            }

        .register-container .registerbox .registerbox-submit {
            padding: 0 20px;
        }

    .register-container .logobox {
        width: 350px !important;
        height: 50px !important;
        padding: 5px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
        background-color: #fff;
        text-align: left;
    }

.lock-container {
    margin: 15% auto;
    max-width: 300px;
}

    .lock-container .lock-box {
        position: relative;
        background: #fff;
        width: 280px;
        height: 170px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -moz-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -o-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: linear-gradient(to top,#fff,#f3f3f3);
    }

        .lock-container .lock-box .lock-username {
            position: absolute;
            height: 50px;
            width: 100%;
            line-height: 50px;
            top: 60px;
            text-align: center;
            color: #999;
        }

        .lock-container .lock-box img {
            position: absolute;
            -lh-property: 0;
            left: -webkit-calc(50% - 64px);
            left: -moz-calc(50% - 64px);
            left: calc(50% - 64px);
            top: -64px;
            border: 3px solid #fff;
            width: 128px;
            height: 128px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,.3);
        }

        .lock-container .lock-box .lock-password {
            position: absolute;
            top: 115px;
            text-align: center;
            -lh-property: 0;
            left: -webkit-calc(50% - 114px);
            left: -moz-calc(50% - 114px);
            left: calc(50% - 114px);
        }

            .lock-container .lock-box .lock-password input {
                background-color: #fff;
                border-color: #e5e5e5;
                -webkit-border-radius: 4px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 4px !important;
                -moz-background-clip: padding !important;
                border-radius: 4px !important;
                background-clip: padding-box !important;
                text-align: center;
                padding-left: 25px;
            }

        .lock-container .lock-box .btn-lock, .lock-container .lock-box .btn-lock:hover {
            background: #fff;
            color: #0072c6;
            margin-top: -8px;
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .lock-container .lock-box .btn-lock i:before, .lock-container .lock-box .btn-lock:hover i:before {
                font-size: 18px;
            }

    .lock-container .signinbox {
        width: 280px !important;
        height: 50px !important;
        padding: 15px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        background-color: #fff;
        text-align: center;
    }

        .lock-container .signinbox a {
            font-size: 13px;
            color: #0072c6;
            padding-left: 5px;
            cursor: pointer;
        }

.pricing-container {
    padding: 20px;
    -webkit-text-shadow: gba(0,0,0,.2) 1px 1px 1px;
    text-shadow: gba(0,0,0,.2) 1px 1px 1px;
}

    .pricing-container [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pricing-container .plan {
        text-align: center;
        background: #fff;
        color: #333;
        padding: 0;
        width: 100%;
        float: left;
        _display: inline;
        position: relative;
        margin: 0 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        margin-bottom: 20px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -moz-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -o-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: linear-gradient(to top,#fff,#f3f3f3);
    }

        .pricing-container .plan .header {
            position: relative;
            font-size: 20px;
            font-weight: normal;
            text-transform: uppercase;
            padding: 15px;
            margin: 0;
            border-bottom: 3px solid;
        }

        .pricing-container .plan .price {
            font-size: 26px;
            padding: 5px 5px 0;
            background-color: #fff;
            -webkit-text-shadow: none;
            text-shadow: none;
        }

        .pricing-container .plan .monthly {
            font-size: 12px;
            margin-bottom: 20px;
            text-transform: uppercase;
            color: #999;
            background-color: #fff;
            padding-bottom: 10px;
            -webkit-text-shadow: none;
            text-shadow: none;
        }

        .pricing-container .plan ul {
            margin: 20px 0;
            padding: 0;
            list-style: none;
        }

            .pricing-container .plan ul li {
                padding: 10px 0;
            }

                .pricing-container .plan ul li p {
                    margin: 0 20px;
                    text-align: left;
                }

        .pricing-container .plan .signup {
            position: relative;
            padding: 8px 17px;
            color: #fff;
            font: bold 15px 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            background-color: #0072c6;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.15);
            text-shadow: 0 -1px 0 rgba(0,0,0,.15);
            opacity: .9;
            margin: 15px;
        }

            .pricing-container .plan .signup:hover {
                opacity: 1;
            }

            .pricing-container .plan .signup:active {
                -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
                -moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
                box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
            }

    .pricing-container .popular-plan {
        top: -20px;
        padding: 0 0 25px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

        .pricing-container .popular-plan .header {
            padding: 35px 15px 15px;
        }

.plan-circular {
    margin: 10px auto;
    text-align: center;
}

    .plan-circular .plan-title {
        color: #fff;
    }

    .plan-circular .title-devider {
        margin: 10px 40%;
        border-color: #fff;
    }

    .plan-circular .plan-body {
        position: relative;
        width: 150px;
        height: 150px;
        background-color: #fff;
        border: 10px solid rgba(255,255,255,.3);
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0 auto;
        font-family: 'Open Sans',sans-serif;
    }

        .plan-circular .plan-body .plan-price {
            position: absolute;
            top: 33px;
            right: 35px;
            font-size: 40px;
            color: #555;
        }

        .plan-circular .plan-body .plan-currency {
            position: absolute;
            top: 33px;
            right: 80px;
            font-size: 26px;
            color: #777;
        }

        .plan-circular .plan-body .plan-month {
            position: absolute;
            top: 80px;
            right: 38px;
            font-size: 12px;
            color: #999;
        }

    .plan-circular .plan-tag {
        width: 25px;
        height: 40px;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        margin: 0 auto;
        margin-top: -15px;
    }

        .plan-circular .plan-tag .tag-icon {
            margin-top: 20px;
            font-size: 15px;
            color: #fff;
        }

.invoice-container .table-bordered thead > tr {
    background-color: #fff !important;
    background-image: none !important;
}

.invoice-container .panel {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

    .invoice-container .panel .panel-heading {
        background-color: #fff;
    }

        .invoice-container .panel .panel-heading h1, .invoice-container .panel .panel-heading h2, .invoice-container .panel .panel-heading h3, .invoice-container .panel .panel-heading h4, .invoice-container .panel .panel-heading h5, .invoice-container .panel .panel-heading h6 {
            margin-bottom: 0;
        }

.invoice-container ul {
    list-style: none;
    padding-left: 0;
}

    .invoice-container ul li {
        line-height: 22px;
    }

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: -35px;
        position: absolute;
        content: " ";
        width: 3px;
        left: 50%;
        margin-left: -1.5px;
        box-shadow: 0 1px 6px rgba(0,0,0,.175);
        background-color: #f3f3f3;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-datetime {
            color: #737373;
            position: absolute;
            left: 55%;
            top: 6px;
            text-align: left;
            padding: 10px;
        }

            .timeline > li > .timeline-datetime .timeline-time, .timeline > li > .timeline-datetime .timeline-date {
                display: block;
                font-size: 11px;
                font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            }

            .timeline > li > .timeline-datetime .timeline-time {
                font-size: 14px;
                font-weight: bold;
            }

        .timeline > li > .timeline-panel {
            background-color: #fbfbfb;
            -lh-property: 0;
            width: -webkit-calc(50% - 45px);
            width: -moz-calc(50% - 45px);
            width: calc(50% - 45px);
            float: left;
            border-radius: 2px;
            padding: 0;
            position: relative;
            box-shadow: 0 1px 6px rgba(0,0,0,.175);
        }

            .timeline > li > .timeline-panel .timeline-header .timeline-title {
                display: block;
                padding: 10px 20px 0;
                min-width: 200px;
                font-size: 14px;
                font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
                font-weight: 700;
            }

            .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
                position: absolute;
                top: 5px;
                right: 10px;
                font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
                font-size: 13px;
                display: none;
            }

            .timeline > li > .timeline-panel .timeline-body {
                padding: 10px 20px 20px;
                line-height: 22px;
            }

                .timeline > li > .timeline-panel .timeline-body > p, .timeline > li > .timeline-panel .timeline-body > ul {
                    margin-bottom: 0;
                }

                    .timeline > li > .timeline-panel .timeline-body > p + p {
                        margin-top: 5px;
                    }

            .timeline > li > .timeline-panel .timeline-footer {
                padding: 5px 20px 10px;
                border-top: 1px solid #eee;
            }

                .timeline > li > .timeline-panel .timeline-footer .footer-registrar {
                    font-size: 12px;
                    color: #555;
                }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 16px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #e5e5e5;
                border-right: 0 solid #e5e5e5;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 17px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fbfbfb;
                border-right: 0 solid #fbfbfb;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li .timeline-badge {
            width: 50px;
            height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 6px;
            left: 50%;
            margin-left: -25px;
            background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
            z-index: 100;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            box-shadow: 0 1px 6px rgba(0,0,0,.175);
            color: #444;
        }

            .timeline > li .timeline-badge .badge-picture {
                width: 50px;
                height: 50px;
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
            }

            .timeline > li .timeline-badge i {
                line-height: 50px;
            }

            .timeline > li .timeline-badge[class*="bg-"] {
                background-image: none !important;
                color: #fff;
            }

        .timeline > li.timeline-inverted > .timeline-datetime {
            left: auto;
            right: 55%;
            text-align: right;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li.timeline-node {
            width: 150px;
            margin: 0 auto 20px;
            text-align: center;
        }

@media(max-width:767px) {
    .timeline:before {
        left: 40px;
    }

    .timeline > li > .timeline-panel {
        -lh-property: 0;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 6px;
    }

    .timeline > li > .timeline-panel {
        float: right;
    }

        .timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        .timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

        .timeline > li > .timeline-panel .timeline-header .timeline-title {
            top: 5px;
        }

        .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
            display: block;
        }

    .timeline > li > .timeline-datetime {
        display: none;
    }

    .timeline > li.timeline-node {
        margin: 0 0 20px -35px;
    }
}

@media(max-width:500px) {
    .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
        position: relative;
        padding: 5px 30px 0;
        margin: 0;
    }

    .timeline > li > .timeline-panel .timeline-body {
        padding: 20px 20px 20px;
    }
}

.profile-container .profile-header {
    min-height: 175px;
    margin: 15px 15px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    background-color: #fbfbfb;
}

    .profile-container .profile-header .header-avatar {
        width: 125px;
        height: 125px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        border: 5px solid #f5f5f5;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin: 25px auto;
    }

    .profile-container .profile-header .profile-info {
        min-height: 175px;
        border-right: 1px solid #eee;
        padding: 15px 40px 35px 0;
    }

        .profile-container .profile-header .profile-info .header-fullname {
            font: 21px 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            margin-top: 27px;
            display: inline-block;
        }

        .profile-container .profile-header .profile-info .btn-follow {
            position: absolute;
            top: 45px;
            right: 40px;
        }

        .profile-container .profile-header .profile-info .header-information {
            line-height: 23px;
            margin-top: 15px;
            text-align: justify;
        }

    .profile-container .profile-header .profile-stats {
        min-height: 175px;
        border-right: 1px solid #eee;
    }

        .profile-container .profile-header .profile-stats .stats-col {
            margin: 30px 0;
            text-align: center;
        }

            .profile-container .profile-header .profile-stats .stats-col:not(:last-child) {
                border-right: 1px solid #eee;
            }

            .profile-container .profile-header .profile-stats .stats-col .stats-value {
                display: block;
                margin: 0 auto;
                text-align: center;
                font-size: 30px;
                font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            }

            .profile-container .profile-header .profile-stats .stats-col .stats-title {
                display: block;
                margin: 0 auto;
                text-align: center;
            }

        .profile-container .profile-header .profile-stats .inlinestats-col {
            padding-top: 15px;
            text-align: center;
            font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            border-top: 1px solid #eee;
            min-height: 55px;
        }

            .profile-container .profile-header .profile-stats .inlinestats-col:not(:last-child) {
                border-right: 1px solid #eee;
            }

            .profile-container .profile-header .profile-stats .inlinestats-col i {
                margin-right: 2px;
            }

    .profile-container .profile-header .profile-contactinfo .title {
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .profile-container .profile-header .profile-contactinfo .list-group-item {
        background: none !important;
        border: none;
        padding-bottom: 0;
        margin-top: 5px;
        padding-left: 0;
        padding-right: 5px;
    }

.profile-container .profile-body .nav-tabs > li.active > a, .profile-container .profile-body .nav-tabs > li.active > a:hover, .profile-container .profile-body .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-bottom: 2px solid #0072c6;
    background-color: #fbfbfb;
    top: 2px;
    margin-bottom: 0;
}

.profile-container .profile-body .nav-tabs {
    border-top: 1px solid #e5e5e5;
    top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
}

    .profile-container .profile-body .nav-tabs.tabs-flat {
        background-color: #fbfbfb;
    }

.profile-container .profile-body .tab-content {
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.profile-container .profile-body .setting-header {
    margin-bottom: 25px;
}

.profile-container .profile-contacts {
    padding: 25px;
}

    .profile-container .profile-contacts .contact-badge i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        text-align: center;
        background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
        z-index: 100;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        box-shadow: 0 1px 6px rgba(0,0,0,.175);
        color: #444;
    }

    .profile-container .profile-contacts .contact-badge span {
        font-size: 26px;
        margin-left: 20px;
        font-weight: 300;
    }

    .profile-container .profile-contacts .contact-info p {
        padding: 10px 70px;
    }

.profile-container #contact-map {
    margin: 20px;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    border: #fbfbfb 5px solid;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.profile-container .profile-badge i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
    z-index: 100;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 1px 6px rgba(0,0,0,.175);
    color: #444;
}

.profile-container .profile-badge span {
    font-size: 26px;
    margin-left: 20px;
    font-weight: 300;
}

.profile-container .profile-overview {
    padding: 5px;
}

.profile-container .row-title {
    margin-left: -17px;
    margin-top: 50px;
}

.profile-container .timeline {
    padding-top: 35px;
    margin-top: -16px;
}

@media(max-width:992px) {
    .profile-container .profile-header .profile-info {
        padding: 0 40px;
    }

        .profile-container .profile-header .profile-info .btn-follow {
            top: 28px;
        }

    .profile-container .profile-header .profile-stats .stats-col {
        border-right: 0;
    }
}

.comment {
    padding-top: 12px;
}

    .comment:first-child {
        padding-top: 0;
    }

    .comment > .comment {
        margin-left: 25px !important;
    }

    .comment .comment-avatar {
        position: relative;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        display: block;
        float: left;
        height: 32px;
        width: 32px;
    }

    .comment .comment-header {
        font-size: 12px;
        padding-bottom: 2px;
    }

        .comment .comment-header span {
            color: #d0d0d0;
            display: inline-block;
            font-size: 11px;
            margin-left: 5px;
        }

    .comment .comment-body {
        float: none;
        margin-left: 40px;
        position: relative;
    }

    .comment .comment-text {
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 7px 12px 8px;
    }

    .comment .comment-footer {
        display: block;
        font-size: 12px;
        padding: 4px 12px 0;
    }

        .comment .comment-footer i {
            font-size: 13px;
            margin-right: 7px;
        }

        .comment .comment-footer, .comment .comment-footer a {
            color: #d0d0d0;
        }

            .comment .comment-footer a:hover {
                color: #0072c6;
            }

.mail-container {
    position: relative;
}

    .mail-container .mail-sidebar, .mail-container .mail-body {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mail-container .mail-sidebar {
        width: 200px;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        min-height: 100%;
        background: #fbfbfb;
        border-right: 1px solid #ebebeb;
    }

        .mail-container .mail-sidebar .mail-menu {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .mail-container .mail-sidebar .mail-menu > li {
                margin: 0;
                padding: 0;
            }

                .mail-container .mail-sidebar .mail-menu > li a {
                    color: #777;
                    display: block;
                    padding: 10px 10px 10px 25px;
                    -webkit-transition: all 200ms ease-in-out;
                    -moz-transition: all 200ms ease-in-out;
                    -o-transition: all 200ms ease-in-out;
                    transition: all 200ms ease-in-out;
                    font-size: 13px;
                }

                    .mail-container .mail-sidebar .mail-menu > li a:hover {
                        text-decoration: none;
                        color: #444;
                    }

                    .mail-container .mail-sidebar .mail-menu > li a i {
                        margin-right: 10px;
                        font-size: 13px;
                    }

                    .mail-container .mail-sidebar .mail-menu > li a .badge {
                        font-size: 13px;
                    }

                    .mail-container .mail-sidebar .mail-menu > li a .badge-tag {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        margin-right: 4px;
                    }

                .mail-container .mail-sidebar .mail-menu > li:hover a {
                    background: #fff;
                }

                .mail-container .mail-sidebar .mail-menu > li.active a {
                    background: #f3f3f3;
                    font-weight: bold;
                }

                .mail-container .mail-sidebar .mail-menu > li.divider {
                    padding: 0;
                    height: 1px;
                    margin: 9px 0 3px;
                    background: #e5e5e5;
                }

                .mail-container .mail-sidebar .mail-menu > li.menu-title {
                    margin-top: 25px;
                    font-size: 11px;
                    text-transform: uppercase;
                    padding-left: 25px;
                    font-weight: 700;
                }

    .mail-container .mail-header {
        position: relative;
        height: 38px;
        margin-left: 200px;
        padding: 0;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }

        .mail-container .mail-header .header-buttons {
            list-style: none;
            margin-bottom: 0;
            display: inline-block;
            float: left;
            text-align: left;
            height: 38px;
            padding: 0 2px 0 7px;
        }

            .mail-container .mail-header .header-buttons li {
                float: left;
                position: relative;
                height: 38px;
                width: 38px;
                padding: 4px;
                text-align: center;
            }

                .mail-container .mail-header .header-buttons li a {
                    display: block;
                    width: 28px;
                    height: 28px;
                    border: 1px solid #d0d0d0;
                    -webkit-border-radius: 50%;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 50%;
                    -moz-background-clip: padding;
                    border-radius: 50%;
                    background-clip: padding-box;
                }

                    .mail-container .mail-header .header-buttons li a:hover {
                        cursor: pointer;
                        border-color: #0072c6;
                    }

                        .mail-container .mail-header .header-buttons li a:hover i {
                            color: #0072c6;
                        }

                    .mail-container .mail-header .header-buttons li a i {
                        line-height: 24px;
                        color: #d0d0d0;
                        font-size: 14px;
                    }

                        .mail-container .mail-header .header-buttons li a i.fa {
                            line-height: 28px;
                            font-size: 16px;
                        }

                .mail-container .mail-header .header-buttons li.search {
                    width: 150px;
                }

                    .mail-container .mail-header .header-buttons li.search input[type="text"] {
                        border-color: #e5e5e5;
                        -webkit-border-radius: 5px !important;
                        -webkit-background-clip: padding-box !important;
                        -moz-border-radius: 5px !important;
                        -moz-background-clip: padding !important;
                        border-radius: 5px !important;
                        background-clip: padding-box !important;
                    }

        .mail-container .mail-header .pages {
            float: right;
            font-style: italic;
            line-height: 38px;
            color: #d0d0d0;
        }

        .mail-container .mail-header .draft {
            float: right;
            margin-right: 15px;
            font-style: italic;
            line-height: 38px;
            color: #d0d0d0;
        }

        .mail-container .mail-header .mail-title {
            float: left;
            margin-left: 15px;
            line-height: 36px;
            color: #555;
        }

    .mail-container .mail-body {
        position: relative;
        margin-left: 200px;
        padding: 0;
        overflow: hidden;
    }

        .mail-container .mail-body .mail-info {
            width: 100%;
            background: #f5f5f5;
            display: table;
            border-spacing: 0;
            border-collapse: collapse;
            border-bottom: 1px solid #ebebeb;
        }

            .mail-container .mail-body .mail-info .mail-sender, .mail-container .mail-body .mail-info .mail-date {
                display: table-cell;
                width: 50%;
                color: #737373;
                padding: 8px 10px 7px;
            }

                .mail-container .mail-body .mail-info .mail-sender.mail-sender a:hover, .mail-container .mail-body .mail-info .mail-date.mail-sender a:hover {
                    text-decoration: none;
                }

                .mail-container .mail-body .mail-info .mail-sender.mail-sender span, .mail-container .mail-body .mail-info .mail-date.mail-sender span {
                    font-weight: bold;
                    color: #fb6e52;
                }

                .mail-container .mail-body .mail-info .mail-sender.mail-sender img, .mail-container .mail-body .mail-info .mail-date.mail-sender img {
                    margin-right: 5px;
                    border: 2px solid #e5e5e5;
                }

                .mail-container .mail-body .mail-info .mail-sender.mail-date, .mail-container .mail-body .mail-info .mail-date.mail-date {
                    text-align: right;
                }

        .mail-container .mail-body .mail-text {
            border-bottom: 1px solid #ebebeb;
            padding: 15px;
        }

        .mail-container .mail-body .mail-attachments {
            padding: 10px;
            border-bottom: 1px solid #ebebeb;
        }

            .mail-container .mail-body .mail-attachments h4 {
                margin-bottom: 30px;
                line-height: 1;
            }

                .mail-container .mail-body .mail-attachments h4 span {
                    zoom: 1;
                    filter: alpha(opacity=40);
                    -webkit-opacity: .4;
                    -moz-opacity: .4;
                    opacity: .4;
                }

            .mail-container .mail-body .mail-attachments ul {
                text-align: left;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .mail-container .mail-body .mail-attachments ul li {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    margin-right: 30px;
                    margin-bottom: 10px;
                }

                    .mail-container .mail-body .mail-attachments ul li > a {
                        display: block;
                    }

                        .mail-container .mail-body .mail-attachments ul li > a img {
                            position: relative;
                            display: block;
                            line-height: 1;
                            margin-bottom: 10px;
                        }

                        .mail-container .mail-body .mail-attachments ul li > a.thumb {
                            position: relative;
                        }

                            .mail-container .mail-body .mail-attachments ul li > a.thumb:after {
                                font-family: 'FontAwesome';
                                content: '';
                                display: block;
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                width: 40px;
                                height: 40px;
                                margin-left: -20px;
                                margin-top: -20px;
                                font-size: 14px;
                                text-align: center;
                                line-height: 40px;
                                vertical-align: text-top;
                                color: #fff;
                                background: rgba(0,0,0,.25);
                                -webkit-border-radius: 4px;
                                -webkit-background-clip: padding-box;
                                -moz-border-radius: 4px;
                                -moz-background-clip: padding;
                                border-radius: 4px;
                                background-clip: padding-box;
                                zoom: 1;
                                filter: alpha(opacity=0);
                                -webkit-opacity: 0;
                                -moz-opacity: 0;
                                opacity: 0;
                                -webkit-transition: all 300ms ease-in-out;
                                -moz-transition: all 300ms ease-in-out;
                                -o-transition: all 300ms ease-in-out;
                                transition: all 300ms ease-in-out;
                            }

                            .mail-container .mail-body .mail-attachments ul li > a.thumb:hover:after {
                                zoom: 1;
                                filter: alpha(opacity=100);
                                -webkit-opacity: 1;
                                -moz-opacity: 1;
                                opacity: 1;
                            }

                            .mail-container .mail-body .mail-attachments ul li > a.thumb.download:after {
                                content: '';
                            }

                        .mail-container .mail-body .mail-attachments ul li > a.name span {
                            color: #666;
                            float: right;
                        }

                    .mail-container .mail-body .mail-attachments ul li .links {
                        display: block;
                        font-size: 11px;
                        color: #666;
                        margin-top: 6px;
                    }

                        .mail-container .mail-body .mail-attachments ul li .links a {
                            color: #666;
                        }

        .mail-container .mail-body .mail-reply {
            border-bottom: 1px solid #ebebeb;
            padding: 10px;
        }

            .mail-container .mail-body .mail-reply .reply-form {
                padding: 10px;
                border: 1px solid #ebebeb;
                min-height: 200px;
                -webkit-border-radius: 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px;
                -moz-background-clip: padding;
                border-radius: 3px;
                background-clip: padding-box;
            }

                .mail-container .mail-body .mail-reply .reply-form > div a {
                    font-weight: bold;
                    color: #fb6e52;
                }

        .mail-container .mail-body .mail-compose {
            padding: 10px;
        }

            .mail-container .mail-body .mail-compose .note-editor {
                border: 1px solid #e5e5e5 !important;
            }

                .mail-container .mail-body .mail-compose .note-editor .btn-group > .btn.btn-default > .caret {
                    border-top-color: #999;
                    border-width: 4px;
                    margin-top: -2px;
                }

                .mail-container .mail-body .mail-compose .note-editor .note-toolbar {
                    border-bottom: 1px solid #e5e5e5;
                }

                    .mail-container .mail-body .mail-compose .note-editor .note-toolbar .note-color .dropdown-toggle {
                        width: 25px;
                    }

                .mail-container .mail-body .mail-compose .note-editor .btn {
                    color: #999 !important;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    border-color: #e5e5e5;
                    background-color: #fbfbfb;
                }

                    .mail-container .mail-body .mail-compose .note-editor .btn:hover {
                        color: #444 !important;
                    }

            .mail-container .mail-body .mail-compose .form-group {
                position: relative;
                margin-bottom: 5px;
            }

                .mail-container .mail-body .mail-compose .form-group label {
                    position: absolute;
                    left: 10px;
                    top: 7px;
                    z-index: 10;
                    color: #999;
                }

                .mail-container .mail-body .mail-compose .form-group input {
                    border-color: #e5e5e5;
                    border-left: 0;
                    position: relative;
                    padding-left: 100px;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    background-color: #fff;
                }

                    .mail-container .mail-body .mail-compose .form-group input:focus {
                        background-color: #fff;
                    }

                .mail-container .mail-body .mail-compose .form-group .field-options {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                }

                    .mail-container .mail-body .mail-compose .form-group .field-options a {
                        display: inline-block;
                        background: #f3f4f4;
                        color: #7e8186;
                        padding: 2px 6px;
                        margin-left: 4px;
                        text-align: center;
                        -webkit-border-radius: 3px;
                        -webkit-background-clip: padding-box;
                        -moz-border-radius: 3px;
                        -moz-background-clip: padding;
                        border-radius: 3px;
                        background-clip: padding-box;
                    }

        .mail-container .mail-body > div:last-child {
            border-bottom: 0;
        }

        .mail-container .mail-body .mail-list {
            list-style: none;
            margin-bottom: 0;
            display: block;
            width: 100%;
            padding: 0;
        }

            .mail-container .mail-body .mail-list .list-item {
                display: block;
                position: relative;
                height: 38px;
                padding: 0;
            }

                .mail-container .mail-body .mail-list .list-item:before {
                    display: none;
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    width: 4px;
                    max-width: 4px;
                    overflow: hidden;
                    background-color: #0072c6;
                }

                .mail-container .mail-body .mail-list .list-item:hover:before {
                    display: block;
                }

                .mail-container .mail-body .mail-list .list-item:nth-child(2n-1) {
                    background: #f6f6f6;
                }

                .mail-container .mail-body .mail-list .list-item.unread > div.item-sender, .mail-container .mail-body .mail-list .list-item.unread > div.item-subject {
                    font-weight: bold;
                }

                .mail-container .mail-body .mail-list .list-item > div {
                    position: absolute;
                    height: 38px;
                    top: 0;
                }

                    .mail-container .mail-body .mail-list .list-item > div.item-check {
                        left: 0;
                        width: 42px;
                        padding: 0 5px 0 15px;
                        text-align: center;
                        line-height: 38px;
                    }

                    .mail-container .mail-body .mail-list .list-item > div.item-star {
                        line-height: 38px;
                        width: 22px;
                        left: 42px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-star a {
                            font-size: 15px;
                            color: #d0d0d0;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-star a.stared {
                                color: #ffce55;
                            }

                    .mail-container .mail-body .mail-list .list-item > div.item-sender {
                        width: 184px;
                        left: 64px;
                        line-height: 38px;
                        padding-left: 5px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-sender a {
                            color: #444;
                            -ms-text-overflow: ellipsis;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            display: block;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-sender a:hover {
                                text-decoration: none;
                            }

                    .mail-container .mail-body .mail-list .list-item > div.item-subject {
                        min-width: 200px;
                        left: 250px;
                        line-height: 38px;
                        padding-left: 10px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-subject a {
                            color: #444;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-subject a:hover {
                                text-decoration: none;
                            }

                    .mail-container .mail-body .mail-list .list-item > div.item-time {
                        right: 0;
                        width: 120px;
                        line-height: 38px;
                        text-align: right;
                        padding-right: 20px;
                    }

                    .mail-container .mail-body .mail-list .list-item > div.item-options {
                        right: 120px;
                        width: 38px;
                        line-height: 38px;
                        text-align: right;
                        padding-right: 10px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-options a {
                            color: #555;
                            font-size: 19px;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-options a:hover {
                                text-decoration: none;
                            }

    .mail-container.right-sidebar .mail-sidebar {
        border-left: 1px solid #ebebeb;
        border-right: 0;
    }

    .mail-container.right-sidebar .mail-body {
        float: left;
    }

@media(max-width:999px) {
    .mail-container .mail-body .mail-list .list-item {
        height: 70px;
        padding: 5px;
    }

        .mail-container .mail-body .mail-list .list-item > div.item-subject {
            top: 25px;
            left: 0;
            padding: 0 5px 0 15px;
            min-width: 100px;
        }

        .mail-container .mail-body .mail-list .list-item > div.item-options {
            right: 5px;
        }

        .mail-container .mail-body .mail-list .list-item > div.item-time {
            right: 30px;
        }
}

@media(max-width:760px) {
    .mail-container .mail-sidebar {
        display: none;
    }

    .mail-container .mail-body, .mail-container .mail-header {
        margin-left: 0;
    }
}

@media(max-width:570px) {
    .mail-container .mail-header {
        height: 76px;
    }

        .mail-container .mail-header .header-buttons {
            display: block;
            float: none;
            margin: 0 auto;
        }
}

@media(max-width:330px) {
    .mail-container .mail-body .mail-list .list-item {
        height: 90px;
    }

        .mail-container .mail-body .mail-list .list-item > div.item-subject {
            margin-top: 20px;
            margin-right: 50px;
            line-height: 20px;
            height: 50px;
        }

        .mail-container .mail-body .mail-list .list-item > div.item-time {
            display: none;
        }

    .mail-container .mail-header {
        text-align: center;
        height: 114px;
    }

        .mail-container .mail-header .pages {
            display: block;
            float: none;
            margin: 0 auto;
        }
}
/*!
 * FullCalendar v2.3.2 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    font-size: 1em;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed .fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-nonbusiness {
    background: #d7d7d7;
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New",Courier,monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fc-icon:after {
        position: relative;
        margin: 0 -1em;
    }

.fc-icon-left-single-arrow:after {
    content: "‹";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "›";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "«";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "»";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "◄";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "►";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "▼";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "×";
    font-size: 200%;
    top: 6%;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0;
    }

.fc-state-default {
    border: 1px solid;
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle;
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
    color: #333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.fc-state-down, .fc-state-active {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.fc-button-group {
    display: inline-block;
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    margin-left: 0;
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .fc-popover .fc-header {
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
}

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
}

    .fc-bg table {
        height: 100%;
    }

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.fc th {
    text-align: center;
    padding: 4px;
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: linear-gradient(to bottom,#f2f2f2 0,#fafafa 100%);
    font-size: 12px;
}

.fc th, .fc td {
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double;
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
}

.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0;
    }

        .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
            height: 100%;
        }

        .fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px;
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

        .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
            background: none;
            border-color: transparent;
            border-bottom: 0;
        }

        .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
            border-top: 0;
        }

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .fc-scroller > * {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: normal;
}

    .fc-event, .fc-event:hover, .ui-widget .fc-event {
        color: #262626;
        text-decoration: none;
    }

        .fc-event[href], .fc-event.fc-draggable {
            cursor: pointer;
        }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed;
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

.fc-h-event, .fc-v-event {
    border-width: 0 0 0 4px;
    margin-bottom: 3px;
    border-radius: 2px;
    padding: 5px 15px 5px 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: linear-gradient(to bottom,#fff 0,#ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

.fc-v-event {
    border-width: 4px 0 0 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    cursor: e-resize;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 8px 10px;
}

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden;
    }

    .fc-day-grid-event .fc-time {
        font-weight: bold;
        display: block;
    }

    .fc-day-grid-event .fc-resizer {
        left: -3px;
        right: -3px;
        width: 7px;
    }

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }

.fc-toolbar {
    text-align: center;
    padding: 10px 0;
}

    .fc-toolbar h2 {
        font-size: 16px;
        font-weight: bold !important;
    }

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0;
}

.fc-toolbar h2 {
    margin: 0;
}

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

    .fc-basic-view .fc-week-number span {
        display: inline-block;
        min-width: 1.25em;
    }

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-bg .fc-other-month {
    background-image: 8121991 !important;
    background-image: -webkit-linear-gradient(-45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-image: -moz-linear-gradient(-45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(-45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(135deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-color: #fff !important;
    background-size: 20px 20px;
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em;
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em;
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
}

.fc-time-grid-container, .fc-time-grid {
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
}

    .fc-time-grid table {
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-bgevent-skeleton {
        z-index: 3;
    }

    .fc-time-grid .fc-highlight-skeleton {
        z-index: 4;
    }

    .fc-time-grid .fc-content-skeleton {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-skeleton {
        z-index: 6;
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        background: none;
    }

    .fc-time-grid .fc-highlight-container {
        position: relative;
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-event-container, .fc-time-grid .fc-bgevent-container {
        position: relative;
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event {
    overflow: hidden;
}

    .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
        padding: 0 1px;
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-content {
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none;
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start);
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: " - ";
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        padding: 0;
    }

    .fc-time-grid-event .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event .fc-resizer:after {
            content: "=";
        }

.fc-event {
    margin-bottom: 2px;
}

    .fc-event .fc-title {
        font-weight: 600;
    }

.external-event {
    border-left: 4px solid #0072c6;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 5px 15px 5px 5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: linear-gradient(to bottom,#fff 0,#ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    font-size: 12px;
}

.task-container {
    position: relative;
    padding: 0;
}

    .task-container .task-search {
        padding: 15px 16px 15px;
        background-color: #f3f3f3;
        border-bottom: 1px solid #eee;
    }

        .task-container .task-search input {
            border-color: #e5e5e5 !important;
            -webkit-border-radius: 3px !important;
            -webkit-background-clip: padding-box !important;
            -moz-border-radius: 3px !important;
            -moz-background-clip: padding !important;
            border-radius: 3px !important;
            background-clip: padding-box !important;
        }

    .task-container .tasks-list {
        list-style: none;
        padding: 0;
    }

        .task-container .tasks-list .task-item {
            position: relative;
            height: 150px;
            border-bottom: 1px solid #e5e5e5;
        }

            .task-container .tasks-list .task-item:last-child {
                border-bottom: 0;
            }

            .task-container .tasks-list .task-item:hover {
                background-color: #f5f5f5;
            }

            .task-container .tasks-list .task-item .task-check {
                position: absolute;
                top: 20px;
                left: 15px;
                margin-right: 5px;
            }

            .task-container .tasks-list .task-item .task-state {
                position: absolute;
                top: 19px;
                left: 45px;
            }

                .task-container .tasks-list .task-item .task-state .label {
                    padding: 6px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

            .task-container .tasks-list .task-item .task-time {
                position: absolute;
                top: 20px;
                right: 20px;
                font-size: 11px;
                color: #999;
            }

            .task-container .tasks-list .task-item .task-body {
                position: absolute;
                top: 60px;
                left: 45px;
                padding-right: 25px;
                height: 40px;
                overflow: hidden;
                line-height: 22px;
            }

            .task-container .tasks-list .task-item .task-creator {
                position: absolute;
                top: 115px;
                left: 45px;
            }

                .task-container .tasks-list .task-item .task-creator a {
                    font-size: 13px;
                    color: #11a9cc;
                }

                    .task-container .tasks-list .task-item .task-creator a:hover {
                        text-decoration: none;
                    }

            .task-container .tasks-list .task-item .task-assignedto {
                position: absolute;
                top: 115px;
                right: 20px;
                font-size: 13px;
                color: #999;
            }

@media(max-width:1200px) {
    .task-container .tasks-list .task-item {
        height: 130px;
    }

        .task-container .tasks-list .task-item .task-creator, .task-container .tasks-list .task-item .task-assignedto {
            top: 95px;
        }
}

@media(max-width:600px) {
    .task-container .tasks-list .task-item {
        height: 150px;
    }

        .task-container .tasks-list .task-item .task-creator, .task-container .tasks-list .task-item .task-assignedto {
            top: 115px;
        }
}

@media(max-width:335px) {
    .task-container .tasks-list .task-item {
        height: 175px;
    }

        .task-container .tasks-list .task-item .task-assignedto {
            top: 140px;
            right: auto;
            left: 45px;
        }
}

.tickets-container {
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5;
}

    .tickets-container .tickets-list {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

        .tickets-container .tickets-list .ticket-item {
            position: relative;
            background-color: #fff;
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
            box-shadow: 0 0 3px rgba(0,0,0,.2);
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            margin-bottom: 8px;
            padding: 0 15px;
            vertical-align: top;
        }

            .tickets-container .tickets-list .ticket-item:last-child {
                margin-bottom: 0;
            }

            .tickets-container .tickets-list .ticket-item .ticket-user {
                height: 50px;
                padding: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-avatar {
                    width: 30px;
                    height: 30px;
                    -webkit-border-radius: 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px;
                    -moz-background-clip: padding;
                    border-radius: 3px;
                    background-clip: padding-box;
                }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-name {
                    margin-left: 5px;
                    font-size: 13px;
                }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-at {
                    margin-left: 2px;
                    color: #ccc;
                    font-size: 13px;
                }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-company {
                    margin-left: 2px;
                    color: #999;
                }

            .tickets-container .tickets-list .ticket-item .ticket-time {
                line-height: 30px;
                height: 50px;
                padding: 10px;
            }

                .tickets-container .tickets-list .ticket-item .ticket-time i {
                    color: #ccc;
                }

                .tickets-container .tickets-list .ticket-item .ticket-time .time {
                    color: #999;
                    font-size: 11px;
                    text-transform: uppercase;
                }

            .tickets-container .tickets-list .ticket-item .ticket-type {
                line-height: 30px;
                height: 50px;
                padding: 10px;
            }

                .tickets-container .tickets-list .ticket-item .ticket-type .type {
                    color: #999;
                    font-size: 11px;
                    text-transform: uppercase;
                }

            .tickets-container .tickets-list .ticket-item .ticket-state {
                position: absolute;
                top: 13px;
                right: -12px;
                height: 24px;
                width: 24px;
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
                background-color: #e5e5e5;
                text-align: center;
                -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
                box-shadow: 0 0 3px rgba(0,0,0,.2);
                border: 2px solid #fff;
            }

                .tickets-container .tickets-list .ticket-item .ticket-state i {
                    font-size: 13px;
                    color: #fff;
                    line-height: 20px;
                }

            .tickets-container .tickets-list .ticket-item .divider {
                position: absolute;
                top: 0;
                left: 0;
                height: 50px;
                width: 1px;
                background-color: #eee;
                display: inline-block;
            }

@media(max-width:1200px) {
    .tickets-container .tickets-list .ticket-item .ticket-user {
        border-bottom: 1px solid #eee;
    }
}

@media(max-width:768px) {
    .tickets-container .tickets-list .ticket-item .ticket-time {
        border-bottom: 1px solid #eee;
    }
}

.dashboard-box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 30px;
}

    .dashboard-box .box-header {
        background-color: #fff;
        padding: 20px;
        position: relative;
    }

        .dashboard-box .box-header .deadline {
            position: absolute;
            top: -3px;
            right: 20px;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            box-shadow: 0 1px 2px rgba(0,0,0,.15);
            padding: 5px 10px;
            border-top: 3px solid #0072c6;
            color: #999;
            font-size: 12px;
        }

    .dashboard-box .box-progress {
        padding: 0;
        position: relative;
    }

        .dashboard-box .box-progress .progress {
            margin-bottom: 0;
        }

            .dashboard-box .box-progress .progress .progress-bar {
                position: relative;
            }

                .dashboard-box .box-progress .progress .progress-bar:after {
                    content: '';
                    width: 9px;
                    height: 9px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background-color: #a0d468;
                }

        .dashboard-box .box-progress .progress-handle {
            position: absolute;
            top: -31px;
            -lh-property: 0;
            left: -webkit-calc(20% - 35px);
            left: -moz-calc(20% - 35px);
            left: calc(20% - 35px);
            width: 60px;
            height: 25px;
            background-color: #0072c6;
            padding: 2px 5px;
            font-size: 11px;
            line-height: 20px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

            .dashboard-box .box-progress .progress-handle:after {
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid;
                content: " ";
                bottom: -13px;
                left: 23px;
                border-bottom-width: 0;
                border-top-color: #0072c6;
                border-width: 7px;
            }

    .dashboard-box .box-tabbs {
        background-color: #fbfbfb;
    }

        .dashboard-box .box-tabbs .tabbable .nav-tabs li {
            background-color: #fff;
        }

            .dashboard-box .box-tabbs .tabbable .nav-tabs li:first-child.active a {
                border-left: 0;
            }

            .dashboard-box .box-tabbs .tabbable .nav-tabs li:last-child.active a {
                border-right: 0;
            }

            .dashboard-box .box-tabbs .tabbable .nav-tabs li.active a {
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
                border-top: 0 !important;
                border-right: 1px solid #e5e5e5;
                border-left: 1px solid #e5e5e5;
                background-color: #fff;
            }

        .dashboard-box .box-tabbs .tabbable .tab-content {
            margin-top: 1px;
            background-color: #fff;
        }

            .dashboard-box .box-tabbs .tabbable .tab-content .databox {
                margin-bottom: 20px;
            }

    .dashboard-box .box-visits .row {
        margin: 0;
    }

        .dashboard-box .box-visits .row > div {
            padding: 0 !important;
        }

            .dashboard-box .box-visits .row > div:last-child .databox {
                border-right: 0;
            }

            .dashboard-box .box-visits .row > div .notification {
                border: 1px solid #e5e5e5;
                border-left: 0;
                border-bottom: 0;
                height: 68px;
                padding: 18px 15px;
            }

                .dashboard-box .box-visits .row > div .notification .notification-icon {
                    float: left;
                }

                    .dashboard-box .box-visits .row > div .notification .notification-icon i {
                        width: 34px;
                        height: 34px;
                        text-align: center;
                        line-height: 34px;
                        margin-right: 10px;
                        font-size: 16px;
                        border-radius: 50%;
                    }

                        .dashboard-box .box-visits .row > div .notification .notification-icon i:hover {
                            cursor: pointer;
                        }

                .dashboard-box .box-visits .row > div .notification .notification-body {
                    float: left;
                }

                    .dashboard-box .box-visits .row > div .notification .notification-body .title {
                        display: block;
                        font-size: 13px;
                    }

                    .dashboard-box .box-visits .row > div .notification .notification-body .description {
                        display: block;
                        font-size: 10px;
                        color: #999;
                    }

                .dashboard-box .box-visits .row > div .notification .notification-extra {
                    float: right;
                    text-align: right;
                }

                    .dashboard-box .box-visits .row > div .notification .notification-extra i {
                        font-size: 14px;
                    }

                    .dashboard-box .box-visits .row > div .notification .notification-extra .description {
                        display: block;
                        font-size: 10px;
                        color: #999;
                    }

@media(max-width:767px) {
    .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div:last-child .databox {
        border-bottom: 1px solid #e5e5e5;
    }

    .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div .databox {
        border-bottom: 0;
        border-right: 0;
    }
}

.orders-container {
    position: relative;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin-bottom: 30px;
}

    .orders-container .orders-header {
        position: relative;
        height: 43px;
        padding: 14px 10px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fbfbfb;
    }

        .orders-container .orders-header h6 {
            margin: 0;
        }

    .orders-container .orders-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .orders-container .orders-list .order-item {
            position: relative;
            padding: 7px 10px;
            vertical-align: top;
            border-bottom: 1px solid #e5e5e5;
        }

            .orders-container .orders-list .order-item:before {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: -4px;
                width: 4px;
                max-width: 4px;
                overflow: hidden;
                background-color: #0072c6;
            }

            .orders-container .orders-list .order-item:hover {
                background-color: #fbfbfb;
            }

                .orders-container .orders-list .order-item:hover:before {
                    display: block;
                }

            .orders-container .orders-list .order-item.top:hover:before {
                background-color: #fb6e52;
            }

            .orders-container .orders-list .order-item.top .item-more {
                color: #fb6e52;
            }

            .orders-container .orders-list .order-item .item-left {
                padding-right: 0;
            }

                .orders-container .orders-list .order-item .item-left .item-booker {
                    margin: 6px 0;
                    color: #666;
                }

                .orders-container .orders-list .order-item .item-left .item-time {
                    font-size: 11px;
                    margin-bottom: 2px;
                    color: #999;
                }

            .orders-container .orders-list .order-item .item-right {
                padding-left: 0;
                text-align: center;
            }

                .orders-container .orders-list .order-item .item-right .item-price {
                    font-size: 13px;
                    margin: 17px auto;
                    color: #666;
                }

            .orders-container .orders-list .order-item .item-more {
                position: absolute;
                right: -10px;
                -lh-property: 0;
                top: -webkit-calc(50% - 13px);
                top: -moz-calc(50% - 13px);
                top: calc(50% - 13px);
                width: 25px;
                height: 25px;
                font-size: 14px;
                text-align: center;
                border-radius: 50%;
                background-color: #fff;
                border: 3px solid #fff;
                vertical-align: middle;
                color: #0072c6;
                -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
                box-shadow: 0 0 3px rgba(0,0,0,.2);
            }

                .orders-container .orders-list .order-item .item-more i {
                    font-size: 17px;
                    display: inline-block;
                    font-family: 'FontAwesome';
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                }

                    .orders-container .orders-list .order-item .item-more i:before {
                        content: "";
                    }

    .orders-container .orders-footer {
        position: relative;
        background-color: #fff;
        height: 34px;
        padding: 7px;
        text-align: center;
        background-color: #fbfbfb;
    }

        .orders-container .orders-footer a {
            margin: 0 auto;
            font-size: 11px;
            color: #999;
            font-weight: 500;
        }

            .orders-container .orders-footer a:hover {
                text-decoration: none;
            }

        .orders-container .orders-footer .help {
            position: absolute;
            right: 0;
            top: 0;
            width: 37px;
            height: 37px;
            border-left: 1px solid #e5e5e5;
            text-align: center;
            padding: 8px;
        }

            .orders-container .orders-footer .help a i {
                font-size: 18px;
                color: #ccc;
            }

.body-404 {
    background-color: #0072c6;
    color: #fff;
}

    .body-404:before {
        display: none;
    }

.error-header {
    background: #fff;
    height: 280px;
}

.error-container {
    background: rgba(0,0,0,.05);
    text-align: center;
}

    .error-container h1 {
        font-size: 110px;
        font-weight: 300;
        margin: -103px 0 0 0;
        text-align: center;
        color: #0072c6;
    }

    .error-container h2 {
        font-size: 58px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

    .error-container p, .error-container p a {
        font-size: 18px;
        font-weight: 300;
        margin: 0;
    }

        .error-container p.description {
            color: #e5e5e5;
            font-size: 40px;
            margin: 0;
        }

.error-divider {
    margin-top: -27px;
    padding: 30px 0;
}

.return-btn, .return-btn:hover {
    border: 1px solid rgba(255,255,255,.3);
    padding: 10px 15px;
    margin-top: 100px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .return-btn i {
        margin-right: 5px;
    }

    .return-btn:hover {
        background: #fff;
        color: #0072c6;
        text-decoration: none;
    }

.body-500 {
    background-color: #fb6e52;
    color: #fff;
}

    .body-500:before {
        display: none;
    }

    .body-500 .error-container h1 {
        color: #fb6e52;
    }

    .body-500 .return-btn:hover {
        color: #fb6e52;
    }

.searchhelpbar {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

    .searchhelpbar .help-box {
        min-height: 72px;
        padding: 0;
        padding-bottom: 0;
    }

        .searchhelpbar .help-box .alert {
            min-height: 72px;
            border-color: #fff;
        }

    .searchhelpbar .search-box {
        background-color: #fff;
        min-height: 72px;
        padding: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

        .searchhelpbar .search-box > div {
            padding: 19px;
        }

@-webkit-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 rgba(255,255,255,.2);
    }

    25% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 #fff,24px 0 0 0 rgba(255,255,255,.2);
    }

    75% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 #fff;
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 rgba(255,255,255,.2);
    }

    25% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 #fff,24px 0 0 0 rgba(255,255,255,.2);
    }

    75% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 #fff;
    }
}

@keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 rgba(255,255,255,.2);
    }

    25% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 #fff,24px 0 0 0 rgba(255,255,255,.2);
    }

    75% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 #fff;
    }
}

.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0072c6;
}

    .loading-container.loading-inactive {
        display: none;
    }

        .loading-container.loading-inactive .loader {
            display: none;
        }

    .loading-container .loader {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-animation: typing 1s linear infinite alternate;
        -moz-animation: Typing 1s linear infinite alternate;
        animation: typing 1s linear infinite alternate;
        margin: 50vh auto;
        position: relative;
        left: -12px;
    }

#chat-link.open {
    -webkit-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
    box-shadow: 0 -6px 40px rgba(0,0,0,.4);
}

    #chat-link.open:before {
        content: '';
        display: inline-block;
        right: 0;
        position: absolute;
        width: 50px;
        background-color: #fff;
        border: 0;
        top: 0;
        height: 2px;
    }

.page-chatbar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 287px;
    display: none;
    right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    z-index: 20;
    -lh-property: 0;
    height: -webkit-calc(100vh - 45px);
    height: -moz-calc(100vh - 45px);
    height: calc(100vh - 45px);
}

    .page-chatbar.open {
        display: block;
    }

        .page-chatbar.open:before {
            display: block;
        }

        .page-chatbar.open ~ .page-content {
            margin-right: 287px !important;
        }

            .page-chatbar.open ~ .page-content .breadcrumbs-fixed {
                right: 287px !important;
            }

            .page-chatbar.open ~ .page-content .page-header-fixed {
                right: 287px !important;
            }

    .page-chatbar:before {
        content: "";
        position: fixed;
        display: none;
        width: 287px;
        bottom: 0;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
    }

    .page-chatbar .chatbar-contacts {
        height: 100%;
    }

        .page-chatbar .chatbar-contacts .contacts-search {
            position: relative;
            height: 41px;
        }

            .page-chatbar .chatbar-contacts .contacts-search .searchinput {
                height: 41px;
                z-index: 2;
                background-color: #fff;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                border: 1px solid #fff;
                border-bottom: 1px solid #e5e5e5;
                padding-left: 40px;
                width: 100%;
            }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput:focus {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    border-color: #fff;
                }

                    .page-chatbar .chatbar-contacts .contacts-search .searchinput:focus ~ .searchhelper {
                        display: block;
                        z-index: 124;
                    }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput::-webkit-input-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput::-moz-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput:-moz-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput:-ms-input-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

            .page-chatbar .chatbar-contacts .contacts-search .searchicon {
                cursor: pointer;
                display: inline-block;
                height: 12px;
                left: 20px;
                position: absolute;
                top: 14px;
                width: 12px;
                color: #0072c6;
                z-index: 124;
            }

            .page-chatbar .chatbar-contacts .contacts-search .searchhelper {
                -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                box-shadow: 0 10px 40px rgba(0,0,0,.4);
                background-color: #fff;
                color: #999;
                display: none;
                opacity: 1;
                padding: 10px;
                position: absolute;
                right: 0;
                left: 0;
                top: 40px;
                z-index: 4;
            }

        .page-chatbar .chatbar-contacts .contacts-list {
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: auto;
        }

            .page-chatbar .chatbar-contacts .contacts-list .contact {
                height: 85px;
                padding: 10px;
                position: relative;
            }

                .page-chatbar .chatbar-contacts .contacts-list .contact:hover {
                    background-color: #f3f3f3;
                    cursor: pointer;
                }

                .page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar {
                    display: inline-block;
                    width: 65px;
                    height: 65px;
                }

                    .page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar img {
                        width: 65px;
                        height: 65px;
                    }

                .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info {
                    display: inline-block;
                    vertical-align: bottom;
                    padding-left: 5px;
                }

                    .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name {
                        font-size: 1em;
                        padding-bottom: 2px;
                    }

                    .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status {
                        font-size: .8em;
                        margin-bottom: 2px;
                    }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online, .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
                            display: inline-block;
                            border-radius: 50%;
                            width: 8px;
                            height: 8px;
                        }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online {
                            background-color: #a0d468;
                        }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
                            background-color: #d73d32;
                        }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .status {
                            display: inline-block;
                            margin-left: 4px;
                        }

                .page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-time {
                    position: absolute;
                    right: 20px;
                    bottom: 12px;
                    font-size: .8em;
                }

    .page-chatbar .chatbar-messages {
        height: 100%;
    }

        .page-chatbar .chatbar-messages .messages-contact {
            height: 85px;
            padding: 10px;
            position: relative;
            background-color: #f3f3f3;
            border-bottom: 1px solid #e5e5e5;
        }

            .page-chatbar .chatbar-messages .messages-contact .contact-avatar {
                display: inline-block;
                width: 65px;
                height: 65px;
            }

                .page-chatbar .chatbar-messages .messages-contact .contact-avatar img {
                    width: 65px;
                    height: 65px;
                }

            .page-chatbar .chatbar-messages .messages-contact .contact-info {
                display: inline-block;
                vertical-align: bottom;
                padding-left: 5px;
            }

                .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-name {
                    font-size: 1em;
                    padding-bottom: 2px;
                }

                .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status {
                    font-size: .8em;
                    margin-bottom: 2px;
                }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online, .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
                        display: inline-block;
                        border-radius: 50%;
                        width: 8px;
                        height: 8px;
                    }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online {
                        background-color: #a0d468;
                    }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
                        background-color: #d73d32;
                    }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .status {
                        display: inline-block;
                        margin-left: 4px;
                    }

            .page-chatbar .chatbar-messages .messages-contact .last-chat-time {
                position: absolute;
                right: 20px;
                bottom: 12px;
                font-size: .8em;
            }

            .page-chatbar .chatbar-messages .messages-contact .back {
                position: absolute;
                top: 14px;
                right: 14px;
            }

                .page-chatbar .chatbar-messages .messages-contact .back:hover {
                    cursor: pointer;
                }

                .page-chatbar .chatbar-messages .messages-contact .back i {
                    font-size: 22px;
                    color: #0072c6;
                }

        .page-chatbar .chatbar-messages .messages-list {
            list-style: none;
            padding: 10px 0;
            overflow: auto;
        }

            .page-chatbar .chatbar-messages .messages-list .message {
                padding: 10px 15px;
            }

                .page-chatbar .chatbar-messages .messages-list .message .message-info {
                    height: 18px;
                }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .bullet, .page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name, .page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
                        display: inline-block;
                    }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .bullet {
                        width: 6px;
                        height: 6px;
                        border-radius: 50%;
                        background-color: #a0d468;
                        margin-right: 5px;
                    }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name {
                        font-weight: bold;
                        margin-right: 5px;
                    }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
                        font-size: .8em;
                        color: #666;
                    }

                .page-chatbar .chatbar-messages .messages-list .message .message-body {
                    margin-top: 10px;
                    border-radius: 3px;
                    background-color: #a0d468;
                    color: #fff;
                    padding: 10px;
                    position: relative;
                    margin-right: 10%;
                }

                    .page-chatbar .chatbar-messages .messages-list .message .message-body:before {
                        position: absolute;
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        content: '';
                        top: -14px;
                        left: 10px;
                        border-top-width: 0;
                        border-bottom-color: #a0d468;
                        border-width: 7px;
                    }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet, .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .contact-name, .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
                    float: right;
                    margin-right: 0;
                    margin-left: 10px;
                }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet {
                    background-color: #5db2ff;
                    margin-top: 8px;
                }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
                    margin-top: 2px;
                }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-body {
                    background-color: #5db2ff;
                    margin-left: 10%;
                    margin-right: 0;
                }

                    .page-chatbar .chatbar-messages .messages-list .message.reply .message-body:before {
                        border-bottom-color: #5db2ff;
                        right: 10px;
                        left: auto;
                    }

        .page-chatbar .chatbar-messages .send-message {
            padding: 15px;
            background-color: #f3f3f3;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 120px;
            border-top: 1px solid #e5e5e5;
        }

@media screen and (max-width:530px) {
    .page-chatbar {
        background-color: #fff;
        -lh-property: 0;
        height: -webkit-calc(100vh - 90px);
        height: -moz-calc(100vh - 90px);
        height: calc(100vh - 90px);
    }

        .page-chatbar.open:before {
            display: none !important;
        }

        .page-chatbar.open ~ .page-content {
            margin-right: 0 !important;
        }

            .page-chatbar.open ~ .page-content .breadcrumbs-fixed {
                right: 0 !important;
            }

            .page-chatbar.open ~ .page-content .page-header-fixed {
                right: 0 !important;
            }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 200px;
    border: 2px dashed #0072c6;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    background: #fff;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: .5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2.1em 0;
        font-size: 32px;
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 0;
            background: #999;
            background: linear-gradient(to bottom,#eee,#ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: #fff;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity .2s linear;
                -moz-transition: opacity .2s linear;
                -o-transition: opacity .2s linear;
                transition: opacity .2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0,0,0,.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200,200,200,.8);
                    background-color: rgba(255,255,255,.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255,255,255,.4);
                    padding: 0 .4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05,1.05);
            -moz-transform: scale(1.05,1.05);
            -o-transform: scale(1.05,1.05);
            -ms-transform: scale(1.05,1.05);
            transform: scale(1.05,1.05);
            -webkit-filter: blur(8px) webkit;
            -moz-filter: blur(8px) webkit;
            -ms-filter: blur(8px) webkit;
            filter: blur(8px) webkit;
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 0;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            animation: passing-through 3s cubic-bezier(.77,0,.175,1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            animation: slide-in 3s cubic-bezier(.77,0,.175,1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity .4s ease-in;
            -moz-transition: opacity .4s ease-in;
            -o-transition: opacity .4s ease-in;
            transition: opacity .4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255,255,255,.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom,#666,#444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #d73d32;
            background: linear-gradient(to bottom,#d73d32,#c83227);
            padding: .5em 1.2em;
            color: #fff;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #d73d32;
            }


.menu-text span.badge {
    color: black;
    border-color: black;
    font-weight: 600;
}


/* BackToTop button css */
#scroll {
    z-index: 2147483647;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }


.bg-custom {
    background-color: #0072c6 !important;
}

.filterable {
    margin-top: 5px;
}

    .filterable .panel-heading .pull-right {
        margin-top: -20px;
    }

    .filterable .filters input[disabled] {
        background-color: transparent;
        border: none;
        cursor: auto;
        box-shadow: none;
        padding: 0;
        height: auto;
    }

        .filterable .filters input[disabled]::-webkit-input-placeholder {
            color: #333;
        }

        .filterable .filters input[disabled]::-moz-placeholder {
            color: #333;
        }

        .filterable .filters input[disabled]:-ms-input-placeholder {
            color: #333;
        }

.attchment-header {
    position: relative;
    min-height: 38px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    text-align: right;
    word-break: keep-all;
    word-wrap: normal;
}

    .attchment-header > .widget-caption {
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        font-weight: 600 !important;
        font-size: 13px;
    }

@-webkit-keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes borderPulse {
    15% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@keyframes pulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-webkit-keyframes explode {
    100% {
        opacity: 0;
        -webkit-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-moz-keyframes explode {
    100% {
        opacity: 0;
        -moz-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-o-keyframes explode {
    100% {
        opacity: 0;
        -o-transform: scale(3)rotate(30deg)translateY(60px);
    }
}

@keyframes explode {
    100% {
        opacity: 0;
        -webkit-transform: scale(3) rotate(30deg) translateY(60px);
        -moz-transform: scale(3) rotate(30deg) translateY(60px);
        -ms-transform: scale(3) rotate(30deg) translateY(60px);
        transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-webkit-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -moz-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -o-transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes wave {
    5% {
        opacity: .6;
    }

    27% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.themeprimary {
    color: #0072c6 !important;
}

.themesecondary {
    color: #fb6e52 !important;
}

.themethirdcolor {
    color: #ffce55 !important;
}

.themefourthcolor {
    color: #a0d468 !important;
}

.themefifthcolor {
    color: #e75b8d !important;
}

.white {
    color: #fff !important;
}

.snow {
    color: #fbfbfb !important;
}

.whitesmoke {
    color: #f5f5f5 !important;
}

.seashell {
    color: #f3f3f3 !important;
}

.ivory {
    color: #eee !important;
}

.platinum {
    color: #e5e5e5 !important;
}

.lightgray {
    color: #d0d0d0 !important;
}

.gray {
    color: #ccc !important;
}

.darkgray {
    color: #999 !important;
}

.silver {
    color: #777 !important;
}

.sonic-silver {
    color: #737373 !important;
}

.storm-cloud {
    color: #666 !important;
}

.lightcarbon {
    color: #555 !important;
}

.carbon {
    color: #444 !important;
}

.slate-gray {
    color: #333 !important;
}

.darkcarbon {
    color: #262626 !important;
}

.blue {
    color: #5db2ff !important;
}

.info {
    color: #57b5e3 !important;
}

.sky {
    color: #11a9cc !important;
}

.primary {
    color: #4374e0 !important;
}

.azure {
    color: #0072c6 !important;
}

.blueberry {
    color: #6f85bf !important;
}

.palegreen {
    color: #a0d468 !important;
}

.success {
    color: #53a93f !important;
}

.green {
    color: #8cc474 !important;
}

.lightyellow {
    color: #f6d52e !important;
}

.yellow {
    color: #ffce55 !important;
}

.warning {
    color: #f4b400 !important;
}

.gold {
    color: #f9b256 !important;
}

.orange {
    color: #fb6e52 !important;
}

.lightred {
    color: #e46f61 !important;
}

.darkorange {
    color: #ed4e2a !important;
}

.red {
    color: #df5138 !important;
}

.pink {
    color: #e75b8d !important;
}

.darkpink {
    color: #cc324b !important;
}

.danger {
    color: #d73d32 !important;
}

.magenta {
    color: #bc5679 !important;
}

.purple {
    color: #7e3794 !important;
}

.maroon {
    color: #981b48 !important;
}

.bg-themeprimary {
    background-color: #0072c6 !important;
}

.bg-themesecondary {
    background-color: #fb6e52 !important;
}

.bg-themethirdcolor {
    background-color: #ffce55 !important;
}

.bg-themefourthcolor {
    background-color: #a0d468 !important;
}

.bg-themefifthcolor {
    background-color: #e75b8d !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-snow {
    background-color: #fbfbfb !important;
}

.bg-whitesmoke {
    background-color: #f5f5f5 !important;
}

.bg-seashell {
    background-color: #f3f3f3 !important;
}

.bg-ivory {
    background-color: #eee !important;
}

.bg-platinum {
    background-color: #e5e5e5 !important;
}

.bg-lightgray {
    background-color: #d0d0d0 !important;
}

.bg-gray {
    background-color: #ccc !important;
}

.bg-darkgray {
    background-color: #999 !important;
}

.bg-silver {
    background-color: #777 !important;
}

.bg-sonic-silver {
    background-color: #737373 !important;
}

.bg-storm-cloud {
    background-color: #666 !important;
}

.bg-lightcarbon {
    background-color: #555 !important;
}

.bg-carbon {
    background-color: #444 !important;
}

.bg-slate-gray {
    background-color: #333 !important;
}

.bg-darkcarbon {
    background-color: #262626 !important;
}

.bg-blue {
    background-color: #5db2ff !important;
}

.bg-info {
    background-color: #57b5e3 !important;
}

.bg-sky {
    background-color: #11a9cc !important;
}

.bg-primary {
    background-color: #4374e0 !important;
}

.bg-azure {
    background-color: #0072c6 !important;
}

.bg-blueberry {
    background-color: #6f85bf !important;
}

.bg-palegreen {
    background-color: #a0d468 !important;
}

.bg-success {
    background-color: #53a93f !important;
}

.bg-green {
    background-color: #8cc474 !important;
}

.bg-lightyellow {
    background-color: #f6d52e !important;
}

.bg-yellow {
    background-color: #ffce55 !important;
}

.bg-warning {
    background-color: #f4b400 !important;
}

.bg-gold {
    background-color: #f9b256 !important;
}

.bg-orange {
    background-color: #fb6e52 !important;
}

.bg-lightred {
    background-color: #e46f61 !important;
}

.bg-darkorange {
    background-color: #ed4e2a !important;
}

.bg-red {
    background-color: #df5138 !important;
}

.bg-danger {
    background-color: #d73d32 !important;
}

.bg-pink {
    background-color: #e75b8d !important;
}

.bg-darkpink {
    background-color: #cc324b !important;
}

.bg-magenta {
    background-color: #bc5679 !important;
}

.bg-purple {
    background-color: #7e3794 !important;
}

.bg-maroon {
    background-color: #981b48 !important;
}

.before-themeprimary:before {
    background-color: #0072c6 !important;
}

.before-themesecondary:before {
    background-color: #fb6e52 !important;
}

.before-themethirdcolor:before {
    background-color: #ffce55 !important;
}

.before-themefourthcolor:before {
    background-color: #a0d468 !important;
}

.before-themefifthcolor:before {
    background-color: #e75b8d !important;
}

.before-white:before {
    background-color: #fff !important;
}

.before-snow:before {
    background-color: #fbfbfb !important;
}

.before-whitesmoke:before {
    background-color: #f5f5f5 !important;
}

.before-seashell:before {
    background-color: #f3f3f3 !important;
}

.before-ivory:before {
    background-color: #eee !important;
}

.before-platinum:before {
    background-color: #e5e5e5 !important;
}

.before-lightgray:before {
    background-color: #d0d0d0 !important;
}

.before-gray:before {
    background-color: #ccc !important;
}

.before-darkgray:before {
    background-color: #999 !important;
}

.before-silver:before {
    background-color: #777 !important;
}

.before-sonic-silver:before {
    background-color: #737373 !important;
}

.before-storm-cloud:before {
    background-color: #666 !important;
}

.before-lightcarbon:before {
    background-color: #555 !important;
}

.before-carbon:before {
    background-color: #444 !important;
}

.before-slate-gray:before {
    background-color: #333 !important;
}

.before-darkcarbon:before {
    background-color: #262626 !important;
}

.before-blue:before {
    background-color: #5db2ff !important;
}

.before-info:before {
    background-color: #57b5e3 !important;
}

.before-sky:before {
    background-color: #11a9cc !important;
}

.before-primary:before {
    background-color: #4374e0 !important;
}

.before-azure:before {
    background-color: #0072c6 !important;
}

.before-blueberry:before {
    background-color: #6f85bf !important;
}

.before-palegreen:before {
    background-color: #a0d468 !important;
}

.before-success:before {
    background-color: #53a93f !important;
}

.before-green:before {
    background-color: #8cc474 !important;
}

.before-lightyellow:before {
    background-color: #f6d52e !important;
}

.before-yellow:before {
    background-color: #ffce55 !important;
}

.before-warning:before {
    background-color: #f4b400 !important;
}

.before-gold:before {
    background-color: #f9b256 !important;
}

.before-orange:before {
    background-color: #fb6e52 !important;
}

.before-lightred:before {
    background-color: #e46f61 !important;
}

.before-darkorange:before {
    background-color: #ed4e2a !important;
}

.before-red:before {
    background-color: #df5138 !important;
}

.before-danger:before {
    background-color: #d73d32 !important;
}

.before-pink:before {
    background-color: #e75b8d !important;
}

.before-darkpink:before {
    background-color: #cc324b !important;
}

.before-magenta:before {
    background-color: #bc5679 !important;
}

.before-purple:before {
    background-color: #7e3794 !important;
}

.before-maroon:before {
    background-color: #981b48 !important;
}

.bordered-solid {
    border-style: solid !important;
}

.bordered-dashed {
    border-style: dashed !important;
}

.bordered-dotted {
    border-style: dotted !important;
}

.bordered-double {
    border-style: double !important;
}

.bordered-1 {
    border: 1px solid #fff;
}

.bordered-2 {
    border: 2px solid #fff;
}

.bordered-3 {
    border: 3px solid #fff;
}

.bordered-4 {
    border: 4px solid #fff;
}

.bordered-5 {
    border: 5px solid #fff;
}

.bordered-bottom-1 {
    border-bottom: 1px solid #fff;
}

.bordered-bottom-2 {
    border-bottom: 2px solid #fff;
}

.bordered-bottom-3 {
    border-bottom: 3px solid #fff;
}

.bordered-bottom-4 {
    border-bottom: 4px solid #fff;
}

.bordered-bottom-5 {
    border-bottom: 5px solid #fff;
}

.bordered-top-1 {
    border-top: 1px solid #fff;
}

.bordered-top-2 {
    border-top: 2px solid #fff;
}

.bordered-top-3 {
    border-top: 3px solid #fff;
}

.bordered-top-4 {
    border-top: 4px solid #fff;
}

.bordered-top-5 {
    border-top: 5px solid #fff;
}

.bordered-left-1 {
    border-left: 1px solid #fff;
}

.bordered-left-2 {
    border-left: 2px solid #fff;
}

.bordered-left-3 {
    border-left: 3px solid #fff;
}

.bordered-left-4 {
    border-left: 4px solid #fff;
}

.bordered-left-5 {
    border-left: 5px solid #fff;
}

.bordered-right-1 {
    border-right: 1px solid #fff;
}

.bordered-right-2 {
    border-right: 2px solid #fff;
}

.bordered-right-3 {
    border-right: 3px solid #fff;
}

.bordered-right-4 {
    border-right: 4px solid #fff;
}

.bordered-right-5 {
    border-right: 5px solid #fff;
}

.bordered-themeprimary {
    border-color: #0072c6 !important;
}

.bordered-themesecondary {
    border-color: #fb6e52 !important;
}

.bordered-themethirdcolor {
    border-color: #ffce55 !important;
}

.bordered-themefourthcolor {
    border-color: #a0d468 !important;
}

.bordered-themefifthcolor {
    border-color: #e75b8d !important;
}

.bordered-white {
    border-color: #fff !important;
}

.bordered-snow {
    border-color: #fbfbfb !important;
}

.bordered-whitesmoke {
    border-color: #f5f5f5 !important;
}

.bordered-seashell {
    border-color: #f3f3f3 !important;
}

.bordered-ivory {
    border-color: #eee !important;
}

.bordered-platinum {
    border-color: #e5e5e5 !important;
}

.bordered-lightgray {
    border-color: #d0d0d0 !important;
}

.bordered-gray {
    border-color: #ccc !important;
}

.bordered-darkgray {
    border-color: #999 !important;
}

.bordered-silver {
    border-color: #777 !important;
}

.bordered-sonic-silver {
    border-color: #737373 !important;
}

.bordered-storm-cloud {
    border-color: #666 !important;
}

.bordered-lightcarbon {
    border-color: #555 !important;
}

.bordered-carbon {
    border-color: #444 !important;
}

.bordered-slate-gray {
    border-color: #333 !important;
}

.bordered-darkcarbon {
    border-color: #262626 !important;
}

.bordered-blue {
    border-color: #5db2ff !important;
}

.bordered-info {
    border-color: #57b5e3 !important;
}

.bordered-sky {
    border-color: #11a9cc !important;
}

.bordered-primary {
    border-color: #4374e0 !important;
}

.bordered-azure {
    border-color: #0072c6 !important;
}

.bordered-blueberry {
    border-color: #6f85bf !important;
}

.bordered-palegreen {
    border-color: #a0d468 !important;
}

.bordered-success {
    border-color: #53a93f !important;
}

.bordered-green {
    border-color: #8cc474 !important;
}

.bordered-lightyellow {
    border-color: #f6d52e !important;
}

.bordered-yellow {
    border-color: #ffce55 !important;
}

.bordered-warning {
    border-color: #f4b400 !important;
}

.bordered-gold {
    border-color: #f9b256 !important;
}

.bordered-orange {
    border-color: #fb6e52 !important;
}

.bordered-lightred {
    border-color: #e46f61 !important;
}

.bordered-darkorange {
    border-color: #ed4e2a !important;
}

.bordered-red {
    border-color: #df5138 !important;
}

.bordered-danger {
    border-color: #d73d32 !important;
}

.bordered-pink {
    border-color: #e75b8d !important;
}

.bordered-darkpink {
    border-color: #cc324b !important;
}

.bordered-magenta {
    border-color: #bc5679 !important;
}

.bordered-purple {
    border-color: #7e3794 !important;
}

.bordered-maroon {
    border-color: #981b48 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.font-10 {
    font-size: 10%;
}

.font-20 {
    font-size: 20%;
}

.font-30 {
    font-size: 30%;
}

.font-40 {
    font-size: 40%;
}

.font-50 {
    font-size: 50%;
}

.font-60 {
    font-size: 60%;
}

.font-70 {
    font-size: 70%;
}

.font-80 {
    font-size: 80%;
}

.font-90 {
    font-size: 90%;
}

.font-110 {
    font-size: 110%;
}

.font-120 {
    font-size: 120%;
}

.font-130 {
    font-size: 130%;
}

.font-140 {
    font-size: 140%;
}

.font-150 {
    font-size: 150%;
}

.font-160 {
    font-size: 160%;
}

.font-170 {
    font-size: 170%;
}

.font-180 {
    font-size: 180%;
}

.font-190 {
    font-size: 190%;
}

.font-200 {
    font-size: 200%;
}

button:focus, a:focus {
    outline: none;
}

button::-moz-focus-inner, a::-moz-focus-inner {
    border: 0;
}

.image-circular {
    -webkit-border-radius: 50% !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 50% !important;
    -moz-background-clip: padding !important;
    border-radius: 50% !important;
    background-clip: padding-box !important;
}

hr {
    border-top: 1px solid #e5e5e5;
}

    hr.wide {
        margin-right: -15px;
        margin-left: -15px;
    }

.position-relative {
    position: relative;
}

.horizontal-space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 6px 0;
}

    .horizontal-space.space-xs {
        margin: 2px 0;
    }

    .horizontal-space.space-sm {
        margin: 4px 0;
    }

    .horizontal-space.space-lg {
        margin: 8px 0;
    }

    .horizontal-space.space-xl {
        margin: 10px 0;
    }

    .horizontal-space.space-xxl {
        margin: 12px 0;
    }

.vertical-space {
    max-width: 1px;
    min-width: 1px;
    overflow: hidden;
    margin: 0 12px;
}

html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    padding-bottom: 0;
    min-height: 100%;
    font-family: 'Open Sans','Segoe UI';
    font-size: 13px;
    color: #444;
}

    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #eee;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
    font-family: 'Open Sans','Segoe UI';
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #444;
    }

    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
        font-size: 75%;
    }

    h1.row-title, h2.row-title, h3.row-title, h4.row-title, h5.row-title, h6.row-title {
        line-height: 17px;
        margin: 10px 0;
        padding: 9px 10px 9px 8px;
        display: inline-block;
        color: #646464;
        font-weight: 400;
        background-color: #fff;
        position: relative;
        -webkit-border-radius: 0 2px 2px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 2px 2px 0;
        -moz-background-clip: padding;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

        h1.row-title:before, h2.row-title:before, h3.row-title:before, h4.row-title:before, h5.row-title:before, h6.row-title:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -4px;
            width: 4px;
            max-width: 4px;
            overflow: hidden;
            background-color: #0072c6;
        }

        h1.row-title .fa, h2.row-title .fa, h3.row-title .fa, h4.row-title .fa, h5.row-title .fa, h6.row-title .fa, h1.row-title .glyphicon, h2.row-title .glyphicon, h3.row-title .glyphicon, h4.row-title .glyphicon, h5.row-title .glyphicon, h6.row-title .glyphicon, h1.row-title .typcn, h2.row-title .typcn, h3.row-title .typcn, h4.row-title .typcn, h5.row-title .typcn, h6.row-title .typcn, h1.row-title [class*="wi-"], h2.row-title [class*="wi-"], h3.row-title [class*="wi-"], h4.row-title [class*="wi-"], h5.row-title [class*="wi-"], h6.row-title [class*="wi-"] {
            margin-right: 5px;
            line-height: 17px;
            font-size: 17px;
        }

h1 {
    font-size: 32px;
}

    h1.smaller {
        font-size: 31px;
    }

    h1.bigger {
        font-size: 33px;
    }

    h1.block {
        margin-bottom: 16px;
    }

h2 {
    font-size: 26px;
}

    h2.smaller {
        font-size: 25px;
    }

    h2.bigger {
        font-size: 27px;
    }

    h2.block {
        margin-bottom: 16px;
    }

h3 {
    font-size: 22px;
}

    h3.smaller {
        font-size: 21px;
    }

    h3.bigger {
        font-size: 23px;
    }

    h3.block {
        margin-bottom: 16px;
    }

h4 {
    font-size: 18px;
}

    h4.smaller {
        font-size: 17px;
    }

    h4.bigger {
        font-size: 19px;
    }

    h4.block {
        margin-bottom: 16px;
    }

h5 {
    font-size: 15px;
}

    h5.smaller {
        font-size: 14px;
    }

    h5.bigger {
        font-size: 16px;
    }

    h5.block {
        margin-bottom: 16px;
    }

h6 {
    font-size: 13px;
}

    h6.smaller {
        font-size: 12px;
    }

    h6.bigger {
        font-size: 14px;
    }

    h6.block {
        margin-bottom: 16px;
    }

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-justify {
    text-align: justify !important;
}

.block-center {
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase;
}

p {
    line-height: 22px;
}

a:focus, a:active {
    text-decoration: none;
}

.navbar {
    padding: 0;
    margin: 0;
    border: none;
    height: 45px;
    min-height: 45px;
    z-index: 200;
}

    .navbar .navbar-inner {
        border: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: 45px;
        position: relative;
        background: #0072c6;
    }

        .navbar .navbar-inner .navbar-container {
            padding-left: 6px;
        }

        .navbar .navbar-inner .navbar-header .navbar-account {
            height: 45px;
        }

            .navbar .navbar-inner .navbar-header .navbar-account > div {
                display: inline-block;
                width: auto;
                vertical-align: top;
            }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area {
                position: absolute;
                top: 0;
                right: 50px;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                list-style: none;
                margin-bottom: 0;
                display: inline-block;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
                    float: left;
                    position: relative;
                    height: 45px;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
                        position: relative;
                        min-width: 50px;
                        height: 45px;
                        display: inline-block;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover {
                            text-decoration: none;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
                            display: block;
                            color: #fff;
                            font-size: 16px;
                            line-height: 48px;
                            text-align: center;
                            -webkit-transition: line-height .3s ease;
                            -moz-transition: line-height .3s ease;
                            -o-transition: line-height .3s ease;
                            transition: line-height .3s ease;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .badge {
                            position: absolute;
                            top: 6px;
                            left: 4px;
                            padding: 2px;
                            cursor: pointer;
                            background-color: transparent !important;
                            border: 1px solid #fff;
                            width: 18px;
                            height: 18px;
                            box-shadow: 1px 1px 0 #0072c6;
                            -webkit-transition: top .3s ease;
                            -moz-transition: top .3s ease;
                            -o-transition: top .3s ease;
                            transition: top .3s ease;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave {
                            overflow: visible;
                            cursor: pointer;
                            z-index: 10;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            -webkit-transform: scale(0);
                            -moz-transform: scale(0);
                            -o-transform: scale(0);
                            -ms-transform: scale(0);
                            transform: scale(0);
                            -webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            -moz-transition: -moz-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            -o-transition: -o-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55),-moz-transform .3s cubic-bezier(.68,-.55,.265,1.55),-o-transform .3s cubic-bezier(.68,-.55,.265,1.55),transform .3s cubic-bezier(.68,-.55,.265,1.55);
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in {
                                -webkit-transform: scale(1);
                                -moz-transform: scale(1);
                                -o-transform: scale(1);
                                -ms-transform: scale(1);
                                transform: scale(1);
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in:after {
                                    content: "";
                                    top: 3px;
                                    left: 5px;
                                    position: absolute;
                                    width: 40px;
                                    height: 40px;
                                    background-image: 8121991;
                                    background-image: -webkit-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: -moz-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: -o-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    border: 1px solid #fff;
                                    -webkit-animation: wave 5s 3s infinite linear;
                                    -moz-animation: wave 5s 3s infinite linear;
                                    -o-animation: wave 5s 3s infinite linear;
                                    animation: wave 5s 3s infinite linear;
                                    zoom: 1;
                                    filter: alpha(opacity=0);
                                    -webkit-opacity: 0;
                                    -moz-opacity: 0;
                                    opacity: 0;
                                    -webkit-border-radius: 50%;
                                    -webkit-background-clip: padding-box;
                                    -moz-border-radius: 50%;
                                    -moz-background-clip: padding;
                                    border-radius: 50%;
                                    background-clip: padding-box;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse {
                            width: 45px;
                            height: 45px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                content: "";
                                position: absolute;
                                top: 1px;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                -webkit-border-radius: 50%;
                                -webkit-background-clip: padding-box;
                                -moz-border-radius: 50%;
                                -moz-background-clip: padding;
                                border-radius: 50%;
                                background-clip: padding-box;
                                border: 1px solid #fff;
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                -webkit-transform: scale(.91);
                                -moz-transform: scale(.91);
                                -o-transform: scale(.91);
                                -ms-transform: scale(.91);
                                transform: scale(.91);
                                -webkit-animation: borderPulse 3.5s infinite ease;
                                -moz-animation: borderPulse 3.5s infinite ease;
                                -o-animation: borderPulse 3.5s infinite ease;
                                animation: borderPulse 3.5s infinite ease;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
                                border: 0;
                                -webkit-box-shadow: none;
                                -moz-box-shadow: none;
                                box-shadow: none;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                -webkit-animation-delay: .6s;
                                -moz-animation-delay: .6s;
                                -o-animation-delay: .6s;
                                animation-delay: .6s;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse i, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
                                -webkit-animation-delay: .3s;
                                -moz-animation-delay: .3s;
                                -o-animation-delay: .3s;
                                animation-delay: .3s;
                            }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink .badge {
                            -webkit-transform: scale(.91);
                            -moz-transform: scale(.91);
                            -o-transform: scale(.91);
                            -ms-transform: scale(.91);
                            transform: scale(.91);
                            -webkit-animation: borderPulse 3.5s infinite ease;
                            -moz-animation: borderPulse 3.5s infinite ease;
                            -o-animation: borderPulse 3.5s infinite ease;
                            animation: borderPulse 3.5s infinite ease;
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i {
                            -webkit-animation-delay: .05s;
                            -moz-animation-delay: .05s;
                            -o-animation-delay: .05s;
                            animation-delay: .05s;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu {
                        padding: 0;
                        min-width: 240px;
                        -webkit-animation-name: dropdownSlideInDown;
                        -moz-animation-name: dropdownSlideInDown;
                        -o-animation-name: dropdownSlideInDown;
                        animation-name: dropdownSlideInDown;
                        -webkit-animation-duration: .3s;
                        -moz-animation-duration: .3s;
                        -o-animation-duration: .3s;
                        animation-duration: .3s;
                        -webkit-border-radius: 0 !important;
                        -webkit-background-clip: padding-box !important;
                        -moz-border-radius: 0 !important;
                        -moz-background-clip: padding !important;
                        border-radius: 0 !important;
                        background-clip: padding-box !important;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li {
                            background-color: #fff;
                            border: 0;
                            padding: 0 8px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li:hover {
                                background-color: #f5f5f5;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a {
                                margin: 0;
                                font-size: 12px;
                                line-height: 16px;
                                padding: 10px 2px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a .progress {
                                    margin-bottom: 0;
                                    margin-top: 4px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a:hover {
                                    background-color: #f5f5f5;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
                                -webkit-text-shadow: none;
                                text-shadow: none;
                                font-size: 13px;
                                font-weight: normal;
                                text-transform: none;
                                color: #262626;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header {
                                padding: 0 10px;
                                line-height: 34px;
                                margin-bottom: 10px;
                                border-bottom: 1px solid #cecece;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header a {
                                    line-height: 34px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header[class*="bordered-"] {
                                    border-bottom-width: 3px;
                                    border-style: solid;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header i {
                                    margin-right: 5px;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
                                padding: 8px 5px 8px 10px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer[class*="bordered-"] {
                                    border-top-width: 3px;
                                    border-style: solid;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer a {
                                    display: inline-block;
                                    color: #999;
                                    padding: 0;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer .btn {
                                    margin-top: -3px;
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
                            min-width: 300px;
                            padding-top: 10px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li {
                                border-bottom: 1px solid #f3f3f3;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon {
                                    float: left;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i {
                                        width: 32px;
                                        height: 32px;
                                        text-align: center;
                                        line-height: 32px;
                                        margin-right: 10px;
                                        font-size: 15px;
                                        border-radius: 50%;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body {
                                    float: left;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .title {
                                        display: block;
                                        font-size: 13px;
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description {
                                        display: block;
                                        font-size: 10px;
                                        color: #999;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra {
                                    float: right;
                                    text-align: right;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra i {
                                        font-size: 14px;
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra .description {
                                        display: block;
                                        font-size: 10px;
                                        color: #999;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer {
                                    background-color: #11a9cc;
                                    border-bottom: 0;
                                    color: #fff;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer a {
                                        color: #fff;
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer .weather-icon {
                                        margin-top: -7px;
                                        margin-left: 5px;
                                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
                            width: 300px;
                            padding-top: 10px;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li {
                                border-bottom: 1px solid #f3f3f3;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-avatar {
                                    max-width: 42px;
                                    margin-right: 6px;
                                    margin-top: 5px;
                                    vertical-align: top;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message {
                                    display: inline-block;
                                    position: relative;
                                    width: 225px;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message span {
                                        display: block;
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-sender {
                                    font-size: 13px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-time {
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    font-size: 11px;
                                    font-weight: 400;
                                    color: #0072c6;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-subject {
                                    margin-top: 5px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-body {
                                    color: #999;
                                    max-height: 35px;
                                    width: 100%;
                                    -ms-text-overflow: ellipsis;
                                    -o-text-overflow: ellipsis;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                    overflow: hidden;
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li {
                            border-bottom: 1px solid #f5f5f5;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover {
                                background-color: #fff;
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
                                display: none;
                                text-align: center;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username a {
                                    color: #d0d0d0;
                                    font-size: 14px;
                                    font-weight: 300;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email {
                                text-align: center;
                                font-size: 12px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a {
                                    color: #d0d0d0;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area {
                                position: relative;
                                text-align: center;
                                margin: 10px auto;
                                width: 128px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar {
                                    width: 128px;
                                    height: 128px;
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption {
                                    background-color: #0072c6;
                                    zoom: 1;
                                    filter: alpha(opacity=70);
                                    -webkit-opacity: .7;
                                    -moz-opacity: .7;
                                    opacity: .7;
                                    bottom: 0;
                                    left: 0;
                                    color: #fff;
                                    font-size: 10px;
                                    line-height: 9px;
                                    position: absolute;
                                    padding: 7px 0;
                                    text-align: center;
                                    width: 128px;
                                    cursor: pointer;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit {
                                min-height: 35px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a {
                                    color: #999;
                                    display: inline-block;
                                    clear: none;
                                    font-size: 13px;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
                                        color: #11a9cc;
                                    }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area {
                                display: table;
                                width: 100%;
                                padding-bottom: 5px;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker {
                                    padding: 10px 4px;
                                    width: 100%;
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li {
                                        display: block;
                                        float: left;
                                        width: 23px;
                                        height: 23px;
                                        margin: 2px;
                                        padding: 0;
                                    }

                                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn {
                                            display: block;
                                            width: 23px;
                                            height: 23px;
                                            margin: 0;
                                            padding: 0;
                                            -webkit-border-radius: 0;
                                            -webkit-background-clip: padding-box;
                                            -moz-border-radius: 0;
                                            -moz-background-clip: padding;
                                            border-radius: 0;
                                            background-clip: padding-box;
                                            position: relative;
                                            -webkit-transition: all ease .1s;
                                            -moz-transition: all ease .1s;
                                            -o-transition: all ease .1s;
                                            transition: all ease .1s;
                                        }

                                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn:hover {
                                                text-decoration: none;
                                                zoom: 1;
                                                filter: alpha(opacity=80);
                                                -webkit-opacity: .8;
                                                -moz-opacity: .8;
                                                opacity: .8;
                                                -webkit-transform: scale(1.08);
                                                -moz-transform: scale(1.08);
                                                -o-transform: scale(1.08);
                                                -ms-transform: scale(1.08);
                                                transform: scale(1.08);
                                            }

                                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn.selected:after {
                                                content: "";
                                                display: inline-block;
                                                font-family: FontAwesome;
                                                font-size: 11px;
                                                color: #fff;
                                                position: absolute;
                                                left: 0;
                                                right: 0;
                                                text-align: center;
                                                line-height: 20px;
                                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .btn-colorpicker {
                                    display: inline-block;
                                    width: 20px;
                                    height: 20px;
                                    background-color: #ddd;
                                    vertical-align: middle;
                                    border-radius: 0;
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer {
                                padding: 10px;
                                border-top: 3px solid #0072c6;
                                border-bottom: 0;
                                text-align: right;
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer a {
                                    color: #717171;
                                    font-size: 13px;
                                    font-weight: 300;
                                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
                        content: '';
                        display: inline-block;
                        right: 0;
                        position: absolute;
                        width: 50px;
                        background-color: #fff;
                        border: 0;
                        top: -46px;
                        height: 3px;
                        -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        box-shadow: 0 2px 40px rgba(0,0,0,.4);
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
                        background-color: #0072c6;
                        -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        box-shadow: 0 2px 40px rgba(0,0,0,.4);
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu {
                        margin-top: 0;
                        right: 0;
                        border: 0 !important;
                    }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
                    padding: 8px 20px 10px 20px;
                    height: 45px;
                    opacity: 1;
                    position: relative;
                    cursor: pointer;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
                        margin-right: 14px;
                        display: block;
                        float: left;
                        border-left: 2px solid #fb6e52;
                        width: 29px;
                        height: 29px;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img {
                            width: 29px;
                            height: 29px;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
                        width: auto;
                        display: block;
                        overflow: hidden;
                        line-height: 25px;
                        float: left;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
                            font-size: 14px;
                            font-weight: 400;
                            white-space: nowrap;
                            margin: 0;
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
                                display: block;
                                color: #fff;
                                overflow: hidden;
                                -ms-text-overflow: ellipsis;
                                -o-text-overflow: ellipsis;
                                text-overflow: ellipsis;
                                text-decoration: none;
                                line-height: 25px;
                            }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
                        width: 100%;
                        min-width: 100px;
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-arrow:before {
                        width: 100%;
                    }

            .navbar .navbar-inner .navbar-header .navbar-account .setting {
                width: 50px;
                position: absolute;
                right: 0;
                top: 0;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .setting a {
                    position: relative;
                    width: 50px;
                    height: 45px;
                    display: inline-block;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting a:hover {
                        text-decoration: none;
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting a .icon {
                        display: block;
                        color: #fff;
                        font-size: 22px;
                        line-height: 45px;
                        text-align: center;
                    }

            .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                -webkit-transform: rotateY(90deg);
                -moz-transform: rotateY(90deg);
                -o-transform: rotateY(90deg);
                -ms-transform: rotateY(90deg);
                transform: rotateY(90deg);
                -webkit-transform-origin: top left;
                -moz-transform-origin: top left;
                -o-transform-origin: top left;
                -ms-transform-origin: top left;
                transform-origin: top left;
                display: inline-block;
                width: 505px;
                height: 45px;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                text-align: center;
                padding: 11px 0;
                position: absolute;
                top: 0;
                right: 0;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] {
                    display: inline-block;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text {
                        color: #fff;
                        margin-right: 8px;
                        font-weight: 300;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text:before {
                            border-color: #0072c6;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text {
                        color: #fff;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text:before {
                            border-color: #0072c6;
                            color: #fb6e52;
                        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area, .navbar .navbar-inner .navbar-header .navbar-account .setting-container, .navbar .navbar-inner .navbar-header .navbar-account .setting {
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transition: .9s;
                -moz-transition: .9s;
                -o-transition: .9s;
                transition: .9s;
            }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
                right: 505px;
                background-color: #0072c6;
            }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a {
                    -webkit-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                    -moz-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                    box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                }

                    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a:before {
                        content: '';
                        display: inline-block;
                        right: 0;
                        position: absolute;
                        width: 50px;
                        background-color: #fff;
                        border: 0;
                        top: 0;
                        height: 3px;
                    }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .account-area {
                -webkit-transform: rotateY(-90deg);
                -moz-transform: rotateY(-90deg);
                -o-transform: rotateY(-90deg);
                -ms-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
                -webkit-transform-origin: top right;
                -moz-transform-origin: top right;
                -o-transform-origin: top right;
                -ms-transform-origin: top right;
                transform-origin: top right;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                right: 450px;
            }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
                -webkit-transform: rotateY(0deg);
                -moz-transform: rotateY(0deg);
                -o-transform: rotateY(0deg);
                -ms-transform: rotateY(0deg);
                transform: rotateY(0deg);
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                padding: 11px;
            }

    .navbar .navbar-brand {
        color: #fff;
        font-size: 24px;
        -webkit-text-shadow: none;
        text-shadow: none;
        padding: 2px 0 2px 0;
        font-weight: 200;
        height: 45px;
    }

        .navbar .navbar-brand small img {
            height: 40px;
            width: 177px;
        }

    .navbar .sidebar-collapse {
        text-align: center;
        padding: 0;
        position: absolute;
        left: 189px;
        top: 0;
        z-index: 2;
        width: 35px;
        height: 45px;
    }

        .navbar .sidebar-collapse:hover {
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);
        }

        .navbar .sidebar-collapse .collapse-icon {
            display: inline-block;
            cursor: pointer;
            font-size: 18px;
            color: #fff;
            padding: 11px 5px;
            line-height: 22px;
            position: relative;
            -webkit-transition: background-color .218s ease;
            -moz-transition: background-color .218s ease;
            -o-transition: background-color .218s ease;
            transition: background-color .218s ease;
            -webkit-transition: -webkit-box-shadow .218s ease;
            -moz-transition: -moz-box-shadow .218s ease;
            -o-transition: box-shadow .218s ease;
            transition: box-shadow .218s ease;
            -webkit-transition: color .318s ease;
            -moz-transition: color .318s ease;
            -o-transition: color .318s ease;
            transition: color .318s ease;
        }

        .navbar .sidebar-collapse.active:hover {
            box-shadow: none;
        }

        .navbar .sidebar-collapse.active .collapse-icon {
            font-size: 14px;
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);
            padding: 11px;
        }

    .navbar.navbar-fixed-top {
        z-index: 1003;
    }

        .navbar.navbar-fixed-top + .main-container {
            margin-top: 45px;
        }

@media only screen and (max-width:767px) {
    .navbar-container {
        padding-left: 2px;
    }
}

@media only screen and (max-width:760px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        top: 45px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        top: 45px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
        display: block;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
            display: none;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
            margin-right: 0;
            margin-left: 1px;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
            min-width: 200px;
        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu:before {
                width: 50px;
            }
}

@media only screen and (max-width:759px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        width: 270px;
        top: 0;
        padding: 0 5px;
        text-align: left;
    }

        .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
            margin-bottom: 0;
        }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        right: 270px;
        top: 0;
    }
}

@media only screen and (max-width:530px) {
    .navbar {
        height: 90px;
    }

        .navbar .sidebar-collapse {
            left: auto;
            right: 0;
            width: 50px;
        }

            .navbar .sidebar-collapse .collpse-icon {
                padding: 11px 15px;
            }

        .navbar .navbar-brand {
            padding-left: 10px;
        }

        .navbar .navbar-inner .navbar-header {
            float: none !important;
            display: block;
        }

            .navbar .navbar-inner .navbar-header .navbar-account {
                float: right;
            }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area {
                    padding-left: 0;
                    top: 45px;
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
                        left: -135px;
                        right: auto;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
                            left: 135px;
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
                        left: -135px;
                        right: auto;
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
                            left: 135px;
                        }

                .navbar .navbar-inner .navbar-header .navbar-account .setting {
                    top: 45px !important;
                }

                .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                    top: 45px !important;
                }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
                    left: 50px;
                }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
                    left: 0;
                }

        .navbar .navbar-inner .navbar-container {
            padding-left: 0;
        }

    .navbar-fixed-top + .main-container {
        margin-top: 90px !important;
    }

    .breadcrumbs-fixed {
        top: 90px !important;
    }

        .breadcrumbs-fixed + .page-header {
            margin-top: 40px !important;
        }

    .page-header-fixed {
        top: 130px !important;
    }

        .page-header-fixed + .page-body {
            margin-top: 80px !important;
        }

    .page-sidebar.sidebar-fixed {
        top: 90px !important;
    }
}

@media only screen and (max-width:450px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        width: 270px;
        padding: 0 5px;
        text-align: left;
        left: 50px;
    }

        .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
            margin-bottom: 0;
        }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        left: 0;
    }
}

@media only screen and (max-width:400px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
        left: -55px;
        right: auto;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
            left: 55px;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
        left: -105px;
        right: auto;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
            left: 105px;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks {
        left: -100px;
        right: auto;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks.dropdown-arrow:before {
            left: 100px;
        }
}

@media only screen and (max-width:320px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
        width: 45px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        min-width: 45px;
    }
}

.main-container {
    position: static;
    padding: 0;
}

    .main-container > .page-container {
        position: relative;
    }

    .main-container:after {
        background-color: #fff;
        bottom: 0;
        content: "";
        display: block;
        max-width: inherit;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
    }

.page-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 224px;
    display: block;
}

    .page-sidebar.sidebar-fixed {
        position: fixed;
        top: 45px;
        float: none !important;
        z-index: 1000;
    }

        .page-sidebar.sidebar-fixed:before {
            height: 5000px;
            top: 45px;
            bottom: auto;
        }

    .page-sidebar.hide {
        display: none !important;
    }

        .page-sidebar.hide:before {
            display: none;
        }

        .page-sidebar.hide ~ .page-content {
            margin-left: 0 !important;
        }

            .page-sidebar.hide ~ .page-content .breadcrumbs-fixed {
                left: 0 !important;
            }

            .page-sidebar.hide ~ .page-content .page-header-fixed {
                left: 0 !important;
            }

    .page-sidebar:before {
        content: "";
        position: fixed;
        display: block;
        width: 219px;
        bottom: 0;
        top: 0;
        left: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        z-index: 1;
    }

    .page-sidebar .sidebar-header-wrapper {
        margin-left: 5px;
        height: 40px;
        margin-bottom: 0;
        position: relative;
    }

        .page-sidebar .sidebar-header-wrapper .searchinput {
            height: 41px;
            z-index: 2;
            background-color: #fff;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #fff;
            padding-left: 40px;
            width: 100%;
        }

            .page-sidebar .sidebar-header-wrapper .searchinput:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border-color: #fff;
            }

                .page-sidebar .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
                    display: block;
                    z-index: 124;
                }

            .page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

            .page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

            .page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

            .page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI';
            }

        .page-sidebar .sidebar-header-wrapper .searchicon {
            cursor: pointer;
            display: inline-block;
            height: 12px;
            left: 20px;
            position: absolute;
            top: 14px;
            width: 12px;
            color: #0072c6;
            z-index: 124;
        }

        .page-sidebar .sidebar-header-wrapper .searchhelper {
            -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            box-shadow: 0 10px 40px rgba(0,0,0,.4);
            background-color: #fff;
            color: #999;
            display: none;
            opacity: 1;
            padding: 10px;
            position: absolute;
            right: 0;
            left: 0;
            top: 40px;
            z-index: 4;
        }

    .page-sidebar .sidebar-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 5px;
    }

        .page-sidebar .sidebar-menu a {
            display: block;
            height: 38px;
            line-height: 36px;
            margin: 0;
            padding: 0 16px 0 7px;
            -webkit-text-shadow: none !important;
            text-shadow: none !important;
            font-size: 13px;
            text-decoration: none;
            color: #737373;
            z-index: 123;
        }

            .page-sidebar .sidebar-menu a:hover {
                color: #262626;
            }

                .page-sidebar .sidebar-menu a:hover:before {
                    display: block;
                }

            .page-sidebar .sidebar-menu a .menu-icon {
                display: inline-block;
                vertical-align: middle;
                min-width: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                margin-top: -3px;
            }

            .page-sidebar .sidebar-menu a .menu-expand {
                display: inline-block;
                position: absolute;
                font-size: 13px;
                line-height: 10px;
                height: 10px;
                width: 10px;
                right: 12px;
                top: 15px;
                margin: 0;
                text-align: center;
                padding: 0;
                -webkit-text-shadow: none;
                text-shadow: none;
                color: #666;
                -webkit-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                font-family: 'FontAwesome';
                font-style: normal;
                font-weight: normal;
            }

                .page-sidebar .sidebar-menu a .menu-expand:before {
                    content: "";
                }

        .page-sidebar .sidebar-menu li {
            display: block;
            padding: 0;
            margin: 0;
            border: 0;
            position: relative;
        }

            .page-sidebar .sidebar-menu li:before {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: -4px;
                width: 4px;
                max-width: 4px;
                overflow: hidden;
                background-color: #0072c6;
            }

            .page-sidebar .sidebar-menu li.open {
                background-color: #fff;
            }

                .page-sidebar .sidebar-menu li.open > a {
                    color: #262626;
                }

                    .page-sidebar .sidebar-menu li.open > a .menu-expand {
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }

                .page-sidebar .sidebar-menu li.open > .submenu {
                    display: block !important;
                }

            .page-sidebar .sidebar-menu li.active:not(.open):before {
                display: block;
            }

            .page-sidebar .sidebar-menu li.active > a {
                display: block;
                content: "";
                color: #262626;
                background-color: #f5f5f5;
            }

            .page-sidebar .sidebar-menu li:not(.open):hover:before {
                display: block;
                background-color: #fb6e52;
            }

        .page-sidebar .sidebar-menu > li > a {
            border-top: 1px solid #f3f3f3;
        }

            .page-sidebar .sidebar-menu > li > a:hover {
                border-color: #f3f3f3;
                background-color: #fbfbfb;
            }

        .page-sidebar .sidebar-menu > li:last-child > a {
            border-bottom: 1px solid #f3f3f3;
        }

        .page-sidebar .sidebar-menu > li > .submenu {
            background-color: #fbfbfb;
            -webkit-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
            -moz-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
            box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
        }

            .page-sidebar .sidebar-menu > li > .submenu:before {
                content: "";
                display: block;
                position: absolute;
                z-index: 1;
                left: 23px;
                top: 0;
                bottom: 19px;
                border-left: 1px solid #e2e2e2;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li > a:before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 5px;
                height: 5px;
                left: 21px;
                top: 17px;
                background-color: #fff;
                border: 1px solid #e2e2e2;
                z-index: 2;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
                background-color: #e2e2e2;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li.active:first-child > a {
                -webkit-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
                -moz-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
                box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
            }

            .page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a {
                -webkit-box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
                -moz-box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
                box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
            }

        .page-sidebar .sidebar-menu > li.open > a {
            background-color: #fff;
        }

        .page-sidebar .sidebar-menu .submenu {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            background-color: #fbfbfb;
            border-top: 0;
            z-index: 123;
        }

            .page-sidebar .sidebar-menu .submenu li {
                margin-left: 0;
                position: relative;
            }

                .page-sidebar .sidebar-menu .submenu li.open:before {
                    display: none;
                }

                .page-sidebar .sidebar-menu .submenu li.active > a {
                    color: #262626;
                    background-color: #f5f5f5;
                }

                .page-sidebar .sidebar-menu .submenu li.active > .submenu {
                    display: block;
                }

            .page-sidebar .sidebar-menu .submenu > li > a {
                padding-left: 40px;
            }

            .page-sidebar .sidebar-menu .submenu > li.open > a {
                background-color: #fbfbfb;
            }

            .page-sidebar .sidebar-menu .submenu > li .submenu {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
            }

                .page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
                    padding-left: 50px;
                }

                .page-sidebar .sidebar-menu .submenu > li .submenu > li .submenu > li > a {
                    padding-left: 70px;
                }

    .page-sidebar.menu-compact {
        width: 42px;
    }

        .page-sidebar.menu-compact ~ .page-content {
            margin-left: 43px;
        }

            .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed {
                left: 47px;
            }

            .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
                left: 47px;
            }

        .page-sidebar.menu-compact:before {
            width: 42px;
        }

        .page-sidebar.menu-compact .sidebar-header-wrapper {
            width: 42px;
        }

            .page-sidebar.menu-compact .sidebar-header-wrapper:hover {
                width: 238px;
            }

                .page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput {
                    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                    box-shadow: 0 10px 40px rgba(0,0,0,.4);
                }

            .page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus {
                width: 238px;
                -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                box-shadow: 0 10px 40px rgba(0,0,0,.4);
            }

                .page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
                    width: 238px;
                }

            .page-sidebar.menu-compact .sidebar-header-wrapper .searchicon {
                left: 15px;
            }

        .page-sidebar.menu-compact .sidebar-menu {
            width: 42px;
        }

            .page-sidebar.menu-compact .sidebar-menu > li.open > .menu-text {
                display: none !important;
            }

            .page-sidebar.menu-compact .sidebar-menu > li.open > .submenu {
                display: none !important;
            }

            .page-sidebar.menu-compact .sidebar-menu > li:hover > a {
                color: #262626;
            }

                .page-sidebar.menu-compact .sidebar-menu > li:hover > a > .menu-text {
                    display: block;
                }

            .page-sidebar.menu-compact .sidebar-menu > li:hover > .submenu {
                display: block !important;
            }

            .page-sidebar.menu-compact .sidebar-menu > li > a {
                position: relative;
                z-index: 123;
            }

                .page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
                    display: none;
                    position: absolute;
                    left: 42px;
                    top: 0;
                    width: 195px;
                    height: 38px;
                    line-height: 38px;
                    background-color: #fff;
                    z-index: 121;
                    padding-left: 25px;
                    -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                    -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                }

                .page-sidebar.menu-compact .sidebar-menu > li > a .menu-expand {
                    display: none;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                    .page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown > .menu-text {
                        border: 0;
                        top: 0;
                        left: 42px;
                        width: 195px;
                        border-bottom: 1px solid #f3f3f3;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                    }

                .page-sidebar.menu-compact .sidebar-menu > li > a:hover {
                    background-color: #fff;
                }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu {
                background: #fbfbfb;
                position: absolute;
                z-index: 120;
                left: 42px;
                top: 0;
                width: 195px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                padding-top: 38px;
                display: none;
                border-left: 1px solid #f3f3f3;
                -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
            }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li > a {
                    margin-left: 0;
                    padding-left: 24px;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li.open > .submenu {
                    display: block;
                    left: 0;
                    position: relative;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li .submenu {
                    display: none;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    position: relative;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover {
                    background-color: #fff;
                }

                    .page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover:before {
                        display: block;
                        left: 0;
                    }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li.active:not(.open):before {
                    left: 0;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu:before {
                    display: none;
                }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a {
                    -webkit-box-shadow: none !important;
                    -moz-box-shadow: none !important;
                    box-shadow: none !important;
                }

                    .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a:before {
                        display: none;
                    }

@media only screen and (max-width:880px) {
    .page-sidebar:before {
        display: none;
    }

    .page-sidebar {
        display: none;
        float: none;
    }

    .breadcrumbs-fixed {
        left: 0 !important;
    }

    .page-header-fixed {
        left: 0 !important;
    }
}

@media(max-width:880px) {
    .page-sidebar.hide {
        display: block !important;
    }

        .page-sidebar.hide:before {
            display: block !important;
        }

        .page-sidebar.hide ~ .page-content {
            margin-left: 224px !important;
        }

            .page-sidebar.hide ~ .page-content .breadcrumbs-fixed {
                left: 224px !important;
            }

            .page-sidebar.hide ~ .page-content .page-header-fixed {
                left: 224px !important;
            }

    .page-sidebar.menu-compact ~ .page-content {
        margin-left: 0;
    }

        .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed {
            left: 0;
        }

        .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
            left: 0;
        }

    .page-sidebar.menu-compact.hide ~ .page-content {
        margin-left: 46px !important;
    }

        .page-sidebar.menu-compact.hide ~ .page-content .breadcrumbs-fixed {
            left: 46px !important;
        }

        .page-sidebar.menu-compact.hide ~ .page-content .page-header-fixed {
            left: 46px !important;
        }
}

@media(max-width:500px) {
    .page-sidebar.hide ~ .page-content .page-header .header-title {
        display: none;
    }

    .page-sidebar.hide ~ .page-content .page-header .header-buttons .refresh, .page-sidebar.hide ~ .page-content .page-header .header-buttons .fullscreen {
        display: none;
    }

    .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .refresh, .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .fullscreen {
        display: inline-block;
    }
}

.page-content {
    display: block;
    margin-left: 224px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}

@media only screen and (max-width:880px) {
    .page-content {
        margin-left: 0;
    }
}

.page-breadcrumbs {
    position: relative;
    background: #f3f3f3;
    min-height: 40px;
    line-height: 39px;
    padding: 0;
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    .page-breadcrumbs.breadcrumbs-fixed {
        position: fixed;
        right: 0;
        left: 224px;
        top: 45px;
        z-index: 999;
    }

        .page-breadcrumbs.breadcrumbs-fixed + .page-header {
            margin-top: 40px;
        }

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 12px;
    padding: 0;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

    .breadcrumb > li, .breadcrumb > li.active {
        color: #777;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

        .breadcrumb > li + li:before {
            color: #999;
        }

        .breadcrumb > li > .divider {
            padding: 0 4px;
        }

        .breadcrumb > li > a {
            display: inline-block;
            color: #0072c6;
        }

        .breadcrumb > li:first-child > a {
            padding-left: 4px;
        }

        .breadcrumb > li > i {
            margin-left: 4px;
            margin-right: 2px;
            font-size: 20px;
            position: relative;
            top: 2px;
        }

    .breadcrumb .expand-icon {
        height: 22px;
        padding: 0;
        margin: 0;
        position: relative;
        top: 1px;
        font-size: 14px;
        color: #b2b6bf;
    }

.page-header {
    position: relative;
    margin: 0;
    padding-bottom: 1px;
    padding-left: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    z-index: 0;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}

    .page-header .header-title {
        display: inline-block;
        position: relative;
        height: 40px;
    }

        .page-header .header-title h1 {
            padding: 0;
            margin: 0 4px;
            font-size: 17px;
            font-weight: lighter;
            color: #737373;
            line-height: 37px;
            display: inline-block;
        }

            .page-header .header-title h1 small {
                margin: 0 1px;
                font-size: 14px;
                letter-spacing: 0;
                font-weight: 300;
                color: #888;
            }

    .page-header .header-buttons {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

        .page-header .header-buttons a {
            position: relative;
            vertical-align: middle;
            display: inline-block;
            z-index: 1029;
            height: 40px;
            width: 36px;
            margin-right: 5px;
            padding: 8px 10px;
            color: #dfdfdf;
            -webkit-transition: all .218s ease;
            -moz-transition: all .218s ease;
            -o-transition: all .218s ease;
            transition: all .218s ease;
            float: right;
        }

            .page-header .header-buttons a:before {
                display: block;
                content: "";
                position: absolute;
                left: 0;
                bottom: -3px;
                right: 0;
                height: 4px;
                max-height: 4px;
                overflow: hidden;
                background-color: #0072c6;
            }

            .page-header .header-buttons a:hover {
                -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
                box-shadow: 0 0 20px rgba(0,0,0,.2);
                color: #0072c6;
            }

            .page-header .header-buttons a.active {
                color: #0072c6;
            }

            .page-header .header-buttons a i {
                font-size: 17px;
                font-style: normal;
                font-weight: normal;
                line-height: 27px;
            }

            .page-header .header-buttons a.fullscreen:before {
                background-color: #fb6e52;
            }

            .page-header .header-buttons a.fullscreen:hover, .page-header .header-buttons a.fullscreen.active {
                color: #fb6e52;
            }

            .page-header .header-buttons a.refresh:before {
                background-color: #ffce55;
            }

            .page-header .header-buttons a.refresh:hover, .page-header .header-buttons a.refresh.active {
                color: #ffce55;
            }

            .page-header .header-buttons a.sidebar-toggler:before {
                background-color: #0072c6;
            }

            .page-header .header-buttons a.sidebar-toggler:hover, .page-header .header-buttons a.sidebar-toggler.active {
                color: #0072c6;
            }

    .page-header.mail-header {
        border-bottom: 1px solid #eee;
    }

        .page-header.mail-header .header-buttons a:before {
            display: none;
        }

        .page-header.mail-header .header-buttons a:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .page-header.page-header-fixed {
        position: fixed;
        right: 0;
        left: 224px;
        top: 85px;
        z-index: 998;
        margin-top: 0 !important;
    }

        .page-header.page-header-fixed + .page-body {
            margin-top: 80px;
        }

@media only screen and (max-width:520px) {
    .header-title h1 small {
        display: none;
    }
}

.page-body {
    background: #eee;
    padding: 18px 20px 24px;
}

.widget {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px 0;
}

    .widget.collapsed .widget-body {
        display: none;
    }

    .widget.collapsed.radius-bordered .widget-header {
        -webkit-border-radius: 3px 3px 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 3px 3px;
        -moz-background-clip: padding;
        border-radius: 3px 3px 3px 3px;
        background-clip: padding-box;
    }

    .widget.no-header .widget-header {
        display: none;
    }

    .widget.no-header.radius-bordered .widget-body {
        -webkit-border-radius: 3px 3px 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 3px 3px;
        -moz-background-clip: padding;
        border-radius: 3px 3px 3px 3px;
        background-clip: padding-box;
    }

    .widget.maximized {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        margin: 0;
        overflow: auto;
    }

        .widget.maximized .widget-body {
            padding: 12px 0;
        }

    .widget.transparent .widget-header, .widget.transparent .widget-body {
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .widget.transparent .widget-header {
        border-bottom: 1px solid #ccc;
    }

    .widget.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget.radius-bordered .widget-header {
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 0 0;
        -moz-background-clip: padding;
        border-radius: 3px 3px 0 0;
        background-clip: padding-box;
    }

    .widget.radius-bordered .widget-body {
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box;
    }

    .widget.flat .widget-body, .widget.flat .widget-header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .widget.lightshadow .widget-body, .widget.lightshadow .widget-header {
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }

    .widget:hover .compact {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

        .widget:hover .compact i {
            color: #0072c6;
        }

.widget-header {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 12px;
    text-align: right;
}

    .widget-header .widget-icon {
        display: block;
        width: 30px;
        height: 32px;
        position: relative;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-left: -10px;
    }

    .widget-header > .widget-caption {
        line-height: 34px;
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        font-weight: 600 !important;
        font-size: 13px;
    }

    .widget-header.lined {
        border: 0;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        padding-left: 2%;
    }

        .widget-header.lined:before {
            content: "";
            position: absolute;
            display: block;
            width: 96%;
            bottom: 0;
            top: 35px;
            height: 1px;
            left: 2%;
            z-index: 1;
            border-bottom: 1px solid #e5e5e5;
        }

        .widget-header.lined .widget-buttons {
            padding-right: 2%;
        }

        .widget-header.lined + .widget-body {
            padding-left: 2%;
            padding-right: 2%;
        }

    .widget-header.separated {
        margin-bottom: 5px;
    }

    .widget-header[class*="bg-"] {
        border: 0;
    }

        .widget-header[class*="bg-"] .widget-caption, .widget-header[class*="bg-"] i {
            color: #fff;
        }

    .widget-header.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget-header.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget-header.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget-header.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget-header.header-large {
        min-height: 49px;
        padding-left: 18px;
    }

        .widget-header.header-large h5 {
            line-height: 48px;
            font-size: 16px;
        }

        .widget-header.header-large > .widget-buttons {
            line-height: 48px;
            height: 48px;
        }

            .widget-header.header-large > .widget-buttons a {
                min-width: 26px;
            }

                .widget-header.header-large > .widget-buttons a i {
                    font-size: 20px;
                }

    .widget-header.header-small {
        min-height: 29px;
        padding-left: 10px;
    }

        .widget-header.header-small h5 {
            line-height: 28px;
            font-size: 12px;
        }

        .widget-header.header-small > .widget-buttons {
            line-height: 29px;
            height: 29px;
        }

            .widget-header.header-small > .widget-buttons a {
                min-width: 16px;
                height: 16px;
            }

                .widget-header.header-small > .widget-buttons a i {
                    font-size: 14px;
                }

.widget-buttons {
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    position: relative;
    text-align: left;
    height: 36px;
}

    .widget-buttons.buttons-bordered {
        border-left: 1px solid #e5e5e5;
    }

    .widget-buttons.compact {
        margin-top: 4px;
        background-color: #f5f5f5;
        line-height: 27px;
        -webkit-transition: background-color .218s ease;
        -moz-transition: background-color .218s ease;
        -o-transition: background-color .218s ease;
        transition: background-color .218s ease;
        -webkit-transition: -webkit-box-shadow .218s ease;
        -moz-transition: -moz-box-shadow .218s ease;
        -o-transition: box-shadow .218s ease;
        transition: box-shadow .218s ease;
        -webkit-transition: color .318s ease;
        -moz-transition: color .318s ease;
        -o-transition: color .318s ease;
        transition: color .318s ease;
        height: 27px;
    }

        .widget-buttons.compact:hover {
            background-color: #0072c6;
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);
        }

            .widget-buttons.compact:hover i {
                color: #fff;
            }

        .widget-buttons.compact:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -4px;
            width: 4px;
            max-width: 4px;
            overflow: hidden;
            background-color: #0072c6;
        }

        .widget-buttons.compact a {
            min-width: 14px;
            line-height: 14px;
        }

        .widget-buttons.compact i {
            color: #ccc;
            font-size: 14px;
        }

    .widget-buttons.no-padding {
        padding: 0;
    }

    .widget-buttons.padding-5 {
        padding: 0 5px;
    }

    .widget-buttons.no-border:before {
        display: none;
    }

    .widget-buttons label {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        line-height: 6px;
    }

    .widget-buttons > a {
        font-size: 14px;
        margin: 0 1px;
        display: inline-block;
        padding: 0;
        line-height: 24px;
        min-width: 20px;
        text-align: center;
    }

        .widget-buttons > a:hover {
            text-decoration: none;
        }

        .widget-buttons > a i {
            vertical-align: middle;
        }

    .widget-buttons > [data-toggle] > .fa {
        margin-right: 0;
    }

    .widget-buttons > [data-toggle]:hover {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

    .widget-buttons > [data-toggle]:focus {
        text-decoration: none;
    }

    .widget-buttons > [data-toggle="dispose"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="maximize"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="collapse"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="refresh"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons > [data-toggle="config"] {
        color: #777;
        font-size: 14px;
    }

    .widget-buttons .progress {
        vertical-align: middle;
        display: inline-block;
        margin: 0;
        min-width: 100px;
        margin-top: -3px;
    }

    .widget-buttons .btn-group {
        margin-top: -2px;
    }

        .widget-buttons .btn-group .dropdown-menu {
            right: 0;
            left: auto;
        }

    .widget-buttons .badge {
        margin-top: -2px;
    }

    .widget-buttons .label {
        padding: 5px 6px 5px 6px;
    }

    .widget-buttons .pagination, .widget-buttons .pager {
        float: right;
        margin: 5px 2px 1px;
    }

    .widget-buttons .btn {
        margin-top: -2px;
    }

.widget-body {
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    padding: 12px;
}

    .widget-body.bordered-left {
        border-left: 3px solid #fff;
    }

    .widget-body.bordered-right {
        border-right: 3px solid #fff;
    }

    .widget-body.bordered-bottom {
        border-bottom: 3px solid #fff;
    }

    .widget-body.bordered-top {
        border-top: 3px solid #fff;
    }

    .widget-body[class*="bg-"] {
        color: #fff;
    }

    .widget-body.no-padding {
        padding: 0;
    }

        .widget-body.no-padding .accordion {
            border: 0;
        }

        .widget-body.no-padding .dataTables_filter label {
            margin: 10px;
        }

        .widget-body.no-padding .dataTables_length {
            top: 10px;
            right: 10px;
        }

        .widget-body.no-padding .DTTT.btn-group {
            right: 80px;
            top: 10px;
        }

    .widget-body .accordion.panel-group {
        border-top-width: 1px !important;
    }

    .widget-body > table {
        margin-bottom: 0;
    }

    .widget-body hr.wide {
        margin-left: -12px;
        margin-right: -12px;
    }

.databox-container {
    text-align: center;
    font-size: 0;
}

.databox {
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0;
    font-size: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px;
}

    .databox .databox-icon {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .databox .databox-icon > .fa, .databox .databox-icon .typcn, .databox .databox-icon .glyphicon, .databox .databox-icon .wi {
            display: inline-block;
            margin: 0;
            text-align: center;
            position: relative;
            margin-top: 3px;
        }

            .databox .databox-icon > .fa:before, .databox .databox-icon .typcn:before, .databox .databox-icon .glyphicon:before, .databox .databox-icon .wi:before {
                font-size: 40px;
                display: block;
                text-align: center;
            }

    .databox .databox-sparkline {
        padding-top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

    .databox .databox-piechart {
        padding-top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }

    .databox .databox-header {
        display: block;
        font-size: 18px;
        font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
        font-weight: 400;
        margin: 8px 5px;
        position: relative;
    }

        .databox .databox-header i {
            margin-right: 5px;
        }

    .databox .databox-number {
        display: block;
        font-size: 17px;
        line-height: 26px;
        margin: 2px;
        position: relative;
        font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
    }

        .databox .databox-number i {
            margin-right: 5px;
        }

        .databox .databox-number.number-xs {
            font-size: 11px;
        }

        .databox .databox-number.number-sm {
            font-size: 14px;
        }

        .databox .databox-number.number-lg {
            font-size: 20px;
        }

        .databox .databox-number.number-xlg {
            font-size: 23px;
        }

        .databox .databox-number.number-xxlg {
            font-size: 30px;
        }

    .databox .databox-title {
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin: 2px;
        position: relative;
    }

        .databox .databox-title i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-text {
        display: block;
        font-size: 12px;
        margin: 4px 0 2px;
        position: relative;
    }

        .databox .databox-text i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-inlinetext {
        font-size: 11px;
        margin: 2px;
        position: relative;
    }

        .databox .databox-inlinetext i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-stat {
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 7px;
        padding: 2px 5px;
    }

        .databox .databox-stat.stat-left {
            left: 7px;
            right: auto;
        }

        .databox .databox-stat .stat-text {
            display: inline-block;
            font-size: 13px;
            padding-right: 5px;
            font-weight: 500;
        }

        .databox .databox-stat .stat-icon {
            display: inline-block;
            font-size: 13px;
        }

            .databox .databox-stat .stat-icon.icon-lg {
                font-size: 16px;
            }

            .databox .databox-stat .stat-icon.icon-xlg {
                font-size: 18px;
            }

        .databox .databox-stat.radius-bordered {
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .databox .databox-stat[class*="bg-"] {
            color: #fff;
        }

    .databox .databox-state {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 24px;
        width: 24px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #e5e5e5;
        text-align: center;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        border: 2px solid #fff;
    }

        .databox .databox-state i {
            font-size: 13px;
            color: #fff;
            line-height: 20px;
        }

    .databox .databox-row {
        width: 100%;
        margin: 0;
        position: relative;
    }

        .databox .databox-row[class*="bg-"] {
            color: #fff;
        }

        .databox .databox-row.bordered-bottom {
            border-bottom: 1px solid #fff;
        }

        .databox .databox-row.bordered-top {
            border-top: 1px solid #fff;
        }

        .databox .databox-row.bordered-left {
            border-left: 1px solid #fff;
        }

        .databox .databox-row.bordered-right {
            border-right: 1px solid #fff;
        }

        .databox .databox-row.bordered-thick {
            border-width: 2px;
        }

        .databox .databox-row.row-1 {
            height: 8.33%;
        }

        .databox .databox-row.row-2 {
            height: 16.66%;
        }

        .databox .databox-row.row-3 {
            height: 25%;
        }

        .databox .databox-row.row-4 {
            height: 33.33%;
        }

        .databox .databox-row.row-5 {
            height: 41.66%;
        }

        .databox .databox-row.row-6 {
            height: 50%;
        }

        .databox .databox-row.row-7 {
            height: 58.33%;
        }

        .databox .databox-row.row-8 {
            height: 66.66%;
        }

        .databox .databox-row.row-9 {
            height: 75%;
        }

        .databox .databox-row.row-10 {
            height: 83.33%;
        }

        .databox .databox-row.row-11 {
            height: 91.66%;
        }

        .databox .databox-row.row-12 {
            height: 100%;
        }

    .databox .databox-cell {
        height: 100%;
        margin: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

        .databox .databox-cell[class*="bg-"] {
            color: #fff;
        }

        .databox .databox-cell.bordered-bottom {
            border-bottom: 1px solid #fff;
        }

        .databox .databox-cell.bordered-top {
            border-top: 1px solid #fff;
        }

        .databox .databox-cell.bordered-left {
            border-left: 1px solid #fff;
        }

        .databox .databox-cell.bordered-right {
            border-right: 1px solid #fff;
        }

        .databox .databox-cell.bordered-thick {
            border-width: 2px;
        }

        .databox .databox-cell.cell-1 {
            width: 8.33%;
        }

        .databox .databox-cell.cell-2 {
            width: 16.66%;
        }

        .databox .databox-cell.cell-3 {
            width: 25%;
        }

        .databox .databox-cell.cell-4 {
            width: 33.33%;
        }

        .databox .databox-cell.cell-5 {
            width: 41.66%;
        }

        .databox .databox-cell.cell-6 {
            width: 50%;
        }

        .databox .databox-cell.cell-7 {
            width: 58.33%;
        }

        .databox .databox-cell.cell-8 {
            width: 66.66%;
        }

        .databox .databox-cell.cell-9 {
            width: 75%;
        }

        .databox .databox-cell.cell-10 {
            width: 83.33%;
        }

        .databox .databox-cell.cell-11 {
            width: 91.66%;
        }

        .databox .databox-cell.cell-12 {
            width: 100%;
        }

    .databox.databox-inverted .databox-left {
        -lh-property: 0;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
    }

    .databox.databox-inverted .databox-right {
        width: 65px;
    }

    .databox.databox-transparent .databox-left {
        background-color: transparent !important;
    }

    .databox.databox-transparent .databox-right {
        background-color: transparent !important;
    }

    .databox .databox-left {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0;
        width: 65px;
        height: 65px;
        padding: 10px;
        color: #0072c6;
    }

        .databox .databox-left[class*="bg-"] {
            color: #fff;
        }

    .databox .databox-right {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        -lh-property: 0;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        height: 65px;
        color: #555;
        padding: 5px 10px;
    }

        .databox .databox-right.bordered {
            border-left: 1px solid #fff;
        }

        .databox .databox-right.bordered-thick {
            border-left: 3px solid #fff;
        }

        .databox .databox-right[class*="bg-"] {
            color: #fff;
        }

    .databox.databox-shadowed {
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

    .databox.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .databox.radius-bordered .databox-left {
            -webkit-border-radius: 3px 0 0 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 0 0 3px;
            -moz-background-clip: padding;
            border-radius: 3px 0 0 3px;
            background-clip: padding-box;
        }

        .databox.radius-bordered .databox-right {
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

            .databox.radius-bordered .databox-right .databox-row:first-child {
                -webkit-border-radius: 0 3px 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 3px 0 0;
                -moz-background-clip: padding;
                border-radius: 0 3px 0 0;
                background-clip: padding-box;
            }

            .databox.radius-bordered .databox-right .databox-row:last-child {
                -webkit-border-radius: 0 0 3px 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 0;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 0;
                background-clip: padding-box;
            }

    .databox.databox-graded {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(left,#ddd,#fff);
        background-image: -moz-linear-gradient(left,#ddd,#fff);
        background-image: -o-linear-gradient(left,#ddd,#fff);
        background-image: linear-gradient(to right,#ddd,#fff);
    }

    .databox.databox-halved .databox-left {
        width: 50% !important;
    }

    .databox.databox-halved .databox-right {
        width: 50% !important;
    }

    .databox.databox-lg {
        height: 80px;
    }

        .databox.databox-lg .databox-icon > .fa:before, .databox.databox-lg .databox-icon .typcn:before, .databox.databox-lg .databox-icon .glyphicon:before, .databox.databox-lg .databox-icon .wi:before {
            font-size: 48px;
            padding: 6px 4px 7px;
        }

        .databox.databox-lg .databox-sparkline {
            margin: 13px auto;
        }

        .databox.databox-lg .databox-number {
            font-size: 20px;
            margin: 4px 0 6px;
        }

        .databox.databox-lg .databox-left {
            width: 80px;
            height: 80px;
        }

        .databox.databox-lg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            height: 80px;
            padding: 10px 15px;
        }

        .databox.databox-lg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
        }

        .databox.databox-lg.databox-inverted .databox-right {
            width: 80px;
        }

    .databox.databox-xlg {
        height: 170px;
    }

        .databox.databox-xlg .databox-icon > .fa:before, .databox.databox-xlg .databox-icon .typcn:before, .databox.databox-xlg .databox-icon .glyphicon:before {
            padding: 6px 4px 7px;
        }

        .databox.databox-xlg .databox-icon .wi:before {
            font-size: 55px !important;
        }

        .databox.databox-xlg .databox-left {
            width: 170px;
            height: 170px;
        }

        .databox.databox-xlg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 170px);
            width: -moz-calc(100% - 170px);
            width: calc(100% - 170px);
            height: 170px;
        }

        .databox.databox-xlg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 170px);
            width: -moz-calc(100% - 170px);
            width: calc(100% - 170px);
        }

        .databox.databox-xlg.databox-inverted .databox-right {
            width: 170px;
        }

    .databox.databox-xxlg {
        height: 250px;
    }

        .databox.databox-xxlg .databox-icon > .fa:before, .databox.databox-xxlg .databox-icon .typcn:before, .databox.databox-xxlg .databox-icon .glyphicon:before, .databox.databox-xxlg .databox-icon .wi:before {
            font-size: 200px;
            padding: 6px 4px 7px;
        }

        .databox.databox-xxlg .databox-left {
            width: 250px;
            height: 250px;
        }

        .databox.databox-xxlg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 250px);
            width: -moz-calc(100% - 250px);
            width: calc(100% - 250px);
            height: 250px;
        }

        .databox.databox-xxlg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 250px);
            width: -moz-calc(100% - 250px);
            width: calc(100% - 250px);
        }

        .databox.databox-xxlg.databox-inverted .databox-right {
            width: 250px;
        }

    .databox.databox-vertical {
        width: 100%;
        height: 100px;
    }

        .databox.databox-vertical .databox-top {
            position: relative;
            width: 100%;
            height: 50px;
            display: inline-block;
            text-align: center;
            margin: 0;
            padding: 5px;
            color: #0072c6;
        }

            .databox.databox-vertical .databox-top[class*="bg-"] {
                color: #fff;
            }

        .databox.databox-vertical .databox-bottom {
            position: relative;
            width: 100%;
            height: 50px;
            display: inline-block;
            margin: 0;
            color: #555;
            padding: 5px 10px;
        }

            .databox.databox-vertical .databox-bottom.bordered {
                border-top: 1px solid #fff;
            }

            .databox.databox-vertical .databox-bottom.bordered-thick {
                border-top: 3px solid #fff;
            }

            .databox.databox-vertical .databox-bottom[class*="bg-"] {
                color: #fff;
            }

        .databox.databox-vertical .databox-icon > .fa:before, .databox.databox-vertical .databox-icon .typcn:before, .databox.databox-vertical .databox-icon .glyphicon:before, .databox.databox-vertical .databox-icon .wi:before {
            font-size: 38px;
        }

        .databox.databox-vertical.radius-bordered {
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

            .databox.databox-vertical.radius-bordered .databox-top {
                -webkit-border-radius: 3px 3px 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 3px 0 0;
                -moz-background-clip: padding;
                border-radius: 3px 3px 0 0;
                background-clip: padding-box;
            }

                .databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child {
                    -webkit-border-radius: 3px 0 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 0 0 0;
                    -moz-background-clip: padding;
                    border-radius: 3px 0 0 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child {
                    -webkit-border-radius: 0 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 0 3px 0 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-top img {
                    -webkit-border-radius: 3px 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0 0;
                    background-clip: padding-box;
                }

            .databox.databox-vertical.radius-bordered .databox-bottom {
                -webkit-border-radius: 0 0 3px 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 3px;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 3px;
                background-clip: padding-box;
            }

                .databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child {
                    -webkit-border-radius: 0 0 0 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 0 3px;
                    -moz-background-clip: padding;
                    border-radius: 0 0 0 3px;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child {
                    -webkit-border-radius: 0 0 3px 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 3px 0;
                    -moz-background-clip: padding;
                    border-radius: 0 0 3px 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-bottom img {
                    -webkit-border-radius: 0 0 3px 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 3px 3px;
                    -moz-background-clip: padding;
                    border-radius: 0 0 3px 3px;
                    background-clip: padding-box;
                }

        .databox.databox-vertical.databox-graded {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
            background-image: -webkit-linear-gradient(top,#e5e5e5,#fff);
            background-image: -moz-linear-gradient(top,#e5e5e5,#fff);
            background-image: -o-linear-gradient(top,#e5e5e5,#fff);
            background-image: linear-gradient(to bottom,#e5e5e5,#fff);
        }

        .databox.databox-vertical.databox-halved .databox-top {
            height: 50%;
        }

        .databox.databox-vertical.databox-halved .databox-bottom {
            height: 50%;
        }

        .databox.databox-vertical.databox-lg {
            height: 150px;
            width: 100%;
        }

            .databox.databox-vertical.databox-lg .databox-number {
                font-size: 17px;
                margin: 2px;
            }

            .databox.databox-vertical.databox-lg .databox-icon > .fa:before, .databox.databox-vertical.databox-lg .databox-icon .typcn:before, .databox.databox-vertical.databox-lg .databox-icon .glyphicon:before {
                font-size: 38px !important;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg .databox-icon .wi:before {
                font-size: 50px !important;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-lg .databox-bottom {
                height: 100px;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before {
                font-size: 85px;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-top {
                height: 100px;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before {
                font-size: 58px;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-top {
                height: 75px;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-bottom {
                height: 75px;
            }

        .databox.databox-vertical.databox-xlg {
            height: 200px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xlg .databox-bottom {
                height: 150px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before {
                font-size: 120px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-top {
                height: 150px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before {
                font-size: 85px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-top {
                height: 100px;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-bottom {
                height: 100px;
            }

        .databox.databox-vertical.databox-xxlg {
            height: 300px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xxlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xxlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxlg .databox-bottom {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before {
                font-size: 220px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-top {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before {
                font-size: 120px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-top {
                height: 150px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom {
                height: 150px;
            }

        .databox.databox-vertical.databox-xxxlg {
            height: 500px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xxxlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxxlg .databox-bottom {
                height: 450px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before {
                font-size: 420px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top {
                height: 450px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before {
                font-size: 220px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-top {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom {
                height: 250px;
            }

    .databox .chart {
        font-size: 13px;
    }

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
}

    .alert .close {
        top: 0;
        right: 0;
        line-height: 16px;
        color: #444;
    }

    .alert.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

    .alert.alert-shadowed {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

    .alert.alert-heading {
        font-weight: 600;
    }

    .alert.alert-danger {
        border-color: #df5138;
        background: #e46f61;
    }

    .alert.alert-warning {
        border-color: #ffce55;
        color: #555;
        background: #fff1a8;
    }

    .alert.alert-success {
        border-color: #8cc474;
        background: #a0d468;
    }

    .alert.alert-info {
        border-color: #11a9cc;
        background: #57b5e3;
    }

.tab-content {
    background-color: #fbfbfb;
    padding: 16px 12px;
    position: relative;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
}

    .tab-content.no-padding {
        padding: 0;
    }

    .tab-content.no-border {
        border: 0;
        padding: 12px;
    }

    .tab-content.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

    .tab-content.tabs-flat {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #e5e5e5;
    }

.nav-tabs {
    margin-bottom: 0;
    margin-left: 0;
    border: 0;
    top: 2px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a:hover {
            color: #262626;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
            outline: none !important;
        }

        .nav-tabs > li > a, .nav-tabs > li > a:focus {
            border-radius: 0 !important;
            color: #777;
            margin-right: -1px;
            line-height: 12px;
            position: relative;
            z-index: 11;
        }

            .nav-tabs > li > a > .badge {
                padding: 0 4px;
                line-height: 15px;
                opacity: .75;
                height: 16px;
                min-width: 16px;
            }

            .nav-tabs > li > a .fa, .nav-tabs > li > a .glyphicon, .nav-tabs > li > a .typcn, .nav-tabs > li > a .wi {
                opacity: .75;
            }

        .nav-tabs > li:first-child > a {
            margin-left: 0;
            border-left: 1px solid #fbfbfb;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #262626;
            border: 0;
            border-top: 2px solid #0072c6;
            border-bottom-color: transparent;
            background-color: #fbfbfb;
            z-index: 12;
            line-height: 16px;
            margin-top: -2px;
            box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
        }

            .nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*="fa-"] {
                opacity: 1;
            }

        .nav-tabs > li.active.tab-white > a {
            border-color: #fff !important;
        }

            .nav-tabs > li.active.tab-white > a > .fa, .nav-tabs > li.active.tab-white > a .glyphicon, .nav-tabs > li.active.tab-white > a .typcn, .nav-tabs > li.active.tab-white > a .wi {
                color: #fff;
            }

        .nav-tabs > li.active tab-snow > a {
            border-color: #fbfbfb !important;
        }

            .nav-tabs > li.active tab-snow > a > .fa, .nav-tabs > li.active tab-snow > a .glyphicon, .nav-tabs > li.active tab-snow > a .typcn, .nav-tabs > li.active tab-snow > a .wi {
                color: #fbfbfb;
            }

        .nav-tabs > li.active.tab-whitesmoke > a {
            border-color: #f5f5f5 !important;
        }

            .nav-tabs > li.active.tab-whitesmoke > a > .fa, .nav-tabs > li.active.tab-whitesmoke > a .glyphicon, .nav-tabs > li.active.tab-whitesmoke > a .typcn, .nav-tabs > li.active.tab-whitesmoke > a .wi {
                color: #f5f5f5;
            }

        .nav-tabs > li.active.tab-seashell > a {
            border-color: #f3f3f3 !important;
        }

            .nav-tabs > li.active.tab-seashell > a > .fa, .nav-tabs > li.active.tab-seashell > a .glyphicon, .nav-tabs > li.active.tab-seashell > a .typcn, .nav-tabs > li.active.tab-seashell > a .wi {
                color: #f3f3f3;
            }

        .nav-tabs > li.active.tab-ivory > a {
            border-color: #eee !important;
        }

            .nav-tabs > li.active.tab-ivory > a > .fa, .nav-tabs > li.active.tab-ivory > a .glyphicon, .nav-tabs > li.active.tab-ivory > a .typcn, .nav-tabs > li.active.tab-ivory > a .wi {
                color: #eee;
            }

        .nav-tabs > li.active.tab-platinum > a {
            border-color: #e5e5e5 !important;
        }

            .nav-tabs > li.active.tab-platinum > a > .fa, .nav-tabs > li.active.tab-platinum > a .glyphicon, .nav-tabs > li.active.tab-platinum > a .typcn, .nav-tabs > li.active.tab-platinum > a .wi {
                color: #e5e5e5;
            }

        .nav-tabs > li.active.tab-lightgray > a {
            border-color: #d0d0d0 !important;
        }

            .nav-tabs > li.active.tab-lightgray > a > .fa, .nav-tabs > li.active.tab-lightgray > a .glyphicon, .nav-tabs > li.active.tab-lightgray > a .typcn, .nav-tabs > li.active.tab-lightgray > a .wi {
                color: #d0d0d0;
            }

        .nav-tabs > li.active.tab-gray > a {
            border-color: #ccc !important;
        }

            .nav-tabs > li.active.tab-gray > a > .fa, .nav-tabs > li.active.tab-gray > a .glyphicon, .nav-tabs > li.active.tab-gray > a .typcn, .nav-tabs > li.active.tab-gray > a .wi {
                color: #ccc;
            }

        .nav-tabs > li.active.tab-darkgray > a {
            border-color: #999 !important;
        }

            .nav-tabs > li.active.tab-darkgray > a > .fa, .nav-tabs > li.active.tab-darkgray > a .glyphicon, .nav-tabs > li.active.tab-darkgray > a .typcn, .nav-tabs > li.active.tab-darkgray > a .wi {
                color: #999;
            }

        .nav-tabs > li.active.tab-silver > a {
            border-color: #777 !important;
        }

            .nav-tabs > li.active.tab-silver > a > .fa, .nav-tabs > li.active.tab-silver > a .glyphicon, .nav-tabs > li.active.tab-silver > a .typcn, .nav-tabs > li.active.tab-silver > a .wi {
                color: #777;
            }

        .nav-tabs > li.active.tab-sonic-silver > a {
            border-color: #737373 !important;
        }

            .nav-tabs > li.active.tab-sonic-silver > a > .fa, .nav-tabs > li.active.tab-sonic-silver > a .glyphicon, .nav-tabs > li.active.tab-sonic-silver > a .typcn, .nav-tabs > li.active.tab-sonic-silver > a .wi {
                color: #737373;
            }

        .nav-tabs > li.active.tab-storm-cloud > a {
            border-color: #666 !important;
        }

            .nav-tabs > li.active.tab-storm-cloud > a > .fa, .nav-tabs > li.active.tab-storm-cloud > a .glyphicon, .nav-tabs > li.active.tab-storm-cloud > a .typcn, .nav-tabs > li.active.tab-storm-cloud > a .wi {
                color: #666;
            }

        .nav-tabs > li.active.tab-lightcarbon > a {
            border-color: #555 !important;
        }

            .nav-tabs > li.active.tab-lightcarbon > a > .fa, .nav-tabs > li.active.tab-lightcarbon > a .glyphicon, .nav-tabs > li.active.tab-lightcarbon > a .typcn, .nav-tabs > li.active.tab-lightcarbon > a .wi {
                color: #555;
            }

        .nav-tabs > li.active.tab-carbon > a {
            border-color: #444 !important;
        }

            .nav-tabs > li.active.tab-carbon > a > .fa, .nav-tabs > li.active.tab-carbon > a .glyphicon, .nav-tabs > li.active.tab-carbon > a .typcn, .nav-tabs > li.active.tab-carbon > a .wi {
                color: #444;
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important;
        }

            .nav-tabs > li.active.tab-primary > a > .fa, .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi {
                color: #4374e0;
            }

        .nav-tabs > li.active.tab-slate-gray > a {
            border-color: #333 !important;
        }

            .nav-tabs > li.active.tab-slate-gray > a > .fa, .nav-tabs > li.active.tab-slate-gray > a .glyphicon, .nav-tabs > li.active.tab-slate-gray > a .typcn, .nav-tabs > li.active.tab-slate-gray > a .wi {
                color: #333;
            }

        .nav-tabs > li.active.tab-darkcarbon > a {
            border-color: #262626 !important;
        }

            .nav-tabs > li.active.tab-darkcarbon > a > .fa, .nav-tabs > li.active.tab-darkcarbon > a .glyphicon, .nav-tabs > li.active.tab-darkcarbon > a .typcn, .nav-tabs > li.active.tab-darkcarbon > a .wi {
                color: #262626;
            }

        .nav-tabs > li.active.tab-blue > a {
            border-color: #5db2ff !important;
        }

            .nav-tabs > li.active.tab-blue > a > .fa, .nav-tabs > li.active.tab-blue > a .glyphicon, .nav-tabs > li.active.tab-blue > a .typcn, .nav-tabs > li.active.tab-blue > a .wi {
                color: #5db2ff;
            }

        .nav-tabs > li.active.tab-info > a {
            border-color: #57b5e3 !important;
        }

            .nav-tabs > li.active.tab-info > a > .fa, .nav-tabs > li.active.tab-info > a .glyphicon, .nav-tabs > li.active.tab-info > a .typcn, .nav-tabs > li.active.tab-info > a .wi {
                color: #57b5e3;
            }

        .nav-tabs > li.active.tab-sky > a {
            border-color: #11a9cc !important;
        }

            .nav-tabs > li.active.tab-sky > a > .fa, .nav-tabs > li.active.tab-sky > a .glyphicon, .nav-tabs > li.active.tab-sky > a .typcn, .nav-tabs > li.active.tab-sky > a .wi {
                color: #11a9cc;
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important;
        }

            .nav-tabs > li.active.tab-primary > a > .fa, .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi {
                color: #4374e0;
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important;
        }

            .nav-tabs > li.active.tab-primary > a > .fa, .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi {
                color: #4374e0;
            }

        .nav-tabs > li.active.tab-blueberry > a {
            border-color: #6f85bf !important;
        }

            .nav-tabs > li.active.tab-blueberry > a > .fa, .nav-tabs > li.active.tab-blueberry > a .glyphicon, .nav-tabs > li.active.tab-blueberry > a .typcn, .nav-tabs > li.active.tab-blueberry > a .wi {
                color: #6f85bf;
            }

        .nav-tabs > li.active.tab-palegreen > a {
            border-color: #a0d468 !important;
        }

            .nav-tabs > li.active.tab-palegreen > a > .fa, .nav-tabs > li.active.tab-palegreen > a .glyphicon, .nav-tabs > li.active.tab-palegreen > a .typcn, .nav-tabs > li.active.tab-palegreen > a .wi {
                color: #a0d468;
            }

        .nav-tabs > li.active.tab-success > a {
            border-color: #53a93f !important;
        }

            .nav-tabs > li.active.tab-success > a > .fa, .nav-tabs > li.active.tab-success > a .glyphicon, .nav-tabs > li.active.tab-success > a .typcn, .nav-tabs > li.active.tab-success > a .wi {
                color: #53a93f;
            }

        .nav-tabs > li.active.tab-green > a {
            border-color: #8cc474 !important;
        }

            .nav-tabs > li.active.tab-green > a > .fa, .nav-tabs > li.active.tab-green > a .glyphicon, .nav-tabs > li.active.tab-green > a .typcn, .nav-tabs > li.active.tab-green > a .wi {
                color: #8cc474;
            }

        .nav-tabs > li.active.tab-lightyellow > a {
            border-color: #f6d52e !important;
        }

            .nav-tabs > li.active.tab-lightyellow > a > .fa, .nav-tabs > li.active.tab-lightyellow > a .glyphicon, .nav-tabs > li.active.tab-lightyellow > a .typcn, .nav-tabs > li.active.tab-lightyellow > a .wi {
                color: #f6d52e;
            }

        .nav-tabs > li.active.tab-yellow > a {
            border-color: #ffce55 !important;
        }

            .nav-tabs > li.active.tab-yellow > a > .fa, .nav-tabs > li.active.tab-yellow > a .glyphicon, .nav-tabs > li.active.tab-yellow > a .typcn, .nav-tabs > li.active.tab-yellow > a .wi {
                color: #ffce55;
            }

        .nav-tabs > li.active.tab-warning > a {
            border-color: #f4b400 !important;
        }

            .nav-tabs > li.active.tab-warning > a > .fa, .nav-tabs > li.active.tab-warning > a .glyphicon, .nav-tabs > li.active.tab-warning > a .typcn, .nav-tabs > li.active.tab-warning > a .wi {
                color: #f4b400;
            }

        .nav-tabs > li.active.tab-gold > a {
            border-color: #f9b256 !important;
        }

            .nav-tabs > li.active.tab-gold > a > .fa, .nav-tabs > li.active.tab-gold > a .glyphicon, .nav-tabs > li.active.tab-gold > a .typcn, .nav-tabs > li.active.tab-gold > a .wi {
                color: #f9b256;
            }

        .nav-tabs > li.active.tab-orange > a {
            border-color: #fb6e52 !important;
        }

            .nav-tabs > li.active.tab-orange > a > .fa, .nav-tabs > li.active.tab-orange > a .glyphicon, .nav-tabs > li.active.tab-orange > a .typcn, .nav-tabs > li.active.tab-orange > a .wi {
                color: #fb6e52;
            }

        .nav-tabs > li.active.tab-lightred > a {
            border-color: #e46f61 !important;
        }

            .nav-tabs > li.active.tab-lightred > a > .fa, .nav-tabs > li.active.tab-lightred > a .glyphicon, .nav-tabs > li.active.tab-lightred > a .typcn, .nav-tabs > li.active.tab-lightred > a .wi {
                color: #e46f61;
            }

        .nav-tabs > li.active.tab-darkorange > a {
            border-color: #ed4e2a !important;
        }

            .nav-tabs > li.active.tab-darkorange > a > .fa, .nav-tabs > li.active.tab-darkorange > a .glyphicon, .nav-tabs > li.active.tab-darkorange > a .typcn, .nav-tabs > li.active.tab-darkorange > a .wi {
                color: #ed4e2a;
            }

        .nav-tabs > li.active.tab-red > a {
            border-color: #df5138 !important;
        }

            .nav-tabs > li.active.tab-red > a > .fa, .nav-tabs > li.active.tab-red > a .glyphicon, .nav-tabs > li.active.tab-red > a .typcn, .nav-tabs > li.active.tab-red > a .wi {
                color: #df5138;
            }

        .nav-tabs > li.active.tab-pink > a {
            border-color: #e75b8d !important;
        }

            .nav-tabs > li.active.tab-pink > a > .fa, .nav-tabs > li.active.tab-pink > a .glyphicon, .nav-tabs > li.active.tab-pink > a .typcn, .nav-tabs > li.active.tab-pink > a .wi {
                color: #e75b8d;
            }

        .nav-tabs > li.active.tab-danger > a {
            border-color: #d73d32 !important;
        }

            .nav-tabs > li.active.tab-danger > a > .fa, .nav-tabs > li.active.tab-danger > a .glyphicon, .nav-tabs > li.active.tab-danger > a .typcn, .nav-tabs > li.active.tab-danger > a .wi {
                color: #d73d32;
            }

        .nav-tabs > li.active.tab-magenta > a {
            border-color: #bc5679 !important;
        }

            .nav-tabs > li.active.tab-magenta > a > .fa, .nav-tabs > li.active.tab-magenta > a .glyphicon, .nav-tabs > li.active.tab-magenta > a .typcn, .nav-tabs > li.active.tab-magenta > a .wi {
                color: #bc5679;
            }

        .nav-tabs > li.active.tab-purple > a {
            border-color: #7e3794 !important;
        }

            .nav-tabs > li.active.tab-purple > a > .fa, .nav-tabs > li.active.tab-purple > a .glyphicon, .nav-tabs > li.active.tab-purple > a .typcn, .nav-tabs > li.active.tab-purple > a .wi {
                color: #7e3794;
            }

        .nav-tabs > li.active.tab-maroon > a {
            border-color: #981b48 !important;
        }

            .nav-tabs > li.active.tab-maroon > a > .fa, .nav-tabs > li.active.tab-maroon > a .glyphicon, .nav-tabs > li.active.tab-maroon > a .typcn, .nav-tabs > li.active.tab-maroon > a .wi {
                color: #981b48;
            }

    .nav-tabs.nav-justified {
        margin-bottom: -2px;
    }

        .nav-tabs.nav-justified > li > a {
            border: none;
            margin-top: -2px;
        }

            .nav-tabs.nav-justified > li > a:hover {
                background-color: transparent;
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
            border: 0;
            border-top: 2px solid #0072c6;
            background-color: #fbfbfb;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -3px;
    }

    .nav-tabs.tabs-flat {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: rgba(0,0,0,0);
    }

.tabs-below > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-bottom-width: 0;
}

    .tabs-below > .nav-tabs li.active > a, .tabs-below > .nav-tabs li.active > a:hover, .tabs-below > .nav-tabs li.active > a:focus {
        border-top-width: 1px;
        border-bottom: 2px solid #5db2ff;
        border-top-color: transparent;
        margin-top: 0;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    }

    .tabs-below > .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
    }

    .tabs-below > .nav-tabs.nav-justified > .active > a, .tabs-below > .nav-tabs.nav-justified > .active > a:hover, .tabs-below > .nav-tabs.nav-justified > .active > a:focus {
        border: 0;
        border-bottom: 2px solid #5db2ff;
    }

.tabs-left > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    float: left;
}

    .tabs-left > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            margin: 0 -1px 0 0;
        }

        .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
            border: 0;
            border-left: 2px solid #5db2ff;
            border-right-color: transparent;
            margin: 0 -1px 0 -1px;
            -webkit-box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
            -moz-box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
            box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
        }

.tabs-right > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    float: right;
}

    .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-top: 0;
            margin: 0 -1px;
        }

        .tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
            border-top-width: 0;
            border-right: 2px solid #5db2ff;
            border-left-color: transparent;
            margin: 0 -2px 0 -1px;
            -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
        }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            min-width: 60px;
        }

.nav-tabs li [class*=" fa-"], .nav-tabs li [class^="fa-"] {
    width: 1.25em;
    display: inline-block;
    text-align: center;
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto;
}

.nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #fbfbfb;
}

.nav .dropdown-menu > .active > a, .nav .dropdown-menu > .active > a:hover, .nav .dropdown-menu > .active > a:focus {
    color: #262626;
    background-color: #e5e5e5;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > [class*="fa-"].disabled:first-child {
    color: #909090 !important;
}

.btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px;
}

    .btn:hover, .btn:focus {
        color: #fff;
    }

    .btn.btn-link {
        border: none !important;
        background: transparent none !important;
        color: #08c !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
        padding: 4px 12px !important;
        line-height: 20px !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn.btn-link:hover {
            background: none !important;
            -webkit-text-shadow: none !important;
            text-shadow: none !important;
        }

        .btn.btn-link.active {
            background: none !important;
            text-decoration: underline;
            color: #009ceb !important;
        }

            .btn.btn-link.active:after {
                display: none;
            }

        .btn.btn-link.disabled, .btn.btn-link[disabled] {
            background: 0;
            opacity: .65;
            filter: alpha(opacity=65);
        }

            .btn.btn-link.disabled:hover, .btn.btn-link[disabled]:hover {
                background: none !important;
                text-decoration: none !important;
            }

    .btn.shiny {
        -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .btn.shiny:hover {
            zoom: 1;
            filter: alpha(opacity=90);
            -webkit-opacity: .9;
            -moz-opacity: .9;
            opacity: .9;
        }

        .btn.shiny.active, .btn.shiny:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        }

        .btn.shiny.dropdown-toggle {
            border-left-width: 0 !important;
        }

    .btn.btn-circle {
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 11px 12px;
    }

        .btn.btn-circle > .fa, .btn.btn-circle .typcn, .btn.btn-circle .glyphicon, .btn.btn-circle > [class*="wi-"] {
            font-size: 20px;
            margin: 0 auto;
            line-height: 34px;
        }

        .btn.btn-circle.btn-xs {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 6px 0;
        }

            .btn.btn-circle.btn-xs > .fa, .btn.btn-circle.btn-xs .typcn, .btn.btn-circle.btn-xs .glyphicon, .btn.btn-circle.btn-xs > [class*="wi-"] {
                font-size: 12px;
                line-height: 14px;
            }

        .btn.btn-circle.btn-sm {
            width: 50px;
            height: 50px;
            padding: 10px 15px;
        }

            .btn.btn-circle.btn-sm > .fa, .btn.btn-circle.btn-sm .typcn, .btn.btn-circle.btn-sm .glyphicon, .btn.btn-circle.btn-sm > [class*="wi-"] {
                font-size: 18px;
                line-height: 26px;
                border-radius: 50%;
            }

        .btn.btn-circle.btn-lg {
            width: 70px;
            height: 70px;
            padding: 10px;
        }

            .btn.btn-circle.btn-lg > .fa, .btn.btn-circle.btn-lg .typcn, .btn.btn-circle.btn-lg .glyphicon, .btn.btn-circle.btn-lg > [class*="wi-"] {
                font-size: 28px;
                line-height: 46px;
            }

    .btn.btn-labeled {
        position: relative;
        padding-left: 0;
    }

        .btn.btn-labeled.btn-block .btn-label {
            margin-right: 0;
        }

        .btn.btn-labeled .btn-label {
            display: block;
            float: left;
            margin: -7px 12px -9px -2px;
            padding: 8px 10px 8px 11px;
            position: relative;
            background: rgba(0,0,0,.06);
            line-height: 15px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

            .btn.btn-labeled .btn-label > .fa, .btn.btn-labeled .btn-label .typcn, .btn.btn-labeled .btn-label .glyphicon, .btn.btn-labeled .btn-label > [class*="wi-"] {
                margin-right: 0;
            }

    .btn.icon-only {
        width: 36px;
        height: 34px;
        padding: 5px 3px;
    }

        .btn.icon-only > .fa, .btn.icon-only .typcn, .btn.icon-only .glyphicon, .btn.icon-only > [class*="wi-"] {
            margin: 0;
            vertical-align: middle;
            text-align: center;
            padding: 0;
            font-size: 22px;
            line-height: 22px;
        }

    .btn > .fa, .btn .typcn, .btn .glyphicon, .btn > [class*="wi-"] {
        display: inline;
        margin-right: 4px;
        font-size: 14px;
    }

        .btn > .fa.right, .btn .typcn.right, .btn .glyphicon.right, .btn > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 4px;
        }

.btn-xs {
    font-size: 11px;
    padding: 2px 7px;
}

    .btn-xs > .fa, .btn-xs > .typcn, .btn-xs > .glyphicon, .btn-xs > [class*="wi-"] {
        font-size: 12px;
        margin-right: 2px;
    }

        .btn-xs > .fa.right, .btn-xs > .typcn.right, .btn-xs > .glyphicon.right, .btn-xs > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 2px;
        }

    .btn-xs.icon-only {
        width: 24px;
        height: 24px;
        padding: 2px 6px;
    }

        .btn-xs.icon-only > .fa, .btn-xs.icon-only > .typcn, .btn-xs.icon-only > .glyphicon, .btn-xs.icon-only > [class*="wi-"] {
            font-size: 12px;
            line-height: 7px;
        }

.btn-sm {
    font-size: 12px;
    padding: 4px 9px;
    line-height: 1.39;
}

    .btn-sm > .fa, .btn-sm > .typcn, .btn-sm > .glyphicon, .btn-sm > [class*="wi-"] {
        font-size: 13px;
        margin-right: 3px;
    }

        .btn-sm > .fa.right, .btn-sm > .typcn.right, .btn-sm > .glyphicon.right, .btn-sm > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 3px;
        }

    .btn-sm.icon-only {
        width: 31px;
        height: 30px;
        padding: 3px !important;
    }

        .btn-sm.icon-only > .fa, .btn-sm.icon-only > .typcn, .btn-sm.icon-only > .glyphicon, .btn-sm.icon-only > [class*="wi-"] {
            font-size: 20px;
            line-height: 21px;
        }

.btn-lg {
    line-height: 1.35;
    padding: 9px 18px;
    font-size: 14px;
}

    .btn-lg.icon-only {
        width: 40px;
        height: 38px;
        padding: 6px !important;
    }

        .btn-lg.icon-only > .fa, .btn-lg.icon-only > .typcn, .btn-lg.icon-only > .glyphicon, .btn-lg.icon-only > [class*="wi-"] {
            font-size: 24px;
            line-height: 26px;
        }

    .btn-lg > .fa, .btn-lg > .typcn, .btn-lg > .glyphicon, .btn-lg > [class*="wi-"] {
        font-size: 16px;
        margin-right: 6px;
    }

        .btn-lg > .fa.right, .btn-lg > .typcn.right, .btn-lg > .glyphicon.right, .btn-lg > [class*="wi-"].right {
            margin-right: 0;
            margin-left: 6px;
        }

.btn, .btn-default, .btn:focus, .btn-default:focus {
    color: #444;
    background-color: #fff;
    border-color: #ccc;
}

    .btn:hover, .btn-default:hover {
        color: #444;
    }

    .btn.shiny, .btn-default.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: linear-gradient(to bottom,#fff 0,#ededed 100%);
    }

    .btn.dropdown-toggle:not(:first-child), .btn-default.dropdown-toggle:not(:first-child) {
        border-left-width: 0 !important;
        margin-left: -1px;
    }

    .btn-default:hover, .open .btn-default.dropdown-toggle {
        border-color: #b8b8b8;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1);
    }

.open .btn-default.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-primary, .btn-primary:focus {
    background-color: #427fed !important;
    border-color: #427fed;
    color: #fff;
}

    .btn-primary:hover {
        color: #fff;
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #6a99ee !important;
    }

    .btn-primary.active {
        background-color: #2c56b1 !important;
        border-color: #21448d;
    }

    .btn-primary.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: -moz-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: -o-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: linear-gradient(center to bottom,#0095ff 5%,#005eff 100%);
    }

    .btn-primary:hover, .open .btn-primary.dropdown-toggle {
        background-color: #4285f4 !important;
        border-color: #427fed;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #427fed !important;
        border-color: #427fed;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-info, .btn-info:focus {
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color: #fff;
}

    .btn-info:hover {
        color: #fff;
    }

    .btn-info.dropdown-toggle {
        border-left-color: #8bcdee !important;
    }

    .btn-info.active {
        background-color: #5fa6d3 !important;
        border-color: #4396cb;
    }

    .btn-info.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#00adee),to(#0078a5));
    }

    .btn-info:hover, .open .btn-info.dropdown-toggle {
        background-color: #6abce2 !important;
        border-color: #6abce2;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .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:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #57b5e3 !important;
        border-color: #57b5e3;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-success, .btn-success:focus {
    background-color: #53a93f !important;
    border-color: #53a93f !important;
    color: #fff;
}

    .btn-success:hover {
        color: #fff;
    }

    .btn-success.dropdown-toggle {
        border-left-color: #a0d468 !important;
    }

    .btn-success.active {
        background-color: #3e802f !important;
        border-color: #2f6124;
    }

    .btn-success.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#7db72f),to(#4e7d0e));
    }

    .btn-success:hover, .open .btn-success.dropdown-toggle {
        background-color: #65b951 !important;
        border-color: #65b951;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .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:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #53a93f !important;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-warning, .btn-warning:focus {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff;
}

    .btn-warning:hover {
        color: #fff;
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #ffce55 !important;
    }

    .btn-warning.active {
        background-color: #f2a73e !important;
        border-color: #f0981c;
    }

    .btn-warning.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#faa51a),to(#f47a20));
    }

    .btn-warning:hover, .open .btn-warning.dropdown-toggle {
        background-color: #f6c12a !important;
        border-color: #f6c12a;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .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:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f4b400 !important;
        border-color: #f4b400;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-danger, .btn-danger:focus {
    background-color: #d73d32 !important;
    border-color: #d73d32;
    color: #fff;
}

    .btn-danger:hover {
        color: #fff;
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #e46f61 !important;
    }

    .btn-danger.active {
        background-color: #be3e2e !important;
        border-color: #9a3323;
    }

    .btn-danger.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#ed1c24),to(#aa1317));
    }

    .btn-danger:hover, .open .btn-danger.dropdown-toggle {
        background-color: #e74b37 !important;
        border-color: #e74b37;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .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:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d73d32 !important;
        border-color: #d73d32;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-blue, .btn-blue:focus {
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #fff;
}

    .btn-blue:hover {
        color: #fff;
    }

    .btn-blue.dropdown-toggle {
        border-left-color: #81c1fb !important;
    }

    .btn-blue.active {
        background-color: #449cec !important;
        border-color: #3d90db;
    }

    .btn-blue.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MGJhZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#70bafd),to(#449cec));
    }

    .btn-blue:hover, .open .btn-blue.dropdown-toggle {
        background-color: #70bafd !important;
        border-color: #70bafd;
        color: #fff;
    }

    .btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
        background-color: #5db2ff !important;
        border-color: #5db2ff;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-sky, .btn-sky:focus {
    background-color: #11a9cc !important;
    border-color: #11a9cc;
    color: #fff;
}

    .btn-sky:hover {
        color: #fff;
    }

    .btn-sky.dropdown-toggle {
        border-left-color: #81c1fb !important;
    }

    .btn-sky.active {
        background-color: #2095b0 !important;
        border-color: #2f97af;
    }

    .btn-sky.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#28b3d3),to(#2095b0));
    }

    .btn-sky:hover, .open .btn-sky.dropdown-toggle {
        background-color: #28b3d3 !important;
        border-color: #28b3d3;
        color: #fff;
    }

    .btn-sky.disabled, .btn-sky[disabled], fieldset[disabled] .btn-sky, .btn-sky.disabled:hover, .btn-sky[disabled]:hover, fieldset[disabled] .btn-sky:hover, .btn-sky.disabled:focus, .btn-sky[disabled]:focus, fieldset[disabled] .btn-sky:focus, .btn-sky.disabled:active, .btn-sky[disabled]:active, fieldset[disabled] .btn-sky:active, .btn-sky.disabled.active, .btn-sky[disabled].active, fieldset[disabled] .btn-sky.active {
        background-color: #11a9cc !important;
        border-color: #11a9cc;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-azure, .btn-azure:focus {
    background-color: #0072c6 !important;
    border-color: #0072c6;
    color: #fff;
}

    .btn-azure:hover {
        color: #fff;
    }

    .btn-azure.dropdown-toggle {
        border-left-color: #3ecdf1 !important;
    }

    .btn-azure.active {
        background-color: #2badce !important;
        border-color: #2badce;
    }

    .btn-azure.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzZWNkZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiYWRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#3ecdf1),to(#2badce));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#3ecdf1),to(#2badce));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#3ecdf1),to(#2badce));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#3ecdf1),to(#2badce));
    }

    .btn-azure:hover, .open .btn-azure.dropdown-toggle {
        background-color: #3ecdf1 !important;
        border-color: #3ecdf1;
        color: #fff;
    }

    .btn-azure.disabled, .btn-azure[disabled], fieldset[disabled] .btn-azure, .btn-azure.disabled:hover, .btn-azure[disabled]:hover, fieldset[disabled] .btn-azure:hover, .btn-azure.disabled:focus, .btn-azure[disabled]:focus, fieldset[disabled] .btn-azure:focus, .btn-azure.disabled:active, .btn-azure[disabled]:active, fieldset[disabled] .btn-azure:active, .btn-azure.disabled.active, .btn-azure[disabled].active, fieldset[disabled] .btn-azure.active {
        background-color: #0072c6 !important;
        border-color: #0072c6;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-palegreen, .btn-palegreen:focus {
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #fff;
}

    .btn-palegreen:hover {
        color: #fff;
    }

    .btn-palegreen.dropdown-toggle {
        border-left-color: #a6d791 !important;
    }

    .btn-palegreen.active {
        background-color: #74aa5d !important;
        border-color: #699755;
    }

    .btn-palegreen.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5Y2Q1ODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0YWE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#9cd584),to(#74aa5d));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#9cd584),to(#74aa5d));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#9cd584),to(#74aa5d));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#9cd584),to(#74aa5d));
    }

    .btn-palegreen:hover, .open .btn-palegreen.dropdown-toggle {
        background-color: #9cd584 !important;
        border-color: #9cd584;
        color: #fff;
    }

    .btn-palegreen.disabled, .btn-palegreen[disabled], fieldset[disabled] .btn-palegreen, .btn-palegreen.disabled:hover, .btn-palegreen[disabled]:hover, fieldset[disabled] .btn-palegreen:hover, .btn-palegreen.disabled:focus, .btn-palegreen[disabled]:focus, fieldset[disabled] .btn-palegreen:focus, .btn-palegreen.disabled:active, .btn-palegreen[disabled]:active, fieldset[disabled] .btn-palegreen:active, .btn-palegreen.disabled.active, .btn-palegreen[disabled].active, fieldset[disabled] .btn-palegreen.active {
        background-color: #a0d468 !important;
        border-color: #a0d468;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-yellow, .btn-yellow:focus {
    background-color: #ffce55 !important;
    border-color: #ffce55;
    color: #fff;
}

    .btn-yellow:hover {
        color: #fff;
    }

    .btn-yellow.dropdown-toggle {
        border-left-color: #f6d52e !important;
    }

    .btn-yellow.active {
        background-color: #fbc220 !important;
        border-color: #f3ba17;
        color: #fff !important;
    }

    .btn-yellow.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGQzNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYzIyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#fdd35a),to(#fbc220));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#fdd35a),to(#fbc220));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#fdd35a),to(#fbc220));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#fdd35a),to(#fbc220));
    }

    .btn-yellow:hover, .open .btn-yellow.dropdown-toggle {
        background-color: #fdd35a !important;
        border-color: #fdd35a;
        color: #fff;
    }

    .btn-yellow.disabled, .btn-yellow[disabled], fieldset[disabled] .btn-yellow, .btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover, .btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus, .btn-yellow.disabled:active, .btn-yellow[disabled]:active, fieldset[disabled] .btn-yellow:active, .btn-yellow.disabled.active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow.active {
        background-color: #ffce55 !important;
        border-color: #ffce55;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-darkorange, .btn-darkorange:focus {
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    color: #fff;
}

    .btn-darkorange:hover {
        color: #fff;
    }

    .btn-darkorange.dropdown-toggle {
        border-left-color: #f07154 !important;
    }

    .btn-darkorange.active {
        background-color: #da411f !important;
        border-color: #cc3918;
    }

    .btn-darkorange.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjY5NGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDExZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#ef694b),to(#da411f));
    }

    .btn-darkorange:hover, .open .btn-darkorange.dropdown-toggle {
        background-color: #ef694b !important;
        border-color: #ef694b;
        color: #fff;
    }

    .btn-darkorange.disabled, .btn-darkorange[disabled], fieldset[disabled] .btn-darkorange, .btn-darkorange.disabled:hover, .btn-darkorange[disabled]:hover, fieldset[disabled] .btn-darkorange:hover, .btn-darkorange.disabled:focus, .btn-darkorange[disabled]:focus, fieldset[disabled] .btn-darkorange:focus, .btn-darkorange.disabled:active, .btn-darkorange[disabled]:active, fieldset[disabled] .btn-darkorange:active, .btn-darkorange.disabled.active, .btn-darkorange[disabled].active, fieldset[disabled] .btn-darkorange.active {
        background-color: #ed4e2a !important;
        border-color: #ed4e2a;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-magenta, .btn-magenta:focus {
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color: #fff;
}

    .btn-magenta:hover {
        color: #fff;
    }

    .btn-magenta.dropdown-toggle {
        border-left-color: #c96d8c !important;
    }

    .btn-magenta.active {
        background-color: #a5325a !important;
        border-color: #9f3156;
    }

    .btn-magenta.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNDYyODMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MzI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#c46283),to(#a5325a));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#c46283),to(#a5325a));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#c46283),to(#a5325a));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#c46283),to(#a5325a));
    }

    .btn-magenta:hover, .open .btn-magenta.dropdown-toggle {
        background-color: #c46283 !important;
        border-color: #c46283;
        color: #fff;
    }

    .btn-magenta.disabled, .btn-magenta[disabled], fieldset[disabled] .btn-magenta, .btn-magenta.disabled:hover, .btn-magenta[disabled]:hover, fieldset[disabled] .btn-magenta:hover, .btn-magenta.disabled:focus, .btn-magenta[disabled]:focus, fieldset[disabled] .btn-magenta:focus, .btn-magenta.disabled:active, .btn-magenta[disabled]:active, fieldset[disabled] .btn-magenta:active, .btn-magenta.disabled.active, .btn-magenta[disabled].active, fieldset[disabled] .btn-magenta.active {
        background-color: #bc5679 !important;
        border-color: #bc5679;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-purple, .btn-purple:focus {
    background-color: #7e3794 !important;
    border-color: #7e3794;
    color: #fff;
}

    .btn-purple:hover {
        color: #fff;
    }

    .btn-purple.dropdown-toggle {
        border-left-color: #9852ae !important;
    }

    .btn-purple.active {
        background-color: #69257e !important;
        border-color: #601e74;
    }

    .btn-purple.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YzQ0YTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MjU3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#8c44a2),to(#69257e));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#8c44a2),to(#69257e));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#8c44a2),to(#69257e));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#8c44a2),to(#69257e));
    }

    .btn-purple:hover, .open .btn-purple.dropdown-toggle {
        background-color: #8c44a2 !important;
        border-color: #8c44a2;
        color: #fff;
    }

    .btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple, .btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover, .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active, .btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active {
        background-color: #7e3794 !important;
        border-color: #7e3794;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn-maroon, .btn-maroon:focus {
    background-color: #981b48 !important;
    border-color: #981b48;
    color: #fff;
}

    .btn-maroon:hover {
        color: #fff;
    }

    .btn-maroon.dropdown-toggle {
        border-left-color: #b55274 !important;
    }

    .btn-maroon.active {
        background-color: #7c1138 !important;
        border-color: #9f3156;
    }

    .btn-maroon.shiny {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhODI4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg2MTIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#a82856),to(#86123c));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#a82856),to(#86123c));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#a82856),to(#86123c));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#a82856),to(#86123c));
    }

    .btn-maroon:hover, .open .btn-maroon.dropdown-toggle {
        background-color: #a82856 !important;
        border-color: #a82856;
        color: #fff;
    }

    .btn-maroon.disabled, .btn-maroon[disabled], fieldset[disabled] .btn-maroon, .btn-maroon.disabled:hover, .btn-maroon[disabled]:hover, fieldset[disabled] .btn-maroon:hover, .btn-maroon.disabled:focus, .btn-maroon[disabled]:focus, fieldset[disabled] .btn-maroon:focus, .btn-maroon.disabled:active, .btn-maroon[disabled]:active, fieldset[disabled] .btn-maroon:active, .btn-maroon.disabled.active, .btn-maroon[disabled].active, fieldset[disabled] .btn-maroon.active {
        background-color: #981b48 !important;
        border-color: #981b48;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

.btn.disabled.active, .btn[disabled].active, .btn.disabled:focus, .btn[disabled]:focus, .btn.disabled:active, .btn[disabled]:active {
    outline: 0;
}

.btn.disabled:active, .btn[disabled]:active {
    top: 0;
    left: 0;
}

.open .btn.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
    border-left: 0;
}

.btn-group > .btn, .btn-group > .btn + .btn {
    margin: 0;
}

    .btn-group > .btn:first-child {
        margin: 0;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

    .btn-group > .btn:last-child {
        -webkit-border-radius: 0 2px 2px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 2px 2px 0;
        -moz-background-clip: padding;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box;
    }

    .btn-group > .btn > .caret {
        margin-left: 1px;
        border-width: 5px;
        border-top-color: #eee;
        margin-top: 1px;
    }

    .btn-group > .btn.btn-default > .caret {
        border-top-color: #333;
    }

    .btn-group > .btn + .btn.dropdown-toggle {
        padding-left: 7px;
        padding-right: 7px;
    }

    .btn-group > .btn + .btn-lg.dropdown-toggle {
        padding-right: 10px;
        padding-left: 10px;
    }

    .btn-group > .btn + .btn-sm.dropdown-toggle {
        padding-right: 6px;
        padding-left: 6px;
    }

        .btn-group > .btn + .btn-sm.dropdown-toggle .fa {
            line-height: 13px;
        }

    .btn-group > .btn + .btn-xs.dropdown-toggle {
        padding-right: 5px;
        padding-left: 5px;
    }

        .btn-group > .btn + .btn-xs.dropdown-toggle .fa {
            line-height: 13px;
        }

.btn-group .dropdown-toggle {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

    .btn-group .dropdown-toggle .fa {
        display: inline-block;
        margin-top: 1px;
        font-size: 14px;
        line-height: 14px;
        margin-right: 0;
        margin-left: 0;
    }

.btn-group > .btn, .btn-group + .btn {
    margin: 0;
}

    .btn-group > .btn.active:after, .btn-group + .btn.active:after {
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-bottom-width: 1px;
    }

.btn-group-vertical > .btn:not(:last-child) {
    border-bottom: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn + .btn {
    margin: 0;
}

    .btn-group-vertical > .btn:first-child {
        margin-right: 0;
    }

.accordion.spaced.panel-group .panel + .panel {
    margin-top: 3px;
}

.accordion.panel-group {
    border: 1px solid #d8d8d8;
    border-top-width: 0;
}

    .accordion.panel-group .panel {
        border-radius: 0;
        border: 0;
        background-color: #fff;
        box-shadow: none;
    }

        .accordion.panel-group .panel:last-child {
            border-bottom-width: 1px;
        }

        .accordion.panel-group .panel .collapse {
            background-color: #fff;
        }

        .accordion.panel-group .panel + .panel {
            margin-top: 0;
        }

    .accordion.panel-group .panel-heading {
        padding: 0;
    }

        .accordion.panel-group .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d5d5d5 !important;
        }

        .accordion.panel-group .panel-heading .accordion-toggle {
            color: #555;
            background-color: #fff;
            position: relative;
            font-weight: bold;
            font-size: 14px;
            line-height: 1;
            padding: 10px;
            display: block;
        }

            .accordion.panel-group .panel-heading .accordion-toggle:after {
                -webkit-transition: all .218s;
                -moz-transition: all .218s;
                -o-transition: all .218s;
                transition: all .218s;
                position: absolute;
                right: 20px;
                top: 8px;
                font-family: 'FontAwesome';
                font-size: 17px;
                font-weight: bold;
                content: "";
                color: #bebebe;
            }

            .accordion.panel-group .panel-heading .accordion-toggle.collapsed:after {
                content: "";
            }

            .accordion.panel-group .panel-heading .accordion-toggle.collapsed {
                color: #737373;
                font-weight: normal;
                background-color: #fff;
                -webkit-transition: border .218s;
                -moz-transition: border .218s;
                -o-transition: border .218s;
                transition: border .218s;
                border-bottom: 1px solid #f5f5f5;
            }

            .accordion.panel-group .panel-heading .accordion-toggle:hover {
                color: #262626;
                text-decoration: none;
            }

                .accordion.panel-group .panel-heading .accordion-toggle:hover > [class*="icon-"]:first-child {
                    text-decoration: none;
                }

                .accordion.panel-group .panel-heading .accordion-toggle:hover:after {
                    color: #262626;
                }

            .accordion.panel-group .panel-heading .accordion-toggle:focus, .accordion.panel-group .panel-heading .accordion-toggle:active {
                outline: 0;
                text-decoration: none;
            }

            .accordion.panel-group .panel-heading .accordion-toggle > [class*="fa-"]:first-child {
                width: 16px;
            }

    .accordion.panel-group .panel-body {
        background-color: #eee;
        border-left: 2px solid #eee;
        color: #262626 !important;
    }

    .accordion.panel-group.no-padding {
        padding: 0;
    }

.label, .badge {
    display: inline-block;
    font-weight: 300;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
}

.label {
    font-size: 12px;
    padding: 4px 6px 4px 6px;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
}

    .label.label-sm {
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #ccc;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 12px !important;
    -moz-background-clip: padding !important;
    border-radius: 12px !important;
    background-clip: padding-box !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    vertical-align: middle;
}

    .badge.badge-square {
        -webkit-border-radius: 2px !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius: 2px !important;
        -moz-background-clip: padding !important;
        border-radius: 2px !important;
        background-clip: padding-box !important;
    }

    .badge.badge-empty {
        display: inline-block;
        width: 10px;
        height: 10px;
        padding: 0;
        vertical-align: baseline;
    }

.badge-default, .label-default {
    background-color: #ccc !important;
}

    .badge-default.graded, .label-default.graded {
        background: linear-gradient(to right,#ccc,#e5e5e5) !important;
    }

.badge-blue, .label-blue {
    background-color: #5db2ff !important;
}

    .badge-blue.graded, .label-blue.graded {
        background: linear-gradient(to right,#5db2ff,#80c1fb) !important;
    }

.label-info, .badge-info {
    background-color: #57b5e3;
    background-image: none !important;
}

    .label-info.graded, .badge-info.graded {
        background: linear-gradient(to right,#57b5e3,#c4e6f6) !important;
    }

.label-sky, .badge-sky {
    background-color: #11a9cc;
    background-image: none !important;
}

    .label-sky.graded, .badge-sky.graded {
        background: linear-gradient(to right,#11a9cc,#c4e6f6) !important;
    }

.badge-primary, .label-primary {
    background-color: #4374e0 !important;
}

    .badge-primary.graded, .label-primary.graded {
        background: linear-gradient(to right,#4374e0,#aec9fa) !important;
    }

.label-azure, .badge-azure {
    background-color: #0072c6;
    background-image: none !important;
}

    .label-azure.graded, .badge-azure.graded {
        background: linear-gradient(to right,#0072c6,#5edfff) !important;
    }

.label-blueberry, .badge-blueberry {
    background-color: #6f85bf;
    background-image: none !important;
}

    .label-blueberry.graded, .badge-blueberry.graded {
        background: linear-gradient(to right,#6f85bf,#ced5e9) !important;
    }

.label-palegreen, .badge-palegreen {
    background-color: #a0d468;
    background-image: none !important;
}

    .label-palegreen.graded, .badge-palegreen.graded {
        background: linear-gradient(to right,#a0d468,#c5e9b6) !important;
    }

.label-success, .badge-success {
    background-color: #53a93f;
    background-image: none !important;
}

    .label-success.graded, .badge-success.graded {
        background: linear-gradient(to right,#53a93f,#b0e0a4) !important;
    }

.label-green, .badge-green {
    background-color: #8cc474;
    background-image: none !important;
}

    .label-green.graded, .badge-green.graded {
        background: linear-gradient(to right,#8cc474,#a0d468) !important;
    }

.label-lightyellow, .badge-lightyellow {
    background-color: #f6d52e;
    background-image: none !important;
}

    .label-lightyellow.graded, .badge-lightyellow.graded {
        background: linear-gradient(to right,#f6d52e,#f8e26d) !important;
    }

.label-yellow, .badge-yellow {
    background-color: #ffce55;
    background-image: none !important;
}

    .label-yellow.graded, .badge-yellow.graded {
        background: linear-gradient(to right,#ffce55,#f6d52e) !important;
    }

.label-warning, .badge-warning {
    background-color: #f4b400;
    background-image: none !important;
}

    .label-warning.graded, .badge-warning.graded {
        background: linear-gradient(to right,#f4b400,#f8df95) !important;
    }

.label-gold, .badge-gold {
    background-color: #f9b256;
    background-image: none !important;
}

    .label-gold.graded, .badge-gold.graded {
        background: linear-gradient(to right,#f9b256,#fece90) !important;
    }

.label-orange, .badge-orange {
    background-color: #fb6e52;
    background-image: none !important;
}

    .label-orange.graded, .badge-orange.graded {
        background: linear-gradient(to right,#fb6e52,#fb9f8d) !important;
    }

.label-lightred, .badge-lightred {
    background-color: #e46f61;
    background-image: none !important;
}

    .label-lightred.graded, .badge-lightred.graded {
        background: linear-gradient(to right,#e46f61,#f88f83) !important;
    }

.label-darkorange, .badge-darkorange {
    background-color: #ed4e2a;
    background-image: none !important;
}

    .label-darkorange.graded, .badge-darkorange.graded {
        background: linear-gradient(to right,#ed4e2a,#f5a998) !important;
    }

.label-red, .badge-red {
    background-color: #df5138;
    background-image: none !important;
}

    .label-red.graded, .badge-red.graded {
        background: linear-gradient(to right,#df5138,#f5836f) !important;
    }

.label-pink, .badge-pink {
    background-color: #e75b8d;
    background-image: none !important;
}

    .label-pink.graded, .badge-pink.graded {
        background: linear-gradient(to right,#e75b8d,#f299b9) !important;
    }

.label-darkpink, .badge-darkpink {
    background-color: #cc324b;
    background-image: none !important;
}

    .label-darkpink.graded, .badge-darkpink.graded {
        background: linear-gradient(to right,#cc324b,#fb6880) !important;
    }

.label-danger, .badge-danger {
    background-color: #d73d32;
    background-image: none !important;
}

    .label-danger.graded, .badge-danger.graded {
        background: linear-gradient(to right,#d73d32,#f7b5b0) !important;
    }

.label-magenta, .badge-magenta {
    background-color: #bc5679;
    background-image: none !important;
}

    .label-magenta.graded, .badge-magenta.graded {
        background: linear-gradient(to right,#bc5679,#e9abc0) !important;
    }

.label-purple, .badge-purple {
    background-color: #7e3794;
    background-image: none !important;
}

    .label-purple.graded, .badge-purple.graded {
        background: linear-gradient(to right,#7e3794,#daafe8) !important;
    }

.label-maroon, .badge-maroon {
    background-color: #981b48;
    background-image: none !important;
}

    .label-maroon.graded, .badge-maroon.graded {
        background: linear-gradient(to right,#981b48,#eab6c9) !important;
    }

.progress {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #e5e5e5;
    height: 18px;
    position: relative;
}

    .progress:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: 8121991;
        background-image: -webkit-radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
        background-image: -moz-radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
        background-image: -o-radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
        background-image: radial-gradient(9px 9px 0,circle cover,#0ff 0,rgba(0,0,255,0) 100%,#00f 95%);
    }

    .progress .progress-bar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        line-height: 18px;
    }

    .progress.progress-xlg {
        height: 26px;
    }

        .progress.progress-xlg .progress-bar {
            line-height: 25px;
        }

    .progress.progress-lg {
        height: 22px;
    }

        .progress.progress-lg .progress-bar {
            line-height: 21px;
        }

    .progress.progress-sm {
        height: 12px;
    }

        .progress.progress-sm .progress-bar {
            line-height: 10px;
            font-size: 11px;
        }

    .progress.progress-xs {
        height: 9px;
    }

        .progress.progress-xs .progress-bar {
            line-height: 8px;
            font-size: 11px;
        }

    .progress.progress-xxs {
        height: 4px;
    }

        .progress.progress-xxs .progress-bar {
            line-height: 4px;
            font-size: 0;
        }

    .progress.progress-right .progress-bar {
        float: right;
    }

    .progress.progress-shadowed {
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
        box-shadow: 0 0 4px rgba(0,0,0,.2);
    }

    .progress.progress-no-radius {
        -webkit-border-radius: 0 !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius: 0 !important;
        -moz-background-clip: padding !important;
        border-radius: 0 !important;
        background-clip: padding-box !important;
    }

    .progress.progress-vertical {
        width: 25px;
        height: 100%;
        min-height: 150px;
        margin-right: 20px;
        display: inline-block;
        margin-bottom: 0;
    }

        .progress.progress-vertical .progress-bar {
            position: absolute;
            width: 25px;
            overflow: hidden;
            line-height: 20px;
            height: 0;
            -webkit-transition: height .5s ease;
            -moz-transition: height .5s ease;
            -o-transition: height .5s ease;
            transition: height .5s ease;
        }

            .progress.progress-vertical .progress-bar span {
                width: 100%;
                font-size: 12px;
                text-align: center;
            }

        .progress.progress-vertical.progress-bottom {
            position: relative;
        }

            .progress.progress-vertical.progress-bottom .progress-bar {
                position: absolute;
                bottom: 0;
            }

                .progress.progress-vertical.progress-bottom .progress-bar span {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

        .progress.progress-vertical.progress-xlg {
            width: 40px;
        }

            .progress.progress-vertical.progress-xlg .progress-bar {
                width: 40px;
            }

        .progress.progress-vertical.progress-lg {
            width: 30px;
        }

            .progress.progress-vertical.progress-lg .progress-bar {
                width: 30px;
            }

        .progress.progress-vertical.progress-sm {
            width: 20px;
        }

            .progress.progress-vertical.progress-sm .progress-bar {
                width: 20px;
            }

                .progress.progress-vertical.progress-sm .progress-bar span {
                    font-size: 8px;
                }

        .progress.progress-vertical.progress-xs {
            width: 10px;
        }

            .progress.progress-vertical.progress-xs .progress-bar {
                width: 10px;
            }

                .progress.progress-vertical.progress-xs .progress-bar span {
                    font-size: 0;
                }

        .progress.progress-vertical.progress-xxs {
            width: 5px;
        }

            .progress.progress-vertical.progress-xxs .progress-bar {
                width: 5px;
            }

                .progress.progress-vertical.progress-xxs .progress-bar span {
                    font-size: 0;
                }

        .progress.progress-vertical.progress-bordered {
            width: 31px;
        }

            .progress.progress-vertical.progress-bordered.progress-bottom .progress-bar {
                bottom: 3px;
            }

            .progress.progress-vertical.progress-bordered.progress-xlg {
                width: 48px;
            }

            .progress.progress-vertical.progress-bordered.progress-lg {
                width: 38px;
            }

            .progress.progress-vertical.progress-bordered.progress-sm {
                width: 28px;
            }

            .progress.progress-vertical.progress-bordered.progress-xs {
                width: 18px;
            }

            .progress.progress-vertical.progress-bordered.progress-xxs {
                width: 13px;
            }

    .progress.progress-bordered {
        border: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        padding: 3px;
        height: 24px;
    }

        .progress.progress-bordered.progress-xlg {
            height: 32px;
        }

        .progress.progress-bordered.progress-lg {
            height: 28px;
        }

        .progress.progress-bordered.progress-sm {
            height: 18px;
        }

        .progress.progress-bordered.progress-xs {
            height: 15px;
        }

        .progress.progress-bordered.progress-xxs {
            height: 10px;
        }

.progress-bar {
    background-color: #0072c6;
}

.progress-bar-danger {
    background-color: #d73d32 !important;
}

.progress-bar-success {
    background-color: #53a93f !important;
}

.progress-bar-warning {
    background-color: #f4b400 !important;
}

.progress-bar-silver {
    background-color: #777 !important;
}

.progress-bar-inverse {
    background-color: #444 !important;
}

.progress-bar-blue {
    background-color: #5db2ff !important;
}

.progress-bar-info {
    background-color: #57b5e3 !important;
}

.progress-bar-azure {
    background-color: #0072c6 !important;
}

.progress-bar-sky {
    background-color: #11a9cc !important;
}

.progress-bar-blueberry {
    background-color: #6f85bf !important;
}

.progress-bar-palegreen {
    background-color: #a0d468 !important;
}

.progress-bar-orange {
    background-color: #fb6e52 !important;
}

.progress-bar-darkorange {
    background-color: #ed4e2a !important;
}

.progress-bar-magenta {
    background-color: #bc5679 !important;
}

.progress-bar-purple {
    background-color: #7e3794 !important;
}

.progress-bar-maroon {
    background-color: #981b48 !important;
}

.progress-striped .progress-bar {
    background-image: 8121991;
    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: -moz-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(135deg,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);
}

.well {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background-color: #fbfbfb;
    border: 0;
    color: #262626;
    position: relative;
    margin-bottom: 30px;
    min-height: 0;
}

    .well.attached {
        position: relative;
        top: -1px;
        bottom: -1px;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 0 0 1px #ddd;
    }

        .well.attached.top {
            top: 0;
            bottom: -1px;
            margin-top: 1em;
            margin-bottom: 0;
            -webkit-border-radius: 3px 3px 0 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 3px 0 0;
            -moz-background-clip: padding;
            border-radius: 3px 3px 0 0;
            background-clip: padding-box;
            border-bottom: 0;
        }

        .well.attached.bottom {
            top: -1px;
            bottom: 0;
            margin-top: 0;
            margin-bottom: 1em;
            -webkit-border-radius: 0 0 3px 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 0 3px 3px;
            -moz-background-clip: padding;
            border-radius: 0 0 3px 3px;
            background-clip: padding-box;
            border-top: 0;
        }

            .well.attached.bottom:last-child {
                margin-bottom: 0;
            }

    .well.bordered-top {
        border-top: 5px solid #0072c6;
    }

    .well.bordered-bottom {
        border-bottom: 5px solid #0072c6;
    }

    .well.bordered-left {
        border-left: 5px solid #0072c6;
    }

    .well.bordered-right {
        border-right: 5px solid #0072c6;
    }

    .well[class*="bg-"] {
        color: #f5f5f5;
    }

    .well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
        margin-top: 0;
    }

    .well h1, .well h2, .well h3 {
        line-height: 36px;
    }

    .well.with-header {
        padding-top: 60px;
    }

    .well.with-footer {
        padding-bottom: 60px;
    }

    .well .header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px;
        text-align: left;
        border-radius: 2px 2px 0 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .well .header[class*="bg-"] {
            color: #fff;
            border-bottom: 0;
        }

        .well .header[class*="bordered-"] {
            border-bottom: 3px solid #fff;
        }

    .well .footer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 10px;
        border-top: 1px solid #e5e5e5;
        border-radius: 0 0 2px 2px;
    }

        .well .footer[class*="bordered-"] {
            border-top: 3px solid #fff;
        }

    .well hr.wide {
        margin-right: -19px;
        margin-left: -19px;
    }

.popover {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    color: #444;
    background-color: #fbfbfb;
}

    .popover .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #f7f7f7;
        border-top-width: 0;
    }

    .popover.inverted {
        background-color: #262626;
        color: #f5f5f5;
    }

        .popover.inverted .popover-title {
            background-color: #262626;
            color: #f5f5f5;
        }

        .popover.inverted.top .arrow:after {
            border-top-color: #262626;
        }

        .popover.inverted.bottom .arrow:after {
            border-bottom-color: #262626;
        }

        .popover.inverted.left .arrow:after {
            border-left-color: #262626;
        }

        .popover.inverted.right .arrow:after {
            border-right-color: #262626;
        }

    .popover.dark {
        background-color: #e5e5e5;
    }

        .popover.dark .popover-title {
            background-color: #e5e5e5;
        }

        .popover.dark.top .arrow:after {
            border-top-color: #e5e5e5;
        }

        .popover.dark.bottom .arrow:after {
            border-bottom-color: #e5e5e5;
        }

        .popover.dark.left .arrow:after {
            border-left-color: #e5e5e5;
        }

        .popover.dark.right .arrow:after {
            border-right-color: #e5e5e5;
        }

.popover-title {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #000;
    border-bottom: 3px solid #0072c6;
}

.popover-notitle + .popover .popover-title {
    display: none;
}

.popover-notitle + .popover.top .arrow:after {
    border-top-color: #fff;
}

.popover-notitle + .popover.bottom .arrow:after {
    border-bottom-color: #fff;
}

.popover-notitle + .popover.left .arrow:after {
    border-left-color: #fff;
}

.popover-notitle + .popover.right .arrow:after {
    border-left-color: #fff;
}

.tooltip.in {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #262626;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #262626;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #262626;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262626;
}

.tooltip-lg + .tooltip > .tooltip-inner {
    font-size: 15px !important;
}

.tooltip-inner {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px rgba(229,229,229,.5);
    -moz-box-shadow: 1px 1px rgba(229,229,229,.5);
    box-shadow: 1px 1px rgba(229,229,229,.5);
    -webkit-transition: visibility 0,opacity .13s ease-in;
    -moz-transition: visibility 0,opacity .13s ease-in;
    -o-transition: visibility 0,opacity .13s ease-in;
    transition: visibility 0,opacity .13s ease-in;
    background-color: #262626;
    border: 1px solid #262626;
    color: #aaa;
    padding: 8px 8px;
    font-size: 13px;
}

.tooltip-white + .tooltip > .tooltip-inner {
    border: 1px solid #fff;
    background-color: #fff;
    color: #262626;
}

.tooltip-white + .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip-white + .tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip-white + .tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.tooltip-white + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip-whitesmoke + .tooltip > .tooltip-inner {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #262626;
}

.tooltip-whitesmoke + .tooltip.top .tooltip-arrow {
    border-top-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.right .tooltip-arrow {
    border-right-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.left .tooltip-arrow {
    border-left-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f5f5f5;
}

.tooltip-snow + .tooltip > .tooltip-inner {
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    color: #262626;
}

.tooltip-snow + .tooltip.top .tooltip-arrow {
    border-top-color: #fbfbfb;
}

.tooltip-snow + .tooltip.right .tooltip-arrow {
    border-right-color: #fbfbfb;
}

.tooltip-snow + .tooltip.left .tooltip-arrow {
    border-left-color: #fbfbfb;
}

.tooltip-snow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fbfbfb;
}

.tooltip-seashell + .tooltip > .tooltip-inner {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #262626;
}

.tooltip-seashell + .tooltip.top .tooltip-arrow {
    border-top-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.right .tooltip-arrow {
    border-right-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.left .tooltip-arrow {
    border-left-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f3f3f3;
}

.tooltip-ivory + .tooltip > .tooltip-inner {
    border: 1px solid #eee;
    background-color: #eee;
    color: #262626;
}

.tooltip-ivory + .tooltip.top .tooltip-arrow {
    border-top-color: #eee;
}

.tooltip-ivory + .tooltip.right .tooltip-arrow {
    border-right-color: #eee;
}

.tooltip-ivory + .tooltip.left .tooltip-arrow {
    border-left-color: #eee;
}

.tooltip-ivory + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #eee;
}

.tooltip-platinum + .tooltip > .tooltip-inner {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #262626;
}

.tooltip-platinum + .tooltip.top .tooltip-arrow {
    border-top-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.right .tooltip-arrow {
    border-right-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.left .tooltip-arrow {
    border-left-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e5e5e5;
}

.tooltip-lightgray + .tooltip > .tooltip-inner {
    border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
    color: #262626;
}

.tooltip-lightgray + .tooltip.top .tooltip-arrow {
    border-top-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.right .tooltip-arrow {
    border-right-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.left .tooltip-arrow {
    border-left-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d0d0d0;
}

.tooltip-gray + .tooltip > .tooltip-inner {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #262626;
}

.tooltip-gray + .tooltip.top .tooltip-arrow {
    border-top-color: #ccc;
}

.tooltip-gray + .tooltip.right .tooltip-arrow {
    border-right-color: #ccc;
}

.tooltip-gray + .tooltip.left .tooltip-arrow {
    border-left-color: #ccc;
}

.tooltip-gray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc;
}

.tooltip-darkgray + .tooltip > .tooltip-inner {
    border: 1px solid #999;
    background-color: #999;
    color: #262626;
}

.tooltip-darkgray + .tooltip.top .tooltip-arrow {
    border-top-color: #999;
}

.tooltip-darkgray + .tooltip.right .tooltip-arrow {
    border-right-color: #999;
}

.tooltip-darkgray + .tooltip.left .tooltip-arrow {
    border-left-color: #999;
}

.tooltip-darkgray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #999;
}

.tooltip-silver + .tooltip > .tooltip-inner {
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
}

.tooltip-silver + .tooltip.top .tooltip-arrow {
    border-top-color: #777;
}

.tooltip-silver + .tooltip.right .tooltip-arrow {
    border-right-color: #777;
}

.tooltip-silver + .tooltip.left .tooltip-arrow {
    border-left-color: #777;
}

.tooltip-silver + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #777;
}

.tooltip-sonic-silver + .tooltip > .tooltip-inner {
    border: 1px solid #737373;
    background-color: #737373;
    color: #fff;
}

.tooltip-sonic-silver + .tooltip.top .tooltip-arrow {
    border-top-color: #737373;
}

.tooltip-sonic-silver + .tooltip.right .tooltip-arrow {
    border-right-color: #737373;
}

.tooltip-sonic-silver + .tooltip.left .tooltip-arrow {
    border-left-color: #737373;
}

.tooltip-sonic-silver + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #737373;
}

.tooltip-storm-cloud + .tooltip > .tooltip-inner {
    border: 1px solid #666;
    background-color: #666;
    color: #fff;
}

.tooltip-storm-cloud + .tooltip.top .tooltip-arrow {
    border-top-color: #666;
}

.tooltip-storm-cloud + .tooltip.right .tooltip-arrow {
    border-right-color: #666;
}

.tooltip-storm-cloud + .tooltip.left .tooltip-arrow {
    border-left-color: #666;
}

.tooltip-storm-cloud + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #666;
}

.tooltip-lightcarbon + .tooltip > .tooltip-inner {
    border: 1px solid #555;
    background-color: #555;
    color: #fff;
}

.tooltip-lightcarbon + .tooltip.top .tooltip-arrow {
    border-top-color: #555;
}

.tooltip-lightcarbon + .tooltip.right .tooltip-arrow {
    border-right-color: #555;
}

.tooltip-lightcarbon + .tooltip.left .tooltip-arrow {
    border-left-color: #555;
}

.tooltip-lightcarbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555;
}

.tooltip-carbon + .tooltip > .tooltip-inner {
    border: 1px solid #444;
    background-color: #444;
    color: #fff;
}

.tooltip-carbon + .tooltip.top .tooltip-arrow {
    border-top-color: #444;
}

.tooltip-carbon + .tooltip.right .tooltip-arrow {
    border-right-color: #444;
}

.tooltip-carbon + .tooltip.left .tooltip-arrow {
    border-left-color: #444;
}

.tooltip-carbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #444;
}

.tooltip-slate-gray + .tooltip > .tooltip-inner {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}

.tooltip-slate-gray + .tooltip.top .tooltip-arrow {
    border-top-color: #333;
}

.tooltip-slate-gray + .tooltip.right .tooltip-arrow {
    border-right-color: #333;
}

.tooltip-slate-gray + .tooltip.left .tooltip-arrow {
    border-left-color: #333;
}

.tooltip-slate-gray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333;
}

.tooltip-darkcarbon + .tooltip > .tooltip-inner {
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff;
}

.tooltip-darkcarbon + .tooltip.top .tooltip-arrow {
    border-top-color: #262626;
}

.tooltip-darkcarbon + .tooltip.right .tooltip-arrow {
    border-right-color: #262626;
}

.tooltip-darkcarbon + .tooltip.left .tooltip-arrow {
    border-left-color: #262626;
}

.tooltip-darkcarbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262626;
}

.tooltip-blue + .tooltip > .tooltip-inner {
    border: 1px solid #5db2ff;
    background-color: #5db2ff;
    color: #fff;
}

.tooltip-blue + .tooltip.top .tooltip-arrow {
    border-top-color: #5db2ff;
}

.tooltip-blue + .tooltip.right .tooltip-arrow {
    border-right-color: #5db2ff;
}

.tooltip-blue + .tooltip.left .tooltip-arrow {
    border-left-color: #5db2ff;
}

.tooltip-blue + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5db2ff;
}

.tooltip-info + .tooltip > .tooltip-inner {
    border: 1px solid #57b5e3;
    background-color: #57b5e3;
    color: #fff;
}

.tooltip-info + .tooltip.top .tooltip-arrow {
    border-top-color: #57b5e3;
}

.tooltip-info + .tooltip.right .tooltip-arrow {
    border-right-color: #57b5e3;
}

.tooltip-info + .tooltip.left .tooltip-arrow {
    border-left-color: #57b5e3;
}

.tooltip-info + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #57b5e3;
}

.tooltip-sky + .tooltip > .tooltip-inner {
    border: 1px solid #11a9cc;
    background-color: #11a9cc;
    color: #fff;
}

.tooltip-sky + .tooltip.top .tooltip-arrow {
    border-top-color: #11a9cc;
}

.tooltip-sky + .tooltip.right .tooltip-arrow {
    border-right-color: #11a9cc;
}

.tooltip-sky + .tooltip.left .tooltip-arrow {
    border-left-color: #11a9cc;
}

.tooltip-sky + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #11a9cc;
}

.tooltip-primary + .tooltip > .tooltip-inner {
    border: 1px solid #4374e0;
    background-color: #4374e0;
    color: #fff;
}

.tooltip-primary + .tooltip.top .tooltip-arrow {
    border-top-color: #4374e0;
}

.tooltip-primary + .tooltip.right .tooltip-arrow {
    border-right-color: #4374e0;
}

.tooltip-primary + .tooltip.left .tooltip-arrow {
    border-left-color: #4374e0;
}

.tooltip-primary + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4374e0;
}

.tooltip-azure + .tooltip > .tooltip-inner {
    border: 1px solid #0072c6;
    background-color: #0072c6;
    color: #fff;
}

.tooltip-azure + .tooltip.top .tooltip-arrow {
    border-top-color: #0072c6;
}

.tooltip-azure + .tooltip.right .tooltip-arrow {
    border-right-color: #0072c6;
}

.tooltip-azure + .tooltip.left .tooltip-arrow {
    border-left-color: #0072c6;
}

.tooltip-azure + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0072c6;
}

.tooltip-blueberry + .tooltip > .tooltip-inner {
    border: 1px solid #6f85bf;
    background-color: #6f85bf;
    color: #fff;
}

.tooltip-blueberry + .tooltip.top .tooltip-arrow {
    border-top-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.right .tooltip-arrow {
    border-right-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.left .tooltip-arrow {
    border-left-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6f85bf;
}

.tooltip-palegreen + .tooltip > .tooltip-inner {
    border: 1px solid #a0d468;
    background-color: #a0d468;
    color: #fff;
}

.tooltip-palegreen + .tooltip.top .tooltip-arrow {
    border-top-color: #a0d468;
}

.tooltip-palegreen + .tooltip.right .tooltip-arrow {
    border-right-color: #a0d468;
}

.tooltip-palegreen + .tooltip.left .tooltip-arrow {
    border-left-color: #a0d468;
}

.tooltip-palegreen + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #a0d468;
}

.tooltip-success + .tooltip > .tooltip-inner {
    border: 1px solid #53a93f;
    background-color: #53a93f;
    color: #fff;
}

.tooltip-success + .tooltip.top .tooltip-arrow {
    border-top-color: #53a93f;
}

.tooltip-success + .tooltip.right .tooltip-arrow {
    border-right-color: #53a93f;
}

.tooltip-success + .tooltip.left .tooltip-arrow {
    border-left-color: #53a93f;
}

.tooltip-success + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #53a93f;
}

.tooltip-green + .tooltip > .tooltip-inner {
    border: 1px solid #8cc474;
    background-color: #8cc474;
    color: #fff;
}

.tooltip-green + .tooltip.top .tooltip-arrow {
    border-top-color: #8cc474;
}

.tooltip-green + .tooltip.right .tooltip-arrow {
    border-right-color: #8cc474;
}

.tooltip-green + .tooltip.left .tooltip-arrow {
    border-left-color: #8cc474;
}

.tooltip-green + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #8cc474;
}

.tooltip-lightyellow + .tooltip > .tooltip-inner {
    border: 1px solid #f6d52e;
    background-color: #f6d52e;
    color: #fff;
}

.tooltip-lightyellow + .tooltip.top .tooltip-arrow {
    border-top-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.right .tooltip-arrow {
    border-right-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.left .tooltip-arrow {
    border-left-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f6d52e;
}

.tooltip-yellow + .tooltip > .tooltip-inner {
    border: 1px solid #ffce55;
    background-color: #ffce55;
    color: #fff;
}

.tooltip-yellow + .tooltip.top .tooltip-arrow {
    border-top-color: #ffce55;
}

.tooltip-yellow + .tooltip.right .tooltip-arrow {
    border-right-color: #ffce55;
}

.tooltip-yellow + .tooltip.left .tooltip-arrow {
    border-left-color: #ffce55;
}

.tooltip-yellow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffce55;
}

.tooltip-warning + .tooltip > .tooltip-inner {
    border: 1px solid #f4b400;
    background-color: #f4b400;
    color: #fff;
}

.tooltip-warning + .tooltip.top .tooltip-arrow {
    border-top-color: #f4b400;
}

.tooltip-warning + .tooltip.right .tooltip-arrow {
    border-right-color: #f4b400;
}

.tooltip-warning + .tooltip.left .tooltip-arrow {
    border-left-color: #f4b400;
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f4b400;
}

.tooltip-gold + .tooltip > .tooltip-inner {
    border: 1px solid #f9b256;
    background-color: #f9b256;
    color: #fff;
}

.tooltip-gold + .tooltip.top .tooltip-arrow {
    border-top-color: #f9b256;
}

.tooltip-gold + .tooltip.right .tooltip-arrow {
    border-right-color: #f9b256;
}

.tooltip-gold + .tooltip.left .tooltip-arrow {
    border-left-color: #f9b256;
}

.tooltip-gold + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f9b256;
}

.tooltip-orange + .tooltip > .tooltip-inner {
    border: 1px solid #fb6e52;
    background-color: #fb6e52;
    color: #fff;
}

.tooltip-orange + .tooltip.top .tooltip-arrow {
    border-top-color: #fb6e52;
}

.tooltip-orange + .tooltip.right .tooltip-arrow {
    border-right-color: #fb6e52;
}

.tooltip-orange + .tooltip.left .tooltip-arrow {
    border-left-color: #fb6e52;
}

.tooltip-orange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fb6e52;
}

.tooltip-lightred + .tooltip > .tooltip-inner {
    border: 1px solid #e46f61;
    background-color: #e46f61;
    color: #fff;
}

.tooltip-lightred + .tooltip.top .tooltip-arrow {
    border-top-color: #e46f61;
}

.tooltip-lightred + .tooltip.right .tooltip-arrow {
    border-right-color: #e46f61;
}

.tooltip-lightred + .tooltip.left .tooltip-arrow {
    border-left-color: #e46f61;
}

.tooltip-lightred + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e46f61;
}

.tooltip-darkorange + .tooltip > .tooltip-inner {
    border: 1px solid #ed4e2a;
    background-color: #ed4e2a;
    color: #fff;
}

.tooltip-darkorange + .tooltip.top .tooltip-arrow {
    border-top-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.right .tooltip-arrow {
    border-right-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.left .tooltip-arrow {
    border-left-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ed4e2a;
}

.tooltip-red + .tooltip > .tooltip-inner {
    border: 1px solid #df5138;
    background-color: #df5138;
    color: #fff;
}

.tooltip-red + .tooltip.top .tooltip-arrow {
    border-top-color: #df5138;
}

.tooltip-red + .tooltip.right .tooltip-arrow {
    border-right-color: #df5138;
}

.tooltip-red + .tooltip.left .tooltip-arrow {
    border-left-color: #df5138;
}

.tooltip-red + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #df5138;
}

.tooltip-pink + .tooltip > .tooltip-inner {
    border: 1px solid #e75b8d;
    background-color: #e75b8d;
    color: #fff;
}

.tooltip-pink + .tooltip.top .tooltip-arrow {
    border-top-color: #e75b8d;
}

.tooltip-pink + .tooltip.right .tooltip-arrow {
    border-right-color: #e75b8d;
}

.tooltip-pink + .tooltip.left .tooltip-arrow {
    border-left-color: #e75b8d;
}

.tooltip-pink + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e75b8d;
}

.tooltip-darkpink + .tooltip > .tooltip-inner {
    border: 1px solid #cc324b;
    background-color: #cc324b;
    color: #fff;
}

.tooltip-darkpink + .tooltip.top .tooltip-arrow {
    border-top-color: #cc324b;
}

.tooltip-darkpink + .tooltip.right .tooltip-arrow {
    border-right-color: #cc324b;
}

.tooltip-darkpink + .tooltip.left .tooltip-arrow {
    border-left-color: #cc324b;
}

.tooltip-darkpink + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #cc324b;
}

.tooltip-danger + .tooltip > .tooltip-inner {
    border: 1px solid #d73d32;
    background-color: #d73d32;
    color: #fff;
}

.tooltip-danger + .tooltip.top .tooltip-arrow {
    border-top-color: #d73d32;
}

.tooltip-danger + .tooltip.right .tooltip-arrow {
    border-right-color: #d73d32;
}

.tooltip-danger + .tooltip.left .tooltip-arrow {
    border-left-color: #d73d32;
}

.tooltip-danger + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d73d32;
}

.tooltip-magenta + .tooltip > .tooltip-inner {
    border: 1px solid #bc5679;
    background-color: #bc5679;
    color: #fff;
}

.tooltip-magenta + .tooltip.top .tooltip-arrow {
    border-top-color: #bc5679;
}

.tooltip-magenta + .tooltip.right .tooltip-arrow {
    border-right-color: #bc5679;
}

.tooltip-magenta + .tooltip.left .tooltip-arrow {
    border-left-color: #bc5679;
}

.tooltip-magenta + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #bc5679;
}

.tooltip-purple + .tooltip > .tooltip-inner {
    border: 1px solid #7e3794;
    background-color: #7e3794;
    color: #fff;
}

.tooltip-purple + .tooltip.top .tooltip-arrow {
    border-top-color: #7e3794;
}

.tooltip-purple + .tooltip.right .tooltip-arrow {
    border-right-color: #7e3794;
}

.tooltip-purple + .tooltip.left .tooltip-arrow {
    border-left-color: #7e3794;
}

.tooltip-purple + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #7e3794;
}

.tooltip-maroon + .tooltip > .tooltip-inner {
    border: 1px solid #981b48;
    background-color: #981b48;
    color: #fff;
}

.tooltip-maroon + .tooltip.top .tooltip-arrow {
    border-top-color: #981b48;
}

.tooltip-maroon + .tooltip.right .tooltip-arrow {
    border-right-color: #981b48;
}

.tooltip-maroon + .tooltip.left .tooltip-arrow {
    border-left-color: #981b48;
}

.tooltip-maroon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #981b48;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=40);
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999;
        -moz-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        zoom: 1;
        filter: alpha(opacity=80);
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
    }

    #toast-container > :hover {
        -webkit-box-shadow: 0 0 12px #000;
        -moz-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

    #toast-container > .toast {
        background-image: none !important;
    }

        #toast-container > .toast:before {
            position: fixed;
            font-family: FontAwesome;
            font-size: 24px;
            line-height: 18px;
            float: left;
            color: #fff;
            padding-right: .5em;
            margin: auto .5em auto -1.5em;
        }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-white {
    background-color: #fff !important;
}

.toast-snow {
    background-color: #fbfbfb !important;
}

.toast-whitesmoke {
    background-color: #f5f5f5 !important;
}

.toast-seashell {
    background-color: #f3f3f3 !important;
}

.toast-ivory {
    background-color: #eee !important;
}

.toast-platinum {
    background-color: #e5e5e5 !important;
}

.toast-lightgray {
    background-color: #d0d0d0 !important;
}

.toast-gray {
    background-color: #ccc !important;
}

.toast-darkgray {
    background-color: #999 !important;
}

.toast-silver {
    background-color: #777 !important;
}

.toast-sonic-silver {
    background-color: #737373 !important;
}

.toast-storm-cloud {
    background-color: #666 !important;
}

.toast-lightcarbon {
    background-color: #555 !important;
}

.toast-carbon {
    background-color: #444 !important;
}

.toast-slate-gray {
    background-color: #333 !important;
}

.toast-darkcarbon {
    background-color: #262626 !important;
}

.toast-blue {
    background-color: #5db2ff !important;
}

.toast-info {
    background-color: #57b5e3 !important;
}

.toast-sky {
    background-color: #11a9cc !important;
}

.toast-primary {
    background-color: #4374e0 !important;
}

.toast-blueberry {
    background-color: #6f85bf !important;
}

.toast-palegreen {
    background-color: #a0d468 !important;
}

.toast-success {
    background-color: #53a93f !important;
}

.toast-green {
    background-color: #8cc474 !important;
}

.toast-lightyellow {
    background-color: #f6d52e !important;
}

.toast-yellow {
    background-color: #ffce55 !important;
}

.toast-warning {
    background-color: #f4b400 !important;
}

.toast-gold {
    background-color: #f9b256 !important;
}

.toast-orange {
    background-color: #fb6e52 !important;
}

.toast-lightred {
    background-color: #e46f61 !important;
}

.toast-darkorange {
    background-color: #ed4e2a !important;
}

.toast-red {
    background-color: #df5138 !important;
}

.toast-danger {
    background-color: #d73d32 !important;
}

.toast-pink {
    background-color: #e75b8d !important;
}

.toast-darkpink {
    background-color: #cc324b !important;
}

.toast-magenta {
    background-color: #bc5679 !important;
}

.toast-purple {
    background-color: #7e3794 !important;
}

.toast-maroon {
    background-color: #981b48 !important;
}

@media all and (max-width:239px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:240px) and (max-width:479px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff;
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32;
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f;
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400;
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777;
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444;
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf;
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468;
}

.modal-orange .modal-header {
    border-bottom: 3px solid #fb6e52;
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a;
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679;
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794;
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48;
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0;
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}

    .modal-content .close {
        font-size: 26px;
    }

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5;
}

.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5;
}

    .modal-header .close {
        font-size: 26px;
    }

.modal-backdrop {
    background-color: #fff;
}

    .modal-backdrop.in {
        zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75;
    }

.modal-message .modal-dialog {
    width: 300px;
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

    .modal-message .modal-header .fa, .modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
        font-size: 30px;
    }

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.dropdown-menu {
    border: 1px solid #ccc !important;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -webkit-transition: opacity .218s;
    -moz-transition: opacity .218s;
    -o-transition: opacity .218s;
    transition: opacity .218s;
    margin: 1px 0 0;
    min-width: 170px;
}

    .dropdown-menu .dropdown-icon {
        display: inline-block;
        font-size: 13px;
        margin-right: 5px;
    }

    .dropdown-menu > li > a {
        font-size: 13px;
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 1px;
        margin-top: 1px;
    }

        .dropdown-menu > li > a .dropdown-expand {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 13px;
        }

        .dropdown-menu > li > a .badge, .dropdown-menu > li > a .label {
            font-size: 10px !important;
        }

        .dropdown-menu > li > a .label {
            padding: 3px 6px 5px 6px;
        }

    .dropdown-menu > .dropdown-menu {
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

        .dropdown-menu > .dropdown-menu > a:after {
            margin-right: -5px;
        }

    .dropdown-menu .divider {
        background-color: #ebebeb;
        margin-bottom: -1px;
    }

    .dropdown-menu.pull-right {
        left: auto;
        right: 0;
    }

    .dropdown-menu.dropdown-arrow.pull-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown-menu.dropdown-arrow:before {
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: '';
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }

    .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active, .dropdown-menu li.active a, .dropdown-menu li.active a:hover, .dropdown-menu .dropdown-submenu:hover > a, .nav-tabs .dropdown-menu li > a:focus {
        background: #ebebeb;
        color: #262626;
    }

.dropdown-info li a:hover, .dropdown-info li a:focus, .dropdown-info li a:active, .dropdown-info li.active a, .dropdown-info li.active a:hover, .dropdown-info .dropdown-submenu:hover > a, .nav-tabs .dropdown-info li > a:focus {
    background: #57b5e3;
    color: #fff;
}

.dropdown-primary li a:hover, .dropdown-primary li a:focus, .dropdown-primary li a:active, .dropdown-primary li.active a, .dropdown-primary li.active a:hover, .dropdown-primary .dropdown-submenu:hover > a, .nav-tabs .dropdown-primary li > a:focus {
    background: #4374e0;
    color: #fff;
}

.dropdown-success li a:hover, .dropdown-success li a:focus, .dropdown-success li a:active, .dropdown-success li.active a, .dropdown-success li.active a:hover, .dropdown-success .dropdown-submenu:hover > a, .nav-tabs .dropdown-success li > a:focus {
    background: #53a93f;
    color: #fff;
}

.dropdown-warning li a:hover, .dropdown-warning li a:focus, .dropdown-warning li a:active, .dropdown-warning li.active a, .dropdown-warning li.active a:hover, .dropdown-warning .dropdown-submenu:hover > a, .nav-tabs .dropdown-warning li > a:focus {
    background: #f4b400;
    color: #fff;
}

.dropdown-danger li a:hover, .dropdown-danger li a:focus, .dropdown-danger li a:active, .dropdown-danger li.active a, .dropdown-danger li.active a:hover, .dropdown-danger .dropdown-submenu:hover > a, .nav-tabs .dropdown-danger li > a:focus {
    background: #d73d32;
    color: #fff;
}

.dropdown-inverse li a:hover, .dropdown-inverse li a:focus, .dropdown-inverse li a:active, .dropdown-inverse li.active a, .dropdown-inverse li.active a:hover, .dropdown-inverse .dropdown-submenu:hover > a, .nav-tabs .dropdown-inverse li > a:focus {
    background: #262626;
    color: #fff;
}

.dropdown-blue li a:hover, .dropdown-blue li a:focus, .dropdown-blue li a:active, .dropdown-blue li.active a, .dropdown-blue li.active a:hover, .dropdown-blue .dropdown-submenu:hover > a, .nav-tabs .dropdown-blue li > a:focus {
    background: #5db2ff;
    color: #fff;
}

.dropdown-blueberry li a:hover, .dropdown-blueberry li a:focus, .dropdown-blueberry li a:active, .dropdown-blueberry li.active a, .dropdown-blueberry li.active a:hover, .dropdown-blueberry .dropdown-submenu:hover > a, .nav-tabs .dropdown-blueberry li > a:focus {
    background: #6f85bf;
    color: #fff;
}

.dropdown-palegreen li a:hover, .dropdown-palegreen li a:focus, .dropdown-palegreen li a:active, .dropdown-palegreen li.active a, .dropdown-palegreen li.active a:hover, .dropdown-palegreen .dropdown-submenu:hover > a, .nav-tabs .dropdown-palegreen li > a:focus {
    background: #a0d468;
    color: #fff;
}

.dropdown-orange li a:hover, .dropdown-orange li a:focus, .dropdown-orange li a:active, .dropdown-orange li.active a, .dropdown-orange li.active a:hover, .dropdown-orange .dropdown-submenu:hover > a, .nav-tabs .dropdown-orange li > a:focus {
    background: #fb6e52;
    color: #fff;
}

.dropdown-darkorange li a:hover, .dropdown-darkorange li a:focus, .dropdown-darkorange li a:active, .dropdown-darkorange li.active a, .dropdown-darkorange li.active a:hover, .dropdown-darkorange .dropdown-submenu:hover > a, .nav-tabs .dropdown-darkorange li > a:focus {
    background: #ed4e2a;
    color: #fff;
}

.dropdown-magenta li a:hover, .dropdown-magenta li a:focus, .dropdown-magenta li a:active, .dropdown-magenta li.active a, .dropdown-magenta li.active a:hover, .dropdown-magenta .dropdown-submenu:hover > a, .nav-tabs .dropdown-magenta li > a:focus {
    background: #bc5679;
    color: #fff;
}

.dropdown-purple li a:hover, .dropdown-purple li a:focus, .dropdown-purple li a:active, .dropdown-purple li.active a, .dropdown-purple li.active a:hover, .dropdown-purple .dropdown-submenu:hover > a, .nav-tabs .dropdown-purple li > a:focus {
    background: #7e3794;
    color: #fff;
}

.dropdown-maroon li a:hover, .dropdown-maroon li a:focus, .dropdown-maroon li a:active, .dropdown-maroon li.active a, .dropdown-maroon li.active a:hover, .dropdown-maroon .dropdown-submenu:hover > a, .nav-tabs .dropdown-maroon li > a:focus {
    background: #981b48;
    color: #fff;
}

.dropdown-hover {
    position: relative;
}

    .dropdown-hover:hover > .dropdown-menu {
        display: block;
        left: 100%;
        top: -2px;
    }

    .dropdown-hover.dropup:hover > .dropdown-menu {
        bottom: 0;
        top: auto;
    }

.pagination, .pager li > a {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.pagination, .pager {
    margin: 0;
}

    .pagination > li > a, .pager > li > a {
        color: #444;
        background-color: #fff;
        margin: 0 -1px 0 0;
        border-color: #ccc;
    }

        .pagination > li > a:hover, .pager > li > a:hover {
            background-color: #ebebeb;
            border-color: #b8b8b8;
        }

        .pagination > li > a:focus, .pager > li > a:focus, .pagination > li > a:focus, .pager > li > a:focus {
            background-color: #ebebeb;
            border-color: #b8b8b8;
        }

    .pagination > li.disabled > a, .pager > li.disabled > a, .pagination > li.disabled > a:hover, .pager > li.disabled > a:hover {
        background-color: #f9f9f9;
        border-color: #d9d9d9;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        -webkit-border-radius: 0 2px 2px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 2px 2px 0;
        -moz-background-clip: padding;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        -webkit-border-radius: 2px 0 0 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px 0 0 2px;
        -moz-background-clip: padding;
        border-radius: 2px 0 0 2px;
        background-clip: padding-box;
    }

    .pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
        border-width: 1px;
    }

    .pagination > li.active > a, .pagination > li.active > a:hover {
        background-color: #0072c6;
        border-color: #0072c6;
        color: #fff;
        -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 7px 16px;
    font-size: 16px;
}

.table {
    background-color: #fff;
    margin-bottom: 0;
}

    .table tfoot > tr > th {
        font-weight: 300;
    }

    .table thead > tr > th {
        border-bottom: 0;
        font-size: 13px;
        font-weight: 600;
    }

    .table thead[class*="colored-"] > tr > th {
        color: #fff;
        font-weight: 400;
    }

    .table thead.colored-blue > tr > th {
        background-color: #5db2ff;
    }

    .table thead.colored-primary > tr > th {
        background-color: #4374e0;
    }

    .table thead.colored-danger > tr > th {
        background-color: #d73d32;
    }

    .table thead.colored-success > tr > th {
        background-color: #53a93f;
    }

    .table thead.colored-warning > tr > th {
        background-color: #f4b400;
    }

    .table thead.colored-silver > tr > th {
        background-color: #777;
    }

    .table thead.colored-inverse > tr > th {
        background-color: #444;
    }

    .table thead.colored-blueberry > tr > th {
        background-color: #6f85bf;
    }

    .table thead.colored-palegreen > tr > th {
        background-color: #a0d468;
    }

    .table thead.colored-orange > tr > th {
        background-color: #fb6e52;
    }

    .table thead.colored-darkorange > tr > th {
        background-color: #ed4e2a;
    }

    .table thead.colored-magenta > tr > th {
        background-color: #bc5679;
    }

    .table thead.colored-purple > tr > th {
        background-color: #7e3794;
    }

    .table thead.colored-maroon > tr > th {
        background-color: #981b48;
    }

    .table thead.bordered-blue > tr > th {
        border-bottom: 3px solid #5db2ff;
    }

    .table thead.bordered-primary > tr > th {
        border-bottom: 3px solid #4374e0;
    }

    .table thead.bordered-danger > tr > th {
        border-bottom: 3px solid #d73d32;
    }

    .table thead.bordered-success > tr > th {
        border-bottom: 3px solid #53a93f;
    }

    .table thead.bordered-warning > tr > th {
        border-bottom: 3px solid #f4b400;
    }

    .table thead.bordered-silver > tr > th {
        border-bottom: 3px solid #777;
    }

    .table thead.bordered-inverse > tr > th {
        border-bottom: 3px solid #444;
    }

    .table thead.bordered-blueberry > tr > th {
        border-bottom: 3px solid #6f85bf;
    }

    .table thead.bordered-palegreen > tr > th {
        border-bottom: 3px solid #a0d468;
    }

    .table thead.bordered-orange > tr > th {
        border-bottom: 3px solid #fb6e52;
    }

    .table thead.bordered-darkorange > tr > th {
        border-bottom: 3px solid #ed4e2a;
    }

    .table thead.bordered-magenta > tr > th {
        border-bottom: 3px solid #bc5679;
    }

    .table thead.bordered-purple > tr > th {
        border-bottom: 3px solid #7e3794;
    }

    .table thead.bordered-maroon > tr > th {
        border-bottom: 3px solid #981b48;
    }

    .table tr.success td:first-child {
        -webkit-box-shadow: 2px 0 0 #53a93f inset;
        -moz-box-shadow: 2px 0 0 #53a93f inset;
        box-shadow: 2px 0 0 #53a93f inset;
    }

    .table tr.danger td:first-child {
        -webkit-box-shadow: 2px 0 0 #d73d32 inset;
        -moz-box-shadow: 2px 0 0 #d73d32 inset;
        box-shadow: 2px 0 0 #d73d32 inset;
    }

    .table tr.warning td:first-child {
        -webkit-box-shadow: 2px 0 0 #f4b400 inset;
        -moz-box-shadow: 2px 0 0 #f4b400 inset;
        box-shadow: 2px 0 0 #f4b400 inset;
    }

    .table tr.active td:first-child {
        -webkit-box-shadow: 2px 0 0 #737373 inset;
        -moz-box-shadow: 2px 0 0 #737373 inset;
        box-shadow: 2px 0 0 #737373 inset;
    }

    .table tr td.success {
        -webkit-box-shadow: 2px 0 0 #53a93f inset;
        -moz-box-shadow: 2px 0 0 #53a93f inset;
        box-shadow: 2px 0 0 #53a93f inset;
    }

    .table tr td.danger {
        -webkit-box-shadow: 2px 0 0 #d73d32 inset;
        -moz-box-shadow: 2px 0 0 #d73d32 inset;
        box-shadow: 2px 0 0 #d73d32 inset;
    }

    .table tr td.warning {
        -webkit-box-shadow: 2px 0 0 #f4b400 inset;
        -moz-box-shadow: 2px 0 0 #f4b400 inset;
        box-shadow: 2px 0 0 #f4b400 inset;
    }

    .table tr td.active {
        -webkit-box-shadow: 2px 0 0 #737373 inset;
        -moz-box-shadow: 2px 0 0 #737373 inset;
        box-shadow: 2px 0 0 #737373 inset;
    }

.table-bordered thead > tr {
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: linear-gradient(to bottom,#f2f2f2 0,#fafafa 100%);
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th, .table-striped > tbody > tr.active:nth-child(odd) > td, .table-striped > tbody > tr > .active:nth-child(odd) > th {
    background-color: #f1f1f1;
    color: #222;
}

.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th, .table-striped > tbody > tr.active:hover:nth-child(odd) > td, .table-striped > tbody > tr > .active:hover:nth-child(odd) > th {
    background-color: #e5e5e5 !important;
}

.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
    color: #119000;
}

.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
    color: #cd2929;
}

.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
    color: #fb6e52;
}

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #ddd;
}

    .table-scrollable > .table {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 0;
        background-color: #fff;
    }

        .table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > td, .table-scrollable > .table > tbody > tr > td, .table-scrollable > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-scrollable > .table-bordered {
        border: 0;
    }

        .table-scrollable > .table-bordered > thead > tr > th:first-child, .table-scrollable > .table-bordered > tbody > tr > th:first-child, .table-scrollable > .table-bordered > tfoot > tr > th:first-child, .table-scrollable > .table-bordered > thead > tr > td:first-child, .table-scrollable > .table-bordered > tbody > tr > td:first-child, .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-scrollable > .table-bordered > thead > tr > th:last-child, .table-scrollable > .table-bordered > tbody > tr > th:last-child, .table-scrollable > .table-bordered > tfoot > tr > th:last-child, .table-scrollable > .table-bordered > thead > tr > td:last-child, .table-scrollable > .table-bordered > tbody > tr > td:last-child, .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

            .table-scrollable > .table-bordered > thead > tr > th:last-child > td, .table-scrollable > .table-bordered > tbody > tr > th:last-child > td, .table-scrollable > .table-bordered > tfoot > tr > th:last-child > td, .table-scrollable > .table-bordered > thead > tr > td:last-child > td, .table-scrollable > .table-bordered > tbody > tr > td:last-child > td, .table-scrollable > .table-bordered > tfoot > tr > td:last-child > td {
                border-bottom: 0;
            }

.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width:800px) {
    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll html .flip-content {
        -ms-zoom: 1;
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content {
        -ms-zoom: 1;
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

    .flip-scroll th, .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

        .flip-scroll th:last-child, .flip-scroll td:last-child {
            border-bottom: 1px solid #ddd;
        }

    .flip-scroll th {
        border: 0 !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
        display: block;
        text-align: right;
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
        border-top: 0 !important;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll thead {
        display: block;
        float: left;
    }

        .flip-scroll thead tr {
            display: block;
            border: !important;
        }

        .flip-scroll thead.bordered-blue > tr > th {
            border-right: 3px solid #5db2ff !important;
        }

        .flip-scroll thead.bordered-primary > tr > th {
            border-right: 3px solid #4374e0 !important;
        }

        .flip-scroll thead.bordered-danger > tr > th {
            border-right: 3px solid #d73d32 !important;
        }

        .flip-scroll thead.bordered-success > tr > th {
            border-right: 3px solid #53a93f !important;
        }

        .flip-scroll thead.bordered-warning > tr > th {
            border-right: 3px solid #f4b400 !important;
        }

        .flip-scroll thead.bordered-silver > tr > th {
            border-right: 3px solid #777 !important;
        }

        .flip-scroll thead.bordered-inverse > tr > th {
            border-right: 3px solid #444 !important;
        }

        .flip-scroll thead.bordered-blueberry > tr > th {
            border-right: 3px solid #6f85bf !important;
        }

        .flip-scroll thead.bordered-palegreen > tr > th {
            border-right: 3px solid #a0d468 !important;
        }

        .flip-scroll thead.bordered-orange > tr > th {
            border-right: 3px solid #fb6e52 !important;
        }

        .flip-scroll thead.bordered-darkorange > tr > th {
            border-right: 3px solid #ed4e2a !important;
        }

        .flip-scroll thead.bordered-magenta > tr > th {
            border-right: 3px solid #bc5679 !important;
        }

        .flip-scroll thead.bordered-purple > tr > th {
            border-right: 3px solid #7e3794 !important;
        }

        .flip-scroll thead.bordered-maroon > tr > th {
            border-right: 3px solid #981b48 !important;
        }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

        .flip-scroll tbody tr {
            display: inline-block;
            vertical-align: top;
            margin-left: -5px;
            border-left: 1px solid #ddd;
        }
}

.table-toolbar {
    padding: 10px 0;
}

.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-checkboxes .checker {
        display: block;
        font-weight: 300;
        color: #333;
        margin: 0 4px;
        line-height: 24px;
    }

        .dropdown-checkboxes .checker input {
            margin-top: 5px;
        }

        .dropdown-checkboxes .checker span {
            padding-left: 5px;
        }

.table input[type=checkbox] ~ .text, .table input[type=radio] ~ .text {
    margin-right: -7px;
    margin-bottom: 0;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

    .dd.shadowed .dd-handle, .dd.shadowed .dd2-content {
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }

    .dd.bordered .dd-handle, .dd.bordered .dd2-content {
        border: 1px solid #cfcfcf;
    }

    .dd.darker .dd-handle, .dd.darker .dd2-content {
        background-color: #eee;
    }

    .dd.darker .dd2-handle, .dd.darker .dd-dragel > li > .dd2-handle {
        background-color: #e5e5e5;
    }

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list > li > .dd-handle[class*="bg-"], .dd-list > li > .dd2-content[class*="bg-"] {
        color: #fff;
    }

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle, .dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #f5f5f5;
    color: #737373;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dd-handle:hover, .dd2-content:hover, .dd-handle:hover, .dd2-content:hover {
        color: #262626;
        background: #eee;
    }

    .dd-handle[class*="btn-"], .dd2-content[class*="btn-"] {
        color: #fff;
        border: 0;
        padding: 9px 12px;
    }

        .dd-handle[class*="btn-"]:hover, .dd2-content[class*="btn-"]:hover {
            opacity: .85;
            color: #fff;
        }

.dd2-handle + .dd2-content, .dd2-handle + .dd2-content[class*="btn-"] {
    padding-left: 44px;
}

.dd-handle[class*="btn-"]:hover, .dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
    color: #fff;
}

.dd-item > button:hover ~ .dd-handle[class*="btn-"], .dd-item > button:hover ~ .dd2-content[class*="btn-"] {
    opacity: .85;
    color: #fff;
}

.dd2-handle:hover ~ .dd2-content {
    color: #262626;
    background: #f5f5f5;
}

.dd2-item.dd-item > button {
    margin-left: 38px;
}

.dd-item > button {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    top: 4px;
    left: 1px;
    color: #737373;
}

    .dd-item > button:before {
        font-family: FontAwesome;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-weight: normal;
        font-size: 14px;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '';
    }

    .dd-item > button:hover {
        color: #737373;
    }

.dd-item .dd-colored > button, .dd-item.dd-colored > button:hover {
    color: #f5f5f5;
}

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty {
    border-color: #aaa;
    border-style: solid;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

    .dd-dragel > li > .dd-handle {
        color: #000;
        background: #fbfbfb;
        border-left: 2px solid #444;
        position: relative;
    }

    .dd-dragel > .dd-item > .dd-handle {
        margin-top: 0;
    }

.dd-list > li[class*="bordered-"] {
    border-width: 0;
    padding: 0;
}

    .dd-list > li[class*="bordered-"] > .dd-handle {
        border-left: 2px solid;
        border-left-color: inherit;
    }

.dd-list > li.bordered-blue > .dd-handle {
    border-left-color: #5db2ff;
}

.dd-list > li.bordered-primary > .dd-handle {
    border-left-color: #4374e0;
}

.dd-list > li.bordered-danger > .dd-handle {
    border-left-color: #d73d32;
}

.dd-list > li.bordered-warning > .dd-handle {
    border-left-color: #f4b400;
}

.dd-list > li.bordered-success > .dd-handle {
    border-left-color: #53a93f;
}

.dd-list > li.bordered-silver > .dd-handle {
    border-left-color: #777;
}

.dd-list > li.bordered-inverse > .dd-handle {
    border-left-color: #444;
}

.dd-list > li.bordered-blueberry > .dd-handle {
    border-left-color: #6f85bf;
}

.dd-list > li.bordered-palegreen > .dd-handle {
    border-left-color: #a0d468;
}

.dd-list > li.bordered-orange > .dd-handle {
    border-left-color: #fb6e52;
}

.dd-list > li.bordered-darkorange > .dd-handle {
    border-left-color: #ed4e2a;
}

.dd-list > li.bordered-magenta > .dd-handle {
    border-left-color: #bc5679;
}

.dd-list > li.bordered-purple > .dd-handle {
    border-left-color: #7e3794;
}

.dd-list > li.bordered-maroon > .dd-handle {
    border-left-color: #981b48;
}

.dd-list > li > .dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0;
}

.dd2-handle, .dd-dragel > li > .dd2-handle {
    left: 0;
    top: 0;
    width: 38px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .dd2-handle .normal-icon, .dd-dragel > li > .dd2-handle .normal-icon, .dd2-handle .drag-icon, .dd-dragel > li > .dd2-handle .drag-icon {
        font-size: 16px;
    }

    .dd2-handle:hover, .dd-dragel > li > .dd2-handle {
        background: #f3f3f3;
    }

.dd-item > .dd2-handle .drag-icon {
    display: none;
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon {
    display: inline;
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon {
    display: none;
}

.tree {
    padding-left: 14px;
    overflow: auto;
    position: relative;
}

    .tree:before {
        width: 1px;
        z-index: 1;
        display: block;
        content: "";
        position: absolute;
        top: -21px;
        bottom: 16px;
        left: 0;
        border-left: 1px dotted #666;
    }

    .tree.tree-solid-line {
        padding-left: 12px;
    }

        .tree.tree-solid-line:before {
            border-left: 1px solid #999;
        }

        .tree.tree-solid-line .tree-folder .tree-folder-content:before {
            border-left: 1px solid #999;
        }

    .tree.tree-no-line {
        padding-left: 0;
    }

        .tree.tree-no-line:before {
            display: none;
        }

        .tree.tree-no-line .tree-folder .tree-folder-content:before {
            display: none;
        }

    .tree .tree-folder {
        width: auto;
        min-height: 20px;
        cursor: pointer;
    }

        .tree .tree-folder .tree-folder-header {
            position: relative;
            min-height: 20px;
            line-height: 20px;
            min-width: 100px;
        }

            .tree .tree-folder .tree-folder-header:hover {
                background-color: #eee;
            }

            .tree .tree-folder .tree-folder-header .tree-folder-name {
                margin-left: 2px;
            }

        .tree .tree-folder img {
            margin-left: 4px;
        }

        .tree .tree-folder .tree-folder-content {
            margin-left: 23px;
            position: relative;
        }

            .tree .tree-folder .tree-folder-content:before {
                display: inline-block;
                content: "";
                position: absolute;
                width: 1px;
                z-index: 1;
                top: -9px;
                bottom: 16px;
                left: -12px;
                border-left: 1px dotted #666;
            }

    .tree .tree-item {
        position: relative;
        min-height: 20px;
        line-height: 20px;
        min-width: 100px;
        cursor: pointer;
    }

        .tree .tree-item:hover {
            background-color: #eee;
        }

        .tree .tree-item .tree-item-name {
            margin-left: 2px;
        }

    .tree .tree-folder, .tree .tree-item {
        position: relative;
    }

        .tree .tree-folder:before, .tree .tree-item:before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 14px;
            left: -13px;
            width: 18px;
            height: 0;
            border-top: 1px dotted #666;
            z-index: 1;
        }

    .tree .tree-selected {
        background-color: #eee;
        color: #262626;
    }

        .tree .tree-selected:hover {
            background-color: #e5e5e5;
        }

    .tree .tree-folder .tree-folder-header .tree-folder-name, .tree .tree-item .tree-item-name {
        display: inline;
        z-index: 2;
    }

    .tree.tree-solid-line .tree-folder:before, .tree.tree-solid-line .tree-item:before {
        border-top: 1px solid #999;
    }

    .tree.tree-no-line .tree-folder:before, .tree.tree-no-line .tree-item:before {
        display: none;
    }

    .tree .tree-item, .tree .tree-folder {
        border: 1px solid transparent;
    }

        .tree .tree-item, .tree .tree-folder .tree-folder-header {
            margin: 0;
            padding: 4px 5px 6px 5px;
            color: #333;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .tree .tree-item .tree-item-name > i, .tree .tree-folder .tree-folder-header > i {
                color: #666;
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .tree .tree-item.tree-selected i, .tree .tree-item .tree-item-name i {
                margin-left: 2px;
                width: 14px;
                display: inline-block;
                text-align: center;
                margin-right: 1px;
                color: #262626;
            }

    .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
        height: 16px;
        width: 16px;
        line-height: 16px;
        vertical-align: middle;
        display: inline-block;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
        *background: url("img/tree-icons.png") no-repeat;
        background-position: 0 -21px;
        content: "";
    }

    .tree.tree-plus-minus .tree-folder-header .fa-folder:before {
        height: 16px;
        width: 16px;
        line-height: 16px;
        vertical-align: middle;
        display: inline-block;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
        *background: url("img/tree-icons.png") no-repeat;
        background-position: 0 2px;
        content: "";
    }

.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before, .ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
    margin-top: -5px;
}

.tree.tree-plus-minus .tree-folder-name {
    margin-left: 0 !important;
}

.tree .tree-actions {
    display: none;
    position: absolute;
    margin-top: 1px;
    right: 4px;
}

.tree .tree-item:hover .tree-actions, .tree .tree-folder-header:hover .tree-actions {
    display: inline-block;
}

.tree .tree-actions > i {
    font-weight: 300;
    padding: 1px 3px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
}

    .tree .tree-actions > i:hover {
        font-weight: bold;
    }

.tree-loading {
    color: #0072c6;
    margin-left: 30px;
}

.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

    .wizard.wizard-tabbed {
        background: #fbfbfb;
    }

        .wizard.wizard-tabbed ul li {
            padding: 0 30px;
            background-color: #fbfbfb;
        }

            .wizard.wizard-tabbed ul li .chevron {
                display: none;
            }

                .wizard.wizard-tabbed ul li .chevron:before {
                    display: none;
                }

            .wizard.wizard-tabbed ul li.complete {
                background-color: #fbfbfb;
            }

            .wizard.wizard-tabbed ul li.active {
                background: #fff;
            }

    .wizard.wizard-wired {
        padding-top: 10px;
        display: block;
        background: #fff;
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }

        .wizard.wizard-wired ul {
            display: table;
            width: 100%;
            position: relative;
        }

            .wizard.wizard-wired ul li {
                display: table-cell;
                text-align: center;
                background-color: #fff;
                width: 20%;
                padding: 0;
                margin: 0;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

                .wizard.wizard-wired ul li .chevron {
                    display: none;
                }

                    .wizard.wizard-wired ul li .chevron:before {
                        display: none;
                    }

                .wizard.wizard-wired ul li.complete {
                    background-color: #fff;
                }

                    .wizard.wizard-wired ul li.complete .step:before {
                        font-size: 22px;
                        line-height: 36px;
                    }

                    .wizard.wizard-wired ul li.complete:hover {
                        background-color: #fff;
                    }

                .wizard.wizard-wired ul li.active {
                    background-color: #fff;
                }

                .wizard.wizard-wired ul li .step {
                    border-width: 2px;
                    width: 40px;
                    height: 40px;
                    line-height: 34px;
                    font-size: 15px;
                    z-index: 2;
                    background-color: #fff;
                }

                .wizard.wizard-wired ul li a:hover,
                .wizard.wizard-wired ul li a {
                    color: black;
                    text-decoration: none;
                }

                .wizard.wizard-wired ul li .title,
                .wizard.wizard-wired ul li a .title {
                    display: block;
                    margin-top: 4px;
                    margin-bottom: 6px;
                    max-width: 100%;
                    font-size: 14px;
                    line-height: 20px;
                    z-index: 104;
                    text-align: center;
                    table-layout: fixed;
                    -ms-word-wrap: break-word;
                    word-wrap: break-word;
                }

                .wizard.wizard-wired ul li:before {
                    display: block;
                    content: "";
                    width: 100%;
                    height: 2px !important;
                    font-size: 0;
                    overflow: hidden;
                    background-color: #e5e5e5;
                    position: relative !important;
                    top: 25px;
                    z-index: 1 !important;
                }

                .wizard.wizard-wired ul li:first-child:before {
                    max-width: 51%;
                    left: 50%;
                }

                .wizard.wizard-wired ul li:last-child:before {
                    max-width: 50%;
                    width: 50%;
                }

    .wizard ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 4000px;
    }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                background: #f3f3f3;
                cursor: default;
            }

                .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f3f3;
                }

        .wizard ul li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            line-height: 46px;
            position: relative;
            background: #f5f5f5;
            color: #d0d0d0;
            font-size: 16px;
            cursor: default;
            -webkit-transition: all .218s ease;
            -moz-transition: all .218s ease;
            -o-transition: all .218s ease;
            transition: all .218s ease;
        }

            .wizard ul li .step {
                border: 2px solid #e5e5e5;
                color: #ccc;
                font-size: 13px;
                border-radius: 100%;
                position: relative;
                z-index: 2;
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 20px;
                text-align: center;
                margin-right: 10px;
            }

            .wizard ul li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1;
            }

                .wizard ul li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #f5f5f5;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px;
                    -webkit-transition: all .218s ease;
                    -moz-transition: all .218s ease;
                    -o-transition: all .218s ease;
                    transition: all .218s ease;
                }

            .wizard ul li.complete {
                background: #f5f5f5;
                color: #444;
            }

                .wizard ul li.complete:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #a0d468;
                    z-index: 10000;
                }

                .wizard ul li.complete:hover {
                    background: #eee;
                    cursor: pointer;
                }

                    .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #eee;
                    }

                .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f5f5f5;
                }

                .wizard ul li.complete .step {
                    color: #a0d468;
                    border-color: #a0d468;
                }

                    .wizard ul li.complete .step:before {
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        line-height: 20px;
                        text-align: center;
                        border-radius: 100%;
                        content: "";
                        background-color: #fff;
                        z-index: 3;
                        font-family: FontAwesome;
                        font-size: 12px;
                        color: #a0d468;
                    }

            .wizard ul li.active {
                background: #fff;
                color: #262626;
            }

                .wizard ul li.active .step {
                    border-color: #0072c6;
                    color: #0072c6;
                }

                .wizard ul li.active:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #0072c6;
                    z-index: 10000;
                }

                .wizard ul li.active .chevron:before {
                    border-left: 14px solid #fff;
                }

            .wizard ul li .badge {
                margin-right: 8px;
            }

            .wizard ul li:first-child {
                -webkit-border-radius: 2px 0 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px 0 0 0;
                -moz-background-clip: padding;
                border-radius: 2px 0 0 0;
                background-clip: padding-box;
                padding-left: 20px;
            }

.actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 42px;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    border-left: 1px solid #d4d4d4;
}

    .actions a {
        line-height: 25px; /*CHANGED BY SHREYAS - FROM 45 TO 25*/
        font-size: 12px;
        margin-right: 8px;
    }

    .actions .btn-prev i {
        margin-right: 5px;
    }

    .actions .btn-next i {
        margin-left: 5px;
    }

    .actions.actions-footer {
        margin-top: -10px;
        position: relative;
        float: none;
        text-align: right;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }

    .actions.actions-header {
        margin-top: 0px;
        position: relative;
        float: none;
        text-align: right;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }

.step-content {
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    background-color: #fbfbfb;
}

    .step-content .step-pane {
        display: none;
    }

    .step-content .active {
        display: block;
    }

        .step-content .active .btn-group .active {
            display: inline-block;
        }

.chart {
    height: 220px;
    margin: 5px;
}

.chart-sm {
    height: 100px;
}

.chart-lg {
    height: 250px;
}

.chart-xl {
    height: 350px;
}

#flotTip {
    padding: 3px 5px;
    background-color: #f5f5f5;
    z-index: 9999;
    color: #262626;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
    font-size: 13px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #ccc;
}

    #flotTip span {
        color: #5db2ff;
        font-weight: 700;
    }

.flot-donut-caption {
    position: absolute;
    -lh-property: 0;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    -lh-property: 0;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
}

flot-donut-caption .legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}

    .legendColorBox div > div {
        width: 4px;
        height: 4px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.morris-hover.morris-default-style {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 3px;
    color: #444;
    background: rgba(255,255,255,.8);
    border: solid 2px rgba(230,230,230,.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

    .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: 700;
        margin: .25em 0;
    }

    .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: .1em 0;
    }

.morris-hover {
    position: absolute;
    z-index: 1001;
}

.has-legend {
    margin-top: 30px !important;
}

.has-legend-unique {
    margin-top: 19px !important;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.easy-pie-chart {
    display: inline-block;
}

    .easy-pie-chart .percent {
        color: #444;
        font-size: 12px;
        font-weight: 700;
    }

.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
}

.jqstooltip {
    padding: 7px !important;
    border-radius: 3px !important;
    border: 0 !important;
    background-color: #000 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .jqstooltip .jqsfield {
        font-family: 'Open Sans','Segoe UI';
        font-size: 11px;
    }

.form-bordered .form-group {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

    .form-bordered .form-group:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .form-bordered .form-group:last-child {
        margin-bottom: 0;
    }

.form-title {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px;
}

label {
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    -o-transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
        border-color: rgba(0,0,0,.2);
    }

    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 {
        color: #262626;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25);
        outline: 0;
    }

.form-control, select {
    font-size: 13px;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 6px 12px;
}

    .form-control:focus, select:focus {
        color: #262626;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25);
    }

textarea.form-control {
    padding: 5px 9px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}

.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    font-weight: 300;
    font-size: 18px;
    height: 46px;
    padding: 10px 16px;
    line-height: 1.33;
}

.input-xl {
    height: 52px;
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fbfbfb;
    border-color: #e5e5e5;
}

    .form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover {
        border-color: #eee;
        background-color: #fff;
    }

.form-group.has-success input, .input-group.has-success input, .form-group.has-success select, .input-group.has-success select, .form-group.has-success textarea, .input-group.has-success textarea {
    border-color: #b0dd9c;
    color: #a0d468;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f3f7f1;
}

    .form-group.has-success input:focus, .input-group.has-success input:focus, .form-group.has-success select:focus, .input-group.has-success select:focus, .form-group.has-success textarea:focus, .input-group.has-success textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #8cc474;
        border-color: #8cc474;
    }

.form-group.has-success .form-control-feedback:before, .input-group.has-success .form-control-feedback:before {
    color: #8cc474 !important;
    color: inherit;
}

.form-group.has-success .control-label, .input-group.has-success .control-label, .form-group.has-success .help-block, .input-group.has-success .help-block, .form-group.has-success .help-inline, .input-group.has-success .help-inline {
    color: #8cc474;
}

.form-group.has-error input, .input-group.has-error input, .form-group.has-error .select, .input-group.has-error .select, .form-group.has-error textarea, .input-group.has-error textarea {
    border-color: #e7bebe;
    color: #e46f61;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fffafa;
}

    .form-group.has-error input:focus, .input-group.has-error input:focus, .form-group.has-error .select:focus, .input-group.has-error .select:focus, .form-group.has-error textarea:focus, .input-group.has-error textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #d73d32;
        border-color: #e46f61;
    }

.form-group.has-error .form-control-feedback:before, .input-group.has-error .form-control-feedback:before {
    color: #e46f61 !important;
    color: inherit;
}

.form-group.has-error .control-label, .input-group.has-error .control-label, .form-group.has-error .help-block, .input-group.has-error .help-block, .form-group.has-error .help-inline, .input-group.has-error .help-inline {
    color: #e46f61;
}

.form-group.has-warning input, .input-group.has-warning input, .form-group.has-warning .select, .input-group.has-warning .select, .form-group.has-warning textarea, .input-group.has-warning textarea {
    border-color: #fecf49;
    color: #f4b400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fefbf1;
}

    .form-group.has-warning input:focus, .input-group.has-warning input:focus, .form-group.has-warning .select:focus, .input-group.has-warning .select:focus, .form-group.has-warning textarea:focus, .input-group.has-warning textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #f4b400;
        border-color: #f4b400;
    }

.form-group.has-warning .form-control-feedback:before, .input-group.has-warning .form-control-feedback:before {
    color: #f4b400 !important;
    color: inherit;
}

.form-group.has-warning .control-label, .input-group.has-warning .control-label, .form-group.has-warning .help-block, .input-group.has-warning .help-block, .form-group.has-warning .help-inline, .input-group.has-warning .help-inline {
    color: #f4b400;
}

.form-group.has-info input, .input-group.has-info input, .form-group.has-info .select, .input-group.has-info .select, .form-group.has-info textarea, .input-group.has-info textarea {
    border-color: #a4d3fe;
    color: #57b5e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9fcff;
}

    .form-group.has-info input:focus, .input-group.has-info input:focus, .form-group.has-info .select:focus, .input-group.has-info .select:focus, .form-group.has-info textarea:focus, .input-group.has-info textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #57b5e3;
        border-color: #57b5e3;
    }

.form-group.has-info .form-control-feedback:before, .input-group.has-info .form-control-feedback:before {
    color: #57b5e3 !important;
    color: inherit;
}

.form-group.has-info .control-label, .input-group.has-info .control-label, .form-group.has-info .help-block, .input-group.has-info .help-block, .form-group.has-info .help-inline, .input-group.has-info .help-inline {
    color: #57b5e3;
}

span.input-icon {
    display: inline-block;
}

.input-icon {
    position: relative;
    width: 100%;
}

    .input-icon.inverted > [class*="fa-"], .input-icon.inverted > [class*="glyphicon-"] {
        color: #fff;
        background-color: #262626;
    }

    .input-icon > input {
        padding-left: 36px;
        padding-right: 6px;
    }

        .input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="glyphicon-"] {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .input-icon > input:focus + .circular {
            -webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
            -moz-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
            box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
        }

        .input-icon > input.input-xs {
            padding-left: 26px;
        }

            .input-icon > input.input-xs + [class*="fa-"], .input-icon > input.input-xs + [class*="glyphicon-"] {
                width: 24px;
                font-size: 10px;
                padding-top: 0;
                line-height: 24px;
            }

            .input-icon > input.input-xs + .circular {
                width: 14px;
                height: 14px;
                font-size: 10px;
                line-height: 14px;
            }

        .input-icon > input.input-sm {
            padding-left: 32px;
        }

            .input-icon > input.input-sm + [class*="fa-"], .input-icon > input.input-sm + [class*="glyphicon-"] {
                width: 30px;
                font-size: 12px;
                padding-top: 0;
                line-height: 30px;
            }

            .input-icon > input.input-sm + .circular {
                width: 20px;
                height: 20px;
                font-size: 12px;
                line-height: 20px;
            }

        .input-icon > input.input-lg {
            padding-left: 48px;
        }

            .input-icon > input.input-lg + [class*="fa-"], .input-icon > input.input-lg + [class*="glyphicon-"] {
                width: 46px;
                font-size: 18px;
                padding-top: 5px;
                line-height: 34px;
            }

            .input-icon > input.input-lg + .circular {
                width: 36px;
                height: 36px;
                font-size: 18px;
                line-height: 26px;
            }

        .input-icon > input.input-xl {
            padding-left: 54px;
        }

            .input-icon > input.input-xl + [class*="fa-"], .input-icon > input.input-xl + [class*="glyphicon-"] {
                width: 52px;
                font-size: 20px;
                padding-top: 8px;
                line-height: 34px;
            }

            .input-icon > input.input-xl + .circular {
                width: 42px;
                height: 42px;
                font-size: 20px;
                line-height: 26px;
            }

    .input-icon > [class*="fa-"], .input-icon > [class*="glyphicon-"] {
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 34px;
        height: 100%;
        line-height: 28px;
        display: inline-block;
        color: #555;
        font-size: 14px;
        text-align: center;
        padding-top: 3px;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

        .input-icon > [class*="fa-"].circular, .input-icon > [class*="glyphicon-"].circular {
            border-radius: 500em !important;
            box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
            -webkit-transition: -webkit-box-shadow .3s ease;
            -moz-transition: -moz-box-shadow .3s ease;
            -o-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease;
            padding: 0;
            top: 5px;
            bottom: 5px;
            left: 7px;
            width: 24px;
            height: 24px;
            font-size: 12px;
            line-height: 24px;
        }

    .input-icon.icon-right > input {
        padding-left: 6px;
        padding-right: 36px;
    }

        .input-icon.icon-right > input.input-xs {
            padding-right: 26px;
        }

        .input-icon.icon-right > input.input-sm {
            padding-right: 32px;
        }

        .input-icon.icon-right > input.input-lg {
            padding-right: 48px;
        }

        .input-icon.icon-right > input.input-xl {
            padding-right: 54px;
        }

    .input-icon.icon-right > [class*="fa-"], .input-icon.icon-right > [class*="glyphicon-"] {
        left: auto;
        right: 0;
    }

    .input-icon.icon-right .circular {
        left: auto;
        right: 5px;
    }

    .input-icon ~ .help-inline {
        padding-left: 8px;
    }

.input-group .input-group-addon {
    border-radius: 0 !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: -moz-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: -o-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
}

    .input-group .input-group-addon[class*="bg-"] {
        background-image: none;
        color: #fff;
    }

.input-group-xl > .form-control, .input-group-xl > .input-group-addon, .input-group-xl > .input-group-btn > .btn {
    height: 52px;
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.4;
}

.input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
    height: 24px;
    padding: 2px 6px 2px 7px;
    font-size: 11px;
    line-height: 1.4;
}

.has-success .input-group-addon {
    border-color: #b0dd9c !important;
    color: #8cc474;
    background-image: none;
}

.has-error .input-group-addon {
    border-color: #e7bebe;
    color: #e46f61;
    background-image: none;
}

.has-warning .input-group-addon {
    border-color: #fecf49;
    color: #f4b400;
    background-image: none;
}

.has-info .input-group-addon {
    border-color: #a4d3fe;
    color: #57b5e3;
    background-color: #e4f0fc;
    background-image: none;
}

.input-group-btn .btn-label {
    padding: 6px 10px !important;
}

.input-group-btn > .btn {
    line-height: 20px;
    border-radius: 0 !important;
}

    .input-group-btn > .btn.dropdown-toggle > [class*="fa-"] {
        margin-right: 0;
        font-size: 14px;
    }

.input-group > .btn.btn-sm {
    line-height: 22px;
}

.input-group > .btn + .btn {
    margin-left: 1px;
}

.input-group > .btn-group > .btn {
    line-height: 23px;
}

    .input-group > .btn-group > .btn.btn-sm {
        line-height: 26px;
    }

        .input-group > .btn > .caret, .input-group > .btn-group > .btn > .caret, .input-group > .btn.btn-sm > .caret, .input-group > .btn-group > .btn.btn-sm > .caret {
            margin-top: 10px;
        }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: #fff;
        cursor: inherit;
        display: block;
    }

input[type=checkbox], input[type=radio] {
    /*opacity: 0;
    position: absolute;*/
    left: -9999px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    input[type=checkbox].inverted:checked ~ .text:before, input[type=radio].inverted:checked ~ .text:before {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

    input[type=checkbox].colored-white ~ .text, input[type=radio].colored-white ~ .text {
        color: #fff;
    }

        input[type=checkbox].colored-white ~ .text:before, input[type=radio].colored-white ~ .text:before {
            border-color: #fafafa;
        }

    input[type=checkbox].colored-white:checked ~ .text, input[type=radio].colored-white:checked ~ .text {
        color: #fff;
    }

        input[type=checkbox].colored-white:checked ~ .text:before, input[type=radio].colored-white:checked ~ .text:before {
            border-color: #333;
            color: #333;
        }

    input[type=checkbox].colored-blue:checked ~ .text, input[type=radio].colored-blue:checked ~ .text {
        color: #5db2ff;
    }

        input[type=checkbox].colored-blue:checked ~ .text:before, input[type=radio].colored-blue:checked ~ .text:before {
            border-color: #5db2ff;
            color: #5db2ff;
        }

    input[type=checkbox].colored-primary:checked ~ .text, input[type=radio].colored-primary:checked ~ .text {
        color: #4374e0;
    }

        input[type=checkbox].colored-primary:checked ~ .text:before, input[type=radio].colored-primary:checked ~ .text:before {
            border-color: #4374e0;
            color: #4374e0;
        }

    input[type=checkbox].colored-danger:checked ~ .text, input[type=radio].colored-danger:checked ~ .text {
        color: #d73d32;
    }

        input[type=checkbox].colored-danger:checked ~ .text:before, input[type=radio].colored-danger:checked ~ .text:before {
            border-color: #d73d32;
            color: #d73d32;
        }

    input[type=checkbox].colored-success:checked ~ .text, input[type=radio].colored-success:checked ~ .text {
        color: #53a93f;
    }

        input[type=checkbox].colored-success:checked ~ .text:before, input[type=radio].colored-success:checked ~ .text:before {
            border-color: #53a93f;
            color: #53a93f;
        }

    input[type=checkbox].colored-warning:checked ~ .text, input[type=radio].colored-warning:checked ~ .text {
        color: #f4b400;
    }

        input[type=checkbox].colored-warning:checked ~ .text:before, input[type=radio].colored-warning:checked ~ .text:before {
            border-color: #f4b400;
            color: #f4b400;
        }

    input[type=checkbox].colored-silver:checked ~ .text, input[type=radio].colored-silver:checked ~ .text {
        color: #777;
    }

        input[type=checkbox].colored-silver:checked ~ .text:before, input[type=radio].colored-silver:checked ~ .text:before {
            border-color: #777;
            color: #777;
        }

    input[type=checkbox].colored-blueberry:checked ~ .text, input[type=radio].colored-blueberry:checked ~ .text {
        color: #6f85bf;
    }

        input[type=checkbox].colored-blueberry:checked ~ .text:before, input[type=radio].colored-blueberry:checked ~ .text:before {
            border-color: #6f85bf;
            color: #6f85bf;
        }

    input[type=checkbox].colored-palegreen:checked ~ .text, input[type=radio].colored-palegreen:checked ~ .text {
        color: #a0d468;
    }

        input[type=checkbox].colored-palegreen:checked ~ .text:before, input[type=radio].colored-palegreen:checked ~ .text:before {
            border-color: #a0d468;
            color: #a0d468;
        }

    input[type=checkbox].colored-orange:checked ~ .text, input[type=radio].colored-orange:checked ~ .text {
        color: #fb6e52;
    }

        input[type=checkbox].colored-orange:checked ~ .text:before, input[type=radio].colored-orange:checked ~ .text:before {
            border-color: #fb6e52;
            color: #fb6e52;
        }

    input[type=checkbox].colored-darkorange:checked ~ .text, input[type=radio].colored-darkorange:checked ~ .text {
        color: #ed4e2a;
    }

        input[type=checkbox].colored-darkorange:checked ~ .text:before, input[type=radio].colored-darkorange:checked ~ .text:before {
            border-color: #ed4e2a;
            color: #ed4e2a;
        }

    input[type=checkbox].colored-magenta:checked ~ .text, input[type=radio].colored-magenta:checked ~ .text {
        color: #bc5679;
    }

        input[type=checkbox].colored-magenta:checked ~ .text:before, input[type=radio].colored-magenta:checked ~ .text:before {
            border-color: #bc5679;
            color: #bc5679;
        }

    input[type=checkbox].colored-purple:checked ~ .text, input[type=radio].colored-purple:checked ~ .text {
        color: #7e3794;
    }

        input[type=checkbox].colored-purple:checked ~ .text:before, input[type=radio].colored-purple:checked ~ .text:before {
            border-color: #7e3794;
            color: #7e3794;
        }

    input[type=checkbox].colored-maroon:checked ~ .text, input[type=radio].colored-maroon:checked ~ .text {
        color: #981b48;
    }

        input[type=checkbox].colored-maroon:checked ~ .text:before, input[type=radio].colored-maroon:checked ~ .text:before {
            border-color: #981b48;
            color: #981b48;
        }

    input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
        outline: none !important;
    }

        input[type=checkbox]:checked ~ .text:before, input[type=radio]:checked ~ .text:before {
            display: inline-block;
            content: '';
            background-color: #f5f8fc;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            border-color: #333;
        }

    input[type=checkbox]:hover ~ .text :before, input[type=radio]:hover ~ .text :before {
        border-color: #737373;
    }

    input[type=checkbox]:active ~ .text :before, input[type=radio]:active ~ .text :before {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
    }

    input[type=checkbox]:disabled ~ .text, input[type=radio]:disabled ~ .text, input[type=checkbox][disabled] ~ .text, input[type=radio][disabled] ~ .text, input[type=checkbox].disabled ~ .text, input[type=radio].disabled ~ .text {
        color: rgba(0,0,0,.4);
    }

        input[type=checkbox]:disabled ~ .text:before, input[type=radio]:disabled ~ .text:before, input[type=checkbox][disabled] ~ .text:before, input[type=radio][disabled] ~ .text:before, input[type=checkbox].disabled ~ .text:before, input[type=radio].disabled ~ .text:before {
            background-color: #f5f5f5 !important;
            border-color: #e5e5e5 !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            color: #e5e5e5;
        }

    input[type=checkbox] ~ .text, input[type=radio] ~ .text {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 18px;
        min-width: 18px;
        font-weight: normal;
    }

        input[type=checkbox] ~ .text:before, input[type=radio] ~ .text:before {
            font-family: fontAwesome;
            font-weight: bold;
            font-size: 13px;
            color: #333;
            content: " ";
            background-color: #fafafa;
            border: 1px solid #c8c8c8;
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            border-radius: 0;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            height: 18px;
            line-height: 16px;
            min-width: 18px;
            margin-right: 5px;
            margin-bottom: 2px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        input[type=checkbox] ~ .text:hover:before, input[type=radio] ~ .text:hover:before {
            border-color: #737373;
        }

        input[type=checkbox] ~ .text:active:before, input[type=radio] ~ .text:active:before {
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        }

        input[type=radio] ~ .text:before {
            border-radius: 100%;
            font-size: 10px;
            font-family: FontAwesome;
            line-height: 17px;
            height: 19px;
            min-width: 19px;
        }

    input[type=radio]:checked ~ .text:before {
        content: "";
    }

.radio label, .checkbox label {
    padding-left: 0;
}

input[type=checkbox].checkbox-slider {
    width: 55px;
    height: 25px;
    left: 0;
}

    input[type=checkbox].checkbox-slider.slider-icon:checked ~ .text:after {
        font-family: FontAwesome;
        font-size: 15px;
        line-height: 21px;
        content: "";
        border-width: 1px;
        padding-left: 3px;
        background-color: #fff;
        color: #444;
    }

    input[type=checkbox].checkbox-slider.slider-icon ~ .text:after {
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 20px;
        content: "";
        border-width: 1px;
        padding-left: 4px;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.toggle:checked ~ .text:after {
        background-color: #fff;
        color: #444;
    }

    input[type=checkbox].checkbox-slider.toggle ~ .text:after {
        border: 0;
        background-color: #444;
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    input[type=checkbox].checkbox-slider.yesno ~ .text:before {
        font-family: 'Open Sans','Segoe UI';
        content: "YES            NO";
    }

    input[type=checkbox].checkbox-slider ~ .text {
        margin: 0 4px;
        min-height: 24px;
    }

        input[type=checkbox].checkbox-slider ~ .text:before {
            font-family: 'Open Sans','Segoe UI';
            content: "ON           OFF";
            background-color: #fff;
            color: #999;
            font-weight: 300;
            font-size: 10px;
            line-height: 18px;
            height: 20px;
            overflow: hidden;
            border-radius: 50rem;
            border: 1px solid #ccc;
            text-align: left;
            float: left;
            padding: 0;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        input[type=checkbox].checkbox-slider ~ .text:after {
            font-family: 'Open Sans','Segoe UI';
            content: '';
            font-size: 10px;
            font-weight: 300;
            background-color: #fff;
            border: 5px solid #444;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 20px;
            position: absolute;
            top: -2px;
            left: -3px;
            padding: 0;
            -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

    input[type=checkbox].checkbox-slider:checked ~ .text:before {
        text-indent: 5px;
        background-color: #444;
        border-color: #444;
        color: #fff;
    }

    input[type=checkbox].checkbox-slider:checked ~ .text:after {
        left: 34px;
        background-color: #444;
        border: 5px solid #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blue ~ .text:after {
        border-color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:before {
        background-color: #5db2ff;
        border-color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:after {
        background-color: #5db2ff;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.slider-icon ~ .text:after {
        border-color: #fff;
        color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.toggle:checked ~ .text:after {
        color: #5db2ff;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blue.toggle ~ .text:after {
        background-color: #5db2ff;
    }

    input[type=checkbox].checkbox-slider.colored-primary ~ .text:after {
        border-color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:before {
        background-color: #4374e0;
        border-color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:after {
        background-color: #4374e0;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary.slider-icon ~ .text:after {
        border-color: #fff;
        color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-primary.toggle:checked ~ .text:after {
        color: #4374e0;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-primary.toggle ~ .text:after {
        background-color: #4374e0;
    }

    input[type=checkbox].checkbox-slider.colored-danger ~ .text:after {
        border-color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:before {
        background-color: #d73d32;
        border-color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:after {
        background-color: #d73d32;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-danger.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger.slider-icon ~ .text:after {
        border-color: #fff;
        color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-danger.toggle:checked ~ .text:after {
        color: #d73d32;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-danger.toggle ~ .text:after {
        background-color: #d73d32;
    }

    input[type=checkbox].checkbox-slider.colored-success ~ .text:after {
        border-color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:before {
        background-color: #53a93f;
        border-color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:after {
        background-color: #53a93f;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-success.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success.slider-icon ~ .text:after {
        border-color: #fff;
        color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-success.toggle:checked ~ .text:after {
        color: #53a93f;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-success.toggle ~ .text:after {
        background-color: #53a93f;
    }

    input[type=checkbox].checkbox-slider.colored-warning ~ .text:after {
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:before {
        background-color: #f4b400;
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:after {
        background-color: #f4b400;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-warning.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning.slider-icon ~ .text:after {
        border-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-warning.toggle:checked ~ .text:after {
        color: #f4b400;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-warning.toggle ~ .text:after {
        background-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver ~ .text:after {
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:before {
        background-color: #f4b400;
        border-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:after {
        background-color: #f4b400;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-silver.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver.slider-icon ~ .text:after {
        border-color: #fff;
        color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-silver.toggle:checked ~ .text:after {
        color: #f4b400;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-silver.toggle ~ .text:after {
        background-color: #f4b400;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry ~ .text:after {
        border-color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:before {
        background-color: #6f85bf;
        border-color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:after {
        background-color: #6f85bf;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon ~ .text:after {
        border-color: #fff;
        color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked ~ .text:after {
        color: #6f85bf;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.toggle ~ .text:after {
        background-color: #6f85bf;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen ~ .text:after {
        border-color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:before {
        background-color: #a0d468;
        border-color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:after {
        background-color: #a0d468;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon ~ .text:after {
        border-color: #fff;
        color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.toggle:checked ~ .text:after {
        color: #a0d468;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.toggle ~ .text:after {
        background-color: #a0d468;
    }

    input[type=checkbox].checkbox-slider.colored-orange ~ .text:after {
        border-color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:before {
        background-color: #fb6e52;
        border-color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:after {
        background-color: #fb6e52;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-orange.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange.slider-icon ~ .text:after {
        border-color: #fff;
        color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-orange.toggle:checked ~ .text:after {
        color: #fb6e52;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-orange.toggle ~ .text:after {
        background-color: #fb6e52;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange ~ .text:after {
        border-color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:before {
        background-color: #ed4e2a;
        border-color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:after {
        background-color: #ed4e2a;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon ~ .text:after {
        border-color: #fff;
        color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.toggle:checked ~ .text:after {
        color: #ed4e2a;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.toggle ~ .text:after {
        background-color: #ed4e2a;
    }

    input[type=checkbox].checkbox-slider.colored-magenta ~ .text:after {
        border-color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:before {
        background-color: #bc5679;
        border-color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:after {
        background-color: #bc5679;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.slider-icon ~ .text:after {
        border-color: #fff;
        color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.toggle:checked ~ .text:after {
        color: #bc5679;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-magenta.toggle ~ .text:after {
        background-color: #bc5679;
    }

    input[type=checkbox].checkbox-slider.colored-purple ~ .text:after {
        border-color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:before {
        background-color: #7e3794;
        border-color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:after {
        background-color: #7e3794;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-purple.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple.slider-icon ~ .text:after {
        border-color: #fff;
        color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-purple.toggle:checked ~ .text:after {
        color: #7e3794;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-purple.toggle ~ .text:after {
        background-color: #7e3794;
    }

    input[type=checkbox].checkbox-slider.colored-maroon ~ .text:after {
        border-color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:before {
        background-color: #981b48;
        border-color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:after {
        background-color: #981b48;
        border-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.slider-icon:checked ~ .text:after {
        background-color: #fff;
        color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.slider-icon ~ .text:after {
        border-color: #fff;
        color: #981b48;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.toggle:checked ~ .text:after {
        color: #981b48;
        background-color: #fff;
    }

    input[type=checkbox].checkbox-slider.colored-maroon.toggle ~ .text:after {
        background-color: #981b48;
    }

.noUi-target, .noUi-target {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    -moz-transition: left .3s,top .3s;
    -o-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal.slider-xs {
        height: 14px;
    }

        .noUi-horizontal.slider-xs .noUi-handle {
            height: 24px;
            width: 26px;
        }

            .noUi-horizontal.slider-xs .noUi-handle:before {
                left: 10px;
                top: 4px;
            }

            .noUi-horizontal.slider-xs .noUi-handle:after {
                left: 13px;
                top: 4px;
            }

    .noUi-horizontal.slider-sm {
        height: 16px;
    }

        .noUi-horizontal.slider-sm .noUi-handle {
            height: 26px;
            width: 30px;
        }

            .noUi-horizontal.slider-sm .noUi-handle:before {
                left: 12px;
                top: 5px;
            }

            .noUi-horizontal.slider-sm .noUi-handle:after {
                left: 15px;
                top: 5px;
            }

    .noUi-horizontal.slider-lg {
        height: 20px;
    }

        .noUi-horizontal.slider-lg .noUi-handle {
            height: 30px;
            width: 36px;
        }

            .noUi-horizontal.slider-lg .noUi-handle:before {
                left: 15px;
                top: 7px;
            }

            .noUi-horizontal.slider-lg .noUi-handle:after {
                left: 18px;
                top: 7px;
            }

    .noUi-horizontal.slider-xl {
        height: 22px;
    }

        .noUi-horizontal.slider-xl .noUi-handle {
            height: 32px;
            width: 38px;
        }

            .noUi-horizontal.slider-xl .noUi-handle:before {
                left: 16px;
                top: 8px;
            }

            .noUi-horizontal.slider-xl .noUi-handle:after {
                left: 19px;
                top: 8px;
            }

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical.slider-xs {
        width: 14px;
    }

        .noUi-vertical.slider-xs .noUi-handle {
            width: 24px;
            height: 26px;
        }

            .noUi-vertical.slider-xs .noUi-handle:before {
                top: 10px;
                left: 4px;
            }

            .noUi-vertical.slider-xs .noUi-handle:after {
                top: 13px;
                left: 4px;
            }

    .noUi-vertical.slider-sm {
        width: 16px;
    }

        .noUi-vertical.slider-sm .noUi-handle {
            width: 26px;
            height: 30px;
        }

            .noUi-vertical.slider-sm .noUi-handle:before {
                top: 12px;
                left: 5px;
            }

            .noUi-vertical.slider-sm .noUi-handle:after {
                top: 15px;
                left: 5px;
            }

    .noUi-vertical.slider-lg {
        width: 20px;
    }

        .noUi-vertical.slider-lg .noUi-handle {
            width: 30px;
            height: 36px;
        }

            .noUi-vertical.slider-lg .noUi-handle:before {
                top: 15px;
                left: 7px;
            }

            .noUi-vertical.slider-lg .noUi-handle:after {
                top: 18px;
                left: 7px;
            }

    .noUi-vertical.slider-xl {
        width: 22px;
    }

        .noUi-vertical.slider-xl .noUi-handle {
            width: 32px;
            height: 38px;
        }

            .noUi-vertical.slider-xl .noUi-handle:before {
                top: 16px;
                left: 8px;
            }

            .noUi-vertical.slider-xl .noUi-handle:after {
                top: 19px;
                left: 8px;
            }

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

    .noUi-vertical.noUi-extended {
        padding: 15px 0;
    }

        .noUi-vertical.noUi-extended .noUi-origin {
            bottom: -15px;
        }

.noUi-background {
    background: #fafafa;
}

.noUi-connect {
    background: #0072c6;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    position: relative;
    z-index: 1;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
    -moz-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
    -moz-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-state-blocked.noUi-connect, .noUi-state-blocked .noUi-connect {
    background: #4fdacf;
}

.ui-rangeSlider {
    height: 30px;
    padding-top: 40px;
}

    .ui-rangeSlider.slider-sm .ui-rangeSlider-container, .ui-rangeSlider.slider-sm .ui-rangeSlider-arrow {
        height: 20px;
    }

    .ui-rangeSlider.slider-sm .ui-rangeSlider-bar {
        height: 18px;
    }

    .ui-rangeSlider.slider-xs .ui-rangeSlider-container, .ui-rangeSlider.slider-xs .ui-rangeSlider-arrow {
        height: 10px;
    }

    .ui-rangeSlider.slider-xs .ui-rangeSlider-bar {
        height: 8px;
    }

    .ui-rangeSlider.slider-xs .ui-rangeSlider-arrow-inner:before {
        font-size: 10px;
        line-height: 22px;
    }

    .ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label {
        background-color: #5db2ff;
    }

    .ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label-inner {
        border-top: 6px solid #5db2ff;
    }

    .ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label {
        background-color: #4374e0;
    }

    .ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label-inner {
        border-top: 6px solid #4374e0;
    }

    .ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label {
        background-color: #d73d32;
    }

    .ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label-inner {
        border-top: 6px solid #d73d32;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label {
        background-color: #53a93f;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner {
        border-top: 6px solid #53a93f;
    }

    .ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label {
        background-color: #f4b400;
    }

    .ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label-inner {
        border-top: 6px solid #f4b400;
    }

    .ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label {
        background-color: #777;
    }

    .ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label-inner {
        border-top: 6px solid #777;
    }

    .ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label {
        background-color: #6f85bf;
    }

    .ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label-inner {
        border-top: 6px solid #6f85bf;
    }

    .ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label {
        background-color: #a0d468;
    }

    .ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label-inner {
        border-top: 6px solid #a0d468;
    }

    .ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label {
        background-color: #fb6e52;
    }

    .ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label-inner {
        border-top: 6px solid #fb6e52;
    }

    .ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label {
        background-color: #ed4e2a;
    }

    .ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label-inner {
        border-top: 6px solid #ed4e2a;
    }

    .ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label {
        background-color: #bc5679;
    }

    .ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label-inner {
        border-top: 6px solid #bc5679;
    }

    .ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label {
        background-color: #7e3794;
    }

    .ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label-inner {
        border-top: 6px solid #7e3794;
    }

    .ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label {
        background-color: #981b48;
    }

    .ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label-inner {
        border-top: 6px solid #981b48;
    }

    .ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label {
        background-color: #ffce55;
    }

    .ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label-inner {
        border-top: 6px solid #ffce55;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label {
        background-color: #53a93f;
    }

    .ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner {
        border-top: 6px solid #53a93f;
    }

    .ui-rangeSlider.silder-blue .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-blue .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #5db2ff !important;
    }

    .ui-rangeSlider.silder-blue .ui-rangeSlider-bar {
        background: #5db2ff !important;
    }

    .ui-rangeSlider.silder-primary .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-primary .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #4374e0 !important;
    }

    .ui-rangeSlider.silder-primary .ui-rangeSlider-bar {
        background: #4374e0 !important;
    }

    .ui-rangeSlider.silder-danger .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-danger .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #d73d32 !important;
    }

    .ui-rangeSlider.silder-danger .ui-rangeSlider-bar {
        background: #d73d32 !important;
    }

    .ui-rangeSlider.silder-warning .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-warning .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #f4b400 !important;
    }

    .ui-rangeSlider.silder-warning .ui-rangeSlider-bar {
        background: #f4b400 !important;
    }

    .ui-rangeSlider.silder-silver .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-silver .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #777 !important;
    }

    .ui-rangeSlider.silder-silver .ui-rangeSlider-bar {
        background: #777 !important;
    }

    .ui-rangeSlider.silder-blueberry .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-blueberry .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #6f85bf !important;
    }

    .ui-rangeSlider.silder-blueberry .ui-rangeSlider-bar {
        background: #6f85bf !important;
    }

    .ui-rangeSlider.silder-palegreen .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-palegreen .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #a0d468 !important;
    }

    .ui-rangeSlider.silder-palegreen .ui-rangeSlider-bar {
        background: #a0d468 !important;
    }

    .ui-rangeSlider.silder-success .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-success .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #53a93f !important;
    }

    .ui-rangeSlider.silder-success .ui-rangeSlider-bar {
        background: #53a93f !important;
    }

    .ui-rangeSlider.silder-yellow .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-yellow .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #ffce55 !important;
    }

    .ui-rangeSlider.silder-yellow .ui-rangeSlider-bar {
        background: #ffce55 !important;
    }

    .ui-rangeSlider.silder-orange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-orange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #fb6e52 !important;
    }

    .ui-rangeSlider.silder-orange .ui-rangeSlider-bar {
        background: #fb6e52 !important;
    }

    .ui-rangeSlider.silder-darkorange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-darkorange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #ed4e2a !important;
    }

    .ui-rangeSlider.silder-darkorange .ui-rangeSlider-bar {
        background: #ed4e2a !important;
    }

    .ui-rangeSlider.silder-magenta .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-magenta .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #bc5679 !important;
    }

    .ui-rangeSlider.silder-magenta .ui-rangeSlider-bar {
        background: #bc5679 !important;
    }

    .ui-rangeSlider.silder-purple .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-purple .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #7e3794 !important;
    }

    .ui-rangeSlider.silder-purple .ui-rangeSlider-bar {
        background: #7e3794 !important;
    }

    .ui-rangeSlider.silder-maroon .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider.silder-maroon .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
        color: #981b48 !important;
    }

    .ui-rangeSlider.silder-maroon .ui-rangeSlider-bar {
        background: #981b48 !important;
    }

.ui-rangeSlider, .ui-rangeSlider-container, .ui-rangeSlider-arrow {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container {
    margin: 0 15px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
}

.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    border-color: #8490a3;
}

.ui-rangeSlider-container, .ui-rangeSlider-arrow {
    height: 30px;
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    background: #fff;
}

.ui-rangeSlider-label {
    background-color: #fb6e52;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 5px 10px;
    bottom: 36px;
    color: #fff;
    font-size: 13px;
    cursor: col-resize;
}

.ui-rangeSlider-disabled .ui-rangeSlider-container, .ui-rangeSlider-disabled .ui-rangeSlider-arrow, .ui-rangeSlider-disabled .ui-rangeSlider-label {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.ui-rangeSlider-arrow {
    width: 14px;
    cursor: pointer;
}

.ui-rangeSlider-leftArrow {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
    border-left: solid 1px #d3d3d3;
}

.ui-rangeSlider-rightArrow {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
    border-right: solid 1px #d3d3d3;
}

.ui-rangeSlider-arrow-inner {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -10px;
}

    .ui-rangeSlider-arrow-inner:before {
        position: absolute;
        top: 0;
        font-family: FontAwesome;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px;
        border-width: 1px;
        content: "";
        color: #d3d3d3;
    }

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner:before {
    content: "";
    left: 8px;
    margin-left: -5px;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before, .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
    color: #a0d468;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner:before {
    content: "";
    right: 0;
    margin-right: -11px;
}

.ui-rangeSlider-innerBar {
    width: 110%;
    height: 100%;
    left: -10px;
    overflow: hidden;
}

.ui-rangeSlider-bar {
    background: #0072c6;
    height: 28px;
    margin: 1px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.ui-rangeSlider-handle {
    width: 10px;
    height: 30px;
    background: transparent;
    cursor: col-resize;
}

.ui-rangeSlider-label-inner {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    z-index: 99;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
    border-top: 6px solid #fb6e52;
}

.ui-rangeSlider-disabled .ui-rangeSlider-label-inner {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.ui-editRangeSlider-inputValue {
    width: 2em;
    text-align: center;
    font-size: 13px;
    border: 1px solid transparent !important;
    margin-left: -5px;
    margin-right: -5px;
}

.ui-rangeSlider .ui-ruler-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ui-rangeSlider .ui-ruler-tick {
    float: left;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner {
    color: #d3d3d3;
    margin-top: 1px;
    border-left: 1px solid #d3d3d3;
    height: 30px;
    padding-left: 2px;
    position: relative;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
    position: absolute;
    bottom: 6px;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-label {
    color: #fbfbfb;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner {
    border-left: 1px solid #d3d3d3;
    margin-top: 25px;
    height: 5px;
}

.spinbox {
    position: relative;
}

    .spinbox input {
        float: left;
        padding-left: 35px;
    }

    .spinbox .btn {
        position: relative;
        width: 20px;
        padding-top: 0;
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
        font-weight: normal;
        padding: 4px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 17px;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

        .spinbox .btn:hover {
            color: #f5f5f5;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .spinbox .btn:focus, .spinbox .btn:active {
            color: #f5f5f5;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .spinbox .btn.disabled {
            cursor: not-allowed;
        }

    .spinbox .spinbox-buttons {
        position: absolute;
        left: 0;
        float: left;
        width: 20px;
        height: 34px;
        border-left: 1px solid #d5d5d5;
    }

    .spinbox .spinbox-up {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        top: 0;
        background-color: #fbfbfb;
        border-left: 1px !important;
    }

        .spinbox .spinbox-up i {
            position: relative;
            top: -6px;
            margin-right: 0;
        }

    .spinbox .spinbox-down {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        bottom: 0;
        background-color: #fbfbfb;
        border-bottom-left-radius: 0 !important;
        border-left: 1px !important;
        border-top: 1px solid #d5d5d5;
    }

        .spinbox .spinbox-down i {
            position: relative;
            top: -7px;
            margin-right: 0;
        }

    .spinbox.spinbox-right .spinbox-buttons {
        left: auto;
        right: 0;
        border-right: 0;
    }

    .spinbox.spinbox-right input {
        padding-left: 10px;
        padding-right: 35px;
        margin-left: 0;
    }

    .spinbox.spinbox-horizontal input {
        padding-left: 60px;
    }

    .spinbox.spinbox-horizontal .spinbox-buttons {
        margin: 0;
        font-size: 0;
        width: 50px;
        left: 0;
        top: 0;
    }

        .spinbox.spinbox-horizontal .spinbox-buttons > .btn {
            height: 34px;
            line-height: 32px;
            font-size: 18px;
            display: inline-block;
            vertical-align: sub;
            margin: 0;
        }

            .spinbox.spinbox-horizontal .spinbox-buttons > .btn > i {
                vertical-align: middle;
                display: inline-block;
            }

    .spinbox.spinbox-horizontal .spinbox-down {
        width: 24px;
        border-left: 0;
    }

        .spinbox.spinbox-horizontal .spinbox-down i {
            top: -5px;
        }

    .spinbox.spinbox-horizontal .spinbox-up {
        width: 24px;
    }

        .spinbox.spinbox-horizontal .spinbox-up i {
            top: -5px;
        }

    .spinbox.spinbox-horizontal.spinbox-right {
        margin-left: 0;
    }

        .spinbox.spinbox-horizontal.spinbox-right .spinbox-buttons {
            right: -1px;
            left: auto;
        }

        .spinbox.spinbox-horizontal.spinbox-right input {
            padding-left: 10px;
        }

    .spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons {
        width: 25px !important;
    }

        .spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-left {
            left: 0;
        }

        .spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-right {
            right: 0;
            left: auto;
        }

    .spinbox.spinbox-horizontal.spinbox-two-sided input {
        padding-left: 35px !important;
    }

.select2-container {
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 34px;
        user-select: none;
        -webkit-user-select: none;
        outline: none !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            outline: none !important;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
            outline: none !important;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
    padding: 0 5px 5px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
        outline: none !important;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        position: absolute;
        right: 25px;
        top: -1px;
        font-size: 16px;
        opacity: .4;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
        position: absolute;
        top: 0;
        right: 7px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            width: 100%;
            height: 100%;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            font-size: 14px;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
                content: "";
                width: 100%;
                height: 100%;
                text-align: center;
                display: block;
                line-height: 34px;
            }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px 0 3px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: normal;
        margin-top: 5px;
        margin-right: 5px;
        font-size: 16px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #0072c6;
        border: 1px solid #0072c6;
        color: #fff;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        cursor: default;
        float: left;
        margin-right: 3px;
        margin-top: 3px;
        padding: 0 5px 2px;
        font-size: 13px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #fafafa;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 3px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 215px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #262626;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

    .bootstrap-tagsinput > span {
        font-weight: 400;
        padding: 4px 28px 4px 8px;
        font-size: 13px;
        border: 1px solid #0072c6;
        background: #0072c6;
    }

    .bootstrap-tagsinput input {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .bootstrap-tagsinput input:focus {
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        color: #fff;
        position: relative;
        margin: 3px 0 3px 2px;
        display: inline-block;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

        .bootstrap-tagsinput .tag [data-role=remove] {
            display: block;
            top: -1px;
            right: 0;
            padding: 3px 4px 3px 5px;
            width: 23px;
            height: 22px;
            position: absolute;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role=remove]:hover:after {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            .bootstrap-tagsinput .tag [data-role=remove]:hover:active:after {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                content: "";
                font-family: fontAwesome;
                padding: 2px 1px;
                line-height: 16px;
                font-size: 14px;
                text-align: center;
                zoom: 1;
                filter: alpha(opacity=70);
                -webkit-opacity: .7;
                -moz-opacity: .7;
                opacity: .7;
            }

                .bootstrap-tagsinput .tag [data-role=remove]:after:hover {
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

                    .bootstrap-tagsinput .tag [data-role=remove]:after:hover:active {
                        zoom: 1;
                        filter: alpha(opacity=100);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                    }

.minicolors {
    position: relative;
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background: url(../img/jquery.minicolors.png) -80px 0;
    border: solid 1px #fbfbfb;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 99999;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

    .minicolors-panel.minicolors-visible {
        display: block;
    }

.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background: url(../img/jquery.minicolors.png) -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: none;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background: url(../img/jquery.minicolors.png) -270px 0;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background: #000;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider, .minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background: #fff url(../img/jquery.minicolors.png) 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px #000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

    .minicolors-grid .minicolors-picker > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: solid 2px #fff;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    border: solid 1px #000;
    margin-top: -2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-inline {
    display: inline-block;
}

    .minicolors-inline .minicolors-input {
        display: none !important;
    }

    .minicolors-inline .minicolors-panel {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        z-index: auto;
        display: inline-block;
    }

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
    padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}

.dropdown-colorpicker {
    height: 35px;
    width: 35px;
    padding: 7px;
}

    .dropdown-colorpicker > .dropdown-menu {
        top: 100%;
        left: 0;
        padding: 4px;
        min-width: 154px;
        max-width: 154px;
    }

        .dropdown-colorpicker > .dropdown-menu > li {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin: 2px;
        }

            .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
                display: block;
                width: 20px;
                height: 20px;
                margin: 0;
                padding: 0;
                -webkit-border-radius: 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0;
                -moz-background-clip: padding;
                border-radius: 0;
                background-clip: padding-box;
                position: relative;
                -webkit-transition: all ease .1s;
                -moz-transition: all ease .1s;
                -o-transition: all ease .1s;
                transition: all ease .1s;
            }

                .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
                    text-decoration: none;
                    zoom: 1;
                    filter: alpha(opacity=80);
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    opacity: .8;
                    -webkit-transform: scale(1.08);
                    -moz-transform: scale(1.08);
                    -o-transform: scale(1.08);
                    -ms-transform: scale(1.08);
                    transform: scale(1.08);
                }

                .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
                    content: "";
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 11px;
                    color: #fff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    text-align: center;
                    line-height: 20px;
                }

.btn-colorpicker {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    vertical-align: middle;
    border-radius: 0;
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    z-index: 9999 !important;
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td, .datepicker th {
        text-align: center;
        font-size: 12px;
        height: 20px;
        width: 20px;
    }

        .datepicker td.day:hover {
            background: #eee;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eee;
        }

        .datepicker td.old, .datepicker td.new {
            color: #999;
        }

        .datepicker td.active, .datepicker td.active:hover {
            background-color: #0072c6;
            color: #fff;
            -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
        }

            .datepicker td span:hover {
                background: #eee;
            }

            .datepicker td span.active {
                background-color: #0072c6;
                color: #fff;
                -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
                text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            }

            .datepicker td span.old {
                color: #999;
            }

        .datepicker th.switch {
            width: 175px;
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 12px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eee;
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    font-size: 12px;
    width: 278px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,.2);
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.openscenter:before {
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,.2);
        content: '';
    }

    .daterangepicker.openscenter:after {
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,.2);
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3000;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar.single .calendar-table {
        border: none;
    }

    .daterangepicker .calendar th, .daterangepicker .calendar td {
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #ddd;
        padding: 4px;
        border-radius: 4px;
        background: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            color: #999;
            background: #fff;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through;
        }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #eee;
        }

        .daterangepicker td.in-range {
            background: #d0e7fc;
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
        }

        .daterangepicker td.start-date {
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #0072c6;
            border-color: #0072c6;
            color: #fff;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker th.month {
        width: auto;
    }

    .daterangepicker .input-mini {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        display: block;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        margin: 0 0 5px 0;
        padding: 0 6px 0 28px;
        width: 100%;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #357ebd;
        }

    .daterangepicker .daterangepicker_input i {
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    .daterangepicker .ranges {
        font-size: 11px;
        float: none;
        margin: 4px;
        text-align: left;
    }

        .daterangepicker .ranges ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            width: 100%;
        }

        .daterangepicker .ranges li {
            font-size: 13px;
            background: #f5f5f5;
            border: 1px solid #f5f5f5;
            color: #08c;
            padding: 3px 12px;
            margin-bottom: 8px;
            border-radius: 5px;
            cursor: pointer;
        }

            .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
                background: #08c;
                border: 1px solid #08c;
                color: #fff;
            }

@media(min-width:564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker .calendar.left .calendar-table {
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .daterangepicker .calendar.right .calendar-table {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .daterangepicker .calendar.left {
            clear: left;
            margin-right: 0;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single .ranges, .daterangepicker.single .calendar {
            float: left;
        }

        .daterangepicker .calendar.right {
            margin-left: 0;
        }

        .daterangepicker .left .daterangepicker_input {
            padding-right: 12px;
        }

        .daterangepicker .calendar.left .calendar-table {
            padding-right: 12px;
        }

        .daterangepicker .ranges, .daterangepicker .calendar {
            float: left;
        }
}

@media(min-width:730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .add-on {
        cursor: pointer;
    }

        .bootstrap-timepicker .add-on i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0,0,0,.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 8px 0;
            outline: 0;
            color: #333;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 14px;
                color: #262626;
            }

        .bootstrap-timepicker-widget table td input {
            width: 35px;
            margin: 0;
            text-align: center;
            padding: 5px;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media(min-width:767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media(max-width:767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
    -moz-box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
    box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
    overflow: scroll;
    outline: none;
}

.wysiwyg-toolbar {
    margin-bottom: 10px;
}

    .wysiwyg-toolbar .btn-active {
        color: #444 !important;
        background-color: #e5e5e5;
    }

    .wysiwyg-toolbar .dropdown-menu {
        padding: 5px;
    }

    .wysiwyg-toolbar .btn-group {
        margin-bottom: 5px;
    }

.wysiwyg-voiceBtn {
    width: 20px;
    color: transparent !important;
    background-color: transparent !important;
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -o-transform: scale(2,2);
    -ms-transform: scale(2,2);
    transform: scale(2,2);
    border: transparent !important;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.note-editor {
    border: 1px solid #d5d5d5;
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 1;
        display: none;
        color: #87cefa;
        background-color: #fff;
        border: 2px dashed #87cefa;
        opacity: .95;
        pointer-event: none;
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
        }

        .note-editor .note-dropzone.hover {
            color: #0072c6;
            border: 2px dashed #0072c6;
        }

    .note-editor.dragover .note-dropzone {
        display: table;
    }

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 100%;
    }

        .note-editor.fullscreen .note-editable {
            background-color: #fff;
        }

        .note-editor.fullscreen .note-resizebar {
            display: none;
        }

    .note-editor.codeview .note-editable {
        display: none;
    }

    .note-editor.codeview .note-codable {
        display: block;
    }

    .note-editor .note-toolbar {
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0;
        background-color: #fbfbfb;
        border-bottom: 1px solid #d5d5d5;
    }

        .note-editor .note-toolbar > .btn-group {
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 0;
        }

        .note-editor .note-toolbar > .input-group {
            float: none;
        }

        .note-editor .note-toolbar .note-table .dropdown-menu {
            min-width: 0;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
                font-size: 18px;
            }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
                }

        .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
            margin: 0;
        }

        .note-editor .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px;
        }

        .note-editor .note-toolbar .note-color .dropdown-menu {
            min-width: 290px;
        }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
                margin: 0;
            }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                    margin: 0 5px;
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                    margin: 2px 7px;
                    font-size: 12px;
                    text-align: center;
                    border-bottom: 1px solid #eee;
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                    padding: 0 3px;
                    margin: 5px;
                    font-size: 12px;
                    cursor: pointer;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                    .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                        background: #eee;
                    }

        .note-editor .note-toolbar .note-para .dropdown-menu {
            min-width: 216px;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
                margin-right: 5px;
            }

    .note-editor .note-statusbar {
        background-color: #f5f5f5;
    }

        .note-editor .note-statusbar .note-resizebar {
            width: 100%;
            height: 8px;
            cursor: s-resize;
            border-top: 1px solid #d5d5d5;
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #d5d5d5;
            }

    .note-editor .note-popover .popover {
        max-width: none;
    }

        .note-editor .note-popover .popover .popover-content {
            padding: 5px;
        }

            .note-editor .note-popover .popover .popover-content a {
                display: inline-block;
                max-width: 200px;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
            }

            .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
                margin-left: 5px;
            }

        .note-editor .note-popover .popover .arrow {
            left: 20px;
        }

    .note-editor .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid #000;
    }

        .note-editor .note-handle .note-control-selection > div {
            position: absolute;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-bg {
            width: 100%;
            height: 100%;
            background-color: #000;
            -webkit-opacity: .3;
            -khtml-opacity: .3;
            -moz-opacity: .3;
            opacity: .3;
            -ms-filter: alpha(opacity=30);
            filter: alpha(opacity=30);
        }

        .note-editor .note-handle .note-control-selection .note-control-handle {
            width: 7px;
            height: 7px;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-holder {
            width: 7px;
            height: 7px;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-sizing {
            width: 7px;
            height: 7px;
            background-color: #fff;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-nw {
            top: -5px;
            left: -5px;
            border-right: 0;
            border-bottom: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-ne {
            top: -5px;
            right: -5px;
            border-bottom: 0;
            border-left: none;
        }

        .note-editor .note-handle .note-control-selection .note-control-sw {
            bottom: -5px;
            left: -5px;
            border-top: 0;
            border-right: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-se {
            right: -5px;
            bottom: -5px;
            cursor: se-resize;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: 5px;
            margin: 5px;
            font-size: 12px;
            color: #fff;
            background-color: #000;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-opacity: .7;
            -khtml-opacity: .7;
            -moz-opacity: .7;
            opacity: .7;
            -ms-filter: alpha(opacity=70);
            filter: alpha(opacity=70);
        }

    .note-editor .note-dialog > div {
        display: none;
    }

    .note-editor .note-dialog .note-image-dialog .note-dropzone {
        min-height: 100px;
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 4;
        color: #d3d3d3;
        text-align: center;
        border: 4px dashed #d3d3d3;
    }

    .note-editor .note-dialog .note-help-dialog {
        font-size: 12px;
        color: #ccc;
        background: transparent;
        background-color: #222 !important;
        border: 0;
        -webkit-opacity: .9;
        -khtml-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        -ms-filter: alpha(opacity=90);
        filter: alpha(opacity=90);
    }

        .note-editor .note-dialog .note-help-dialog .modal-content {
            background: transparent;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .note-editor .note-dialog .note-help-dialog a {
            font-size: 12px;
            color: #fff;
        }

        .note-editor .note-dialog .note-help-dialog .title {
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            border-bottom: #fff 1px solid;
        }

        .note-editor .note-dialog .note-help-dialog .modal-close {
            font-size: 14px;
            color: #dd0;
            cursor: pointer;
        }

        .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
            width: 100%;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
                vertical-align: top;
            }

        .note-editor .note-dialog .note-help-dialog .note-shortcut {
            margin-top: 8px;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut th {
                font-size: 13px;
                color: #dd0;
                text-align: left;
            }

            .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
                min-width: 110px;
                padding-right: 10px;
                font-family: "Courier New";
                color: #dd0;
                text-align: right;
            }

    .note-editor .note-editable {
        padding: 10px;
        overflow: auto;
        outline: 0;
        background-color: #fff;
    }

        .note-editor .note-editable[contenteditable="false"] {
            background-color: #e5e5e5;
        }

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-family: Menlo,Monaco,monospace,sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

    .note-editor .dropdown-menu {
        min-width: 90px;
    }

        .note-editor .dropdown-menu.right {
            right: 0;
            left: auto;
        }

            .note-editor .dropdown-menu.right::before {
                right: 9px;
                left: auto !important;
            }

            .note-editor .dropdown-menu.right::after {
                right: 10px;
                left: auto !important;
            }

        .note-editor .dropdown-menu li a i {
            color: #0072c6;
            visibility: hidden;
        }

        .note-editor .dropdown-menu li a.checked i {
            visibility: visible;
        }

    .note-editor .note-fontsize-10 {
        font-size: 10px;
    }

    .note-editor .note-color-palette {
        line-height: 1;
    }

        .note-editor .note-color-palette div .note-color-btn {
            width: 17px;
            height: 17px;
            padding: 0;
            margin: 0;
            border: 1px solid #fff;
        }

            .note-editor .note-color-palette div .note-color-btn:hover {
                border: 1px solid #000;
            }

.bv-form .help-block {
    margin-bottom: 0;
}

.nav-tabs li.bv-tab-success > a {
    color: #53a93f;
}

.nav-tabs li.bv-tab-error > a {
    color: #d73d32;
}

.login-container {
    position: relative;
    margin: 10% auto;
    max-width: 300px;
}

    .login-container .loginbox {
        position: relative;
        width: 300px !important;
        height: auto !important;
        padding: 0 0 20px 0;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
    }

        .login-container .loginbox .loginbox-title {
            position: relative;
            text-align: center;
            width: 100%;
            height: 35px;
            padding-top: 10px;
            font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            font-size: 20px;
            font-weight: normal;
            color: #444;
        }

        .login-container .loginbox .loginbox-social {
            padding: 0 10px 10px;
            text-align: center;
        }

            .login-container .loginbox .loginbox-social .social-title {
                font-size: 14px;
                font-weight: 500;
                color: #a9a9a9;
                margin-top: 10px;
            }

            .login-container .loginbox .loginbox-social .social-buttons {
                height: 80px;
                padding: 15px 35px;
                text-align: center;
            }

                .login-container .loginbox .loginbox-social .social-buttons .button-facebook {
                    float: left;
                    border: 2px solid #3b5998;
                    color: #3b5998;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    margin-right: 30px;
                    background-color: #fff;
                }

                    .login-container .loginbox .loginbox-social .social-buttons .button-facebook i {
                        font-size: 26px;
                        line-height: 50px;
                    }

                .login-container .loginbox .loginbox-social .social-buttons .button-twitter {
                    float: left;
                    border: 2px solid #29c1f6;
                    color: #29c1f6;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    margin-right: 30px;
                    background-color: #fff;
                }

                    .login-container .loginbox .loginbox-social .social-buttons .button-twitter i {
                        font-size: 26px;
                        line-height: 50px;
                    }

                .login-container .loginbox .loginbox-social .social-buttons .button-google {
                    border: 2px solid #ef4f1d;
                    color: #ef4f1d;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    background-color: #fff;
                }

                    .login-container .loginbox .loginbox-social .social-buttons .button-google i {
                        font-size: 26px;
                        line-height: 50px;
                    }

        .login-container .loginbox .loginbox-or {
            position: relative;
            text-align: center;
            height: 20px;
        }

            .login-container .loginbox .loginbox-or .or {
                position: absolute;
                top: 0;
                -lh-property: 0;
                left: -webkit-calc(50% - 25px);
                left: -moz-calc(50% - 25px);
                left: calc(50% - 25px);
                width: 50px;
                height: 20px;
                background-color: #fff;
                color: #999;
                margin: 0 auto;
            }

            .login-container .loginbox .loginbox-or .or-line {
                position: absolute;
                height: 1px;
                top: 10px;
                left: 40px;
                right: 40px;
                background-color: #ccc;
            }

        .login-container .loginbox .loginbox-textbox {
            padding: 10px 40px;
        }

            .login-container .loginbox .loginbox-textbox .form-control {
                -webkit-border-radius: 3px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 3px !important;
                -moz-background-clip: padding !important;
                border-radius: 3px !important;
                background-clip: padding-box !important;
            }

        .login-container .loginbox .loginbox-forgot {
            padding-left: 40px;
        }

            .login-container .loginbox .loginbox-forgot a {
                font-size: 11px;
                color: #666;
            }

        .login-container .loginbox .loginbox-submit {
            padding: 10px 40px;
        }

        .login-container .loginbox .loginbox-signup {
            text-align: center;
            padding-top: 10px;
        }

            .login-container .loginbox .loginbox-signup a {
                font-size: 13px;
                color: #666;
            }

    .login-container .logobox {
        width: 300px !important;
        height: 50px !important;
        padding: 5px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
        background-color: #fff;
        text-align: left;
    }

.register-container {
    position: relative;
    margin: 8% auto;
    max-width: 350px;
}

    .register-container .registerbox {
        position: relative;
        width: 350px !important;
        height: 560px !important;
        padding: 0;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
    }

        .register-container .registerbox .registerbox-title {
            position: relative;
            text-align: left;
            width: 100%;
            height: 35px;
            padding: 20px 20px 0;
            font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: normal;
            color: #444;
        }

        .register-container .registerbox .registerbox-caption {
            font-size: 14px;
            font-weight: 500;
            color: #a9a9a9;
            padding: 15px 20px 0;
        }

        .register-container .registerbox .registerbox-textbox {
            padding: 10px 20px;
        }

            .register-container .registerbox .registerbox-textbox .form-control {
                -webkit-border-radius: 3px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 3px !important;
                -moz-background-clip: padding !important;
                border-radius: 3px !important;
                background-clip: padding-box !important;
            }

        .register-container .registerbox .registerbox-submit {
            padding: 0 20px;
        }

    .register-container .logobox {
        width: 350px !important;
        height: 50px !important;
        padding: 5px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
        background-color: #fff;
        text-align: left;
    }

.lock-container {
    margin: 15% auto;
    max-width: 300px;
}

    .lock-container .lock-box {
        position: relative;
        background: #fff;
        width: 280px;
        height: 170px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -moz-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -o-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: linear-gradient(to top,#fff,#f3f3f3);
    }

        .lock-container .lock-box .lock-username {
            position: absolute;
            height: 50px;
            width: 100%;
            line-height: 50px;
            top: 60px;
            text-align: center;
            color: #999;
        }

        .lock-container .lock-box img {
            position: absolute;
            -lh-property: 0;
            left: -webkit-calc(50% - 64px);
            left: -moz-calc(50% - 64px);
            left: calc(50% - 64px);
            top: -64px;
            border: 3px solid #fff;
            width: 128px;
            height: 128px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,.3);
        }

        .lock-container .lock-box .lock-password {
            position: absolute;
            top: 115px;
            text-align: center;
            -lh-property: 0;
            left: -webkit-calc(50% - 114px);
            left: -moz-calc(50% - 114px);
            left: calc(50% - 114px);
        }

            .lock-container .lock-box .lock-password input {
                background-color: #fff;
                border-color: #e5e5e5;
                -webkit-border-radius: 4px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 4px !important;
                -moz-background-clip: padding !important;
                border-radius: 4px !important;
                background-clip: padding-box !important;
                text-align: center;
                padding-left: 25px;
            }

        .lock-container .lock-box .btn-lock, .lock-container .lock-box .btn-lock:hover {
            background: #fff;
            color: #0072c6;
            margin-top: -8px;
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .lock-container .lock-box .btn-lock i:before, .lock-container .lock-box .btn-lock:hover i:before {
                font-size: 18px;
            }

    .lock-container .signinbox {
        width: 280px !important;
        height: 50px !important;
        padding: 15px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        background-color: #fff;
        text-align: center;
    }

        .lock-container .signinbox a {
            font-size: 13px;
            color: #0072c6;
            padding-left: 5px;
            cursor: pointer;
        }

.pricing-container {
    padding: 20px;
    -webkit-text-shadow: gba(0,0,0,.2) 1px 1px 1px;
    text-shadow: gba(0,0,0,.2) 1px 1px 1px;
}

    .pricing-container [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pricing-container .plan {
        text-align: center;
        background: #fff;
        color: #333;
        padding: 0;
        width: 100%;
        float: left;
        _display: inline;
        position: relative;
        margin: 0 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        margin-bottom: 20px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -moz-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -o-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: linear-gradient(to top,#fff,#f3f3f3);
    }

        .pricing-container .plan .header {
            position: relative;
            font-size: 20px;
            font-weight: normal;
            text-transform: uppercase;
            padding: 15px;
            margin: 0;
            border-bottom: 3px solid;
        }

        .pricing-container .plan .price {
            font-size: 26px;
            padding: 5px 5px 0;
            background-color: #fff;
            -webkit-text-shadow: none;
            text-shadow: none;
        }

        .pricing-container .plan .monthly {
            font-size: 12px;
            margin-bottom: 20px;
            text-transform: uppercase;
            color: #999;
            background-color: #fff;
            padding-bottom: 10px;
            -webkit-text-shadow: none;
            text-shadow: none;
        }

        .pricing-container .plan ul {
            margin: 20px 0;
            padding: 0;
            list-style: none;
        }

            .pricing-container .plan ul li {
                padding: 10px 0;
            }

                .pricing-container .plan ul li p {
                    margin: 0 20px;
                    text-align: left;
                }

        .pricing-container .plan .signup {
            position: relative;
            padding: 8px 17px;
            color: #fff;
            font: bold 15px 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            background-color: #0072c6;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.15);
            text-shadow: 0 -1px 0 rgba(0,0,0,.15);
            opacity: .9;
            margin: 15px;
        }

            .pricing-container .plan .signup:hover {
                opacity: 1;
            }

            .pricing-container .plan .signup:active {
                -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
                -moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
                box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
            }

    .pricing-container .popular-plan {
        top: -20px;
        padding: 0 0 25px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

        .pricing-container .popular-plan .header {
            padding: 35px 15px 15px;
        }

.plan-circular {
    margin: 10px auto;
    text-align: center;
}

    .plan-circular .plan-title {
        color: #fff;
    }

    .plan-circular .title-devider {
        margin: 10px 40%;
        border-color: #fff;
    }

    .plan-circular .plan-body {
        position: relative;
        width: 150px;
        height: 150px;
        background-color: #fff;
        border: 10px solid rgba(255,255,255,.3);
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0 auto;
        font-family: 'Open Sans',sans-serif;
    }

        .plan-circular .plan-body .plan-price {
            position: absolute;
            top: 33px;
            right: 35px;
            font-size: 40px;
            color: #555;
        }

        .plan-circular .plan-body .plan-currency {
            position: absolute;
            top: 33px;
            right: 80px;
            font-size: 26px;
            color: #777;
        }

        .plan-circular .plan-body .plan-month {
            position: absolute;
            top: 80px;
            right: 38px;
            font-size: 12px;
            color: #999;
        }

    .plan-circular .plan-tag {
        width: 25px;
        height: 40px;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        margin: 0 auto;
        margin-top: -15px;
    }

        .plan-circular .plan-tag .tag-icon {
            margin-top: 20px;
            font-size: 15px;
            color: #fff;
        }

.invoice-container .table-bordered thead > tr {
    background-color: #fff !important;
    background-image: none !important;
}

.invoice-container .panel {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

    .invoice-container .panel .panel-heading {
        background-color: #fff;
    }

        .invoice-container .panel .panel-heading h1, .invoice-container .panel .panel-heading h2, .invoice-container .panel .panel-heading h3, .invoice-container .panel .panel-heading h4, .invoice-container .panel .panel-heading h5, .invoice-container .panel .panel-heading h6 {
            margin-bottom: 0;
        }

.invoice-container ul {
    list-style: none;
    padding-left: 0;
}

    .invoice-container ul li {
        line-height: 22px;
    }

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: -35px;
        position: absolute;
        content: " ";
        width: 3px;
        left: 50%;
        margin-left: -1.5px;
        box-shadow: 0 1px 6px rgba(0,0,0,.175);
        background-color: #f3f3f3;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-datetime {
            color: #737373;
            position: absolute;
            left: 55%;
            top: 6px;
            text-align: left;
            padding: 10px;
        }

            .timeline > li > .timeline-datetime .timeline-time, .timeline > li > .timeline-datetime .timeline-date {
                display: block;
                font-size: 11px;
                font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            }

            .timeline > li > .timeline-datetime .timeline-time {
                font-size: 14px;
                font-weight: bold;
            }

        .timeline > li > .timeline-panel {
            background-color: #fbfbfb;
            -lh-property: 0;
            width: -webkit-calc(50% - 45px);
            width: -moz-calc(50% - 45px);
            width: calc(50% - 45px);
            float: left;
            border-radius: 2px;
            padding: 0;
            position: relative;
            box-shadow: 0 1px 6px rgba(0,0,0,.175);
        }

            .timeline > li > .timeline-panel .timeline-header .timeline-title {
                display: block;
                padding: 10px 20px 0;
                min-width: 200px;
                font-size: 14px;
                font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
                font-weight: 700;
            }

            .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
                position: absolute;
                top: 5px;
                right: 10px;
                font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
                font-size: 13px;
                display: none;
            }

            .timeline > li > .timeline-panel .timeline-body {
                padding: 10px 20px 20px;
                line-height: 22px;
            }

                .timeline > li > .timeline-panel .timeline-body > p, .timeline > li > .timeline-panel .timeline-body > ul {
                    margin-bottom: 0;
                }

                    .timeline > li > .timeline-panel .timeline-body > p + p {
                        margin-top: 5px;
                    }

            .timeline > li > .timeline-panel .timeline-footer {
                padding: 5px 20px 10px;
                border-top: 1px solid #eee;
            }

                .timeline > li > .timeline-panel .timeline-footer .footer-registrar {
                    font-size: 12px;
                    color: #555;
                }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 16px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #e5e5e5;
                border-right: 0 solid #e5e5e5;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 17px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fbfbfb;
                border-right: 0 solid #fbfbfb;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li .timeline-badge {
            width: 50px;
            height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 6px;
            left: 50%;
            margin-left: -25px;
            background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
            z-index: 100;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            box-shadow: 0 1px 6px rgba(0,0,0,.175);
            color: #444;
        }

            .timeline > li .timeline-badge .badge-picture {
                width: 50px;
                height: 50px;
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
            }

            .timeline > li .timeline-badge i {
                line-height: 50px;
            }

            .timeline > li .timeline-badge[class*="bg-"] {
                background-image: none !important;
                color: #fff;
            }

        .timeline > li.timeline-inverted > .timeline-datetime {
            left: auto;
            right: 55%;
            text-align: right;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li.timeline-node {
            width: 150px;
            margin: 0 auto 20px;
            text-align: center;
        }

@media(max-width:767px) {
    .timeline:before {
        left: 40px;
    }

    .timeline > li > .timeline-panel {
        -lh-property: 0;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 6px;
    }

    .timeline > li > .timeline-panel {
        float: right;
    }

        .timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        .timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

        .timeline > li > .timeline-panel .timeline-header .timeline-title {
            top: 5px;
        }

        .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
            display: block;
        }

    .timeline > li > .timeline-datetime {
        display: none;
    }

    .timeline > li.timeline-node {
        margin: 0 0 20px -35px;
    }
}

@media(max-width:500px) {
    .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
        position: relative;
        padding: 5px 30px 0;
        margin: 0;
    }

    .timeline > li > .timeline-panel .timeline-body {
        padding: 20px 20px 20px;
    }
}

.profile-container .profile-header {
    min-height: 175px;
    margin: 15px 15px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    background-color: #fbfbfb;
}

    .profile-container .profile-header .header-avatar {
        width: 125px;
        height: 125px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        border: 5px solid #f5f5f5;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin: 25px auto;
    }

    .profile-container .profile-header .profile-info {
        min-height: 175px;
        border-right: 1px solid #eee;
        padding: 15px 40px 35px 0;
    }

        .profile-container .profile-header .profile-info .header-fullname {
            font: 21px 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            margin-top: 27px;
            display: inline-block;
        }

        .profile-container .profile-header .profile-info .btn-follow {
            position: absolute;
            top: 45px;
            right: 40px;
        }

        .profile-container .profile-header .profile-info .header-information {
            line-height: 23px;
            margin-top: 15px;
            text-align: justify;
        }

    .profile-container .profile-header .profile-stats {
        min-height: 175px;
        border-right: 1px solid #eee;
    }

        .profile-container .profile-header .profile-stats .stats-col {
            margin: 30px 0;
            text-align: center;
        }

            .profile-container .profile-header .profile-stats .stats-col:not(:last-child) {
                border-right: 1px solid #eee;
            }

            .profile-container .profile-header .profile-stats .stats-col .stats-value {
                display: block;
                margin: 0 auto;
                text-align: center;
                font-size: 30px;
                font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            }

            .profile-container .profile-header .profile-stats .stats-col .stats-title {
                display: block;
                margin: 0 auto;
                text-align: center;
            }

        .profile-container .profile-header .profile-stats .inlinestats-col {
            padding-top: 15px;
            text-align: center;
            font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
            border-top: 1px solid #eee;
            min-height: 55px;
        }

            .profile-container .profile-header .profile-stats .inlinestats-col:not(:last-child) {
                border-right: 1px solid #eee;
            }

            .profile-container .profile-header .profile-stats .inlinestats-col i {
                margin-right: 2px;
            }

    .profile-container .profile-header .profile-contactinfo .title {
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .profile-container .profile-header .profile-contactinfo .list-group-item {
        background: none !important;
        border: none;
        padding-bottom: 0;
        margin-top: 5px;
        padding-left: 0;
        padding-right: 5px;
    }

.profile-container .profile-body .nav-tabs > li.active > a, .profile-container .profile-body .nav-tabs > li.active > a:hover, .profile-container .profile-body .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-bottom: 2px solid #0072c6;
    background-color: #fbfbfb;
    top: 2px;
    margin-bottom: 0;
}

.profile-container .profile-body .nav-tabs {
    border-top: 1px solid #e5e5e5;
    top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
}

    .profile-container .profile-body .nav-tabs.tabs-flat {
        background-color: #fbfbfb;
    }

.profile-container .profile-body .tab-content {
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.profile-container .profile-body .setting-header {
    margin-bottom: 25px;
}

.profile-container .profile-contacts {
    padding: 25px;
}

    .profile-container .profile-contacts .contact-badge i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        text-align: center;
        background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
        z-index: 100;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        box-shadow: 0 1px 6px rgba(0,0,0,.175);
        color: #444;
    }

    .profile-container .profile-contacts .contact-badge span {
        font-size: 26px;
        margin-left: 20px;
        font-weight: 300;
    }

    .profile-container .profile-contacts .contact-info p {
        padding: 10px 70px;
    }

.profile-container #contact-map {
    margin: 20px;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    border: #fbfbfb 5px solid;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.profile-container .profile-badge i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
    z-index: 100;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 1px 6px rgba(0,0,0,.175);
    color: #444;
}

.profile-container .profile-badge span {
    font-size: 26px;
    margin-left: 20px;
    font-weight: 300;
}

.profile-container .profile-overview {
    padding: 5px;
}

.profile-container .row-title {
    margin-left: -17px;
    margin-top: 50px;
}

.profile-container .timeline {
    padding-top: 35px;
    margin-top: -16px;
}

@media(max-width:992px) {
    .profile-container .profile-header .profile-info {
        padding: 0 40px;
    }

        .profile-container .profile-header .profile-info .btn-follow {
            top: 28px;
        }

    .profile-container .profile-header .profile-stats .stats-col {
        border-right: 0;
    }
}

.comment {
    padding-top: 12px;
}

    .comment:first-child {
        padding-top: 0;
    }

    .comment > .comment {
        margin-left: 25px !important;
    }

    .comment .comment-avatar {
        position: relative;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        display: block;
        float: left;
        height: 32px;
        width: 32px;
    }

    .comment .comment-header {
        font-size: 12px;
        padding-bottom: 2px;
    }

        .comment .comment-header span {
            color: #d0d0d0;
            display: inline-block;
            font-size: 11px;
            margin-left: 5px;
        }

    .comment .comment-body {
        float: none;
        margin-left: 40px;
        position: relative;
    }

    .comment .comment-text {
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 7px 12px 8px;
    }

    .comment .comment-footer {
        display: block;
        font-size: 12px;
        padding: 4px 12px 0;
    }

        .comment .comment-footer i {
            font-size: 13px;
            margin-right: 7px;
        }

        .comment .comment-footer, .comment .comment-footer a {
            color: #d0d0d0;
        }

            .comment .comment-footer a:hover {
                color: #0072c6;
            }

.mail-container {
    position: relative;
}

    .mail-container .mail-sidebar, .mail-container .mail-body {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mail-container .mail-sidebar {
        width: 200px;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        min-height: 100%;
        background: #fbfbfb;
        border-right: 1px solid #ebebeb;
    }

        .mail-container .mail-sidebar .mail-menu {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .mail-container .mail-sidebar .mail-menu > li {
                margin: 0;
                padding: 0;
            }

                .mail-container .mail-sidebar .mail-menu > li a {
                    color: #777;
                    display: block;
                    padding: 10px 10px 10px 25px;
                    -webkit-transition: all 200ms ease-in-out;
                    -moz-transition: all 200ms ease-in-out;
                    -o-transition: all 200ms ease-in-out;
                    transition: all 200ms ease-in-out;
                    font-size: 13px;
                }

                    .mail-container .mail-sidebar .mail-menu > li a:hover {
                        text-decoration: none;
                        color: #444;
                    }

                    .mail-container .mail-sidebar .mail-menu > li a i {
                        margin-right: 10px;
                        font-size: 13px;
                    }

                    .mail-container .mail-sidebar .mail-menu > li a .badge {
                        font-size: 13px;
                    }

                    .mail-container .mail-sidebar .mail-menu > li a .badge-tag {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        margin-right: 4px;
                    }

                .mail-container .mail-sidebar .mail-menu > li:hover a {
                    background: #fff;
                }

                .mail-container .mail-sidebar .mail-menu > li.active a {
                    background: #f3f3f3;
                    font-weight: bold;
                }

                .mail-container .mail-sidebar .mail-menu > li.divider {
                    padding: 0;
                    height: 1px;
                    margin: 9px 0 3px;
                    background: #e5e5e5;
                }

                .mail-container .mail-sidebar .mail-menu > li.menu-title {
                    margin-top: 25px;
                    font-size: 11px;
                    text-transform: uppercase;
                    padding-left: 25px;
                    font-weight: 700;
                }

    .mail-container .mail-header {
        position: relative;
        height: 38px;
        margin-left: 200px;
        padding: 0;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }

        .mail-container .mail-header .header-buttons {
            list-style: none;
            margin-bottom: 0;
            display: inline-block;
            float: left;
            text-align: left;
            height: 38px;
            padding: 0 2px 0 7px;
        }

            .mail-container .mail-header .header-buttons li {
                float: left;
                position: relative;
                height: 38px;
                width: 38px;
                padding: 4px;
                text-align: center;
            }

                .mail-container .mail-header .header-buttons li a {
                    display: block;
                    width: 28px;
                    height: 28px;
                    border: 1px solid #d0d0d0;
                    -webkit-border-radius: 50%;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 50%;
                    -moz-background-clip: padding;
                    border-radius: 50%;
                    background-clip: padding-box;
                }

                    .mail-container .mail-header .header-buttons li a:hover {
                        cursor: pointer;
                        border-color: #0072c6;
                    }

                        .mail-container .mail-header .header-buttons li a:hover i {
                            color: #0072c6;
                        }

                    .mail-container .mail-header .header-buttons li a i {
                        line-height: 24px;
                        color: #d0d0d0;
                        font-size: 14px;
                    }

                        .mail-container .mail-header .header-buttons li a i.fa {
                            line-height: 28px;
                            font-size: 16px;
                        }

                .mail-container .mail-header .header-buttons li.search {
                    width: 150px;
                }

                    .mail-container .mail-header .header-buttons li.search input[type="text"] {
                        border-color: #e5e5e5;
                        -webkit-border-radius: 5px !important;
                        -webkit-background-clip: padding-box !important;
                        -moz-border-radius: 5px !important;
                        -moz-background-clip: padding !important;
                        border-radius: 5px !important;
                        background-clip: padding-box !important;
                    }

        .mail-container .mail-header .pages {
            float: right;
            font-style: italic;
            line-height: 38px;
            color: #d0d0d0;
        }

        .mail-container .mail-header .draft {
            float: right;
            margin-right: 15px;
            font-style: italic;
            line-height: 38px;
            color: #d0d0d0;
        }

        .mail-container .mail-header .mail-title {
            float: left;
            margin-left: 15px;
            line-height: 36px;
            color: #555;
        }

    .mail-container .mail-body {
        position: relative;
        margin-left: 200px;
        padding: 0;
        overflow: hidden;
    }

        .mail-container .mail-body .mail-info {
            width: 100%;
            background: #f5f5f5;
            display: table;
            border-spacing: 0;
            border-collapse: collapse;
            border-bottom: 1px solid #ebebeb;
        }

            .mail-container .mail-body .mail-info .mail-sender, .mail-container .mail-body .mail-info .mail-date {
                display: table-cell;
                width: 50%;
                color: #737373;
                padding: 8px 10px 7px;
            }

                .mail-container .mail-body .mail-info .mail-sender.mail-sender a:hover, .mail-container .mail-body .mail-info .mail-date.mail-sender a:hover {
                    text-decoration: none;
                }

                .mail-container .mail-body .mail-info .mail-sender.mail-sender span, .mail-container .mail-body .mail-info .mail-date.mail-sender span {
                    font-weight: bold;
                    color: #fb6e52;
                }

                .mail-container .mail-body .mail-info .mail-sender.mail-sender img, .mail-container .mail-body .mail-info .mail-date.mail-sender img {
                    margin-right: 5px;
                    border: 2px solid #e5e5e5;
                }

                .mail-container .mail-body .mail-info .mail-sender.mail-date, .mail-container .mail-body .mail-info .mail-date.mail-date {
                    text-align: right;
                }

        .mail-container .mail-body .mail-text {
            border-bottom: 1px solid #ebebeb;
            padding: 15px;
        }

        .mail-container .mail-body .mail-attachments {
            padding: 10px;
            border-bottom: 1px solid #ebebeb;
        }

            .mail-container .mail-body .mail-attachments h4 {
                margin-bottom: 30px;
                line-height: 1;
            }

                .mail-container .mail-body .mail-attachments h4 span {
                    zoom: 1;
                    filter: alpha(opacity=40);
                    -webkit-opacity: .4;
                    -moz-opacity: .4;
                    opacity: .4;
                }

            .mail-container .mail-body .mail-attachments ul {
                text-align: left;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .mail-container .mail-body .mail-attachments ul li {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    margin-right: 30px;
                    margin-bottom: 10px;
                }

                    .mail-container .mail-body .mail-attachments ul li > a {
                        display: block;
                    }

                        .mail-container .mail-body .mail-attachments ul li > a img {
                            position: relative;
                            display: block;
                            line-height: 1;
                            margin-bottom: 10px;
                        }

                        .mail-container .mail-body .mail-attachments ul li > a.thumb {
                            position: relative;
                        }

                            .mail-container .mail-body .mail-attachments ul li > a.thumb:after {
                                font-family: 'FontAwesome';
                                content: '';
                                display: block;
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                width: 40px;
                                height: 40px;
                                margin-left: -20px;
                                margin-top: -20px;
                                font-size: 14px;
                                text-align: center;
                                line-height: 40px;
                                vertical-align: text-top;
                                color: #fff;
                                background: rgba(0,0,0,.25);
                                -webkit-border-radius: 4px;
                                -webkit-background-clip: padding-box;
                                -moz-border-radius: 4px;
                                -moz-background-clip: padding;
                                border-radius: 4px;
                                background-clip: padding-box;
                                zoom: 1;
                                filter: alpha(opacity=0);
                                -webkit-opacity: 0;
                                -moz-opacity: 0;
                                opacity: 0;
                                -webkit-transition: all 300ms ease-in-out;
                                -moz-transition: all 300ms ease-in-out;
                                -o-transition: all 300ms ease-in-out;
                                transition: all 300ms ease-in-out;
                            }

                            .mail-container .mail-body .mail-attachments ul li > a.thumb:hover:after {
                                zoom: 1;
                                filter: alpha(opacity=100);
                                -webkit-opacity: 1;
                                -moz-opacity: 1;
                                opacity: 1;
                            }

                            .mail-container .mail-body .mail-attachments ul li > a.thumb.download:after {
                                content: '';
                            }

                        .mail-container .mail-body .mail-attachments ul li > a.name span {
                            color: #666;
                            float: right;
                        }

                    .mail-container .mail-body .mail-attachments ul li .links {
                        display: block;
                        font-size: 11px;
                        color: #666;
                        margin-top: 6px;
                    }

                        .mail-container .mail-body .mail-attachments ul li .links a {
                            color: #666;
                        }

        .mail-container .mail-body .mail-reply {
            border-bottom: 1px solid #ebebeb;
            padding: 10px;
        }

            .mail-container .mail-body .mail-reply .reply-form {
                padding: 10px;
                border: 1px solid #ebebeb;
                min-height: 200px;
                -webkit-border-radius: 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px;
                -moz-background-clip: padding;
                border-radius: 3px;
                background-clip: padding-box;
            }

                .mail-container .mail-body .mail-reply .reply-form > div a {
                    font-weight: bold;
                    color: #fb6e52;
                }

        .mail-container .mail-body .mail-compose {
            padding: 10px;
        }

            .mail-container .mail-body .mail-compose .note-editor {
                border: 1px solid #e5e5e5 !important;
            }

                .mail-container .mail-body .mail-compose .note-editor .btn-group > .btn.btn-default > .caret {
                    border-top-color: #999;
                    border-width: 4px;
                    margin-top: -2px;
                }

                .mail-container .mail-body .mail-compose .note-editor .note-toolbar {
                    border-bottom: 1px solid #e5e5e5;
                }

                    .mail-container .mail-body .mail-compose .note-editor .note-toolbar .note-color .dropdown-toggle {
                        width: 25px;
                    }

                .mail-container .mail-body .mail-compose .note-editor .btn {
                    color: #999 !important;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    border-color: #e5e5e5;
                    background-color: #fbfbfb;
                }

                    .mail-container .mail-body .mail-compose .note-editor .btn:hover {
                        color: #444 !important;
                    }

            .mail-container .mail-body .mail-compose .form-group {
                position: relative;
                margin-bottom: 5px;
            }

                .mail-container .mail-body .mail-compose .form-group label {
                    position: absolute;
                    left: 10px;
                    top: 7px;
                    z-index: 10;
                    color: #999;
                }

                .mail-container .mail-body .mail-compose .form-group input {
                    border-color: #e5e5e5;
                    border-left: 0;
                    position: relative;
                    padding-left: 100px;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    background-color: #fff;
                }

                    .mail-container .mail-body .mail-compose .form-group input:focus {
                        background-color: #fff;
                    }

                .mail-container .mail-body .mail-compose .form-group .field-options {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                }

                    .mail-container .mail-body .mail-compose .form-group .field-options a {
                        display: inline-block;
                        background: #f3f4f4;
                        color: #7e8186;
                        padding: 2px 6px;
                        margin-left: 4px;
                        text-align: center;
                        -webkit-border-radius: 3px;
                        -webkit-background-clip: padding-box;
                        -moz-border-radius: 3px;
                        -moz-background-clip: padding;
                        border-radius: 3px;
                        background-clip: padding-box;
                    }

        .mail-container .mail-body > div:last-child {
            border-bottom: 0;
        }

        .mail-container .mail-body .mail-list {
            list-style: none;
            margin-bottom: 0;
            display: block;
            width: 100%;
            padding: 0;
        }

            .mail-container .mail-body .mail-list .list-item {
                display: block;
                position: relative;
                height: 38px;
                padding: 0;
            }

                .mail-container .mail-body .mail-list .list-item:before {
                    display: none;
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    width: 4px;
                    max-width: 4px;
                    overflow: hidden;
                    background-color: #0072c6;
                }

                .mail-container .mail-body .mail-list .list-item:hover:before {
                    display: block;
                }

                .mail-container .mail-body .mail-list .list-item:nth-child(2n-1) {
                    background: #f6f6f6;
                }

                .mail-container .mail-body .mail-list .list-item.unread > div.item-sender, .mail-container .mail-body .mail-list .list-item.unread > div.item-subject {
                    font-weight: bold;
                }

                .mail-container .mail-body .mail-list .list-item > div {
                    position: absolute;
                    height: 38px;
                    top: 0;
                }

                    .mail-container .mail-body .mail-list .list-item > div.item-check {
                        left: 0;
                        width: 42px;
                        padding: 0 5px 0 15px;
                        text-align: center;
                        line-height: 38px;
                    }

                    .mail-container .mail-body .mail-list .list-item > div.item-star {
                        line-height: 38px;
                        width: 22px;
                        left: 42px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-star a {
                            font-size: 15px;
                            color: #d0d0d0;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-star a.stared {
                                color: #ffce55;
                            }

                    .mail-container .mail-body .mail-list .list-item > div.item-sender {
                        width: 184px;
                        left: 64px;
                        line-height: 38px;
                        padding-left: 5px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-sender a {
                            color: #444;
                            -ms-text-overflow: ellipsis;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            display: block;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-sender a:hover {
                                text-decoration: none;
                            }

                    .mail-container .mail-body .mail-list .list-item > div.item-subject {
                        min-width: 200px;
                        left: 250px;
                        line-height: 38px;
                        padding-left: 10px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-subject a {
                            color: #444;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-subject a:hover {
                                text-decoration: none;
                            }

                    .mail-container .mail-body .mail-list .list-item > div.item-time {
                        right: 0;
                        width: 120px;
                        line-height: 38px;
                        text-align: right;
                        padding-right: 20px;
                    }

                    .mail-container .mail-body .mail-list .list-item > div.item-options {
                        right: 120px;
                        width: 38px;
                        line-height: 38px;
                        text-align: right;
                        padding-right: 10px;
                    }

                        .mail-container .mail-body .mail-list .list-item > div.item-options a {
                            color: #555;
                            font-size: 19px;
                        }

                            .mail-container .mail-body .mail-list .list-item > div.item-options a:hover {
                                text-decoration: none;
                            }

    .mail-container.right-sidebar .mail-sidebar {
        border-left: 1px solid #ebebeb;
        border-right: 0;
    }

    .mail-container.right-sidebar .mail-body {
        float: left;
    }

@media(max-width:999px) {
    .mail-container .mail-body .mail-list .list-item {
        height: 70px;
        padding: 5px;
    }

        .mail-container .mail-body .mail-list .list-item > div.item-subject {
            top: 25px;
            left: 0;
            padding: 0 5px 0 15px;
            min-width: 100px;
        }

        .mail-container .mail-body .mail-list .list-item > div.item-options {
            right: 5px;
        }

        .mail-container .mail-body .mail-list .list-item > div.item-time {
            right: 30px;
        }
}

@media(max-width:760px) {
    .mail-container .mail-sidebar {
        display: none;
    }

    .mail-container .mail-body, .mail-container .mail-header {
        margin-left: 0;
    }
}

@media(max-width:570px) {
    .mail-container .mail-header {
        height: 76px;
    }

        .mail-container .mail-header .header-buttons {
            display: block;
            float: none;
            margin: 0 auto;
        }
}

@media(max-width:330px) {
    .mail-container .mail-body .mail-list .list-item {
        height: 90px;
    }

        .mail-container .mail-body .mail-list .list-item > div.item-subject {
            margin-top: 20px;
            margin-right: 50px;
            line-height: 20px;
            height: 50px;
        }

        .mail-container .mail-body .mail-list .list-item > div.item-time {
            display: none;
        }

    .mail-container .mail-header {
        text-align: center;
        height: 114px;
    }

        .mail-container .mail-header .pages {
            display: block;
            float: none;
            margin: 0 auto;
        }
}
/*!
 * FullCalendar v2.3.2 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    font-size: 1em;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed .fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-nonbusiness {
    background: #d7d7d7;
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New",Courier,monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fc-icon:after {
        position: relative;
        margin: 0 -1em;
    }

.fc-icon-left-single-arrow:after {
    content: "‹";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "›";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "«";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "»";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "◄";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "►";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "▼";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "×";
    font-size: 200%;
    top: 6%;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0;
    }

.fc-state-default {
    border: 1px solid;
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle;
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
    color: #333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.fc-state-down, .fc-state-active {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.fc-button-group {
    display: inline-block;
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    margin-left: 0;
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .fc-popover .fc-header {
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
}

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
}

    .fc-bg table {
        height: 100%;
    }

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.fc th {
    text-align: center;
    padding: 4px;
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: linear-gradient(to bottom,#f2f2f2 0,#fafafa 100%);
    font-size: 12px;
}

.fc th, .fc td {
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double;
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
}

.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0;
    }

        .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
            height: 100%;
        }

        .fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px;
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

        .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
            background: none;
            border-color: transparent;
            border-bottom: 0;
        }

        .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
            border-top: 0;
        }

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .fc-scroller > * {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: normal;
}

    .fc-event, .fc-event:hover, .ui-widget .fc-event {
        color: #262626;
        text-decoration: none;
    }

        .fc-event[href], .fc-event.fc-draggable {
            cursor: pointer;
        }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed;
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

.fc-h-event, .fc-v-event {
    border-width: 0 0 0 4px;
    margin-bottom: 3px;
    border-radius: 2px;
    padding: 5px 15px 5px 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: linear-gradient(to bottom,#fff 0,#ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

.fc-v-event {
    border-width: 4px 0 0 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    cursor: e-resize;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 8px 10px;
}

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden;
    }

    .fc-day-grid-event .fc-time {
        font-weight: bold;
        display: block;
    }

    .fc-day-grid-event .fc-resizer {
        left: -3px;
        right: -3px;
        width: 7px;
    }

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }

.fc-toolbar {
    text-align: center;
    padding: 10px 0;
}

    .fc-toolbar h2 {
        font-size: 16px;
        font-weight: bold !important;
    }

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0;
}

.fc-toolbar h2 {
    margin: 0;
}

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

    .fc-basic-view .fc-week-number span {
        display: inline-block;
        min-width: 1.25em;
    }

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-bg .fc-other-month {
    background-image: 8121991 !important;
    background-image: -webkit-linear-gradient(-45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-image: -moz-linear-gradient(-45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(-45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(135deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent) !important;
    background-color: #fff !important;
    background-size: 20px 20px;
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em;
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em;
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
}

.fc-time-grid-container, .fc-time-grid {
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
}

    .fc-time-grid table {
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-bgevent-skeleton {
        z-index: 3;
    }

    .fc-time-grid .fc-highlight-skeleton {
        z-index: 4;
    }

    .fc-time-grid .fc-content-skeleton {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-skeleton {
        z-index: 6;
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        background: none;
    }

    .fc-time-grid .fc-highlight-container {
        position: relative;
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-event-container, .fc-time-grid .fc-bgevent-container {
        position: relative;
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event {
    overflow: hidden;
}

    .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
        padding: 0 1px;
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-content {
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none;
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start);
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: " - ";
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        padding: 0;
    }

    .fc-time-grid-event .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event .fc-resizer:after {
            content: "=";
        }

.fc-event {
    margin-bottom: 2px;
}

    .fc-event .fc-title {
        font-weight: 600;
    }

.external-event {
    border-left: 4px solid #0072c6;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 5px 15px 5px 5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
    background-image: linear-gradient(to bottom,#fff 0,#ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    font-size: 12px;
}

.task-container {
    position: relative;
    padding: 0;
}

    .task-container .task-search {
        padding: 15px 16px 15px;
        background-color: #f3f3f3;
        border-bottom: 1px solid #eee;
    }

        .task-container .task-search input {
            border-color: #e5e5e5 !important;
            -webkit-border-radius: 3px !important;
            -webkit-background-clip: padding-box !important;
            -moz-border-radius: 3px !important;
            -moz-background-clip: padding !important;
            border-radius: 3px !important;
            background-clip: padding-box !important;
        }

    .task-container .tasks-list {
        list-style: none;
        padding: 0;
    }

        .task-container .tasks-list .task-item {
            position: relative;
            height: 150px;
            border-bottom: 1px solid #e5e5e5;
        }

            .task-container .tasks-list .task-item:last-child {
                border-bottom: 0;
            }

            .task-container .tasks-list .task-item:hover {
                background-color: #f5f5f5;
            }

            .task-container .tasks-list .task-item .task-check {
                position: absolute;
                top: 20px;
                left: 15px;
                margin-right: 5px;
            }

            .task-container .tasks-list .task-item .task-state {
                position: absolute;
                top: 19px;
                left: 45px;
            }

                .task-container .tasks-list .task-item .task-state .label {
                    padding: 6px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

            .task-container .tasks-list .task-item .task-time {
                position: absolute;
                top: 20px;
                right: 20px;
                font-size: 11px;
                color: #999;
            }

            .task-container .tasks-list .task-item .task-body {
                position: absolute;
                top: 60px;
                left: 45px;
                padding-right: 25px;
                height: 40px;
                overflow: hidden;
                line-height: 22px;
            }

            .task-container .tasks-list .task-item .task-creator {
                position: absolute;
                top: 115px;
                left: 45px;
            }

                .task-container .tasks-list .task-item .task-creator a {
                    font-size: 13px;
                    color: #11a9cc;
                }

                    .task-container .tasks-list .task-item .task-creator a:hover {
                        text-decoration: none;
                    }

            .task-container .tasks-list .task-item .task-assignedto {
                position: absolute;
                top: 115px;
                right: 20px;
                font-size: 13px;
                color: #999;
            }

@media(max-width:1200px) {
    .task-container .tasks-list .task-item {
        height: 130px;
    }

        .task-container .tasks-list .task-item .task-creator, .task-container .tasks-list .task-item .task-assignedto {
            top: 95px;
        }
}

@media(max-width:600px) {
    .task-container .tasks-list .task-item {
        height: 150px;
    }

        .task-container .tasks-list .task-item .task-creator, .task-container .tasks-list .task-item .task-assignedto {
            top: 115px;
        }
}

@media(max-width:335px) {
    .task-container .tasks-list .task-item {
        height: 175px;
    }

        .task-container .tasks-list .task-item .task-assignedto {
            top: 140px;
            right: auto;
            left: 45px;
        }
}

.tickets-container {
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5;
}

    .tickets-container .tickets-list {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

        .tickets-container .tickets-list .ticket-item {
            position: relative;
            background-color: #fff;
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
            box-shadow: 0 0 3px rgba(0,0,0,.2);
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            margin-bottom: 8px;
            padding: 0 15px;
            vertical-align: top;
        }

            .tickets-container .tickets-list .ticket-item:last-child {
                margin-bottom: 0;
            }

            .tickets-container .tickets-list .ticket-item .ticket-user {
                height: 50px;
                padding: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-avatar {
                    width: 30px;
                    height: 30px;
                    -webkit-border-radius: 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px;
                    -moz-background-clip: padding;
                    border-radius: 3px;
                    background-clip: padding-box;
                }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-name {
                    margin-left: 5px;
                    font-size: 13px;
                }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-at {
                    margin-left: 2px;
                    color: #ccc;
                    font-size: 13px;
                }

                .tickets-container .tickets-list .ticket-item .ticket-user .user-company {
                    margin-left: 2px;
                    color: #999;
                }

            .tickets-container .tickets-list .ticket-item .ticket-time {
                line-height: 30px;
                height: 50px;
                padding: 10px;
            }

                .tickets-container .tickets-list .ticket-item .ticket-time i {
                    color: #ccc;
                }

                .tickets-container .tickets-list .ticket-item .ticket-time .time {
                    color: #999;
                    font-size: 11px;
                    text-transform: uppercase;
                }

            .tickets-container .tickets-list .ticket-item .ticket-type {
                line-height: 30px;
                height: 50px;
                padding: 10px;
            }

                .tickets-container .tickets-list .ticket-item .ticket-type .type {
                    color: #999;
                    font-size: 11px;
                    text-transform: uppercase;
                }

            .tickets-container .tickets-list .ticket-item .ticket-state {
                position: absolute;
                top: 13px;
                right: -12px;
                height: 24px;
                width: 24px;
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
                background-color: #e5e5e5;
                text-align: center;
                -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
                box-shadow: 0 0 3px rgba(0,0,0,.2);
                border: 2px solid #fff;
            }

                .tickets-container .tickets-list .ticket-item .ticket-state i {
                    font-size: 13px;
                    color: #fff;
                    line-height: 20px;
                }

            .tickets-container .tickets-list .ticket-item .divider {
                position: absolute;
                top: 0;
                left: 0;
                height: 50px;
                width: 1px;
                background-color: #eee;
                display: inline-block;
            }

@media(max-width:1200px) {
    .tickets-container .tickets-list .ticket-item .ticket-user {
        border-bottom: 1px solid #eee;
    }
}

@media(max-width:768px) {
    .tickets-container .tickets-list .ticket-item .ticket-time {
        border-bottom: 1px solid #eee;
    }
}

.dashboard-box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 30px;
}

    .dashboard-box .box-header {
        background-color: #fff;
        padding: 20px;
        position: relative;
    }

        .dashboard-box .box-header .deadline {
            position: absolute;
            top: -3px;
            right: 20px;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            box-shadow: 0 1px 2px rgba(0,0,0,.15);
            padding: 5px 10px;
            border-top: 3px solid #0072c6;
            color: #999;
            font-size: 12px;
        }

    .dashboard-box .box-progress {
        padding: 0;
        position: relative;
    }

        .dashboard-box .box-progress .progress {
            margin-bottom: 0;
        }

            .dashboard-box .box-progress .progress .progress-bar {
                position: relative;
            }

                .dashboard-box .box-progress .progress .progress-bar:after {
                    content: '';
                    width: 9px;
                    height: 9px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background-color: #a0d468;
                }

        .dashboard-box .box-progress .progress-handle {
            position: absolute;
            top: -31px;
            -lh-property: 0;
            left: -webkit-calc(20% - 35px);
            left: -moz-calc(20% - 35px);
            left: calc(20% - 35px);
            width: 60px;
            height: 25px;
            background-color: #0072c6;
            padding: 2px 5px;
            font-size: 11px;
            line-height: 20px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

            .dashboard-box .box-progress .progress-handle:after {
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid;
                content: " ";
                bottom: -13px;
                left: 23px;
                border-bottom-width: 0;
                border-top-color: #0072c6;
                border-width: 7px;
            }

    .dashboard-box .box-tabbs {
        background-color: #fbfbfb;
    }

        .dashboard-box .box-tabbs .tabbable .nav-tabs li {
            background-color: #fff;
        }

            .dashboard-box .box-tabbs .tabbable .nav-tabs li:first-child.active a {
                border-left: 0;
            }

            .dashboard-box .box-tabbs .tabbable .nav-tabs li:last-child.active a {
                border-right: 0;
            }

            .dashboard-box .box-tabbs .tabbable .nav-tabs li.active a {
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
                border-top: 0 !important;
                border-right: 1px solid #e5e5e5;
                border-left: 1px solid #e5e5e5;
                background-color: #fff;
            }

        .dashboard-box .box-tabbs .tabbable .tab-content {
            margin-top: 1px;
            background-color: #fff;
        }

            .dashboard-box .box-tabbs .tabbable .tab-content .databox {
                margin-bottom: 20px;
            }

    .dashboard-box .box-visits .row {
        margin: 0;
    }

        .dashboard-box .box-visits .row > div {
            padding: 0 !important;
        }

            .dashboard-box .box-visits .row > div:last-child .databox {
                border-right: 0;
            }

            .dashboard-box .box-visits .row > div .notification {
                border: 1px solid #e5e5e5;
                border-left: 0;
                border-bottom: 0;
                height: 68px;
                padding: 18px 15px;
            }

                .dashboard-box .box-visits .row > div .notification .notification-icon {
                    float: left;
                }

                    .dashboard-box .box-visits .row > div .notification .notification-icon i {
                        width: 34px;
                        height: 34px;
                        text-align: center;
                        line-height: 34px;
                        margin-right: 10px;
                        font-size: 16px;
                        border-radius: 50%;
                    }

                        .dashboard-box .box-visits .row > div .notification .notification-icon i:hover {
                            cursor: pointer;
                        }

                .dashboard-box .box-visits .row > div .notification .notification-body {
                    float: left;
                }

                    .dashboard-box .box-visits .row > div .notification .notification-body .title {
                        display: block;
                        font-size: 13px;
                    }

                    .dashboard-box .box-visits .row > div .notification .notification-body .description {
                        display: block;
                        font-size: 10px;
                        color: #999;
                    }

                .dashboard-box .box-visits .row > div .notification .notification-extra {
                    float: right;
                    text-align: right;
                }

                    .dashboard-box .box-visits .row > div .notification .notification-extra i {
                        font-size: 14px;
                    }

                    .dashboard-box .box-visits .row > div .notification .notification-extra .description {
                        display: block;
                        font-size: 10px;
                        color: #999;
                    }

@media(max-width:767px) {
    .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div:last-child .databox {
        border-bottom: 1px solid #e5e5e5;
    }

    .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div .databox {
        border-bottom: 0;
        border-right: 0;
    }
}

.orders-container {
    position: relative;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin-bottom: 30px;
}

    .orders-container .orders-header {
        position: relative;
        height: 43px;
        padding: 14px 10px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fbfbfb;
    }

        .orders-container .orders-header h6 {
            margin: 0;
        }

    .orders-container .orders-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .orders-container .orders-list .order-item {
            position: relative;
            padding: 7px 10px;
            vertical-align: top;
            border-bottom: 1px solid #e5e5e5;
        }

            .orders-container .orders-list .order-item:before {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: -4px;
                width: 4px;
                max-width: 4px;
                overflow: hidden;
                background-color: #0072c6;
            }

            .orders-container .orders-list .order-item:hover {
                background-color: #fbfbfb;
            }

                .orders-container .orders-list .order-item:hover:before {
                    display: block;
                }

            .orders-container .orders-list .order-item.top:hover:before {
                background-color: #fb6e52;
            }

            .orders-container .orders-list .order-item.top .item-more {
                color: #fb6e52;
            }

            .orders-container .orders-list .order-item .item-left {
                padding-right: 0;
            }

                .orders-container .orders-list .order-item .item-left .item-booker {
                    margin: 6px 0;
                    color: #666;
                }

                .orders-container .orders-list .order-item .item-left .item-time {
                    font-size: 11px;
                    margin-bottom: 2px;
                    color: #999;
                }

            .orders-container .orders-list .order-item .item-right {
                padding-left: 0;
                text-align: center;
            }

                .orders-container .orders-list .order-item .item-right .item-price {
                    font-size: 13px;
                    margin: 17px auto;
                    color: #666;
                }

            .orders-container .orders-list .order-item .item-more {
                position: absolute;
                right: -10px;
                -lh-property: 0;
                top: -webkit-calc(50% - 13px);
                top: -moz-calc(50% - 13px);
                top: calc(50% - 13px);
                width: 25px;
                height: 25px;
                font-size: 14px;
                text-align: center;
                border-radius: 50%;
                background-color: #fff;
                border: 3px solid #fff;
                vertical-align: middle;
                color: #0072c6;
                -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
                box-shadow: 0 0 3px rgba(0,0,0,.2);
            }

                .orders-container .orders-list .order-item .item-more i {
                    font-size: 17px;
                    display: inline-block;
                    font-family: 'FontAwesome';
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                }

                    .orders-container .orders-list .order-item .item-more i:before {
                        content: "";
                    }

    .orders-container .orders-footer {
        position: relative;
        background-color: #fff;
        height: 34px;
        padding: 7px;
        text-align: center;
        background-color: #fbfbfb;
    }

        .orders-container .orders-footer a {
            margin: 0 auto;
            font-size: 11px;
            color: #999;
            font-weight: 500;
        }

            .orders-container .orders-footer a:hover {
                text-decoration: none;
            }

        .orders-container .orders-footer .help {
            position: absolute;
            right: 0;
            top: 0;
            width: 37px;
            height: 37px;
            border-left: 1px solid #e5e5e5;
            text-align: center;
            padding: 8px;
        }

            .orders-container .orders-footer .help a i {
                font-size: 18px;
                color: #ccc;
            }

.body-404 {
    background-color: #0072c6;
    color: #fff;
}

    .body-404:before {
        display: none;
    }

.error-header {
    background: #fff;
    height: 280px;
}

.error-container {
    background: rgba(0,0,0,.05);
    text-align: center;
}

    .error-container h1 {
        font-size: 110px;
        font-weight: 300;
        margin: -103px 0 0 0;
        text-align: center;
        color: #0072c6;
    }

    .error-container h2 {
        font-size: 58px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

    .error-container p, .error-container p a {
        font-size: 18px;
        font-weight: 300;
        margin: 0;
    }

        .error-container p.description {
            color: #e5e5e5;
            font-size: 40px;
            margin: 0;
        }

.error-divider {
    margin-top: -27px;
    padding: 30px 0;
}

.return-btn, .return-btn:hover {
    border: 1px solid rgba(255,255,255,.3);
    padding: 10px 15px;
    margin-top: 100px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .return-btn i {
        margin-right: 5px;
    }

    .return-btn:hover {
        background: #fff;
        color: #0072c6;
        text-decoration: none;
    }

.body-500 {
    background-color: #fb6e52;
    color: #fff;
}

    .body-500:before {
        display: none;
    }

    .body-500 .error-container h1 {
        color: #fb6e52;
    }

    .body-500 .return-btn:hover {
        color: #fb6e52;
    }

.searchhelpbar {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

    .searchhelpbar .help-box {
        min-height: 72px;
        padding: 0;
        padding-bottom: 0;
    }

        .searchhelpbar .help-box .alert {
            min-height: 72px;
            border-color: #fff;
        }

    .searchhelpbar .search-box {
        background-color: #fff;
        min-height: 72px;
        padding: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

        .searchhelpbar .search-box > div {
            padding: 19px;
        }

@-webkit-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 rgba(255,255,255,.2);
    }

    25% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 #fff,24px 0 0 0 rgba(255,255,255,.2);
    }

    75% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 #fff;
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 rgba(255,255,255,.2);
    }

    25% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 #fff,24px 0 0 0 rgba(255,255,255,.2);
    }

    75% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 #fff;
    }
}

@keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 rgba(255,255,255,.2);
    }

    25% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 #fff,24px 0 0 0 rgba(255,255,255,.2);
    }

    75% {
        background-color: rgba(255,255,255,.4);
        box-shadow: 12px 0 0 0 rgba(255,255,255,.2),24px 0 0 0 #fff;
    }
}

.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0072c6;
}

    .loading-container.loading-inactive {
        display: none;
    }

        .loading-container.loading-inactive .loader {
            display: none;
        }

    .loading-container .loader {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-animation: typing 1s linear infinite alternate;
        -moz-animation: Typing 1s linear infinite alternate;
        animation: typing 1s linear infinite alternate;
        margin: 50vh auto;
        position: relative;
        left: -12px;
    }

#chat-link.open {
    -webkit-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
    box-shadow: 0 -6px 40px rgba(0,0,0,.4);
}

    #chat-link.open:before {
        content: '';
        display: inline-block;
        right: 0;
        position: absolute;
        width: 50px;
        background-color: #fff;
        border: 0;
        top: 0;
        height: 2px;
    }

.page-chatbar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 287px;
    display: none;
    right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    z-index: 20;
    -lh-property: 0;
    height: -webkit-calc(100vh - 45px);
    height: -moz-calc(100vh - 45px);
    height: calc(100vh - 45px);
}

    .page-chatbar.open {
        display: block;
    }

        .page-chatbar.open:before {
            display: block;
        }

        .page-chatbar.open ~ .page-content {
            margin-right: 287px !important;
        }

            .page-chatbar.open ~ .page-content .breadcrumbs-fixed {
                right: 287px !important;
            }

            .page-chatbar.open ~ .page-content .page-header-fixed {
                right: 287px !important;
            }

    .page-chatbar:before {
        content: "";
        position: fixed;
        display: none;
        width: 287px;
        bottom: 0;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
    }

    .page-chatbar .chatbar-contacts {
        height: 100%;
    }

        .page-chatbar .chatbar-contacts .contacts-search {
            position: relative;
            height: 41px;
        }

            .page-chatbar .chatbar-contacts .contacts-search .searchinput {
                height: 41px;
                z-index: 2;
                background-color: #fff;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                border: 1px solid #fff;
                border-bottom: 1px solid #e5e5e5;
                padding-left: 40px;
                width: 100%;
            }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput:focus {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    border-color: #fff;
                }

                    .page-chatbar .chatbar-contacts .contacts-search .searchinput:focus ~ .searchhelper {
                        display: block;
                        z-index: 124;
                    }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput::-webkit-input-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput::-moz-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput:-moz-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

                .page-chatbar .chatbar-contacts .contacts-search .searchinput:-ms-input-placeholder {
                    color: #d0d0d0;
                    font-weight: 300;
                    font-family: 'Open Sans','Segoe UI';
                }

            .page-chatbar .chatbar-contacts .contacts-search .searchicon {
                cursor: pointer;
                display: inline-block;
                height: 12px;
                left: 20px;
                position: absolute;
                top: 14px;
                width: 12px;
                color: #0072c6;
                z-index: 124;
            }

            .page-chatbar .chatbar-contacts .contacts-search .searchhelper {
                -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
                box-shadow: 0 10px 40px rgba(0,0,0,.4);
                background-color: #fff;
                color: #999;
                display: none;
                opacity: 1;
                padding: 10px;
                position: absolute;
                right: 0;
                left: 0;
                top: 40px;
                z-index: 4;
            }

        .page-chatbar .chatbar-contacts .contacts-list {
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: auto;
        }

            .page-chatbar .chatbar-contacts .contacts-list .contact {
                height: 85px;
                padding: 10px;
                position: relative;
            }

                .page-chatbar .chatbar-contacts .contacts-list .contact:hover {
                    background-color: #f3f3f3;
                    cursor: pointer;
                }

                .page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar {
                    display: inline-block;
                    width: 65px;
                    height: 65px;
                }

                    .page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar img {
                        width: 65px;
                        height: 65px;
                    }

                .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info {
                    display: inline-block;
                    vertical-align: bottom;
                    padding-left: 5px;
                }

                    .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name {
                        font-size: 1em;
                        padding-bottom: 2px;
                    }

                    .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status {
                        font-size: .8em;
                        margin-bottom: 2px;
                    }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online, .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
                            display: inline-block;
                            border-radius: 50%;
                            width: 8px;
                            height: 8px;
                        }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online {
                            background-color: #a0d468;
                        }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
                            background-color: #d73d32;
                        }

                        .page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .status {
                            display: inline-block;
                            margin-left: 4px;
                        }

                .page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-time {
                    position: absolute;
                    right: 20px;
                    bottom: 12px;
                    font-size: .8em;
                }

    .page-chatbar .chatbar-messages {
        height: 100%;
    }

        .page-chatbar .chatbar-messages .messages-contact {
            height: 85px;
            padding: 10px;
            position: relative;
            background-color: #f3f3f3;
            border-bottom: 1px solid #e5e5e5;
        }

            .page-chatbar .chatbar-messages .messages-contact .contact-avatar {
                display: inline-block;
                width: 65px;
                height: 65px;
            }

                .page-chatbar .chatbar-messages .messages-contact .contact-avatar img {
                    width: 65px;
                    height: 65px;
                }

            .page-chatbar .chatbar-messages .messages-contact .contact-info {
                display: inline-block;
                vertical-align: bottom;
                padding-left: 5px;
            }

                .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-name {
                    font-size: 1em;
                    padding-bottom: 2px;
                }

                .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status {
                    font-size: .8em;
                    margin-bottom: 2px;
                }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online, .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
                        display: inline-block;
                        border-radius: 50%;
                        width: 8px;
                        height: 8px;
                    }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online {
                        background-color: #a0d468;
                    }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
                        background-color: #d73d32;
                    }

                    .page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .status {
                        display: inline-block;
                        margin-left: 4px;
                    }

            .page-chatbar .chatbar-messages .messages-contact .last-chat-time {
                position: absolute;
                right: 20px;
                bottom: 12px;
                font-size: .8em;
            }

            .page-chatbar .chatbar-messages .messages-contact .back {
                position: absolute;
                top: 14px;
                right: 14px;
            }

                .page-chatbar .chatbar-messages .messages-contact .back:hover {
                    cursor: pointer;
                }

                .page-chatbar .chatbar-messages .messages-contact .back i {
                    font-size: 22px;
                    color: #0072c6;
                }

        .page-chatbar .chatbar-messages .messages-list {
            list-style: none;
            padding: 10px 0;
            overflow: auto;
        }

            .page-chatbar .chatbar-messages .messages-list .message {
                padding: 10px 15px;
            }

                .page-chatbar .chatbar-messages .messages-list .message .message-info {
                    height: 18px;
                }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .bullet, .page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name, .page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
                        display: inline-block;
                    }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .bullet {
                        width: 6px;
                        height: 6px;
                        border-radius: 50%;
                        background-color: #a0d468;
                        margin-right: 5px;
                    }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name {
                        font-weight: bold;
                        margin-right: 5px;
                    }

                    .page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
                        font-size: .8em;
                        color: #666;
                    }

                .page-chatbar .chatbar-messages .messages-list .message .message-body {
                    margin-top: 10px;
                    border-radius: 3px;
                    background-color: #a0d468;
                    color: #fff;
                    padding: 10px;
                    position: relative;
                    margin-right: 10%;
                }

                    .page-chatbar .chatbar-messages .messages-list .message .message-body:before {
                        position: absolute;
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        content: '';
                        top: -14px;
                        left: 10px;
                        border-top-width: 0;
                        border-bottom-color: #a0d468;
                        border-width: 7px;
                    }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet, .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .contact-name, .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
                    float: right;
                    margin-right: 0;
                    margin-left: 10px;
                }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet {
                    background-color: #5db2ff;
                    margin-top: 8px;
                }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
                    margin-top: 2px;
                }

                .page-chatbar .chatbar-messages .messages-list .message.reply .message-body {
                    background-color: #5db2ff;
                    margin-left: 10%;
                    margin-right: 0;
                }

                    .page-chatbar .chatbar-messages .messages-list .message.reply .message-body:before {
                        border-bottom-color: #5db2ff;
                        right: 10px;
                        left: auto;
                    }

        .page-chatbar .chatbar-messages .send-message {
            padding: 15px;
            background-color: #f3f3f3;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 120px;
            border-top: 1px solid #e5e5e5;
        }

@media screen and (max-width:530px) {
    .page-chatbar {
        background-color: #fff;
        -lh-property: 0;
        height: -webkit-calc(100vh - 90px);
        height: -moz-calc(100vh - 90px);
        height: calc(100vh - 90px);
    }

        .page-chatbar.open:before {
            display: none !important;
        }

        .page-chatbar.open ~ .page-content {
            margin-right: 0 !important;
        }

            .page-chatbar.open ~ .page-content .breadcrumbs-fixed {
                right: 0 !important;
            }

            .page-chatbar.open ~ .page-content .page-header-fixed {
                right: 0 !important;
            }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 200px;
    border: 2px dashed #0072c6;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    background: #fff;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: .5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2.1em 0;
        font-size: 32px;
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 0;
            background: #999;
            background: linear-gradient(to bottom,#eee,#ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: #fff;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity .2s linear;
                -moz-transition: opacity .2s linear;
                -o-transition: opacity .2s linear;
                transition: opacity .2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0,0,0,.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200,200,200,.8);
                    background-color: rgba(255,255,255,.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255,255,255,.4);
                    padding: 0 .4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05,1.05);
            -moz-transform: scale(1.05,1.05);
            -o-transform: scale(1.05,1.05);
            -ms-transform: scale(1.05,1.05);
            transform: scale(1.05,1.05);
            -webkit-filter: blur(8px) webkit;
            -moz-filter: blur(8px) webkit;
            -ms-filter: blur(8px) webkit;
            filter: blur(8px) webkit;
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 0;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            animation: passing-through 3s cubic-bezier(.77,0,.175,1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            animation: slide-in 3s cubic-bezier(.77,0,.175,1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity .4s ease-in;
            -moz-transition: opacity .4s ease-in;
            -o-transition: opacity .4s ease-in;
            transition: opacity .4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255,255,255,.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom,#666,#444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #d73d32;
            background: linear-gradient(to bottom,#d73d32,#c83227);
            padding: .5em 1.2em;
            color: #fff;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #d73d32;
            }


.menu-text span.badge {
    color: black;
    border-color: black;
    font-weight: 600;
}

     
        /* BackToTop button css */
        #scroll {
             z-index: 2147483647;
            position: fixed;
            right: 10px;
            bottom: 10px;
            cursor: pointer;
            width: 50px;
            height: 50px;
            background-color: #3498db;
            text-indent: -9999px;
            display: none;
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius: 60px;
        }

            #scroll span {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -8px;
                margin-top: -12px;
                height: 0;
                width: 0;
                border: 8px solid transparent;
                border-bottom-color: #ffffff;
            }

            #scroll:hover {
                background-color: #e74c3c;
                opacity: 1;
                filter: "alpha(opacity=100)";
                -ms-filter: "alpha(opacity=100)";
            }


.bg-custom {
    background-color: #0072c6 !important;
}

.filterable {
    margin-top: 5px;
}

    .filterable .panel-heading .pull-right {
        margin-top: -20px;
    }

    .filterable .filters input[disabled] {
        background-color: transparent;
        border: none;
        cursor: auto;
        box-shadow: none;
        padding: 0;
        height: auto;
    }

        .filterable .filters input[disabled]::-webkit-input-placeholder {
            color: #333;
        }

        .filterable .filters input[disabled]::-moz-placeholder {
            color: #333;
        }

        .filterable .filters input[disabled]:-ms-input-placeholder {
            color: #333;
        }

.attchment-header {
    position: relative;
    min-height: 38px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    text-align: right;
    word-break: keep-all;
    word-wrap: normal;
}

    .attchment-header > .widget-caption {
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        font-weight: 600 !important;
        font-size: 13px;
    }
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

    .small-box > .inner {
        padding: 10px
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255,255,255,0.8);
        display: block;
        z-index: 10;
        background: rgba(0,0,0,0.1);
        text-decoration: none
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0,0,0,0.15)
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0
    }

    .small-box p {
        font-size: 15px
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px
        }

    .small-box h3, .small-box p {
        z-index: 5
    }

    .small-box .icon {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 56px;
        color: rgba(0,0,0,0.15)
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9
    }

        .small-box:hover .icon {
            font-size: 60px
        }

@@media (max-width:767px) {
    .small-box {
        text-align: center
    }

        .small-box .icon {
            display: none
        }

        .small-box p {
            font-size: 12px
        }
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-greencolor {
    background-color: #79c447 !important;
}

.bg-yellowcolor {
    background-color: #fbb937 !important;
}

.bg-redcolor {
    background-color: #ff5454 !important;
}

.bg-aqua, .bg-greencolor, .bg-yellowcolor, .bg-redcolor {
    color: white;
}

.lbl1 {
    color: black;
    font-weight: 600;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: inherit;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(Images/loaderGIFs/Preloader_3.gif) center no-repeat #fff;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active, .dropdown-menu li.active a, .dropdown-menu li.active a:hover, .dropdown-menu .dropdown-submenu:hover > a, .nav-tabs .dropdown-menu li > a:focus {
    background-color: #337ab7;
    color: white;
}

.small-box > .small-box-footer>i
{
    margin-left:5px;

}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio label, .checkbox label {
        cursor: pointer;
        display: inline;
        font-weight: normal;
        margin-bottom: 0;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 10px;
        margin-top: 0;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

@charset 'UTF-8';@font-face{font-family:'typicons';font-weight:normal;font-style:normal;src:url('../fonts/typicons.eot');src:url('../fonts/typicons.eot?#iefix') format('embedded-opentype'),url('../fonts/typicons.woff') format('woff'),url('../fonts/typicons.ttf') format('truetype'),url('../fonts/typicons.svg#typicons') format('svg')}.typcn:before{font-family:'typicons';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;height:1em;font-size:18px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:''}.typcn-adjust-contrast:before{content:''}.typcn-anchor-outline:before{content:''}.typcn-anchor:before{content:''}.typcn-archive:before{content:''}.typcn-arrow-back-outline:before{content:''}.typcn-arrow-back:before{content:''}.typcn-arrow-down-outline:before{content:''}.typcn-arrow-down-thick:before{content:''}.typcn-arrow-down:before{content:''}.typcn-arrow-forward-outline:before{content:''}.typcn-arrow-forward:before{content:''}.typcn-arrow-left-outline:before{content:''}.typcn-arrow-left-thick:before{content:''}.typcn-arrow-left:before{content:''}.typcn-arrow-loop-outline:before{content:''}.typcn-arrow-loop:before{content:''}.typcn-arrow-maximise-outline:before{content:''}.typcn-arrow-maximise:before{content:''}.typcn-arrow-minimise-outline:before{content:''}.typcn-arrow-minimise:before{content:''}.typcn-arrow-move-outline:before{content:''}.typcn-arrow-move:before{content:''}.typcn-arrow-repeat-outline:before{content:''}.typcn-arrow-repeat:before{content:''}.typcn-arrow-right-outline:before{content:''}.typcn-arrow-right-thick:before{content:''}.typcn-arrow-right:before{content:''}.typcn-arrow-shuffle:before{content:''}.typcn-arrow-sorted-down:before{content:''}.typcn-arrow-sorted-up:before{content:''}.typcn-arrow-sync-outline:before{content:''}.typcn-arrow-sync:before{content:''}.typcn-arrow-unsorted:before{content:''}.typcn-arrow-up-outline:before{content:''}.typcn-arrow-up-thick:before{content:''}.typcn-arrow-up:before{content:''}.typcn-at:before{content:''}.typcn-attachment-outline:before{content:''}.typcn-attachment:before{content:''}.typcn-backspace-outline:before{content:''}.typcn-backspace:before{content:''}.typcn-battery-charge:before{content:''}.typcn-battery-full:before{content:''}.typcn-battery-high:before{content:''}.typcn-battery-low:before{content:''}.typcn-battery-mid:before{content:''}.typcn-beaker:before{content:''}.typcn-beer:before{content:''}.typcn-bell:before{content:''}.typcn-book:before{content:''}.typcn-bookmark:before{content:''}.typcn-briefcase:before{content:''}.typcn-brush:before{content:''}.typcn-business-card:before{content:''}.typcn-calculator:before{content:''}.typcn-calender-outline:before{content:''}.typcn-calender:before{content:''}.typcn-camera-outline:before{content:''}.typcn-camera:before{content:''}.typcn-cancel-outline:before{content:''}.typcn-cancel:before{content:''}.typcn-chart-area-outline:before{content:''}.typcn-chart-area:before{content:''}.typcn-chart-bar-outline:before{content:''}.typcn-chart-bar:before{content:''}.typcn-chart-line-outline:before{content:''}.typcn-chart-line:before{content:''}.typcn-chart-pie-outline:before{content:''}.typcn-chart-pie:before{content:''}.typcn-chevron-left-outline:before{content:''}.typcn-chevron-left:before{content:''}.typcn-chevron-right-outline:before{content:''}.typcn-chevron-right:before{content:''}.typcn-clipboard:before{content:''}.typcn-cloud-storage:before{content:''}.typcn-code-outline:before{content:''}.typcn-code:before{content:''}.typcn-coffee:before{content:''}.typcn-cog-outline:before{content:''}.typcn-cog:before{content:''}.typcn-compass:before{content:''}.typcn-contacts:before{content:''}.typcn-credit-card:before{content:''}.typcn-cross:before{content:''}.typcn-css3:before{content:''}.typcn-database:before{content:''}.typcn-delete-outline:before{content:''}.typcn-delete:before{content:''}.typcn-device-desktop:before{content:''}.typcn-device-laptop:before{content:''}.typcn-device-phone:before{content:''}.typcn-device-tablet:before{content:''}.typcn-directions:before{content:''}.typcn-divide-outline:before{content:''}.typcn-divide:before{content:''}.typcn-document-add:before{content:''}.typcn-document-delete:before{content:''}.typcn-document-text:before{content:''}.typcn-document:before{content:''}.typcn-download-outline:before{content:''}.typcn-download:before{content:''}.typcn-dropbox:before{content:''}.typcn-edit:before{content:''}.typcn-eject-outline:before{content:''}.typcn-eject:before{content:''}.typcn-equals-outline:before{content:''}.typcn-equals:before{content:''}.typcn-export-outline:before{content:''}.typcn-export:before{content:''}.typcn-eye-outline:before{content:''}.typcn-eye:before{content:''}.typcn-feather:before{content:''}.typcn-film:before{content:''}.typcn-filter:before{content:''}.typcn-flag-outline:before{content:''}.typcn-flag:before{content:''}.typcn-flash-outline:before{content:''}.typcn-flash:before{content:''}.typcn-flow-children:before{content:''}.typcn-flow-merge:before{content:''}.typcn-flow-parallel:before{content:''}.typcn-flow-switch:before{content:''}.typcn-folder-add:before{content:''}.typcn-folder-delete:before{content:''}.typcn-folder-open:before{content:''}.typcn-folder:before{content:''}.typcn-gift:before{content:''}.typcn-globe-outline:before{content:''}.typcn-globe:before{content:''}.typcn-group-outline:before{content:''}.typcn-group:before{content:''}.typcn-headphones:before{content:''}.typcn-heart-full-outline:before{content:''}.typcn-heart-half-outline:before{content:''}.typcn-heart-outline:before{content:''}.typcn-heart:before{content:''}.typcn-home-outline:before{content:''}.typcn-home:before{content:''}.typcn-html5:before{content:''}.typcn-image-outline:before{content:''}.typcn-image:before{content:''}.typcn-infinity-outline:before{content:''}.typcn-infinity:before{content:''}.typcn-info-large-outline:before{content:''}.typcn-info-large:before{content:''}.typcn-info-outline:before{content:''}.typcn-info:before{content:''}.typcn-input-checked-outline:before{content:''}.typcn-input-checked:before{content:''}.typcn-key-outline:before{content:''}.typcn-key:before{content:''}.typcn-keyboard:before{content:''}.typcn-leaf:before{content:''}.typcn-lightbulb:before{content:''}.typcn-link-outline:before{content:''}.typcn-link:before{content:''}.typcn-location-arrow-outline:before{content:''}.typcn-location-arrow:before{content:''}.typcn-location-outline:before{content:''}.typcn-location:before{content:''}.typcn-lock-closed-outline:before{content:''}.typcn-lock-closed:before{content:''}.typcn-lock-open-outline:before{content:''}.typcn-lock-open:before{content:''}.typcn-mail:before{content:''}.typcn-map:before{content:''}.typcn-media-eject-outline:before{content:''}.typcn-media-eject:before{content:''}.typcn-media-fast-forward-outline:before{content:''}.typcn-media-fast-forward:before{content:''}.typcn-media-pause-outline:before{content:''}.typcn-media-pause:before{content:''}.typcn-media-play-outline:before{content:''}.typcn-media-play-reverse-outline:before{content:''}.typcn-media-play-reverse:before{content:''}.typcn-media-play:before{content:''}.typcn-media-record-outline:before{content:''}.typcn-media-record:before{content:''}.typcn-media-rewind-outline:before{content:''}.typcn-media-rewind:before{content:''}.typcn-media-stop-outline:before{content:''}.typcn-media-stop:before{content:''}.typcn-message-typing:before{content:''}.typcn-message:before{content:''}.typcn-messages:before{content:''}.typcn-microphone-outline:before{content:''}.typcn-microphone:before{content:''}.typcn-minus-outline:before{content:''}.typcn-minus:before{content:''}.typcn-mortar-board:before{content:''}.typcn-news:before{content:''}.typcn-notes-outline:before{content:''}.typcn-notes:before{content:''}.typcn-pen:before{content:''}.typcn-pencil:before{content:''}.typcn-phone-outline:before{content:''}.typcn-phone:before{content:''}.typcn-pi-outline:before{content:''}.typcn-pi:before{content:''}.typcn-pin-outline:before{content:''}.typcn-pin:before{content:''}.typcn-pipette:before{content:''}.typcn-plane-outline:before{content:''}.typcn-plane:before{content:''}.typcn-plug:before{content:''}.typcn-plus-outline:before{content:''}.typcn-plus:before{content:''}.typcn-point-of-interest-outline:before{content:''}.typcn-point-of-interest:before{content:''}.typcn-power-outline:before{content:''}.typcn-power:before{content:''}.typcn-printer:before{content:''}.typcn-puzzle-outline:before{content:''}.typcn-puzzle:before{content:''}.typcn-radar-outline:before{content:''}.typcn-radar:before{content:''}.typcn-refresh-outline:before{content:''}.typcn-refresh:before{content:''}.typcn-rss-outline:before{content:''}.typcn-rss:before{content:''}.typcn-scissors-outline:before{content:''}.typcn-scissors:before{content:''}.typcn-shopping-bag:before{content:''}.typcn-shopping-cart:before{content:''}.typcn-social-at-circular:before{content:''}.typcn-social-dribbble-circular:before{content:''}.typcn-social-dribbble:before{content:''}.typcn-social-facebook-circular:before{content:''}.typcn-social-facebook:before{content:''}.typcn-social-flickr-circular:before{content:''}.typcn-social-flickr:before{content:''}.typcn-social-github-circular:before{content:''}.typcn-social-github:before{content:''}.typcn-social-google-plus-circular:before{content:''}.typcn-social-google-plus:before{content:''}.typcn-social-instagram-circular:before{content:''}.typcn-social-instagram:before{content:''}.typcn-social-last-fm-circular:before{content:''}.typcn-social-last-fm:before{content:''}.typcn-social-linkedin-circular:before{content:''}.typcn-social-linkedin:before{content:''}.typcn-social-pinterest-circular:before{content:''}.typcn-social-pinterest:before{content:''}.typcn-social-skype-outline:before{content:''}.typcn-social-skype:before{content:''}.typcn-social-tumbler-circular:before{content:''}.typcn-social-tumbler:before{content:''}.typcn-social-twitter-circular:before{content:''}.typcn-social-twitter:before{content:''}.typcn-social-vimeo-circular:before{content:''}.typcn-social-vimeo:before{content:''}.typcn-social-youtube-circular:before{content:''}.typcn-social-youtube:before{content:''}.typcn-sort-alphabetically-outline:before{content:''}.typcn-sort-alphabetically:before{content:''}.typcn-sort-numerically-outline:before{content:''}.typcn-sort-numerically:before{content:''}.typcn-spanner-outline:before{content:''}.typcn-spanner:before{content:''}.typcn-spiral:before{content:''}.typcn-star-full-outline:before{content:''}.typcn-star-half-outline:before{content:''}.typcn-star-half:before{content:''}.typcn-star-outline:before{content:''}.typcn-star:before{content:''}.typcn-starburst-outline:before{content:''}.typcn-starburst:before{content:''}.typcn-stopwatch:before{content:''}.typcn-support:before{content:''}.typcn-tabs-outline:before{content:''}.typcn-tag:before{content:''}.typcn-tags:before{content:''}.typcn-th-large-outline:before{content:''}.typcn-th-large:before{content:''}.typcn-th-list-outline:before{content:''}.typcn-th-list:before{content:''}.typcn-th-menu-outline:before{content:''}.typcn-th-menu:before{content:''}.typcn-th-small-outline:before{content:''}.typcn-th-small:before{content:''}.typcn-thermometer:before{content:''}.typcn-thumbs-down:before{content:''}.typcn-thumbs-ok:before{content:''}.typcn-thumbs-up:before{content:''}.typcn-tick-outline:before{content:''}.typcn-tick:before{content:''}.typcn-ticket:before{content:''}.typcn-time:before{content:''}.typcn-times-outline:before{content:''}.typcn-times:before{content:''}.typcn-trash:before{content:''}.typcn-tree:before{content:''}.typcn-upload-outline:before{content:''}.typcn-upload:before{content:''}.typcn-user-add-outline:before{content:''}.typcn-user-add:before{content:''}.typcn-user-delete-outline:before{content:''}.typcn-user-delete:before{content:''}.typcn-user-outline:before{content:''}.typcn-user:before{content:''}.typcn-vendor-android:before{content:''}.typcn-vendor-apple:before{content:''}.typcn-vendor-microsoft:before{content:''}.typcn-video-outline:before{content:''}.typcn-video:before{content:''}.typcn-volume-down:before{content:''}.typcn-volume-mute:before{content:''}.typcn-volume-up:before{content:''}.typcn-volume:before{content:''}.typcn-warning-outline:before{content:''}.typcn-warning:before{content:''}.typcn-watch:before{content:''}.typcn-waves-outline:before{content:''}.typcn-waves:before{content:''}.typcn-weather-cloudy:before{content:''}.typcn-weather-downpour:before{content:''}.typcn-weather-night:before{content:''}.typcn-weather-partly-sunny:before{content:''}.typcn-weather-shower:before{content:''}.typcn-weather-snow:before{content:''}.typcn-weather-stormy:before{content:''}.typcn-weather-sunny:before{content:''}.typcn-weather-windy-cloudy:before{content:''}.typcn-weather-windy:before{content:''}.typcn-wi-fi-outline:before{content:''}.typcn-wi-fi:before{content:''}.typcn-wine:before{content:''}.typcn-world-outline:before{content:''}.typcn-world:before{content:''}.typcn-zoom-in-outline:before{content:''}.typcn-zoom-in:before{content:''}.typcn-zoom-out-outline:before{content:''}.typcn-zoom-out:before{content:''}.typcn-zoom-outline:before{content:''}.typcn-zoom:before{content:''}
@-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-tranform: 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-tranform: 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);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-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;
}
.icon.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;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #d43f3a;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #eea236;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.info {
  border-color: #46b8da;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .icon.success {
  border-color: #4cae4c;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  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 .icon.success::after {
  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 .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2147483647;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

* html .ui-autocomplete {
    height: 350px;
}

.removeIcon {
    padding-right: 15px;
}


.colon {
    text-decoration: none;
    float: left;
    margin: 6px 0px 0px -10px;
}

.widget-header1 {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 12px;
    text-align: left;
}

.well.with-header {
    padding-top: 44px;
}

.well.with-footer {
    padding-bottom: 0px;
}

#DocumentTable.table > tbody > tr > td, #DocumentTable.table > tbody > tr > th, #DocumentTable.table > tfoot > tr > td, #DocumentTable.table > tfoot > tr > th, #DocumentTable.table > thead > tr > td, #DocumentTable.table > thead > tr > th {
    line-height: 2.428571;
}

.widget .widget-body.documentbody .row {
    padding-top: 3px;
    padding-bottom: 4px;
}

    .widget .widget-body.documentbody .row .templatefieldbody {
        padding-top: 5px;
    }

        .widget .widget-body.documentbody .row .templatefieldbody a {
            color: red;
            text-decoration: none;
            font-weight: 500;
        }

    .widget .widget-body.documentbody .row .filename {
        color: rgb(25, 13, 208);
    }

.btn-doc {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1px;
    padding-left: 0px;
    outline: none !Important;
    border: none;
}

