	html {
		margin: 0;
		padding: 0;
		height: 100%;
		overflow-x: hidden !important;
		/*background:url('../img/pattern/lightpaperfibers.png') repeat #fff;*/
		background:url('../img/mybg.png');
	}

	body {
		margin: 0;
		padding: 0;
		height: 100%;
		overflow:hidden;
		font: 13px "Open Sans", Arial, Helvetica, Sans-Serif;
		background:url('../img/mybg.png');
	}

	a:hover, a:active, a:focus, button, button:active, button:focus, object, embed, input::-moz-focus-inner {
	  outline: 0;
	}

	h1,h2,h3,h4 {
		margin:0;
		font-family:"Open Sans", Arial, Helvetica, Sans-Serif;
		font-weight:300;
	}

	.page-title {
		margin: 12px 0 28px;
	}

	.page-title span {
		font-size: 16px;
		color:#333;
		display: inline-block;
		vertical-align: 1px;
	}

	label {
		font-weight:normal;
	}

	*:focus {
	    outline: 0 !important;
	}

	textarea:focus,
	select: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,
	.uneditable-input:focus {
	  outline: 0;
	  outline: thin dotted \9;
	  /* IE6-9 */

	  -webkit-box-shadow: none !important;
	  -moz-box-shadow: none !important;
	  box-shadow: none !important;

	}

	.input-sm,
	.input-lg,
	.input-xs,
	.form-control {
			  border-radius:0px !important;
	  -webkit-border-radius: 0px !important;
	  -moz-border-radius: 0px !important;
	}

	.input-xs {
		height: 24px;
		padding: 2px 10px;
		font-size: 11px;
		line-height: 1.5;
	}

	.btn-xs {
		padding: 1px 5px;
	}

	.btn-sm {
		padding: 6px 10px 5px;
	}

	.btn-lg {
		padding: 10px 16px;
	}

	.no-space {
		margin:0;
	}

	.no-space > [class*="col-"] {
	    margin: 0 !important;
	    padding-right: 0;
	    padding-left: 0;
	}

	#content {
		padding:10px 14px;
		position:relative;
		left:0px;
	}

	.container {
		position: relative;
		padding: 0;
		border-left:1px solid #CACACA;
		border-right:1px solid #CACACA;
	}

	.no-padding {
		padding:0px !important; /* used with widgets */
	}

	.no-content-padding {
		margin: -10px -14px 0 -14px; /*used with content >:first-child */
	}

	.no-padding-bottom {
		padding-bottom:0px !important;
	}

	.no-padding > pre {
		margin:30px;
	}

	.no-padding > table {
		border:none !important;
		margin-bottom:0px !important;
		border-bottom-width:0px !important
	}

	.padding-5 {
		padding:5px !important;
	}

	.padding-7 {
		padding:7px !important;
	}

	.padding-10 {
		padding:10px !important;
	}

	.padding-top-10 {
		padding-top:10px !important;
	}

	.no-padding > table tr td:last-child, .no-padding > table tr th:last-child {
		border-right:none !important;
	}

	.no-padding > table tr td:first-child, .no-padding > table tr th:first-child {
		border-left:none !important;
	}

	/*
	 * Headers
	 */

	h1 {
		letter-spacing:-1px;
		font-size:24px;
		margin:10px 0;
	}h1 small {
		font-size:17px;
		font-weight:300;
		letter-spacing:-1px;
	}.lead {
		font-size:18px;
	}

	h2 {
		letter-spacing:-1px;
		font-size:22px;
		margin:20px 0;
		line-height:normal;
	}

	h3 {
		display: block;
		font-size: 18px;
		font-weight: 400;
		margin: 20px 0;
		line-height:normal;
	}

	h4 {
		/*margin:20px 0 20px;*/
	}

	h5 {
		font-size: 16px;
		font-weight: 300;
		margin: 10px 0;
		line-height:normal;
	}

	h6 {
		font-size: 14px;
		margin: 10px 0;
		font-weight:bold;
		line-height:normal;
	}

	.row-seperator-header {
		margin:15px 14px 20px;
		border-bottom:none;
		display:block;
		color:#5A5858;
		font-size:20px;
		font-weight:400;
	}

	/*
	 * HEADER NAV DROPDOWN LIST
	 */

	.header-dropdown-list {
		list-style:none;
		float:right;
		position:relative;
		margin:0;
	}

	.header-dropdown-list > li {
		display: inline-block;
		padding-right: 5px;
	}

	.header-dropdown-list > li > .dropdown-toggle {
		margin-top:16px;
		display:block;
	}


	/*
	 * ACCORDIONS
	 */

	.smart-accordion-default.panel-group .panel+.panel {
		margin-top:-1px;
	}

	.smart-accordion-default.panel-group .panel-heading {
		padding:0px;
	}

	.smart-accordion-default.panel-group .panel-title a {
		display: block;
		padding: 10px 15px;
		text-decoration: none !important;
	}

	.smart-accordion-default .panel-heading, .panel-group .panel {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

	.smart-accordion-default .panel-default>.panel-heading {
		background-color: #FAFAFA;
	}

	.smart-accordion-default  .panel-default {
		border-color: #C2C2C2;
	}

	.smart-accordion-default  .panel-title > a >:first-child{
		display:none;
	}

	.smart-accordion-default  .panel-title > a.collapsed > .fa{
		display:none;
	}

	.smart-accordion-default  .panel-title > a.collapsed >:first-child{
		display:inline-block;
	}

	.no-padding .smart-accordion-default > div {
		border-left:none !important;
		border-right:none !important;
	}

	.no-padding .smart-accordion-default > div:first-child {
		border-top:none !important;
	}

	.no-padding .smart-accordion-default > div:last-child {
		border-bottom:none !important;
	}

	/*
	 * ON OFF SWITCHES
	 */

	/* http://proto.io/freebies/onoff/ */

	.onoffswitch-container {
		margin-top:4px;
		margin-left:7px;
		display:inline-block;
	}

	.onoffswitch {
	    position: relative;
	    width: 50px;
	    -webkit-user-select:none;
	    -moz-user-select:none;
	    -ms-user-select: none;
	    margin-top:3px;
	    margin-bottom:3px;
	    margin-left:5px;
	    display:inline-block;
	    vertical-align:middle;

	}
	.onoffswitch-checkbox {
	    display: none;
	}
	.onoffswitch-label {
	    display: block;
	    overflow: hidden;
	    cursor: pointer;
	    border: 1px solid #666666;
	    border-radius: 50px;
	    border-color: #ADADAD #AFAFAF #929292;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.onoffswitch-inner {
	    width: 200%;
	    margin-left: -100%;

	}
	.onoffswitch-inner:before, .onoffswitch-inner:after {
	    float: left;
	    width: 50%;
	    height: 15px;
	    padding: 0;
	    line-height: 15px;
	    font-size: 10px;
	    color: white;
	    font-family: Trebuchet, Arial, sans-serif;
	    font-weight: bold;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;

	}
	.onoffswitch-inner:before {
	    content: attr(data-swchon-text);
	    text-shadow: 0 -1px 0 #333;
	    padding-left: 7px;
	    background-color: #3276B1;
	    color: #FFFFFF;
	    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
	    text-align:left;

	}
	.onoffswitch-inner:after {
	    content: attr(data-swchoff-text);
	    padding-right: 7px;
	    text-shadow: 0 -1px 0 #fff;
	    background-color: #FFFFFF;
	    color: #666666;
	    text-align: right;
	    box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
	.onoffswitch-switch {
		width: 19px;
		height:19px;
		margin: -2px;
		background: white;
		border: 1px solid #666;
		border-radius: 50px;
		border-color: #8A8A8A;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 32px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		background-color: whiteSmoke;
		background-image: -moz-linear-gradient(top, white, #E6E6E6);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
		background-image: -webkit-linear-gradient(top, white, #E6E6E6);
		background-image: -o-linear-gradient(top, white, #E6E6E6);
		background-image: linear-gradient(to bottom, white, #E6E6E6);
		background-repeat: repeat-x;
		-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .3);
		box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .3);
	}

	.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
		content: "\f00d";
		color:#A90329;
		display:block;
		text-align:center;
		line-height:19px;
		font-size: 10px;
		text-shadow: 0 -1px 0 #fff;
		font-weight:bold;

		font-family:FontAwesome;
	}

	/* checked */
	.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
		content: "\f00c";
		color:#738FB9;
	}

	.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	    margin-left: 0;
	}
	.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	    right: 0px;
	}

	.onoffswitch-switch:hover {
		background-color: #EBEBEB;
	}
	.onoffswitch-switch:active {
		background-color: #EBEBEB;
		box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}

	/*
	 * Disabled state
	 */
	.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
		text-shadow: 0 1px 0 #fff;
		background: #ccc;
		color:#333;
	}

	.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
		background-color: #F3F3F3;
		background-image: -moz-linear-gradient(top, #CFCFCF, #F3F3F3);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CFCFCF), to(#F3F3F3));
		background-image: -webkit-linear-gradient(top, #CFCFCF, #F3F3F3);
		background-image: -o-linear-gradient(top, #CFCFCF, #F3F3F3);
		background-image: linear-gradient(to bottom, #CFCFCF, #F3F3F3);
		box-shadow: none !important;
	}

	.onoffswitch-checkbox:disabled + .onoffswitch-label,
	.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
		border-color: #ADADAD #AFAFAF #929292 !important;
	}

	.onoffswitch-checkbox:checked + .onoffswitch-label{
		border-color: #3276B1 #2A6394 #366792;
	}


	.onoffswitch + span, .onoffswitch-title {
		display: inline-block;
		vertical-align: middle;
		margin-top: -5px;
	}


	/*
	 * FORMS
	 */

	.form-control {
		box-shadow:none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
	}

	.form hr {
		margin-left:-13px;
		margin-right:-13px;
		border-color:rgba(0, 0, 0, 0.1);
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.form fieldset {
		display: block;
		border: none;
		background: rgba(255, 255, 255, 0.9);
		position: relative;
	}

     fieldset {
		position:relative;
	}

	.form-actions {
		display: block;
		padding: 13px 14px 15px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		background: rgba(248, 248, 248, 0.9);
		margin-top:25px;
		margin-left: -13px;
		margin-right: -13px;
		margin-bottom: -13px;
		text-align:right;

	}.well .form-actions {
		margin-left: -19px;
		margin-right: -19px;
		margin-bottom: -19px;
	}.well.well-lg .form-actions {
		margin-left: -24px;
		margin-right: -24px;
		margin-bottom: -24px;
	}.well.well-sm .form-actions {
		margin-left: -9px;
		margin-right: -9px;
		margin-bottom: -9px;
	}

	.popover-content .form-actions {
		margin:0 -14px -9px;
		border-radius:0 0 3px 3px;
		padding:9px 14px
	}

	.no-padding .form .form-actions {
		margin:0;
		display: block;
		padding: 13px 14px 15px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		background: rgba(248, 248, 248, 0.9);
		text-align:right;
		margin-top:25px;
	}

	.form header, legend {
		display: block;
		padding: 8px 0;
		border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
		background: #FFF;
		font-size: 16px;
		font-weight: 300;
		color: #232323;
		margin: 25px 0px 20px;
	} .no-padding .form header {
		margin: 25px 14px 0;
	}.form header:first-child {
		margin-top:10px;
	} legend {
		font-weight:400;
		margin-top:0px;
		background:none;
	}

	.input-group-addon {
		padding: 6px 10px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	.input-group-addon {
		transition: border-color 0.3s;
		-o-transition: border-color 0.3s;
		-ms-transition: border-color 0.3s;
		-moz-transition: border-color 0.3s;
		-webkit-transition: border-color 0.3s;

		transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-webkit-transition: background-color 0.3s;
	}

	.input-group-addon .fa {
		font-size:14px;
	}

	.input-group-addon .fa-lg, .input-group-addon .fa-2x {
		font-size: 2em;
	}

	.input-group-addon .fa-3x, .input-group-addon .fa-4x, .input-group-addon .fa-5x {
		font-size: 30px;
	}

	input[type="text"]:focus + .input-group-addon {
		border-color:#66afe9;
		background-color:#6599C7;
		color:#fff;
	}

	.has-warning input[type="text"]:focus + .input-group-addon {
		border-color:#C09853;
		background-color:#C09853;
		color:#fff;
	}

	.has-error input[type="text"]:focus + .input-group-addon {
		border-color:#B94A48;
		background-color:#B94A48;
		color:#fff;
	}

	.has-success input[type="text"]:focus + .input-group-addon {
		border-color:#468847;
		background-color:#468847;
		color:#fff;
	}

	.form fieldset .form-group:last-child, .form fieldset .form-group:last-child .note,
	.form .form-group:last-child, .form .form-group:last-child .note {
		margin-bottom:0;
	}

	.note {
		margin-top: 6px;
		padding: 0 1px;
		font-size: 11px;
		line-height: 15px;
		color: #999;
	}

		/*
		 * WITH ICON
		 */
		.input-icon-right {
			position:relative;
		}
		.input-icon-right > i, .input-icon-left > i {
			position:absolute;
			right:10px;
			top:30%;
			font-size:16px;
			color:#C2C2C2;
		}

		.input-icon-left > i {
			right:auto;
			left:24px;
		}

		.input-icon-right .form-control {
			padding-right:27px;
		}

		.input-icon-left .form-control {
			padding-left:29px;
		}

		input[type="text"].ui-autocomplete-loading,
		input[type="password"].ui-autocomplete-loading,
		input[type="datetime"].ui-autocomplete-loading,
		input[type="datetime-local"].ui-autocomplete-loading,
		input[type="date"].ui-autocomplete-loading,
		input[type="month"].ui-autocomplete-loading,
		input[type="time"].ui-autocomplete-loading,
		input[type="week"].ui-autocomplete-loading,
		input[type="number"].ui-autocomplete-loading,
		input[type="email"].ui-autocomplete-loading,
		input[type="url"].ui-autocomplete-loading,
		input[type="search"].ui-autocomplete-loading,
		input[type="tel"].ui-autocomplete-loading,
		input[type="color"].ui-autocomplete-loading {
			background-image: url("../img/select2-spinner.gif") !important;
			background-repeat: no-repeat;
			background-position: 99% 50%;
			padding-right:27px
		}

		.input-group-addon .checkbox, .input-group-addon .radio {
			min-height: 0px;
			margin-right:0px !important;
			padding-top:0;
		}

		.input-group-addon label input[type="checkbox"].checkbox + span,
		.input-group-addon label input[type="radio"].radiobox + span,
		.input-group-addon label input[type="radio"].radiobox + span:before,
		.input-group-addon label input[type="checkbox"].checkbox + span:before {
			margin-right:0px;
		}

		.input-group-addon .onoffswitch , .input-group-addon .onoffswitch-label{
			margin:0;
		}

	/*
	 * HR
	 */

	hr.simple {
		margin-top:10px;
		margin-bottom:10px;
		border-style:dashed;
	}

	/*
	 * Timeline Seperator
	 */

	 .timeline-seperator {
	 	display:block;
	 	text-align:center;
	 	color:#A6A6A6;
	 	margin:20px 0 0;

	 }.timeline-seperator >:first-child {
	 	padding:4px 5px;
	 	border:1px dashed rgba(0, 0, 0, 0.1);
	 	background:#fff;
	 	font-size:11px;
	 	border-radius:4px;
	 }.timeline-seperator .btn, .timeline-seperator .btn + .dropdown-menu {
	 	margin-right:15px;
	 }


	 .timeline-seperator:after {
	 	display:block;
	 	content:" ";
	 	margin:0 20px;
	 	border-bottom:1px dashed rgba(0, 0, 0, 0.1);
	 	margin-top:-8px;
	 }

	/*
	 * Alerts
	 */
 	.alert-heading {
 		font-weight:600;
 	}

	.alert {
		margin-bottom: 20px;
		margin-top: 0px;
		padding: 5px 15px 5px 34px;
		color:#675100;
		border-width:0px;
		border-left-width:5px;
		padding:10px;
		border-radius:0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

	.alert-warning {
		border-color: #D8C74E;
		color: #6B6D31;
		background: #ECDFB0;
	}

	.alert-info {
		border-color: #98ACC3;
		color: #346597;
		background: #D6DDE7;
	}

	.alert-success {
		border-color: #79AA79;
		color: #296829;
		background: #CEE0CF;
	}

	.alert-danger {
		border-color: #965150;
		color: #FFF;
		background: #C46A69;
		text-shadow:none;
	}

	.alert-danger .close {
		color:#fff;
		opacity: .5;
		filter: alpha(opacity=50);
		text-shadow:none;
	}
	.alert-danger .close:hover {
		opacity: .9;
		filter: alpha(opacity=90);
	}


	.alert .close {
		top: 0px;
		right: -5px;
		line-height: 20px;
	}

	/*
	 * WELLS
	 */

	.well {
		background: #FAFAFA;
		border: 1px solid #DDD;
		box-shadow: 0 1px 1px #ECECEC;
		-webkit-box-shadow: 0 1px 1px #ECECEC;
		-moz-box-shadow: 0 1px 1px #ececec;
		position:relative;
	}

	.well.well-clean {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		border-color:transparent;
	}

	.well.well-glass {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		border-color:transparent;
		background-color:rgba(255,255,255,.25);
		color:#fff;
	}

	.well.well-light {
		background: #fff;
		border: 1px solid #E2E2E2;
	}

	.widget-body .well {
		margin-bottom:0px;
	}

	.well.transparent {
		border:none !important;
		background:none !important;
	}

	.jarviswidget.well.transparent > div, .jarviswidget.well.transparent > div .widget-body {
		padding:0px !important;
	}

	/* any wells with custom bg the border will be darkened */
	.well[class^="bg-"], .well[class*=" bg-"]{
		border: 1px solid #6F6F6F !important;
	}

	/*
	 * PROGRESS BARS
	 */

	.progress {
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
	}

	.progress-micro {
		height: 3px !important;
		line-height:3px !important;
	}

	.progress-xs {
		height: 7px !important;
		line-height:7px !important;
	}

	.progress-sm {
		height: 14px !important;
		line-height:14px !important;
	}

	.progress-lg {
		height: 30px !important;
		line-height:30px !important;
	}

	.progress .progress-bar {
	  position: absolute;
	  overflow: hidden;
	  line-height: 20px;
	}

	.progress .progressbar-back-text {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  font-size: 12px;
	  line-height: 20px;
	  text-align: center;
	}

	.progress .progressbar-front-text {
	  display: block;
	  width: 100%;
	  font-size: 12px;
	  line-height: 20px;
	  text-align: center;
	}

	.progress.right .progress-bar {
	  right: 0;
	}

	.progress.right .progressbar-front-text {
	  position: absolute;
	  right: 0;
	}

	.progress.vertical {
	  width: 25px;
	  height: 100%;
	  min-height:150px;
	  margin-right: 20px;
	  display:inline-block;
	  margin-bottom:0px;
	}

	.progress.wide-bar {
		width: 40px;
	}

	.progress.vertical.bottom {
	  position: relative;
	}

	.progress.vertical.bottom .progressbar-front-text {
	  position: absolute;
	  bottom: 0;
	}

	.progress.vertical .progress-bar {
	  width: 100%;
	  height: 0;
	  -webkit-transition: height 0.6s ease;
	          transition: height 0.6s ease;
	}

	.progress.vertical.bottom .progress-bar {
	  position: absolute;
	  bottom: 0;
	}

	@-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 {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		height: 22px;
		background: #EFEFEF;
		box-shadow: 0 1px 0 transparent, 0 0 0 1px #DFDFDF inset;
		-webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #DFDFDF inset;
		-moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #dfdfdf inset;

	}


	.progress-bar {
	  float: left;
	  width: 0;
	  height: 100%;
	  font-size: 11px;
	  color: #ffffff;
	  text-align: center;
	  background-color: #5384AF;
	  -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);
	  font-weight:bold;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-image:url(../img/pattern/overlay-pattern.png);
	}

	.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-danger {
	  background-color: #BE5451;
	}

	.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);
	}

	.progress-bar-success {
	  background-color: #739E73;
	}

	.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-warning {
	  background-color: #E0AE68;
	}

	.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-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-info .bar, .progress .bar-info {
	background: #57C2F3;
	}


	.vertical-bars {
		padding:0;
		margin:0;
	}

	.vertical-bars:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
	.vertical-bars li {
		padding: 14px 0;
		width: 25%;
		display: block;
		float: left;
		text-align: center;
	}
	.vertical-bars li:first-child {
		border-left: none;
	}
	.vertical-bars > li > .progress.vertical:first-child {
		margin-left: auto;
	}
	.vertical-bars > li > .progress.vertical {
		margin: 0 auto;
		float: none;
	}


	/*
	 * BAR HOLDER
	 */
	.bar-holder:first-child {
		border-top: none;
	}
	.bar-holder {
		padding: 18px 15px;
	}

	.bar-holder .progress {
		margin:0;
	}

	/*
	 * TABS
	 */
	.nav-tabs>li > a .badge {
		font-size: 11px;
		padding: 3px 5px 3px 5px;
		opacity: .5;
		margin-left: 5px;
		min-width: 17px;
		font-weight: normal;
	}

	.nav-tabs>li > a > .fa {
		opacity: .5;
	}

	.tabs-left .nav-tabs>li > a .badge {
		margin-right:5px;
		margin-left:0px;
	}



	.nav-tabs>li > a .label {
		display:inline-block;
		font-size:11px;
		margin-left:5px;
		opacity: .5;
	}

	.nav-tabs>li.active > a .badge, .nav-tabs>li.active > a .label, .nav-tabs>li.active > a > .fa{

		opacity: 1;
	}

	.nav-tabs>li>a {
		border-radius:0px;
		color:#333;
	}

	.nav-tabs > li.active > a {
		-webkit-box-shadow: 0 -2px 0 #5384AF;
		-moz-box-shadow: 0 -2px 0 #5384AF;
		box-shadow: 0 -2px 0 #5384AF;
		border-top-width: 0px !important;
		margin-top: 1px !important;
		font-weight:bold;
	}

	.tabs-left .nav-tabs > li.active > a {
		-webkit-box-shadow: -2px 0 0 #5384AF;
		-moz-box-shadow: -2px 0 0 #5384AF;
		box-shadow: -2px 0 0 #5384AF;
		border-top-width: 1px !important;
		border-left: none !important;
		margin-left: 1px !important;
	}

	.tabs-left .nav-pills > li.active > a {
		border:none !important;
		box-shadow:none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
	}

	.tabs-right .nav-tabs > li.active > a {
		-webkit-box-shadow: 2px 0 0 #5384AF;
		-moz-box-shadow: 2px 0 0 #5384AF;
		box-shadow: 2px 0 0 #5384AF;
		border-top-width: 1px !important;
		border-right: none !important;
		margin-right: 1px !important;
	}

	.tabs-below .nav-tabs > li.active > a {
		-webkit-box-shadow: 0 2px 0 #5384AF;
		-moz-box-shadow: 0 2px 0 #5384AF;
		box-shadow: 0 2px 0 #5384AF;
		border-bottom-width: 0px !important;
		border-top: none !important;
		margin-top: 0px !important;
	}



	.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
		border-bottom: 0;
	}

	.tab-content > .tab-pane, .pill-content > .pill-pane {
		display: none;
	}

	.tab-content > .active, .pill-content > .active {
		display: block;
	}

	.tabs-below > .nav-tabs {
		border-top: 1px solid #ddd;
	}

	.tabs-below > .nav-tabs > li {
		margin-top: -1px;
		margin-bottom: 0;
	}

	.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li,
	.tabs-left > .nav-pills > li, .tabs-right > .nav-pills > li {
		float: none;
	}

	.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a,
	.tabs-left > .nav-pills > li > a, .tabs-right > .nav-pills > li > a {
		min-width: 74px;
		margin-right: 0;
		margin-bottom: 3px;
	}

	.tabs-left > .nav-tabs, .tabs-left > .nav-pills {
		float: left;
		margin-right: 19px;
		border-right: 1px solid #ddd;
	} .tabs-left > .nav-pills {
		border-right:none;
	}

	.tabs-left > .nav-tabs > li > a {
		margin-right: -1px;
	}

	.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
		border-color: #eeeeee #dddddd #eeeeee #eeeeee;
	}

	.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
		border-color: #ddd transparent #ddd #ddd;
		*border-right-color: #ffffff;
	}

	.tabs-left > .tab-content {
		margin-left: 109px;
	}

	.tabs-right > .nav-tabs {
		float: right;
		margin-left: 19px;
		border-left: 1px solid #ddd;
	}

	.tabs-right > .nav-tabs > li > a {
		margin-left: -1px;
	}

	.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
		border-color: #eeeeee #eeeeee #eeeeee #dddddd;
	}

	.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
		border-color: #ddd #ddd #ddd transparent;
		*border-left-color: #ffffff;
	}

	.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
		border-bottom: 0;
	}

	.tab-content > .tab-pane, .pill-content > .pill-pane {
		display: none;
	}

	.tab-content > .active, .pill-content > .active {
		display: block;
	}

	.tabs-below > .nav-tabs {
		border-top: 1px solid #ddd;
	}

	.tabs-below > .nav-tabs > li {
		margin-top: -1px;
		margin-bottom: 0;
	}

	.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
		border-top-color: #ddd;
		border-bottom-color: transparent;
	}

	.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
		border-color: transparent #ddd #ddd #ddd;
	}

	/* bordered tabs */
	.nav-tabs.bordered {
		background:#fff;
		border:1px solid #CACACA;
	}

	.nav-tabs.bordered >:first-child a{
		border-left-width:0px !important;
	}

	.nav-tabs.bordered + .tab-content {
		border:1px solid #CACACA;
		border-top:none;
	}

	/* bordered tabs top right */

	.tabs-pull-right.nav-tabs>li, .tabs-pull-right.nav-pills>li {
		float:right;
	}

	.tabs-pull-right.nav-tabs>li:first-child > a, .tabs-pull-right.nav-pills>li:first-child > a {
		margin-right:1px;
	}

	.tabs-pull-right.bordered.nav-tabs>li:first-child > a, .tabs-pull-right.bordered.nav-pills>li:first-child > a {
		border-left-width:1px !important;
		margin-right:0px;
		border-right-width:0px;
	}

	/* jarviswidget header first child is tab */

	.jarviswidget > header > .nav-tabs.pull-left > li:first-child a{
		border-left-width:0px !important;
	}


	/*
	 * WEBKIT IOS HIGHLIGHT COLOR
	 *
	 */
	a:link, .btn, button {
		-webkit-tap-highlight-color: #e53b2c;
	}

	.login-info, .login-info *, #logo-group *, .minified .menu-item-parent {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}


	aside {
		display: block;
		overflow: hidden;
		min-height:100%;
		background: #3A3633;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(left, #3A3633 93%, #2A2725 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3A3633), color-stop(100%, #2A2725));
		background: -webkit-linear-gradient(left, #3A3633 93%, #2A2725 100%);
		background: -o-linear-gradient(left, #3A3633 93%, #2A2725 100%);
		background: -ms-linear-gradient(left, #3A3633 93%, #2A2725 100%);
		background: linear-gradient(to right, #3A3633 93%, #2A2725 100%);
		min-height: 100%;
	}

	#header > :first-child, aside {
		width: 220px;
	}


	/*
	 * BS2 useful classes
	 * these classes and its importance was overlooked in BS3
	 */

	.hidden-desktop {
		display:none !important;
	}

	/*
	 * DROPDOWN MENU
	 */
	.dropdown-menu-xs {
		min-width:37px;
	}

	.dropdown-menu-xs>li>a {
		padding: 3px 10px;
	}.dropdown-menu-xs>li>a:hover i {
		color:#fff !important;
	}

	/* Dropdown menu extended */
	.dropdown-submenu {
	    position: relative;
	}

	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	    margin-left: -1px;
	}

	.dropdown-submenu:hover>.dropdown-menu {
	    display: block;
	}

	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    border-color: transparent;
	    border-style: solid;
	    border-width: 5px 0 5px 5px;
	    border-left-color: #ccc;
	    margin-top: 5px;
	    margin-right: -10px;
	}

	.dropdown-submenu:hover>a:after {
	    border-left-color: #fff;
	}

	.dropdown-submenu.pull-left {
	    float: none;
	}

	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}

	/*
	 * TODO's
	 */

	.todo-group-title {
		margin:0;
		line-height:31px;
		padding: 0 0 0 10px;
		background:#fafafa;
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #f1f1f1;
		color:#919191;
	}

	.todo {
		margin:0;
		padding:0;
		min-height:5px;
		list-style:none;
	}

	.todo > li {
		display:block;
		position:relative;
		overflow:hidden;
		border-bottom:1px solid #e5e5e5;
		margin:0 5px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat;

	}

	.todo > li:last-child, .todo > li:only-child {
		border-bottom:none;
	}

	.todo > li >:first-child {
		display: block;
		border-right: 1px solid #FFE1EB;
		height: 100%;
		padding: 6px 11px 6px 18px;
		width: 20px;
		vertical-align: top;
		position: absolute;
	}.todo > li >:first-child:hover {
		cursor: move;
	}.todo > li.complete >:first-child:hover {
		cursor:default;
	}.todo > li.complete {
		background:none;
	}

	.todo > li > p {
		height: 100%;
		margin-left: 52px;
		border-left: 1px solid #FFE1EB;
		display: inline-block;
		padding: 8px 0px 6px 7px;
		margin-bottom: 0;
		min-height: 37px;
		line-height: normal;
		font-size:14px;
		font-weight: 500;
		color: #333;
	}

	.todo > li > p > span {
		display:block;
		line-height:12px;
		font-size:10px;
		font-weight: normal;
	}
	.todo > li > p >:first-child {
		margin-top:-5px;
		color:#8D8D8D;
		margin-bottom:4px;
	}
	.todo > li > p > .date {
		color:#c9c9c9;
	}

	.todo > li.complete >* {
		text-decoration:line-through;
		font-style:italic
	}

	/* drag */
	.todo > li.ui-sortable-helper {
		border-top:1px solid #e5e5e5;
		background:rgba(113, 132, 63,0.1);
	}


	/*
	 * Table
	 */

	.table.has-tickbox thead tr th:first-child {
		width:18px;
	}

	.table.has-tickbox.smart-form thead tr th:first-child .radio,
	.table.has-tickbox.smart-form thead tr th:first-child .checkbox,
	.table.has-tickbox.smart-form tbody tr td:first-child .radio,
	.table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
		padding:0px !important;
	}

	.table thead tr, .fc-border-separate thead tr {
		background-color: #EFEFEF;
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#F2F2F2),to(#FAFAFA));
		background-image: -webkit-linear-gradient(top,#F2F2F2 0,#FAFAFA 100%);
		background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
		background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
		background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
		background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
		font-size: 12px;
	}.fc-border-separate thead tr th {
			padding: 4px;
			line-height: 1.428571429;
	}

	.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
		border-width:1px;
	}

	.no-padding > .table-bordered {
		border:none !important;
	}

	.no-padding > .table-bordered thead tr th:first-child,
	.no-padding > .table-bordered thead tr td:first-child,
	.no-padding > .table-bordered tbody tr td:first-child {
		border-left-width:0px !important;
	}
	.no-padding > .table-bordered thead tr th:last-child,
	.no-padding > .table-bordered tbody tr td:last-child {
		border-right-width:0px !important;
	}

	.no-padding > .table-bordered tbody tr:last-child td {
		border-bottom-width:0px !important;
	}

	.no-padding .note-editable .table-bordered {
		border: 1px solid #DDD !important;
	}

	.smart-form.table td .radio i,
	.smart-form.table td .checkbox i,
	.smart-form.table th .radio i,
	.smart-form.table th .checkbox i {
		top: 0px !important;
	}

	/*
	 * HEADER GROUP
	 */

	.no-right-panel #header {
		margin: 0 !important;
	}

	#header {
		display: block;
		height: 49px;
		position: relative;
		margin: 0 220px 0 0;
		padding: 0 13px 0 0;
		background-color: #242424;
	}

	#header > div {
		display: inline-block;
		vertical-align: middle;
		height: 49px;
		float:left;
	}

	#header > div.open {
		font-weight:bold;
	}

	.fixed-header #header {
		position:fixed;
		width:100%;
		z-index: 1001;
	}

	.container.fixed-header #header {
		max-width: 1164px;
	}

	.fixed-header #header .ajax-dropdown {
		z-index: 1000;
	}

	.fixed-header #shortcut {
		position:fixed;
	}

	.fixed-header #main {
		margin-top:49px;
	}

	#logo-group > span {
		display: inline-block;
		height: 39px;
		float: left;
	}

	#logo-group span#activity {
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		cursor: default !important;
		display: inline-block;
		font-weight: bold;
		height: 24px;
		width: 24px;
		padding: 2px;
		text-align: center;
		text-decoration: none !important;
		-moz-user-select: none;
		-webkit-user-select: none;
		background-color: #F8F8F8;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
		background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
		border: 1px solid #C6C6C6;
		color: #C4BAB6;
		font-size: 19px;
		margin: 10px 0 0 0;
		position:relative;
	}

	#logo-group span#activity:hover {
		border: 1px solid #C6C6C6;
		transition: all 0.0s;
		cursor: pointer !important;
		-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
		box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	}

	#logo {
		display: inline-block;
		width: 175px;
		margin-top: 13px;
		margin-left: 9px;
	}

		#logo img {
			width:118px;
			height:auto;
			padding-left:6px;
		}

		#logo-group > span .badge {
			position: absolute;
			top: -5px;
			right: -5px;
			cursor: pointer;
			background: #2A89C9;
			display: inline-block;
			font-size: 10px;
			box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
			color: #FFF;
			font-weight: bold;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			padding: 2px 4px 3px 4px;
			text-align: center;
			line-height: normal;
		}
		#activity.active .badge {
			background: #1485C5 !important;
		}

		#project-context {
			display: inline-block;
			padding: 7px 13px 0;
			position:relative;
		}

		#project-context > span {
			display: block;
		}

		#project-context > :first-child {
			display: block;
			color: #C7C5BE;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			text-shadow: 0 0 1px white;
			padding-left:0px;
			text-align:left;
		}

		#project-selector {
			max-width: 97%;
			white-space: nowrap;
			background: none;
			border: none;
			padding: 0;
			text-align: left;
			color: #787878;
			font-size: 14px;
			cursor: pointer;
		}

		#project-selector:hover {
			color: #CCC;
		}

	.header-search {
		position:relative;
	}.header-search.pull-right {
		margin-left:6px;
	}

	.header-search > input[type="text"] {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		min-width:200px;
		width: 100%;
		height: 30px;
		padding: 8px 10px;
		outline: none;
		border-width: 1px;
		border-style: solid;
		border-radius: 0;
		border-color:#C6C6C6;
		background: #fff;
		font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
		color: #404040;
		appearance: normal;
		-moz-appearance: none;
		-webkit-appearance: none;
		margin-top:10px;
	}

	.header-search > button {
		background: none;
		border: none;
		color: #6D6A69;
		font-size: 17px;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0px;
		top: 10px;
		width: 30px;
		z-index: 2;
	}

	#search-mobile {
		display:none;
	}

	#cancel-search-js {
		position: absolute;
		display: none;
		background: #a90329;
		z-index: 3;
		color: #fff;
		padding: 0;
		right: 10px;
		top: 10px;
		text-align: center;
		height: 29px;
		line-height: 29px;
		width: 30px;
		font-size: 17px;
		text-decoration:none !important;
	}


	/*
	 * LEFT PANEL
	 */

	#left-panel {
		position: fixed;
		top: 49px;
		left: 0px;
		bottom: 0;
		z-index: 500;
		overflow-y: auto;
		overflow-x: hidden;
		min-height: auto !important;
		height: auto;
	}

	#left-panel > nav {
		padding-bottom: 50px;
	}

	#right-panel {
		position: absolute;
		top: 0px;
		height: 100%;
		border-right: 1px solid #DFDFDF;
		right: 0px;
	}

	#main {
		display: block;
		margin-left: 220px;
		padding: 0;
		margin-right: 220px;
		min-height:500px;
	}

	.no-right-panel #main {
		margin-right: 0px;
	}
	.no-right-panel #right-panel {
		right: -233px;
		display:none;
	}
	/*
	 * RIBBON
	 */
	#ribbon {
		min-height: 40px;
		background: #474544;
		padding: 0 13px;
		position:relative;
	}
	#ribbon .breadcrumb {
		display: inline-block;
		margin: 0;
		padding: 11px 34px 11px 0 !important;
		background:none;
		vertical-align:top;
	}

	#ribbon .breadcrumb a, #ribbon .breadcrumb {
		color: #BBB !important;
		text-decoration:none !Important;
	}

	#ribbon .breadcrumb > .active, #ribbon .breadcrumb li:last-child {
		color: #E4E4E4;
	}

	.fixed-ribbon #ribbon {
		position: fixed;
		right: 0;
		left: 220px;
		top: 49px;
		z-index: 999;
	}

	.container.fixed-ribbon #ribbon {
		width: 944px;
		left: 590px;
	}

	.fixed-ribbon #content {
		padding-top:50px;
	}

	.minified.fixed-ribbon #ribbon {
		left: 45px;
	}

	.hidden-menu.fixed-ribbon #ribbon {
		left:10px;
	}

	/*
	 * NAV
	 * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html
	 */

	.fixed-navigation #left-panel {
		position:fixed;
		z-index: 998; /* okay, guys...don't f*$k with this z-index, or your users will be floating in space like loony toons... */
	}

	/* All levels */
	nav ul li a:active {
		background:#616161 !important;
	}

	/* All levels */
	nav ul {
		width: 100%;
		padding: 40px 28px 25px 0;
		padding: 0;
		margin: 0;
		font-size: 13px;
		line-height: 0.5em;
		list-style: none;
		position: relative;
	}

	/* All levels */
	nav ul .active > a {
		color: #fff !important;
		position: relative;
	}

	/* All levels */
	nav ul li.active > a::before {
		content: "\f0d9";
		font-family: FontAwesome;
		display: block;
		height: 27px;
		line-height: normal;
		width: 27px;
		position: absolute;
		right: -21px;
		font-size: 20px;
		color:#efefef;
	}

	nav ul li.active.open > a::before {
		content: "";
	}


	/* All levels */
	nav ul li {
		overflow: hidden;
	}

	/* All levels */
	nav ul li a {
		line-height: normal;
		font-size: 14px;
		padding: 10px 10px 10px 11px;
		color: #A8A8A8;
		display: block;
		font-weight: normal;
		text-decoration: none !important;
	}

	/* Second level */
	nav > ul > li > ul > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	/* Third Level */
	nav > ul > li > ul > li > ul > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	/* All levels */
	nav ul li a:focus {
		color: #C9C9C9;
	}

	/* All levels */
	nav ul li a:hover {
		color: #fff;
		text-decoration: none;
	}

	/* All levels */
	nav ul b {
		float: right;
		font-size: 14px;
		margin-top: -1px;
	}

	/* All levels */
	nav ul span.menu-item-parent {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	/* First level: A, Second level: LI Open */
	nav ul li.open > a, nav ul li.open > a b {
		color: #fff !important;
	}

	/* First level: Icon */
	nav > ul > li > a > i {
		/*font-size: 121%; fa-lg overrides this so..  */
		margin-right: 5px;
		width: 15px;
		display: inline-block;
		text-align: center;
		position:relative;
	}
		/* First level icon */
		nav > ul > li > a > i > em {
			font-size: 9px;
			display: block;
			padding: 2px;
			position: absolute;
			top: -8px;
			right: -6px;
			text-decoration: none;
			font-style: normal;
			background: #ED1C24;
			color: #FFF;
			min-width: 13px;
			border-radius: 50%;
			max-height:13px;
			line-height: 8px;
			font-weight: bold;
			vertical-align: baseline;
			white-space: nowrap;
			text-align: center;
			border: 1px solid rgba(255, 255, 255, 0.1);
		}


	/* Second level switched to relative */
	nav ul li li {
		border-bottom: none;
		position: relative;
	}


	/* Second level: UL */
	nav > ul > li > ul::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		left: 23px;
		top: 0;
		bottom: 0;
		border-left: 1px solid #7A7A7A;
	}

	/* Second level: UL LI */
	nav > ul ul li::before {
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		left: 23px;
		top: 16px;
		border-top: 1px solid #7A7A7A;
		z-index: 1;
	}

	/* Third level: UL LI */
	nav > ul ul ul li::before {
		content: "";
		display: block;
		position: absolute;
		width: 18px;
		left: 10px;
		top: 17px;
		border-top: 1px solid transparent;
	}

	/* Second level and onwards > */
	nav > ul ul li a i {
		font-size: 14px !important;
		width: 18px !important;
		text-align: center !important;
	}

	/* Second and Third level line color */
	nav > ul > li:hover > ul::before, nav > ul > li:hover > ul > li::before{
		border-color: #ACACAC !important;
	}


	/* Second Level: UL */
	nav ul ul {
		margin: 0;
		padding: 0;
		display: none;
		background: rgba(69, 69, 69,.6);
	}

	nav ul ul {
		padding: 7px 0;
	}

	/* Third Level: UL */
	nav ul ul ul {
		background: transparent;
		padding: 0;
	}

	/* Third Level: LI */
	nav ul ul li {
		margin: 0;
		padding: 0;
	}

	/* Second Level: A */
	nav ul ul li > a {
		padding-left: 42px;
		font-size: 14px;
		font-weight: normal;
		outline: 0;
	}

	/* Second Level: A:hover */
	nav ul ul li > a:hover {
		background-color: rgba(69, 69, 69,.8);
		color: #fff;
	}

	/* Third Level: A */
	nav ul ul ul li a {
		color: #C9C9C9;
		padding: 8px 10px 8px 70px;
		font-size: 14px;
	}

	/* Third Level: A:hover */
	nav ul ul ul li a:hover {
		background-color: #4C4F53;
		color: #fff;
	}

	/* Fourth Level: A */
	nav ul ul ul ul li a {
		padding-left: 90px;
	}

	/* Fifth Level: A */
	nav ul ul ul ul ul li a {
		padding-left: 110px;
	}

	/* Sixth Level: A */
	nav ul ul ul ul ul ul li a {
		padding-left: 130px;
	}

	/* Second level: B */
	nav ul ul b {
		color: #B3B3B3;
	}

	/* Second level: LI:hover B */
	nav ul ul > li:hover b {
		color: #D5D9E2;
	}

	/*
	 * small stats
	 */

	.show-stats .progress {
		height: 7px;
		border-radius: 0;
		margin-top: 3px;
		margin-bottom: 15px;
	}

	.show-stats {
		padding-top:6px !important;
	}

	.show-stat-buttons {
		float:left;
		width:100%;
	}

	.show-stats .show-stat-buttons>:first-child{
		padding-right:5px;
	}
	.show-stats .show-stat-buttons>:last-child{
		padding-left:5px;
	}

	.show-stat-microcharts {
		margin-left:-10px;
		margin-right:-10px;
	}

	.show-stat-microcharts > div {
		border-right: 1px solid #DADADA !important;
		border-top: 1px solid #DADADA !important;
		margin-top: 10px !important;
		height: 65px;
		overflow:hidden;
		padding: 7px 9px;
	}

	.show-stat-microcharts >:last-child {
		border-right:none !important;
	}

	.show-stat-microcharts .sparkline {
		margin-top:10px;
		margin-right:8px;
		opacity:.7;
	} .show-stat-microcharts .sparkline:hover {
		opacity:1;
	}

	.smaller-stat {
		margin:0;
		padding:0;
		list-style:none;
	}

	.smaller-stat li {
		margin-top:3px;
		margin-right:0px;
	}.smaller-stat li:first-child {
		margin-top:8px;
	}

	.smaller-stat span.label {
		width:40px;
		display:block;
		text-align:left;
		opacity:.5;
		cursor: default;
	} .smaller-stat span.label:hover {
		opacity:1;
	}

	/*
	 * Login info
	 */

	.login-info {
		border-bottom: 1px solid #D8D4D4;
		display: block;
		font-size: 12px;
		height: 39px;
		line-height: 39px;
		color: #fff;
		border: solid transparent;
		border-width: 1px 0px 1px 0px;
		box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
		width: 100%;
		margin: 0px !important;
		border-bottom: 1px solid #525151;

	}

	.login-info strong, .login-info a {
		text-transform: capitalize;
		font: 14px "Open Sans", Arial, Helvetica, Sans-Serif;
		display: inline-block;
		color: #A8A8A8;
		text-decoration: none;
	}
	.login-info strong, .login-info a:hover {
		color: #fff;
	}

	.login-info span {
		height: 38px;
		display: block;
		padding: 0 10px;
		border-bottom: 1px solid #1A1817;
	}

	.login-info img {
		width: 25px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 7px;
		margin-left: 0px;

		border-left: 3px solid #FFF;
	}
	img.online {
		border-left-color: #00A300 !important;
	}
	img.busy {
		border-left-color: #A90329 !important;
	}
	img.offline {
		border-left-color: #ddd !important;
	}
	img.away {
		border-left-color: #ffc40d !important;
	}

		/*
		 * Client page forms
		 */
			.client-form header {
				padding: 15px 13px;
				margin:0;
				border-bottom-style:solid;
				border-bottom-color:rgba(0, 0, 0, .1);
				background: rgba(248, 248, 248, .9);
			}


	/*
	 * MINIFIED MENU
	 */

	.minified .inbox-badge {
		border-radius: 50%;
		font-size: 9px;
		padding: 2px;
		position: absolute;
		top: 6px;
		right: 6px;
		background: #ED1C24;
		min-width:13px;
	}

	.minifyme {
		border-bottom: 1px solid #302F2F;
		background: #454545;
		color: #A8A8A8;
		text-align: center;
		padding: 0;
		width: 36px;
		height: 28px;
		display: block;
		position: absolute;
		right: -3px;
		border-radius: 5px 0px 0px 5px;
		cursor: pointer;
		margin-top: 5px;
		font-size: 19px;
		transition: all 0.1s linear 0s;
	}
	.minifyme:hover {
		background:#646464;
		color:#E4E4E4;
		right: 0px;
	}

	.minified .minifyme {
		right: 0px;
		color: #A8A8A8;
		position: relative;
		width: 100%;
		border-radius: 0px;
		margin: 0;
		height: 34px;
		font-size: 23px;
	}

	.minified .minifyme .fa:before {
		content:"\f0a9";
	}

	.minified .login-info a {
		display: none;
	}

	.minified .login-info span {
		padding: 0px 5px;
		text-align:center;
	}
	.minified .login-info img {
		margin: -4px 0 0;
		width: 30px;
	}

	.minified .login-info {
		height: 38px;
		border-bottom: 1px solid #181818;
	}

	.minified #left-panel {
		width: 45px;
	}

	.minified #main {
		margin-left: 45px;
	}

	/*
	 * Minified NAV
	 */

	.minified #left-panel, .minified nav > ul > li {
		overflow: visible;
	}

	.minified nav > ul > ul {
		min-height: 100px !important;
		max-height: 180px !important;
		overflow-y: scroll;
		overflow-x: hidden;
		background: #ed1c24 !important;
	}

	.minified nav > ul > li, .minified nav > ul > li a {
		position: relative;
	}

	.minified nav ul > li > a {
		padding: 10px 11px;
		display:block
	}

	.minified nav > ul > li > a .fa.fa-fw {
		display: block;
		width: auto;
		text-align: center;
		padding:0;
	}

	.minified nav > ul > li > a > i {
		/*font-size:125%;*/
		text-align:center;
		margin:0;
		display:block;
	}

	.minified nav > ul > li.active > a::before {
		content: "\f0d9";
	}

	.minified nav ul ul li a {
		padding-left: 14px;
	}
	.minified nav ul ul li li a {
		padding-left: 25px;
	}

	.minified nav > ul ul li::before {
		left: 12px;
	}
	.minified nav > ul > li > ul::before {
		left: 12px;
	}

	.minified nav > ul > li > a .menu-item-parent, .minified nav > ul > li > a > b {
		display: none;
	}

	.minified nav > ul > li > a > .menu-item-parent {
		display: none;
		position: absolute;
		left: 40px;
		top: -3px;
		width: 186px;
		height: 38px;
		line-height: 38px;
		background-color: whiteSmoke;
		color: #333;
		z-index: 3;
		-webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
		box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
		border-left: 1px solid #CCC;
		border-top: 1px solid #D8D4D4;
		border-bottom: 1px solid #fff;
		padding-left: 12px;
	}

	.minified nav > ul > li > ul {
		display: none !important;
		position: absolute;
		left: 40px;
		width: 200px;
		z-index: 5;
		border: 1px solid #ccc;
		min-height: 180px;
		-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
		box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
		background: #3A3633;
		margin-top: -3px;
	}


	.minified nav ul > li > ul > li > ul {
		position: relative;
		left: 13px;
		border: none;
		width: auto;
		margin-left: -12px;
		width: 197px;
	}

	.minified nav > ul > li:hover > a > .menu-item-parent, .minified nav > ul > li:hover > ul {
		display: block !important;
	}

	.minified nav > ul > li > ul > li {
		background-color: rgba(69, 69, 69, .9);
	}
	.minified nav > ul > li > ul > li > ul > li {
		background-color: #484B50;
	}

	.minified nav > ul > li {
		border-bottom: 1px solid #1A1817;
		border-top: 1px solid #525151;
	}

	.minified nav > ul > li > ul::before {
		border-left: none;
	}

	.minified nav > ul ul li::before {
		border: none;
	}

	.slimScrollDiv, .slimScrollDiv > :first-child {
		overflow: hidden;
	}

	.minified .slimScrollDiv, .minified .slimScrollDiv > :first-child {
		overflow: visible !important;
	}

	.minified .slimScrollBar, .minified .slimScrollRail {
		display: none;
	}

	.minified nav > ul > li > ul > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.minified nav > ul > li > ul > li > ul > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.minified nav > ul > li > ul > li > ul > li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	/* Fourth Level: A */
	.minified nav ul ul ul ul li a {
		padding-left: 45px;
	}

	/* Fifth Level: A */
	.minified nav ul ul ul ul ul li a {
		padding-left: 62px;
	}

	/* Sixth Level: A */
	.minified nav ul ul ul ul ul ul li a {
		padding-left: 82px;
	}

	/*
	 * SHORT CUTS
	 */

	.pull-right {
		float: right !Important;
	}
	.pull-left {
		float: left !Important;
	}

	/*
	 * ALTERNATIVE PAGING
	 */

	.pagination.pagination-alt>li>a {
		box-shadow:  none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		margin-left: -1px;;
	}
	.pagination.pagination-alt > li:first-child>a {
		padding-left:0px;
	}

	/*
	 * CUSTOM BUTTON
	 */

	.pagination > li > a, .pagination > li > span {
		box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	}

	.disabled {
		color:#fff;
	}
	.btn-default.disabled {
		color:#999;
	}

	.btn {
		border-radius:2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	}
	.btn:active {
		position:relative;
		top:1px;
		left:1px;
	}

	.btn.btn-ribbon {
		background-color: #707070;
		background-image: -moz-linear-gradient(top, #777, #666);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#666));
		background-image: -webkit-linear-gradient(top, #777, #666);
		background-image: -o-linear-gradient(top, #777, #666);
		background-image: linear-gradient(to bottom, #777, #666);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
		color: white;
		padding: 0 5px;
		line-height: 20px;
		vertical-align: middle;
		height: 20px;
		display: block;
		border: none;
		float: left;
		margin: 0 8px 0 0;
		cursor: pointer;
	}

	.btn.btn-ribbon > i {
		font-size:111%;
	}

	.ribbon-button-alignment {
		padding-top: 10px;
		display: inline-block;
	}

	.ribbon-button-alignment.pull-right > .btn.btn-ribbon {
		margin: 0 0 0 8px;
	}

	/* why absolute?
	#refresh {
		position:absolute;
	}
	#refresh:active {
		top: 11px;
		left: 14px;
	}
	/*

	/*
	 * Panels
	 */
	.panel-darken {
		border-color:#333;
	}.panel-darken > .panel-heading {
		color: #FFF;
		background-color: #404040;
		border-color: #404040;
	}

	.panel-green {
		border-color:#356E35;
	}.panel-green > .panel-heading {
		color: #FFF;
		background-color: #356E35;
		border-color: #356E35;
	}

	.panel-greenDark {
		border-color:#496949;
	}.panel-greenDark > .panel-heading {
		color: #FFF;
		background-color: #496949;
		border-color: #496949;
	}

	.panel-greenLight {
		border-color:#71843F;
	}.panel-greenLight > .panel-heading {
		color: #FFF;
		background-color: #71843F;
		border-color: #71843F;
	}

	.panel-purple {
		border-color:#6E587A;
	}.panel-purple > .panel-heading {
		color: #FFF;
		background-color: #6E587A;
		border-color: #6E587A;
	}

	.panel-magenta {
		border-color:#6E3671;
	}.panel-magenta > .panel-heading {
		color: #FFF;
		background-color: #6E3671;
		border-color: #6E3671;
	}

	.panel-pink {
		border-color:#AC5287;
	}.panel-pink > .panel-heading {
		color: #FFF;
		background-color: #AC5287;
		border-color: #AC5287;
	}

	.panel-pinkDark {
		border-color:#A8829F;
	}.panel-pinkDark > .panel-heading {
		color: #FFF;
		background-color: #A8829F;
		border-color: #A8829F;
	}

	.panel-blueLight {
		border-color:#92A2A8;
	}.panel-blueLight > .panel-heading {
		color: #FFF;
		background-color: #92A2A8;
		border-color: #92A2A8;
	}

	.panel-teal {
		border-color:#568A89;
	}.panel-teal > .panel-heading {
		color: #FFF;
		background-color: #568A89;
		border-color: #568A89;
	}

	.panel-blue {
		border-color:#57889C;
	}.panel-blue > .panel-heading {
		color: #FFF;
		background-color: #57889C;
		border-color: #57889C;
	}

	.panel-blueDark {
		border-color:#4C4F53;
	}.panel-blueDark > .panel-heading {
		color: #FFF;
		background-color: #4C4F53;
		border-color: #4C4F53;
	}

	.panel-orange {
		border-color:#C79121;
	}.panel-orange  > .panel-heading {
		color: #FFF;
		background-color: #C79121;
		border-color: #C79121;
	}

	.panel-red {
		border-color:#A90329;
	}.panel-red  > .panel-heading {
		color: #FFF;
		background-color: #A90329;
		border-color: #A90329;
	}

	.panel-redLight {
		border-color:#A65858;
	}.panel-redLight  > .panel-heading {
		color: #FFF;
		background-color: #A65858;
		border-color: #A65858;
	}

	.panel-footer > .btn-block {
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius: 0px;
		border-bottom:none;
		border-left:none;
		border-right:none;
	}

	/*
	 * Circle Buttons
	 */

	.btn-circle {
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  padding: 6px 0;
	  font-size: 12px;
	  line-height: 18px;
	  border-radius: 50%;
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
	}
	.btn-circle.btn-lg {
	  width: 50px;
	  height: 50px;
	  padding: 10px 15px;
	  font-size: 18px;
	  line-height: 30px;
	  border-radius: 50%;
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
	}
	.btn-circle.btn-xl {
	  width: 70px;
	  height: 70px;
	  padding: 10px 15px;
	  font-size: 24px;
	  line-height: 50px;
	  border-radius: 50%;
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
	}


	/*
	 * Big Metro Buttons
	 */

	.btn-metro {
		margin:0 0 20px;
		padding-top:15px;
		padding-bottom:15px;
	}

	.btn-metro > span {
		display:block;
		vertical-align: bottom;
		margin-top:10px;
		text-transform:uppercase;
	}

	.btn-metro > span.label {
		position: absolute;
		top:0px;
		right:0px;
	}

	/*
	 * buttons with labels
	 */

	.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
	.btn-labeled {padding-top: 0;padding-bottom: 0;}


	/*
	 * ANIMATION
	 */

	#left-panel, #content {
		-moz-transition: left .1s ease-out;
		-ms-transition: left .1s ease-out;
		-o-transition: left .1s ease-out;
		-webkit-transition: left .1s ease-out;
		transition: left .1s ease-out;
	}

	#main {
		-moz-transition: all .1s ease-out;
		-ms-transition: all .1s ease-out;
		-o-transition: all .1s ease-out;
		-webkit-transition: all .1s ease-out;
		transition: all .1s ease-out;
	}

	/*
	 * CHARTS
	 */

	.chart-small {
		height:100px;
		width:100%;
	}

	.chart-large {
		height:235px;
		width:100%;
	}

	.chart-xl {
		height:297px;
		width:100%;
	}

	/*
	 * Flot Tool tips
	 */

	#flotTip {
		padding: 3px 5px;
		background-color: #FFF;
		z-index: 9999;
		color: #333;

		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.1);
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
		font-size: 14px;
		border: 1px solid #C1C1C1;

		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	#flotTip span {
		color:#38812D;
		font-weight:bold;
	}


	.legendLabel span {
		display: block;
		margin: 0 5px;
	}
	.legendColorBox {
		padding-left: 10px;
		vertical-align: top;
		padding-top: 5px;
	}
	.legendColorBox div > div {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		box-sizing:content-box;
		-moz-box-sizing:content-box;
		-webkit-box-sizing: content-box;
	}


	/*
	 * Morris Charts
	 */

	.morris-hover {
		position: absolute;
		z-index: 1000;
	}
	.morris-hover.morris-default-style {
		border-radius: 10px;
		padding: 6px;
		color: #666;
		background: rgba(255, 255, 255, 0.8);
		border: solid 2px rgba(230, 230, 230, 0.8);
		font-family: sans-serif;
		font-size: 12px;
		text-align: center;
	}
	.morris-hover.morris-default-style .morris-hover-row-label {
		font-weight: bold;
		margin: 0.25em 0;
	}
	.morris-hover.morris-default-style .morris-hover-point {
		white-space: nowrap;
		margin: 0.1em 0;
	}

	/*
	 * Flot Chart
	 */

	.chart {
		height:220px;
		margin:20px 5px 10px 10px;
	}

	.has-legend {
		margin-top: 30px !important;
	}

	.has-legend-unique {
		margin-top: 19px !important;
	}

	/*
	 * EASY PIE CHART
	 */
	.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:bold;
	}

	.easy-pie-title {
		display: inline-block;
		margin: 10px 6px 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size:12px;
		font-weight:400;
		text-transform:uppercase;
		width:100px;
		height:19px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.easy-pie-title .icon-color-good,
	.easy-pie-title .icon-color-bad	 {
		font-size:18px;
	}


	/*
	 * Carren colors
	 */

	.icon-color-good {
		color:#40AC2B;
	}

	.icon-color-bad {
		color:#ed2c24;
	}

	/*
	 * SIGNS
	 */
	.percent-sign:after, .degree-sign:after {
		content: " %";
		line-height: normal;
	}

	.degree-sign:after {
		content:" °F";
	}

	/*
	 * HIDDEN MENU
	 */
	.hidden-menu #left-panel {
		left: -210px;
		z-index: 1000;
	}
	.hidden-menu #main {
		margin-left: 10px;
	}

	.hidden-menu #left-panel:hover {
		left: 0px;
	}

	.hidden-menu .minifyme {
		display: none;
	}

	.minified #hide-menu {
		display: none;
	}

	.btn-header.pull-right {
		margin-left:6px;
	}

	.btn-header a > span {
		font-size:13px;
		font-weight:normal;
		line-height:30px;
		height:30px;
		display:inline-block;
	}

	.btn-header > :first-child > a {

		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		cursor: default !important;
		display: inline-block;
		font-weight: bold;
		height: 30px;
		min-width: 30px;
		padding: 2px;
		text-align: center;
		text-decoration: none !important;
		-moz-user-select: none;
		-webkit-user-select: none;
		background-color: #F8F8F8;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
		background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
		background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
		border: 1px solid #C6C6C6;
		color: #6D6A69;
		font-size: 17px;
		margin: 10px 0 0 0;
	}

	.btn-header > :first-child > a:hover {
		border: 1px solid #C6C6C6;
		color: #222;
		transition: all 0.0s;
		cursor: pointer;
		-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, .08);
		box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, .08);
	}

	.btn-header > :first-child > a:active {
		background-color: #e8e8e8;
		background-image: -moz-linear-gradient(top,  #e8e8e8 0%, #ededed 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ededed));
		background-image: -webkit-linear-gradient(top,  #e8e8e8 0%,#ededed 100%);
		background-image: -o-linear-gradient(top,  #e8e8e8 0%,#ededed 100%);
		background-image: -ms-linear-gradient(top,  #e8e8e8 0%,#ededed 100%);
		background-image: linear-gradient(to bottom,  #e8e8e8 0%,#ededed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ededed',GradientType=0 );
		-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
		box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
	}

	.hidden-menu #hide-menu > :first-child > a {
		background-color: #e8e8e8;
		background-image: -moz-linear-gradient(top,  #5A5A5A 0%, #686868 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A5A5A), color-stop(100%,#686868));
		background-image: -webkit-linear-gradient(to bottom, #5A5A5A 0%,#686868 100%);
		background-image: -o-linear-gradient(to bottom, #5A5A5A 0%,#686868 100%);
		background-image: -ms-linear-gradient(to bottom, #5A5A5A 0%,#686868 100%);
		background-image: linear-gradient(to bottom, #5A5A5A 0%,#686868 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A5A5A', endColorstr='#686868',GradientType=0 );
		-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .1);
		box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .1);
		color: #fff;
		border-color:#494949;
	}

	.hidden-menu #hide-menu > :first-child > a {
		-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
		box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
	}

	.hidden-menu #hide-menu > :first-child > a:active {
		-webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, .2);
		box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, .2);
	}

	/*
	 * AJAX DROPDOWN
	 */

	.ajax-dropdown >:first-child {
		margin:0 0 3px 0;
		padding:0 0 9px 0;
	}

	.ajax-dropdown {
		position: absolute;
		display: none;
		z-index: 506;
		background: white;
		top: 48px;
		left: 16px;
		width: 344px;
		height: 435px;
		border-radius:0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
		-moz-box-shadow: 0 2px 4px rgba(30,30,100,0.25);
		box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
		padding:10px;
		background: #ffffff;
		border: 1px solid #b3b3b3;
	}

	.ajax-dropdown:after, .ajax-dropdown:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.ajax-dropdown:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 7px;
		left: 50%;
		margin-left: -7px;
	}

	.ajax-dropdown:before {
		border-color: rgba(131, 131, 131, 0);
		border-bottom-color: #838383;
		border-width: 8px;
		left: 50%;
		margin-left: -8px;
	}

	.ajax-dropdown .btn-group .btn {
		font-weight:bold;
		text-transform:capitalize;
	}

	.ajax-dropdown .btn-group >:nth-child(2) {
		border-right-width:0px;
		border-left-width:0px;
	}

	.ajax-dropdown .btn-group >:last-child {
		border-right-width:1px;
	}

	.ajax-dropdown .btn-group .btn:active {
		top:0px;
		left:0px;
	}

	.ajax-notifications {
		height: 365px;
		display:block;
		overflow: auto;
		margin-right: -10px;
		margin-left: -10px;
		border-bottom: 1px solid #CECECE;
		border-top: 1px solid #CECECE;
		background: #E9E9E9;
	}

	.ajax-notifications > .alert.alert-transparent {
		background-color: transparent;
		border-color: transparent;
		color: #757575;
		margin:13px 10px;
	}

	.ajax-notifications > .alert>:first-child {
		margin-bottom:10px;
		font-weight:400;
	}

	.ajax-dropdown >:last-child {
		font-size:13px;
		display: block;
		padding: 5px 0;
		line-height: 22px;
		font-weight: 400;
	}

	.ajax-dropdown .fa-4x.fa-border {
		border-width:3px;
		border-radius:50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		display:block;
		margin:0 auto;
		width:46px;
		text-align:center;
		color: #D1D1D1;
		border-color:#D1D1D1;
	}

	/*
	 * LARGE DROPDOWNS
	 */

	.dropdown-large {
	  position: static !important;
	}
	.dropdown-menu-large {
	  margin-left: 16px;
	  margin-right: 16px;
	  padding: 20px 0px;
	}
	.dropdown-menu-large > li > ul {
	  padding: 0;
	  margin: 0;
	}
	.dropdown-menu-large > li > ul > li {
	  list-style: none;
	}
	.dropdown-menu-large > li > ul > li > a {
	  display: block;
	  padding: 3px 20px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #333333;
	  white-space: normal;
	}
	.dropdown-menu-large > li ul > li > a:hover,
	.dropdown-menu-large > li ul > li > a:focus {
	  text-decoration: none;
	  color: #262626;
	  background-color: #f5f5f5;
	}
	.dropdown-menu-large .disabled > a,
	.dropdown-menu-large .disabled > a:hover,
	.dropdown-menu-large .disabled > a:focus {
	  color: #999999;
	}
	.dropdown-menu-large .disabled > a:hover,
	.dropdown-menu-large .disabled > a:focus {
	  text-decoration: none;
	  background-color: transparent;
	  background-image: none;
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  cursor: not-allowed;
	}
	.dropdown-menu-large .dropdown-header {
	  color: #428bca;
	  font-size: 18px;
	}
	@media (max-width: 768px) {
	  .dropdown-menu-large {
	    margin-left: 0 ;
	    margin-right: 0 ;
	  }
	  .dropdown-menu-large > li {
	    margin-bottom: 30px;
	  }
	  .dropdown-menu-large > li:last-child {
	    margin-bottom: 0;
	  }
	  .dropdown-menu-large .dropdown-header {
	    padding: 3px 15px !important;
	  }
	}



	/*
	 * PAGING
	 */

	.pagination-xs>li>a, .pagination-xs>li>span {
		padding: 4px 9px;
		font-size:12px;
	}

	/*
	 * NOTIFICATIONS : MAIL
	 */

	.notification-body *, .notification-body:before *, .notification-body:after * {
		box-sizing:border-box !important;
		-webkit-box-sizing:border-box !important;
		-moz-box-sizing:border-box !important;
	}

	.notification-body {
		padding:0 0 0 3px;
		margin:0;
		list-style:none;
	}

	.notification-body > li {
		border-bottom: 1px solid #E9E9E9;
		position:relative;
	}


	.notification-body > li > span {
		background: #FFF;
		display: block;
		min-height: 25px;
		overflow: hidden;
		padding: 8px 10px 13px;
		white-space: normal;
	}

	.notification-body > li > span:hover {
		background: #F0F4F7 ;
		color: #667F8F;
	}

	.notification-body > li a.msg {
		/*padding-left:50px !important;*/
	}


	.notification-body > li a, .notification-body > li a:hover {
	text-decoration: none;
	}

	.notification-body > li a, .notification-body > li a span {
		display:block;
		position:relative;
		overflow:hidden;
	}

	.notification-body > li a, .notification-body > li a:hover {
		text-decoration:none;
	}

	.notification-body > li:hover .progress {
		background: #FFF;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #A7A7A7 inset;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #CCC inset;
		-moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #dfdfdf inset;
	}.notification-body > li:hover .text-muted {
		color:#333;
	}

	.notification-body .from {
		font-size:14px;
		line-height:normal;
		color:#333;
		font-weight:normal;
		margin-right:60px;
		margin-bottom:6px;
		height:20px;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.notification-body .unread .from {
		font-weight:bold;
	}

	.notification-body .unread {
		background:#FFFFE0;
	}

	.notification-body time {
		position:absolute;
		top:3px;
		right:0;
		font-size:11px;
		font-weight:normal;
		color:#058dc7;
	}

	.notification-body .msg-body, .notification-body .subject {
		font-size:13px;
		color:#A0A0A0;
		max-height:35px;
		width: 100%;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.notification-body .subject {
		font-size:13px;
		color:#333;
		max-height:22px;
	}


	/*
	 * WIZARDS
	 */

	.bootstrapWizard {
		display: block;
		list-style: none;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.bootstrapWizard a:hover, .bootstrapWizard a:active, .bootstrapWizard a:focus {
		text-decoration: none
	}
	.bootstrapWizard li {
		display: block;
		float: left;
		width: 25%;
		text-align: center;
		padding-left: 0;
	}
	.bootstrapWizard li:before {
		border-top: 3px solid #55606E;
		content: "";
		display: block;
		font-size: 0;
		overflow: hidden;
		position: relative;
		top: 11px;
		right: 1px;
		width: 100%;
		z-index: 1;
	}
	.bootstrapWizard li:first-child:before {
		left: 50%;
		max-width: 50%;
	}
	.bootstrapWizard li:last-child:before {
		max-width: 50%;
		width: 50%;
	}

	.bootstrapWizard li.complete .step {
		background: #0AA66E;
		padding: 1px 6px;
		border: 3px solid #55606E;
	}
	.bootstrapWizard li  .step i {
		font-size: 10px;
		font-weight: normal;
		position: relative;
		top: -1.5px;
	}
	.bootstrapWizard li .step {
		background: #B2B5B9;
		color: #FFF;
		display: inline;
		font-size: 15px;
		font-weight: bold;
		line-height: 12px;
		padding: 7px 13px;
		border: 3px solid transparent;
		border-radius: 50%;
		line-height: normal;
		position: relative;
		text-align: center;
		z-index: 2;
		transition: all 0.1s linear 0s;
	}
	.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
		background: #0091D9;
		color: #FFF;
		font-weight: bold;
		padding: 7px 13px;
		font-size: 15px;
		border-radius: 50%;
		border: 3px solid #55606E;
	}
	.bootstrapWizard li.complete .title, .bootstrapWizard li.active .title {
		color: #2B3D53;
	}
	.bootstrapWizard li .title {
		color: #C2C2C2;
		display: block;
		font-size: 13px;
		line-height: 15px;
		max-width: 100%;
		position: relative;
		table-layout: fixed;
		text-align: center;
		top: 20px;
		word-wrap: break-word;
		z-index: 104;
	}

	.wizard-actions {
		display: block;
		list-style: none;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.wizard-actions li {
		display: inline;
	}

	.tab-content.transparent {
		background-color: transparent;
	}

	/*
	 * FUELUX WIZARD
	 */

	.fuelux .wizard {
	  position: relative;
	  overflow: hidden;
	  background-color: #f9f9f9;
	  border: 1px solid #d4d4d4;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	  *zoom: 1;
	  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	}

	.fuelux .wizard:before,
	.fuelux .wizard:after {
	  display: table;
	  line-height: 0;
	  content: "";
	}

	.fuelux .wizard:after {
	  clear: both;
	}

	.fuelux .wizard ul {
	  width: 4000px;
	  padding: 0;
	  margin: 0;
	  list-style: none outside none;
	}

	.fuelux .wizard ul.previous-disabled li.complete {
	  cursor: default;
	}

	.fuelux .wizard ul.previous-disabled li.complete:hover {
	  color: #468847;
	  cursor: default;
	  background: #f3f4f5;
	}

	.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
	  border-left-color: #f3f4f5;
	}

	.fuelux .wizard ul li {
	  position: relative;
	  float: left;
	  height: 46px;
	  padding: 0 20px 0 30px;
	  margin: 0;
	  font-size: 16px;
	  line-height: 46px;
	  color: #999999;
	  cursor: default;
	  background: #ededed;
	}

	.fuelux .wizard ul li .chevron {
	  position: absolute;
	  top: 0;
	  right: -14px;
	  z-index: 1;
	  display: block;
	  border: 24px solid transparent;
	  border-right: 0;
	  border-left: 14px solid #d4d4d4;
	}

	.fuelux .wizard ul li .chevron:before {
	  position: absolute;
	  top: -24px;
	  right: 1px;
	  display: block;
	  border: 24px solid transparent;
	  border-right: 0;
	  border-left: 14px solid #ededed;
	  content: "";
	}

	.fuelux .wizard ul li.complete {
	  color: #468847;
	  background: #f3f4f5;
	}

	.fuelux .wizard ul li.complete:hover {
	  cursor: pointer;
	  background: #e7eff8;
	}

	.fuelux .wizard ul li.complete:hover .chevron:before {
	  border-left: 14px solid #e7eff8;
	}

	.fuelux .wizard ul li.complete .chevron:before {
	  border-left: 14px solid #f3f4f5;
	}

	.fuelux .wizard ul li.active {
	  color: #3a87ad;
	  background: #f1f6fc;
	}

	.fuelux .wizard ul li.active .chevron:before {
	  border-left: 14px solid #f1f6fc;
	}

	.fuelux .wizard ul li .badge {
	  margin-right: 8px;
	}

	.fuelux .wizard ul li:first-child {
	  padding-left: 20px;
	  border-radius: 4px 0 0 4px;
	}

	.fuelux .wizard .actions {
	  position: absolute;
	  right: 0;
	  z-index: 1000;
	  float: right;
	  padding-right: 15px;
	  padding-left: 15px;
	  line-height: 46px;
	  vertical-align: middle;
	  background-color: #e5e5e5;
	  border-left: 1px solid #d4d4d4;
	}

	.fuelux .wizard .actions a {
	  margin-right: 8px;
	  font-size: 12px;
	  line-height: 45px;
	}

	.fuelux .wizard .actions .btn-prev i {
	  margin-right: 5px;
	}

	.fuelux .wizard .actions .btn-next i {
	  margin-left: 5px;
	}

	.fuelux .step-content .step-pane {
	  display: none;
	}

	.fuelux .step-content .active {
	  display: block;
	}

	.fuelux .step-content .active .btn-group .active {
	  display: inline-block;
	}


	/*
	 * jarvismetro TILE
	 */

	.jarvismetro-tile {
		float:left;
		display: block;
		background-color: #fff;
		width: 100px;
		height: 70px;
		cursor: pointer;
		box-shadow: inset 0px 0px 1px #FFFFCC;
		border:1px dotted #C5C5C5;
		text-decoration: none;
		color: #ffffff;
		position: relative;
		font-weight: 300;
		font-smooth: always;
		margin: 0 10px 20px 0;
		padding:5px;
		position: relative;
	}

	.jarvismetro-tile:hover {
		z-index: 10;
		-webkit-transform: scale(1.07);
		-moz-transform: scale(1.07);
	}

	.jarvismetro-tile.big-cubes {
		width:120px;
		height:120px;
	}

	.jarvismetro-tile.double {
		width: 249px;
	}

	.jarvismetro-tile:active {
		top: 1px;
		left: 1px;
	}

	.jarvismetro-tile .iconbox {
		text-align:center;
	}

	.jarvismetro-tile .iconbox i {
		display:block;
		margin: 15px auto 0;
		height: 75px;
	}
	.jarvismetro-tile .iconbox span {
		display:block;
		text-align:left;
	}

	.jarvismetro-tile .iconbox span > span {
		position: absolute;
		right: -3px;
		bottom: -3px;
		border-radius: 50%;
		padding: 5px 5px;
		border: 1px solid #FFF;
	}

	.selected {
		border: 1px solid #058dc7 !important;
	}

	.selected:before {
		display:block;
		position: absolute;
		content: "\f00c";
		color: #FFF;
		right: 4px;
		font-family: FontAwesome;
		z-index: 1002;
	}

	.selected:after {
		display:block;
		width: 0;
		height: 0;
		border-top: 35px solid #058dc7;
		border-left: 35px solid rgba(0, 0, 0, 0);
		position: absolute;
		display: block;
		right: 0;
		content: ".";
		top: 0;
		z-index: 1001;
	}

	/*
	 * SHORT CUT
	 */

	#shortcut {
		display:block;
		position:absolute;
		top:0px;
		left:0;
		height:auto;
		width:100%;
		background-color:#33302F;
		background-color: rgba(0, 0, 0, 0.85);
		z-index: 1009;
		display:none;
		color:#fff;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	#shortcut ul {
		padding: 15px 20px 10px;
		list-style:none;
		margin:0;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
		border-bottom: 1px solid #423F3F;
	}

	#shortcut ul li {
		display:inline-block;
		width:auto;
	}

	#shortcut ul li .jarvismetro-tile  {
		margin:0px 3px 3px;
		border:none;
		border-radius: 0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
	}

	#shortcut ul li .jarvismetro-tile:hover {
		color:#fff;
		text-decoration:none;
	}

	#shortcut ul li .jarvismetro-tile:active, #shortcut ul li .jarvismetro-tile:focus {
		left:0;
		top:0;
	}

	.shortcut-on #response-btn {
		display:none !important;

	}

	.shortcut-on #main .navbar, .shortcut-on #left-bar .navbar {
		border:none !important;
	}

	/*
	 * ARROW BOX
	 */


	.arrow-box-up:after, .arrow-box-up:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow-box-up:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 7px;
		left: 50%;
		margin-left: -7px;
	}

	.arrow-box-up:before {
		border-color: rgba(131, 131, 131, 0);
		border-bottom-color: #838383;
		border-width: 8px;
		left: 50%;
		margin-left: -8px;
	}

		/*
		 * right
		 */

		.arrow-box-up-right:after, .arrow-box-up-right:before {
			bottom: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		.arrow-box-up-right:after {
			border-color: rgba(255, 255, 255, 0);
			border-bottom-color: #ffffff;
			border-width: 7px;
			right: 10px;
			margin-left: -7px;
		}

		.arrow-box-up-right:before {
			border-color: rgba(131, 131, 131, 0);
			border-bottom-color: #838383;
			border-width: 8px;
			right: 9px;
			margin-left: -8px;
		}

		/*
		 * BOOTSTRAP TOOLTIP
		 */
		.tooltip-inner {
			padding: 5px 10px;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			border-radius: 0px;
		}


	/*
	 * SPARKLINE
	 */
	.jqstooltip {
		padding: 7px !important;
		border-radius:3px !important;
		-webkit-border-radius:3px !important;
		-moz-border-radius:3px !important;
		border:none !important;
		background-color: rgba(0, 0, 0, 1) !important;
		box-sizing:content-box;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;

	}

	.jqstooltip .jqsfield {
		font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
		font-size:11px;
	}

	.ui-filter .form-group label {
		padding: 0;
	}

	@media only screen and (min-width: 992px) {
		.ui-filter .ui-filter-controls button {
			margin-top: 23px;
		}
	}

	.ui-card {
		display: inline-block;
		vertical-align: middle;
		background-color: #fff;
		border: 1px solid #ccc;
		margin: 2px;
		padding: 5px 13px;
	}

	.ui-card:first-child {
		margin-left: 0;
	}

	.ui-card:last-child {
		margin-right: 0;
	}

	.ui-card .ui-card-caption,
	.ui-card .ui-card-info {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.ui-card .ui-card-caption {
		font-size: 18px;
	}

	.ui-card > div:first-child:not(:last-child) {
		border-bottom: 1px solid #ccc;
	}

	@media screen and (max-width: 767px) {
		.ui-card {
			margin-left: 0;
			margin-right: 0;
			width: 100%;
		}
	}

	#sparks {
		display: block;
		list-style: none;
		margin: 10px 0 0;
		padding: 0;
		text-align: right;
	}

		#sparks li {
			display: inline-block;
			max-height: 47px;
			overflow: hidden;
			text-align: left;
			box-sizing:content-box;
			-moz-box-sizing:content-box;
			-webkit-box-sizing:content-box;
		}

			#sparks li h5 {
				color: #555;
				float: left;
				font-size: 11px;
				font-weight: normal;
				margin: 0;
				padding: 0;
				border: none;
				text-transform: uppercase;
			}

			#sparks li span {
				color: #636363;
				display: block;
			}

		#sparks li {
			border-left: 1px dotted #c7c7c7;
			padding: 0 10px;
		}

			#sparks li:last-child {
				padding-right: 0;
			}

			#sparks li:first-child {
				border-left: none;
				padding-left: 0;
			}

	.sparks-info {
		min-width: 70px;
	}

		.sparks-info span {
			font-size: 18px;
			line-height: 20px;
			margin: 0;
			text-transform: none;
		}

		.sparks-info .sparkline {
			display: block;
			float: right;
			margin: 3px 0 0 20px;
		}

	/*
	 * WEBKIT SCROLLING CSS
	 * Reference: http://stackoverflow.com/questions/10592657/scrollbar-stylesheet
	 * GitHub Source: https://gist.github.com/jambu/2004633
	 */
	.custom-scroll::-webkit-scrollbar {
		-webkit-overflow-scrolling: touch;
		height: 10px;
		width: 10px;
	}

		.custom-scroll::-webkit-scrollbar:hover {
			background-color: #E9E9E9;
			border: 1px solid #dbdbdb;
		}

	.custom-scroll::-webkit-scrollbar-button:start:decrement,
	.scrollable::-webkit-scrollbar-button:end:increment {
		background: transparent;
		display: block;
		height: 0;
	}

	.custom-scroll::-webkit-scrollbar-track {
		background-clip: padding-box;
		border-width: 0 0 0 4px;
		border: solid transparent;
	}

	.custom-scroll::-webkit-scrollbar-track-piece {
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
		background-color: transparent;
		border-radius: 0;
	}

	.custom-scroll::-webkit-scrollbar-thumb {
		-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07);
		-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07);
		background-clip: padding-box;
		background-color: rgba(0,0,0,0.2);
		border-width: 0;
		border: none;
		box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07);
	}

	.custom-scroll::-webkit-scrollbar-thumb:vertical, .scrollable::-webkit-scrollbar-thumb:horizontal {
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
		background-color: #c6c6c6;
		border-radius: 0;
	}

	.custom-scroll::-webkit-scrollbar-thumb:active {
		-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.33);
		-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.33);
		background-color: rgba(0,0,0,0.44);
		box-shadow: inset 1px 1px 3px rgba(0,0,0,0.33);
	}

	.custom-scroll::-webkit-scrollbar-thumb:hover {
		background-color: #959595;
	}

		/*
		 * FULL CALENDAR
		 */

		#calendar-container {
			position:relative;
		}

		html .fc, .fc table {
			font-size:12px;
		}

		.dt-header.calender-spacer {
			height:46px;
			display:block;
		}

		.jarviswidget #calendar {
			margin-top:-18px;
		}

		.fc-widget-header, .fc-widget-content {
			border-right: none;
		}

		tr.fc-first th.fc-first,  tr td.fc-first{
			border-left:none;
		}

		tr.fc-last td {
			border-bottom:none;
		}

		.jarviswidget .fc-header-title h2 {
			text-shadow: 0 1px 0 #FFF;
			margin-top: -12px;
			margin-left: 10px;
			font-size: 14px;
			font-weight: bold;
			margin-bottom:0px;
		}

		.fc-event-time, .fc-event-title {
			padding: 3px 0px 2px 3px;
			display: inline-block;
			line-height: 16px;
			font-weight: bold;
			font-size: 11px;
			box-sizing:border-box;
		}

		/* calendar button */
		#calendar-buttons {
			position: absolute;
			right: 14px;
			top: 5px;
		}

		/* other month */
		td.fc-other-month, .dropzone {
			background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, 0.03)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0.03)), color-stop(0.75, transparent), to(transparent));
			background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
			background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
			background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
			background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
			background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
			background-color: #FAFCFD;
			background-size: 16px 16px;
		}

		.fc-corner-right .fc-event-inner {
			padding-right:15px;
		}


			/*
			 * Select color
			 */

			.btn-select-tick i {
				display:none;
			}.btn-select-tick .btn:hover i {
				opacity:.3;
				display:block;
			}

			.btn-select-tick .active i {
				display:block;
				opacity:1 !important;
			}

			/*
			 * Drag and drop events
			 */
			#external-events > li {
				margin: 6px 4px 6px 0;
				display: inline-block;
			}
			#external-events > li >:first-child {
				padding:5px 10px 10px;
				cursor:move;
				display:block;
			}

			#external-events > li >:first-child:after {
				display:block;
				color:#fff;
				color: rgba(255,255,255,0.7);
				content: attr(data-description);
				font-size: 11px;
				font-weight: 400;
				display: block;
				line-height: 0;
				margin: 7px 0;
				text-transform: lowercase;
			}

		/*
		 * INBOX
		 */
		.table-wrap {
			overflow: auto;

		}
		.inbox-body {position:relative}

		.inbox-body .table-wrap {
			background:#fff;
			padding:10px 14px 7px;
			position:relative;
			margin-left:200px;
		}
		.inbox-body.no-content-padding {
			margin-top:0;
			background:#fff;
		}

		.inbox-nav-bar {
			height: 70px;
			margin-bottom: 0;
			/*border-bottom: 1px solid #CECECE;*/
			padding: 20px 14px;
			background:#fff;

		}

		.inbox-nav-bar .page-title {
			display: inline-block;
			margin: 0;
			width: 196px;
			line-height: 33px;
			vertical-align: middle;
		}

		.inbox-footer {
			height: 52px;
			padding: 15px 14px 0;
			border-top: 1px solid #CECECE;
			background: #2A2725;
			position: absolute;
			bottom: -53px;
			width: 100%;
		}
		.inbox-paging {
			margin-left:10px;
		}

		.inbox-footer .btn-group {
			margin-left:10px;
		}

		#inbox-table {
			font-size: 13px;
			border-top: none;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
		}


		#inbox-table tbody tr:hover {
			cursor: pointer;
			background:#E4E4E4;
		}

		#inbox-table tr td {
			border-right: none;
			border-left: none;
			line-height:26px;
			padding:6px 4px 7px !important;
		}

		#inbox-table .inbox-table-icon {
			padding-left:15px !important;
		}

		#inbox-table tbody tr th {
			overflow: hidden;
		}

		#inbox-table.table tbody>tr>td {
			border-color:#fff !important;
		}

		#inbox-table .radio, #inbox-table .checkbox {
			margin-top:-1px;
			margin-bottom:0px;
		}

		.inbox-table-icon, .inbox-data-attachment {
			width: 28px;
			text-align: left;
			padding-left: 12px !important;
			padding-right: 0px !important;
		}

		.inbox-table-icon, .inbox-data-attachment > :first-child {

		}

		.inbox-data-from {
			width: 200px;
		}

		.inbox-data-from > :first-child {
			width: 200px;
			display:block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.inbox-data-date {
			width: 80px;
			padding-left: 7px !important;
			padding-right: 0px !important;
		}
		.inbox-data-message > :first-child {
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			height: 27px;
			color:#8A8A8A;
		} .inbox-data-message > :first-child span {
			color:#111;
		}.inbox-data-message > :first-child span.label {
			color:#fff;
		}

		.inbox-data-message > :first-child > :first-child:after {
			content: " - ";
		}

			.unread td {
				background: #fff;
			}

			.unread .inbox-data-message > :first-child > :first-child, .unread .inbox-data-from > :first-child, .unread .inbox-data-date > :first-child {
				font-weight: bold;
			}

			tr.highlight td, tr.unread.highlight td {
				background: #ffffcc !important; /*#ffffcc;*/
				color: #333;
			}

		.inbox-checkbox-triggered {
			display:inline-block;
		}

		.inbox-checkbox-triggered > .btn-group {
			margin-right:10px;
		}

		.inbox-checkbox-triggered > .btn-group .btn {
			padding-left:14px;
			padding-right:14px;
		}

		.inbox-side-bar {
			height:100%;
			position:absolute;
			background:#fff;
			display:block;
			width:200px;
			padding: 10px 0 10px 14px;
		}

		.inbox-side-bar h6 {
			font-weight:normal;
			font-size:11px;
			display:block;
			padding:0px 15px;
			text-transform:uppercase;
			color: #838383;
		}
		.inbox-side-bar h6 a {
			font-size:14px;
			margin-top:-2px;

		}
		.inbox-side-bar h6 .tooltip {
			text-transform:none !important;
		}

		.inbox-side-bar > .btn {
			margin-bottom:35px;
		}
		.inbox-side-bar .input-group {
			margin-bottom:25px;
		}

		#compose-mail-mini {
			margin-left:4px;
		}

		.inbox-space {
			display:block;
			width:185px;
		}

		.inbox-space > .progress {
			margin-top:5px;
		}

		.inbox-menu-lg {
			list-style:none;
			padding:0;
			margin: 0 0 20px 0;
		}.inbox-menu-lg li a {
			display:block;
			padding: 6px 15px 7px;
			font-size:13px;
			color:#333;
		}.inbox-menu-lg li {
			display:block;
			width:100%;
		}.inbox-menu-lg li a:hover {
			text-decoration:none;
			background: #fafafa;
		}.inbox-menu-lg li.active a {
			font-weight:bold;
			background: #F0F0F0;
			border-bottom: 1px solid #E7E7E7;
			color:#3276B1;
		}

		.inbox-menu-sm {
			list-style:none;
			padding:0;
			margin: 0 0 20px 0;
		}.inbox-menu-sm li a {
			display:block;
			padding:8px 15px 10px;
			font-size:13px;
			color:#333;
		}.inbox-menu-sm li {
			display:block;
			width:100%;
		}.inbox-menu-sm li a:hover {
			text-decoration:none;
			background: #fafafa;
		}.inbox-menu-sm li.active a {
			font-weight:bold;
			background: #F0F0F0;
			border-bottom: 1px solid #E7E7E7;
			color:#3276B1;
		}

		/*
		 * Email opened
		 */

		.email-open-header {
			margin: -10px 0 0 0;
			font-size: 20px;
			border-bottom: 1px solid #DDD;
			border-top: 1px solid #EBEBEB;
			padding: 15px 3px;
		} .email-open-header > span {
			font-size:10px;
			font-weight:normal;
			padding:3px 5px;
			letter-spacing:normal;
			text-transform: uppercase;
			vertical-align: middle;
			line-height: 33px;
			background:#ACACAC;
		}

		.inbox-info-bar {
			padding:10px 0px;
			border-bottom: 1px solid #DDD;
		}

		.inbox-info-bar img {
			width: 35px;
			height: auto;
			display: inline-block;
			vertical-align: middle;
			margin-right: 7px;
			margin-left: 2px;
			border-left: 3px solid #FFF
		}

		.inbox-message, .inbox-download {
			padding:15px 4px;
			border-bottom: 1px solid #DDD;
		}

		.inbox-download-list {
			list-style:none;
			margin:5px 0 0;
			padding:0;
		}.inbox-download-list li {
			display:inline-block;
			margin:0 5px 0 0;
			vertical-align:top;
		}.inbox-download-list li>:first-child {
			margin-bottom:0;
			width: 150px;
			overflow:hidden;
		}.inbox-download-list li>:first-child:hover {
			background:#fff;
			border-color:#C0C0C0;
		}

		.inbox-download-list li>:first-child >:first-child  {
			text-align:center;
			display:block;
			color: #D6D6D6;
		}.inbox-download-list li>:first-child >:first-child > .fa{
			font-size: 150px;
		}
		.inbox-download-list li>:first-child >:first-child > img {
			max-width:120px;
		}

		.inbox-compose-footer {
			padding:10px;
			background:#F5F5F5;
			border-bottom:1px solid #A9A9A9;
		}

		/* added space for large width devices */


		.inbox-info-bar, .inbox-message, .inbox-download, .inbox-compose-footer {
			margin-right:240px;
			position:relative;
		}

		.email-infobox {
			display:block;
			width:180px;
			border-bottom:1px solid #ddd;
			padding-bottom:0px;
			padding-top:15px;
			position:absolute;
			top:65px;
			right:15px;
		}

		/* compose email */

		.inbox-info-bar .form-group {
			margin:0;
		}

		.inbox-info-bar .form-group input, .inbox-info-bar .select2-container-multi .select2-choices {
			border-color: #ffffff !important;
		}

		.inbox-info-bar .select2-choices > div {
			display:none
		}

		.inbox-info-bar .col-md-1, .inbox-info-bar .col-md-11 {
			padding-left:0px;
			padding-right:0px;
		}

		.fileinput {
			padding-top:3px;
		}

		.hidden {
			display:none;
		}

		.inbox-info-bar em {
			position: absolute;
			top: 6px;
			right: 20px;
			text-align:right;
			font-style:normal;
		}

		/* email reply text */

		.email-reply-text > div {
			border-left:1px solid #D6D6D6;
			padding-left:10px;
			margin-left:50px;
			color:#A9A9A9;
		}

		.email-reply-text >:first-child {
			padding-left: 45px;
		}

		@media (max-width: 1280px) {

			.inbox-info-bar, .inbox-message, .inbox-compose-footer {
				margin-right:0px;
			}

			.email-infobox {
				display:none;
			}

		}

		@media (max-width: 1024px) {
			.inbox-side-bar {
				display:none !important;
			}
			.inbox-body .table-wrap {
				margin-left:0px !important;
			}

			.inbox-info-bar .col-md-1, .inbox-info-bar .col-md-11 {
				padding-left:26px;
				padding-right:26px;
			}
		}

	/*
	 * Air fields
	 * Description: absolute positioned objects
	 */
	.air {
		position:absolute;
		z-index: 5;
	}

	.air-bottom {
		bottom:0px;
	}

	.air-top {
		top:0px;
	}

	.air-top-right {
		top:0px;
		right:0px;
	}

	.air-top-left {
		top:0px;
		left:0px;
	}

	.air-bottom-left {
		bottom:0px;
		left:0px;
	}

	.air-bottom-right {
		bottom:0px;
		right:0px;
	}

	/*
	 * Typehead
	 */

	.twitter-typeahead .tt-query,
	.twitter-typeahead .tt-hint {
	  margin-bottom: 0;
	}

	.tt-dropdown-menu {
	  min-width: 160px;
	  margin-top: 2px;
	  padding: 5px 0;
	  background-color: #fff;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0,0,0,.2);
	  *border-right-width: 2px;
	  *border-bottom-width: 2px;
	  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	          box-shadow: 0 5px 10px rgba(0,0,0,.2);
	  -webkit-background-clip: padding-box;
	     -moz-background-clip: padding;
	          background-clip: padding-box;
	}

	.tt-suggestion {
	  display: block;
	  padding: 3px 20px;
	}

	.tt-suggestion.tt-is-under-cursor {
	  color: #fff;
	  background-color: #0081c2;
	}

	.tt-suggestion.tt-is-under-cursor a {
	  color: #fff;
	}

	.tt-suggestion p {
	  margin: 0;
	}


	/*
	 * GENERAL MOBILE (Applies to all resolutions below 979px)
	 */

	@media (max-width: 979px) {

		.inbox-data-message > :first-child {
			height: 50px;
			overflow: hidden;
		}

		.show-stats .show-stat-buttons>:first-child{
			padding-right:13px;
		}
		.show-stats .show-stat-buttons>:last-child{
			padding-left:13px;
		}

		.inbox-checkbox-triggered > .btn-group .btn {
			padding-left:10px;
			padding-right:10px;
		}

		.inbox-body .table-wrap {
			padding:0px !important;
		}

		.inbox-nav-bar {
			padding-left:5px;
			padding-right:5px;
		}

		.inbox-data-message > :first-child > :first-child {
			display: block !important;
			font-size: 14px;
		}
		.inbox-table-icon > :first-child {
			margin-top: 12px;
		}#inbox-table .inbox-table-icon {
			padding-left: 10px !important;
		}

		/* search header */
		.header-search.pull-right {
			margin-left: 0px;
		}

		#right-panel-overlap, #right-panel-overlap-btn {
			display:none;
		}

		/* Visibility */
		.visible-tablet {
			display:inline-block !important;
		}
		.hidden-tablet, .display-inline.hidden-tablet {
			display:none !important;
		}


	}


	/* MOBILE LAYOUT STARTS HERE */

	/*
	 * IPAD HORIZONTAL
	 */
	@media (min-width: 768px) and (max-width: 979px) {
		#main::after {
			/*content: "IPAD HORIZONTAL";*/
		}
		#main {
			margin-left: 0;
		}
		#left-panel {
			left: -220px;
		}
		/* minified adjustment counter */
		.minified #left-panel {
			left:0px;
		}

		/* responsive menu button */
		#hide-menu > :first-child > a {
			margin-top:9px;
			width:40px;
		}

		.btn-header a {
			margin-top:9px !important;
			width:40px !important;
		}

		#hide-menu i {
			color:#6D6A69;
			font-size: 100%;
		}

		.hidden-menu #hide-menu i {
			color:#fff;
		}

		#hide-menu i::before {
			content:"\f0c9"
		}

		.hidden-menu #left-panel {
			left:0;
		}

		.hidden-menu #main {
			position:relative;
			left:210px;
		}

		.hidden-menu.fixed-ribbon #ribbon {
			left: 220px;
		}
		.fixed-ribbon #ribbon {
			left: 0px;
		}

		/*
		 * Header search
		 */
		.header-search > input[type="text"] {
			margin-top: 9px;
		}

	}

	/*
	 * IPAD VERTICAL
	 */
	@media (min-width: 768px) and (max-width: 880px) {
		#main::after {
			/*content: "IPAD VERTICAL";*/
		}
		#main {
			margin-left: 0;
		}
		#left-panel {
			left: -220px;
		}

		.no-content-padding {
			margin: 0 -14px !important;
		}
		.inbox-nav-bar.no-content-padding {
			margin-top:-10px !important;
		}

		/* minified adjustment counter */
		.minified #left-panel {
			left:0px;
		}

		/* responsive menu button */
		#hide-menu > :first-child > a, .btn-header a {
			margin-top:5px !important;
			width:40px !important;
			height: 39px !important;
			line-height: 38px !important;
		}
		#logo {
			margin-top: 10px;
		} #logo img {
			width: 127px;
		}

		/* transparent header button */
		.btn-header.transparent a {
			border: none !important;
			background: none;
			margin-left: 0;
			width: 25px !important;
			box-shadow:none !important;
		}
		.btn-header.transparent a:hover {
			color: #a90329;
		}

		#hide-menu i {
			color:#6D6A69;
			font-size: 121%;
		}

		.hidden-menu #hide-menu i {
			color:#fff;
		}

		#hide-menu i::before {
			content:"\f0c9"
		}

		.hidden-menu #left-panel {
			left:0;
		}

		.hidden-menu #main {
			position:relative;
			left:210px;
		}

		.hidden-menu.fixed-ribbon #ribbon {
			left: 220px;
		}
		.fixed-ribbon #ribbon {
			left: 0px;
		}

		/*
		 * Header search
		 */
		.header-search > input[type="text"] {
			margin-top: 9px;
		}

	}

	/*
	 * OTHER DEVICES
	 */


	@media (max-width: 767px) {

		#main::after {
			/*content: "OTHER DEVICES";*/
		}
		#main {
			margin-left: 0;
		}
		#left-panel {
			left: -220px;
		}

		/* dashboard microcharts */

		.show-stat-microcharts > div {
			margin-top:0px !important;
			border-right:none !important;
		}

		.show-stat-buttons {
			padding-left:10px !important;
			padding-right:10px !important;
		}

		/* padding adjustment */
		#content, #ribbon {
			padding-left:5px;
			padding-right:5px;
		} #header {
			padding-right:5px;
		} #logo { margin-left: 4px; }

		.no-content-padding {
			margin: 0 -5px !important;
		}
		.inbox-nav-bar.no-content-padding {
			margin-top:-10px !important;
		}

		/* minified adjustment counter */
		.minified #left-panel {
			left:0px;
		}

		/* transparent header button */
		.btn-header.transparent a {
			border: none !important;
			background: none;
			margin-left: 0;
			width: 25px !important;
			box-shadow:none !important;
		}
		.btn-header.transparent a:hover {
			color: #a90329;
		}

		/* responsive menu button */
		#hide-menu > :first-child > a, .btn-header a {
			margin-top:5px !important;
			width:40px !important;
			height: 39px !important;
			line-height: 38px !important;
		}
		#hide-menu > :first-child > a {
			width:50px !important;
		}

		#logo {
			margin-top: 10px;
		} #logo img {
			width: 127px;
		}

		#hide-menu i {
			color:#6D6A69;
			font-size: 121%;
		}

		.hidden-menu #hide-menu i {
			color:#fff;
		}

		#hide-menu i::before {
			content:"\f0c9"
		}

		.hidden-menu #left-panel {
			left:0;
		}

		.hidden-menu #main {
			position:relative;
			left:210px;
		}

		.hidden-menu.fixed-ribbon #ribbon {
			left: 220px;
		}
		.fixed-ribbon #ribbon {
			left: 0px;
		}

		/*
		 * fixed ribbon
		 */
		.fixed-ribbon #content {
			padding-top:52px;
		}

		/*
		 * header search
		 */
		.header-search {
			display:none;
		}

		#search-mobile {
			display:block;
		}

		.search-mobile .header-search {
			display: block;
			position: absolute;
			top: 0px;
			width: 100%;
			height: 49px;
			background: #333;
			padding: 0 2px;
			box-sizing: border-box;
			left: 0px;
		}

		.search-mobile .header-search > input[type="text"] {
			margin-top: 2px;
			height: 45px;
			border-color:#333;
			padding-right:75px;
		}

		.search-mobile .header-search > button {
			height: 29px;
			line-height: 29px;
			background: #DDDDDD;
		}

		.search-mobile .header-search > button {
			right: 44px
		}

		.search-mobile #search-mobile {
			display:none;
		}

		.search-mobile #cancel-search-js {
			display:block;
		}

		/* project info is not needed at this width */
		#project-context {
			display:none;
		}



	}

	/*
	 * ANDROID
	 */
	@media only screen and (min-width: 0px) and (max-width: 679px) {
		#main::after {
			/*content: "ANDROID";*/
		}
		#main {
			margin-left: 0;
		}
		#left-panel {
			left: -220px;
		}

		/* dashboard microcharts */

		.show-stat-microcharts > div {
			margin-top:0px !important;
			border-right:none !important;
		}

		.show-stat-buttons {
			padding-left:10px !important;
			padding-right:10px !important;
		}

		/* padding adjustment */
		#content, #ribbon {
			padding-left:5px;
			padding-right:5px;
		} #header {
			padding-right:5px;
		} #logo { margin-left: 4px; }

		.no-content-padding {
			margin: 0 -5px !important;
		}
		.inbox-nav-bar.no-content-padding {
			margin-top:-10px !important;
		}

		/* minified adjustment counter */
		.minified #left-panel {
			left:0px;
		}

		/* header color altered and adjusted for mobile view & contrast */
		#header {
			background:#242424;
		}

		#ribbon {
			border-bottom: 1px solid #CFCFCF;
			border-top: 1px solid #E6E6E6;
			background: #F5F5F5;
		}

		#ribbon .breadcrumb a, #ribbon .breadcrumb {
			color: #6D6C6C !important;
		}

		#ribbon .breadcrumb > .active, #ribbon .breadcrumb li:last-child {
			color: #333 !important;
		}

		/* responsive menu button */
		#hide-menu > :first-child > a, .btn-header a {
			margin-top:5px !important;
			width:40px !important;
			height: 39px !important;
			line-height: 38px !important;
		}
		#hide-menu > :first-child > a {
			width:50px !important;
		}
		#logo {
			margin-top: 10px;
		} #logo img {
			width: 127px;
		}

		/* transparent header button */
		.btn-header.transparent a {
			border: none !important;
			background: none;
			margin-left: 0;
			width: 25px !important;
			box-shadow:none !important;
		}
		.btn-header.transparent a:hover {
			color: #a90329;
		}

		/* menu btn cont... */
		#hide-menu i {
			color:#6D6A69;
			font-size: 121%;
		}

		.hidden-menu #hide-menu i {
			color:#fff;
		}

		#hide-menu i::before {
			content:"\f0c9"
		}

		.hidden-menu #left-panel {
			left:0;
		}

		.hidden-menu #main {
			position:relative;
			left:210px;
		}

		.hidden-menu.fixed-ribbon #ribbon {
			left: 220px;
		}
		.fixed-ribbon #ribbon {
			left: 0px;
		}

		/*
		 * header search
		 */
		.header-search {
			display:none;
		}

		#search-mobile {
			display:block;
		}

		.search-mobile .header-search {
			display: block;
			position: absolute;
			top: 0px;
			width: 100%;
			height: 49px;
			background: #333;
			padding: 0 2px;
			box-sizing: border-box;
			left: 0px;
		}

		.search-mobile .header-search > input[type="text"] {
			margin-top: 2px;
			height: 45px;
			border-color:#333;
			padding-right:75px;
		}

		.search-mobile .header-search > button {
			height: 29px;
			line-height: 29px;
			background: #DDDDDD;
		}

		.search-mobile .header-search > button {
			right: 44px
		}

		.search-mobile #search-mobile {
			display:none;
		}

		.search-mobile #cancel-search-js {
			display:block;
		}

		/* project info is not needed at this width */
		#project-context {
			display:none !important;
		}

		.hidden-tablet {
			display:none !important;
		}
	}

	/*
	 * IPHONE
	 */
	@media only screen and (min-width: 320px) and (max-width: 479px) {
		#main::after {
			/*content: "IPHONE";*/
		}
		#main {
			margin-left: 0;
		}
		#left-panel {
			left: -220px;
		}

		/* dashboard microcharts */

		.show-stat-microcharts > div {
			margin-top:0px !important;
			border-right:none !important;
		}

		.show-stat-buttons {
			padding-left:10px !important;
			padding-right:10px !important;
		}

		/* padding adjustment */
		#content, #ribbon {
			padding-left:5px;
			padding-right:5px;
		} #header {
			padding-right:5px;
		} #logo { margin-left: 4px; }

		.no-content-padding {
			margin: 0 -5px !important;
		}
		.inbox-nav-bar.no-content-padding {
			margin-top:-10px !important;
		}

		/* minified adjustment counter */
		.minified #left-panel {
			left:0px;
		}

		/* header color altered and adjusted for mobile view & contrast */
		#header {
			background:#242424;
		}

		#ribbon {
			border-bottom: 1px solid #CFCFCF;
			border-top: 1px solid #E6E6E6;
			background: #F5F5F5;
		}

		#ribbon .breadcrumb a, #ribbon .breadcrumb {
			color: #6D6C6C !important;
		}

		#ribbon .breadcrumb > .active, #ribbon .breadcrumb li:last-child {
			color: #333 !important;
		}

		/* lego width adjustment */
		#logo {
			width:135px;
		}

		#logo-group {
			width: 169px !important;
		}

		/* spark line top */
		#sparks {
			text-align:center;
			background: #E0E0E0;
			padding: 10px 0;
			margin-bottom: 15px;
		}

		#sparks li {
			padding: 0 10px 0 20px;
		}

		/* project content */
		#project-context {
			display:none !important;
		}

		/* responsive menu button */
		#hide-menu > :first-child > a, .btn-header a {
			margin-top:5px !important;
			width:40px !important;
			height: 39px !important;
			line-height: 38px !important;
		}
		#logo {
			margin-top: 10px;
		} #logo img {
			width: 127px;
		}

		/* transparent header button */

		.btn-header.transparent a {
			border: none !important;
			background: none;
			margin-left: 0;
			width: 25px !important;
			box-shadow:none !important;
		}
		.btn-header.transparent a:hover {
			color: #a90329;
		}

		#hide-menu > :first-child > a {
			width:46px !important;
		}

		#hide-menu i {
			color:#6D6A69;
			font-size: 121%;
		}

		.hidden-menu #hide-menu i {
			color:#fff;
		}

		#hide-menu i::before {
			content:"\f0c9"
		}

		.hidden-menu #left-panel {
			left:0;
		}

		.hidden-menu #main {
			position:relative;
			left:210px;
		}

		.hidden-menu.fixed-ribbon #ribbon {
			left: 220px;
		}
		.fixed-ribbon #ribbon {
			left: 0px;
		}

		/* project info is not needed at this width */
		#project-context {
			display:none;
		}

		/* #*$^& Bootstrap 3 ! */

		.hidden-mobile {
			display:none !important;
		}
		.visible-mobile {
			display:inline-block !important;
		}

		/* activity panel */
		.ajax-notifications {
			height: 250px;
		}

		.ajax-dropdown {
			width: 299px;
			height: 320px;
			left: 0;
			top: 49px;
		}

		.ajax-dropdown:before {
			margin-left: -14px;
		}

		.ajax-dropdown:after {
			margin-left: -13px;
		}

		/*
		 * header search
		 */
		.header-search {
			display:none;
		}

		#search-mobile {
			display:block;
			margin-left:0;
		}

		.search-mobile .header-search {
			display: block;
			position: absolute;
			top: 0px;
			width: 100%;
			height: 49px;
			background: #333;
			padding: 0 2px;
			box-sizing: border-box;
			left: 0px;
		}

		.search-mobile .header-search > input[type="text"] {
			margin-top: 2px;
			height: 45px;
			border-color:#333;
			padding-right:75px;
		}

		.search-mobile .header-search > button {
			height: 29px;
			line-height: 29px;
			background: #DDDDDD;
		}

		.search-mobile .header-search > button {
			right: 44px
		}

		.search-mobile #search-mobile {
			display:none;
		}

		.search-mobile #cancel-search-js {
			display:block;
		}

	}

	/*
	 * JQUI STUFF
	 */

		/*	Overlay	 */

		.ui-widget-overlay {
			background-image:none;
			background: #AAA;
			height: 200%;
			z-index: 9999;
			position:fixed;
			top:0px;
			left:0px;
		}

		/* Slider */

		.slider {
			margin-top:0px;
			margin-bottom:30px;
		}

		.slider.slider-vertical {
			margin-bottom:0px;
			margin-right:5px;
		}


		/* menu */

		.ui-menu {
			width: 155px;
			padding: 2px;
			-webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
			-moz-box-shadow: 0 2px 4px rgba(30,30,100,0.25);
			box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
			background: #FFF;
			border: 1px solid rgba(0, 0, 0, 0.2);
			z-index: 1;
		}

		.ui-menu .ui-state-disabled {
			margin: .4em 0 .2em !important;
			background: none !important;
			color: #999 !important;
			font-weight:normal !important;
			cursor: default;
		}

		.ui-icon-carat-1-e:before {
			content: "\f105";
			font-family: FontAwesome;
			font-size: 14px;
			display: inline;
		}

		.ui-menu .ui-menu-item a .ui-menu-icon {
			width: auto;
			height:auto;
			top: 0px;
			left: auto;
			right: auto;
			bottom: auto;
			text-indent: 0px;
		}

		/* tabs */

		.ui-tabs .ui-tabs-nav li a {
			border-radius:0px;
			-moz-border-radius: 0px;
			background-color: #F5F5F5;
			border: 1px solid #F5F5F5;
			border-bottom: 1px solid #DDD;
			color: #838383;
		}

		.ui-tabs .ui-tabs-nav li {
			margin-right:3px;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
			font-weight:bold;
			border-top-width: 0px !important;
			margin-top: 1px !important;
			-webkit-box-shadow: 0 -2px 0 #5384AF;
			-moz-box-shadow: 0 -2px 0 #5384AF;
			box-shadow: 0 -2px 0 #5384AF;
		}

		.ui-tabs .ui-tabs-panel {
			border: 1px solid #DDD;
			margin: 0;
			padding: 10px 13px;
			border-top: none;
		}

		.ui-tabs .ui-tabs-nav {
			margin-bottom:0;
		}

		/* accordions */
		.ui-accordion .ui-accordion-content {
			padding:0;
		}

		.ui-accordion .ui-accordion-header {
			background-color: #FAFAFA;
			font-size:15px;
			padding: 10px 15px 10px 36px !important;
		}

		.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content {
			border-radius:0px;
			-moz-border-radius:0px;
			-webkit-border-radius:0px;
		}
		.ui-accordion .ui-accordion-content {
			padding: 15px;
		}
		.ui-accordion-header-active + .ui-accordion-content {
			border-top: 1px solid #DDD;
		}

		.ui-accordion .ui-accordion-header {
			margin-top:-2px;
		}

		.ui-accordion .ui-accordion-header, .ui-accordion-content {
			border-color:#DDD !important;
		}

		.ui-accordion-header-icon {
			text-indent: 0px !important;
			background-image:none !important;
			text-align:center;
			line-height:normal;
			left: 12px !important;
			margin-top: -6px !important;
			font-size:14px !important;
		}


		/*
		 * Calendar
		 */

		.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
			text-align:center;
			margin-top:2px;
		}.ui-datepicker-next >:first-child, .ui-datepicker-prev >:first-child {
			text-indent:0px !important;
		}


	/*
	 * JS SLIDER
	 * Copied from: js/plugin/noUiSlider/jquery.nouislider.css
	 */


	/*	General CSS resets;
	 *		The target itself is not affected, allowing
	 *		the remainder of the document to use an
	 *		alternate box-sizing model;
	 *		Support for box-sizing is wide spread:
	 *		http://caniuse.com/#search=box-sizing
	 */
		.noUi-target * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-touch-callout: none;
	    -ms-touch-action: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			cursor: default;
		}

	/*	Main slider bar;
	 *		Standard styles no longer incorrectly force a
	 *		width or height on the slider.
	 */
		.noUi-base {
			width: 100%;
			height: 14px;
			position: relative;
			max-width: 100%;
			max-height: 100%;
			border: 1px solid #bfbfbf;
			z-index: 1;
		}

		.noUi-origin-lower {
			background:#8DAFCC;
		}

	/*	Handles + active state;
	 *		The :after pseudo-element wont inherit
	 *		box-sizing, so it needs to applied manually.
	 */
		.noUi-handle {
			background: #858585;
			height: 30px;
			width: 16px;
			border: 1px solid #fff;
			margin: -8px 0 0 -8px;
			cursor: default;
		}
		.noUi-handle:hover {
			background:#797777;
		}
		.noUi-active {
			cursor:default;
			box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
			background: #686868;
			height: 32px;
			width: 18px;
			margin: -9px 0 0 -8px;
			border:none;
		}


		.noUi-active:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
			content: "";
			display: block;
			height: 100%;
			border: 1px solid #DDD;
		}

	/*	Styling-only classes;
	 *		Structured to prevent double declarations
	 *		for various states of the slider.
	 */
		.noUi-connect {
			background: #3276B1;
		}
		.noUi-background {
			background: #E5E5E5;
			border:none;

		}

	/*	Functional styles for handle positioning;
	 *		Note that the origins have z-index 0, the base has
	 *		z-index 1; This fixes a bug where borders become invisible.
	 */
		.noUi-origin {
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 0;
		}
		.noUi-origin-upper {
			background: inherit !important;
		}
		.noUi-z-index {
			z-index: 10;
		}

	/*	Adaptations for the vertical slider;
	 *		Some standard styles have been extended to keep
	 *		exceptions for the vertical slider as minimal as possible.
	 */
		.noUi-vertical {
			width: 10px;
			height: 100%;
		}
		.noUi-vertical .noUi-origin {
			bottom: 0;
			left: 0;
		}
		.noUi-vertical .noUi-handle  {
			margin: -8px 0 0 -3px;
		}

	/*	Various alternate slider states;
	 *		Support for transition is widely available,
	 *		Only IE7, IE8 and IE9 will ignore these rules.
	 *		Since this is merely a progressive enhancement,
	 *		this is no problem at all.
	 *		http://caniuse.com/#search=transition
	 */
		.noUi-target[disabled] .noUi-base {
			background: #999;
		}
		.noUi-target[disabled] .noUi-connect {
			background: #BBB;
		}
		.noUi-state-tap .noUi-origin {
			-webkit-transition: left 0.3s, top 0.3s;
			transition: left 0.3s, top 0.3s;
		}


	/*
	 * Ion Slider
	 */


	/* =====================================================================================================================
	 // RangeSlider */

	.irs {
		position: relative;
		display: block;
	}
	.irs-line {
		position: relative;
		display: block;
		overflow: hidden;
	}
	.irs-line-left, .irs-line-mid, .irs-line-right {
		position: absolute;
		display: block;
		top: 0;
	}
	.irs-line-left {
		left: 0;
		width: 10%;
	}
	.irs-line-mid {
		left: 10%;
		width: 80%;
	}
	.irs-line-right {
		right: 0;
		width: 10%;
	}

	.irs-diapason {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
	}
	.irs-slider {
		position: absolute;
		display: block;
		cursor: default;
		z-index: 1;
	}
	.irs-slider.single {
		left: 10px;
	}
	.irs-slider.single:before {
		position: absolute;
		display: block;
		content: "";
		top: -50%;
		left: -150%;
		width: 400%;
		height: 200%;
		background: rgba(0,0,0,0.0);
	}
	.irs-slider.from {
		left: 100px;
	}
	.irs-slider.from:before {
		position: absolute;
		display: block;
		content: "";
		top: -50%;
		left: -300%;
		width: 400%;
		height: 200%;
		background: rgba(0,0,0,0.0);
	}
	.irs-slider.to {
		left: 300px;
	}
	.irs-slider.to:before {
		position: absolute;
		display: block;
		content: "";
		top: -50%;
		left: 0;
		width: 400%;
		height: 200%;
		background: rgba(0,0,0,0.0);
	}
	.irs-slider.last {
		z-index: 2;
	}

	.irs-min {
		position: absolute;
		display: block;
		left: 0;
		cursor: default;
	}
	.irs-max {
		position: absolute;
		display: block;
		right: 0;
		cursor: default;
	}

	.irs-from, .irs-to, .irs-single {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		cursor: default;
		white-space: nowrap;
	}

	.irs-grid {
		position: absolute;
		display: none;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20px;
	}
	.irs-with-grid .irs-grid {
		display: block;
	}
	.irs-grid-pol {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 8px;
		background: #000;
	}
	.irs-grid-pol.small {
		height: 4px;
	}
	.irs-grid-text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		white-space: nowrap;
		text-align: center;
		font-size: 9px;
		line-height: 9px;
		color: #000;
	}

	/*
	 * CUST
	 *
	 */

	.irs {
		height: 40px;
	}
	.irs-with-grid {
		height: 60px;
	}
	.irs-line {
		height: 8px;
		top: 25px;
		background: #E5E5E5;
	}
	.irs-line-left {
		height: 8px;
	}
	.irs-line-mid {
		height: 8px;
	}
	.irs-line-right {
		height: 8px;
	}

	.irs-diapason {
		height: 8px;
		top: 25px;
	}

	.irs-slider {
		width: 10px;
		height: 22px;
		top: 17px;
		border: 1px solid #fff;
		background: #858585;
	}
	.irs-slider:hover {
		background: #797777;
	}
	#irs-active-slider {
		background: #686868;
		box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 0px;
		width: 12px;
		height: 24px;
		top: 16px;
	}

	.irs-min, .irs-max {
		color: #999;
		font-size: 12px;
		line-height: 1.333;
		text-shadow: none;
		top: 0;
		padding: 1px 3px;
		background: rgba(0,0,0,0.1);
		border-radius: 0;
	}
	.lt-ie9 .irs-min, .lt-ie9 .irs-max {
		background: #ccc;
	}

	.irs-from, .irs-to, .irs-single {
		color: #fff;
		font-size: 10px;
		line-height: 1.333;
		text-shadow: none;
		padding: 1px 5px;
		background: rgba(0,0,0,0.4);
		border-radius: 0;
	}
	.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
		background: #999;
	}

	.irs-grid-pol {
		background: #99a4ac;
	}
	.irs-grid-text {
		color: #99a4ac;
	}
	.irs-diapason {
		background: #3276B1
	}

	/*
	 * LOGIN/REGISTER PAGE
	 */

	.display-image {
		margin-top:-60px;
		margin-right:20px;
	}

	.terms-body {
		max-height:400px;
		overflow:auto;
	}

	#login {
		background:#fff;
		overflow:visible;
	}
	#login .container {
		border:none;
	}

	#login #header {
		margin:0;
		height: 71px;
		border-bottom: 1px solid #e5e5e5 !important;
		overflow: hidden;
		padding: 0 30px;
		background-clip: padding-box;
		border-width: 0;
		min-height: 28px;
		background: #f1f1f1 !important;
		margin-bottom:20px;

	}

	#login #header #logo {
		margin-top:22px;
		margin-left:0px;
	}

	#login #header #logo img {
		width:137px;
	}

	#login-header-space {
		float:right;
		text-align:right;
		display:block;
		vertical-align:middle;
		line-height:71px;
	}

	#login-header-space >:first-child {
		font-size: 13px;
		margin-right: 14px;
		vertical-align: -3px;
		font-weight:400;
	}

	#login-header-space .btn {
		font-weight:bold;
		text-transform: uppercase;
	}

	#login-header-space > * {
		display:inline-block;
	}

	#login #main {
		background:#fff;
		margin:0;
	}

	#login .hero {
		background-image: url("../img/gradient/login.png");
		background-repeat: no-repeat;
		background-position: 0 137px;
		height: 360px;
		width: 100%;
		float:left;
	}

	#login h4.paragraph-header {
		color: #565656;
		font-size: 15px;
		font-weight: normal;
		line-height: 22px;
		margin-top: 15px;
		width: 270px;
	}

	#login h5.about-heading {
		color: #565656;
		font-size: 15px;
		font-weight: bold;
		line-height: 24px;
		margin: 0 0 5px;
	}

	#login .login-header-big {
		font-weight:400;
	}

	#login .login-desc-box-l{
		min-height:350px;
		width: 50%;
	}

	#login .login-app-icons {
		vertical-align: top;
		margin-top: 90px;
		width: 300px;
	}



	@media (min-width: 768px) and (max-width: 880px) {
		#login #header {
			padding: 0 5px !important;
		}
	}

	@media only screen and (min-width: 0px) and (max-width: 679px) {
		#login #header {
			padding: 0 5px !important;
		}

		#login #header #logo img {
			width: 135px;
		}

		#login #header #logo {
			margin-top: 22px;
		}
	}


	/*
	 * JQUI SPINNERS
	 */

	.ui-spinner-input {
		margin: 0 !important;
		height: 30px;
		padding: 6px 24px 6px 12px;
	}

	.ui-spinner-input.spinner-left {
		padding:6px 12px 6px 24px;
	}

	.ui-spinner {
		width:100%;
	}

	.ui-spinner-input.spinner-left + .ui-spinner-button, .ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button{
		right:auto;
		left:0px;
	}

	.ui-spinner-up, .ui-spinner-down {
		background: #739E73;
		border-radius: 0px;
	}
	.ui-spinner-up:hover, .ui-spinner-up:active, .ui-spinner-up:focus {
		background: #568356;
	}
	.ui-spinner-down:hover, .ui-spinner-down:active, .ui-spinner-down:focus {
		background: #81021F;
	}

	.ui-spinner-down {
		background: #B81137;
	}

	.ui-spinner-up:before, .ui-spinner-down:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		content: "\f067";
		color:#fff;
		font-size: 14px;
		margin-top: 1px;

	}
	.ui-spinner-down:before {
		content: "\f068";
	}

	.ui-spinner-up >:first-child, .ui-spinner-down >:first-child {
		display:none;
	}


	.ui-spinner-button {
	width:19px;
	}

	.ui-widget-content .ui-icon {
	background:none !important;
	}

	/* spinner both */

	.ui-spinner-input.spinner-both {
		padding:6px 30px;
	}

	.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
		left:0px;
		right:auto;
	}
	.ui-spinner-input.spinner-both + .ui-spinner-button,
	.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
		height: 30px;
		width: 25px;
	}

	.ui-spinner-input.spinner-both + .ui-spinner-up:before, .ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
		margin-top:8px;
	}

	/*
	 * JQUI ADJUSTMENT
	 */

	 .ui-dialog {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

		border: 1px solid #999;
		border: 1px solid rgba(0, 0, 0, 0.2);
	 }

	 .widget-header >:first-child {
	 	margin: 13px 0;
	 }

	 .ui-widget-overlay {
	 	z-index: 999;
	 }

	 .ui-dialog .ui-dialog-titlebar {
	 	padding: 0 10px;
	 	background:#fff;
	 	border-bottom-color:#e5e5e5;
	 }

	 .ui-dialog .ui-dialog-title {
	 	margin:0;
	 }

	 .ui-dialog .ui-dialog-titlebar-close {
	 	margin-top: -16px;
		margin-right: 4px;
	 }

	 .ui-dialog-titlebar-close:before {
	 	content: "\f00d";
	 	font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 13px;
	 }


	.ui-dialog .ui-dialog-buttonpane button {
		margin: 0 .4em 0 0;
	}

	.ui-dialog .ui-dialog-buttonpane {
		margin-top: 13px;
		padding: 19px 15px 20px;
		text-align: right;
		border-top: 1px solid #E5E5E5;
	}



	/*
	 * Google Maps
	 */

	.google_maps {
		width:100%;
		height:350px;
		position:relative;
	}

	.google_maps * {
		box-sizing:content-box;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
	}

	.google_maps img {
		max-width: none; /* needed for google map popup*/
	}


/*
 * Toggle Demo
 */

.toggle-demo {
	position: absolute;
	top: 10px;
	right: -8px;
	display: block;
	width: 150px;
	height: auto;
	z-index: 99;
	opacity: .9;

}.toggle-demo:hover {
	opacity:1;
}

.toggle-demo .btn-group {
	width:100px;
	float:left;
}

.toggle-demo > span {
	display:inline-block;
	float:left;
	margin-right:5px;
	line-height: 21px;
	color: #757575;
}


	/*
	 * noUISlider vertical demo
	 */
	.demo-vertical-uislider {

		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.demo-vertical-uislider > div {
		height:200px;
		margin: 0 0px 0 10px;
		display:inline-block;
	}

	.demo-vertical-uislider >:first-child {
		margin-left:15px;
	}

	/*
	 * Knobs demo
	 */

	.knobs-demo > div {
		display:inline-block;
		margin-left:30px;
	}
	.knobs-demo >:first-child {
		margin-left:0;
	}

	/*
	 * Header btn
	 */

	.header-btn {
		margin-top:5px;
	}

	/*
	 * x-editable CSS
	 */

	.editable-address {
	    display: block;
	    margin-bottom: 5px;
	}

	.editable-address span {
	    width: 70px;
	    display: inline-block;
	}

/*
 * TREE
 */

.tree {
    min-height:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:5px;
    position:relative
}

.tree ul ul li:hover {
	background:rgba(0,0,0,.015);
}

.tree li:before, .tree li:after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li:before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:-11px;
    width:1px
	-webkit-transition: "border-color 0.1s ease 0.1s";
	-moz-transition: "border-color 0.1s ease 0.1s";
	-o-transition: "border-color 0.1s ease 0.1s";
	transition: "border-color 0.1s ease 0.1s";
}
.tree li:after {
    border-top:1px solid #999;
    height:20px;
    top:18px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px dotted #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
	-webkit-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	-moz-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	-o-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
}
.tree li.parent_li>span {
    cursor:pointer;
    padding:7px;
}
.tree>ul>li:before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

.tree > ul {
	padding-left:0px;
}

.tree ul ul {
	padding-left: 34px;
	padding-top: 10px;
}

.tree li.parent_li>span:hover {
background-color: #DF8505;
border: 1px solid #C67605;
color: #FFF;
}


.tree li.parent_li>span:hover+ul li::before {
border-left-color: #F89406;
}

.tree li.parent_li>span:hover+ul li::after {
border-top-color: #F89406;
}

.tree li.parent_li>span:hover+ul li span {
	background: #FDDFB3 !important;
	border: 1px solid #FAA937;
	color: #000;
}

/*! X-editable - v1.5.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1;
   *display: inline;
}

.editable-buttons.editable-buttons-bottom {
   display: block;
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top;
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1;
   *display: inline;
}

.editable-buttons .editable-cancel {
   margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px;
   width: 30px;
}

.editableform-loading {
    background: url('../img/loading.gif') center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.editable-inline .editableform-loading {
    background-position: left 5px;
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;
}

.editable-error {
   color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px;
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url('../img/clear.png') center center no-repeat;
   display: block;
   width: 13px;
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;

   top: 50%;
   right: 6px;
   margin-top: -6px;

}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
   color: #585858;
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{
    padding-top: 5px;
    display:inline-block;
}



		/*
		 * SELECT 2
		 */

		.select2-container {
		    position: relative;
		    display: inline-block;
		    /* inline-block for ie7 */
		    zoom: 1;
		    *display: inline;
		    vertical-align: top;
		}

		.select2-container,
		.select2-drop,
		.select2-search,
		.select2-search input{
		  /*
		    Force border-box so that % widths fit the parent
		    container without overlap because of margin/padding.

		    More Info : http://www.quirksmode.org/css/box.html
		  */
		  -webkit-box-sizing: border-box; /* webkit */
		   -khtml-box-sizing: border-box; /* konqueror */
		     -moz-box-sizing: border-box; /* firefox */
		      -ms-box-sizing: border-box; /* ie */
		          box-sizing: border-box; /* css3 */
		}

		.select2-container .select2-choice {
		    display: block;
		    height: 32px;
		    padding: 0 0 0 8px;
		    overflow: hidden;
		    position: relative;

		    border: 1px solid #BDBDBD;
		    white-space: nowrap;
		    line-height: 31px;
		    color: #444;
		    text-decoration: none;

		    -webkit-background-clip: padding-box;
		       -moz-background-clip: padding;
		            background-clip: padding-box;

		    -webkit-touch-callout: none;
		      -webkit-user-select: none;
		       -khtml-user-select: none;
		         -moz-user-select: none;
		          -ms-user-select: none;
		              user-select: none;

		    background-color: #fff;
		}

		.select2-container.select2-drop-above .select2-choice {
		    border-bottom-color: #5D98CC;
		}

		.select2-container .select2-choice span {
		    margin-right: 28px;
		    display: block;
		    overflow: hidden;

		    white-space: nowrap;

		    -ms-text-overflow: ellipsis;
		     -o-text-overflow: ellipsis;
		        text-overflow: ellipsis;
		}

		.select2-container .select2-choice abbr {
		    display: block;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 26px;
		    top: 8px;

		    font-size: 1px;
		    text-decoration: none;

		    border: 0;
		    cursor: pointer;
		    outline: 0;
		}
		.select2-container .select2-choice abbr:hover {
		    background-position: right -11px;
		    cursor: pointer;
		}

		.select2-drop-mask {
		    position: absolute;
		    left: 0;
		    top: 0;
		    z-index: 9998;
		    opacity: 0;
		}

		.select2-drop {
		    width: 100%;
		    margin-top:-1px;
		    position: absolute;
		    z-index: 9999;
		    top: 100%;

		    background: #fff;
		    color: #000;
		    border: 1px solid #5D98CC;
		    border-top: 0;
		    border-bottom-width:3px;

		    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
		       -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
		            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
		}

		.select2-drop.select2-drop-above {
		    margin-top: 1px;
		    border-top: 1px solid #5D98CC;
		    border-top-width:3px;
		    border-bottom: 0;

		    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
		       -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
		            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
		}

		.select2-container .select2-choice div, .select2-choices > div {
			display: block;
			width: 32px;
			position: absolute;
			right: 0;
			top: 0px;
			height: 30px;
			border-left: 1px solid #CCC;
			color: #494949;
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding;
			background-clip: padding-box;
			background: #FFF;
			font-size: 14px;
			font-weight: normal;
			line-height: 30px;
			text-align: center;
			background-color: #EEE;
		}

		.select2-container .select2-choice div b {
		    display: block;
		    width: 100%;
		    height: 100%;
		    background: url('../img/select2.png') no-repeat 0 1px;
		}

		.select2-search {
		    display: inline-block;
		    width: 100%;
		    min-height: 26px;
		    margin: 0;
		    padding-left: 4px;
		    padding-right: 4px;

		    position: relative;
		    z-index: 10000;

		    white-space: nowrap;
		}

		.select2-search-hidden {
		    display: block;
		    position: absolute;
		    left: -10000px;
		}

		.select2-search input {
		    width: 100%;
		    height: auto !important;
		    min-height: 29px;
		    padding: 6px 20px 5px 10px;
		    margin: 0;

		    outline: 0;
		    font-family: sans-serif;
		    font-size: 1em;

		    border: 1px solid #aaa;

		    -webkit-box-shadow: none;
		       -moz-box-shadow: none;
		            box-shadow: none;

		    background: #fff url('../img/select2.png') no-repeat 100% 4px;
		    background: url('../img/select2.png') no-repeat 100% 4px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
		    background: url('../img/select2.png') no-repeat 100% 4px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
		    background: url('../img/select2.png') no-repeat 100% 4px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
		    background: url('../img/select2.png') no-repeat 100% 4px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
		    background: url('../img/select2.png') no-repeat 100% 4px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
		    background: url('../img/select2.png') no-repeat 100% 4px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
		}

		.select2-drop.select2-drop-above .select2-search input {
		    margin-top: 4px;
		}

		.select2-search input.select2-active {
		    background: #fff url('../img/select2-spinner.gif') no-repeat 100%;
		    background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
		    background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
		    background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
		    background: url('../img/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
		    background: url('../img/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
		    background: url('../img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
		}

		.select2-container-active .select2-choice,
		.select2-container-active .select2-choices {
		    border: 1px solid #5897fb;
		    outline: none;

		}

		.select2-dropdown-open .select2-choice {
		    border-bottom-color: transparent;
		    -webkit-box-shadow: 0 1px 0 #fff inset;
		       -moz-box-shadow: 0 1px 0 #fff inset;
		            box-shadow: 0 1px 0 #fff inset;

		    background-color: #fff;
		}

		.select2-dropdown-open .select2-choice div, .select2-dropdown-open .select2-choices > div {
		    background: transparent;
		    border-left: none;
		    filter: none;
		}
		.select2-dropdown-open .select2-choice div b {
		    background-position: -18px 1px;
		}

		/* results */
		.select2-results {
		    max-height: 200px;
		    padding: 0 0 0 4px;
		    margin: 4px 4px 4px 0;
		    position: relative;
		    overflow-x: hidden;
		    overflow-y: auto;
		    -webkit-tap-highlight-color: rgba(0,0,0,0);
		}

		.select2-results ul.select2-result-sub {
		    margin: 0;
		    padding:0;
		}

		.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
		.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
		.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
		.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
		.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
		.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
		.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

		.select2-results li {
		    list-style: none;
		    display: list-item;
		    background-image: none;
		}

		.select2-results li.select2-result-with-children > .select2-result-label {
		    font-weight: bold;
		}

		.select2-results .select2-result-label {
		    padding: 3px 7px 4px;
		    margin: 0;
		    cursor: pointer;

		    -webkit-touch-callout: none;
		      -webkit-user-select: none;
		       -khtml-user-select: none;
		         -moz-user-select: none;
		          -ms-user-select: none;
		              user-select: none;
		}

		.select2-results .select2-highlighted {
		    background: #3276B1;
		    color: #fff;
		}

		.select2-results li em {
		    background: #feffde;
		    font-style: normal;
		}

		.select2-results .select2-highlighted em {
		    background: transparent;
		}

		.select2-results .select2-highlighted ul {
		    background: white;
		    color: #000;
		}


		.select2-results .select2-no-results,
		.select2-results .select2-searching,
		.select2-results .select2-selection-limit {
		    background: #f4f4f4;
		    display: list-item;
		}

		/*
		disabled look for disabled choices in the results dropdown
		*/
		.select2-results .select2-disabled.select2-highlighted {
		    color: #666;
		    background: #f4f4f4;
		    display: list-item;
		    cursor: default;
		}
		.select2-results .select2-disabled {
		  background: #f4f4f4;
		  display: list-item;
		  cursor: default;
		}

		.select2-results .select2-selected {
		    display: none;
		}

		.select2-more-results.select2-active {
		    background: #f4f4f4 url('../img/select2-spinner.gif') no-repeat 100%;
		}

		.select2-more-results {
		    background: #f4f4f4;
		    display: list-item;
		}

		/* disabled styles */

		.select2-container.select2-container-disabled .select2-choice {
		    background-color: #f4f4f4;
		    background-image: none;
		    border: 1px solid #ddd;
		    cursor: default;
		}

		.select2-container.select2-container-disabled .select2-choice div {
		    background-color: #f4f4f4;
		    background-image: none;
		    border-left: 0;
		}

		.select2-container.select2-container-disabled .select2-choice abbr {
		    display: none
		}


		/* multiselect */


		.select2-container-multi .select2-choices {
		    height: auto !important;
		    height: 1%;
		    margin: 0;
		    padding: 0;
		    position: relative;

		    border: 1px solid #BDBDBD;
		    cursor: text;
		    overflow: hidden;

		}

		.select2-locked {
		  padding: 3px 5px 3px 5px !important;
		}

		.select2-container-multi .select2-choices {
		    min-height: 32px;
		    padding-right: 28px;
		}

		.select2-container-multi.select2-container-active .select2-choices {
		    border: 1px solid #5897fb;
		    outline: none;

		}
		.select2-container-multi .select2-choices li {
		    float: left;
		    list-style: none;
		}
		.select2-container-multi .select2-choices .select2-search-field {
		    margin: 0;
		    padding: 0;
		    white-space: nowrap;
		}

		.select2-container-multi .select2-choices .select2-search-field input {
		    padding: 5px;
		    margin: 1px 0;

		    font-family: sans-serif;
		    font-size: 100%;
		    color: #666;
		    outline: 0;
		    border: 0;
		    background: transparent !important;
		}

		.select2-container-multi .select2-choices .select2-search-field input.select2-active {
		    background: #fff url('../img/select2-spinner.gif') no-repeat 100% !important;
		}

		.select2-default {
		    color: #999 !important;
		}

		.select2-container-multi .select2-choices .select2-search-choice {
			padding: 1px 28px 1px 8px;
			margin: 3px 0 3px 5px;
			position: relative;
			line-height: 18px;
			color: #fff;
		    cursor: default;
		    border: 1px solid #285E8E;

		    -webkit-background-clip: padding-box;
		       -moz-background-clip: padding;
		            background-clip: padding-box;

		    -webkit-touch-callout: none;
		      -webkit-user-select: none;
		       -khtml-user-select: none;
		         -moz-user-select: none;
		          -ms-user-select: none;
		              user-select: none;

		    background-color: #3276B1;
		}
		.select2-container-multi .select2-choices .select2-search-choice span {
		    cursor: default;
		}
		.select2-container-multi .select2-choices .select2-search-choice-focus {
		    background: #285E8E;
		}

		.select2-search-choice-close {
		    display: block;
		    min-width: 12px;
		    min-height: 13px;
		    position: absolute;
		    right: 3px;
		    top: 3px;
			margin:0;
			padding:0;
		    font-size: 15px;
		    line-height:12px;
		    text-decoration: none !important;

		}
		.select2-container-multi .select2-search-choice-close {
		  	display: block;
			top: 0px;
			right: 0px;
			padding: 3px 4px 3px 6px;
		}
		.select2-container-multi .select2-search-choice-close:hover{
			background:rgba(0,0,0,.3);
		}

		.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
		  background-position: right -11px;
		}
		.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
		    background-position: right -11px;
		}

		/* disabled styles */
		.select2-container-multi.select2-container-disabled .select2-choices{
		    background-color: #f4f4f4;
		    background-image: none;
		    border: 1px solid #ddd;
		    cursor: default;
		}

		.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
		    padding: 3px 5px 3px 5px;
		    border: 1px solid #ddd;
		    background-image: none;
		    background-color: #f4f4f4;
		}

		.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
		    display: none;
		}
		/* end multiselect */


		.select2-result-selectable .select2-match,
		.select2-result-unselectable .select2-match {
		    text-decoration: underline;
		}

		.select2-offscreen {
		    position: absolute;
		    left: -10000px;
		}

		/* Retina-ize icons */

	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
		.select2-search input,
		.select2-container .select2-choice div b {
			background-image: url('../img/select2.png') !important;
			background-repeat: no-repeat !important;
		}
	}

	/*
	 * Forced text alignments
	 */

	.text-align-center, .text-center {
		text-align:center !important
	}
	.text-align-left, .text-left {
		text-align:left !important
	}
	.text-align-right, .text-right {
		text-align:right !important
	}

	/*
	 * Font Weights
	 */

	.semi-bold {
		font-weight:400 !important;
	}

	.ultra-light {
		font-weight:300 !important;
	}

	/*
	 * Font Sizes
	 */


	.font-xs {
		font-size:85% !important;
	}

	.font-sm {
		font-size:95% !important;
	}

	.font-md {
		font-size:130% !important;
	}

	.font-lg {
		font-size:160% !important;
	}

	.font-xl {
		font-size:200% !important;
	}

	.font-400 {
		font-size:400% !important;
	}

	/*
	 * Center Canvas
	 */
	.center-canvas, .center-child-canvas > canvas {
		display:block !important;
		margin:0 auto !important;
	}

	/*
	 * Margins
	 */

	.no-margin {
		margin:0px !important;
	}

	.margin-top-5 {
		margin-top:5px !important;
	}

	.margin-top-10 {
		margin-top:10px !important;
	}

	.margin-bottom-5 {
		margin-bottom:5px !important;
	}

	.margin-bottom-10 {
		margin-bottom:10px !important;
	}

	.margin-right-5 {
		margin-right:5px !important;
	}


	/*
	 * No border
	 */

	.no-border, .well[class*=" bg-"].no-border {
		border-width:0px !important;
	}

	.no-border-transparent {
		border-color:transparent !important;
	}

	.no-border-radius {
		border-radius:0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}

	/*
	 * Inlines
	 */
	.display-inline {
		display:inline-block !important;
	}

	.display-normal {
		display:inline !important;
	}

	/*
	 * VECTOR MAP
	 */

	 .jvectormap-label {
	    position: absolute;
	    display: none;
	    border: solid 1px #CDCDCD;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    background: #292929;
	    color: white;
	    font-family: sans-serif, Verdana;
	    font-size: smaller;
	    padding: 3px;
	}

	.jvectormap-zoomin, .jvectormap-zoomout {
		position: absolute;
		background: #292929;
		padding: 4px;
		width: 22px;
		height: 22px;
		cursor: pointer;
		line-height: 10px;
		text-align: center;
		font-size: 14px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		background-color: #FFF;
		border: 1px solid #CCC;
	}

	.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
		background:#ebebeb;
		border-color:#adadad;
	}


	.jvectormap-zoomin {
	    top: 0px;
	}

	.jvectormap-zoomout {
	    top: 24px;
	}


	.vector-map {
		height:300px;
		width:100%;
		padding:10px;
	}

	#heat-fill {
		display:block;
		position: relative;
		margin-bottom:20px;
		background:#333;
		height:7px;
		width:200px;
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC)
	}

	.fill-a, .fill-b {
		width:20px;
		text-align: right;
		overflow:hidden;
		text-overflow:ellipsis;
		display:block;
		background:#fff;
		padding-right:4px;
		position:absolute;
		left:0px;
		margin-top:-7px;
		font-weight:bold;

	}.fill-b {
		text-align:left;
		position:absolute;
		right:0px;
		left:auto;
		top:0px;
		width:60px;
		padding-left:4px;
		padding-right:0px;

	}

	/*
	 * NESTABLES
	 */

	.dd {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		max-width: 600px;
		list-style: none;
		font-size: 13px;
		line-height: 20px;
	}

	.dd-list {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.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;
		font-size: 13px;
		line-height: 20px;
	}

	.dd-handle {
		display: block;
		font-size: 15px;
		margin: 5px 0;
		padding: 7px 15px;
		color: #333;
		text-decoration: none;
		border: 1px solid #CCC;
		background: #FAFAFA;
	}
	.dd-handle:hover {
		color: #2ea8e5;
		background: #fff;
	}

	.dd-item > button {
		position: relative;
		cursor: pointer;
		float: left;
		width: 25px;
		height: 20px;
		margin: 7px 10px;
		line-height: 22px !important;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border: 0;
		background: rgba(0, 0, 0, 0);
		text-align: center;
	}
	.dd-item > button {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
	}
	.dd-item > button:before {
		content: '\f055';
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		text-indent: 0;
		color: #2A89C9;
	}
	.dd-item > button[data-action="collapse"]:before {
		content: '\f056';
		color: #A90329;
	}

	.dd-placeholder, .dd-empty {
		margin: 5px 0;
		padding: 0;
		min-height: 30px;
		background: #f2fbff;
		border: 1px dashed #b6bcbf;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.dd-empty {
		border: 1px dashed #bbb;
		min-height: 100px;
		background-color: #e5e5e5;
		background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
		background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
		background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
		background-size: 60px 60px;
		background-position: 0 0, 30px 30px;
	}

	.dd-dragel {
		position: absolute;
		pointer-events: none;
		z-index: 9999;
	}
	.dd-dragel > .dd-item .dd-handle {
		margin-top: 0;
	}
	.dd-dragel .dd-handle {
		-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
		box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
	}

	/**
	 * Nestable Extras
	 */

	.nestable-lists {
		display: block;
		clear: both;
		padding: 30px 0;
		width: 100%;
		border: 0;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
	}

	#nestable-menu {
		padding: 0;
		margin: 10px 0 20px;
	}

	#nestable-output, #nestable2-output {
		width: 100%;
		padding: 5px;
	}

	@media only screen and (min-width: 700px) {

		.dd {
			float: left;
			width: 100%;
		}
		.dd + .dd {
			margin-left: 2%;
		}

	}

	.dd-hover > .dd-handle {
		background: #2ea8e5 !important;
	}

	/**
	 * Nestable Draggable Handles
	 */

	.dd3-content {
		display: block;
		margin: 5px 0;
		padding: 6px 10px 8px 40px;
		font-size: 15px;
		color: #333;
		text-decoration: none;
		border: 1px solid #ccc;
		background: #fafafa;
	}
	.dd3-content:hover {
		color: #2ea8e5;
		background: #fff;
	}

	.dd-dragel > .dd3-item > .dd3-content {
		margin: 0;
	}

	.dd3-item > button {
		margin-left: 38px;
	}

	.dd3-handle {
		position: absolute;
		margin: 0;
		left: 0;
		top: 0;
		cursor: move;
		width: 30px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border: 1px solid #aaa;
		background: #ddd;
		background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
		background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
		background: linear-gradient(top, #ddd 0%, #bbb 100%);
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		padding: 8px 15px;
	}
	.dd3-handle:before {
		content: '\f0c9';
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		width: 100%;
		text-align: center;
		text-indent: 0;
		color: #818181;
		font-weight: normal;
		line-height: 28px;
	}
	.dd3-handle:hover:before {
		color: #C27616;
	}

	.dd-handle:hover + .dd-list .dd-handle, .dd-handle:hover {
		background: #FDDFB3 !important;
		border: 1px solid #FAA937;
		color: #333 !important;
	}

	.dd-handle > span {
		font-size: 13px;
		color: #777;
	}
	.dd-dragel > .dd-item > .dd-handle {
		border-left-width: 4px;
	}

	.dd-dragel > li.dd-item.dd3-item {
		position: relative;
		top: 10px;
		left: 10px;
		z-index: 999;
	}


	/*
	 * CKEDITOR
	 */

	.cke_top {
		background: rgba(248, 248, 248, 0.9) !important;
		background-image:none !important;
	}

	/*
	 * SEARCH RESULTS
	 */

	.search-results {
		padding: 18px 5px;
	}

	.search-results + .search-results {
		border-top: 1px dashed #E3E3E3;
	}
	.search-results>:first-child {
		margin-bottom:4px;
		font-weight:400;
	}

	.search-results>:first-child a {
		text-decoration:underline;
	}
	.search-results .url {
		font-style: normal;
		font-size:14px;
	}
	.search-results img {
		display: inline-block;
		margin-top:4px;
		margin-right: 4px;
		width: 80px;
	}
	.search-results > div {
		display:inline-block;
		vertical-align:top;
	}
	.search-results .note {
		margin:0;
		line-height:normal;
	}
	.search-results .note a {
		text-decoration:none !important;
		color:#333;
	}.search-results .note a:hover {
		color:#ed1c24;
	}

	/*
	 * PROFILE PAGE
	 */
	.profile-pic {
		text-align:right;
	}
	.profile-pic > img{
		border-radius: 0%;
		position: relative;
		border: 5px solid #FFF;
		top: -30px;
		display: inline-block;
		text-align: right;
		z-index: 4;
		width: 120px;
		margin-bottom:-30px;
	}

	.profile-carousel .carousel-inner {
		max-height:150px;
	}

	.friends-list li {
		margin-bottom:10px;
	}

	.friends-list img {
		width:35px;
		border:1px solid #ffffff;
		outline:1px solid #CFCFCF;
	}

	/*
	 * ANIMATED
	 */

	/* Navigation icon first level */
	nav > ul > li > a:hover i {
		-webkit-animation-name: wobble;
		-moz-animation-name: wobble;
		-o-animation-name: wobble;
		animation-name: wobble;
	}

	nav > ul > li > a:hover i {
		-webkit-animation-duration: .7s;
		-moz-animation-duration: .7s;
		-o-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}


	/* All dropdowns */
	.open > .dropdown-menu {
		-webkit-animation-name: flipInX;
		-moz-animation-name: flipInX;
		-o-animation-name: flipInX;
		animation-name: flipInX;
	}

	.open > .dropdown-menu {
		-webkit-animation-duration: .4s;
		-moz-animation-duration: .4s;
		-o-animation-duration: .4s;
		animation-duration: .4s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.active + .ajax-dropdown {
		-webkit-animation-name: flipInY;
		-moz-animation-name: flipInY;
		-o-animation-name: flipInY;
		animation-name: flipInY;
		-webkit-animation-duration: .7s;
		-moz-animation-duration: .7s;
		-o-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	/*
	 * Custom Radio and Input
	 * SETUP
	 */

	.checkbox input[type="checkbox"].checkbox + span,
	.checkbox-inline input[type="checkbox"].checkbox + span,
	.radiobox-inline input[type="radio"].radiobox + span,
	.radio input[type="radio"].radiobox + span {
		margin-left:-20px;
	}

	.form-inline .checkbox input[type="checkbox"].checkbox + span,
	.form-inline .radiobox input[type="radio"].radiobox + span {
		margin-left:0px;
	}
	.form-inline .checkbox,
	.form-inline .radiobox {
		padding-left:0px;
	}

	label input[type="radio"].radiobox + span, input[type="checkbox"].checkbox + span {
		vertical-align: middle;
		line-height:20px;
	}

	input[type="checkbox"].checkbox + span, input[type="checkbox"].checkbox + span:after, input[type="checkbox"].checkbox + span:before,
	input[type="radio"].radiobox + span, input[type="radio"].radiobox + span:after, input[type="radio"].radiobox + span:before {
		box-sizing:content-box !important;
		-webkit-box-sizing:content-box !important;
		-moz-box-sizing:content-box !important;
	}

	input[type="checkbox"].checkbox,
	input[type="radio"].radiobox {
		visibility:hidden;
		position: absolute;
		z-index: 20;
		width: 18px;
		height: 18px;
	}
	label input[type="checkbox"].checkbox + span,
	label input[type="radio"].radiobox + span {
		position: relative;
		z-index: 19;
		display: inline-block;
		margin: 0;
		line-height:17px;
		min-height:14px;
		min-width:14px;
		margin-right:5px;
	}

	label input[type="checkbox"].checkbox + span:hover,
	label input[type="radio"].radiobox + span:hover {
		cursor:pointer;
	}

	label input[type="radio"].radiobox + span:before,
	label input[type="checkbox"].checkbox + span:before {
		font-family: 'FontAwesome';
		font-size: 12px;
		border-radius: 0;
		content: "\a0"; /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		padding:1px;
		height: 12px;
		line-height: 12px;
		min-width: 12px;
		margin-right:5px;
		border: 1px solid #CCC;
		background-color: #FAFAFA;
		font-weight:normal;
		margin-top:-1px;

	}

	/*
	 * RADIO
	 */

	label input[type="radio"].radiobox + span:before {
		content: "\a0"; /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
		border-radius:50%;
		-moz-border-radius:50%;
		-webkit-border-radius: 50%;
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .2);
	}

	label input[type="radio"].radiobox:checked + span {
		font-weight:bold;
	}

		/* DEFAULT COLOR */

		label input[type="radio"].radiobox:checked + span:before {
			content: "\f111"; /* circle */
			color:#2E7BCC;
		}

		/* ORANGE COLOR */

		label input[type="radio"].radiobox.style-3:checked + span:before {
			color:#A90329;
			border-color:#A90329;
		}

		/* CHROME COLOR */

		label input[type="radio"].radiobox.style-2:checked + span:before {
			color:#66665e;
			border-color:#4d90fe;
			font-size:9px;
		}

		label input[type="radio"].radiobox.style-2:checked + span {
			font-weight:normal;
		}

		/* Style 1 Radio */

		label input[type="radio"].radiobox.style-1 + span:before {
			font-size:9px;
			background:#fff;
			text-shadow:none;
			box-shadow:none !important;
			border-width:1px;
			height: 13px;
			line-height: 13px;
			min-width: 13px;
		}
		label input[type="radio"].radiobox.style-1:checked + span:before {
			font-size:10px;
			color:#333;
			border-color:#333;
			background:#fff;
		}
		label input[type="radio"].radiobox.style-1:checked + span {
			font-weight:normal;
		}


	/*
	 * RADIO:HOVER & ACTIVE STATES
	 */

		/* DEFAULT:HOVER radio content --> 2022 */

		label:hover input[type="radio"].radiobox + span:before,
		label:hover input[type="radio"].radiobox:checked + span:before {
			color:#2E7BCC;
			border-color:#2E7BCC;
		}

		/* ORANGE:HOVER */

		label:hover input[type="radio"].radiobox.style-3 + span:before,
		label:hover input[type="radio"].radiobox.style-3:checked + span:before {
			color:#A90329;
			border-color:#A90329;
		}

		/* CHROME:HOVER */
		label:hover input[type="radio"].radiobox.style-2:checked + span:before {
			color:#66665e;
			border-color:#4d90fe;
		}

		/* METRO:HOVER */
		label:hover input[type="radio"].radiobox.style-1:checked + span:before {
			color:#333;
			border-color:#333;
			background:#fff;
		}
		label:hover input[type="radio"].radiobox.style-1 + span:before {
			color:#333;
			border-color:#333;
			background:#fff;
		}

		/* DEFAULT:ACTIVE */

		label:active input[type="radio"].radiobox + span:before {
			box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .4);
		}


	/*
	 * RADIO:DISABLE STATES
	 */

		/* GLOBAL */
		label input[type="radio"][disabled].radiobox + span,
		label input[type="radio"][disabled].radiobox:checked + span,
		label:hover input[type="radio"][disabled].radiobox:checked + span:before {
			color:#A7A7A7;
			cursor:not-allowed;
		}

		label input[type="radio"][disabled].radiobox:checked + span:before {
			content: "\f111";
		}

		label input[type="radio"][disabled].radiobox:checked + span:before,
		label input[type="radio"][disabled].radiobox + span:before,
		label:active input[type="radio"][disabled].radiobox:checked + span:before,
		label:hover input[type="radio"][disabled].radiobox:checked + span:before {
			background:#eee !important;
			border-color:#CCC !important;
			box-shadow:none;
			color:#A7A7A7;
		}

	/*
	 * CHECKBOX
	 */

	label input[type="checkbox"].checkbox + span:before {
		content: "\a0"; /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */

	}

	label input[type="checkbox"].checkbox:checked + span:before {
		content: "\f00c";
	}

	label input[type="checkbox"].checkbox:checked + span {
		font-weight:bold;
	}

		/* DEFAULT COLOR */

		label input[type="checkbox"].checkbox:checked + span:before {
			color:#2E7BCC;
		}

		/* RED COLOR */

		label input[type="checkbox"].checkbox.style-3:checked + span:before {
			color:#FFF;
			border-color:#A90329;
			background:#A90329;
		}

		/* CHROME */
		label input[type="checkbox"].checkbox.style-2 + span:before {
			background:transparent;
			border-color:#c1c1c1;
			box-shadow:none;
		}
		label input[type="checkbox"].checkbox.style-2:checked + span:before {
			content:"\f00c";
			color:#66665e;
			border-color:#4d90fe;
			background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff; /*#fefeec*/
		}
		label input[type="checkbox"].checkbox.style-2:checked + span {
			font-weight:normal;
		}

		/* METRO COLOR */

		label input[type="checkbox"].checkbox.style-1 + span:before {
			color:#333;
			background:#fff;
			text-shadow:none;
			box-shadow:none !important;
			border-width: 1px;
			height: 12px;
			line-height: 13px;
			min-width: 12px;
		}

		label input[type="checkbox"].checkbox.style-1:checked + span:before {
			color:#333;
			border-color:#333;
		}
		label input[type="checkbox"].checkbox.style-1:checked + span {
			font-weight:normal;
		}


	/*
	 * CHECKBOX:HOVER & ACTIVE STATES
	 */

	label:active input[type="checkbox"].checkbox + span:before {
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .4);
	}

		/* DEFAULT:HOVER */

		label:hover input[type="checkbox"].checkbox + span:before {
			color:#2E7BCC;
			border-color:#2E7BCC;

		}

		/* RED:HOVER*/

		label:hover input[type="checkbox"].checkbox.style-3 + span:before {
			color:#FFF;
			border-color:#A90327;
		}

		/* CHROME:HOVER*/

		label:hover input[type="checkbox"].checkbox.style-2 + span:before {
			box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .2);
		}

		label:hover input[type="checkbox"].checkbox.style-2:checked + span:before {
			box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .4);
		}

		/* METRO:HOVER*/

		label:hover input[type="checkbox"].checkbox.style-1 + span:before {
			border-color:#333;
		}

		/* DEFAULT:ACTIVE */

		label:active input[type="checkbox"].checkbox:checked + span:before {
			color:#FFF;
			background:#2E7BCC;
			border-color:#2E7BCC;
		}

		/* RED:ACTIVE */

		label:active input[type="checkbox"].checkbox.style-3:checked + span:before {
			color:#A90329;
			background:#FFF;
			border-color:#A90329;
		}

		/* CHROME:ACTIVE */

		label:active input[type="checkbox"].checkbox.style-2:checked + span:before {
			color:#66665e;
			background:transparent;
			border-color:#c1c1c1;
			box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .4);
		}
		label:active input[type="checkbox"].checkbox.style-2 + span:before {
			color:#66665e;
			background:transparent;
			border-color:#c1c1c1;
			box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .4);
		}

		/* METRO:ACTIVE */

		label:active input[type="checkbox"].checkbox.style-1:checked + span:before {
			color:#FFF;
			background:#333;
			border-color:#333;
		}


	/*
	 * CHECKBOX:DISABLE STATES
	 */

		/* GLOBAL */
		label input[type="checkbox"][disabled].checkbox + span,
		label input[type="checkbox"][disabled].checkbox:checked + span,
		label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
			color:#A7A7A7;
			cursor:not-allowed;
		}

		label input[type="checkbox"][disabled].checkbox:checked + span:before {
			content: "\f00c";
			color:#A7A7A7;
		}
		label input[type="checkbox"][disabled].checkbox.style-2:checked + span:before {
			content: "\f00c";
		}

		label input[type="checkbox"][disabled].checkbox:checked + span:before,
		label input[type="checkbox"][disabled].checkbox + span:before,
		label:active input[type="checkbox"][disabled].checkbox:checked + span:before,
		label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
			background:#eee !important;
			border-color:#CCC !important;
			box-shadow:none;
			color:#A7A7A7;
			box-shadow:none !important;
		}

	/*
	 * PACE PROGRESS BAR
	 */

	.pace {
	  -webkit-pointer-events: none;
	  pointer-events: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
	}

	.pace-inactive {
	  display: none;
	}

	.pace .pace-progress {
	  background: #3276B1;
	  position: fixed;
	  z-index: 2000;
	  top: 0;
	  left: 0;
	  height: 2px;

	  -webkit-transition: width 1s;
	  -moz-transition: width 1s;
	  -o-transition: width 1s;
	  transition: width 1s;
	}

	.pace .pace-progress-inner {
	  display: block;
	  position: absolute;
	  right: 0px;
	  width: 100px;
	  height: 100%;
	  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	  opacity: 1.0;
	  -webkit-transform: rotate(3deg) translate(0px, -4px);
	  -moz-transform: rotate(3deg) translate(0px, -4px);
	  -ms-transform: rotate(3deg) translate(0px, -4px);
	  -o-transform: rotate(3deg) translate(0px, -4px);
	  transform: rotate(3deg) translate(0px, -4px);
	}

	.pace .pace-activity {
	  display: block;
	  position: fixed;
	  z-index: 2000;
	  top: 63px;
	  right: 40px;
	  width: 14px;
	  height: 14px;
	  border: solid 2px transparent;
	  border-top-color: #29d;
	  border-left-color: #29d;
	  border-radius: 10px;
	  -webkit-animation: pace-spinner 400ms linear infinite;
	  -moz-animation: pace-spinner 400ms linear infinite;
	  -ms-animation: pace-spinner 400ms linear infinite;
	  -o-animation: pace-spinner 400ms linear infinite;
	  animation: pace-spinner 400ms linear infinite;
	}

	@-webkit-keyframes pace-spinner {
	  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
	}
	@-moz-keyframes pace-spinner {
	  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
	}
	@-o-keyframes pace-spinner {
	  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
	}
	@-ms-keyframes pace-spinner {
	  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
	}
	@keyframes pace-spinner {
	  0% { transform: rotate(0deg); transform: rotate(0deg); }
	  100% { transform: rotate(360deg); transform: rotate(360deg); }
	}

	/*
	 * BS Multiselect
	 * TODO:
	 */

	.multiselect-container {
		position: absolute;
		list-style-type: none;
		margin: 0;
		padding: 0
	}
	.multiselect-container .input-group {
		margin: 5px
	}
	.multiselect-container > li {
		padding: 0
	}
	.multiselect-container > li > a.multiselect-all label {
		font-weight: bold
	}
	.multiselect-container > li > label.multiselect-group {
		margin: 0;
		padding: 3px 20px 3px 20px;
		height: 100%;
		font-weight: bold
	}
	.multiselect-container > li > a > label {
		margin: 0;
		height: 100%;
		cursor: pointer;
		font-weight: normal
	}
	.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
		margin: 0
	}
	.multiselect-container > li > a > label > input[type="checkbox"] {
		margin-bottom: 5px
	}
	.btn-group > .btn-group:nth-child(2)> .multiselect.btn {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px
	}

	/*
	 * Error Page
	 */
	.error-box {
		max-width: 900px;
		margin: 0 auto;
	}
	.error-text {
		font-weight: 400;
		color: #fff;
		letter-spacing: -4px;
		font-size: 700%;
		margin-bottom:30px;
		text-shadow: 0 1px 0 #CCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAA, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
	}
	.error-search {
		width: 300px;
		margin: 0 auto 20px;
	}

	.error-icon-shadow {
		text-shadow: 0 1px 0 #803838, 0 2px 0 #A85D5D, 0 3px 0 #B86565, 0 4px 0 #D86F6F, 0 5px 0 #B3A5A5, 0 6px 1px rgba(131, 51, 51, 0.1), 0 0 5px rgba(102, 30, 30, 0.1), 0 1px 3px rgba(95, 15, 15, 0.3), 0 3px 5px rgba(100, 23, 23, 0.2), 0 5px 10px rgba(114, 30, 30, 0.25), 0 10px 10px rgba(94, 15, 15, 0.2), 0 20px 20px rgba(121, 38, 38, 0.15);
	}

	/*
	 * Images
	 */

	.hover-transparent {
		opacity:.5;
	}.hover-transparent:hover {
		opacity:1;
	}

	/*
	 * DEMO
	 * Demo CSS only
	 */
	.demo label {
		margin-bottom:0 !important;
	}

	.demo .checkbox i {
		border-color: #7A7A7A;
	}

	.demo .radio, .demo .checkbox {
	 	padding-left:22px;
	}

	.demo.activate {
		right:0px !important;
	}

	.demo {
		position:absolute;
		top:5px;
		right:-160px;
		width:160px;
		z-index:5;
		padding:5px 10px 10px;
		background:#F1DA91;

		-moz-transition: right .1s ease-out;
		-ms-transition: right .1s ease-out;
		-o-transition: right .1s ease-out;
		-webkit-transition: right .1s ease-out;
		transition: right .1s ease-out;
	}

	.demo > span {
		position: absolute;
		left: -30px;
		top: 0px;
		display: block;
		height: 30px;
		width: 30px;
		border-radius: 5px 0 0 5px;
		background: #F1DA91;
		padding: 2px;
		text-align: center;
		line-height: 28px;
		cursor:pointer;
	}

	.demo > span i {
		font-size:17px;
	}

	.demo.activate > span i:before {
		content: "\f00d";
	}

	.demo > span:hover i {
		color:#333 !important;
	}

	.demo form section {
		margin:0 !important;
	}

	.demo .btn {
		font-size: 13px !important;
		line-height: 1.5 !important;
		border-radius: 3px !important;
		padding: 3px 7px !important;
		height:auto !important;
	}

	.demo-liveupdate-1 {
		font-size: 12px !important;
		position: absolute !important;
		left: 33px;
		top: 15px;
		display: block;
		z-index: 2;
		font-weight: bold;
		padding: 1px 61px 3px 7px;
	}

	.demo-btns {
		margin:0;
		padding:0;
		list-style:none;
	}
	.demo-btns > li {
		display:inline-block;
		margin-bottom:7px;
	}


	.demo-icon-font {
		font-size: 14px;
		margin-bottom: 6px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.demo-icon-font:hover {
		background-color: rgba(86, 61, 124, 0.1);
		text-decoration: none;
	}

	.demo-modal {
		width: auto;
		max-width:600px;
		z-index: 1;
	}

	.demo-red {
		color:#DF413E
	}

	.demo-orange {
		color:#DAA03E;
	}

	.demo-border {
		border:1px solid rgba(0,0,0,.2)
	}

.jarviswidget .table-responsive {
    padding:0px;
}

.ui-autocomplete {
    z-index: 1000000;
}

.db-fast-form h2 {
    font-size: 16px;
    margin:0px;
}

.db-fast-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 14px 0px;
}

.db-fast-form .form-actions {
    margin:0px;
    padding:0px;
    border:0px none;
    background: none;
}



.b-signin-logo {
    margin-bottom:15px;
}

#logout a {
    font-weight: normal;
    font-size:14px;
    line-height: 23px;
    cursor: pointer;
}

.dl-horizontal.dl-options dt {
	width: 70px;
}
.dl-horizontal.dl-options dd {
    margin-left: 70px;
}


@media(min-width:1600px){
  .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11, .col-rt-12 {
    float: left;
  }
  .col-rt-12 {
    width: 100%;
  }
  .col-rt-11 {
    width: 91.66666667%;
  }
  .col-rt-10 {
    width: 83.33333333%;
  }
  .col-rt-9 {
    width: 75%;
  }
  .col-rt-8 {
    width: 66.66666667%;
  }
  .col-rt-7 {
    width: 58.33333333%;
  }
  .col-rt-6 {
    width: 50%;
  }
  .col-rt-5 {
    width: 41.66666667%;
  }
  .col-rt-4 {
    width: 33.33333333%;
  }
  .col-rt-3 {
    width: 25%;
  }
  .col-rt-2 {
    width: 16.66666667%;
  }
  .col-rt-1 {
    width: 8.33333333%;
  }
  .col-rt-pull-12 {
    right: 100%;
  }
  .col-rt-pull-11 {
    right: 91.66666667%;
  }
  .col-rt-pull-10 {
    right: 83.33333333%;
  }
  .col-rt-pull-9 {
    right: 75%;
  }
  .col-rt-pull-8 {
    right: 66.66666667%;
  }
  .col-rt-pull-7 {
    right: 58.33333333%;
  }
  .col-rt-pull-6 {
    right: 50%;
  }
  .col-rt-pull-5 {
    right: 41.66666667%;
  }
  .col-rt-pull-4 {
    right: 33.33333333%;
  }
  .col-rt-pull-3 {
    right: 25%;
  }
  .col-rt-pull-2 {
    right: 16.66666667%;
  }
  .col-rt-pull-1 {
    right: 8.33333333%;
  }
  .col-rt-pull-0 {
    right: auto;
  }
  .col-rt-push-12 {
    left: 100%;
  }
  .col-rt-push-11 {
    left: 91.66666667%;
  }
  .col-rt-push-10 {
    left: 83.33333333%;
  }
  .col-rt-push-9 {
    left: 75%;
  }
  .col-rt-push-8 {
    left: 66.66666667%;
  }
  .col-rt-push-7 {
    left: 58.33333333%;
  }
  .col-rt-push-6 {
    left: 50%;
  }
  .col-rt-push-5 {
    left: 41.66666667%;
  }
  .col-rt-push-4 {
    left: 33.33333333%;
  }
  .col-rt-push-3 {
    left: 25%;
  }
  .col-rt-push-2 {
    left: 16.66666667%;
  }
  .col-rt-push-1 {
    left: 8.33333333%;
  }
  .col-rt-push-0 {
    left: auto;
  }
  .col-rt-offset-12 {
    margin-left: 100%;
  }
  .col-rt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-rt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-rt-offset-9 {
    margin-left: 75%;
  }
  .col-rt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-rt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-rt-offset-6 {
    margin-left: 50%;
  }
  .col-rt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-rt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-rt-offset-3 {
    margin-left: 25%;
  }
  .col-rt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-rt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-rt-offset-0 {
    margin-left: 0;
  }

}
.form-horizontal .control-label {
	font-weight: bold;
    text-align: left;
}
.control-label ~ .control-label {
	font-weight: normal;
}

.control-label div{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.modal-dialog .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

/* Right modal */
.modal-right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal-right {
	height: 100%;
	overflow-y: hidden;
}

.modal-right .modal-body {
	padding: 15px 15px 100px;
}

.modal-right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal-right.fade.in .modal-dialog {
	right: 0;
}

.modal-right .modal-content {
	border-radius: 0;
	border: none;
	height: 100%;
	overflow-y: auto !important;
	position:relative;
}

.modal-right .modal-footer {
	border-radius: 0;
	bottom: 0px;
	position: fixed;
	width: 100%;
	text-align: center !important;
	background-color: white;
}

.e-dgs-filter-datetime-range-label {
	word-wrap: normal !important;
	word-break: normal !important;
}

.e-dgs-filter-datetime-range-label span {
	display: block;
	width: 46px;
	background: #3276b1;
	margin-top: -1px;
	padding: 5px 5px;
	color: #fff;
}

.range-date-input::-webkit-inner-spin-button {
	display: none;
}

.tab-content {
	margin-top: 14px;
}

/* XXX: fix jarvis widget tabs style*/
.tab-item-title {
	color: #333;
}

div.e-dgs-field-input-many2many ul {
	padding-left: 16px;
}

.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

ul.nav-tabs {
	display: flex;
	flex-wrap: wrap;
}

ul.nav-tabs > li {
	text-align: center;
	flex: 1;
}

body .jarviswidget > header > h2 {
	width:80%;
}

.b-hui-block .widget-body {
	overflow: hidden;
}

.dl-horizontal > dd.span5 {
	word-wrap: break-word;
}

#loadingBar {
	overflow: hidden;
}
#myModal:has(.select2-container-active.select2-dropdown-open) {
	overflow: hidden;
}

.modern-ui-filter-wrapper #filter-popup {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    max-width: 400px;
}

.modern-ui-filter-wrapper #filter-popup.active {
    display: block;
}

/* Wrapper for Filters Button and Summary */
.modern-ui-filter-wrapper .filter-header {
    margin: 10px; /* Add spacing around the filter header */
}

/* Filters Button */
.modern-ui-filter-wrapper #filters-btn {
    white-space: nowrap; /* Prevent text from wrapping */
}

/* Selected Filters */
.modern-ui-filter-wrapper .selected-filters {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping if there are many filters */
    gap: 5px; /* Space between filter items */
}

.modern-ui-filter-wrapper .selected-filters .filter-item {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.modern-ui-filter-wrapper .selected-filters .filter-item button.remove-filter {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 5px;
}

.modern-ui-filter-wrapper .selected-filters .filter-value {
    margin-left: 2px;
}

.modern-ui-filter-wrapper .filter-item .filter-caption {
    font-weight: 600 !important;
    color: #495057 !important;
    margin-right: 5px !important;
}

/*-------------------------
    Guide Block HUI
-------------------------*/

.guide-block {
    display: flex;
    align-items: flex-start; /* Aligns items to the top */
    text-align: left; /* Keeps text aligned to the left */
    padding: 20px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    width: 100%;
    box-sizing: border-box;
}

.guide-block-icon {
    max-width: 50px; /* Limits the size of the image */
    height: auto; /* Keeps aspect ratio */
    margin-right: 15px; /* Adds space between the image and text */
}

.guide-block-content {
    display: flex;
    flex-direction: column;
}

/*-------------------------
    Guide Block HUI
-------------------------*/
