Fbody {
	font-family: 'Times';
	font-size: 12px;
	line-height: 1.42857143;
	color: #607D8B;
	background-color: #cfd8dc;
}
md-checkbox.md-checked .md-icon {
	background-color: #8bc34a ;
}

#topheader .navbar-nav li > a {
	text-transform: capitalize;
	color: #333;
	transition: background-color .2s, color .2s;
	
	&:hover,
	&:focus {
		background-color: #333;
		color: #fff;
	}
}

#topheader .navbar-nav li.active > a {
	background-color: #000;
	color: #fff;
}

.node-alert-block .node-alert-body .node-alert {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    height: 15px;
}

.node-alert-block .node-alert-body .node-alert .node-alert-name {
    float: left;
}

.node-alert-block .node-alert-body .node-alert .node-alert-dateTime {
    float: right;
    font-style: italic;
}

.ccms-box {
    box-sizing: border-box;
    display: block;
    border-radius: 17px;
    padding: 8px 10px;
    margin-bottom: 10px;
    min-height: 55px;
    height: auto;
    min-width: 150px;
    width: max-content;
    max-width: calc(100vw - 30px);
}

.ccms-status-heading {
    width: 100%;
    min-width: 0;
    font-size: 11px;
    line-height: 1.15;
    font-family: "Open Sans",Arial,sans-serif;
    color: #fff;
    margin: 0;
    text-align: center;
    overflow-wrap: anywhere;
    font-weight: 400;
}

.ccms-status-body {
    width: 100%;
    min-width: 0;
    font-size: 18px;
    line-height: 1.1;
    font-family: "Open Sans",Arial,sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    font-weight: 600;
}

.project-content h5 {
	margin-bottom: 12px;
	padding-bottom: 8px;
}

.project-content h5 span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
}

.project-content h5 span {
	border-bottom-color: #ee3733;
}

.panel-primary {
	border-color: #8bc34a ;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #8bc34a ;
	border-color: #8bc34a ;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Navi */
/* .navbar-inverse {
	background-color: #8bc34a ;
	border-color: #8bc34a ;
}


.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #8bc34a ;;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	background-color: #8bc34a ;;
	min-height: 70px;
	padding-top: 7px;
	font-size: 13px;
	box-shadow: 0 4px 8px 0 #8bc34a ;
	transition: 0.3s;
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #8E24AA;
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
	display: inline-block;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
}

ul.topnav li a:hover {
	background-color: #555;
}

ul.topnav li.icon {
	display: none;
}

@media screen and (max-width:680px) {
	ul
	.topnav
	 
	li
	:not
	 
	(
	:first-child
	 
	)
	{
	display
	:
	 
	none
	;
	
	
}

ul.topnav li.icon {
	float: right;
	display: inline-block;
}

}
@media screen and (max-width:680px) {
	ul.topnav.responsive {
		position: relative;
	}
	ul.topnav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.topnav.responsive li {
		float: none;
		display: inline;
	}
	ul.topnav.responsive li a {
		display: block;
		text-align: left;
	}
} */
.notedanger {
	margin-bottom: 15px;
	padding: 4px 12px;
	background-color: #ffdddd;
	border-left: 6px solid #f44336;
	text-align: left;
}

.notesuccess {
	background-color: #ddffdd;
	border-left: 6px solid #4CAF50;
}

.noteinfo {
	background-color: #e7f3fe;
	border-left: 6px solid #2196F3;
}

.notewarning {
	margin-bottom: 15px;
	padding: 4px 12px;
	background-color: #ad9dcc;
	border-left: 6px solid #673AB7;
	text-align: left;
}

/* form control */
.plain-card-lg {
	padding: 24px;
	border-radius: 1px;
}

.plain-card {
	min-height: 20px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #E5DAC9;
	border: 1px solid #E5DAC9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ffcc66 0, #ffcc66 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5),
		to(#f5f5f5));
	background-image: linear-gradient(to bottom, #fffff 0, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',
		endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0
		rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0
		rgba(255, 255, 255, .1);
}

/* form fileds show */
<
style type  ="text /css">.form-style-4 {
	width: 450px;
	font-size: 12px;
	background: #495C70;
	padding: 30px 30px 15px 30px;
	border: 5px solid #53687E;
}

.form-style-4 input[type=submit], .form-style-4 input[type=button],
	.form-style-4 input[type=text], .form-style-4 input[type=email],
	.form-style-4 textarea, .form-style-4 select, .form-style-4 label,
	.form-style-4 number {
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 11px;
	color: #000;
}

.form-style-4 label {
	display: block;
	margin-bottom: 10px;
}

.form-style-4 label>span {
	display: inline-block;
	/* float: left; */
	width: 80px;
	color: #000;
	font-style: italic;
	font-weight: normal;
}

.panel-body {
	padding: 1px;
	/*  border-top: 4px solid #673AB7; */
}

.form-style-4 input[type=text], .form-style-4 select, .form-style-4 input[type=email],
	.form-style-4 input[type=number] {
	background: transparent;
	border: none;
	border-bottom: 1px dashed #83A4C5;
	width: 100;
	outline: none;
	height: 34px;
	padding: 6px 12px;
	font-style: italic;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.form-style-4 textarea {
	font-style: italic;
	padding: 0px 0px 0px 0px;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px dashed #83A4C5;
	width: 275px;
	overflow: hidden;
	resize: none;
	height: 20px;
}

.form-style-4 textarea:focus, .form-style-4 input[type=text]:focus,
	.form-style-4 input[type=email]:focus, .form-style-4 input[type=email] :focus
	{
	border-bottom: 1px dashed #83A4C5;
}

.form-style-4 input[type=submit], .form-style-4 input[type=button] {
	background: #576E86;
	border: none;
	padding: 8px 10px 8px 10px;
	border-radius: 5px;
	color: #FFFFFF;
}

.form-style-4 input[type=submit]:hover, .form-style-4 input[type=button]:hover
	{
	background: #394D61;
}

input[type=checkbox] {
	width: 11px;
	height: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 1px;
	background-color: #394D61;
	outline: 0;
	border: 0;
	display: inline-block;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

input[type=checkbox]:focus {
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

input[type=checkbox]:checked {
	background-color: #FF0000;
	text-align: center;
	line-height: 15px;
}

/* end .slideThree */

/* TBALES  */
@media ( max-width :768px) {
	.table-boarderless {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 0px solid #fff
	}
	.table-boarderless>.table {
		margin-bottom: 0;
		background-color: #fff
	}
	.table-boarderless>.table>thead>tr>th, .table-boarderless>.table>tbody>tr>th,
		.table-boarderless>.table>tfoot>tr>th, .table-boarderless>.table>thead>tr>td,
		.table-boarderless>.table>tbody>tr>td, .table-boarderless>.table>tfoot>tr>td
		{
		white-space: nowrap
	}
	.table-boarderless>.table-bordered {
		border: 0
	}
	.table-boarderless>.table-bordered>thead>tr>th:first-child,
		.table-boarderless>.table-bordered>tbody>tr>th:first-child,
		.table-boarderless>.table-bordered>tfoot>tr>th:first-child,
		.table-boarderless>.table-bordered>thead>tr>td:first-child,
		.table-boarderless>.table-bordered>tbody>tr>td:first-child,
		.table-boarderless>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-boarderless>.table-bordered>thead>tr>th:last-child,
		.table-boarderless>.table-bordered>tbody>tr>th:last-child,
		.table-boarderless>.table-bordered>tfoot>tr>th:last-child,
		.table-boarderless>.table-bordered>thead>tr>td:last-child,
		.table-boarderless>.table-bordered>tbody>tr>td:last-child,
		.table-boarderless>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-boarderless>.table-bordered>thead>tr:last-child>th,
		.table-boarderless>.table-bordered>tbody>tr:last-child>th,
		.table-boarderless>.table-bordered>tfoot>tr:last-child>th,
		.table-boarderless>.table-bordered>thead>tr:last-child>td,
		.table-boarderless>.table-bordered>tbody>tr:last-child>td,
		.table-boarderless>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

.form-style-2 {
	max-width: 1000px;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
}

.form-style-2-heading {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}

.form-style-2 label {
	display: block;
	margin: 0px 0px 15px 0px;
}

.form-style-2 label>span {
	width: 150px;
	font-weight: normal;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.form-style-2 span.required {
	color: red;
}

.form-style-2 .tel-number-field {
	width: 50px;
	text-align: center;
}

.form-style-2 input.input-field {
	width: 50%;
}

.form-style-2 input.input-field, .form-style-2 .tel-number-field,
	.form-style-2 .textarea-field, .form-style-2 .select-field {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}

.form-style-2 .input-field:focus, .form-style-2 .tel-number-field:focus,
	.form-style-2 .textarea-field:focus, .form-style-2 .select-field:focus
	{
	border: 1px solid #0C0;
}

.form-style-2 .textarea-field {
	height: 100px;
	width: 55%;
}

.form-style-2 input[type=submit], .form-style-2 input[type=button] {
	border: none;
	padding: 8px 15px 8px 15px;
	background: #FF8500;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.form-style-2 input[type=submit]:hover, .form-style-2 input[type=button]:hover
	{
	background: #EA7B00;
	color: #fff;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 10px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 30%;
}

.breadcrumb {
	list-style: none;
	overflow: hidden;
	/* font: 18px Helvetica, Arial, Sans-Serif; */
	font-size: 12px;
	background-color: #fafafa;
	padding: 4px 10px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 35px;
	background: brown; /* fallback color */
	background: hsla(27%, 35%, 39%, 1);
	position: relative;
	display: block;
	float: left;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	/* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34, 85%, 35%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	/* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
	background: hsla(34, 85%, 45%, 1);
}

.breadcrumb li:nth-child(2) a:after {
	border-left-color: hsla(34, 85%, 45%, 1);
}

.breadcrumb li:nth-child(3) a {
	background: hsla(34, 85%, 55%, 1);
}

.breadcrumb li:nth-child(3) a:after {
	border-left-color: hsla(34, 85%, 55%, 1);
}

.breadcrumb li:nth-child(4) a {
	background: hsla(34, 85%, 65%, 1);
}

.breadcrumb li:nth-child(4) a:after {
	border-left-color: hsla(34, 85%, 65%, 1);
}

.breadcrumb li:nth-child(5) a {
	background: hsla(34, 85%, 75%, 1);
}

.breadcrumb li:nth-child(5) a:after {
	border-left-color: hsla(34, 85%, 75%, 1);
}

.breadcrumb li:last-child a {
	background: white !important;
	color: black;
	pointer-events: none;
	cursor: default;
}

.breadcrumb li:last-child a:after {
	border: 0;
}

.breadcrumb li a:hover {
	background: hsla(27, 35%, 39%, 1, 1);
}

.breadcrumb li a:hover:after {
	border-left-color: hsla(34, 85%, 25%, 1) !important;
}

h1 {
	font: normal 32px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}

.btn-default {
	color: #0c0c0e;
	background-color: #ffffff;
	border-color: #c1bbbb;
}

.btn-default.focus, .btn-default:focus {
	color: #6D7993;
	background-color: #ffffff;
	border-color: #c1bbbb;
}

.btn-default:hover {
	color: #fff;
	background-color: #ffffff;
	border-color: #0e0c0c;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	color: #fff;
	background-color: #6D7993;
	border-color: #6D7993;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
	.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
	.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: #ffffff;
	border-color: #8bc34a;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.waiting-box {
	display: block;
	position: fixed; /* fixed position so it doesn't scroll */
	z-index: 9999; /* on top of everything else */
	width: 250px;
	margin-left: -125px; /* horizontally centered */
	left: 50%;
	top: 90px;
	/* displayed on the top of the page, just like Gmail's yellow info-box */
	height: 60px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

#map {
	position: absolute;
	/*  border:1px solid #6D7993; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.button3 {
	background: #eee;
	text-decoration: none;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	cursor: default;
}

.button3:hover {
	background-color: #f2f2f2;
	border-color: #888;
	box-shadow: 0 0 2px #ccc;
}

.button3:active {
	vertical-align: -1px;
}

.navbar-brand {
	padding: 0px;
}

.navbar-brand>img {
	height: 150%;
	padding: 0px;
	width: auto;
}

/*************************
EXAMPLES 2-7 BELOW 
**************************/

/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */
.example2 .navbar-brand>img {
	padding: 7px 15px;
}

.vertical-menu {
	width: 290px;
	height: 378px;
	overflow-y: auto;
	padding-left: 10px;
}

.vertical-menu a {
	/*  background-color: #eee; */
	color: black;
	display: block;
	padding: 2px;
	text-decoration: none;
	text-align: left;
	border-bottom: 2px #000;
	border-bottom-color: #000;
	border-bottom-width: 2px;
}

.vertical-menu a:hover {
	background-color: #6D7993;
}

.vertical-menu a.active {
	background-color: #4CAF50;
	color: white;
}

fixed-table {
	border-collapse: collapse;
	overflow-x: scroll;
	display: block;
}

.fixed-table  thead {
	background-color: #FFFFFF;
}

.fixed-table  tbody {
	display: block;
}

.fixed-table tbody {
	overflow-y: scroll;
	overflow-x: scroll;
	height: 390px;
	width: 930px;
}

.fixed-table td, th {
	min-width: 100px;
	height: 25px;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
	position: relative;
	/*  text-overflow: ellipsis; */
}

@
keyframes swing { 0% {
	transform: rotate(0deg);
}

10%
{
transform


:

 

rotate


(10
deg
);


  

}
30%
{
transform


:

 

rotate


(0
deg
);


  

}
40%
{
transform


:

 

rotate


(-10
deg
);


  

}
50%
{
transform


:

 

rotate


(0
deg
);


  

}
60%
{
transform


:

 

rotate


(5
deg
);


  

}
70%
{
transform


:

 

rotate


(0
deg
);


  

}
80%
{
transform


:

 

rotate


(-5
deg
);


  

}
100%
{
transform


:

 

rotate


(0
deg
);


  

}
}
@
keyframes sonar { 0% {
	transform: scale(0.9);
	opacity: 1;
}

100%
{
transform


:

 

scale


(2);
opacity


:

 

0;
}
}
body {
	font-size: 14px;
}

.page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand>a,
	.sidebar-wrapper .sidebar-dropdown>a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
	.sidebar-wrapper ul li a i, .page-wrapper .page-content,
	.sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text,
	.sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
	height: 100vh;
}

.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}

.page-wrapper .theme.chiller-theme {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
	left: 0px;
}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 300px;
	}
}
/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	left: 0;
	top: 10px;
	border-radius: 0 4px 4px 0px;
	width: 35px;
	transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
	left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}
/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
	display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search>div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before
	{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge
	{
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label
	{
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	transform: rotate(90deg);
	right: 17px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
}

.sidebar-footer>a {
	flex-grow: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.sidebar-footer>a .notification {
	position: absolute;
	top: 0;
}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.badge-sonar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}

.page-wrapper .page-content>div {
	padding: 20px 40px;
}

.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #525965;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #525965;
}

::-webkit-scrollbar-thumb:active {
	background: #525965;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
	background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search,
	.chiller-theme .sidebar-wrapper .sidebar-menu {
	border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	border-color: transparent;
	box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
	.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
	.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
	.chiller-theme .sidebar-wrapper .sidebar-brand>a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
	.chiller-theme .sidebar-footer>a {
	color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
	.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
	.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
	.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover, .chiller-theme .sidebar-footer>a:hover i
	{
	color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
	color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
	color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
	.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
	.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i
	{
	color: #16c7ff;
	text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
	.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #6c7b88;
}

.chiller-theme .sidebar-footer {
	background: #3a3f48;
	box-shadow: 0px -1px 5px #282c33;
	border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
	border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
	border-right: none;
}

.sidebar {
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #ffffff;
	position: fixed;
	height: 100%;
	overflow: auto;
}

.sidebar a {
	display: block;
	color: #66666f;
	padding: 8px;
	text-decoration: none;
	position: relative;
}

.sidebar a.active {
	background-color: #8bc34a ;
	color: white;
}

.sidebar
 
a
:hover
:not
 
(
.active
 
)
{
background-color
:
 
#555
;

	
color
:
 
white
;


}
div.content {
	margin-left: 200px;
	padding: 1px 16px;
	height: 1000px;
}

.mdinfo {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 6px 25px;
	font-size: 13px;
	cursor: pointer;
	border-color: #e7e7e7;
	color: #66666f;
	margin-left: 30px;
	width: 110px;
}

.mdbox {
    border: 1px solid lightgray;
    padding: 5px 0px;
    margin: 1px 0px 0px 0px;
    font-size: 12px;
    min-height: 34px;
}

.brandLogo {
	position: fixed;
	top: 63px;
	left: 30px;
}

.brandLogo.hidden {
	display: none;
}

/* .headerimagesize {
    height: 60px !important;
    width: 300px;
} */
.select2>.select2-choice.ui-select-match {
	/* Because of the inclusion of Bootstrap */
	height: 29px;
}

.selectize-control>.selectize-dropdown {
	top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
	background: #fff;
	position: relative;
	z-index: 1;
}

.alert-info.positioned {
	margin-top: 1em;
	position: relative;
	z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

//
ui select /*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
	/* Style when highlighting a search. */  
.ui-select-highlight {
	font-weight: bold;
}

.ui-select-offscreen {
	clip: rect(0, 0, 0, 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.ui-select-choices-row:hover {
	background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid>a.select2-choice {
	border-color: #D44950;
}

.select2-result-single {
	padding-left: 0;
}

.select2-locked>.select2-search-choice-close {
	display: none;
}

.select-locked>.ui-select-match-close {
	display: none;
}

body>.select2-container.open {
	z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
	.ui-select-container.select2.direction-up .ui-select-match {
	border-radius: 4px; /* FIXME hardcoded value :-/ */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
	.ui-select-container.select2.direction-up .ui-select-dropdown {
	border-radius: 4px; /* FIXME hardcoded value :-/ */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-width: 1px; /* FIXME hardcoded value :-/ */
	border-top-style: solid;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
	margin-top: -4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
	.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search
	{
	margin-top: 4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
	.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match
	{
	border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
	.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input
	{
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
	border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single>.selectize-input>input {
	width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi>.selectize-input>input {
	margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control>.selectize-dropdown {
	width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid>div.selectize-input {
	border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown
	{
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
	margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
	text-decoration: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
	position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
	position: absolute;
	height: 10px;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group>.ui-select-bootstrap.dropdown {
	/* Instead of relative */
	position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
	border-radius: 4px; /* FIXME hardcoded value :-/ */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up
	{
	border-radius: 4px !important; /* FIXME hardcoded value :-/ */
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.ui-select-bootstrap>.ui-select-match>.btn {
	/* Instead of center because of .btn */
	text-align: left !important;
}

.ui-select-bootstrap>.ui-select-match>.caret {
	position: absolute;
	top: 45%;
	right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap>.ui-select-choices, .ui-select-bootstrap>.ui-select-no-choice
	{
	/*   width: 100%; */
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	margin-top: -1px;
}

body>.ui-select-bootstrap.open {
	z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
	height: auto;
	padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
	background-color: transparent !important;
	/* To prevent double background when disabled */
	border: none;
	outline: none;
	height: 1.666666em;
	margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
	font-size: 1.6em;
	line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
	outline: 0;
	margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
	position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close
	{
	pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	margin-right: 2px;
	border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	margin-left: 2px;
	border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
	cursor: pointer;
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover,
	.ui-select-bootstrap .ui-select-choices-row>span:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
	.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
	display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
	border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown
	{
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
	width: 100%;
	padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
	position: absolute;
	height: 10px;
	right: 10px;
	margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
	position: absolute;
	right: 0;
	padding: 8px 27px;
}

@
-webkit-keyframes ui-select-spin { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-webkit-transform


:

 

rotate


(359
deg
);


    

transform


:

 

rotate


(359
deg
);


  

}
}
@
keyframes ui-select-spin { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-webkit-transform


:

 

rotate


(359
deg
);


    

transform


:

 

rotate


(359
deg
);


  

}
}
.ui-select-spin {
	-webkit-animation: ui-select-spin 2s infinite linear;
	animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
	-webkit-animation: none 0s;
}

{
padding


:

 

15
px


;
}
.select2>.select2-choice.ui-select-match {
	/* Because of the inclusion of Bootstrap */
	height: 29px;
}

.selectize-control>.selectize-dropdown {
	top: 36px;
}

//
date picker
    
 .dateTimePicker {
	float: left;
	border: 1px solid silver;
	padding: 5px;
	cursor: pointer;
}

input::-webkit-clear-button {
	/* Removes blue cross */
	-webkit-appearance: none;
	margin: 0;
}

.daterangepicker .ranges li {
	background: whitesmoke;
	border: 1px solid silver;
	color: black;
}

.daterangepicker .ranges li.active {
	background: #8bc34a;
	border: 1px solid #689f38;
	color: white;
}

.daterangepicker .ranges li.active:hover, .daterangepicker .ranges li:hover
	{
	background: #8bc34a;
	border: 1px solid #689f38;
	color: white;
}

.daterangepicker td.active {
	background: #8bc34a;
	color: white;
}

.daterangepicker td.active:hover {
	background: #8bc34a;
	color: white;
}

.daterangepicker td.in-range {
	background: #d1f5a6;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover
	{
	background: #8bc34a;
	color: white;
}
.ccms-login-heading {
	border-color-top: #8bc34a;
	padding: 7px 10px;
	background-color: #8bc34a;
}

.ccms-login-panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #8bc34a;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
	padding: 5px;
	padding: 10px 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 10px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #8bc34a ;
	padding-right: 10px;
	padding-left: 10px;
}

.ccms-login-width {
    width: 91%;
    padding-left: 835px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

element {
	color: #8bc34a ;
	font-size: 20px;
}

body, html {
	color: #66666f;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	color: #66666f;
}

.table_head {
	background-color: #a1a1a1;
	color: #FFFFFF"
}

.heading {
	color: #8bc34a ;
	font-size: 20px
}

border


:


1
px

 

solid

 

#8bc34a 


;
border-top-color


:

 

rgb


(157
,
157,
157);
border-top-style


:

 

solid


;
border-top-width


:

 

1
px


;
border-bottom-width


:

 

1
px


;
}
.btn-info:hover {
	color: #fff;
	background-color: #8bc34a ;
	border-color: #8bc34a ;
}

.col-md-4 {
	width: 31.33333333%
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	color: #66666fs;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 5px;
	box-shadow: none;
	border-color: #d2d6de;
}

.form-horizontal .form-group {
	margin-right: 45px;
	margin-left: 20px;
}

.monitor_table_head {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
}

.sidebar
 
a
:hover
:not
 
(
.active
 
)
{
background-color
:
 
#555
;

	
color
:
 
#fff
;


}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px #fff;
	border-radius: 10px; 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
	color: #000000;
	padding: 10px;
	margin-top: 41px;
	width: auto;
}

.alert-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px #fff;
	border-radius: 10px; 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
	color: #000000;
	padding: 10px;
	margin-top: 41px;
	width: 100%;
}

md-checkbox .md-label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin-left: 30px;
	margin-right: 0;
	/*     margin-top: 18px; */
}

hr {
	display: #66666f;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 0.5%;
}

.vl {
	border-left: 1px solid green;
	height: 700px;
	position: absolute;
	left: 184px;
	margin-left: -3px;
	top: 0;
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #a1a1a1;
	border-color: #a1a1a1;
}



.md {
	border: 1px solid black;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	background-color: white;
	color: black;
	padding: 5px 0px;
	font-size: 14px;
	cursor: pointer;
	border-color: #e7e7e7;
	color: #66666f;
	margin-left: 00px;
}

bodyoper, html {
	color: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

md-checkbox .md-container {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	display: inline-block;
	width: 5px;
	height: 5x;
	left: 0;
	right: auto;
}

.custom-slider.rzslider .rz-bar {
	background: #ffe4d1;
	height: 2px;
}

.custom-slider.rzslider .rz-selection {
	background: orange;
}

.custom-slider.rzslider .rz-pointer {
	width: 8px;
	height: 16px;
	top: auto; /* to remove the default positioning */
	bottom: 0;
	background-color: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.custom-slider.rzslider .rz-pointer:after {
	display: none;
}

.custom-slider.rzslider .rz-bubble {
	bottom: 14px;
}

.custom-slider.rzslider .rz-limit {
	font-weight: bold;
	color: orange;
}

.custom-slider.rzslider .rz-tick {
	width: 1px;
	height: 10px;
	margin-left: 4px;
	border-radius: 0;
	background: #ffe4d1;
	top: -1px;
}

.custom-slider.rzslider .rz-tick.rz-selected {
	background: orange;

	/*NEW SLIDER STYLES FOR SCALE, ETC*/

	/* slider widget */
	.
	ui-slider
	{
	text-decoration
	:
	none
	!important;
}

.ui-slider .ui-slider-handle {
	overflow: visible !important;
}

.ui-slider .ui-slider-tooltip {
	display: none;
}

.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip,
	.ui-slider .ui-state-hover .ui-slider-tooltip {
	display: block;
	position: absolute;
	bottom: 20px;
	text-align: center;
	padding: .2em;
	font-size: .9em;
	width: 14em;
	/*width: auto;*/
	margin-left: -4em;
}

.ui-slider a {
	text-decoration: none;
}

.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt
	{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}

.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}

.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}

.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}

.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}

.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show
	{
	display: block;
}

.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}

.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content
	{
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}

.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}

.slider {
	margin-bottom: 50px;
	width: 95%;
	float: left;
}

.slider.sleep {
	background: #a3e5f4;
}

.slider-controller {
	padding-top: 0;
}

.slider-controller select {
	width: 100px;
}

.ui-slider-handle.minimum, a[data-temperature="minimum"],
	.ui-slider-range.minimum {
	background: #a3e5f4;
}

.ui-slider-handle.saving, a[data-temperature="saving"], .ui-slider-range.saving
	{
	background: #f2e079;
}

.ui-slider-handle.comfort, a[data-temperature="comfort"],
	.ui-slider-range.comfort {
	background: #e6a235;
}

.ui-slider-handle.sleep, a[data-temperature="sleep"], .ui-slider-range.sleep
	{
	background: #a3e5f4;
}

.ui-slider-handle.leave, a[data-temperature="leave"], .ui-slider-range.leave
	{
	background: #f2e079;
}

.ui-slider-handle.return, a[data-temperature="return"], .ui-slider-range.return
	{
	background: #e6a235;
}

.ui-slider-handle.wake, a[data-temperature="wake"], .ui-slider-range.wake
	{
	background: #e96223;
}

.temperature-wake {
	background-color: #e96223;
	color: #fff;
}

.temperature-leave {
	background-color: #f2e079;
}

.temperature-return {
	background-color: #e6a235;
	color: #fff;
}

.temperature-sleep {
	background-color: #a3e5f4;
}

.temperatures input {
	text-align: right;
}

.slider-tick-mark-main {
	display: inline-block;
	width: 1px;
	background: #bbb;
	height: 7px;
	position: absolute;
	top: 15px;
	font-size: 11px;
}

.slider-tick-mark-main-text {
	display: inline-block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 25px;
	font-size: 11px;
	text-align: center;
	margin-left: -9px;
}

.slider-tick-mark-side {
	display: inline-block;
	width: 1px;
	background: #ccc;
	height: 5px;
	position: absolute;
	top: 15px;
}

.slider-tick-mark-side-text {
	display: inline-block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 25px;
	font-size: 9px;
	text-align: center;
	margin-left: -9px;
}

.slider span.ui-slider-tooltip {
	width: auto;
}

button, input, select, textarea {
	vertical-align: baseline;
	color: #603;
}

button, input, select, textarea {
	vertical-align: baseline;
	background: #8bc34a ;
}

.ui-select-dcu .ui-select-dcu-row>span {
	cursor: pointer;
	display: block;
	padding: 15px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.hero-image {
	background-image: url("images/background.jpg");
	background-color: #cccccc;
	height: 655px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	color: white;
}

@
keyframes swing { 0% {
	transform: rotate(0deg);
}

10%
{
transform


:

 

rotate


(10
deg
);


  

}
30%
{
transform


:

 

rotate


(0
deg
);


  

}
40%
{
transform


:

 

rotate


(-10
deg
);


  

}
50%
{
transform


:

 

rotate


(0
deg
);


  

}
60%
{
transform


:

 

rotate


(5
deg
);


  

}
70%
{
transform


:

 

rotate


(0
deg
);


  

}
80%
{
transform


:

 

rotate


(-5
deg
);


  

}
100%
{
transform


:

 

rotate


(0
deg
);


  

}
}
@
keyframes sonar { 0% {
	transform: scale(0.9);
	opacity: 1;
}

100%
{
transform


:

 

scale


(2);
opacity


:

 

0;
}
}
body {
	font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand>a,
	.sidebar-wrapper .sidebar-dropdown>a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
	.sidebar-wrapper ul li a i, .page-wrapper .page-content,
	.sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text,
	.sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
	height: 100vh;
}

.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}

.page-wrapper .theme.chiller-theme {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
	left: 0px;
}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 300px;
	}
}
/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	left: 0;
	top: 10px;
	border-radius: 0 4px 4px 0px;
	width: 35px;
	transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
	left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}
/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
	display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search>div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before
	{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge
	{
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label
	{
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	transform: rotate(90deg);
	right: 17px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
}

.sidebar-footer>a {
	flex-grow: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.sidebar-footer>a .notification {
	position: absolute;
	top: 0;
}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.badge-sonar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}

.page-wrapper .page-content>div {
	padding: 20px 40px;
}

.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #525965;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #525965;
}

::-webkit-scrollbar-thumb:active {
	background: #525965;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
	background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search,
	.chiller-theme .sidebar-wrapper .sidebar-menu {
	border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	border-color: transparent;
	box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
	.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
	.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
	.chiller-theme .sidebar-wrapper .sidebar-brand>a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
	.chiller-theme .sidebar-footer>a {
	color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
	.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
	.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
	.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover, .chiller-theme .sidebar-footer>a:hover i
	{
	color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
	color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
	color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
	.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
	.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i
	{
	color: #16c7ff;
	text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
	.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #6c7b88;
}

.chiller-theme .sidebar-footer {
	background: #3a3f48;
	box-shadow: 0px -1px 5px #282c33;
	border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
	border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
	border-right: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio
:not
 
(
[
controls
]
 
){
display
:
 
none
;

	
height
:
 
0
}
[hidden], template {
	display: none
}

a {
	background: 0 0
}

a:active, a:hover {
	outline: 0
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg
:not
 
(
:root
 
){
overflow
:
 
hidden


}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.navbar {
		display: none
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
		format("embedded-opentype"),
		url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
		url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
		url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
		format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Open Sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #767676;
	background-color: #f3f3f3
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #333;
	text-decoration: none
}

a:focus, a:hover {
	color: #0d0d0d;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
	.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
	h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small,
	h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #999
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
	h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
	h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media ( min-width :768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

cite {
	font-style: normal
}

.mark, mark {
	background-color: #fffaed;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #999
}

.text-primary {
	color: #aec534
}

a.text-primary:hover {
	color: #1b6985
}

.text-success {
	color: #687f42
}

a.text-success:hover {
	color: #4d5d31
}

.text-info {
	color: #3b799a
}

a.text-info:hover {
	color: #2d5c75
}

.text-warning {
	color: #9a7e26
}

a.text-warning:hover {
	color: #715d1c
}

.text-danger {
	color: #a1513c
}

a.text-danger:hover {
	color: #7c3e2e
}

.bg-primary {
	color: #fff;
	background-color: #aec534
}

a.bg-primary:hover {
	background-color: #1b6985
}

.bg-success {
	background-color: #f0fbe3
}

a.bg-success:hover {
	background-color: #d8f5b6
}

.bg-info {
	background-color: #e6f5fd
}

a.bg-info:hover {
	background-color: #b7e2f9
}

.bg-warning {
	background-color: #fffaed
}

a.bg-warning:hover {
	background-color: #ffecba
}

.bg-danger {
	background-color: #fbe9e6
}

a.bg-danger:hover {
	background-color: #f4c2ba
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd, dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media ( min-width :768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child
	{
	margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #999
}

blockquote .small:before, blockquote footer:before, blockquote small:before
	{
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before,
	.blockquote-reverse small:before, blockquote.pull-right .small:before,
	blockquote.pull-right footer:before, blockquote.pull-right small:before
	{
	content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after,
	.blockquote-reverse small:after, blockquote.pull-right .small:after,
	blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

blockquote:after, blockquote:before {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:after, .container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media ( min-width :768px) {
	.container {
		width: 750px
	}
}

@media ( min-width :992px) {
	.container {
		width: 970px
	}
}

@media ( min-width :1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:after, .container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:after, .row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
	.col-xsm-1, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm-2,
	.col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8,
	.col-xsm-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media ( min-width :480px) {
	.col-xsm-1, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm-2,
		.col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8,
		.col-xsm-9 {
		float: left
	}
	.col-xsm-1 {
		width: 8.33333%
	}
	.col-xsm-2 {
		width: 16.66667%
	}
	.col-xsm-3 {
		width: 25%
	}
	.col-xsm-4 {
		width: 33.33333%
	}
	.col-xsm-5 {
		width: 41.66667%
	}
	.col-xsm-6 {
		width: 50%
	}
	.col-xsm-7 {
		width: 58.33333%
	}
	.col-xsm-8 {
		width: 66.66667%
	}
	.col-xsm-9 {
		width: 75%
	}
	.col-xsm-10 {
		width: 83.33333%
	}
	.col-xsm-11 {
		width: 91.66667%
	}
	.col-xsm-12 {
		width: 100%
	}
	.col-xsm-pull-0 {
		right: auto
	}
	.col-xsm-pull-1 {
		right: 8.33333%
	}
	.col-xsm-pull-2 {
		right: 16.66667%
	}
	.col-xsm-pull-3 {
		right: 25%
	}
	.col-xsm-pull-4 {
		right: 33.33333%
	}
	.col-xsm-pull-5 {
		right: 41.66667%
	}
	.col-xsm-pull-6 {
		right: 50%
	}
	.col-xsm-pull-7 {
		right: 58.33333%
	}
	.col-xsm-pull-8 {
		right: 66.66667%
	}
	.col-xsm-pull-9 {
		right: 75%
	}
	.col-xsm-pull-10 {
		right: 83.33333%
	}
	.col-xsm-pull-11 {
		right: 91.66667%
	}
	.col-xsm-pull-12 {
		right: 100%
	}
	.col-xsm-push-0 {
		left: auto
	}
	.col-xsm-push-1 {
		left: 8.33333%
	}
	.col-xsm-push-2 {
		left: 16.66667%
	}
	.col-xsm-push-3 {
		left: 25%
	}
	.col-xsm-push-4 {
		left: 33.33333%
	}
	.col-xsm-push-5 {
		left: 41.66667%
	}
	.col-xsm-push-6 {
		left: 50%
	}
	.col-xsm-push-7 {
		left: 58.33333%
	}
	.col-xsm-push-8 {
		left: 66.66667%
	}
	.col-xsm-push-9 {
		left: 75%
	}
	.col-xsm-push-10 {
		left: 83.33333%
	}
	.col-xsm-push-11 {
		left: 91.66667%
	}
	.col-xsm-push-12 {
		left: 100%
	}
	.col-xsm-offset-0 {
		margin-left: 0
	}
	.col-xsm-offset-1 {
		margin-left: 8.33333%
	}
	.col-xsm-offset-2 {
		margin-left: 16.66667%
	}
	.col-xsm-offset-3 {
		margin-left: 25%
	}
	.col-xsm-offset-4 {
		margin-left: 33.33333%
	}
	.col-xsm-offset-5 {
		margin-left: 41.66667%
	}
	.col-xsm-offset-6 {
		margin-left: 50%
	}
	.col-xsm-offset-7 {
		margin-left: 58.33333%
	}
	.col-xsm-offset-8 {
		margin-left: 66.66667%
	}
	.col-xsm-offset-9 {
		margin-left: 75%
	}
	.col-xsm-offset-10 {
		margin-left: 83.33333%
	}
	.col-xsm-offset-11 {
		margin-left: 91.66667%
	}
	.col-xsm-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width :768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
		.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
		.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width :1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
		.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 10px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th,
	.table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
	.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
	{
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #f3f3f3
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th,
	.table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
	.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active,
	.table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th,
	.table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td,
	.table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active
	{
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th,
	.table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover,
	.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success,
	.table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th,
	.table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td,
	.table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success
	{
	background-color: #f0fbe3
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th,
	.table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover,
	.table-hover>tbody>tr>th.success:hover {
	background-color: #e4f8cd
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info,
	.table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th,
	.table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td,
	.table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info
	{
	background-color: #e6f5fd
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th,
	.table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover,
	.table-hover>tbody>tr>th.info:hover {
	background-color: #ceecfb
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning,
	.table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th,
	.table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td,
	.table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning
	{
	background-color: #fffaed
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th,
	.table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover,
	.table-hover>tbody>tr>th.warning:hover {
	background-color: #fff3d4
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger,
	.table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th,
	.table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td,
	.table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger
	{
	background-color: #fbe9e6
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th,
	.table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover,
	.table-hover>tbody>tr>th.danger:hover {
	background-color: #f7d6d0
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th,
		.table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th,
		.table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th
		{
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tfoot>tr>td:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th:first-child,
		.table-responsive>.table-bordered>thead>tr>td:first-child,
		.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>td:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child,
		.table-responsive>.table-bordered>thead>tr>td:last-child,
		.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
		.table-responsive>.table-bordered>tbody>tr:last-child>th,
		.table-responsive>.table-bordered>tfoot>tr:last-child>td,
		.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #767676
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #767676;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cbd5dd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time]
	{
	line-height: 34px;
	line-height: 1.42857 \0
}

.form-horizontal .form-group-sm input[type=date].form-control,
	.form-horizontal .form-group-sm input[type=datetime-local].form-control,
	.form-horizontal .form-group-sm input[type=month].form-control,
	.form-horizontal .form-group-sm input[type=time].form-control,
	.input-group-sm>.input-group-btn>input[type=date].btn, .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
	.input-group-sm>.input-group-btn>input[type=month].btn, .input-group-sm>.input-group-btn>input[type=time].btn,
	.input-group-sm>input[type=date].form-control, .input-group-sm>input[type=date].input-group-addon,
	.input-group-sm>input[type=datetime-local].form-control,
	.input-group-sm>input[type=datetime-local].input-group-addon,
	.input-group-sm>input[type=month].form-control, .input-group-sm>input[type=month].input-group-addon,
	.input-group-sm>input[type=time].form-control, .input-group-sm>input[type=time].input-group-addon,
	input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm,
	input[type=time].input-sm {
	line-height: 30px
}

.form-horizontal .form-group-lg input[type=date].form-control,
	.form-horizontal .form-group-lg input[type=datetime-local].form-control,
	.form-horizontal .form-group-lg input[type=month].form-control,
	.form-horizontal .form-group-lg input[type=time].form-control,
	.input-group-lg>.input-group-btn>input[type=date].btn, .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
	.input-group-lg>.input-group-btn>input[type=month].btn, .input-group-lg>.input-group-btn>input[type=time].btn,
	.input-group-lg>input[type=date].form-control, .input-group-lg>input[type=date].input-group-addon,
	.input-group-lg>input[type=datetime-local].form-control,
	.input-group-lg>input[type=datetime-local].input-group-addon,
	.input-group-lg>input[type=month].form-control, .input-group-lg>input[type=month].input-group-addon,
	.input-group-lg>input[type=time].form-control, .input-group-lg>input[type=time].input-group-addon,
	input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg,
	input[type=time].input-lg {
	line-height: 46px
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label, .radio label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
	.radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}

.checkbox-inline, .radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled,
	.radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline,
	fieldset[disabled] .radio label, fieldset[disabled] .radio-inline,
	fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio],
	input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled,
	input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm,
	.form-horizontal .form-group-lg .form-control-static.form-control,
	.form-horizontal .form-group-sm .form-control-static.form-control,
	.input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon,
	.input-group-lg>.input-group-btn>.form-control-static.btn,
	.input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon,
	.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

.form-horizontal .form-group-sm .form-control, .input-group-sm>.form-control,
	.input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn,
	.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.form-horizontal .form-group-sm select.form-control, .input-group-sm>.input-group-btn>select.btn,
	.input-group-sm>select.form-control, .input-group-sm>select.input-group-addon,
	select.input-sm {
	height: 30px;
	line-height: 30px
}

.form-horizontal .form-group-sm select[multiple].form-control,
	.form-horizontal .form-group-sm textarea.form-control, .input-group-sm>.input-group-btn>select[multiple].btn,
	.input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control,
	.input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control,
	.input-group-sm>textarea.input-group-addon, select[multiple].input-sm,
	textarea.input-sm {
	height: auto
}

.form-horizontal .form-group-lg .form-control, .input-group-lg>.form-control,
	.input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn,
	.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.form-horizontal .form-group-lg select.form-control, .input-group-lg>.input-group-btn>select.btn,
	.input-group-lg>select.form-control, .input-group-lg>select.input-group-addon,
	select.input-lg {
	height: 46px;
	line-height: 46px
}

.form-horizontal .form-group-lg select[multiple].form-control,
	.form-horizontal .form-group-lg textarea.form-control, .input-group-lg>.input-group-btn>select[multiple].btn,
	.input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control,
	.input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control,
	.input-group-lg>textarea.input-group-addon, select[multiple].input-lg,
	textarea.input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.form-horizontal .form-group-lg .form-control+.form-control-feedback,
	.input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback,
	.input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback
	{
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-horizontal .form-group-sm .form-control+.form-control-feedback,
	.input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback,
	.input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback
	{
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label,
	.has-success .help-block, .has-success .radio, .has-success .radio-inline
	{
	color: #687f42
}

.has-success .form-control {
	border-color: #687f42;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #4d5d31;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #9cb572;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #9cb572
}

.has-success .input-group-addon {
	color: #687f42;
	border-color: #687f42;
	background-color: #f0fbe3
}

.has-success .form-control-feedback {
	color: #687f42
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label,
	.has-warning .help-block, .has-warning .radio, .has-warning .radio-inline
	{
	color: #9a7e26
}

.has-warning .form-control {
	border-color: #9a7e26;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #715d1c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d4b552;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d4b552
}

.has-warning .input-group-addon {
	color: #9a7e26;
	border-color: #9a7e26;
	background-color: #fffaed
}

.has-warning .form-control-feedback {
	color: #9a7e26
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
	.has-error .help-block, .has-error .radio, .has-error .radio-inline {
	color: #a1513c
}

.has-error .form-control {
	border-color: #a1513c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #7c3e2e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cc8977;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cc8977
}

.has-error .input-group-addon {
	color: #a1513c;
	border-color: #a1513c;
	background-color: #fbe9e6
}

.has-error .form-control-feedback {
	color: #a1513c
}

.has-feedback label.sr-only ~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b6b6b6
}

@media ( min-width :768px) {
	.form-inline .form-group, .navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control, .navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group, .navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn, .navbar-form .input-group .form-control,
		.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn
		{
		width: auto
	}
	.form-inline .input-group>.form-control, .navbar-form .input-group>.form-control
		{
		width: 100%
	}
	.form-inline .control-label, .navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox, .form-inline .radio, .navbar-form .checkbox,
		.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label, .form-inline .radio label, .navbar-form .checkbox label,
		.navbar-form .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio],
		.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback
		{
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
	.form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before
	{
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

@media ( min-width :768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px
	}
}

@media ( min-width :768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active:focus, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus, .btn:hover {
	color: #767676;
	text-decoration: none
}

.btn.active, .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #767676;
	background-color: #fafafa;
	border-color: #ededed
}

.btn-default.active, .btn-default:active, .btn-default:focus,
	.btn-default:hover, .open>.btn-default.dropdown-toggle {
	color: #767676;
	background-color: #e1e1e1;
	border-color: #cfcfcf
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle
	{
	background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active,
	.btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled],
	.btn-default[disabled].active, .btn-default[disabled]:active,
	.btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default,
	fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active,
	fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover
	{
	background-color: #fafafa;
	border-color: #ededed
}

.btn-default .badge {
	color: #fafafa;
	background-color: #767676
}

.btn-primary {
	color: #fff;
	background-color: #aec534;
	border-color: #97AB2F
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus,
	.btn-primary:hover, .open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #889D0D;
	border-color: #889D0D
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle
	{
	background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active,
	.btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled],
	.btn-primary[disabled].active, .btn-primary[disabled]:active,
	.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary,
	fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #aec534;
	border-color: #aec534
}

.btn-primary .badge {
	color: #aec534;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #3cbc8d;
	border-color: #36a97f
}

.btn-success.active, .btn-success:active, .btn-success:focus,
	.btn-success:hover, .open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #309570;
	border-color: #277a5c
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle
	{
	background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active,
	.btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled],
	.btn-success[disabled].active, .btn-success[disabled]:active,
	.btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success,
	fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active,
	fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover
	{
	background-color: #3cbc8d;
	border-color: #36a97f
}

.btn-success .badge {
	color: #3cbc8d;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #29b7d3;
	border-color: #25a4be
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover,
	.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #2192a8;
	border-color: #1b788a
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active,
	.btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled],
	.btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus,
	.btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active,
	fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus,
	fieldset[disabled] .btn-info:hover {
	background-color: #29b7d3;
	border-color: #25a4be
}

.btn-info .badge {
	color: #29b7d3;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #fac552;
	border-color: #f9bd39
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus,
	.btn-warning:hover, .open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #f9b420;
	border-color: #eea507
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle
	{
	background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active,
	.btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled],
	.btn-warning[disabled].active, .btn-warning[disabled]:active,
	.btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning,
	fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active,
	fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover
	{
	background-color: #fac552;
	border-color: #f9bd39
}

.btn-warning .badge {
	color: #fac552;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #e9422e;
	border-color: #e52e18
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
	.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ce2916;
	border-color: #ae2312
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle
	{
	background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active,
	.btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled],
	.btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus,
	.btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
	fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus,
	fieldset[disabled] .btn-danger:hover {
	background-color: #e9422e;
	border-color: #e52e18
}

.btn-danger .badge {
	color: #e9422e;
	background-color: #fff
}

.btn-link {
	color: #333;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link
	{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #0d0d0d;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus,
	fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block
	{
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #aec534
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #aec534
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus,
	.dropdown-menu>.disabled>a:hover {
	color: #999
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #999;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media ( min-width :768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active,
	.btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover,
	.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus,
	.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn:focus, .btn-group>.btn:focus {
	outline: 0
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after, .btn-toolbar:before {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group
>
.btn
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
)
:not
 
(
.dropdown-toggle

	
){
border-radius
:
 
0
}
.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group
>
.btn
:first-child
:not
 
(
:last-child
 
)
:not
 
(
.dropdown-toggle
 
){
border-bottom-right-radius
:
 
0;
border-top-right-radius
:
 
0
}
.btn-group
>
.btn
:last-child
:not
 
(
:first-child
 
),
.btn-group
>
.dropdown-toggle
:not

	
(
:first-child
 
){
border-bottom-left-radius
:
 
0;
border-top-left-radius
:
 
0
}
.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle
	{
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret, .btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret, .dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group,
	.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before
	{
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group,
	.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group
	{
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical
>
.btn
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
){
border-radius
:
 
0
}
.btn-group-vertical
>
.btn
:first-child
:not
 
(
:last-child
 
){
border-top-right-radius
:
 
4
px
;

	
border-bottom-right-radius
:
 
0;
border-bottom-left-radius
:
 
0
}
.btn-group-vertical
>
.btn
:last-child
:not
 
(
:first-child
 
){
border-bottom-left-radius
:
 
4
px
;

	
border-top-right-radius
:
 
0;
border-top-left-radius
:
 
0
}
.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
	{
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,
	.btn-group-vertical>.btn-group:first-child:not (:last-child )>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
	{
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn>input[type=checkbox], [data-toggle=buttons]>.btn>input[type=radio]
	{
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}

.input-group
 
.form-control
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
),
.input-group-addon
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
),
.input-group-btn
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
){
border-radius
:
 
0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #767676;
	text-align: center;
	background-color: #eee;
	border: 1px solid #cbd5dd;
	border-radius: 4px
}

.form-horizontal .form-group-sm .input-group-addon.form-control,
	.input-group-addon.input-sm, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 2px
}

.form-horizontal .form-group-lg .input-group-addon.form-control,
	.input-group-addon.input-lg, .input-group-lg>.input-group-addon,
	.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]
	{
	margin-top: 0
}

.input-group
 
.form-control
:first-child
,
.input-group-addon
:first-child
,
.input-group-btn
:first-child
>
.btn
,
.input-group-btn
:first-child
>
.btn-group
>
.btn
,
.input-group-btn
:first-child
>
.dropdown-toggle
,
.input-group-btn
:last-child
>
.btn-group
:not

	
(
:last-child
 
)>
.btn
,
.input-group-btn
:last-child
>
.btn
:not
 
(
:last-child

	
)
:not
 
(
.dropdown-toggle
 
){
border-bottom-right-radius
:
 
0;
border-top-right-radius
:
 
0
}
.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child,
	.input-group-btn:first-child>.btn-group:not (:first-child )>.btn,
	.input-group-btn:first-child>.btn:not (:first-child ), .input-group-btn:last-child>.btn,
	.input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
	{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus,
	.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
	{
	margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after, .nav:before {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #333
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #555;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	color: #fff;
	background-color: #aec534
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.nav-justified>li, .nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover
	{
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus,
		.nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a,
		.nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover
		{
		border-bottom-color: #f3f3f3
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after, .navbar:before {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media ( min-width :768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after, .navbar-header:before {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media ( min-width :768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after, .navbar-collapse:before {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media ( min-width :768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse,
		.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
	{
	max-height: 340px
}

@media ( max-width :480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
		{
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
	.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
		.container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media ( min-width :768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media ( min-width :768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

@media ( min-width :768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media ( min-width :768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media ( max-width :767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a
		{
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover
		{
		background-image: none
	}
}

@media ( min-width :768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}

@media ( min-width :768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media ( max-width :767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media ( min-width :768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn, .navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn, .navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media ( min-width :768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
	{
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus,
	.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
	{
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media ( max-width :767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover
	{
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus,
	.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
	{
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #090909;
	color: #fff
}

@media ( max-width :767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #999
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover
	{
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f6f6f6;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #e9e9e9
}

.breadcrumb>.active {
	color: #999
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	margin-left: -1px
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	color: #aec534;
	background-color: #fff;
	border-color: #aec534
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 2;
	color: #fff;
	background-color: #aec534;
	border-color: #aec534;
	cursor: default
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
	.pagination>.disabled>span, .pagination>.disabled>span:focus,
	.pagination>.disabled>span:hover {
	color: #999;
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager:after, .pager:before {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #fff
}

.pager .next>a, .pager .next>span {
	float: right
}

.pager .previous>a, .pager .previous>span {
	float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover,
	.pager .disabled>span {
	color: #999;
	background-color: #f6f6f6;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #999
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: gray
}

.label-primary {
	background-color: #aec534
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #1b6985
}

.label-success {
	background-color: #3cbc8d
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #309570
}

.label-info {
	background-color: #29b7d3
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #2192a8
}

.label-warning {
	background-color: #fac552
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #f9b420
}

.label-danger {
	background-color: #e9422e
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #ce2916
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.nav-pills>.active>a>.badge, a.list-group-item.active>.badge {
	color: #333;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron .h1, .jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #767676
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #f0fbe3;
	border-color: #ebf8cd;
	color: #687f42
}

.alert-success hr {
	border-top-color: #e2f5b6
}

.alert-success .alert-link {
	color: #4d5d31
}

.alert-info {
	background-color: #e6f5fd;
	border-color: #c5f1fa;
	color: #3b799a
}

.alert-info hr {
	border-top-color: #adebf8
}

.alert-info .alert-link {
	color: #2d5c75
}

.alert-warning {
	background-color: #fffaed;
	border-color: #ffecd4;
	color: #9a7e26
}

.alert-warning hr {
	border-top-color: #ffe0ba
}

.alert-warning .alert-link {
	color: #715d1c
}

.alert-danger {
	background-color: #fbe9e6;
	border-color: #f7d0d1;
	color: #a1513c
}

.alert-danger hr {
	border-top-color: #f4babb
}

.alert-danger .alert-link {
	color: #7c3e2e
}

@
-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #aec534;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
	min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
	color: #999;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none
}

.progress-bar-success {
	background-color: #3cbc8d
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #29b7d3
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #fac552
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #e9422e
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media, .media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #eff2f7
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus,
	.list-group-item.disabled:hover {
	background-color: #eee;
	color: #999
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading,
	.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text,
	.list-group-item.disabled:hover .list-group-item-text {
	color: #999
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
	{
	z-index: 2;
	color: #fff;
	background-color: #aec534;
	border-color: #eff2f7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small,
	.list-group-item.active .list-group-item-heading>small,
	.list-group-item.active:focus .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading>.small,
	.list-group-item.active:focus .list-group-item-heading>small,
	.list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:hover .list-group-item-heading>.small,
	.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text,
	.list-group-item.active:hover .list-group-item-text {
	color: #b0deef
}

.list-group-item-success {
	color: #687f42;
	background-color: #f0fbe3
}

a.list-group-item-success {
	color: #687f42
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
	color: #687f42;
	background-color: #e4f8cd
}

a.list-group-item-success.active, a.list-group-item-success.active:focus,
	a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #687f42;
	border-color: #687f42
}

.list-group-item-info {
	color: #3b799a;
	background-color: #e6f5fd
}

a.list-group-item-info {
	color: #3b799a
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
	color: #3b799a;
	background-color: #ceecfb
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover
	{
	color: #fff;
	background-color: #3b799a;
	border-color: #3b799a
}

.list-group-item-warning {
	color: #9a7e26;
	background-color: #fffaed
}

a.list-group-item-warning {
	color: #9a7e26
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
	color: #9a7e26;
	background-color: #fff3d4
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus,
	a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #9a7e26;
	border-color: #9a7e26
}

.list-group-item-danger {
	color: #a1513c;
	background-color: #fbe9e6
}

a.list-group-item-danger {
	color: #a1513c
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
	color: #a1513c;
	background-color: #f7d6d0
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus,
	a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a1513c;
	border-color: #a1513c
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
}

.panel-body {
	padding: 15px
}

.panel-body:after, .panel-body:before {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 5px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #fafafa;
	border-top: 1px solid #e9e9e9;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child
	{
	border-top-width: 0
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table
	{
	margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child
	{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:first-child
	{
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:last-child
	{
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child
	{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child
	{
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th
	{
	border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child
	{
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th,
	.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #e9e9e9
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #e9e9e9
}

.panel-default {
	border-color: #e9e9e9
}

.panel-default>.panel-heading {
	color: #767676;
	background-color: #f6f6f6;
	border-color: #e9e9e9
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e9e9e9
}

.panel-default>.panel-heading .badge {
	color: #f6f6f6;
	background-color: #767676
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #e9e9e9
}

.panel-primary {
	border-color: #aec534
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #aec534;
	border-color: #aec534
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #aec534
}

.panel-primary>.panel-heading .badge {
	color: #aec534;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #aec534
}

.panel-success {
	border-color: #ebf8cd
}

.panel-success>.panel-heading {
	color: #687f42;
	background-color: #f0fbe3;
	border-color: #ebf8cd
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebf8cd
}

.panel-success>.panel-heading .badge {
	color: #f0fbe3;
	background-color: #687f42
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebf8cd
}

.panel-info {
	border-color: #c5f1fa
}

.panel-info>.panel-heading {
	color: #3b799a;
	background-color: #e6f5fd;
	border-color: #c5f1fa
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #c5f1fa
}

.panel-info>.panel-heading .badge {
	color: #e6f5fd;
	background-color: #3b799a
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #c5f1fa
}

.panel-warning {
	border-color: #ffecd4
}

.panel-warning>.panel-heading {
	color: #9a7e26;
	background-color: #fffaed;
	border-color: #ffecd4
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ffecd4
}

.panel-warning>.panel-heading .badge {
	color: #fffaed;
	background-color: #9a7e26
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ffecd4
}

.panel-danger {
	border-color: #f7d0d1
}

.panel-danger>.panel-heading {
	color: #a1513c;
	background-color: #fbe9e6;
	border-color: #f7d0d1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f7d0d1
}

.panel-danger>.panel-heading .badge {
	color: #fbe9e6;
	background-color: #a1513c
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f7d0d1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
	.embed-responsive iframe, .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 2px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity = 20)
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity = 50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width :768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media ( min-width :992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity = 90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #242633;
	background-clip: padding-box;
	border: 1px solid #242633;
	border: 1px solid #242633;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #242633;
	border-bottom: 1px solid #191b24;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #242633;
	border-top-color: #242633;
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #242633
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #242633;
	border-right-color: #242633
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #242633
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #242633;
	border-bottom-color: #242633;
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #242633
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #242633;
	border-left-color: #242633
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #242633;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity = 50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
		endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
		endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus, .carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity = 90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
	{
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
	{
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
		.carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
		{
		margin-left: -15px
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
		{
		margin-right: -15px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@
-ms-viewport {
	width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline,
	.visible-lg-inline-block, .visible-md, .visible-md-block,
	.visible-md-inline, .visible-md-inline-block, .visible-print,
	.visible-print-block, .visible-print-inline,
	.visible-print-inline-block, .visible-sm, .visible-sm-block,
	.visible-sm-inline, .visible-sm-inline-block, .visible-xs,
	.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

@media ( max-width :767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
}

@media ( max-width :767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media ( max-width :767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media ( max-width :767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	td.visible-md, th.visible-md {
		display: table-cell !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media ( min-width :1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media ( min-width :1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media ( max-width :767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width :1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

body {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important
}

::selection {
	background: #aec534;
	color: #fff
}

::-moz-selection {
	background: #aec534;
	color: #fff
}

span.block {
	display: block
}

.no-margin {
	margin: 0
}

.no-border {
	border: 0
}

a.bg-primary, a.bg-primary:hover {
	background-color: #aec534;
	color: #fff
}

a.bg-success, a.bg-success:hover {
	background-color: #3cbc8d;
	color: #fff
}

a.bg-info, a.bg-info:hover {
	background-color: #29b7d3;
	color: #fff
}

a.bg-warning, a.bg-warning:hover {
	background-color: #fac552;
	color: #fff
}

a.bg-danger, a.bg-danger:hover {
	background-color: #e9422e;
	color: #fff
}

a.bg-orange, a.bg-orange:hover {
	background-color: #ef9549;
	color: #fff
}

.bg-primary {
	background-color: #aec534;
	color: #fff
}

.bg-primary-light {
	background-color: #40dec8;
	color: #fff
}

.bg-success {
	background-color: #3cbc8d;
	color: #fff
}

.bg-info {
	background-color: #29b7d3;
	color: #fff
}

.bg-warning {
	background-color: #fac552;
	color: #fff
}

.bg-danger {
	background-color: #e9422e;
	color: #fff
}

.bg-orange {
	background-color: #ef9549;
	color: #fff
}

.bg-violet {
	background-color: #669;
	color: #fff
}

.bg-dark {
	background-color: #242633;
	color: #fff
}

.bg-bright {
	background-color: #fafafa;
	color: #767676
}

.bg-reverse {
	background-color: #fff;
	color: #767676
}

.bg-facebook {
	background-color: #335397;
	color: #fff
}

.bg-twitter {
	background-color: #00c7f7;
	color: #fff
}

.bg-google-plus {
	background-color: #df4a32;
	color: #fff
}

.page-container {
	max-width: 1170px;
	margin: auto
}

.blockquote-colored {
	border-left: 5px solid #aec534
}

.blockquote-colored.pull-right {
	border-right: 5px solid #aec534;
	border-left: 0
}

.gradient-text {
	font-size: 150px;
	font-weight: 300;
	color: #aec534;
	background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-small {
	font-size: 12px
}

.text-normal {
	font-size: 14px
}

.text-huge {
	font-size: 72px
}

.text-large {
	font-size: 50px
}

.size-h1 {
	font-size: 36px
}

.size-h2 {
	font-size: 30px
}

.size-h3 {
	font-size: 24px
}

.size-h4 {
	font-size: 18px
}

.text-thin {
	font-weight: 300
}

.text-ultralight {
	font-weight: 100
}

.color-primary {
	color: #aec534
}

.color-success {
	color: #3cbc8d
}

.color-info {
	color: #29b7d3
}

.color-info-alt {
	color: #669
}

.color-warning {
	color: #fac552
}

.color-danger {
	color: #e9422e
}

.color-dark {
	color: #242633
}

.color-reverse {
	color: #fff
}

.color-gray-darker {
	color: #222
}

.color-gray-dark {
	color: #333
}

.color-gray {
	color: #555
}

.color-gray-light {
	color: #999
}

.color-gray-lighter {
	color: #eee
}

.dropcap, .dropcap-circle, .dropcap-square {
	display: block;
	float: left;
	font-weight: 400;
	line-height: 36px;
	margin-right: 6px;
	text-shadow: none
}

.dropcap {
	font-size: 3.1em
}

.dropcap-circle, .dropcap-square {
	background-color: #eee;
	color: #767676;
	width: 36px;
	text-align: center
}

.dropcap-square {
	border-radius: 4px;
	font-size: 2.3em
}

.dropcap-circle {
	border-radius: 50%;
	font-size: 1.78em
}

.dropcap.colored {
	color: #aec534
}

.dropcap-circle.colored, .dropcap-square.colored {
	background-color: #aec534;
	color: #fff
}

.highlight {
	background-color: #aec534;
	color: #fff;
	border-radius: 4px;
	padding: 2px 5px
}

.divider {
	display: block;
	height: 10px
}

.divider-sm {
	height: 15px
}

.divider-md {
	height: 20px
}

.divider-lg {
	height: 30px
}

.divider-xl {
	height: 50px
}

.space {
	display: inline;
	padding: 5px
}

.space-md {
	padding: 15px
}

.space-lg {
	padding: 25px
}

.table-dynamic .table-filters {
	margin: 10px 0;
	padding: 8px
}

.table-dynamic .filter-result-info {
	padding: 7px
}

.table-dynamic .table-bordered {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.table-dynamic .table-bordered thead th {
	position: relative;
	padding: 0
}

.table-dynamic .table-bordered thead th>.th {
	position: relative;
	padding: 8px 20px 8px 8px
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-down,
	.table-dynamic .table-bordered thead th .glyphicon-chevron-up {
	position: absolute;
	color: #999
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover,
	.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover {
	color: #aec534;
	cursor: pointer
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-down.active,
	.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active {
	color: #aec534
}

.table-dynamic .table-bordered thead th .fa-angle-down, .table-dynamic .table-bordered thead th .fa-angle-up
	{
	position: absolute;
	color: #999;
	font-size: 16px;
	font-weight: 700
}

.table-dynamic .table-bordered thead th .fa-angle-down:hover,
	.table-dynamic .table-bordered thead th .fa-angle-up:hover {
	color: #aec534;
	cursor: pointer
}

.table-dynamic .table-bordered thead th .fa-angle-down.active,
	.table-dynamic .table-bordered thead th .fa-angle-up.active {
	color: #aec534
}

.table-dynamic .table-bordered thead th .fa-angle-up, .table-dynamic .table-bordered thead th .glyphicon-chevron-up
	{
	top: 4px;
	right: 5px
}

.table-dynamic .table-bordered thead th .fa-angle-down {
	top: 18px;
	right: 5px
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
	top: 18px;
	right: 6px
}

.table-dynamic .table-footer {
	margin: 10px 0;
	padding: 8px
}

.table-dynamic .page-num-info span {
	padding: 6px
}

.table-dynamic .pagination-container ul {
	margin: 0
}

.table-dynamic .pagination-container ul li:hover {
	cursor: pointer
}

@media only screen and (max-width:800px) {
	.table-flip-scroll .cf:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0
	}
	.table-flip-scroll * html .cf, .table-flip-scroll :first-child+html .cf
		{
		zoom: 1
	}
	.table-flip-scroll table {
		border-collapse: collapse;
		border-spacing: 0
	}
	.table-flip-scroll td, .table-flip-scroll th {
		margin: 0;
		vertical-align: top
	}
	.table-flip-scroll table {
		display: block;
		position: relative;
		width: 100%
	}
	.table-flip-scroll thead {
		display: block;
		float: left
	}
	.table-flip-scroll tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap
	}
	.table-flip-scroll thead tr {
		display: block
	}
	.table-flip-scroll .table>thead>tr>th:first-child {
		border-top: 1px solid #ddd
	}
	.table-flip-scroll th {
		display: block;
		text-align: right
	}
	.table-flip-scroll tbody tr {
		display: inline-block;
		vertical-align: top
	}
	.table-flip-scroll td {
		display: block;
		min-height: 1.25em;
		text-align: left
	}
	.table-flip-scroll th {
		border-bottom: 0;
		border-left: 0
	}
	.table-flip-scroll td {
		border-left: 0;
		border-right: 0;
		border-bottom: 0
	}
	.table-flip-scroll tbody tr {
		border-left: 1px solid #babcbf
	}
	.table-flip-scroll td:last-child, .table-flip-scroll th:last-child {
		border-bottom: 1px solid #babcbf
	}
}

.ui-radio {
	position: relative;
	margin: 0 20px 10px;
	font-size: 14px;
	line-height: 20px;
	height: 20px
}

.ui-radio input[type=radio]+span:hover {
	cursor: pointer
}

.ui-radio input[type=radio]:disabled+span:hover {
	cursor: not-allowed
}

.ui-radio input[type=radio] {
	display: none
}

.ui-radio input[type=radio]+span {
	padding-left: 10px;
	font-weight: 400
}

.ui-radio input[type=radio]+span:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -20px;
	top: 0;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #ccc
}

.ui-radio input[type=radio]:disabled+span:before {
	opacity: .65;
	border: 1px solid #ccc;
	cursor: no-drop
}

.ui-radio input[type=radio]:checked+span:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 6px;
	left: -14px;
	background-color: #aec534;
	border-radius: 50%;
	display: block
}

.ui-radio input[type=radio]:disabled:checked+span:after {
	opacity: .65;
	cursor: no-drop;
	background-color: #ccc
}

.ui-checkbox {
	position: relative;
	margin: 0 20px 10px
}

.ui-checkbox input[type=checkbox]+span:hover {
	cursor: pointer
}

.ui-checkbox input[type=checkbox]:disabled+span:hover {
	cursor: not-allowed
}

.ui-checkbox input[type=checkbox] {
	display: none
}

.ui-checkbox input[type=checkbox]+span {
	font-weight: 400
}

.ui-checkbox input[type=checkbox]+span:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -20px;
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid #ccc
}

.ui-checkbox input[type=checkbox]:disabled+span:before {
	opacity: .65;
	border: 1px solid #ccc;
	cursor: no-drop
}

.ui-checkbox input[type=checkbox]:checked+span:before {
	background-color: #aec534;
	border: 1px solid #aec534
}

.ui-checkbox input[type=checkbox]:checked+span:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: -15px;
	background: url(img/checkmark.png) no-repeat center center;
	background-size: 14px 14px;
	display: block
}

.ui-checkbox input[type=checkbox]:disabled:checked+span:before {
	opacity: .65;
	background-color: #ccc;
	border: 1px solid #ccc
}

.ui-checkbox input[type=checkbox]:disabled:checked+span:after {
	opacity: .65;
	cursor: no-drop;
	background: url(img/checkmark.png) no-repeat center center
}

.ui-editor .btn-toolbar {
	margin-bottom: 10px
}

.ui-editor .btn-toolbar .btn {
	font-size: 12px
}

.ui-editor .btn-toolbar .btn-group {
	margin: 5px
}

.ui-editor .btn-toolbar .btn-default {
	background-color: #fff;
	color: #767676
}

.ui-editor #taHtmlElement, .ui-editor #taTextElement {
	overflow: auto;
	min-height: 300px
}

.ui-datepicker table {
	margin: 0 5px
}

.ui-datepicker table td, .ui-datepicker table th, .ui-timepicker td {
	padding: 1px
}

.ui-rating:hover {
	cursor: pointer
}

.ui-rating .fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px
}

.ui-rating .fa.fa-star {
	color: #40dec8
}

.ui-rating.ui-rating-success .fa.fa-star {
	color: #3cbc8d
}

.ui-rating.ui-rating-info .fa.fa-star {
	color: #29b7d3
}

.ui-rating.ui-rating-warning .fa.fa-star {
	color: #fac552
}

.ui-rating.ui-rating-danger .fa.fa-star {
	color: #e9422e
}

.form-control {
	border-width: 1px;
	box-shadow: none
}

.form-control:focus {
	border-color: #aec534;
	box-shadow: none
}

.form-group .col-sm-10 {
	position: relative
}

.form-group .col-sm-10 .icon {
	position: absolute;
	right: 25px;
	top: 10px
}

.input-round {
	border-radius: 25px
}

input.input-primary, input.input-primary:focus {
	border-color: #aec534
}

input.input-info, input.input-info:focus {
	border-color: #29b7d3
}

input.input-success, input.input-success:focus {
	border-color: #3cbc8d
}

input.input-warning, input.input-warning:focus {
	border-color: #fac552
}

input.input-danger, input.input-danger:focus {
	border-color: #e9422e
}

.drop-box {
	width: 100%;
	height: 100px;
	background: #F8F8F8;
	border: 2px dashed #DDD;
	text-align: center;
	padding-top: 35px;
	border-radius: 4px
}

.ui-select {
	position: relative;
	display: inline-block;
	margin: 0 0 2px 1.2%;
	width: auto;
	height: auto;
	border: 1px solid #cbd5dd;
	border-radius: 4px
}

.ui-select>select {
	z-index: 99;
	display: block;
	position: relative;
	padding: 10px 15px 10px 10px;
	min-width: 200px;
	width: 120%;
	border: none;
	outline: 0;
	background: 0 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	text-indent: .01px;
	text-overflow: '';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none
}

.ui-select select::-ms-expand {
	display: none
}

.ui-select:after {
	z-index: 0;
	content: "";
	position: absolute;
	right: 8%;
	top: 50%;
	color: #cbd5dd;
	width: 0;
	margin-top: -3px;
	height: 0;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}

.ui-spinner {
	max-width: 200px
}

.ui-spinner .input-group-btn.btn-group-vertical>.btn {
	height: 17px;
	margin: 0;
	padding: 0 6px;
	text-align: center
}

.ui-spinner .input-group-btn.btn-group-vertical>.btn:first-child {
	border-radius: 0 4px 0 0 !important
}

.ui-spinner .input-group-btn.btn-group-vertical>.btn:last-child {
	border-radius: 0 0 4px
}

.ui-spinner .input-group-btn.btn-group-vertical>.btn i {
	display: block;
	margin-top: -2px
}

.switch input {
	display: none
}

.switch i {
	display: inline-block;
	cursor: pointer;
	padding-right: 25px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	border-radius: 30px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5)
}

.switch i:before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.switch :checked+i {
	padding-right: 0;
	padding-left: 25px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 50px #aec534
}

.switch.switch-success :checked+i {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 50px #3cbc8d
}

.switch.switch-info :checked+i {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 50px #29b7d3
}

.switch.switch-warning :checked+i {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 50px #fac552
}

.switch.switch-danger :checked+i {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 50px #e9422e
}

.form-validation .ng-valid.ng-dirty {
	border-color: #3cbc8d
}

.form-validation .ng-invalid.ng-dirty {
	border-color: #e9422e
}

.btn-info-alt {
	color: #fff;
	background-color: #669;
	border-color: #5c5c8a
}

.btn-info-alt.active, .btn-info-alt:active, .btn-info-alt:focus,
	.btn-info-alt:hover, .open>.btn-info-alt.dropdown-toggle {
	color: #fff;
	background-color: #52527a;
	border-color: #434365
}

.btn-info-alt.active, .btn-info-alt:active, .open>.btn-info-alt.dropdown-toggle
	{
	background-image: none
}

.btn-info-alt.disabled, .btn-info-alt.disabled.active, .btn-info-alt.disabled:active,
	.btn-info-alt.disabled:focus, .btn-info-alt.disabled:hover,
	.btn-info-alt[disabled], .btn-info-alt[disabled].active, .btn-info-alt[disabled]:active,
	.btn-info-alt[disabled]:focus, .btn-info-alt[disabled]:hover, fieldset[disabled] .btn-info-alt,
	fieldset[disabled] .btn-info-alt.active, fieldset[disabled] .btn-info-alt:active,
	fieldset[disabled] .btn-info-alt:focus, fieldset[disabled] .btn-info-alt:hover
	{
	background-color: #669;
	border-color: #5c5c8a
}

.btn-info-alt .badge {
	color: #669;
	background-color: #fff
}

.btn-dark {
	color: #fff;
	background-color: #242633;
	border-color: #191b24
}

.btn-dark.active, .btn-dark:active, .btn-dark:focus, .btn-dark:hover,
	.open>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #0f1015;
	border-color: #000
}

.btn-dark.active, .btn-dark:active, .open>.btn-dark.dropdown-toggle {
	background-image: none
}

.btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled:active,
	.btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled],
	.btn-dark[disabled].active, .btn-dark[disabled]:active, .btn-dark[disabled]:focus,
	.btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active,
	fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus,
	fieldset[disabled] .btn-dark:hover {
	background-color: #242633;
	border-color: #191b24
}

.btn-dark .badge {
	color: #242633;
	background-color: #fff
}

.btn-line-default {
	color: #767676;
	background-color: transparent;
	border-color: #ededed
}

.btn-line-default.active, .btn-line-default:active, .btn-line-default:focus,
	.btn-line-default:hover, .open .btn-line-default.dropdown-toggle {
	color: #767676;
	background-color: #fafafa
}

.btn-line-primary {
	color: #767676;
	background-color: transparent;
	border-color: #aec534
}

.btn-line-primary.active, .btn-line-primary:active, .btn-line-primary:focus,
	.btn-line-primary:hover, .open .btn-line-primary.dropdown-toggle {
	color: #fff;
	background-color: #aec534
}

.btn-line-success {
	color: #767676;
	background-color: transparent;
	border-color: #36a97f
}

.btn-line-success.active, .btn-line-success:active, .btn-line-success:focus,
	.btn-line-success:hover, .open .btn-line-success.dropdown-toggle {
	color: #fff;
	background-color: #3cbc8d
}

.btn-line-info {
	color: #767676;
	background-color: transparent;
	border-color: #25a4be
}

.btn-line-info.active, .btn-line-info:active, .btn-line-info:focus,
	.btn-line-info:hover, .open .btn-line-info.dropdown-toggle {
	color: #fff;
	background-color: #29b7d3
}

.btn-line-warning {
	color: #767676;
	background-color: transparent;
	border-color: #f9bd39
}

.btn-line-warning.active, .btn-line-warning:active, .btn-line-warning:focus,
	.btn-line-warning:hover, .open .btn-line-warning.dropdown-toggle {
	color: #fff;
	background-color: #fac552
}

.btn-line-danger {
	color: #767676;
	background-color: transparent;
	border-color: #e52e18
}

.btn-line-danger.active, .btn-line-danger:active, .btn-line-danger:focus,
	.btn-line-danger:hover, .open .btn-line-danger.dropdown-toggle {
	color: #fff;
	background-color: #e9422e
}

.btn-line-dark {
	color: #767676;
	background-color: transparent;
	border-color: #191b24
}

.btn-line-dark.active, .btn-line-dark:active, .btn-line-dark:focus,
	.btn-line-dark:hover, .open .btn-line-dark.dropdown-toggle {
	color: #fff;
	background-color: #242633
}

.btn-direction {
	position: relative;
	border: 0;
	line-height: 20px
}

.btn-left {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-left:before {
	content: " ";
	line-height: 0;
	position: absolute;
	top: 0;
	left: -26px;
	border: 16px solid transparent;
	border-right: 10px solid #fafafa
}

.btn-left:hover:before {
	border-right: 10px solid #e1e1e1
}

.btn-left.btn-primary:before {
	border-right: 10px solid #aec534
}

.btn-left.btn-primary:hover:before {
	border-right: 10px solid #1b6985
}

.btn-left.btn-success:before {
	border-right: 10px solid #3cbc8d
}

.btn-left.btn-success:hover:before {
	border-right: 10px solid #309570
}

.btn-left.btn-info:before {
	border-right: 10px solid #29b7d3
}

.btn-left.btn-info:hover:before {
	border-right: 10px solid #2192a8
}

.btn-left.btn-warning:before {
	border-right: 10px solid #fac552
}

.btn-left.btn-warning:hover:before {
	border-right: 10px solid #f9b420
}

.btn-left.btn-danger:before {
	border-right: 10px solid #e9422e
}

.btn-left.btn-danger:hover:before {
	border-right: 10px solid #ce2916
}

.btn-right {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-right:before {
	content: " ";
	line-height: 0;
	position: absolute;
	top: 0;
	right: -26px;
	border: 16px solid transparent;
	border-left: 10px solid #fafafa
}

.btn-right:hover:before {
	border-left: 10px solid #e1e1e1
}

.btn-right.btn-primary:before {
	border-left: 10px solid #aec534
}

.btn-right.btn-primary:hover:before {
	border-left: 10px solid #1b6985
}

.btn-right.btn-success:before {
	border-left: 10px solid #3cbc8d
}

.btn-right.btn-success:hover:before {
	border-left: 10px solid #309570
}

.btn-right.btn-info:before {
	border-left: 10px solid #29b7d3
}

.btn-right.btn-info:hover:before {
	border-left: 10px solid #2192a8
}

.btn-right.btn-warning:before {
	border-left: 10px solid #fac552
}

.btn-right.btn-warning:hover:before {
	border-left: 10px solid #f9b420
}

.btn-right.btn-danger:before {
	border-left: 10px solid #e9422e
}

.btn-right.btn-danger:hover:before {
	border-left: 10px solid #ce2916
}

.btn-up:before {
	content: " ";
	line-height: 0;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fafafa
}

.btn-up:hover:before {
	border-bottom: 8px solid #e1e1e1
}

.btn-up.btn-primary:before {
	border-bottom: 8px solid #aec534
}

.btn-up.btn-primary:hover:before {
	border-bottom: 8px solid #1b6985
}

.btn-up.btn-success:before {
	border-bottom: 8px solid #3cbc8d
}

.btn-up.btn-success:hover:before {
	border-bottom: 8px solid #309570
}

.btn-up.btn-info:before {
	border-bottom: 8px solid #29b7d3
}

.btn-up.btn-info:hover:before {
	border-bottom: 8px solid #2192a8
}

.btn-up.btn-warning:before {
	border-bottom: 8px solid #fac552
}

.btn-up.btn-warning:hover:before {
	border-bottom: 8px solid #f9b420
}

.btn-up.btn-danger:before {
	border-bottom: 8px solid #e9422e
}

.btn-up.btn-danger:hover:before {
	border-bottom: 8px solid #ce2916
}

.btn-down:before {
	content: " ";
	line-height: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #fafafa
}

.btn-down:hover:before {
	border-top: 8px solid #e1e1e1
}

.btn-down.btn-primary:before {
	border-top: 8px solid #aec534
}

.btn-down.btn-primary:hover:before {
	border-top: 8px solid #1b6985
}

.btn-down.btn-success:before {
	border-top: 8px solid #3cbc8d
}

.btn-down.btn-success:hover:before {
	border-top: 8px solid #309570
}

.btn-down.btn-info:before {
	border-top: 8px solid #29b7d3
}

.btn-down.btn-info:hover:before {
	border-top: 8px solid #2192a8
}

.btn-down.btn-warning:before {
	border-top: 8px solid #fac552
}

.btn-down.btn-warning:hover:before {
	border-top: 8px solid #f9b420
}

.btn-down.btn-danger:before {
	border-top: 8px solid #e9422e
}

.btn-down.btn-danger:hover:before {
	border-top: 8px solid #ce2916
}

.btn-w-xs {
	min-width: 80px
}

.btn-w-sm {
	min-width: 100px
}

.btn-w-md {
	min-width: 120px
}

.btn-w-lg {
	min-width: 150px
}

.btn-round {
	border-radius: 2em
}

.btn-gap {
	margin: 5px
}

.btn-gap-h {
	margin: 0 5px
}

.btn-gap-v {
	margin: 0 0 5px
}

.btn-icon {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	height: 35px;
	width: 35px;
	line-height: 35px
}

.btn-icon.btn-icon-lined {
	line-height: 31px
}

.btn-icon:hover {
	color: #fff
}

.btn-icon-lined {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid #767676;
	color: #767676;
	height: 35px;
	width: 35px;
	line-height: 35px
}

.btn-icon-lined.btn-icon-lined {
	line-height: 31px
}

.btn-icon-lined:hover {
	background-color: #fff;
	color: #fff
}

.btn-icon-lined.btn-default-light, .btn-icon-lined.btn-default-light:hover
	{
	color: #bbb;
	border: 2px solid #bbb
}

.btn-icon-lined.btn-default, .btn-icon-lined.btn-default:hover {
	color: #999;
	border: 2px solid #999
}

.btn-icon-lined.btn-primary {
	color: #aec534;
	border: 2px solid #aec534
}

.btn-icon-lined.btn-success {
	color: #3cbc8d;
	border: 2px solid #3cbc8d
}

.btn-icon-lined.btn-info {
	color: #29b7d3;
	border: 2px solid #29b7d3
}

.btn-icon-lined.btn-warning {
	color: #fac552;
	border: 2px solid #fac552
}

.btn-icon-lined.btn-danger {
	color: #e9422e;
	border: 2px solid #e9422e
}

.btn-icon-round {
	border-radius: 50%
}

.btn-icon-sm {
	height: 30px;
	width: 30px;
	line-height: 30px
}

.btn-icon-sm.btn-icon-lined {
	line-height: 26px
}

.btn-icon-md {
	height: 45px;
	width: 45px;
	line-height: 45px
}

.btn-icon-md.btn-icon-lined {
	line-height: 41px
}

.btn-icon-lg {
	height: 65px;
	width: 65px;
	line-height: 65px
}

.btn-icon-lg.btn-icon-lined {
	line-height: 61px
}

.btn-icon-lg-alt {
	height: 70px;
	width: 70px;
	line-height: 70px
}

.btn-icon-lg-alt.btn-icon-lined {
	line-height: 66px
}

.btn-icon-xl {
	height: 80px;
	width: 80px;
	line-height: 80px
}

.btn-icon-xl.btn-icon-lined {
	line-height: 76px
}

.btn-twitter {
	color: #fff;
	background-color: #00c7f7;
	border-color: #00c7f7
}

.btn-twitter:hover {
	color: #fff;
	background-color: #00a6ce;
	border-color: #0096ba
}

.btn-facebook {
	color: #fff;
	background-color: #335397;
	border-color: #335397
}

.btn-facebook:hover {
	color: #fff;
	background-color: #294279;
	border-color: #243a69
}

.btn-google-plus, .btn-gplus {
	color: #fff;
	background-color: #dd4a38;
	border-color: #dd4a38
}

.btn-google-plus:hover, .btn-gplus:hover {
	color: #fff;
	background-color: #ca3522;
	border-color: #b8301f
}

.btn-instagram {
	color: #fff;
	background-color: #82685a;
	border-color: #82685a
}

.btn-instagram:hover {
	color: #fff;
	background-color: #6a5549;
	border-color: #5e4b41
}

.btn-vimeo {
	color: #fff;
	background-color: #63879c;
	border-color: #63879c
}

.btn-vimeo:hover {
	color: #fff;
	background-color: #537183;
	border-color: #4b6777
}

.btn-flickr {
	color: #fff;
	background-color: #0061db;
	border-color: #0061db
}

.btn-flickr:hover {
	color: #fff;
	background-color: #004fb2;
	border-color: #00469e
}

.btn-github {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b
}

.btn-github:hover {
	color: #fff;
	background-color: #272727;
	border-color: #1c1c1c
}

.btn-pinterest {
	color: #fff;
	background-color: #d73532;
	border-color: #d73532
}

.btn-pinterest:hover {
	color: #fff;
	background-color: #bc2725;
	border-color: #ab2421
}

.btn-tumblr {
	color: #fff;
	background-color: #586980;
	border-color: #586980
}

.btn-tumblr:hover {
	color: #fff;
	background-color: #475568;
	border-color: #3f4b5c
}

.btn-linkedin {
	color: #fff;
	background-color: #018faf;
	border-color: #018faf
}

.btn-linkedin:hover {
	color: #fff;
	background-color: #016e86;
	border-color: #015d72
}

.btn-dribbble {
	color: #fff;
	background-color: #ea73a0;
	border-color: #ea73a0
}

.btn-dribbble:hover {
	color: #fff;
	background-color: #e55088;
	border-color: #e23e7c
}

.btn-stumbleupon {
	color: #fff;
	background-color: #ea4b24;
	border-color: #ea4b24
}

.btn-stumbleupon:hover {
	color: #fff;
	background-color: #d13914;
	border-color: #bf3412
}

.btn-lastfm {
	color: #fff;
	background-color: #b80638;
	border-color: #b80638
}

.btn-lastfm:hover {
	color: #fff;
	background-color: #90052c;
	border-color: #7d0426
}

.btn-evernote {
	color: #fff;
	background-color: #3bab27;
	border-color: #3bab27
}

.btn-evernote:hover {
	color: #fff;
	background-color: #308a1f;
	border-color: #2a791c
}

.btn-skype {
	color: #fff;
	background-color: #00b0f6;
	border-color: #00b0f6
}

.btn-skype:hover {
	color: #fff;
	background-color: #0093cd;
	border-color: #0084b9
}

.btn-soundcloud {
	color: #fff;
	background-color: #06f;
	border-color: #06f
}

.btn-soundcloud:hover {
	color: #fff;
	background-color: #0056d6;
	border-color: #004ec2
}

.btn-behance {
	color: #fff;
	background-color: #b80638;
	border-color: #b80638
}

.btn-behance:hover {
	color: #fff;
	background-color: #90052c;
	border-color: #7d0426
}

.btn-rss {
	color: #fff;
	background-color: #f79638;
	border-color: #f79638
}

.btn-rss:hover {
	color: #fff;
	background-color: #f58111;
	border-color: #e87709
}

.btn-youtube {
	color: #fff;
	background-color: #cc181e;
	border-color: #cc181e
}

.btn-youtube:hover {
	color: #fff;
	background-color: #a71419;
	border-color: #951216
}

.btn-metro {
	position: relative;
	padding: 0;
	border: 0;
	width: 180px;
	height: 180px;
	font-size: 21px;
	text-align: center
}

.btn-metro i {
	font-size: 48px;
	line-height: 180px
}

.btn-metro span {
	position: absolute;
	left: 15px;
	bottom: 15px
}

.content-container.ng-leave {
	z-index: 9999
}

.content-container.ng-enter {
	z-index: 8888
}

@
-webkit-keyframes fade-up-enter { 0%{
	opacity: 0;
	-webkit-transform: translateY(20px)
}

100%{
opacity


:


1;
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes fade-up-enter { 0%{
	opacity: 0;
	-moz-transform: translateY(20px)
}

100%{
opacity


:


1;
-moz-transform


:translateY(0)


}
}
@
keyframes fade-up-enter { 0%{
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px)
}

100%{
opacity


:


1;
-webkit-transform


:translateY(0)


;
-moz-transform


:translateY(0)


;
-ms-transform


:translateY(0)


;
-o-transform


:translateY(0)


;
transform


:translateY(0)


}
}
@
-webkit-keyframes fade-up-leave { 0%{
	opacity: 1;
	-webkit-transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(-20px)


}
}
@
-moz-keyframes fade-up-leave { 0%{
	opacity: 1;
	-moz-transform: translateY(0)
}

100%{
opacity


:


0;
-moz-transform


:translateY(-20px)


}
}
@
keyframes fade-up-leave { 0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(-20px)


;
-moz-transform


:translateY(-20px)


;
-ms-transform


:translateY(-20px)


;
-o-transform


:translateY(-20px)


;
transform


:translateY(-20px)


}
}
.animate-fade-up.ng-enter {
	-webkit-animation: .35s fade-up-enter;
	-moz-animation: .35s fade-up-enter;
	animation: .35s fade-up-enter
}

@
-webkit-keyframes animate-flip-y-enter { 0%{
	-webkit-transform: perspective(3000px) rotateY(90deg);
	opacity: 0
}

100%{
-webkit-transform


:perspective(3000px)

 

rotateY


(0
deg
);opacity


:


1
}
}
@
-moz-keyframes animate-flip-y-enter { 0%{
	-moz-transform: perspective(3000px) rotateY(90deg);
	opacity: 0
}

100%{
-moz-transform


:perspective(3000px)

 

rotateY


(0
deg
);opacity


:


1
}
}
@
keyframes animate-flip-y-enter { 0%{
	-webkit-transform: perspective(3000px) rotateY(90deg);
	-moz-transform: perspective(3000px) rotateY(90deg);
	-ms-transform: perspective(3000px) rotateY(90deg);
	-o-transform: perspective(3000px) rotateY(90deg);
	transform: perspective(3000px) rotateY(90deg);
	opacity: 0
}

100%{
-webkit-transform


:perspective(3000px)

 

rotateY


(0
deg
);-moz-transform


:perspective(3000px)

 

rotateY


(0
deg
);-ms-transform


:perspective(3000px)

 

rotateY


(0
deg
);-o-transform


:perspective(3000px)

 

rotateY


(0
deg
);transform


:perspective(3000px)

 

rotateY


(0
deg
);opacity


:


1
}
}
@
-webkit-keyframes animate-flip-y-leave { 0%{
	-webkit-transform: perspective(3000px) rotateY(0deg);
	opacity: 1
}

100%{
-webkit-transform


:perspective(3000px)

 

rotateY


(-90
deg
);opacity


:


0
}
}
@
-moz-keyframes animate-flip-y-leave { 0%{
	-moz-transform: perspective(3000px) rotateY(0deg);
	opacity: 1
}

100%{
-moz-transform


:perspective(3000px)

 

rotateY


(-90
deg
);opacity


:


0
}
}
@
keyframes animate-flip-y-leave { 0%{
	-webkit-transform: perspective(3000px) rotateY(0deg);
	-moz-transform: perspective(3000px) rotateY(0deg);
	-ms-transform: perspective(3000px) rotateY(0deg);
	-o-transform: perspective(3000px) rotateY(0deg);
	transform: perspective(3000px) rotateY(0deg);
	opacity: 1
}

100%{
-webkit-transform


:perspective(3000px)

 

rotateY


(-90
deg
);-moz-transform


:perspective(3000px)

 

rotateY


(-90
deg
);-ms-transform


:perspective(3000px)

 

rotateY


(-90
deg
);-o-transform


:perspective(3000px)

 

rotateY


(-90
deg
);transform


:perspective(3000px)

 

rotateY


(-90
deg
);opacity


:


0
}
}
.animate-flip-y.ng-enter {
	-webkit-animation: .35s animate-flip-y-enter ease-in-out;
	-moz-animation: .35s animate-flip-y-enter ease-in-out;
	animation: .35s animate-flip-y-enter ease-in-out
}

@
-webkit-keyframes slideInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px)
}

100%{
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes slideInDown { 0%{
	opacity: 0;
	-moz-transform: translateY(-2000px)
}

100%{
-moz-transform


:translateY(0)


}
}
@
keyframes slideInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	-moz-transform: translateY(-2000px);
	-ms-transform: translateY(-2000px);
	-o-transform: translateY(-2000px);
	transform: translateY(-2000px)
}

100%{
-webkit-transform


:translateY(0)


;
-moz-transform


:translateY(0)


;
-ms-transform


:translateY(0)


;
-o-transform


:translateY(0)


;
transform


:translateY(0)


}
}
@
-webkit-keyframes slideOutUp { 0%{
	-webkit-transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(-2000px)


}
}
@
-moz-keyframes slideOutUp { 0%{
	-moz-transform: translateY(0)
}

100%{
opacity


:


0;
-moz-transform


:translateY(-2000px)


}
}
@
keyframes slideOutUp { 0%{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(-2000px)


;
-moz-transform


:translateY(-2000px)


;
-ms-transform


:translateY(-2000px)


;
-o-transform


:translateY(-2000px)


;
transform


:translateY(-2000px)


}
}
.animate-vertical-slide.ng-hide-add {
	-webkit-animation: .35s slideOutUp ease-in-out;
	-moz-animation: .35s slideOutUp ease-in-out;
	animation: .35s slideOutUp ease-in-out
}

.animate-vertical-slide.ng-hide-remove {
	-webkit-animation: .35s .35s slideInDown ease-in-out;
	-moz-animation: .35s .35s slideInDown ease-in-out;
	animation: .35s .35s slideInDown ease-in-out
}

@
-webkit-keyframes slideOutUp { 0%{
	opacity: 0;
	-webkit-transform: scale(0.95)
}

100%{
opacity


:


1;
-webkit-transform


:scale(1)


}
}
@
-moz-keyframes slideOutUp { 0%{
	opacity: 0;
	-moz-transform: scale(0.95)
}

100%{
opacity


:


1;
-moz-transform


:scale(1)


}
}
@
keyframes slideOutUp { 0%{
	opacity: 0;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95)
}

100%{
opacity


:


1;
-webkit-transform


:scale(1)


;
-moz-transform


:scale(1)


;
-ms-transform


:scale(1)


;
-o-transform


:scale(1)


;
transform


:scale(1)


}
}
.ainmate-scale-up.ng-enter {
	-webkit-animation: .35s slideOutUp ease-in-out;
	-moz-animation: .35s slideOutUp ease-in-out;
	animation: .35s slideOutUp ease-in-out
}

@
-webkit-keyframes slideInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(25px)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes slideInRight { 0%{
	opacity: 0;
	-moz-transform: translateX(25px)
}

100%{
opacity


:


1;
-moz-transform


:translateX(0)


}
}
@
keyframes slideInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	-o-transform: translateX(25px);
	transform: translateX(25px)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0)


;
-moz-transform


:translateX(0)


;
-ms-transform


:translateX(0)


;
-o-transform


:translateX(0)


;
transform


:translateX(0)


}
}
.ainmate-slide-in-right.ng-enter {
	-webkit-animation: .35s slideInRight ease-in-out;
	-moz-animation: .35s slideInRight ease-in-out;
	animation: .35s slideInRight ease-in-out
}

.badge-primary {
	background-color: #aec534
}

.badge-success {
	background-color: #3cbc8d
}

.badge-info {
	background-color: #29b7d3
}

.badge-warning {
	background-color: #fac552
}

.badge-danger {
	background-color: #e9422e
}

.breadcrumb a {
	color: #767676
}

.breadcrumb a:hover {
	text-decoration: none
}

.breadcrumb-alt {
	overflow: hidden;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%
}

.breadcrumb-alt>li {
	float: left;
	margin: 0 25px 0 0
}

.breadcrumb-alt>li>a {
	position: relative;
	float: left;
	background-color: #eee;
	color: #767676;
	font-size: 12px;
	padding: 10px
}

.breadcrumb-alt>li>a:before {
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -1.6em;
	border-color: #eee #eee #eee rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1.5em 0 1.7em 1em;
	content: ""
}

.breadcrumb-alt>li>a:after {
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -1.5em;
	border-bottom: 1.5em solid rgba(0, 0, 0, 0);
	border-left: 1em solid #eee;
	border-top: 1.5em solid rgba(0, 0, 0, 0);
	content: ""
}

.breadcrumb-alt>li>a.active, .breadcrumb-alt>li>a:hover {
	text-decoration: none;
	background-color: #aec534;
	color: #fff
}

.breadcrumb-alt>li>a.active:before, .breadcrumb-alt>li>a:hover:before {
	border-color: #aec534 #aec534 #aec534 rgba(0, 0, 0, 0)
}

.breadcrumb-alt>li>a.active:after, .breadcrumb-alt>li>a:hover:after {
	border-left: 1em solid #aec534
}

.ui-bullet {
	overflow: auto
}

.ui-bullet .btn-icon {
	float: left;
	font-size: 26px
}

.ui-bullet .ui-bullet-content {
	margin-left: 75px;
	margin-bottom: 2em
}

.ui-bullet h3 {
	display: inline-block;
	border-bottom: 1px solid rgba(118, 118, 118, .2);
	font-size: 24px;
	margin: .5em 0 .6em
}

.callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee
}

.callout h4 {
	margin-top: 0;
	margin-bottom: 5px
}

.callout p:last-child {
	margin-bottom: 0
}

.callout-success {
	background-color: #f3faf3;
	border-color: #3cbc8d
}

.callout-success h4 {
	color: #3cbc8d
}

.callout-info {
	background-color: #f4f8fa;
	border-color: #29b7d3
}

.callout-info h4 {
	color: #29b7d3
}

.callout-warning {
	background-color: #fcf8f2;
	border-color: #fac552
}

.callout-warning h4 {
	color: #fac552
}

.callout-danger {
	background-color: #fdf7f7;
	border-color: #e9422e
}

.callout-danger h4 {
	color: #e9422e
}

#flotTip {
	background: rgba(0, 0, 0, .7);
	color: #fafafa;
	padding: .3em .4em;
	border: 0;
	font-size: 12px;
	border-radius: 4px
}

.dropdown-menu {
	box-shadow: none
}

.dropdown-menu.dropdown-dark {
	background-color: #242633
}

.dropdown-menu.dropdown-dark.with-arrow:after {
	border-bottom: 7px solid #242633
}

.dropdown-menu.dropdown-dark>li>a {
	color: #999
}

.dropdown-menu.with-arrow {
	margin-top: 0
}

.dropdown-menu.with-arrow:before {
	content: " ";
	position: absolute;
	left: 12px;
	top: -16px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(0, 0, 0, .15)
}

.dropdown-menu.with-arrow:after {
	content: " ";
	position: absolute;
	left: 13px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff
}

.dropdown-menu.with-arrow.pull-right {
	margin-top: 0
}

.dropdown-menu.with-arrow.pull-right:before {
	left: auto;
	right: 12px
}

.dropdown-menu.with-arrow.pull-right:after {
	left: auto;
	right: 13px
}

.dropdown-menu.with-arrow.panel {
	border: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.dropdown-menu.with-arrow.panel-default:before {
	border-bottom: 8px solid #e9e9e9
}

.dropdown-menu.with-arrow.panel-default:after {
	border-bottom: 7px solid #f6f6f6
}

.dropdown-menu.with-arrow.panel-dark:before {
	border-bottom: 8px solid #242633
}

.dropdown-menu.with-arrow.panel-dark:after {
	border-bottom: 7px solid #242633
}

.dropdown-menu.with-arrow.panel-primary:before {
	border-bottom: 8px solid #aec534
}

.dropdown-menu.with-arrow.panel-primary:after {
	border-bottom: 7px solid #aec534
}

.dropdown-menu.with-arrow.panel-success:before {
	border-bottom: 8px solid #ebf8cd
}

.dropdown-menu.with-arrow.panel-success:after {
	border-bottom: 7px solid #f0fbe3
}

.dropdown-menu.with-arrow.panel-info:before {
	border-bottom: 8px solid #c5f1fa
}

.dropdown-menu.with-arrow.panel-info:after {
	border-bottom: 7px solid #e6f5fd
}

.dropdown-menu.with-arrow.panel-warning:before {
	border-bottom: 8px solid #ffecd4
}

.dropdown-menu.with-arrow.panel-warning:after {
	border-bottom: 7px solid #fffaed
}

.dropdown-menu.with-arrow.panel-danger:before {
	border-bottom: 8px solid #f7d0d1
}

.dropdown-menu.with-arrow.panel-danger:after {
	border-bottom: 7px solid #fbe9e6
}

img.img30_30 {
	width: 30px;
	height: 30px
}

img.img64_64 {
	width: 64px;
	height: 64px
}

img.img80_80 {
	width: 80px;
	height: 80px
}

.label {
	padding: .5em .8em
}

.label-info-alt {
	background: #669
}

.list-group-item {
	padding: 15px;
	border: 1px solid #f3f3f3
}

.list-info li {
	padding: 10px;
	border-bottom: 1px solid #eee
}

.list-info li:last-child {
	border-bottom: none
}

.list-info li .icon {
	margin-right: 10px;
	color: #aec534
}

.list-info li label {
	width: 100px
}

.mail-categories .list-group .list-group-item {
	padding: 0
}

.mail-categories .list-group .list-group-item.active>a {
	border-left: 3px solid #aec534;
	color: #aec534;
	background-color: #fafafa
}

.mail-categories .list-group .list-group-item>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.mail-categories .list-group .list-group-item>a:hover {
	border-left: 3px solid #aec534;
	color: #aec534;
	background-color: #fafafa
}

.mail-categories .list-group .list-group-item>a>i {
	font-size: 16px;
	width: 18px;
	margin-right: 5px
}

.mail-categories .list-group .list-group-item>a>i.fa-circle {
	font-size: 14px
}

.mail-container .mail-options {
	padding: 12px
}

.mail-container .table {
	margin-bottom: 0;
	border-top: 1px solid #ddd
}

.mail-container .table tr:hover {
	cursor: pointer
}

.mail-container .table tr>td {
	padding: 12px
}

.mail-container .table tr>td>.fa-star {
	color: #ccc
}

.mail-container .table tr>td>.fa-star.active {
	color: #e9422e
}

.mail-container .table label.ui-checkbox {
	margin-bottom: 0
}

.mail-container .table .mail-unread {
	font-weight: 700;
	color: #333
}

.mail-container .table .mail-hightlight td {
	background-color: #fffaed
}

.mail-container .mail-header {
	padding: 15px 0
}

.mail-container .mail-header h3 {
	margin-top: 0
}

.mail-container .mail-info {
	padding: 10px 15px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1
}

.mail-container .mail-info .col-md-4, .mail-container .mail-info .col-md-8
	{
	padding: 0
}

.mail-container .mail-attachments, .mail-container .mail-content {
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1
}

.mail-container .mail-attachments .list-attachs img {
	max-width: 200px;
	max-height: 200px
}

.mail-container .mail-actions {
	margin-top: 10px
}

.mail-compose .form-group>input, .mail-compose .form-group>input:focus {
	border: none
}

.mail-compose .mail-actions {
	margin-top: 10px
}

.nav-boxed {
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	border-radius: 4px
}

.nav-boxed.nav-justified>li>a {
	margin: 0
}

.nav-boxed>li>a {
	display: block;
	padding: 10px 5px;
	border-left: 0;
	border-top: 1px solid #f3f3f3
}

@media ( min-width :768px) {
	.nav-boxed>li>a {
		border-top: 0;
		border-left: 1px solid #f3f3f3
	}
}

.nav-boxed>li>a>i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 2px;
	font-size: 30px
}

.nav-boxed>li:first-child>a {
	border-left: none;
	border-top: 0
}

@media ( min-width :768px) {
	.nav-boxed>li:first-child>a {
		border-left: 1px solid #f3f3f3
	}
}

.panel .panel-heading {
	text-transform: uppercase
}

.panel .panel-title {
	font-size: 14px
}

.panel-dark {
	border-color: #242633
}

.panel-dark>.panel-heading {
	color: #fff;
	background-color: #242633;
	border-color: #242633
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #242633
}

.panel-dark>.panel-heading .badge {
	color: #242633;
	background-color: #fff
}

.panel-dark>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #242633
}

.panel-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	border: none
}

.panel-box .panel-item {
	display: table-cell;
	padding: 27px;
	width: 1%;
	vertical-align: top;
	border-radius: 0
}

.panel-box .panel-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.panel-box .panel-right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.panel-box.info-box i {
	line-height: 70px
}

.panel-box .panel-bottom, .panel-box .panel-top {
	display: block
}

.panel-box .panel-top {
	padding: 30px 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.panel-box .panel-bottom {
	padding: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.panel-box .panel-bottom p {
	margin: 0
}

.panel-box .list-justified-container {
	padding: 15px 0
}

.panel-box ul.list-justified {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0
}

.panel-box ul.list-justified>li {
	float: none;
	display: table-cell;
	padding: 10px;
	width: 1%;
	border-right: 1px solid #eee
}

.panel-box ul.list-justified>li:last-child {
	border: none
}

.panel-box ul.list-justified>li p {
	margin: 0
}

.panel-box .panel-icon, .panel-box .panel-img {
	display: block;
	margin: -75px auto 0;
	border-radius: 50%;
	border: 10px solid #fff;
	width: 150px;
	height: 150px;
	line-height: 80px;
	text-align: center;
	font-size: 58px;
	text-shadow: -6px 8px 5px rgba(0, 0, 0, .3)
}

.panel-box .panel-icon {
	padding: 28px 35px 35px
}

.panel-box .panel-img {
	padding: 0
}

.panel-box .panel-img img {
	width: 100%;
	max-width: 100%
}

.mini-box {
	min-height: 120px;
	padding: 25px
}

.mini-box .box-icon {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	font-size: 35px;
	border-radius: 4px
}

.mini-box .box-icon.rounded {
	border-radius: 50%
}

.mini-box .btn-icon-lined {
	float: left;
	margin: 0 15px 10px 0;
	font-size: 32px
}

.mini-box .box-info p {
	margin: 0
}

.panel-profile {
	border: none
}

.panel-profile .profile {
	margin: 5px 15px 5px 5px;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2)
}

.panel-profile .profile img {
	border-radius: 50%
}

.panel-profile .list-group>li>i {
	margin-right: 10px;
	font-size: 16px;
	color: #999;
	table-layout: fixed
}

.panel-profile .list-justified-container {
	padding: 15px 0
}

.panel-profile ul.list-justified {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0
}

.panel-profile ul.list-justified>li {
	float: none;
	display: table-cell;
	padding: 10px;
	width: 1%;
	border-right: 1px solid #eee
}

.panel-profile ul.list-justified>li:last-child {
	border: none
}

.panel-profile ul.list-justified>li p {
	margin: 0
}

.popover-title {
	padding: 8px 14px 0;
	color: #aaa;
	font-weight: 700;
	border-bottom: none
}

.popover-content {
	color: #fafafa
}

.pricing-table {
	margin-bottom: 20px;
	text-align: center;
	background-color: #fcfcfc;
	color: #767676;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.pricing-table>header {
	display: block;
	margin: 0;
	padding: 30px 40px;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}

.pricing-table .pricing-price {
	padding: 14px;
	font-size: 18px;
	color: #fff;
	background-color: #ccc;
	border-bottom: 3px solid #b8b8b8
}

.pricing-table .pricing-body>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px
}

.pricing-table .pricing-body>ul>li {
	padding: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	background-color: #f9f9f9
}

.pricing-table .pricing-body>ul>li:nth-child(odd) {
	background-color: #eee
}

.pricing-table .pricing-body>ul>li strong {
	color: #242633
}

.pricing-table>footer {
	padding: 30px 40px
}

.pricing-table>footer>a {
	display: block;
	margin: 0;
	font-size: 16px
}

.pricing-table.pricing-table-dark .pricing-price {
	background-color: #242633;
	border-bottom: 3px solid #13141b
}

.pricing-table.pricing-table-primary .pricing-price {
	background-color: #aec534;
	border-bottom: 3px solid #1d6f8d
}

.pricing-table.pricing-table-success .pricing-price {
	background-color: #3cbc8d;
	border-bottom: 3px solid #329d76
}

.pricing-table.pricing-table-info .pricing-price {
	background-color: #29b7d3;
	border-bottom: 3px solid #2299b1
}

.pricing-table.pricing-table-warning .pricing-price {
	background-color: #fac552;
	border-bottom: 3px solid #f9b82a
}

.pricing-table.pricing-table-danger .pricing-price {
	background-color: #e9422e;
	border-bottom: 3px solid #d82b17
}

.ui-ribbon-container {
	position: relative
}

.ui-ribbon-container .ui-ribbon-wrapper {
	position: absolute;
	overflow: hidden;
	width: 85px;
	height: 88px;
	top: -3px;
	right: -3px
}

.ui-ribbon-container .ui-ribbon {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	line-height: 20px;
	background-color: #555;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before
	{
	position: absolute;
	content: " ";
	line-height: 0;
	border-top: 2px solid #555;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	bottom: -2px
}

.ui-ribbon-container .ui-ribbon:before {
	left: 0;
	bottom: -1px
}

.ui-ribbon-container .ui-ribbon:after {
	right: 0
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
	background-color: #aec534
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
	.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
	border-top: 2px solid #aec534
}

.ui-ribbon-container.ui-ribbon-success .ui-ribbon {
	background-color: #3cbc8d
}

.ui-ribbon-container.ui-ribbon-success .ui-ribbon:after,
	.ui-ribbon-container.ui-ribbon-success .ui-ribbon:before {
	border-top: 2px solid #3cbc8d
}

.ui-ribbon-container.ui-ribbon-info .ui-ribbon {
	background-color: #29b7d3
}

.ui-ribbon-container.ui-ribbon-info .ui-ribbon:after,
	.ui-ribbon-container.ui-ribbon-info .ui-ribbon:before {
	border-top: 2px solid #29b7d3
}

.ui-ribbon-container.ui-ribbon-warning .ui-ribbon {
	background-color: #fac552
}

.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:after,
	.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:before {
	border-top: 2px solid #fac552
}

.ui-ribbon-container.ui-ribbon-danger .ui-ribbon {
	background-color: #e9422e
}

.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after,
	.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before {
	border-top: 2px solid #e9422e
}

.flags-american, .flags-china, .flags-france, .flags-germany,
	.flags-italy, .flags-japan, .flags-korea, .flags-portugal,
	.flags-russia, .flags-spain, .flags-sprite {
	background: url(ui/images/flags-s61ea563cec.png) no-repeat
}

.flags-american {
	background-position: 0 -21px;
	height: 21px;
	width: 32px
}

.flags-china {
	background-position: 0 -42px;
	height: 21px;
	width: 32px
}

.flags-france {
	background-position: 0 -126px;
	height: 21px;
	width: 32px
}

.flags-germany {
	background-position: 0 -168px;
	height: 21px;
	width: 32px
}

.flags-italy {
	background-position: 0 -147px;
	height: 21px;
	width: 32px
}

.flags-japan {
	background-position: 0 -63px;
	height: 21px;
	width: 32px
}

.flags-korea {
	background-position: 0 0;
	height: 21px;
	width: 32px
}

.flags-portugal {
	background-position: 0 -105px;
	height: 21px;
	width: 32px
}

.flags-russia {
	background-position: 0 -189px;
	height: 21px;
	width: 32px
}

.flags-spain {
	background-position: 0 -84px;
	height: 21px;
	width: 32px
}

.ui-timline-container {
	padding: 15px
}

.ui-timline-left .ui-timeline:before {
	left: 0
}

@media ( min-width :768px) {
	.ui-timline-left .ui-timeline .tl-item:before {
		display: none
	}
}

@media ( min-width :768px) {
	.ui-timline-left .ui-timeline .tl-item .tl-caption {
		margin-left: -55px
	}
}

@media ( min-width :768px) {
	.ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
		left: auto;
		right: 15px;
		color: #999
	}
}

.ui-timeline {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.ui-timeline:before {
	background-color: #d5d5d5;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	z-index: 0
}

@media ( min-width :768px) {
	.ui-timeline:before {
		left: 50%
	}
}

.ui-timeline .tl-item {
	display: table-row;
	margin-bottom: 5px
}

.ui-timeline .tl-item:before {
	display: none;
	content: ""
}

@media ( min-width :768px) {
	.ui-timeline .tl-item:before {
		display: block;
		width: 50%
	}
}

.ui-timeline .tl-item .tl-caption {
	width: 150px;
	margin-left: -55px
}

@media ( min-width :768px) {
	.ui-timeline .tl-item .tl-caption {
		margin-left: -110px
	}
}

@media ( min-width :768px) {
	.ui-timeline .tl-item.alt {
		text-align: right
	}
	.ui-timeline .tl-item.alt:before {
		display: none
	}
	.ui-timeline .tl-item.alt:after {
		content: "";
		display: block;
		width: 50%
	}
	.ui-timeline .tl-item.alt .tl-body .tl-entry {
		margin: 0 35px 15px 0
	}
	.ui-timeline .tl-item.alt .tl-body .tl-time {
		right: -220px;
		left: auto;
		text-align: left
	}
	.ui-timeline .tl-item.alt .tl-body .tl-icon {
		right: -53px;
		left: auto
	}
	.ui-timeline .tl-item.alt .tl-body .tl-content:after {
		right: -16px;
		left: auto;
		border: 8px solid transparent;
		border-left: 8px solid #fff
	}
}

.ui-timeline .tl-item .tl-body {
	display: table-cell;
	width: 50%;
	vertical-align: top
}

.ui-timeline .tl-item .tl-body .tl-entry {
	position: relative;
	margin: 0 0 15px 36px
}

.ui-timeline .tl-item .tl-body .tl-time {
	z-index: 1;
	position: absolute;
	left: auto;
	right: 15px;
	top: 5px;
	width: 150px;
	color: #999;
	line-height: 35px;
	text-align: right
}

@media ( min-width :768px) {
	.ui-timeline .tl-item .tl-body .tl-time {
		left: -220px;
		right: auto;
		color: #767676
	}
}

.ui-timeline .tl-item .tl-body .tl-icon {
	position: absolute;
	left: -53px;
	top: 5px
}

.ui-timeline .tl-item .tl-body .tl-content {
	position: relative;
	padding: 15px;
	border-radius: 4px;
	background-color: #fff
}

.ui-timeline .tl-item .tl-body .tl-content:after {
	content: " ";
	line-height: 0;
	position: absolute;
	left: -16px;
	top: 15px;
	border: 8px solid transparent;
	border-right: 8px solid #fff
}

.tooltip-inner {
	padding: .85em
}

.ui-accordion .panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #e9e9e9
}

.ui-accordion .panel {
	border: 1px solid #e9e9e9
}

.ui-accordion .panel-heading {
	padding: 0;
	background-color: #f6f6f6
}

.ui-accordion .panel-heading .panel-title>a {
	display: block;
	padding: 15px;
	font-size: 14px
}

.ui-accordion .panel-heading .panel-title>a:hover {
	cursor: pointer;
	text-decoration: none
}

.ui-accordion-success .panel {
	border: 1px solid #3cbc8d
}

.ui-accordion-success .panel-heading {
	background-color: #3cbc8d;
	color: #fff
}

.ui-accordion-info .panel {
	border: 1px solid #29b7d3
}

.ui-accordion-info .panel-heading {
	background-color: #29b7d3;
	color: #fff
}

.ui-accordion-warning .panel {
	border: 1px solid #fac552
}

.ui-accordion-warning .panel-heading {
	background-color: #fac552;
	color: #fff
}

.ui-accordion-danger .panel {
	border: 1px solid #e9422e
}

.ui-accordion-danger .panel-heading {
	background-color: #e9422e;
	color: #fff
}

.ui-accordion-dark .panel {
	border: 1px solid #242633
}

.ui-accordion-dark .panel-heading {
	background-color: #242633;
	color: #fff
}

.ui-map {
	display: block;
	height: 400px
}

.pagination-lg>li span, .pagination-lg>li>a {
	line-height: 26px;
	padding: 10px 18px
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
	.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 24px
}

.pagination>li>a {
	border-radius: 24px;
	cursor: pointer
}

.pagination>li>a, .pagination>li>span {
	margin-left: 3px
}

.progress {
	box-shadow: none;
	background-color: #f6f6f6
}

.progress-rounded {
	border-radius: 50px
}

.progress-bar {
	box-shadow: none
}

.progressbar-xs {
	height: 10px
}

.progressbar-sm {
	height: 15px
}

.ui-tab-container .ui-tab .nav-tabs {
	margin-bottom: 0
}

.ui-tab-container .nav-tabs {
	background-color: transparent;
	border-bottom: 0
}

.ui-tab-container .nav-tabs.nav-justified {
	border-bottom: 0
}

.ui-tab-container .nav-tabs.nav-justified>li>a {
	border-bottom-color: transparent
}

.ui-tab-container .nav-tabs>li {
	margin-bottom: -2px;
	margin-top: 4px
}

.ui-tab-container .nav-tabs>li.active {
	margin-top: 0
}

.ui-tab-container .nav-tabs>li.active>a {
	color: #767676;
	padding: 12px 22px;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .1);
	background-color: #fff
}

.ui-tab-container .nav-tabs>li.active>a:hover {
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	background-color: #fff
}

.ui-tab-container .nav-tabs>li>a {
	margin-right: 3px;
	padding: 10px 22px;
	border: none;
	color: #fafafa;
	background-color: #aec534
}

.ui-tab-container .nav-tabs>li>a:hover {
	background-color: #2283a7;
	border: none
}

.ui-tab-container .tab-content {
	padding: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 4px
}

.ui-tab-container.ui-tab-dark .nav-tabs>li.active {
	margin-top: 0
}

.ui-tab-container.ui-tab-dark .nav-tabs>li.active>a, .ui-tab-container.ui-tab-dark .nav-tabs>li.active>a:hover
	{
	background-color: #fff
}

.ui-tab-container.ui-tab-dark .nav-tabs>li>a {
	background-color: #242633
}

.ui-tab-container.ui-tab-dark .nav-tabs>li>a:hover {
	background-color: #20222d
}

.ui-tab-container.ui-tab-success .nav-tabs>li.active {
	margin-top: 0
}

.ui-tab-container.ui-tab-success .nav-tabs>li.active>a,
	.ui-tab-container.ui-tab-success .nav-tabs>li.active>a:hover {
	background-color: #fff
}

.ui-tab-container.ui-tab-success .nav-tabs>li>a {
	background-color: #3cbc8d
}

.ui-tab-container.ui-tab-success .nav-tabs>li>a:hover {
	background-color: #3ab487
}

.ui-tab-container.ui-tab-info .nav-tabs>li.active {
	margin-top: 0
}

.ui-tab-container.ui-tab-info .nav-tabs>li.active>a, .ui-tab-container.ui-tab-info .nav-tabs>li.active>a:hover
	{
	background-color: #fff
}

.ui-tab-container.ui-tab-info .nav-tabs>li>a {
	background-color: #29b7d3
}

.ui-tab-container.ui-tab-info .nav-tabs>li>a:hover {
	background-color: #27b0ca
}

.ui-tab-container.ui-tab-warning .nav-tabs>li.active {
	margin-top: 0
}

.ui-tab-container.ui-tab-warning .nav-tabs>li.active>a,
	.ui-tab-container.ui-tab-warning .nav-tabs>li.active>a:hover {
	background-color: #fff
}

.ui-tab-container.ui-tab-warning .nav-tabs>li>a {
	background-color: #fac552
}

.ui-tab-container.ui-tab-warning .nav-tabs>li>a:hover {
	background-color: #fac248
}

.ui-tab-container.ui-tab-danger .nav-tabs>li.active {
	margin-top: 0
}

.ui-tab-container.ui-tab-danger .nav-tabs>li.active>a, .ui-tab-container.ui-tab-danger .nav-tabs>li.active>a:hover
	{
	background-color: #fff
}

.ui-tab-container.ui-tab-danger .nav-tabs>li>a {
	background-color: #e9422e
}

.ui-tab-container.ui-tab-danger .nav-tabs>li>a:hover {
	background-color: #e83a25
}

.ui-tab .nav-tabs {
	margin-bottom: 15px
}

.ui-tab .nav-tabs.nav-justified>li.active>a {
	border-bottom-color: transparent
}

.ui-tab .nav-tabs>li.active>a {
	background-color: #fff
}

.ui-tab .nav-tabs a:hover {
	cursor: pointer
}

.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.slider.slider-horizontal {
	width: 100% !important;
	height: 4px
}

.slider.slider-horizontal .slider-track {
	height: 2px;
	width: 100%;
	margin-top: -1px;
	top: 50%;
	left: 0
}

.slider.slider-horizontal .slider-selection {
	height: 100%;
	top: 0;
	bottom: 0
}

.slider.slider-horizontal .slider-handle {
	margin-left: -15px;
	margin-top: -15px
}

.slider.slider-horizontal .slider-handle.triangle {
	border-width: 0 2px 2px;
	width: 0;
	height: 0;
	border-bottom-color: #0480be;
	margin-top: 0
}

.slider.slider-vertical {
	height: 210px;
	width: 4px
}

.slider.slider-vertical .slider-track {
	width: 2px;
	height: 100%;
	margin-left: -1px;
	left: 50%;
	top: 0
}

.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0
}

.slider.slider-vertical .slider-handle {
	margin-left: -15px;
	margin-top: -15px
}

.slider.slider-vertical .slider-handle.triangle {
	border-width: 2px 0 2px 2px;
	width: 1px;
	height: 1px;
	border-left-color: #0480be;
	margin-left: 0
}

.slider.slider-disabled .slider-handle {
	pointer-events: none;
	background-color: #f5f5f5
}

.slider.slider-disabled .slider-track {
	opacity: .65;
	cursor: not-allowed
}

.slider input {
	display: none
}

.slider .tooltip-inner {
	white-space: nowrap
}

.slider-track {
	position: absolute;
	cursor: pointer;
	background-color: #eee;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 4px
}

.slider-selection {
	position: absolute;
	background-color: #aec534;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px
}

.slider-handle {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	border: 1px solid rgba(0, 0, 0, .1)
}

.slider-handle.round {
	border-radius: 50%
}

.slider-handle.triangle {
	background: transparent none
}

table.responsive {
	border: 1px solid #ddd
}

@media only screen and (max-width:767px) {
	table.responsive {
		margin-bottom: 0
	}
	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc
	}
	.pinned table {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-right: none;
		border-left: none;
		width: 100%
	}
	.pinned table td, .pinned table th {
		white-space: nowrap
	}
	.pinned td:last-child {
		border-bottom: 0
	}
	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #ccc
	}
	div.table-wrapper div.scrollable {
		margin-left: 35%;
		overflow: scroll;
		overflow-y: hidden
	}
	table.responsive td, table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden
	}
	table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td
		{
		display: none
	}
}

.easypiechart {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 180px;
	text-align: center;
	margin: 5px auto
}

.easypiechart canvas {
	position: absolute;
	top: 0;
	left: 0
}

.easypiechart .pie-percent {
	display: inline-block;
	line-height: 180px;
	font-size: 40px;
	font-weight: 300;
	color: #333
}

.easypiechart .pie-percent:after {
	content: '%';
	margin-left: .1em;
	font-size: .6em
}

.easypiechart.easypiechart-sm {
	width: 120px;
	height: 120px
}

.easypiechart.easypiechart-sm .pie-percent {
	font-size: 28px;
	line-height: 120px
}

.toast-title {
	font-weight: 700
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a, .toast-message label {
	color: #fff
}

.toast-message a:hover {
	color: #ccc;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}

.toast-close-button:focus, .toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: alpha(Opacity = 40);
	filter: alpha(opacity = 40)
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 4px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #fff;
	opacity: .8;
	-ms-filter: alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}

#toast-container>:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: alpha(Opacity = 100);
	filter: alpha(opacity = 100);
	cursor: pointer
}

#toast-container>.toast-info {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)
		!important
}

#toast-container>.toast-error {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)
		!important
}

#toast-container>.toast-success {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
		!important
}

#toast-container>.toast-warning {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)
		!important
}

#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div
	{
	width: 96%;
	margin: auto
}

.toast {
	background-color: #333
}

.toast-success {
	background-color: #329d76
}

.toast-error {
	background-color: #d82b17
}

.toast-info {
	background-color: #2299b1
}

.toast-warning {
	background-color: #f9b82a
}

@media all and (max-width:240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}
	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}
	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container>div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.tabcontrol, .wizard {
	display: block;
	width: 100%;
	overflow: hidden
}

.tabcontrol a, .wizard a {
	outline: 0
}

.tabcontrol ul, .wizard ul {
	list-style: none !important;
	padding: 0;
	margin: 0
}

.tabcontrol ul>li, .wizard ul>li {
	display: block;
	padding: 0
}

.tabcontrol>.content>.title, .tabcontrol>.steps .current-info, .wizard>.content>.title,
	.wizard>.steps .current-info {
	position: absolute;
	left: -999em
}

.wizard>.steps {
	position: relative;
	display: block;
	width: 100%
}

.wizard>.steps>ul>li {
	width: 100%
}

@media ( min-width :600px) {
	.wizard>.steps>ul>li {
		width: 25%
	}
}

.wizard.vertical>.steps {
	display: block;
	width: 100%
}

@media ( min-width :600px) {
	.wizard.vertical>.steps {
		display: inline;
		float: left;
		width: 30%
	}
}

.wizard.vertical>.steps>ul>li {
	float: none;
	width: 100%
}

.wizard.vertical>.content {
	width: 100%
}

@media ( min-width :600px) {
	.wizard.vertical>.content {
		display: inline;
		float: left;
		margin: 0 2.5% .5em;
		width: 65%
	}
}

.wizard>.steps .number {
	font-size: 1.429em
}

.wizard>.actions>ul>li, .wizard>.steps>ul>li {
	float: left
}

.wizard>.steps a, .wizard>.steps a:active, .wizard>.steps a:hover {
	display: block;
	width: auto;
	margin: 0 .5em .5em;
	padding: 1em;
	text-decoration: none;
	border-radius: 2em
}

.wizard>.steps .disabled a, .wizard>.steps .disabled a:active, .wizard>.steps .disabled a:hover
	{
	background: #eee;
	color: #aaa;
	cursor: default
}

.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover
	{
	background: #aec534;
	color: #fff;
	cursor: default
}

.wizard>.steps .done a, .wizard>.steps .done a:active, .wizard>.steps .done a:hover
	{
	background: #aec534;
	color: #fff;
	opacity: .6
}

.wizard>.steps .error a, .wizard>.steps .error a:active, .wizard>.steps .error a:hover
	{
	background: #e9422e;
	color: #fff
}

.wizard>.content {
	background-color: #eee;
	display: block;
	margin: .5em;
	min-height: 25em;
	overflow: hidden;
	position: relative;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.wizard>.content>.body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%
}

.wizard>.content>.body ul {
	list-style: disc !important
}

.wizard>.content>.body ul>li {
	display: list-item
}

.wizard>.content>.body>iframe {
	border: 0 none;
	width: 100%;
	height: 100%
}

.wizard>.content>.body input {
	display: block;
	border: 1px solid #ccc
}

.wizard>.content>.body input[type=checkbox] {
	display: inline-block
}

.wizard>.content>.body input.error {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11
}

.wizard>.content>.body label {
	display: inline-block;
	margin-bottom: .5em
}

.wizard>.content>.body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em
}

.wizard>.actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%
}

.wizard.vertical>.actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%
}

.wizard>.actions>ul {
	display: inline-block;
	text-align: right
}

.wizard>.actions>ul>li {
	margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
	margin: 0 0 0 1em
}

.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover
	{
	background: #aec534;
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.wizard>.actions .disabled a, .wizard>.actions .disabled a:active,
	.wizard>.actions .disabled a:hover {
	background: #eee;
	color: #aaa
}

.tabcontrol>.steps {
	position: relative;
	display: block;
	width: 100%
}

.tabcontrol>.steps>ul {
	position: relative;
	margin: 6px 0 0;
	top: 1px;
	z-index: 1
}

.tabcontrol>.steps>ul>li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.tabcontrol>.steps>ul>li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0
}

.tabcontrol>.steps>ul>li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px;
	margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
	text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
	padding: 15px 30px 10px
}

.tabcontrol>.content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px
}

.tabcontrol>.content>.body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%
}

.tabcontrol>.content>.body ul {
	list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
	display: list-item
}

.angular-ui-tree {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	list-style: none
}

.angular-ui-tree-placeholder {
	border: 1px dashed #e9e9e9;
	background-color: #e6f5fd;
	border-radius: 4px
}

.angular-ui-tree-handle {
	position: relative;
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	background: #fff;
	cursor: move;
	border-radius: 4px
}

.angular-ui-tree-handle:hover .angular-ui-tree-icon-action {
	display: inline
}

.angular-ui-tree-icon:hover {
	cursor: pointer
}

.angular-ui-tree-icon-collapse {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 40px;
	margin: -10px 0 0 -10px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: 0 0;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	font-weight: 700
}

.angular-ui-tree-icon-collapse:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0
}

.angular-ui-tree-icon-collapse.uncollapsed:before {
	content: '-'
}

.angular-ui-tree-icon-action {
	margin-left: 7px;
	display: none;
	color: #999;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.angular-ui-tree-icon-action:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	color: #767676
}

.angular-ui-tree-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #fff;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px
}

.angular-ui-tree-nodes {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
	padding-left: 30px
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px
}

.angular-ui-tree-hidden {
	display: none
}

.angular-ui-tree-drag {
	position: absolute;
	pointer-events: none;
	z-index: 999;
	opacity: .8
}

.morris-hover {
	z-index: 1;
	position: absolute
}

.morris-hover.morris-default-style {
	border-radius: 4px;
	padding: 6px;
	color: #666;
	background: rgba(255, 255, 255, .8);
	border: solid 2px rgba(230, 230, 230, .8);
	font-size: 12px;
	text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: 700;
	margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: .1em 0
}

.jqvmap-label {
	position: absolute;
	display: none;
	border-radius: 2px;
	background: #242633;
	color: #fff;
	font-size: smaller;
	padding: 3px
}

.jqvmap-zoomin, .jqvmap-zoomout {
	position: absolute;
	left: 10px;
	border-radius: 2px;
	background: #242633;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	line-height: 10px;
	text-align: center
}

.jqvmap-zoomin {
	top: 10px
}

.jqvmap-zoomout {
	top: 30px
}

.jqvmap-region {
	cursor: pointer
}

.jqvmap-ajax_response {
	width: 100%;
	height: 500px
}

.ui-tags-input .host {
	position: relative;
	margin: 5px 0
}

.ui-tags-input .host:active {
	outline: 0
}

.ui-tags-input .tags {
	overflow: hidden;
	word-wrap: break-word;
	cursor: text;
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #767676;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cbd5dd;
	border-radius: 4px
}

.ui-tags-input .tags.focused {
	outline: 0
}

.ui-tags-input .tags .tag-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.ui-tags-input .tags .tag-item {
	display: inline-block;
	float: left;
	margin: 2px;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #aec534;
	color: #fff
}

.ui-tags-input .tags .tag-item .remove-button {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	vertical-align: middle;
	color: #eee;
	text-decoration: none
}

.ui-tags-input .tags .tag-item .remove-button:active {
	color: #e9422e
}

.ui-tags-input .tags .input {
	border: 0;
	outline: 0;
	margin: 2px;
	padding: 0;
	padding-left: 5px;
	float: left;
	line-height: 30px;
	height: 30px
}

.ui-tags-input .tags .input.invalid-tag {
	color: #e9422e
}

.ui-tags-input .tags .input::-ms-clear {
	display: none
}

.ui-tags-input .autocomplete {
	margin-top: 5px;
	position: absolute;
	padding: 5px 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2)
}

.ui-tags-input .autocomplete .suggestion-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.ui-tags-input .autocomplete .suggestion-item {
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #242633;
	background-color: #fff
}

.ui-tags-input .autocomplete .suggestion-item.selected, .ui-tags-input .autocomplete .suggestion-item.selected em
	{
	color: #fff;
	background-color: #0097cf
}

.ui-tags-input .autocomplete .suggestion-item em {
	color: #242633;
	background-color: #fff
}

.non-display {
	display: none
}

.page {
	padding: 15px
}

.page-form-ele h3 {
	margin: 0
}

.page-err {
	position: relative;
	width: 100%;
	height: 100%
}

.page-err .err-container {
	padding: 45px 10px 0
}

@media ( min-width :768px) {
	.page-err .err-container {
		padding: 100px 0 0
	}
}

.page-err .err {
	margin: auto;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 2px solid #aec534;
	padding: 28px
}

.page-err .err .err-inner {
	width: 240px;
	height: 240px;
	padding: 30px 0;
	border-radius: 50%;
	background-color: #aec534;
	color: #fafafa
}

.page-err .err h1 {
	margin: 0;
	color: #fafafa;
	font-size: 100px;
	line-height: 120px
}

.page-err .err h2 {
	margin: 0;
	font-weight: 300;
	font-size: 28px
}

.page-err .err-mss {
	margin: 50px 0 20px;
	font-size: 22px;
	font-weight: 700
}

.page-err .err-body {
	padding: 20px 10px
}

.page-err .btn-goback {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.open .page-err .btn-goback.btn-info.dropdown-toggle, .page-err .btn-goback.btn-info.active,
	.page-err .btn-goback.btn-info:active, .page-err .btn-goback.btn-info:focus,
	.page-err .btn-goback.btn-info:hover {
	color: #3cbfd9
}

.open .page-err .btn-goback.dropdown-toggle, .page-err .btn-goback.active,
	.page-err .btn-goback:active, .page-err .btn-goback:focus, .page-err .btn-goback:hover
	{
	color: #289bc4;
	background-color: #fff
}

.page-err .footer {
	position: absolute;
	bottom: 20px;
	width: 100%
}

.body-lock #content {
	background: url(../images/background/3.jpg) no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.page-lock .lock-centered {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -65px
}

@media screen and (min-width:768px) {
	.page-lock .lock-centered {
		margin-top: -75px
	}
}

.page-lock .lock-container {
	position: relative;
	max-width: 420px;
	margin: 0 auto
}

.page-lock .lock-box {
	position: absolute;
	left: 0;
	right: 0
}

.page-lock .lock-box .lock-user {
	background: #fff;
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
	padding: 0 20px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #aec534
}

.page-lock .lock-box .lock-img img {
	position: absolute;
	border-radius: 50%;
	left: 40%;
	width: 80px;
	height: 80px;
	border: 6px solid #fff;
	background: #fff
}

@media screen and (min-width:768px) {
	.page-lock .lock-box .lock-img img {
		left: 33%;
		width: 150px;
		height: 150px;
		border: 10px solid #fff
	}
}

.page-lock .lock-box .lock-pwd {
	background: #fff;
	width: 50%;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 50px;
	margin-top: 50px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #aec534
}

@media screen and (min-width:768px) {
	.page-lock .lock-box .lock-pwd {
		padding: 0 0 0 80px
	}
}

.page-lock .lock-box .lock-pwd input {
	width: 80%;
	height: 50px;
	color: #555;
	border: 0
}

.page-lock .lock-box .lock-pwd .btn-submit {
	position: absolute;
	top: 50%;
	right: 20px
}

.page-tasks .task-list .view {
	display: block
}

.page-tasks .task-list .edit, .page-tasks .task-list li.editing .view {
	display: none
}

.page-tasks .task-list li.editing .edit {
	display: block
}

.page-tasks .add-task {
	position: relative
}

.page-tasks .add-task input {
	height: 44px;
	padding: 6px 12px 6px 40px
}

.page-tasks .add-task a.submit-button {
	position: absolute;
	top: 12px;
	left: 12px;
	color: #999
}

.page-tasks label {
	font-weight: 400
}

.page-tasks .filters {
	margin: 15px 0
}

.page-tasks .nav-tabs>li.active>a, .page-tasks .nav-tabs>li.active>a:focus,
	.page-tasks .nav-tabs>li.active>a:hover {
	background-color: #eaeaea
}

.page-tasks .task-list .view {
	position: relative;
	margin-bottom: 10px;
	padding: 0 12px 0 40px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}

.page-tasks .task-list .view:hover .glyphicon-pencil, .page-tasks .task-list .view:hover .glyphicon-remove
	{
	display: block
}

.page-tasks .task-list .view input[type=checkbox] {
	position: absolute;
	top: 11px;
	left: 16px
}

.page-tasks .task-list .view label {
	line-height: 20px;
	margin: 0;
	width: 100%;
	padding: 12px 0
}

.page-tasks .task-list .view .glyphicon-pencil, .page-tasks .task-list .view .glyphicon-remove
	{
	display: none;
	position: absolute;
	top: 14px;
	color: #999;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.page-tasks .task-list .view .glyphicon-pencil:hover, .page-tasks .task-list .view .glyphicon-remove:hover
	{
	cursor: pointer;
	color: #333;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.page-tasks .task-list .view .glyphicon-pencil {
	right: 40px
}

.page-tasks .task-list .view .glyphicon-remove {
	right: 16px
}

.page-tasks .task-list .completed .view label {
	color: #999;
	text-decoration: line-through
}

.page-tasks .task-list input.edit {
	margin-bottom: 10px;
	height: 44px;
	padding: 6px 12px 6px 40px
}

.page-tasks .task-footer {
	margin: 15px 0;
	border-top: 4px double #e2e2e2;
	padding: 12px
}

.page-tasks .task-footer .list-inline>li {
	float: left;
	width: 30%
}

.page-tasks .task-footer .list-inline>li.first-item {
	width: 40%
}

.page-tasks .task-footer .clear-completed {
	color: #999;
	border-radius: 4px;
	-webkit-transition: color, .2s ease-in-out;
	-moz-transition: color, .2s ease-in-out;
	transition: color, .2s ease-in-out
}

.page-tasks .task-footer .clear-completed:hover {
	cursor: pointer;
	color: #767676
}

.page-tasks .tips h3 {
	margin-top: 0
}

.page-forgot .signin-header, .page-signin .signin-header, .page-signup .signin-header
	{
	margin-top: 50px
}

@media ( min-width :768px) {
	.page-forgot .signin-header, .page-signin .signin-header, .page-signup .signin-header
		{
		margin-top: 150px
	}
}

.page-forgot .logo, .page-signin .logo, .page-signup .logo {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase
}

.page-forgot .logo a:hover, .page-signin .logo a:hover, .page-signup .logo a:hover
	{
	text-decoration: none
}

.page-forgot .info, .page-signin .info, .page-signup .info {
	padding: 20px 0 0;
	max-width: 420px;
	margin: 0 auto 20px
}

.page-forgot .info h2, .page-signin .info h2, .page-signup .info h2 {
	font-size: 18px;
	color: #242633
}

.page-forgot .signin-body, .page-forgot .signup-body, .page-signin .signin-body,
	.page-signin .signup-body, .page-signup .signin-body, .page-signup .signup-body
	{
	padding: 20px 10px
}

.page-forgot .form-container, .page-signin .form-container, .page-signup .form-container
	{
	max-width: 420px;
	margin: 10px auto
}

.page-forgot .form-group, .page-signin .form-group, .page-signup .form-group
	{
	position: relative
}

.page-forgot .form-group .btn-icon-lined, .page-signin .form-group .btn-icon-lined,
	.page-signup .form-group .btn-icon-lined {
	position: absolute;
	top: 8px;
	left: 8px
}

.page-forgot .form-group .input-lg, .page-signin .form-group .input-lg,
	.page-signup .form-group .input-lg {
	padding: 10px 30px
}

.page-profile img.media-object {
	border-radius: 4px
}

.page-icons .bs-glyphicons {
	overflow: hidden
}

.page-icons .bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #f9f9f9
}

.page-icons .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.page-icons .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word
}

.page-icons .bs-glyphicons-list {
	padding-left: 0;
	list-style: none
}

.page-invoice .invoice-wrapper {
	padding: 0 0 30px;
	background-color: #fff
}

.invoice-inner {
	padding: 15px 15px 30px;
	background-color: #fff
}

.invoice-inner .invoice-sum li {
	margin-bottom: 5px;
	padding: 10px;
	background-color: #f9f9f9;
	border-radius: 4px
}

.invoice-inner .table .bg-dark>th, .invoice-inner .table.table-bordered
	{
	border: 0
}

.weather-icon-list {
	text-align: center
}

.weather-icon-list .example {
	text-align: center;
	margin: 10px 3px
}

.weather-icon-list .example .icon {
	font-size: 24px
}

.bs-glyphicons {
	padding-left: 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center
}

.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.bs-glyphicons li {
		width: 12.5%
	}
}

.page-grid .grid-structure .row {
	margin-top: 10px
}

.page-grid .grid-structure .row .widget-container {
	margin-top: 5px;
	background: #eee;
	padding: 10px 15px 12px;
	min-height: 0;
	border-radius: 4px
}

.page-form-ele .list-checkbox-radio li:nth-child(even) {
	margin-bottom: 20px
}

.page-form-ele .list-checkbox-radio li>div {
	float: left;
	margin-right: 10px
}

.demoslider-container {
	max-width: 600px;
	margin: auto
}

.layout-boxed>.header-container .top-header, .layout-boxed>.main-container
	{
	max-width: 1200px;
	margin: 0 auto
}

html {
	position: relative;
	min-height: 100%
}

.app {
	position: static;
	min-height: 100%
}

.app>.header-container.header-fixed {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.app>.header-container.header-fixed+.main-container {
	padding-top: 120px
}

@media ( min-width :768px) {
	.app>.header-container.header-fixed+.main-container {
		padding-top: 60px
	}
}

.app>.main-container {
	position: static
}

.app>.main-container:before {
	content: " ";
	line-height: 0;
	z-index: -2;
	position: absolute;
	display: block;
	width: 100%;
	max-width: inherit;
	top: 0;
	bottom: 0;
	background-color: #fcfcfc;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.app>.main-container>.nav-container {
	display: none;
	z-index: 11;
	position: static;
	float: left;
	width: 220px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #e7e7e7
}

@media ( min-width :768px) {
	.app>.main-container>.nav-container {
		display: block
	}
}

.app>.main-container>.nav-container:before {
	z-index: -1;
	content: " ";
	line-height: 0;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: inherit;
	background-color: inherit;
	border-width: inherit;
	border-style: inherit;
	border-color: inherit
}

.app>.main-container>.nav-container.nav-fixed {
	position: fixed;
	top: 120px;
	bottom: 0;
	float: none
}

@media ( min-width :768px) {
	.app>.main-container>.nav-container.nav-fixed {
		top: 60px
	}
}

.app>.main-container>.content-container {
	overflow: hidden;
	min-height: 100%;
	margin-left: 0
}

@media ( min-width :768px) {
	.app>.main-container>.content-container {
		margin-left: 220px
	}
}

@media ( min-width :768px) {
	.app>.main-container>.nav-container.nav-horizontal {
		z-index: 9;
		border-width: 0 0 1px;
		border-style: solid;
		border-color: #d4d4d4
	}
	.app>.main-container>.nav-container.nav-horizontal:before {
		border: 0
	}
	.app>.main-container>.nav-container.nav-horizontal.nav-fixed {
		border-width: 0 1px 1px 0;
		left: 0;
		right: 0;
		bottom: auto
	}
	.app>.main-container>.nav-container.nav-horizontal.nav-fixed #nav {
		text-align: center
	}
	.app>.main-container>.nav-container.nav-horizontal.nav-fixed #nav>li {
		display: inline-block;
		float: none
	}
	.app>.main-container>.nav-container.nav-horizontal.nav-fixed #nav>li>a {
		padding: 15px 28px
	}
	.app>.main-container>.nav-container.nav-horizontal.nav-fixed+.content-container
		{
		margin: 80px 0 0
	}
}

@media print {
	.no-print {
		display: none
	}
}

#nav-container ul {
	padding-left: 0;
	list-style: none
}

#nav-container>.nav-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.nav-vertical .nav>li.open>a {
	background-color: #e7e7e7;
	color: #000000
}

.nav-vertical .nav>li.open>.fa {
	color: #aec534
}

.nav-container {
	background-color: #ffffff
}

.nav-container .nav {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: -blackberry-touch
}

.nav-container .nav>li>a>.nav-icon, .nav-container .nav>li>a>i {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-container .nav a {
	font-size: 13px;
	color: #000000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-container .nav a:hover {
	text-decoration: none
}

.nav-container .nav>li {
	position: relative;
	margin: 0;
	text-align: left;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-container .nav>li:hover>a {
	opacity: 0.9
}

.nav-container .nav>li:hover>.fa {
	color: #aec534
}

.nav-container .nav>li.active>a {
	background-color: #e7e7e7;
	color: #000000
}

.nav-container .nav>li.active>.fa {
	color: #000000
}

.nav-container .nav>li:first-child>a {
	border-top: 0
}

.nav-container .nav>li>a {
	position: relative;
	display: block;
	padding: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-container .nav>li>a .badge {
	position: absolute;
	top: 10px;
	right: 5px
}

.nav-container .nav>li>.icon-has-ul-h {
	display: none
}

.nav-container .nav>li>.icon-has-ul {
	position: absolute;
	top: 12px;
	right: 15px
}

.nav-container .nav ul {
	background-color: #e7e7e7;
	display: none
}

.nav-container .nav ul a {
	font-size: 13px
}

.nav-container .nav ul li {
	position: relative;
	padding: 0
}

.nav-container .nav ul li.active>a, .nav-container .nav ul li:hover>a {
	color: #1d1d1d
}

.nav-container .nav ul li.active>a {
	border-left: 3px solid #000000;
	background-color: #c5c5c5
}

.nav-container .nav ul li:last-child>a {
	border-bottom: 0
}

.nav-container .nav ul li>a {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-container .nav ul li>a:first-child {
	border-top: none
}

.nav-container .nav ul li>a i.fa-angle-right {
	margin-right: 25px
}

.nav-container .nav ul li>a>.badge {
	position: absolute;
	right: 5px;
	top: 12px
}

@media ( max-width :767px) {
	.on-canvas #header {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 12
	}
	.on-canvas #nav-container {
		display: block;
		position: fixed;
		top: 120px;
		bottom: 0;
		float: none
	}
	.on-canvas .main-container {
		overflow: hidden
	}
	.on-canvas .main-container #content {
		margin-left: 220px;
		margin-right: -220px
	}
}

@media ( max-width :767px) {
	.nav-horizontal .nav>li.open>a {
		background-color: #28262c;
		color: #aec534
	}
	.nav-horizontal .nav>li.open>.fa {
		color: #aec534
	}
}

@media ( min-width :768px) {
	.main-container>.nav-container.nav-horizontal {
		float: none;
		width: auto
	}
	.main-container>.nav-container.nav-horizontal+.content-container {
		margin-left: 0
	}
	.nav-horizontal {
		background-color: #eee
	}
	.nav-horizontal .slimScrollDiv {
		overflow: visible !important;
		height: auto !important
	}
	.nav-horizontal .slimScrollDiv .slimScrollBar, .nav-horizontal .slimScrollDiv .slimScrollRail
		{
		display: none !important
	}
	.nav-horizontal .nav {
		overflow: visible !important
	}
	.nav-horizontal .nav>li {
		position: relative;
		float: left
	}
	.nav-horizontal .nav>li:hover>a {
		background-color: #e1e1e1;
		color: #767676
	}
	.nav-horizontal .nav>li:hover>.fa {
		color: #767676
	}
	.nav-horizontal .nav>li.active>a {
		background-color: #e1e1e1;
		color: #aec534
	}
	.nav-horizontal .nav>li.active>.fa {
		color: #aec534
	}
	.nav-horizontal .nav>li>a {
		padding: 15px 30px;
		text-align: center;
		font-weight: 400
	}
	.nav-horizontal .nav>li>a>.fa {
		margin: 0;
		font-size: 26px;
		line-height: 1
	}
	.nav-horizontal .nav>li>a span {
		margin: 0;
		display: block;
		font-size: 12px
	}
	.nav-horizontal .nav>li>a .badge {
		top: 15px
	}
	.nav-horizontal .nav>li>.icon-has-ul-h {
		display: block;
		position: absolute;
		bottom: 16px;
		right: 10px
	}
	.nav-horizontal .nav>li>.icon-has-ul {
		display: none
	}
	.nav-horizontal .nav>li:hover>ul {
		display: block !important
	}
	.nav-horizontal .nav>li>ul {
		z-index: 9;
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 100%;
		width: auto;
		background-color: #e1e1e1
	}
	.nav-horizontal .nav>li>ul li {
		white-space: nowrap
	}
	.nav-horizontal .nav>li>ul li.active>a, .nav-horizontal .nav>li>ul li:hover>a
		{
		color: #aec534
	}
	.nav-horizontal .nav>li>ul li.active>a {
		border-left: 2px solid #aec534;
		background-color: #d4d4d4
	}
	.nav-horizontal .nav>li>ul li>a {
		padding: 13px 40px 13px 20px
	}
}

@media ( min-width :768px) {
	.app.nav-collapsed-min .slimScrollDiv {
		overflow: visible !important;
		height: auto !important
	}
	.app.nav-collapsed-min .slimScrollDiv .slimScrollBar, .app.nav-collapsed-min .slimScrollDiv .slimScrollRail
		{
		display: none !important
	}
	.app.nav-collapsed-min #nav-container {
		width: 60px
	}
	.app.nav-collapsed-min #content {
		margin-left: 60px
	}
	.app.nav-collapsed-min #nav, .app.nav-collapsed-min #nav-wrapper {
		overflow: visible !important
	}
	.app.nav-collapsed-min #nav>li>a {
		padding: 15px;
		text-align: center
	}
	.app.nav-collapsed-min #nav>li>a>i {
		margin: 0;
		font-size: 20px
	}
	.app.nav-collapsed-min #nav>li .icon-has-ul, .app.nav-collapsed-min #nav>li>a>span
		{
		display: none
	}
	.app.nav-collapsed-min #nav>li>ul {
		z-index: 9;
		position: absolute;
		left: 100%;
		top: 0;
		width: 220px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
	}
	.app.nav-collapsed-min #nav>li.open>ul, .app.nav-collapsed-min #nav>li:hover>ul
		{
		display: block !important
	}
	.app.nav-collapsed-min .nav-horizontal#nav-container {
		width: auto
	}
	.app.nav-collapsed-min .nav-horizontal+#content {
		margin: 0
	}
	.app.nav-collapsed-min .nav-horizontal.nav-fixed+#content {
		margin: 50px 0 0
	}
	.app.nav-collapsed-min .nav-horizontal #nav>li>.fa {
		display: none
	}
	.app.nav-collapsed-min .nav-horizontal #nav>li>ul {
		left: 0;
		top: 100%
	}
}

.header-container {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.header-container>.top-header a {
	color: #767676
}

.header-container>.top-header a:hover {
	text-decoration: none
}

.header-container>.top-header .dropdown-menu a {
	color: #767676
}

.header-container>.top-header .hidden-mobile {
	display: none
}

@media ( min-width :480px) {
	.header-container>.top-header .hidden-mobile {
		display: inline
	}
}

.header-container>.top-header .logo {
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #aec534;
	color: #fafafa;
	line-height: 60px;
	text-align: center
}

@media ( min-width :768px) {
	.header-container>.top-header .logo {
		display: inline-block;
		width: 220px;
		border-right: 1px solid rgba(255, 255, 255, .1)
	}
}

.header-container>.top-header .logo>a {
	font-size: 24px;
	vertical-align: middle;
	color: #fafafa
}

.header-container>.top-header .logo>a .logo-icon {
	color: #5cbbdd;
	margin-right: 12px
}

.header-container>.top-header .menu-button {
	display: block;
	position: absolute;
	top: 13px;
	right: 20px;
	width: 46px;
	padding: 10px 12px;
	border-radius: 4px
}

.header-container>.top-header .menu-button:hover {
	cursor: pointer;
	background-color: #1b6985
}

.header-container>.top-header .menu-button .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff
}

.header-container>.top-header .menu-button .icon-bar+.icon-bar {
	margin-top: 4px
}

@media ( min-width :768px) {
	.header-container>.top-header .menu-button {
		display: none
	}
}

.header-container>.top-header .admin-options {
	z-index: 20;
	line-height: 20px;
	left: -223px;
}

.header-container>.top-header .dropdown-menu.panel {
	padding: 0;
	white-space: nowrap
}

.header-container>.top-header .dropdown-menu.panel .list-group-item,
	.header-container>.top-header .dropdown-menu.panel .panel-footer,
	.header-container>.top-header .dropdown-menu.panel .panel-heading {
	padding: 10px 15px
}

.header-container>.top-header .dropdown-menu.panel .list-group-item>a {
	display: block
}

.header-container>.top-header .dropdown-menu.panel .media .media-body {
	padding-right: 75px
}

.header-container>.top-header .top-nav {
	width: 100%;
	height: 60px;
	padding: 60px 0 0
}

@media ( min-width :768px) {
	.header-container>.top-header .top-nav {
		padding: 0 0 0 220px
	}
}

.header-container>.top-header .top-nav>ul {
	margin-bottom: 0
}

.header-container>.top-header .top-nav .nav-left, .header-container>.top-header .top-nav .nav-right
	{
	font-size: 18px;
	line-height: 22px
}

.header-container>.top-header .top-nav .nav-left>li, .header-container>.top-header .top-nav .nav-right>li
	{
	float: left
}

.header-container>.top-header .top-nav .nav-left>li.nav-profile>a,
	.header-container>.top-header .top-nav .nav-right>li.nav-profile>a {
	padding: 15px
}

.header-container>.top-header .top-nav .nav-left>li.nav-profile .hidden-xs,
	.header-container>.top-header .top-nav .nav-right>li.nav-profile .hidden-xs
	{
	padding-right: 8px
}

.header-container>.top-header .top-nav .nav-left>li.nav-profile i,
	.header-container>.top-header .top-nav .nav-right>li.nav-profile i {
	width: 18px;
	font-size: 16px;
	margin-right: 5px
}

.header-container>.top-header .top-nav .nav-left>li>.toggle-min,
	.header-container>.top-header .top-nav .nav-right>li>.toggle-min {
	display: none
}

@media ( min-width :768px) {
	.header-container>.top-header .top-nav .nav-left>li>.toggle-min,
		.header-container>.top-header .top-nav .nav-right>li>.toggle-min {
		display: block
	}
}

.header-container>.top-header .top-nav .nav-left>li a:focus,
	.header-container>.top-header .top-nav .nav-left>li a:hover,
	.header-container>.top-header .top-nav .nav-right>li a:focus,
	.header-container>.top-header .top-nav .nav-right>li a:hover {
	text-decoration: none
}

.header-container>.top-header .top-nav .nav-left>li>.btn-group>a,
	.header-container>.top-header .top-nav .nav-left>li>a,
	.header-container>.top-header .top-nav .nav-right>li>.btn-group>a,
	.header-container>.top-header .top-nav .nav-right>li>a {
	position: relative;
	display: block;
	height: 60px;
	padding: 19px 16px
}

@media ( min-width :768px) {
	.header-container>.top-header .top-nav .nav-left>li>.btn-group>a,
		.header-container>.top-header .top-nav .nav-left>li>a,
		.header-container>.top-header .top-nav .nav-right>li>.btn-group>a,
		.header-container>.top-header .top-nav .nav-right>li>a {
		padding: 19px 20px
	}
}

.header-container>.top-header .top-nav .nav-left>li>.btn-group>a .badge,
	.header-container>.top-header .top-nav .nav-left>li>a .badge,
	.header-container>.top-header .top-nav .nav-right>li>.btn-group>a .badge,
	.header-container>.top-header .top-nav .nav-right>li>a .badge {
	position: absolute;
	top: 6px;
	right: 3px
}

@media ( min-width :768px) {
	.header-container>.top-header .top-nav .nav-left>li>.btn-group>a .badge,
		.header-container>.top-header .top-nav .nav-left>li>a .badge,
		.header-container>.top-header .top-nav .nav-right>li>.btn-group>a .badge,
		.header-container>.top-header .top-nav .nav-right>li>a .badge {
		background-color: transparent;
		color: #767676
	}
}

.header-container>.top-header .top-nav .nav-left>li ul.dropdown-menu a:hover,
	.header-container>.top-header .top-nav .nav-right>li ul.dropdown-menu a:hover
	{
	background-color: #aec534;
	color: #fff
}

.header-container>.top-header .top-nav .nav-left>li ul.dropdown-menu .glyphicon,
	.header-container>.top-header .top-nav .nav-right>li ul.dropdown-menu .glyphicon
	{
	margin-right: 10px
}

.header-container>.top-header .top-nav .nav-left .search-box,
	.header-container>.top-header .top-nav .nav-right .search-box {
	max-width: 180px;
	padding: 13px 0
}

.header-container>.top-header .top-nav .nav-left .search-box .input-group-addon,
	.header-container>.top-header .top-nav .nav-right .search-box .input-group-addon
	{
	padding: 6px 0 6px 12px;
	border: none;
	background-color: transparent
}

.header-container>.top-header .top-nav .nav-left .search-box .form-control,
	.header-container>.top-header .top-nav .nav-right .search-box .form-control
	{
	border: none
}

.header-container>.top-header .top-nav .nav-left {
	float: left;
	padding: 0
}

.header-container>.top-header .top-nav .nav-left>li {
	border-right: 1px solid #e9e9e9
}

.header-container>.top-header .top-nav .nav-right {
	padding: 0
}

.header-container>.top-header .top-nav .nav-right>li>a {
	text-align: center;
	border-left: 1px solid #e9e9e9
}

.header-container>.top-header .top-nav .nav-right>li:last-child {
	border-right: 1px solid #e9e9e9
}

.header-container>.top-header .top-nav .nav-right>li:last-child .dropdown-menu.pull-right
	{
	right: 10px
}

.header-container>.top-header .langs .active-flag .flag {
	margin-top: 0
}

.header-container>.top-header .langs .list-langs a {
	position: relative;
	padding: 8px 20px 8px 57px
}

.header-container>.top-header .langs .list-langs a .flag {
	position: absolute;
	top: 7px;
	left: 15px
}

body {
	background: url(../images/bg-pattern/bg-pattern7.png) repeat #fff
}

.body-wide #header, .body-wide #nav-container {
	display: none
}

.body-wide>.main-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0
}

.body-wide #content {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0
}

.body-wide .introjs-helperLayer, .body-wide .introjs-overlay {
	display: none
}

.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: #aec534;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #aec534, 0 0 5px #aec534;
	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: none;
	position: fixed;
	z-index: 2000;
	top: 50px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #aec534;
	border-left-color: #aec534;
	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


(360
deg
);

 

transform


:

 

rotate


(360
deg
);

 

}
}
@
-moz-keyframes pace-spinner { 0% {
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-moz-transform


:

 

rotate


(360
deg
);

 

transform


:

 

rotate


(360
deg
);

 

}
}
@
-o-keyframes pace-spinner { 0% {
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-o-transform


:

 

rotate


(360
deg
);

 

transform


:

 

rotate


(360
deg
);

 

}
}
@
-ms-keyframes pace-spinner { 0% {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-ms-transform


:

 

rotate


(360
deg
);

 

transform


:

 

rotate


(360
deg
);

 

}
}
@
keyframes pace-spinner { 0% {
	transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
transform


:

 

rotate


(360
deg
);

 

transform


:

 

rotate


(360
deg
);

 

}
}

/******** DEFAULT CSS ********/
@font-face {
	font-family: 'OpenSans-Regular';
	src: url(../fonts/OpenSans-Regular.ttf);
	src: local('?'), url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.eot') format('eot');
}

body {
	font-family: 'OpenSans-Regular', sans-serif;
}

.loginBackground {
	background: url(../Images/backgroundImage.jpg) no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 0%;
}

@media ( max-width : 600px) {
	.loginBackground {
		padding-bottom: 70%;
	}
}

.panel {
	border: none;
}

.panel-default {
	margin-top: 30px;
}

.panel-default>.panel-heading {
	color: white;
	background: #8bc34a;
}

.panel-default>.panel-footer {
	background: #8bc34a;
	color: white;
}

.panel-default>.panel-footer a {
	color: white;
}

.panel-default>.panel-heading, .panel-body {
	padding: 10px 15px;
}

.form-group.last {
	margin-bottom: 0px;
}

.btn-success {
	background-color: #8bc34a;
}

.checkbox label {
	padding-left: 0;
}
/*Alert positioning Start*/
.alertFix {
	position: fixed;
	top: 5px;
	left: 0;
	z-index: 10001;
	width: 100%;
	text-align: center;
	height: 30px;
}
/*Alert positioning end*/
.btn-primary {
	border: none;
	color: white;
	background: #8bc34a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	border: none;
	background: #689f38;
}

.complentColor {
	color: white;
}
/* Navigation following CSS Added */
@font-face {
	font-family: 'OpenSans-Regular';
	src: url(../fonts/OpenSans-Regular.ttf);
	src: local('?'), url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.eot') format('eot');
}

body {
	margin-top: 100px;
	background: none repeat scroll 0 0 white;
	background-color: white;
	font-family: 'OpenSans-Regular', sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-overflow-style: scrollbar;
}

.row {
	min-height: 50px;
	margin-left: -10px;
	margin-right: -10px;
}

.calibrationDiv {
	min-height: 0px !important;
	margin-left: -10px;
	margin-right: -10px;
}

h4 {
	font-size: 1.2em;
}

#singalDateRange {
	width: 100%;
	margin: 0px 0px 15px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-align: left;
}

#singalDateRange span {
	padding: 0px 50% 0px 0px;
}
/***css only applicable above this resolution****/
@media ( min-width : 768px) {
	body {
		margin-top: 50px;
	}
}
/***css only applicable below this resolution****/
@media ( max-width : 767px) {
	/**do not move this structure at bottom**/
	#config-tool {
		display: none;
	}
	.headerimagesize {
		display: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: black;
		background-color: white;
	}
}

@media ( max-width : 768px) {
	.paddingTopCenter {
		padding: 12px 10px;
	}
}

.tabletMargine {
	height: auto;
}

@media ( max-width : 990px) {
	.tabletMargine {
		margin-left: 7px;
	}
}

#wrapper {
	padding-left: 0px;
	/*background-color: whitesmoke;*/

	/*height: 100vmax;*/
}

#page-wrapper {
	width: 100%;
	padding: 0;
	background-color: white;
	border-left: 2px solid #e7ebee;
	min-height: 100vh;
}

@media ( min-width : 768px) {
	#wrapper {
		padding-left: 200px;
	}
	#page-wrapper {
		padding: 10px;
		min-height: 92vh;
	}
}
/* Top Navigation */
.top-nav {
	padding: 0 15px;
}

.top-nav>li {
	display: inline-block;
	float: left;
}

.top-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 25px;
	color: white;
}

.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover,
	.top-nav>.open>a:focus {
	color: white;
	background-color: #689f38;
}

.top-nav>.open>.dropdown-menu {
	min-width: 200px;
	float: left;
	position: absolute;
	margin-top: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: white;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav>.open>.dropdown-menu>li>a {
	white-space: normal;
}

ul.message-dropdown {
	padding: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

li.message-preview {
	width: 275px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

li.message-footer {
	margin: 5px 0;
}

ul.alert-dropdown {
	width: 200px;
}
/* Side Navigation */
@media ( min-width : 768px) {
	.side-nav {
		position: fixed;
		top: 120px;
		left: 225px;
		width: 200px;
		margin-left: -225px;
		border: none;
		border-radius: 0;
		overflow-y: auto;
		/*background-color: whitesmoke;*/
		height: 80vh;
	}
	.side-nav>li>a {
		width: 200px;
		line-height: 0px !important;
	}
	.side-nav li a:hover, .side-nav li a:focus {
		outline: none;
		background-color: #689f38;
		color: #fdfdfd;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
		{
		background-color: #689f38;
	}
	.navbar-inverse .navbar-nav>li>a:focus {
		background-color: transparent;
		color: black;
	}
	.side-nav>li>a>.fa {
		padding-right: 5px;
	}
}
/*.nav li.active:before {
    display: block;
    z-index: 99999;
    position: absolute;
    right: -4px;
    top: -3px;
    width: 12px;
    font-family: FontAwesome;
    content: "\f0da";
    line-height: 41px;
    font-size: 59px;
    color: #8bc34a;
}*/
.side-nav>li {
	border-bottom: 1px solid silver;
}

.side-nav>li:first-child {
	border-top: 1px solid silver;
}

.side-nav>li>ul {
	padding: 0;
}

.side-nav>li>ul>li>a {
	display: block;
	padding: 10px 15px 10px 38px;
	text-decoration: none;
	color: black;
}

.side-nav>li>ul>li>a:hover {
	color: white;
}
/*.navbar-inverse {
    background-color: @headerBackroundColor;
    border: none;
    box-shadow: @headerBackgroundShadow;
}*/
.navbar-inverse {
	background: #ecf9ff;
	/* Old browsers */
	background: -moz-linear-gradient(left, #8bc34a 0%, #8bc34a 63%, #8bc34a 100%,
		#8bc34a 100%, #8bc34a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8bc34a 0%, #8bc34a 63%, #8bc34a 100%,
		#8bc34a 100%, #8bc34a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8bc34a 0%, #8bc34a 63%, #8bc34a 100%, #8bc34a
		100%, #8bc34a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8bc34a,
		endColorstr=#8bc34a, GradientType=1);
	/* IE6-9 */
	border: none;
	box-shadow: 1px 1px 3px 2px #8bc34a;
}

.navbar-inverse .navbar-brand {
	color: black;
	padding: 0px;
	margin-left: 30px;
	margin-top: 5px;
}

.navbar-inverse .navbar-nav>li>a {
	color: black;
	font-size: 15px;
	background-color: white;
}

.navbar-inverse .navbar-nav>.active>a {
	background: #8bc34a;
	color: white;
}
/*.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: @menuHoverColor;
    color: @activeMenuHoverTextColor;
}*/
.navbar-inverse .navbar-nav>.active>a:hover {
	background: #689f38;
	color: white;
}

.navbar-inverse .navbar-nav>.active>a:focus {
	background: #8bc34a;
	color: white;
}
/*.navbar-inverse .navbar-nav > .active > a:hover {
    background: @menuHoverColor;
    color: @activeMenuTextColor;
}*/
.brandLogo {
	position: fixed;
	top: 63px;
	left: 30px;
}

.brandLogo.hidden {
	display: none;
}

.title-header {
	margin: 0;
}

h1.title-header {
	font-size: 28px;
}

.roleDataDiv {
	padding: 10px;
}

.roleDataDiv.selected {
	background-color: whitesmoke;
}

.roleDataDiv.selected a {
	color: #2e2e2e;
}

.roleDataDiv.selected fa {
	color: #2e2e2e;
}

.roleDataDiv .nameWrapperDiv {
	float: left;
	width: 300px;
}

.subMenuWrapper a.fa {
	font-size: 30px;
	margin-right: 20px;
	cursor: pointer;
	text-decoration: none;
}

.featuresDataDiv {
	float: left;
	font-size: 16px;
	padding: 10px;
}

.featuresbodydiv {
	float: left;
	font-size: 14px;
	padding: 10px;
}

customCheckboxDiv .checkbox label {
	font-size: 14px;
}

.formTextWeight {
	font-weight: normal;
	padding-right: 1px !important;
	padding-top: 4px;
}

.adjusantButtons {
	margin-left: 5px;
	margin-right: 5px;
}

.adjusantControls {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.smallFloatLeftCombo {
	width: 50%;
	float: left;
	margin-right: 20px;
}

.abn-tree {
	width: 50%;
}

.panel-info>.panel-heading {
	font-size: 21px;
	border-bottom: 1px solid #f4f4f4;
	padding-top: 12px;
	padding-bottom: 8px;
	height: 61px;
	color: #8bc34a;
	background-color: transparent;
	border-color: transparent;
}

.panel-info .panel-body {
	padding-top: 10px;
}

.panel-info {
	border-color: transparent;
}
/*********Grid view * list View Classes*************/
.wrapper1 {
	/*margin: 50px auto;*/
	background: white;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	position: relative;
	/*position: absolute;*/
	width: 99%;
	/*padding:2px;*/
	margin-right: 4px;
	margin-bottom: 4px;
}

.ribbon-wrapper-green {
	width: 86px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 7px;
}

.ribbon-green {
	font: bold 15px Sans-Serif;
	color: #333333;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	/*padding: 7px 0;*/
	padding: 0;
	left: 10px;
	top: 0;
	width: 135px;
	height: 30px;
	background-color: #fff212;
	/*background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);*/
	color: #fff212;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before, .ribbon-green:after {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	/*position:absolute;*/
	bottom: -3px;
}

.ribbon-green:before {
	left: 0;
}

.ribbon-green:after {
	right: 0;
}

.ribbon-yellow {
	font: bold 15px Sans-Serif;
	color: #333333;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	/*padding: 7px 0;*/
	padding: 0;
	left: 10px;
	top: 0;
	width: 120px;
	background-color: green;
	/*background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);*/
	color: black;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.ribbon-yellow:before, .ribbon-yellow:after {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	/*position:absolute;*/
	bottom: -3px;
}

.ribbon-yellow:before {
	left: 0;
}

.ribbon-yellow:after {
	right: 0;
}

.gridViewHeader {
	white-space: nowrap;
	font-size: 18px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.gridViewArea {
	text-align: right;
	font-size: 12px;
	margin: 0;
}

.gridViewFiveMrginBottom {
	margin-bottom: 5px;
}

.gridViewZeroPadding {
	padding: 0;
	margin-top: 1px;
}

.gridViewFiveMrginLeft {
	margin-left: 5px;
}

.gridViewDisplayValue {
	padding: 1px 4px;
	margin: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}

.gridViewDisplayDataDiaply {
	padding: 0 1px;
	margin: -5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gridViewDisplaySerial {
	padding: 0 2px;
	margin: 1px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}

.gridViewDisplayTotal {
	padding: 0 0;
	margin: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gridViewDisplayDesc {
	padding: 0 0;
	margin: 6px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gridViewFontSize {
	font-size: 12px;
}

.gridViewPanelHeadingPadding {
	padding: 5px 10px;
}

.griViewFontSizeTwelve {
	font-size: 12px;
}

.gridViewWhiteColor {
	color: white !important;
}

.gridViewBottomMarginFive {
	margin-bottom: 5px;
}

.gridViewCenter {
	text-align: center;
}

.gridViewTotal {
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: right;
}

.gridViewToggleChange {
	position: absolute;
	z-index: 1000;
}

.gridViewGreenColor {
	color: green;
}

.gridViewRedColor {
	color: red;
}

.geridViewWhiteBorder {
	border-color: white;
}

.gridViewPadding-LeftFive {
	padding-left: 5px;
}

.gridViewLeftPaddingThree {
	padding-left: 3px;
}

.gridViewRight {
	text-align: right;
}

.gridViewRightPadding {
	padding-right: 15px;
}

.gridViewBackgroundRedColor {
	background-color: #982a2b !important;
	/*border-color:#982A2B !important;*/
	color: white;
}

.gridViewBackgroundGreenColor {
	background-color: #4d8448 !important;
	/*border-color:#4D8448 !important;*/
	color: white;
}

.gridViewBorder {
	border: 1px solid;
	border-color: white;
	border-radius: 8px;
}

.gridViewPaddingZero {
	padding: 0;
}

.gridViewNegativeMarginTwenty {
	margin-left: -8px;
}

.gridViewMessage {
	padding: 3px 10px;
	border-radius: 4px;
	margin: 0 0 12px;
	border: 1px solid;
}

.gridViewMessage1 {
	padding: 2px 28px;
	border-radius: 4px;
	margin: 0 0 12px;
	border: 1px solid;
}

.listViewTableBorder {
	border: 1px solid;
}

.listViewNameColumnWidth {
	width: 170px;
}

.listViewOnButton {
	background: url(/Images/nn_1.png) no-repeat center;
	background-size: 30px 30px;
}

.listViewOffButton {
	background: url(/Images/nn_2.png) no-repeat center;
	background-size: 30px 30px;
}

.listViewProgressButton {
	background: url(/Images/bullet.png) no-repeat center;
	background-size: 30px 30px;
}

.listViewButtonProporty {
	width: 45px;
	height: 35px;
	border: hidden;
}

.listViewBalckColor {
	color: black;
}

.listViewTextCenter {
	text-align: center;
}

.listViewBackgroundRedColor {
	background-color: #e13639;
}

.listViewBackgroundGreenColor {
	background-color: #1ea158;
}
/****************Custom Scrollbar***************************/
.gridViewDisplayOverflow {
	max-height: 43px;
	overflow-y: scroll;
	min-height: 43px;
	-ms-scrollbar-face-color: #367cd2;
	scrollbar-face-color: #d1d1d4;
	-ms-scrollbar-shadow-color: white;
	scrollbar-shadow-color: white;
	-ms-scrollbar-highlight-color: white;
	scrollbar-highlight-color: white;
	-ms-scrollbar-3dlight-color: white;
	scrollbar-3dlight-color: white;
	-ms-scrollbar-darkshadow-color: white;
	scrollbar-darkshadow-color: white;
	-ms-scrollbar-track-color: white;
	scrollbar-track-color: white;
	-ms-scrollbar-arrow-color: white;
	scrollbar-arrow-color: white;
}
/* Let's get this party started */
.gridViewDisplayOverflow::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.gridViewDisplayOverflow::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/* Handle */
.gridViewDisplayOverflow::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(209, 209, 212, 0.4);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.button-with-icons {
	background: none;
}

.table {
	border: 1px Solid #969696;
}

.table>thead>tr>th.header {
	background-color: white !important;
	/*color: #337ab7;*/
	text-shadow: none !important;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}

.table>thead {
	background-color: #e1e2e1;
}

ul.pagination {
	margin: 0;
}

.form-control {
	margin-bottom: 15px;
}

textarea.form-control {
	height: 83px;
}

textarea.form-textarea {
	height: 90px;
}

.cust-textarea {
	height: 80px !important;
}

.user-textarea {
	height: 80px !important;
}
/*This css class added for give space between image and text*/
.imageandtextdifference {
	/*padding-left:20px;*/
	padding-right: 0px;
}
/* Added for edit and delete icon size*/
.editanddeleteiconsize {
	font-size: 20px !important;
}
/* login padding added*/
.loginpadding {
	padding: 10px 15px;
}
/* header image size class added*/
.headerimagesize {
	height: 45px !important;
	/*width: 100px;*/
}

.customercolumnWidth {
	width: 300px;
}

.buttoncustomercolumnwidth {
	width: 50px;
}

.getNodeListTagHeader {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* high res laptop */
@media ( max-width : 1200px) {
	#map {
		width: 968px;
	}
}
/* laptop */
@media ( max-width : 1024px) {
	#map {
		width: 800px;
	}
}
/* tablet */
@media ( max-width : 768px) {
	#map {
		width: 540px;
	}
}

@media ( max-width : 500px) {
	#map {
		width: 493px;
	}
}

@media ( max-width : 425px) {
	#map {
		width: 415px;
	}
	#DCUConnectionStatus {
		top: 130px !important;
	}
}
/*iphone 6/6s */
@media ( max-width : 375px) {
	#map {
		width: 368px;
	}
}
/* iphone 5/5s */
@media ( max-width : 320px) {
	#map {
		width: 300px;
	}
}

#map {
	height: 90vh;
}

#gridDetailsView {
	position: fixed;
	right: 0;
	top: 150px;
	width: 350px;
	z-index: 1000;
	transition: all 0.2s ease-in-out 0s;
}

#gridDetailsView .controlBlock {
	margin: 0px;
}

#gridDetailsView a {
	color: black;
}

#gridDetailsView #gridDetailsView-tool-cog {
	background: #dfdfdf;
	border-radius: 3px 0 0 3px;
	background-clip: padding-box;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	left: -50px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 50px;
	transition: all 0.1s ease-in-out 0s;
	top: 0;
}

#gridDetailsView.closed #gridDetailsView-tool-cog i {
	-webkit-animation: rotating 3s linear infinite;
	-moz-animation: rotating 3s linear infinite;
	-ms-animation: rotating 3s linear infinite;
	-o-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

#gridDetailsView.closed #gridDetailsView-tool-cog:hover {
	background-color: #8bc34a;
	color: white;
}

#cgridDetailsView #gridDetailsView-tool-cog i {
	font-size: 2.2em;
}

#gridDetailsView #gridDetailsView-tool-options {
	background: white;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	padding: 15px;
}

#gridDetailsView.closed {
	right: -350px;
	display: none;
}

#gridDetailsView.opened {
	right: 0;
}

nav.sidebar-menu-collapsed {
	width: 44px;
}

nav.sidebar-menu-expanded {
	width: auto;
}

nav.sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 15%;
	background: none repeat scroll 0 0 #0099ff;
	color: white;
	padding: 20px 10px;
}

nav.sidebar a#justify-icon {
	outline: 0;
	color: white;
	font-size: 24px;
	font-style: normal;
}

nav.sidebar a#logout-icon {
	outline: 0;
	color: white;
	font-size: 24px;
	font-style: normal;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

nav.sidebar ul.level1 {
	margin: 0;
	padding: 0;
	margin-top: 60px;
}

nav.sidebar ul.level1 li {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	list-style-type: none;
}

nav.sidebar ul.level1 li a.expandable {
	outline: 0;
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	color: white;
	text-decoration: none;
	text-align: left;
	padding: 4px 4px 4px 0px;
	font-size: 20px;
}

nav.sidebar ul.level1 li a.expandable:hover {
	color: #bbbbbb;
}

nav.sidebar ul.level1 li a.expandable span.expanded-element {
	display: none;
	font-size: 11px;
	position: relative;
	bottom: 5px;
}

nav.sidebar ul.level1 li.active {
	margin-left: -4px;
}

nav.sidebar ul.level1 li.active a.expandable {
	border-radius: 4px;
	color: white !important;
	width: 30px;
	padding: 4px;
}

nav.sidebar ul.level1 li.active a.expandable:hover {
	color: white !important;
}

nav.sidebar ul.level1 ul.level2 {
	margin: 20px 6px 20px 30px;
	padding: 0;
	display: none;
}

nav.sidebar ul.level1 ul.level2 li {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	border-bottom: solid white 1px;
}

nav.sidebar ul.level1 ul.level2 li:last-child {
	border-bottom: none;
}

nav.sidebar ul.level1 ul.level2 li a {
	text-decoration: none;
	outline: 0;
	color: white;
	font-size: 11px;
}

.customerAddressColumnWidth {
	width: 900px !important;
}

.customerGatewayColumnWidth {
	width: 50px !important;
}

.customerEditDeleteSpace {
	margin-left: -0.7em !important;
	margin-right: 22px;
}

.message-display {
	height: 20px !important;
	text-align: center;
	padding-left: 3px;
}
/* code starts here*/
.customsidebar {
	left: 0px !important;
}

.customEllipseDiv {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 275px;
}

.wrapperZeroPadding {
	padding-left: 47px !important;
}

.newBlankRow {
	margin-top: 49px;
}

.iconDisplay {
	top: 112px;
	left: -40px;
	position: absolute;
	list-style-type: none;
}

.iconDisplay a {
	color: black;
	font-size: 15px;
}

.iconDisplay li:hover {
	background-color: #689f38;
}

.iconDisplay li {
	width: 47px;
	vertical-align: middle;
	padding-left: 6px;
}

.iconNotDisplay {
	margin-left: -290px;
	position: absolute;
	margin-top: 40px;
}

.spaceBetweenIcons {
	padding-top: 11px !important;
	padding-bottom: 10px !important;
	margin-left: 7px;
}

.pageAlignment {
	margin-top: 0px;
}

textarea, textarea:first-letter {
	resize: none;
	text-transform: capitalize;
}
/*.textareacapitalize:first-letter {
    resize: none;
    color:red;
}*/
.allCapitalCharaters {
	text-transform: uppercase;
}

.tagAssociationRow {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.tagAssociationRow .addRemoveButtonsDiv {
	margin-right: 0px;
}

.tagAssociationRow .addRemoveButtonsDiv .addRemoveIcons {
	margin-top: 7px;
}

.tagAssociationRow .addRemoveButtonsDiv .linkStyle {
	padding-left: 0px;
}

.tagAssociationRow .tagNameDiv {
	text-align: center;
}

.tagAssociationRow .row {
	min-height: 20px;
}

.capitalize {
	text-transform: capitalize;
}

.createUserUserListTopPadding {
	padding-top: 8px;
}

.selected {
	background-color: #dddddd;
}
/*do not update this class*/
.gatewayFormTextWeight {
	font-weight: normal;
}

.compulsaryFieldsColor {
	color: red;
}

.EnterTagValueModalDiv {
	height: 125px;
}

.EnterTagValueModalButton {
	width: 90px;
}

#fileId {
	display: inline-block;
	height: 30px;
	width: 320px;
	padding-left: 50px;
}

.saveTagHierarchyButtonClass {
	margin-left: 10px;
}

.headingFontSize {
	font-size: 28px;
	clear: both;
	/*padding-left: 14px;*/
	font-weight: 100;
	font-weight: normal !important;
	/*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.headingNumberSize {
	font-size: 28px;
	position: absolute;
	padding-top: 0px;
	padding-left: 3px;
}

.menuFontFamilyandSize {
	font-size: 14px !important;
}

-marginadded {
	margin-top: 50px;
}

.UserTagAssociationButtonClass {
	margin-top: 8px;
	margin-right: 9px;
}
/*draggable list*/

/*[ng-drag] {

        -moz-user-select: -moz-none;

        -khtml-user-select: none;

        -webkit-user-select: none;

        -ms-user-select: none;

        user-select: none;

    }*/

/*[ng-drag] {

        width: 100px;

        height: 100px;

        background: rgba(255, 0, 0, 0.5);

        color:white;

        text-align: center;

        padding-top:40px;

        display: inline-block;

        margin:0 10px;

        cursor: move;

    }*/

/*[ng-drag].drag-over {

        border:solid 1px red;

    }*/

/*[ng-drag].dragging {

        opacity: 0.5;

    }*/

/*[ng-drop] {

        background: rgba(0, 255, 0, 0.5);

        text-align: center;

        width: 600px;

        height: 200px;

        padding-top:90px;

        display: block;

        margin:20px auto;

        position: relative;

    }*/
[ng-drop].drag-enter {
	border: solid 2px red;
}
/*[ng-drop] span.title {

        display: block;

        position: absolute;

        top:50%;

        left:50%;

        width: 200px;

        height: 20px;

        margin-left: -100px;

        margin-top: -10px;

    }*/

/*[ng-drop] div {

        position: relative;

        z-index: 2;

    }*/
.dropArea {
	display: block;
	top: 0%;
	border: 1px solid black;
	width: 525px;
	height: 200px;
}

[ng-drop] dropArea {
	display: block;
	top: 0%;
	border: 5px solid red;
	width: 525px;
	height: 200px;
}

.userListSearchTextBox {
	height: 34px;
}

.userListComboAlignment {
	margin-left: -7px;
	width: 342px;
}

.userListCopyButton {
	margin-left: 25px;
	position: absolute;
}

.addTagDefinitionAlignment {
	margin-bottom: 1px;
}

.addTagDefinitionButtonAlignment {
	margin-left: 16px;
}

.btn-primary {
	background: #8bc34a;
	border: none;
	color: white;
}

.text-success, .text-success:focus, .text-success:hover {
	color: #8bc34a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	border: none;
	background: #689f38;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active
	{
	border: none;
	background: #689f38;
}

button:focus {
	outline: 0 !important;
}
/***create role***/
.padding-left-0 {
	padding-left: 0px;
}

.padding-left-7 {
	padding-left: 7px;
}

.padding-LR-5 {
	padding: 0px 5px;
}

.margin-right-7 {
	margin-right: 7px;
}

.margin-left-7 {
	margin-left: 7px;
}

.margin-left-23 {
	margin-left: 23px;
}

.searchWrapperDiv .searchDiv {
	padding-right: 5px;
}

.searchWrapperDiv .searchDiv .form-control {
	margin-bottom: 0;
}

@media ( max-width : 768px) {
	.overflow {
		overflow: auto;
	}
	.max-width {
		width: max-content !important;
		width: -moz-max-content !important;
		width: -ie-max-content !important;
	}
	.padding_right_left {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.paddingtop {
	margin-top: -20px !important;
}

.margintop {
	margin-top: 0px !important;
}

.padding-30 {
	padding-right: 30px !important;
}

.searchWrapperDiv .linkDiv {
	padding-top: 1px;
}

.clearfixMarginBottom10 {
	margin-bottom: 10px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	background-color: #969696;
}

.table a.table-link {
	margin: 0 5px;
	font-size: 1.125em;
	color: #8bc34a;
}

.user_align {
	margin: 0 0px !important;
}

.table a.table-link.danger {
	color: #d84545;
}

.table a.table-link:hover {
	text-decoration: none;
	color: #689f38;
}

.table a.table-link.danger:hover {
	color: #d84545;
}

.table>tbody>tr>td, .table>tbody>tr>th {
	vertical-align: middle;
	padding: 3px;
	padding-left: 8px;
}

.table-hover>tbody>tr:hover {
	background-color: #e1e2e1;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #969696;
}

.table .centerText {
	text-align: center;
	padding-left: 3px;
}

.UserTagAssociateAddTagButton {
	margin-right: -22px;
	margin-top: -42px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	background-color: #8bc34a;
	border-color: #8bc34a;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:focus,
	.pagination>li>a:hover {
	color: #8bc34a;
}

.alert {
	padding-top: 5px;
	border-radius: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.alertOrange {
	color: white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	background: 0 0;
	border-color: #f19a1f;
	background-color: #f4b04f;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.06)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.06)),
		color-stop(0.75, rgba(255, 255, 255, 0.06)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
}

.alert-danger {
	background-color: #ff6932;
	border-color: transparent;
	color: white;
}

.alertGreen {
	background-color: #a5ce78;
	border-color: transparent;
	color: white;
}

.alertGreenBox {
	background: 0 0;
	border-color: #43a543;
	background-color: #8bc34a;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.06)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.06)),
		color-stop(0.75, rgba(255, 255, 255, 0.06)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	color: white;
}

.alertRedBox {
	background: 0 0;
	border-color: #df3c28;
	background-color: #e66454;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.04)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.04)),
		color-stop(0.75, rgba(255, 255, 255, 0.04)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%,
		rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%,
		rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%,
		rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	color: white;
}

.loginFormTextAlignment {
	padding-top: 9px;
}

.loginFormRememberMeAlignment {
	margin-left: 14px;
}

.calibrationLabelAlignment {
	margin-top: 8px;
}

.calibrationRowAlignment {
	padding-top: 5px;
}
/* Control screen block : Start */
.node-block {
	width: 260px;
	min-height: 175px;
	float: left;
	border: 1px solid white;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	color: white;
}

.node-header-wrapper {
	height: 30px;
}

.node-info {
	float: right;
}

.node-info i {
	padding-left: 5px;
	padding-right: 5px;
}

.node-info i.active {
	color: red;
}

.node-info i.inactive {
	color: gray;
}

.node-label {
	font-size: 20px;
	float: left;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 150px;
}

.node-control-wrapper {
	margin-left: 70px;
}

.control-image-wrapper {
	position: relative;
}

.control-image-wrapper:hover {
	cursor: pointer;
}

.control-circle {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 60px;
	background: -moz-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255
		, 0) 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%,
		color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255,
		255, 0) 100%);
	background: -o-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255,
		0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255,
		0) 100%);
	background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0)
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#00ffffff', GradientType=1);
	box-shadow: 1px 1px 5px white;
}

.control-image.on:active {
	background-size: 60px 60px;
}

.control-image.off:active {
	background-size: 60px 60px;
}

.control-image.unknown:active {
	background-size: 60px 60px;
}

.node-data {
	float: right;
	width: 50%;
}

.node-data .node-data-icon {
	float: left;
	width: 20px;
}

.node-data .label-text {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

.node-data .label-subTitle {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

.node-data .node-data-contents {
	line-height: 15px;
	height: 30px;
}

.control-image.on {
	background: url(../Images/on_bulb.png) no-repeat center;
}

.control-image.off {
	background: url(../Images/off_bulb.png) no-repeat center;
}

.control-image.unknown {
	background: url(../Images/off_bulb.png) no-repeat center;
}

.block-light-orange {
	background: #f3815b;
}

.block-light-cyan {
	background: #53bbb4;
}

.block-light-green {
	background: #56b26e;
}

.block-light-brown {
	background: #917154;
}

.block-light-lightBlue {
	background: #40adcf;
}

.block-light-darkBlue {
	background: #637a91;
}

.block-light-pink {
	background: #fd8fb4;
}

.block-light-navyBlue {
	background: #546e91;
}

.block-light-lightYellow {
	background: #fed36e;
}

.block-light-magenta {
	background: #8365b0;
}
/* Control screen block : End */

/*Alert positioning Start*/
.alertFix {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 10001;
	width: 100%;
	text-align: center;
	height: 30px;
}
/*Alert positioning end*/
.roleHeaderAlignment {
	padding-left: 19px;
}

.featureImageSize {
	width: 100%;
	height: 100%;
}

.margin-bottom-6 {
	margin-bottom: 6px;
}
/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/
.userListTable {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
}

.userList a:hover {
	color: #333333 !important;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none !important;
}

.userList a:hover {
	color: #333333 !important;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none !important;
}
/*****forget-psw******/
.pb-box {
	border-radius: 0.5rem;
	background-color: #efedee;
	padding: 20px;
}

.pb-button {
	border-radius: 0px;
	color: white;
	background-color: #97c664;
	border-color: #9cc96b;
	/*background-color: #170D0D;
    border-color: #170D0D;*/
	border-bottom: 3px solid #3c763d;
}

.pb-button:hover {
	color: white;
	background-color: #3c763d;
	border-color: #9cc96b;
	border-bottom: 3px solid #3c763d;
}

.customer-name {
	color: white;
	text-align: center;
	padding-top: 15px;
	margin-right: 10px;
	line-height: 25px;
}

@media ( max-width : 450px) {
	.customer-name {
		font-size: 11px;
	}
}

.customCheckboxDiv {
	position: relative;
	margin-left: 2px;
	font-size: 15px;
	color: black;
	font-weight: normal;
}

.customCheckboxDivLabelName {
	font-size: 13px !important;
}

.customCheckboxDiv input[type=checkbox] {
	visibility: hidden;
}

.customCheckboxDiv label {
	font-weight: normal;
	cursor: pointer;
}

.customCheckboxDiv label:before {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 1px;
	top: 1px;
	background: white;
	content: "";
	border: 2px solid #c2c2c2;
	border-radius: 3px;
	background-clip: padding-box;
	margin-top: 3px;
}

.customCheckboxDiv label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 6px;
	background: transparent;
	top: 8px;
	left: 4px;
	border: 3px solid #8bc34a;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.customCheckboxDiv input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.customCheckboxDivInline {
	display: inline;
	margin-right: 15px;
	padding-top: 1px;
}

.customRadio {
	display: inline-block;
}

.customRadio input[type=radio] {
	display: none;
}

.customRadio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	padding-right: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.customRadio label:before {
	background: none repeat scroll 0 0 white;
	border: 2px solid #c2c2c2;
	border-radius: 50%;
	background-clip: padding-box;
	content: "";
	display: inline-block;
	height: 15px;
	left: 0;
	margin-right: 0px;
	position: absolute;
	width: 15px;
	margin-top: 2px;
}

.customRadio label:after {
	background-color: #8bc34a;
	border-radius: 50%;
	background-clip: padding-box;
	content: "";
	display: inline-block;
	font-size: 13px;
	height: 13px;
	left: 1px;
	position: absolute;
	text-align: center;
	top: 3px;
	transform: scale(0);
	width: 13px;
}

.customRadio input[type=radio]:checked+label:before, .radio input[type=radio]:hover+label:before
	{
	border-color: #c2c2c2;
}

.customRadio input[type=radio]:checked+label:after {
	line-height: 16px;
	transform: scale(0.63);
	transition: transform 0.1s 0s cubic-bezier(0.4, 0.02, 0.3, 1.2);
}

.associateTagToNodeAlignment {
	margin-left: 12px;
	margin-right: 16px;
}

#minute, #on {
	margin-left: 16px;
}

.sheduleSaveBtn {
	margin-right: 5px;
	margin-top: 0px;
}

.customCheckboxTd {
	width: 40px;
}

.role-font {
	font-size: 17px;
	padding-left: 8px !important;
}

.labelText {
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}

.userCopyButton {
	cursor: pointer;
}

.error-msg {
	color: red;
}

.imp {
	margin-right: 10px !important;
}

.role_list {
	padding-left: 18px !important;
}

.create_user {
	padding: 6px 8px !important;
}

.custom {
	width: 70px !important;
}

.middle {
	padding-right: 30px !important;
}

.middle2 {
	padding-right: 40px !important;
}

.remember_me {
	padding-left: 10px;
	cursor: pointer;
}

.field-validation-error, .error_msg {
	color: red;
}

.defaultHidden {
	display: none;
}

.defaultShow {
	display: block;
}

.selectedGatewayDiv {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}

.node-block-realtimescreen {
	float: left;
	width: 100%;
	padding-top: 5px;
	/*display: none;*/
}

.node-block-realtimescreen .node-data-icon {
	float: left;
	width: 20px;
}

.node-block-realtimescreen .label-text {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

.node-block-realtimescreen .label-subTitle {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

.node-block-realtimescreen .node-data-contents {
	line-height: 15px;
	height: 30px;
}

.node-block-dispay {
	display: block;
	height: 260px;
}

.node-block-none {
	display: none;
}

form[name="gatewayConfigForm"] .control-label {
	margin-top: 10px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 30px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.node-alert-block {
	width: 96%;
	max-height: 198px;
	border-radius: 10px;
	float: left;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	position: absolute;
	z-index: 1;
	margin-top: 29px;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0px 7px 5px silver;
}

.node-alert-block .node-alert-header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.node-alert-block .node-alert-body .node-alert {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 13px;
	height: 15px;
}

.node-alert-block .node-alert-body .node-alert .node-alert-name {
	float: left;
}

.node-alert-block .node-alert-body .node-alert .node-alert-dateTime {
	float: right;
	font-style: italic;
}

.node-header-wrapper .editable-click, .node-header-wrapper a.editable-click
	{
	color: white;
	text-decoration: none;
}

.meterDataBlockTable.table {
	border: none;
}

.meterDataBlockTable.table>tbody>tr>td {
	border: none;
}

.loginProgressDiv {
	position: absolute;
	z-index: 1;
	height: auto;
	background: rgba(115, 115, 115, 0.62);
	color: white;
	text-align: center;
	padding: 80px 0px;
}

.loginProgressDiv .progressTextDiv {
	font-weight: bold;
	font-size: 16px;
}

.sizeForInputBoxesCalibrationScreen {
	width: 130px;
}

.alertInfoOptionsPanel {
	padding-top: 5px;
	padding-bottom: 5px;
}

.alertInfoOptionsPanel label {
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	font-weight: normal;
}

.alertInfoOptionsPanel input[type=date] {
	width: 200px;
	float: left;
}

.alertInfoOptionsPanel button {
	float: left;
	margin-left: 10px;
}

.dateTimePicker {
	float: left;
	border: 1px solid silver;
	padding: 5px;
	cursor: pointer;
}

input::-webkit-clear-button {
	/* Removes blue cross */
	-webkit-appearance: none;
	margin: 0;
}

.daterangepicker .ranges li {
	background: whitesmoke;
	border: 1px solid silver;
	color: black;
}

.daterangepicker .ranges li.active {
	background: #8bc34a;
	border: 1px solid #689f38;
	color: white;
}

.daterangepicker .ranges li.active:hover, .daterangepicker .ranges li:hover
	{
	background: #8bc34a;
	border: 1px solid #689f38;
	color: white;
}

.daterangepicker td.active {
	background: #8bc34a;
	color: white;
}

.daterangepicker td.active:hover {
	background: #8bc34a;
	color: white;
}

.daterangepicker td.in-range {
	background: #d1f5a6;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover
	{
	background: #8bc34a;
	color: white;
}
/*.ng-table-counts {
    display:none;
}*/
.ng-cloak {
	display: none !important;
}

.alertHeader {
	float: left;
	margin-right: 10px;
}

#iconsNavigation li.active {
	background-color: #8bc34a;
}

#iconsNavigation li.active a {
	color: white;
}

#iconsNavigation li.active:hover {
	background-color: #689f38;
}

#iconsNavigation li a:hover, #iconsNavigation li.active>.sub-menu a:hover
	{
	color: white;
}

#iconsNavigation li.active>.sub-menu a {
	color: black;
}

.paddingBorder {
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #dddddd;
	box-shadow: 0px 1px 1px #dddddd;
}

.reportCheckBox {
	width: 120px;
}

.margin-left-245 {
	margin-left: -245px;
}

.tableListFormatting {
	table-layout: fixed;
	overflow: hidden;
	overflow-wrap: break-word;
}

.reportTypeCheckBox {
	width: 160px;
}

.reportGateWayFont {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	padding-right: 15px;
	padding-top: 5px;
}

.opearationalHourRow {
	min-height: 0px;
}

.operationalHourTable {
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 1px solid #969696;
}

.operationalHourTableBorderBottom {
	border-bottom: 1px solid #dddddd;
}

.operationalHourTablePaddingBottom {
	padding: 0px !important;
}

.operationalHourTablePaddingFive {
	padding: 5px !important;
}

.operationalHourTableMinWidth {
	min-width: 100px;
}

.operationalHourTableMinHeight {
	/*min-height: 29px;*/
	font-weight: bold;
}

.tableHeaderCenterAlign {
	vertical-align: middle !important;
	text-align: center;
}

.custDisableOn {
	color: #dddddd !important;
	pointer-events: none;
}

.calibScreenCountLabel {
	padding-left: 55px;
	font-weight: normal !important;
}

.calibScreenWattageLabel {
	padding-left: 35px;
	font-weight: normal !important;
}

#ChangePassword .modal-dialog {
	margin-top: 100px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: black;
}

.reportView .panel-heading {
	padding: 10px 15px;
}

.reportView .panel-body {
	padding: 15px;
}

.CreateUserCopyComboBox {
	width: 85%;
}

.CreateUserCopyButton {
	position: absolute;
	z-index: 100;
	margin-left: 78%;
	margin-top: -12%;
}

.verticalAlign {
	vertical-align: middle !important;
}

.graph .c3-legend-item {
	font-size: 14px !important;
}

.footer {
	position: fixed;
	bottom: 0;
	text-align: right;
	padding-right: 10px;
	width: 85%;
	font-size: 10px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.reportOptionDiv {
	margin-top: 4px;
	margin-right: 15px;
}

.border-1px {
	border: 1px solid #dddddd;
}

.smallhb {
	width: 25px;
}

.vcenter {
	display: block;
	align-items: center;
}

.rowSeparator {
	border-bottom: 2px solid #969696;
}

.amuPanleHeader {
	background: #8bc34a;
	height: 35px;
	color: white;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
}
/***switch-pointview****/
.padding-small {
	padding: 0px 0px;
	font-size: 13px;
}

.padding-1 {
	padding: 1px;
}

.margin-top-17 {
	margin-top: 17px !important;
}

.font-padding-small {
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
}

.padding-alert {
	padding-top: 15px;
	padding-bottom: 10px;
}

.padding-right-0 {
	padding-right: 0px;
}

.padding-left-0 {
	padding-left: 0px;
}
/**-/*switch-pointview****/
.smallbox {
	border: 1px solid lightgray;
	padding: 5px 0px;
	font-size: 12px;
	min-height: 34px;
}

.wattage-padding-3 {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
}

.switchptborder {
	border: 1px solid lightgray;
	padding: 0px 0px;
	margin: 1px 2px 0px 0px;
	font-size: 12px;
	min-height: 34px;
}
.padding-0 {
	padding: 0px;
}
/**-/*switch-pointview****/

/*Check Box */
.checkbxinput {
	color: green;
	/* background-color: ;*/
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
	{
	background-color: #8bc34a;
}

.modal-dialog {
	width: 900px;
	margin: 10px auto;
}

.infoWindowText {
	font-weight: bold;
	font-size: 15px;
	color: #8bc34a;
}

.customCheckboxDivDisable {
	position: relative;
	padding-left: 5px;
	margin-left: 2px;
	font-size: 15px;
	color: black;
	font-weight: normal;
}

.customCheckboxDivDisable input[type=checkbox] {
	visibility: hidden;
}

.customCheckboxDivDisable label {
	font-weight: normal;
	cursor: default;
}

.customCheckboxDivDisable label:before {
	cursor: default;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 1px;
	top: 1px;
	background: gray;
	content: "";
	border: 2px solid #c2c2c2;
	border-radius: 3px;
	background-clip: padding-box;
	margin-top: 3px;
}

.customCheckboxDivDisable input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.customCheckboxDivDisableInline {
	display: inline;
	margin-right: 15px;
	padding-top: 2px;
}

.scheduleFileImport {
	display: inline-block;
	height: 30px;
	width: 320px;
	padding-left: 50px;
}

.sunRiseSUnsetProgressBar {
	margin-top: 20px;
}

.statusFilterOnGenericView {
	position: absolute;
	margin-left: 600px;
	margin-top: -50px;
}

.scheduleInfoDetailsWrapper {
	float: left;
	border: 1px solid #dddddd;
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px;
	box-shadow: 2px 2px 2px #e8e7e7;
	min-width: 260px;
	max-width: 260px;
}

.scheduleInfoDetailsWrapper .headerDiv {
	margin-left: -7px;
	margin-right: -7px;
	padding-top: 5px;
	margin-bottom: 5px;
}
/*
    Schedule slider display 
*/
#schedule-time-slider .ui-slider-pip .ui-slider-line {
	height: 8px;
	top: -5px;
}

#schedule-time-slider .ui-slider-pip:nth-child(even) {
	height: 15px;
	/*transform: scale(0.8) translateY(3px);
    opacity: 1;
    top: -33px;display: none;*/
}

#schedule-time-slider .ui-slider-pip:nth-child(even) .ui-slider-line {
	/*top: 22px;*/
	height: 9px;
}

#schedule-time-slider .ui-slider-pip-initial-1 .ui-slider-label {
	color: #e80949;
}

#schedule-time-slider .ui-slider-pip-initial-2 .ui-slider-label {
	color: #ff03cb;
}

#schedule-time-slider .ui-slider-pip-initial-3 .ui-slider-label {
	color: #c309e8;
}

#schedule-time-slider .ui-slider-pip-initial-4 .ui-slider-label {
	color: #920aff;
}

#schedule-time-slider .ui-slider-pip-initial-5 .ui-slider-label {
	color: #920bff;
}

#schedule-time-slider .ui-slider-pip-initial-6 .ui-slider-label {
	color: #920cff;
}

#schedule-time-slider .ui-slider-pip-initial-7 .ui-slider-label {
	color: #920dff;
}

#schedule-time-slider .ui-slider-pip-initial-8 .ui-slider-label {
	color: #920aff;
}

#schedule-time-slider .ui-slider-pip-initial-9 .ui-slider-label {
	color: #920eff;
}

#schedule-time-slider .ui-slider-pip-initial-10 .ui-slider-label {
	color: #920fff;
}

#schedule-time-slider .ui-slider-pip-initial-11 .ui-slider-label {
	color: #92aaff;
}

#schedule-time-slider .ui-slider-pip-selected-1 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-2 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-3 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-4 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-5 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-6 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-7 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-8 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-9 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-10 .ui-slider-label,
	#schedule-time-slider .ui-slider-pip-selected-11 .ui-slider-label {
	color: white;
	width: 2.4em;
	padding: 4px 0;
	margin-left: -1.2em;
	border-radius: 2px;
}
/*.scheduleInfoDetailsWrapper-header-1,
#schedule-time-slider .ui-slider-pip-selected-1 .ui-slider-label {
    background-color: #FFBF09;
}

.scheduleInfoDetailsWrapper-header-2,
#schedule-time-slider .ui-slider-pip-selected-2 .ui-slider-label {
    background-color: #FF8D00;
}

.scheduleInfoDetailsWrapper-header-3,
#schedule-time-slider .ui-slider-pip-selected-3 .ui-slider-label {
    background-color: #C309E8;
}

.scheduleInfoDetailsWrapper-header-4,
#schedule-time-slider .ui-slider-pip-selected-4 .ui-slider-label {
    background-color: #0ABBFF;
}

.scheduleInfoDetailsWrapper-header-5,
#schedule-time-slider .ui-slider-pip-selected-5 .ui-slider-label {
    background-color: #00FFA1;
}

.scheduleInfoDetailsWrapper-header-6,
#schedule-time-slider .ui-slider-pip-selected-6 .ui-slider-label {
    background-color: #AF0ACB;
}

.scheduleInfoDetailsWrapper-header-7,
#schedule-time-slider .ui-slider-pip-selected-7 .ui-slider-label {
    background-color: #D30AE8;
}

.scheduleInfoDetailsWrapper-header-8,
#schedule-time-slider .ui-slider-pip-selected-8 .ui-slider-label {
    background-color: #C2AAFF;
}

.scheduleInfoDetailsWrapper-header-9,
#schedule-time-slider .ui-slider-pip-selected-9 .ui-slider-label {
    background-color: #B80A49;
}

.scheduleInfoDetailsWrapper-header-10,
#schedule-time-slider .ui-slider-pip-selected-10 .ui-slider-label {
    background-color: #AF0ACB;
}

.scheduleInfoDetailsWrapper-header-11,
#schedule-time-slider .ui-slider-pip-selected-11 .ui-slider-label {
    background-color: #AA09E8;
}*/

/*#schedule-time-slider .ui-slider-tip {
    width: 34px;
    margin-left: -17px;
    top: -1px;
    background: #00c7d7;
    color: white;
    border: none;
    line-height: 27px;
    height: 25px;
}

#schedule-time-slider .ui-slider-tip:before,
#schedule-time-slider .ui-slider-tip:after {
    display: none;
}*/
#schedule-time-slider .ui-slider-handle.ui-state-active .ui-slider-tip,
	#schedule-time-slider .ui-slider-handle.ui-state-focus .ui-slider-tip,
	#schedule-time-slider .ui-slider-handle.ui-state-hover .ui-slider-tip,
	#schedule-time-slider .ui-slider-handle:focus .ui-slider-tip,
	#schedule-time-slider .ui-slider-handle:hover .ui-slider-tip {
	/*top: -1px;*/
	width: 45px;
	margin-left: -22px;
}

#schedule-time-slider .ui-slider-handle.ui-state-focus {
	z-index: 100;
}

.sliderWrapper {
	margin-top: 30px;
	margin-bottom: 50px;
}

.width100 {
	width: 100px;
	margin-top: 4px;
}

.blockhOverClass {
	border: 1px solid #898989;
	background-color: #f4f4f4;
}

.menuDropDownHeader>.dropdown-menu {
	width: 100%;
	position: relative;
	border-bottom: none;
	box-shadow: none;
	background-color: rgba(245, 245, 245, 0.69);
}

.menuDropDownHeader>.dropdown-toggle {
	padding: 17px 0px 17px 15px;
}

.menuDropDownHeader>.dropdown-toggle>.drop-icon {
	color: black;
	font-size: 14px;
	margin-top: 0px;
	position: absolute;
	right: 25px;
	top: 31%;
	transition: transform 0.2s ease-in-out 0.1s;
	padding: 0px;
}

#sidebarNavigation li.open>a.dropdown-toggle>.drop-icon,
	#sidebarNavigation .nav li.active>a.dropdown-toggle>.drop-icon {
	color: white;
	transform: rotate(90deg);
}

#sidebarNavigation {
	-webkit-transition: opacity 0.5s linear 1.5s;
	transition: opacity 0.5s linear 1.5s;
}

.menuDropDownHeader open>a {
	background-color: #8bc34a;
}

.menuDropDownHeader ul>li>a {
	display: block;
	padding: 10px 15px 10px 26px !important;
	text-decoration: none;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s
		ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
	-webkit-transition: border-color 0.1s ease-in-out 0s, background-color
		0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

.menuDropDownHeader ul>li {
	border-bottom: 1px solid silver;
}

.menuDropDownHeader ul>li>a>.fa {
	padding-right: 25px;
	font-size: 11px;
}

#sidebarNavigation>.open>a {
	background-color: #689f38 !important;
	color: white;
}

.sub-menu>.active>a {
	background-color: #8bc34a;
}

.menuDropDownHeader .dropdown-menu>.active>a {
	color: white;
	text-decoration: none;
	background-color: #8bc34a !important;
	outline: 0;
}

.menuDropDownHeader .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
	.sub-menu li.active:hover {
	color: white;
	text-decoration: none;
	background-color: #689f38 !important;
	outline: 0;
}

.SwitchPointSummaryMargin {
	margin-right: 3px;
}

.page-headerDiv {
	padding-bottom: 0px;
	margin: 25px 0 1px;
	border-bottom: 1px solid #eeeeee;
}
/***sub menu***/
.menuOnlyDropDown .sub-menu {
	left: 100%;
	position: absolute;
	top: -110px;
	visibility: hidden;
	margin-top: -1px;
	height: 220px;
	overflow-y: auto;
}

.menuOnlyDropDown {
	padding: 9px;
	text-align: center;
}

li.menuOnlyDropDown:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .sub-menu {
	display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu
	{
	margin-top: 0;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}

.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid white;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}

.sub-menu li {
	width: 100%;
	padding: 3px 2px;
	border-bottom: 1px solid #eeeeee;
}

.sub-menu>li>a {
	padding: 3px 5px;
}

.sub-menu>li>a:hover, .sub-menu>li>a:focus {
	background-color: #689f38 !important;
}

.paddingTopCenter {
	padding: 12px 0px;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.switchPointSummaryHeader {
	margin-right: 10px;
	margin-top: 2px;
}

.switchPointSummaryPadding-top {
	padding-top: 8px;
}

.min-height-25 {
	min-height: 25px;
}

.switchPoint-border {
	border: 1px solid lightgray;
	padding: 5px;
}

.smallBoxBorder {
	border: 1px solid lightgray;
	min-height: 61px;
	padding: 0px;
}

.margin-0 {
	margin: 0px;
}

.margin-top-0 {
	margin-top: 0px;
}

.margin-10 {
	margin-top: 10px;
	padding: 3px;
}

.padding-3 {
	padding: 3px;
}

.padding-5 {
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 5px;
}

.padding-6 {
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 6px;
}

.padding-right-3 {
	padding-right: 3px;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.vertical-align-center {
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	/* Firefox */
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	/* Safari, Opera, and Chrome */
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	/* W3C */
	display: box;
	box-pack: center;
	box-align: center;
}
/***Project summary***/
.greenBg {
	background-color: #8bc34a;
	color: white;
}

.redBg {
	background-color: red;
	color: white;
}

.blackBg {
	background-color: black;
	color: white;
}

.grayBg {
	background-color: #989898;
	color: white;
}
/**-/*Project summary***/
.pageLoadProgressDiv {
	width: 350px;
	height: 0px;
	line-height: 250px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	border-radius: 5px;
	text-align: center;
	z-index: 1041;
	/* 1px higher than the overlay layer (11)*/
}

.marginTop-5 {
	margin-top: 5px !important;
}

.tagFilterSelectionHide {
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari */
	transform: rotate(90deg);
	/* Standard syntax */
}

.tagFilterBlock {
	margin-left: 0px !important;
	margin-right: 0px !important;
	border-radius: 5px;
	border: 1px solid silver;
	margin-bottom: 10px;
}

#tagFilterBlockHeader {
	background-color: silver;
	padding: 5px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

#tagFilterBlockHeader label {
	margin-bottom: 0px;
}

#tagFilterBlockHeader .tagFilterArrowIcon {
	font-size: 1.5em;
	cursor: pointer;
}
/***Navigation from switch point to map view logo style( Anil 11 Aug)***/
.pinterstyle {
	cursor: pointer;
}

.logosize {
	font-size: 22px;
}

.filterarrowsize {
	margin-left: 5px;
	margin-right: 5px;
}
/***New Sunrisesunset file import screen( Anil 12 Aug)***/
.displayText {
	font-size: 15px;
	color: black;
}

.bodyhight {
	height: 128px;
}

.dayTimeErrorMsgTableDiv {
	font-size: 15px;
	color: black;
	max-height: 250px;
	overflow: auto;
}

.uploadfile {
	font-size: 18px;
	height: 39px;
	margin-top: -26px;
}

.dayTimeErrorMsgTableDiv>table>thead {
	font-weight: bold;
}

.margin {
	margin-top: -26px;
}
/*tag hierarchy page css changes */
.tagHierarchyBox {
	height: 260px;
	width: 260px;
	margin: 10px;
	float: left;
	border: 1px solid silver;
	border-radius: 5px;
}

.tagBlockHeader {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 4px;
	height: 35px;
	width: 100%;
	text-align: left;
	background-color: #8bc34a;
	font-size: 16px;
}

.paddingLeft {
	padding-left: 10px;
}

.addTagNameTxtBox {
	width: 87%;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: white;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tagBlockHeader .editable-wrap .editable-controls>input, .editable-wrap .editable-controls>select,
	.editable-wrap .editable-controls>textarea {
	margin-bottom: 0;
	height: 25px;
	width: 140px;
}

.tagBlockHeader .editable-wrap {
	padding-left: 3px;
}

.tagHierarchyName {
	padding-left: 10px;
	color: white;
}

.inputTagName {
	margin: 5px;
}

.buttonCircle {
	border-radius: 50px;
}

.tagHierarchyTextWrapping {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: auto;
}

.spaceBetweenTagHierarchy {
	margin-top: 3px;
}
/*tag hierarchy page css changes end*/

/**-/*New Shedule (Anil)***/
.rowforshedule {
	min-height: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.borderforshedule {
	border: 1px solid #cccccc;
}

.fontcolorforshedule {
	color: #8bc34a;
	font-size: 20px;
}
/**-/*New Shedule End***/

/*tag hierarchy page css changes end*/
.warningNote {
	color: #bb3004;
	font-style: italic;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.comboboxStyle {
	width: 250px;
}

.sunriseSunsetUploadLinkDiv {
	margin-top: -3px;
	margin-right: 15px;
}

.sunriseSunsetUploadLinkDiv a {
	color: #8bc34a;
}

.text-Defaultcolor {
	color: #8bc34a;
}
/**-/*New Shedule End***/

/*tag hierarchy association page css changes start*/
.tabs-stacked .open>a:hover, .tabs-stacked .open>a:focus {
	border-color: #999999;
}

.tabbable {
	*zoom: 1;
}

.tabbable:before, .tabbable:after {
	display: table;
	line-height: 0;
	content: "";
}

.tabbable:after {
	clear: both;
}

.tab-content {
	overflow: auto;
	min-height: 300px;
}

.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 #dddddd;
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover, .tabs-below>.nav-tabs>li>a:focus {
	border-top-color: #dddddd;
	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 #dddddd #dddddd #dddddd;
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
	float: none;
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
	float: left;
	/*margin-right: 19px;*/
	border-right: 1px solid #dddddd;
}

.tabs-left>.nav-tabs>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.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: #dddddd transparent #dddddd #dddddd;
	*border-right-color: white;
}

.custom-tab .nav-tabs>li>a {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.custom-tab>.nav-tabs {
	border: medium none;
	margin: 0;
}

.custom-tab>.tab-content {
	/*background-color: #FFFFFF;*/
	border: 1px solid #dddddd;
	border-radius: 0 0 0 0;
	/*padding: 10px;*/
}

.custom-font {
	font-size: 14px !important;
	font-family: 'OpenSans-Regular', sans-serif !important;
	font-weight: initial !important;
	border-bottom: none !important;
	color: #555555 !important;
}

.custom-white {
	color: white;
}

.custom-fontColor-black {
	color: #555555;
}

.custom-pointer {
	cursor: default;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #8bc34a;
	cursor: pointer;
	background-color: white;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	font-weight: bold;
}

.roleDataDiv .angular-ui-tree-handle {
	background: #f8faff;
	border: 1px solid #dae2ea;
	color: #7c9eb2;
	padding: 10px 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

.padding-6tb-7rl {
	padding: 6px 10px;
}

.legend-header {
	margin-bottom: 3px;
	font-size: 15px;
}

.display-none {
	display: none;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.tdBackroundColor {
	background-color: red;
	color: white;
}

.trBorderColor {
	border-bottom: 1px solid darkgray !important;
}

.border-bottom-none {
	border-bottom: none !important;
}
/*tag hierarchy association page css changes end*/
.tagFilterBlockFooter {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.statusFilterLabel {
	margin-top: 7px;
	margin-right: 5px;
	float: left;
}

.caret {
	display: none;
}

.margin-top-6 {
	margin-top: 6.5px;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.text-align {
	text-align: center;
}

.input-group-btn:last-child>.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.input-group .form-control:first-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.input-group-btn>button {
	margin-left: 5px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	margin-left: 1px;
}
/********media css***********/
@media ( max-width : 1200px) {
	.text-align {
		text-align: left;
	}
}

@media ( max-width : 768px) {
	.loginProgressDiv {
		height: auto;
		width: 96%;
		padding: 84px 0px;
	}
	.pageAlignment {
		padding-top: 8px !important;
	}
	.alertFix {
		top: 113px;
		height: 40px;
		overflow: overlay;
		overflow-y: auto;
		padding: 1px;
	}
	.alertFix label {
		display: inherit;
	}
	/**shows scroll bar constantly***/
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	::-webkit-scrollbar:vertical {
		width: 8px;
	}
	::-webkit-scrollbar:horizontal {
		height: 7px;
	}
	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 8px;
		border: 2px solid white;
	}
	::-webkit-scrollbar-track {
		border-radius: 8px;
		background-color: white;
	}
	.table-responsive {
		overflow-y: hidden;
	}
	.pageAlignment {
		overflow-y: scroll;
		overflow-x: hidden;
	}
	/**eof*shows scroll bar constantly***/
}

@media ( max-width : 767px) {
	.loginProgressDiv {
		padding: 136px 0px;
		width: 95%;
	}
	.tagBlockHeader {
		height: 100%;
	}
}
/**Iphone6**/
@media ( max-width : 415px) {
	.loginProgressDiv {
		width: 91%;
	}
	.switchPointMinWidth {
		width: 655px;
		overflow-x: auto !important;
	}
	.pageAlignment {
		overflow-y: scroll;
		overflow-x: hidden;
	}
	/**shows scroll bar constantly***/
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	::-webkit-scrollbar:vertical {
		width: 7px;
	}
	::-webkit-scrollbar:horizontal {
		height: 7px;
	}
	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 8px;
		border: 2px solid white;
	}
	::-webkit-scrollbar-track {
		border-radius: 8px;
		background-color: white;
	}
	.table-responsive {
		max-height: 336px;
		overflow-y: scroll;
	}
	.panel-info>.panel-heading {
		height: 100%;
	}
	/**eof*shows scroll bar constantly***/
}
/*******end of media css******/
.invalidRecordDiv .table-responsive {
	max-height: 200px;
	overflow-y: auto;
}

#taghierarchyValues .btn-success {
	border-color: white;
}

.tabformat>.tab-content {
	overflow: hidden;
	min-height: 0;
}

.unclickable .customRadio label:after {
	background-color: #c2c2c2;
}

.radiomargin {
	margin-left: -6px;
}

.textmargin {
	margin-left: -8px;
}

.divheight .row {
	min-height: 38px !important;
}

.cust .form-control {
	margin-bottom: 0px;
}

.scheduleActionDelete {
	color: #d84545;
	font-size: 15px;
}

.scheduleActionTypeControlDiv {
	min-height: 42px;
}

.usernotebackground {
	background-color: #e6e6e6;
}

.usernoteheading {
	color: #a90303;
	font-size: 14px;
	margin-left: 10px;
}

.usernotemargin1 {
	margin-left: 14px;
}

.usernotemargin2 {
	margin-left: 45px;
}

.radiodisable>.customRadio label:before {
	background: none repeat scroll 0 0 #cecbcb;
	border: 2px solid #a5a1a1;
}

.disableradiocursor>.customRadio label {
	cursor: initial;
}

.customerAddress {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 10px;
}

.divborder {
	border-style: groove;
	border-width: 1px;
}

.padding-right-0 {
	padding-right: 0px;
}

.importtagvalueborder {
	float: left;
	border: 1px solid #dddddd;
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px;
	box-shadow: 2px 2px 2px #e8e7e7;
}

.notagerrorformat {
	margin-left: 15px;
	color: #af0505;
}

#DCUConnectionStatus {
	position: fixed;
	top: 75px;
	right: 0px;
	z-index: 1001;
	transition: all 0.2s ease-in-out 0s;
	width: 200px;
}

#DCUConnectionStatus a {
	color: black;
}

#DCUConnectionStatus #DCUConnectionStatus-tool-cog {
	background: #f7f7f7;
	border-radius: 3px 0 0 3px;
	background-clip: padding-box;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	left: -50px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 50px;
	transition: all 0.1s ease-in-out 0s;
	top: 0;
}

#DCUConnectionStatus.closed #DCUConnectionStatus-tool-cog i {
	-webkit-animation: rotating 3s linear infinite;
	-moz-animation: rotating 3s linear infinite;
	-ms-animation: rotating 3s linear infinite;
	-o-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

#DCUConnectionStatus.closed #DCUConnectionStatus-tool-cog:hover {
	background-color: #689f38;
	color: white;
}

#DCUConnectionStatus #DCUConnectionStatus-tool-cog i {
	font-size: 2em;
}

#DCUConnectionStatus #DCUConnectionStatus-tool-options {
	background: white;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	padding: 15px;
}

#DCUConnectionStatus.closed {
	right: -200px;
}

#DCUConnectionStatus #DCUConnectionStatus-tool-cog {
	left: -35px;
	padding: 2px;
	width: 35px;
}

.DCUStatusListDiv {
	border: 0px solid #c2c2c2;
	background-color: #f7f7f7;
	max-height: 390px;
	overflow-y: auto;
	font-size: 13px;
	color: white;
}

.DCUStatusBoxSeparator {
	height: 1px;
	background-color: white;
}

.DCUStatusConnected {
	background-color: green;
}

.DCUStatusDisconnected {
	background-color: #e51b1b;
}

.industrial.tank.size.two {
	height: -webkit-calc(200px);
	height: -moz-calc(200px);
	height: -o-calc(200px);
	height: -ms-calc(200px);
	height: calc(200px);
	width: -webkit-calc(45px);
	width: -moz-calc(45px);
	width: -o-calc(45px);
	width: -ms-calc(45px);
	width: calc(45px);
	padding-top: -webkit-calc(1%);
	padding-top: -moz-calc(1%);
	padding-top: -o-calc(1%);
	padding-top: -ms-calc(1%);
	padding-top: calc(1%);
	padding-bottom: -webkit-calc(1%);
	padding-bottom: -moz-calc(1%);
	padding-bottom: -o-calc(1%);
	padding-bottom: -ms-calc(1%);
	padding-bottom: calc(1%);
}

.industrial .low {
	background: -webkit-linear-gradient(left, #f9784f, #f9784f) !important;
}

.industrial .medium {
	background: -webkit-linear-gradient(left, #ffc107, #ffc107) !important;
}

.margin-top-70 {
	margin-top: 70px;
}

.low {
	color: #f9784f;
}

.medium {
	color: #ffc107;
}

.full {
	color: rgba(6, 160, 0, 0.75);
}

.waterMeterPanel {
	height: 140px;
	width: 195px;
	background: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid silver;
	margin: 5px;
}

.MeterPanelRelay {
	height: 174px;
	width: 324px;
	background: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid silver;
	margin-top: 10px;
}

.waterMeterPanelBlock {
	height: 145px !important;
	width: 235px !important;
}

.waterMeterPanel .panelHeight {
	min-height: 65px;
}

waterMeterPanel .meterBlock {
	height: 140px !important;
}

.waterMeterPanel .panelHeader {
	height: 30px;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 16px;
	padding-bottom: 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.waterMeterPanel .panelBody {
	height: 80px;
}

.panelBodyRelay {
	width: 70%;
	height: 90px;
	float: right;
	margin-top: 20px;
}

.MeterPanelRelay .panelHeader {
	height: 30px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.MeterPanelRelay .paramData .paramValue {
	font-size: 36px;
	/*margin-top: 28px;*/
}

.parameterValue {
	font-size: 21px;
	margin-top: 28px;
}

.parameterData {
	margin-top: 25px;
}

.waterMeterPanel .panelBody .paramData {
	padding-top: 5px;
}

.waterMeterPanel .panelBody .paramData .paramValue {
	font-size: 21px;
}

.waterMeterPanel .panelBody .paramData .meterValue {
	font-size: 15px;
}

.waterMeterPanel .panelFooter .paramDateTime {
	font-size: 13px;
}

.paramDateTime {
	font-size: 13px !important;
}

.greenColor {
	color: #8bc34a;
}

.waterMeterPanel .panelFooterBlock .paramValue {
	font-size: 21px;
}

.waterMeterPanel .panelFooter {
	background-color: #8bc34a;
	height: 28px;
	color: white;
	padding-top: 3px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.waterMeterPanel .panelFooterBlock {
	background-color: #8bc34a;
	height: 35px;
	padding-top: 3px;
	color: white;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.waterMeterPanel .meterBlockFooter {
	background-color: #8bc34a;
	height: 40px;
	padding-top: 3px;
	color: white;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.waterTankLevelBlock {
	height: 240px;
	width: 185px;
}

.text-info {
	color: black;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-20 {
	margin-top: 20px;
}

.groupDelete {
	color: #d84545 !important;
}

.waterMeterPanel2 {
	height: 140px;
	width: 195px;
	background: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid silver;
	margin: 5px;
}

.waterMeterPanel2 .panelHeader {
	height: 15px;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 16px;
	padding-bottom: 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.waterMeterPanel2 .panelBody {
	height: 124px;
}

.waterMeterPanel2 .panelBody .paramData {
	padding-top: 15px;
}

.waterMeterPanel2 .panelBody .paramData .paramLabel {
	font-size: 13px;
}

.waterMeterPanel2 .panelBody .paramData .paramValue {
	font-size: 19px;
}

.waterMeterPanel2 .panelBody .paramData .paramValue span {
	font-size: 15px;
}

.waterMeterPanel2 .panelFooter .paramDateTime {
	font-size: 13px;
}

.waterMeterPanel2 .panelFooter {
	background-color: #8bc34a;
	height: 28px;
	padding-top: 3px;
	color: white;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.paddingleft-15 {
	padding-left: 15px;
}

.error-background {
	background: #ffa437;
}

.warning-background {
	background: #b192ff;
}

.DCUStatusBox {
	padding: 5px;
}

.DCUStatusBox .DCUName {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 150px;
}

.DCUStatusBox .DCUStatusBoxHeader .DCUName {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 150px;
}

.DCUStatusBox .DCUStatusBoxHeader .DCUSignalStrength {
	width: 20px;
	height: 18px;
}

.DCUSignalStrength .DCUSignalStrengthBar {
	width: 2px;
	margin-right: 2px;
}

.SignalStrengthMarginBar1 {
	margin-top: 12px;
}

.SignalStrengthMarginBar2 {
	margin-top: 8px;
}

.SignalStrengthMarginBar3 {
	margin-top: 4px;
}

.DCUSignalStrengthBar .SignalStrengthHeightBar1 {
	height: 6px;
}

.DCUSignalStrengthBar .SignalStrengthHeightBar2 {
	height: 10px;
}

.DCUSignalStrengthBar .SignalStrengthHeightBar3 {
	height: 14px;
}

.DCUSignalStrengthBar .SignalStrengthHeightBar4 {
	height: 18px;
}

.SignalStrengthBarBGWhite {
	background-color: white;
}

.SignalStrengthBarBGDarkgray {
	background-color: darkgray;
}

.SignalStrengthBarBGBlue {
	background-color: royalblue;
}

.panel-box {
	border-radius: 1px;
	border: 1px solid #dddddd !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 7px;
	padding: 5px;
	/*margin-left:2px;*/
}

.content-wrapper-block {
	position: relative;
	padding: 10px 0 20px;
}

.media-Icon {
	padding: 7px;
	display: block;
	padding: 10px;
	border-radius: 2px;
	height: 40px;
	width: 45px;
}

.panel-box .media-body {
	padding-left: 5px;
}

.leftDivDgSet {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.leftDivDgSet #side-menu {
	height: 80.7vh;
	overflow-y: scroll;
}

.text-2x {
	font-size: 13px;
	width: 90%;
	/**given width for elipse property*/
	cursor: default;
}

.alarmCount {
	border-radius: 50%;
	background-clip: padding-box;
	color: white;
	display: block;
	font-size: 10px;
	height: 15px;
	line-height: 14px;
	position: absolute;
	right: 28px;
	text-align: center;
	top: 2px;
	width: 16px;
}

.panel-box .paramText {
	margin: 0 0 1px;
}

.text-largex {
	font-size: 23px;
}

.bg-blue {
	background-color: #64b5f6;
}

.bg-green {
	background-color: #81c784;
}

.bg-red {
	background-color: #ff8a65;
}

.bg-skyblue {
	background-color: #4dd0e1;
}

.padding-left-right-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.text-size-tiny {
	font-size: 12px;
	letter-spacing: -0.015em;
}

.color-Red {
	color: red !important;
}

.summary-Header {
	border-bottom: 1px solid #bbbbbb;
	margin: 0px;
	min-height: 20px;
}

.summary-Bottom {
	font-size: 13px;
	color: #999999 !important;
}

.summary-Bottom-color {
	color: #999999 !important;
}

.padding-right-0 {
	padding-right: 0px;
}

.color-green {
	color: green !important;
}

.color-639e30 {
	color: #639e30;
}

.divPadding-5 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.dashBoardpanelHeader {
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid #dddddd;
	color: black;
	padding-bottom: 20px;
	background-color: white;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	position: relative;
	margin-top: 2px;
	letter-spacing: -0.015em;
	/*margin-bottom: 2px;*/
}

h6.panel-title {
	margin-left: 10px;
}

.customdashboardrow {
	margin-left: 5px;
	margin-right: 5px;
}

.summary-padding-top-10 {
	padding-top: 10px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-left-5 {
	padding-left: 5px;
}

.summary-header-text {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.bg-success {
	background-color: #4caf50;
	border-color: #4caf50;
	color: white;
	margin-right: 10px;
}

.bg-danger {
	background-color: red;
}

.dashboard-margin-top-20 svg {
	margin-top: -20px !important;
	width: 100%;
}

.img-xs {
	width: 32px !important;
	height: 32px !important;
}

.margin-top-7 {
	margin-top: 7px;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.margin-right-3 {
	margin-right: 3px;
}

.padding-top-7 {
	padding-top: 7px;
}

.rightText {
	text-align: right;
	padding-right: 23% !important;
}

.width60 {
	width: 60px;
}

.analyticsParameterFilter {
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
}

.analyticsParameterText {
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

#DailyConsumptionChart .c3-line {
	stroke-width: 2px;
}

#ParameterChart .c3-line {
	stroke-width: 2px;
}

.lastButtonMargin {
	margin-left: 5px !important;
}

.hideFirstLastButton .pagination li:first-child, ul.pagination li:last-child
	{
	display: none;
}

.waterMeterMonitoPanelBlock {
	height: 240px !important;
	width: 235px !important;
}

.waterMeterPanel .meterPanelFooterBlock {
	background-color: #8bc34a;
	height: 66px;
	padding-top: 3px;
	color: white;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.waterMeterPanel .meterPanelBody {
	height: 142px;
}

.waterMeterPanel .meterPanelBody .paramData {
	padding-top: 10px;
}

.waterMeterPanel .meterPanelBody .paramData .paramValue {
	font-size: 21px;
}

.waterMeterPanel .meterPanelBody .paramData .paramName {
	font-size: 13px;
}

.paddingLeftRight30 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

#nodeImportTable tbody {
	display: block;
	height: 50vh;
	overflow: auto;
}

#nodeImportTable thead, #nodeImportTable tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.c3GraphDiv svg {
	overflow: inherit !important;
}

.margin-top-3 {
	margin-top: 3px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-right-30 {
	margin-right: 30px;
}

.textCapitalization {
	text-transform: inherit !important;
}

.padding-left-28 {
	padding-left: 28px;
}

.font-size-danger {
	font-size: 16px;
}

.padding-right-40 {
	padding-right: 40px;
}

.tooltip-inner {
	background-color: silver;
	color: black;
	font-weight: normal;
}

.alert-success {
	color: #1c1f1c;
	background-color: #d6e9c6;
	border-color: #d6e9c6;
}

#map_canvas {
	position: inherit !important;
}

.overlayFilter {
	position: absolute;
	background: white;
	opacity: 0.9;
	border-radius: 3px;
}

.overlayFilter-style {
	background: white;
	opacity: 0.9;
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: lightgray;
	box-shadow: 4px 4px 28px -8px rgba(0, 0, 0, 0.75);
}

.overlayWrapper {
	position: absolute;
	display: inherit !important;
	right: 2%;
	top: 0%;
	width: 18%;
	padding: 5px;
	max-height: 90vh;
	overflow-x: scroll;
	overflow-y: auto;
	background: white;
	opacity: 0.9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 3px;
}

.overlayWrapperHorizontal {
	position: absolute;
	right: 0;
	left: 135px;
	top: 0%;
	height: 100px;
	width: 66%;
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background: white;
	opacity: 0.9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hrLineStyle {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	width: 157px;
	margin-left: 0px;
	border-top: 1px solid lightgray;
	box-shadow: 0 0 13px 1px lightgray;
}

.verticalBorder {
	width: 2px;
	height: 71px;
	margin-top: -35px;
	background-color: lightgray;
}

.buttonStyle {
	padding-top: 27px;
	padding-bottom: 27px;
}

.searchBoxStyle {
	border-radius: 10px;
	width: 163px;
}

.tableStyle {
	width: 163px;
	margin-top: 10px;
}

.verticalBorder1 {
	width: 2px;
	height: 71px;
	margin-top: -80px;
	margin-left: 149px;
	background-color: lightgray;
}

.verticalBorder2 {
	width: 2px;
	height: 71px;
	margin-top: -80px;
	margin-left: 184px;
	background-color: lightgray;
}

.verticalBorder3 {
	width: 1px;
	height: 64px;
	margin-top: -51px;
	margin-left: 144px;
	background-color: lightgray;
}

.height-32 {
	width: 100px !important;
	height: 32px !important;
}

.width-121 {
	width: 121px !important;
}

.width-100px {
	width: 267px !important;
	padding-left: 169px;
}

.width-142 {
	width: 142px !important;
}

.width-25 {
	width: 25px !important;
}

.width-207 {
	width: 207px !important;
}

.width-284 {
	width: 284px !important;
}

.margin-top-128 {
	margin-top: 128px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-90 {
	margin-left: 90px !important;
}

.margin-left-76 {
	margin-left: 76px !important;
}

.dropdownStyle {
	width: 54px;
	padding-left: 10px;
	margin-top: 5px;
}

.checkboxStyle {
	margin-top: 5px;
	width: 15px;
}

.daterangepickerStyle {
	width: 227% !important;
}

.mapTableOverlay {
	width: 181px !important;
	right: 10px;
	height: 89vh !important;
	box-shadow: 4px 4px 28px -8px rgba(0, 0, 0, 0.75);
	position: absolute;
	display: inherit !important;
	right: 2%;
	width: 18%;
	padding: 5px;
	max-height: 90vh;
	overflow-x: scroll;
	overflow-y: auto;
	background: white;
	opacity: 0.9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 3px;
}

.overlayWrapper-style {
	top: 128px !important;
	width: 17% !important;
	right: 15px;
	height: 89vh !important;
	box-shadow: 4px 4px 28px -8px rgba(0, 0, 0, 0.75);
}

.overlayWrapper table {
	border-collapse: collapse;
	width: 100%;
}

.borderStyle {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: lightgray;
}

.overlayWrapper table td {
	padding: 5px;
}

.overlayWrapper table tr {
	border-bottom: 1px solid #d7d7d7;
}

.changingState {
	height: 20px;
	width: 20px;
	border-radius: 20px;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@
-moz-keyframes blinker { 0% {
	opacity: 1;
}

50%
{
opacity


:

 

0;
}
100%
{
opacity


:

 

1;
}
}
@
-webkit-keyframes blinker { 0% {
	opacity: 1;
}

50%
{
opacity


:

 

0;
}
100%
{
opacity


:

 

1;
}
}
@
keyframes blinker { 0% {
	opacity: 1;
}

50%
{
opacity


:

 

0;
}
100%
{
opacity


:

 

1;
}
}
.cbONColor {
	color: blue;
}

.cbOFFColor {
	color: red;
}

.customCheckboxDiv label {
	font-size: 17px;
	font-weight: normal;
}

.featureWebColor {
	color: crimson;
}

.featureMobileColor {
	color: blue;
}

.featureSubmenuColor {
	color: darkviolet;
}

.invalidNodeConfigData {
	color: red;
}

.validNodeConfigData {
	color: green;
}

.OnrelayImage {
	background: url('../Images/relayOn.png') no-repeat;
	background-size: contain;
}

.OffrelayImage {
	background: url('../Images/relayOff.png') no-repeat;
	background-size: contain;
}

.OnrelayManualImageCustome {
	background: url('../Images/relayOnManual.png') no-repeat;
	background-size: contain;
}

.OffrelayManualImageCustome {
	background: url('../Images/relayOffManual.png') no-repeat;
	background-size: contain;
}

.connectivityIcon {
	/*.fa .fa-signal;*/
	content: "\f012";
}
/*Added for compatibility to all browser-Sonali*/
.bgOnOffSize {
	height: 64px;
	width: 64px;
}

.createUserTexboxAlign {
	padding-left: 41px;
}

span.multiselect-native-select {
	position: relative;
}

span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}

.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: 700;
}

.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700;
}

.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer;
}

.multiselect-container>li>a {
	padding: 0;
}

.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px;
}

.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;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio
	{
	padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
	.form-inline .multiselect-container li a label.radio input[type=radio]
	{
	margin-left: -20px;
	margin-right: 0;
}

.legend-alarm {
	line-height: 2.538462 !important;
	background-color: #e2e2e2;
	border-radius: 5px;
}

.legend-map {
	line-height: 2.538462 !important;
	background-color: #e2e2e2;
	border-radius: 5px;
}

hr {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

#legend {
	font-family: Arial, sans-serif;
	background: white;
	padding: 10px;
	margin: 10px;
	border: 1px solid black;
}

#legend h3 {
	margin-top: 0;
}

#legend img {
	vertical-align: middle;
}

.content-section-left {
	padding-right: 10px;
	width: 285px;
	margin-left: 65px;
	margin-bottom: 65px;
}

.small-info-block {
	border-style: solid !important;
	border-radius: 5px;
	border-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: lightgray;
	height: 165px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.info-block-spacing {
	margin-bottom: 10px;
}

.box-shadow-style {
	-webkit-box-shadow: 4px 4px 12px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 4px 4px 12px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 4px 28px -8px rgba(0, 0, 0, 0.75);
}

.font-summary-28 {
	font-size: 16px;
	font-weight: 600;
}

.summaryText-style {
	font-size: 16px;
}

.surveySummaryTotalCountDiv {
	text-align: center;
	padding-top: 10px;
}

.font-summary-38 {
	font-size: 38px;
	font-weight: 600;
}

.color-0cb2f0 {
	color: #0cb2f0;
}

.metersHeading {
	font-size: 18px;
	font-weight: 600;
}

.blockWidth {
	width: 30%;
}

.imgMargin-Top {
	margin-top: 12px;
}

.comboFontSize {
	font-size: 15px !important;
}

.pointerstyle label {
	cursor: pointer;
}

.registerComplaintDiv {
	padding-top: 35px;
	padding-right: 35px;
	color: white;
	font-weight: 600;
}

.registerComplaintLabel {
	padding-top: 35px;
	color: white;
	font-weight: 600;
}

.registerComplaintDiv>span {
	margin-left: 3px;
	font-weight: 600;
}

.Info-Block {
	border-style: solid !important;
	border-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: lightgray;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	height: auto;
	background: #f7f6f6;
}

.font-weight-bold {
	font-weight: bold;
}

.center-align {
	display: flex;
	justify-content: center;
	align-items: center;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.text_decorate {
	width: 140px;
	text-align: center;
}

.span_decorate {
	position: absolute;
	font-size: 15px;
	margin-left: 6px;
}

#ex1Slider .slider-selection {
	background: #5d5d5d;
	width: auto;
	min-width: 0;
}

.slider-handle {
	background-image: linear-gradient(to bottom, #8bc34a 0%, #53821c 100%)
		!important;
}

.slider {
	vertical-align: top !important;
}

.slider-track {
	background: #cab6b6 !important;
}

#ex6Slider .slider-selection {
	background: #464242 !important;
}
/*******monitor-controll********/
.controlBlockWrapper {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.controlBlock {
	border: 1px solid silver;
	/*box-shadow: #C0C0C0 0px 2px;*/
	border-radius: 5px;
	background: white;
}

.feedergroupControlBlock {
	border: 1px solid silver;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-radius: 8px;
	background: -webkit-gradient(radial, center center, 0, center center, 266, from(white
		), to(#dddddd));
}

.monitorControlBlockHeader {
	background: #8bc34a;
	height: 35px;
	color: white;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
	margin: 0px;
}

.feederGroupControlBlockHeader {
	background: -webkit-gradient(radial, center center, 0, center center, 266, from(#8bc34a
		), to(#0a770a));
	background: -moz-radial-gradient(circle, #8bc34a, #0a770a);
	background: -ms-radial-gradient(circle, #8bc34a, #0a770a);
	height: 35px;
	color: white;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
	margin: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.feederGroupControlViewButtonFooter {
	background: -webkit-gradient(radial, center center, 0, center center, 266, from(#8bc34a
		), to(#0a770a));
	background: -moz-radial-gradient(circle, #8bc34a, #0a770a);
	background: -ms-radial-gradient(circle, #8bc34a, #0a770a);
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
	margin: 0px;
}

.feederGroupHrline {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	padding-left: 23px;
	border: 0;
	background-image: linear-gradient(to right, transparent, #5fa232, rgba(0, 1, 0, 0));
}

.feederGroupViewButton {
	cursor: pointer;
	color: white;
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
}

.RTUName {
	/**width removed as col-md class given tothe div**/
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
}

.feederGroupHeader {
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.headerIcons {
	margin-right: 10px;
	margin-top: 3px;
	font-size: 1.2em;
	color: white;
}

.dataText {
	font-weight: bold;
	font-size: 18px;
	color: #8bc34a;
}

.faultyLightsTextColor {
	color: red;
}

.faultyTxtColor {
	color: red;
}

.unitDiv {
	color: #8bc34a;
	margin-left: 5px;
	font-size: 13px;
}

.dataLabel {
	font-size: 13px;
	height: 15px;
}

.feederGroupControlRow {
	margin: 0px;
	margin-top: 10px;
}

.consumptionRow {
	margin: 0px;
	margin-top: 20px;
}

.consumptionRow .consumptionDiv {
	padding-left: 10px;
	padding-right: 10px;
	width: 60%;
}

.consumptionRow .faultyLightsDiv {
	padding-left: 10px;
	padding-right: 10px;
	width: 35%;
}

.IOControlRow {
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
	height: 92px;
}

.wattageRow {
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.meterDataRow {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.controlRowSeparator {
	background-color: silver;
	height: 1px;
}

.blockBorder {
	border-left: 1px solid silver;
}

.IO-control-image {
	cursor: pointer;
}

.lightCount {
	font-weight: bold;
	color: #ce9869;
	font-size: 24px;
}

.controlMeterDataBlockTable.table {
	border: none;
	margin: 0px;
}

.controlMeterDataBlockTable.table>tbody>tr>td {
	border: none;
}

.controlMeterDataBlockTable.table>tbody>tr>td label {
	font-weight: normal;
}

.changeCursorPointer {
	cursor: pointer;
}

.connectivity {
	font-size: 1.4em !important;
}

.connectivity.disconnected {
	color: #d84545 !important;
}

.connectivity.connected {
	color: white !important;
}

.groupOnOffImageDiv {
	/*float: left;*/
	/*margin-left: 10px;*/
	margin-top: -6px;
	padding-left: 0px;
}

.groupOnOffLabel {
	/*float: left;
    line-height: 2;*/
	font-weight: normal;
}

.groupOnOffControlDiv {
	margin-left: 100px;
}
/******EOF-*monitor-controll*****/

/********Alert color classes*******/
.redColor {
	color: red;
}
/*switch point summery door status box height*/
.redBackgroundColor {
	background-color: red;
	color: white;
}

.blueColor {
	color: #00b5ff;
}

.blueBackgroundColor {
	background-color: #00b5ff;
	color: white;
}

.pinkColor {
	color: #ff4df9;
}

.pinkBackgroundColor {
	background-color: #ff4df9;
}

.yellowColor {
	color: yellow;
}

.yellowBackgroundColor {
	background-color: yellow;
}
/******EOF-Alert color classes*****/
.bgGroupOn {
	/*if we give background img title misplaced*/
	width: 50px;
	height: 50px;
}

.bgGroupOff {
	width: 50px;
	height: 50px;
}

@media ( max-width : 1024px) {
	.monitorInfoLbl {
		font-size: 14px;
	}
	.bgGroupOn {
		width: 50px;
		height: 50px;
	}
	.bgGroupOff {
		width: 50px;
		height: 50px;
	}
	.modal-dialog {
		width: 100%;
		margin: 10px auto;
	}
}

@media ( max-width : 1043px) {
	.monitorInfoLbl {
		font-size: 14px;
	}
}

@media ( max-width : 1024px) {
	#gridDetailsView .controlBlock {
		overflow: scroll;
		height: 365px;
	}
	#gridDetailsView {
		top: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.headingNumberSize {
		font-size: 14px;
	}
	.margin-top-6 {
		margin-top: 3.5px;
	}
}

@media ( max-width : 768px) {
	.groupOnOffImageDiv {
		margin-top: 0px;
	}
	.xs-offset-left {
		margin-left: -4%;
	}
	.bgGroupOn {
		/*if we give background img title misplaced*/
		width: 40px;
		height: 40px;
	}
	.bgGroupOff {
		width: 40px;
		height: 40px;
	}
	.margineLeft {
		margin-left: -12px;
	}
	.monitorInfoLbl {
		margin-left: 9px;
	}
	.monitorInfoLbl label {
		margin-left: 17px;
		margin-top: -20px;
	}
	.width-xs {
		width: 52%;
	}
	.amuPanleHeader {
		height: 100%;
	}
	.SwitchPointSummaryMargin {
		margin-right: 0px;
	}
}

@media ( max-width : 600px) {
	.groupOnOffLabel {
		font-size: 18px;
	}
	.xs-offset-left {
		margin-left: -3%;
	}
	.sunriseSunsetUploadLinkDiv {
		margin-top: -5px;
	}
	#gridDetailsView .controlBlock {
		overflow: scroll;
		height: 375px;
	}
	#gridDetailsView {
		top: 150px;
	}
	.width-xs {
		width: 85%;
	}
}
/**Iphone*landscape*/
@media ( max-width : 580px) {
	#gridDetailsView {
		width: 293px;
		top: 143px;
	}
	#gridDetailsView.closed {
		right: -293px;
	}
	#gridDetailsView #gridDetailsView-tool-cog {
		left: -25px;
		padding: 2px;
		width: 26px;
	}
	#gridDetailsView .consumptionRow, .IOControlRow, .meterDataRow {
		margin: 1px 0px;
	}
	#gridDetailsView .controlBlock {
		overflow: scroll;
		height: 220px;
	}
	.width-xs {
		width: 85.33%;
	}
	.headerIcons {
		margin-right: 5px;
	}
}
/**Iphone**/
@media ( max-width : 415px) {
	.width-100 {
		width: 100%;
	}
	.margineLeft {
		margin-left: 0px;
		text-align: left;
	}
	.groupOnOffLabel {
		font-size: inherit;
	}
	.width-60 {
		width: 60%;
	}
	.width-40 {
		width: 40%;
	}
	.margin-bottom {
		margin-bottom: 5px;
	}
	#gridDetailsView {
		width: 293px;
	}
	#gridDetailsView.closed {
		right: -293px;
	}
	#gridDetailsView #gridDetailsView-tool-cog {
		left: -25px;
		padding: 2px;
		width: 26px;
	}
	#gridDetailsView .consumptionRow, .IOControlRow, .meterDataRow {
		margin: 1px 0px;
	}
	#gridDetailsView .controlBlock {
		overflow: scroll;
		height: 270px;
	}
	.sunriseSunsetUploadLinkDiv {
		margin-right: 0px;
	}
	.width-xs {
		width: 95.33%;
	}
}
/* Wind mill monitoring (wmm) classes: Start */
.wmmBlock {
	border: 1px solid silver;
	border-radius: 5px;
	background: white;
	/*width: 266px;*/
}

.wmmBlockHeader {
	background: #8bc34a;
	height: 35px;
	color: white;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.wmmBlockBody {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 170px;
}

.wmmMeterDataDateTimeRow {
	margin-top: 5px;
	margin-right: 10px;
	font-style: italic;
	font-size: smaller;
}

.columnPadding-0 {
	padding-right: 0px;
	padding-left: 0px;
}

.wmmDivMargin {
	margin-top: 5px;
	margin-bottom: 5px;
}

.wmmDivMarginParam {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wmmRowSeparator {
	background-color: silver;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.wmmMeterDataDiv {
	/*padding-bottom: 12px;*/
	width: 180px;
}

.wmmMeterDataDiv .dataLabel {
	margin-right: 15px;
	margin-left: 15px;
}

.wmmMeterDataDiv .dateDiv {
	padding-right: 5px;
	font-size: 11px;
}

.wmmIndicationDiv {
	padding-right: 10px;
	padding-left: 10px;
	width: 88px;
	border-left: 1px solid silver;
	min-height: 170px;
	padding-top: 20px;
}

.wmmMainsIndication {
	font-size: 2em;
}

.wmmMainsON {
	color: #ffbe00;
}

.wmmOnBattery {
	color: gray;
}
/* Wind mill monitoring classes: End */

/* Use this class for not installed RTUS */
.monitorControlBlockHeaderOfUnInstallDevice {
	background: #cac8c8;
	height: 35px;
	color: white;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
	margin: 0px;
}
/*List view datetime min with */
.dateTimeColumnMinWidth {
	min-width: 100px;
}
/*switch point summery door status box height*/
.redBackgroundColor label {
	margin-bottom: 3px;
}

.marginLeftSpace {
	margin-left: 8px !important;
}

.marginLeftZero {
	margin-left: 0px !important;
}

.dateRangePickerBorder {
	border-radius: 5px !important;
}
/* Optimized monitor control: Start */
#console {
	background-color: yellow;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1500;
}

.controlBlockWrapperOptWOParam {
	width: 337.75px;
	height: 234px;
}

.controlBlockWrapperOptWithParam {
	width: 337.75px;
	height: 480px;
}
/* Optimized monitor control: End */
.panelLocDiv {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	height: 40px;
}

.description {
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

img+.tooltip {
	font-size: 12px;
	height: 20px;
	width: 180px;
	text-align: center;
}
/************************************Required classe******************************************************/
#config-tool {
	position: absolute;
	left: 130px;
	top: 43px;
	width: 395px;
	z-index: 1000;
	transition: all 0.2s ease-in-out 0s;
}

#config-tool #config-tool-cog {
	/*background: #f5f5f5;*/
	border-radius: 3px 3px 3px 3px;
	background-clip: padding-box;
	/*box-shadow: -3px 3px 3px -2px rgba(0,0,0,0.1);*/
	cursor: pointer;
	left: -127px;
	margin-top: 16px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 40px;
	transition: all 0.1s ease-in-out 0s;
	top: 15px;
}

#config-tool.opened #config-tool-cog i {
	-webkit-animation: rotating 3s linear infinite;
	-moz-animation: rotating 3s linear infinite;
	-ms-animation: rotating 3s linear infinite;
	-o-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

#config-tool #config-tool-cog:hover {
	background-color: #689f38;
	color: white;
}

#config-tool #config-tool-cog i {
	font-size: 1em;
}

#config-tool #config-tool-options {
	background: white;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	padding: 15px;
}

#config-tool.opened {
	left: 282px;
	top: 43px;
}

a#config-tool-cog {
	/*color:#8bc34a;*/
	color: #8bc34a;
}

.paddingZero {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.lightRTUName {
	/**width removed as col-md class given tothe div**/
	font-size: 1.1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #dbdbdb;
	padding-top: 4px;
	padding-left: 4px !important;
	color: black;
	width: 65%;
	height: 30px;
}

.lightStatus {
	font-size: 1.1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: white;
	color: black;
	padding-top: 4px;
	padding-left: 4px !important;
	width: 35%;
}

.lightToggleBtn {
	padding-top: 0px !important;
}

.faultyLight {
	background-color: #d74242;
}

.nonFaultyLight {
	background-color: white;
}

.philipsValuesHeaders {
	/**width removed as col-md class given tothe div**/
	font-size: 1.1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #dbdbdb;
	padding-top: 4px;
	padding-left: 4px !important;
	color: black;
	/*width: 25%;*/
	height: 30px;
}

.philipsValues {
	background-color: white !important;
}

.lightBorder {
	border: 1px solid silver;
	border-radius: 5px;
	margin: 3px;
	color: white;
}

.blockHeader {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 4px;
	height: 30px;
	width: 100%;
	text-align: left;
}

.temperatureimg {
	/*width: 46px;*/
	height: 70px;
}

.temperatureSensorimg {
	height: 80px;
}

.deviceImgWidth {
	width: 100px;
}

.headerColor {
	color: #8bc34a;
}

.lightBorder span {
	color: #333333;
}

.lightImageSize {
	height: 57%;
	width: 36%;
}

.lightImageSize img {
	width: 50%;
}

.block-left {
	display: block;
	float: left;
	margin-right: 2px;
}

.block-left-15 {
	display: block;
	float: left;
	margin-left: 7px;
}

.img-size-25 {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 25px;
}

.padding-20 {
	padding: 20px;
}

.margin-10 {
	margin: 10px 0px;
}

.margin-10 {
	margin: 10px 0px;
}

.dial {
	margin-left: -98px !important;
	margin-top: 97px !important;
	font-size: 20px !important;
	width: 45px !important;
	height: 22px !important;
	cursor: pointer;
}

.dialControlImg {
	position: absolute;
	margin-left: 43px;
	margin-top: 32px;
	cursor: pointer;
}

.lightBorder {
	background: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid silver;
}

.phaseBox {
	background: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 10px;
	min-height: 130px;
	background-clip: padding-box;
	border: 1px solid silver;
	background: -webkit-gradient(radial, center center, 0, center center, 266, from(white
		), to(#dddddd));
}

.textOverflow {
	min-height: 41px;
	overflow: -webkit-paged-y;
}

.alignPhilipsValues {
	width: 60px;
}

.textWrappingClass {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cursorPointer {
	cursor: pointer;
}

.paddingBottom {
	padding-bottom: 10px;
}

.dimmerControlBox {
	height: 220px;
	width: 190px;
	padding: 5px;
	padding-left: 16px;
	float: left;
}

.feederGroupPopupBox {
	height: 101px;
	width: 120px;
	padding: 5px;
	padding-left: 16px;
	float: left;
}

.philipsControlBlock {
	height: 130px !important;
	width: 279px !important;
	margin-bottom: 6%;
}

.groupwiseMarginLeft {
	margin-left: 10px;
}

.philipsDateTime {
	margin-top: 5px;
	font-size: 12px;
}
/** this is for press button effect **/
.offButtonClicked::before {
	content: url(../Images/premiumRelayOff.png);
}

.offButtonClicked:active {
	content: url(../Images/premiumRelayOffPress.png);
}

.feederOffButtonClicked::before {
	content: url(../Images/FeederGroupOff.png);
}

.feederOffButtonClicked:active {
	content: url(../Images/Green-click.png);
}

.phaseOffButtonClicked::before {
	content: url(../Images/Bulb-off-clipart.png);
}

.phaseOffButtonClicked:active {
	content: url(../Images/Bulb-off-clipart.png);
}

.phaseOnButtonClicked::before {
	content: url(../Images/Bulb-on-clipart.png);
}

.phaseOnButtonClicked:active {
	content: url(../Images/Bulb-on-clipart.png);
}

.onButtonClicked::before {
	content: url(../Images/premiumRelayOn.png);
}

.onButtonClicked:active {
	content: url(../Images/premiumRelayOnPress.png);
}

.feederOnButtonClicked::before {
	content: url(../Images/FeederGroupON.png);
}

.feederOnButtonClicked:active {
	content: url(../Images/Red-click.png);
}

.faultyButton::before {
	content: url(../Images/premiumRelayFaulty.png);
}

@media ( max-width : 768px) {
	.feederOffButtonClicked {
		width: 69px;
	}
	.feederOnButtonClicked {
		width: 69px;
		margin-left: 41px;
	}
}

@media ( max-width : 1024px) {
	.philipsControlBlock {
		height: 200px !important;
		width: 190px !important;
		margin-bottom: 0.5%;
	}
	.ipadView {
		margin-left: 13%;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
/**Iphone*landscape*/
@media ( max-width : 600px) {
	.lightBorder {
		margin: 2px 0px;
	}
}
/** press button end **/
.avoidClick {
	pointer-events: none;
}

.philipsOffButtonClicked::before {
	content: url(../Images/PhilipsLightOFF.png);
}

.philipsOffButtonClicked:active {
	content: url(../Images/PhilipsLightOFF.png);
}

.philipsOnButtonClicked::before {
	content: url(../Images/PhilipsLightON.png);
}

.philipsOnButtonClicked:active {
	content: url(../Images/PhilipsLightON.png);
}

@media ( max-width : 1024px) {
	#lightMapView .controlBlock {
		overflow: scroll;
		height: 365px;
	}
	#lightMapView {
		top: 100px;
	}
}

#lightMapView {
	position: fixed;
	right: 30px;
	top: 150px;
	width: 295px;
	z-index: 1000;
	transition: all 0.2s ease-in-out 0s;
}

#lightMapView .controlBlock {
	margin: 0px;
}

#lightMapView a {
	color: black;
}

#lightMapView #lightMapView-tool-cog {
	background: #dfdfdf;
	border-radius: 3px 0 0 3px;
	background-clip: padding-box;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	left: -50px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 50px;
	transition: all 0.1s ease-in-out 0s;
	top: 0;
}

#lightMapView.closed #lightMapView-tool-cog i {
	-webkit-animation: rotating 3s linear infinite;
	-moz-animation: rotating 3s linear infinite;
	-ms-animation: rotating 3s linear infinite;
	-o-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

#lightMapView.closed #lightMapView-tool-cog:hover {
	background-color: #8bc34a;
	color: white;
}

#lightMapView #lightMapView-tool-cog i {
	font-size: 2.2em;
}

#lightMapView #lightMapView-tool-options {
	background: white;
	box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
	padding: 15px;
}

#lightMapView.closed {
	right: -295px;
	display: none;
}

#lightMapView.opened {
	right: 0;
}

.faultyBackColorChange {
	background-color: rgba(222, 222, 222, 0.72);
}

.commonSize {
	height: 90px;
	width: 90px;
}

.motorOnButtonClicked::before {
	content: url(../Images/motorON.png);
}

.motorOnButtonClicked:active {
	content: url(../Images/motorON.png);
}

.motorOFFButtonClicked::before {
	content: url(../Images/motorOFF.png);
}

.motorOFFButtonClicked:active {
	content: url(../Images/motorOFF.png);
}

.valveOnButtonClicked::before {
	content: url(../Images/valveON.png);
}

.valveOnButtonClicked:active {
	content: url(../Images/valveON.png);
}

.valveOFFButtonClicked::before {
	content: url(../Images/valveOFF.png);
}

.valveOFFButtonClicked:active {
	content: url(../Images/valveOFF.png);
}
/*.connected {
    background-color: greenyellow;
}

.disconnceted {
    background-color: red;
}*/
.makeTransparent {
	color: transparent;
}

.paddingRight {
	padding-right: 1px;
}

.meterBlock {
	margin: 10px;
	font-family: Roboto, Helvetica Neue, Helvetica, Arial,
		sans-serif !important;
	color: #333333;
}

.meterHeader .meterName {
	font-size: 15px;
	font-weight: 400;
}

.meterHeader .meterDataDateTime {
	font-size: 13px;
	font-weight: 500;
}

.meterData .parameterValue {
	font-size: 17px;
	font-weight: bold;
}

.meterData .parameterName {
	font-size: 12px;
	color: #999999;
}

.c3-ygrid {
	stroke: lightgray;
}

.c3-legend-item {
	font-size: 13px;
}

.parameterValueDiv {
	font-family: Roboto, Helvetica Neue, Helvetica, Arial,
		sans-serif !important;
	color: #333333;
}

#timelinechart {
	width: 40%;
	height: 400px;
	float: left;
	margin-left: 10px;
	text-decoration-color: white;
}

.lightmapViewHeight {
	height: 90vh;
}

.mapViewHeight {
	height: 92vh;
}

.addNodeMapHeight {
	height: 400px;
}

.deviceMonitorBlock {
	height: 130px !important;
	width: 188px !important;
	padding: 5px;
	float: left;
}

.meterMonitorBlock {
	height: 180px !important;
	width: 240px !important;
	float: left;
}

.meterFirstRow {
	margin-top: 20px;
}

.meterFirstRow .centreDiv {
	/*padding-left: 30px;*/
	/*padding-right: 30px;*/
	width: 100%;
}

.meterSecondRow {
	margin-top: 10px;
}

.meterSecondRow .leftDiv {
	padding-left: 5px;
	padding-right: 5px;
	width: 33%;
}

.meterSecondRow .centreDiv {
	padding-left: 5px;
	padding-right: 5px;
	width: 33%;
}

.meterSecondRow .rightDiv {
	padding-left: 5px;
	padding-right: 5px;
	width: 33%;
}

.mapLegend {
	position: absolute;
	opacity: 0.9;
}

.mapLegend table {
	background: white;
}

.markerLegendDiv {
	/*left: -185px;
    top: 85px;
    width: 180px;*/
	left: -105px;
	top: 87px;
	width: 100px;
}

.markerLegendTextDiv {
	margin-top: 4px;
	margin-left: 6px;
}

.colorAndSize {
	font-size: 12px;
	color: black;
}

#pac-input {
	background-color: white;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 100px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}
/* high res laptop */
@media ( max-width : 1200px) {
	#map {
		width: 968px;
	}
}
/* laptop */
@media ( max-width : 1024px) {
	#map {
		width: 800px;
	}
}
/* tablet */
@media ( max-width : 768px) {
	#map {
		width: 540px;
	}
	#lightMapView {
		right: 16px !important;
	}
}

@media ( max-width : 500px) {
	#map {
		width: 493px;
	}
}

@media ( max-width : 425px) {
	#map {
		width: 415px;
	}
	#lightMapView {
		right: 25px !important;
		top: 220px !important;
	}
}
/*iphone 6/6s */
@media ( max-width : 375px) {
	#map {
		width: 368px;
	}
}
/* iphone 5/5s */
@media ( max-width : 320px) {
	#map {
		width: 300px;
	}
}

.serverManagementBox {
	height: 150px;
	width: 300px;
	padding: 5px;
	padding-left: 10px;
	float: left;
}

.serverIcon::before {
	content: url(../Images/serverIcon.png);
	width: 90px;
}

.serverManagementHeader {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	width: 100%;
	text-align: left;
	margin-bottom: 3px;
	font-size: 16px;
	padding-left: 14px;
}

.serverBody {
	padding-left: 70px;
	font-size: 15px;
}

.mapFilter {
	height: 170px;
	width: 450px;
	background-color: white;
	margin: 5px 5px 0 0;
	opacity: 0.8;
	border: 1px solid black;
}

.colorAndSize {
	font-size: 12px;
	color: black;
}

.margin-left-50px {
	margin-left: 50px;
}

.margin-left-100px {
	margin-left: 100px;
}

.mapActivityTable {
	position: absolute;
	width: 270px;
	text-overflow: ellipsis;
	right: 0;
	white-space: nowrap;
	max-height: 79%;
	overflow-y: auto;
	opacity: 0.9;
}

.mapActivityTable table {
	border-collapse: collapse;
}

.mapActivityTable table td {
	padding: 10px;
}

.mapActivityTable table tr {
	border-bottom: 1px solid #d7d7d7;
}

.hoverRow {
	/*background: #d7d7d7 !important;*/
	cursor: pointer !important;
}

.list-group panel.active {
	background-color: #003300;
	border-color: #aed248;
}

.RFIDInfoWindow {
	position: relative;
	right: 0;
	top: 0;
	white-space: nowrap;
	max-height: 100vh;
}

.dropdown-menu {
	float: right;
}

.dropdownInfo {
	top: 0;
	left: -288px;
}

.after-mapActivityTable {
	clear: bottom;
}

.mapActivityTableWrapper {
	/* position: absolute;*/
	right: 0;
	/* min-width: 80vh;*/
	min-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: nowrap;
}

.topFilterDivClass {
	height: 500px;
	/*overflow:auto;*/
}

.mapLegend {
	position: absolute;
	opacity: 0.9;
}

.mapLegend table {
	background: white;
}

.mapLegendColorDiv {
	height: 2px;
	width: 30px;
	margin-top: 8px;
	margin-right: 10px;
}

.mapInfoDropDown, .mapInfoDropDown li, .mapInfoDropDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mapInfoDropDown {
	position: relative;
	z-index: 10000;
	float: right;
	width: 10%;
	left: -250px;
}

.mapInfoDropDown ul {
	position: absolute;
	top: 125%;
	left: -215px;
	visibility: hidden;
	display: none;
	z-index: 900;
	width: 16em;
	height: 100%;
}

.mapInfoDropDown ul ul {
	top: 0;
}

.mapInfoDropDown li {
	position: relative;
	float: left;
	left: -15%;
}
/*.mapInfoDropDown li:hover {
    z-index:910;
}
.mapInfoDropDown ul:hover, .mapInfoDropDown li:hover > ul, .mapInfoDropDown a:hover + ul, .mapInfoDropDown a:focus + ul {
    visibility:visible;
    display:block;
}*/

/*.mapInfoDropDown li:hover {
    z-index:910;
}*/
.mapInfoDropDown a:focus+ul {
	visibility: visible;
	display: block;
}

.mapInfoDropDown a {
	display: block;
	background: white;
	color: black;
	opacity: 0.9;
	padding: 1em 2em;
	text-decoration: none;
	width: 280px;
}

.mapInfoDropDown ul li {
	width: 100%;
	top: -65px;
}
/*.mapInfoDropDown li:hover a {
    background:#333;
}*/

/*.mapInfoDropDown li a:focus, .dropdown li a:hover {
    background:#666;
}*/

/*.mapInfoDropDown li a:focus, a:active {
    background: #666;
}*/
.mapInfoDropDown .edge ul {
	right: 0;
	margin-bottom: 100px;
	left: -215px;
	top: -138px;
}

.mapInfoDropDown .edge ul li {
	right: 0;
}

.mapInfoFloatingDiv {
	min-width: 300px;
	background: white;
	min-height: 250px;
	overflow: auto;
}

.mapInfoCircle {
	border-radius: 50px;
	float: left;
	width: 20px;
	height: 20px;
}

.mapActivityTable .list-group-item {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.mapActivityTable .list-group-item.active {
	background-color: #d7d7d7 !important;
	border-color: #d7d7d7 !important;
	color: black !important;
}

.activityStatusInProgress {
	color: red !important;
}

.activityStatusCompleted {
	color: green !important;
}

.activityScheduledIndication {
	background-color: #ffba3a;
	width: 12px;
	height: 12px;
}

.signalStrengthLegendDiv {
	left: -105px;
	top: 240px;
	width: 100px;
}
/*.markerLegendDiv {
    left: -105px;
    top: 85px;
    width: 100px;
}*/
.markerLegendTextDiv {
	margin-top: 4px;
	margin-left: 6px;
}

.mapActivityListHeader {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activityHeaderSpace {
	top: 30px;
}

.activityHeaderDiv {
	font-size: 14px;
	height: 30px;
	width: 270px;
	opacity: 0.9;
	color: black;
	background-color: white;
	padding-left: 5px;
	padding-top: 3px;
}

.activityHeaderDiv .customCheckboxDiv {
	font-size: 14px;
}

.outletMonitorControlBlock {
	height: 125px;
}

.outletMonitorControlRelayBlock {
	margin-left: 30px;
	margin-top: 3px;
}

.outletMonitorControlStatusBlock {
	font-size: 20px;
	margin-top: 20px;
}

.faultyLightTextPadding {
	padding-top: 145px;
}

.text-bold {
	font-weight: bold;
	margin-left: -11px;
}

.disconnectedImg {
	position: absolute;
	top: 40%;
	left: 45%;
	transform: translate(-50%);
	font-size: 20px;
	font-weight: 700;
	opacity: 0.6;
}

.disconnectedImgScreen2 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%);
	font-size: 20px;
	font-weight: 700;
	opacity: 0.6;
}

.block {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #0000002e;
	z-index: 1000;
}

.relativePosition {
	position: relative;
}

.pointerEvent {
	pointer-events: none;
}

.alertFont {
	font-size: 11px;
}

.dashboardInfo {
	/*color:white;*/
	text-align: center;
	margin-top: 0px;
	border-color: black;
	background-color: white;
	height: 75px;
	box-shadow: 5px 5px 28px -8px #0e0e0e;
}

.dashboardInfoRow {
	font-weight: bold;
	font-size: 1.3em;
}

.tableRows {
	/*width: 250px;*/
	text-align: center;
	font-size: 15px;
	font-weight: 100;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}

.alertBox {
	border: 1px solid lightgray;
	padding: 5px;
	/*height: 120px;*/
}

.alertBoxHeading {
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
}

.customCheckboxDivAlert {
	position: relative;
	margin-left: 2px;
	font-size: 15px;
	color: black;
	font-weight: normal;
}

.customLabel {
	font-size: 11px !important;
	font-weight: bold !important;
	padding-left: 0px !important;
	color: white;
}

.trBackgroundColor {
	background-color: #8bc34a;
}

.ghmcDashboardInfo {
	/* color: white; */
	text-align: center;
	margin-top: 0px;
	border-color: #0c324e;
	background-color: white;
	height: 110px;
	box-shadow: 5px 5px 28px -8px #0175cb;
	margin-bottom: 20px;
}

.dashboardHeadingFont {
	font-size: 28px;
	clear: both;
	font-weight: 100;
	font-weight: normal !important;
	color: #8bc34a;
}

.tableBackgroundColor {
	background-color: silver;
}

.greenTr {
	background-color: #8bc34a;
}

.redTr {
	background-color: red;
}

.yellowTr {
	background-color: yellow;
}

.customDashboardLabel {
	font-size: 11px !important;
	font-weight: bold !important;
	padding-left: 0px !important;
	color: black;
}

.ghmcDashboardImgDiv {
	padding-top: 0px;
	float: left;
	margin-top: -67px;
	z-index: 10000000000000000;
}

.ghmcDashboardHeading {
	padding-top: 20px;
	padding-left: 95px;
}

.telanganaMapHeading {
	font-size: 21px;
	border-bottom: 1px solid #f4f4f4;
	padding-top: 20px;
	padding-bottom: 8px;
	/* height: 61px; */
	color: #8bc34a;
	background-color: transparent;
	border-color: transparent;
}

.ghmcEESLLogoDiv {
	padding-left: 100px;
	padding-top: 10px;
}

.scrollx {
	overflow-x: auto;
	overflow-y: hidden;
}

.max-height-80 {
	max-height: 80vh;
	overflow: auto;
}

#customCheckBoxLabel {
	float: none;
	margin-top: 0px;
	font-size: 14px;
}

body {
	/*font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;*/
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 13px;
	line-height: 1.5384616;
	color: #333333;
}

.h6.panel-title, h6.panel-title {
	font-size: 15px;
}

.text-semibold {
	font-weight: bold;
}

.no-margin {
	margin: 0 !important;
}

.lightBorder {
	color: #333333;
	border: 1px solid #e1e1e1;
}

.list-inline {
	margin-left: 0;
}

.list-inline>li:last-child {
	padding-right: 0;
}

.list-inline-condensed>li {
	padding-right: 10px;
}

.list-inline>li {
	padding-left: 0;
	padding-right: 20px;
	font-size: 13px;
}

.lightBorder span {
	color: #777777;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.015em;
}

.text-danger, .text-danger:focus, .text-danger:hover {
	color: #f44336 !important;
}

.text-size-base {
	font-size: 13px;
}

.h5, h5 {
	font-size: 17px;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: middle;
}

.text-size-small {
	font-size: 12px;
}

.h6.panel-title, h6.panel-title, .panel-title {
	font-size: 15px;
	color: #777777;
}

.padding-0 {
	padding: 0px !important;
}

.sliderLight {
	margin: 5px 0;
	width: 184px;
}

.light-wrapper {
	padding: 8px 2px;
}

.checkBox-toggle {
	vertical-align: -webkit-baseline-middle;
}

.panel-flat>.panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 10px 15px;
	background-color: white;
}

.panel-flat>.panel-heading>.panel-title {
	margin-top: 2px;
	margin-bottom: 2px;
}

.heading-elements {
	background-color: inherit;
	position: absolute;
	top: 50%;
	right: 20px;
	height: 36px;
	margin-top: -18px;
}

.heading-elements .heading-text {
	display: inline-block;
	margin-top: 8px;
	float: left;
	margin-left: 20px;
}

.bg-green {
	background-color: #4caf50;
	border-color: #4caf50;
	color: white !important;
}

.bg-off {
	background-color: #b72f2f;
	color: white;
}

.panel-flat .table>tbody>tr>td {
	vertical-align: middle;
	-webkit-transition: background-color ease-in-out 0.15s;
	-o-transition: background-color ease-in-out 0.15s;
	transition: background-color ease-in-out 0.15s;
}

.lightSize {
	height: 40px;
}

.text-default {
	font-weight: 600;
	color: #333333;
	font-size: 12px;
	outline: 0;
}

.panel-flat .table {
	border: 0px;
}

.panel-flat .table .btn-danger, .panel-flat .table .btn-danger:hover {
	background-color: #c9302c;
	border-color: #ac2925;
}

.text-size-small {
	font-size: 12px;
}

.status-mark-wrapper {
	padding-top: 5px;
}

.status-mark {
	border-color: #8bc34a;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-radius: 50%;
	display: inline-block;
	color: #4caf50 !important;
}

.panel-flat .btn-success {
	background-color: #3d9107 !important;
	border-color: #3d9107;
}

.padding-lr-0 {
	padding-left: 0;
	padding-right: 0;
}

.btn-rounded {
	border-radius: 50%;
}

.lightIndicationIcon {
	height: 32px;
	width: 32px;
}

.lightIndicationIcon .displayText {
	margin-top: 1px;
	font-size: 14px;
	color: white;
}

#meterGraph .c3-line-RPhaseCurrent {
	stroke-width: 2px;
}

#meterGraph .c3-line-YPhaseCurrent {
	stroke-width: 2px;
}

#meterGraph .c3-line-BPhaseCurrent {
	stroke-width: 2px;
}

#meterGraph .c3-line-RPhasePower {
	stroke-width: 2px;
}

#meterGraph .c3-line-YPhasePower {
	stroke-width: 2px;
}

#meterGraph .c3-line-BPhasePower {
	stroke-width: 2px;
}

.color-Black-Gray {
	color: #333333 !important;
}

.color-History {
	color: #4caf50 !important;
}

.report .c3 path, .c3 line {
	fill: none;
	stroke: #c2c2c2;
}

.c3-axis-x-label {
	color: red;
}

.report .c3-axis-x text {
	font-size: 10px;
	fill: #c2c2c2;
}

.report .c3-axis-y2 text {
	font-size: 10px;
	fill: #c2c2c2;
}

.report .c3-axis-y text {
	font-size: 10px;
	fill: #c2c2c2;
}

.report.chart {
	width: 100%;
}

.report .c3-legend-item {
	font-size: 11px !important;
}

.axis {
	font-size: 10px;
	fill: #c2c2c2;
}

.sliderLight .ui-widget-header {
	/*background: #8BC34A url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
	background: #8bc34a
		url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50%
		repeat-x;
}

.sliderLight .ui-slider-pip {
	display: none;
}

.controlWrapper {
	margin-top: -5px;
	margin-left: 45px;
}

.timelineSeries_timeline-rect {
	height: 7px;
	padding-bottom: 0;
	margin-bottom: 0;
	y: 45;
}

.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
	.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
	.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
	.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
	.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
	.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
	/*visibility: visible !important;*/
	top: 15px !important;
}

.ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before,
	.ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after,
	.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label
	{
	border: 0px !important;
	visibility: visible !important;
	top: 15px !important;
	opacity: 1;
	height: 0px;
}
/*Start of dashboard toggle*/
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	border-radius: 20px;
}

.toggle.ios .toggle-handle {
	border-radius: 20px;
	width: 40px;
}

.dashboard-toggle .toggle.btn-xs {
	width: 55px !important;
	height: 22px;
}

.dashboard-toggle .toggle-on.btn-xs {
	padding-right: 22px;
}

.dashboard-toggle .toggle-off.btn-xs {
	padding-left: 20px;
}

.padding-right-5 {
	padding-right: 5px;
}
/*End of dashboard toggle*/
.min-height-30 {
	min-height: 30px !important;
}

#timelineItem_0_1 {
	fill: #3d9107 !important;
}

#timelineItem_0_2 {
	fill: #5ccf13 !important;
}

.containerPanel {
	height: 250px;
	/*width: 195px;*/
	background: #eaeaea !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid silver;
	margin: 5px;
	/*color: #fff !important;*/
}

.containerPanelHeader {
	height: 45px;
	font-weight: normal;
	min-height: 20px;
	padding-top: 6px;
	margin: 0px;
}

.containerPanelHeader>.headerTitle {
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.containerPanelBlock-sm {
	width: 210px;
}

.containerPanelBlock-md {
	width: 380px;
}

.deviceConnectivity {
	font-size: 1em !important;
}

.deviceConnectivity.disconnected {
	color: #d84545 !important;
}

.deviceConnectivity.connected {
	color: white !important;
}

.margin-left-right-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.containerPanelBody-md {
	width: 345px;
}

.containerPanelBody-sm {
	width: 120px;
}

.containerPanelBody-xs {
	width: 110px;
}

.containerPanelText {
	font-weight: bold;
	font-size: 14px;
}

.containerPanelText.content-secondary {
	color: #4bc34a;
}

.containerPanelText.content-main {
	color: #ec8383;
}

.containerPanelText.displayblock {
	display: inline-block;
}

.containerPanelBodyText {
	font-size: 14px;
}

.containerPanelImage {
	width: 72px;
	height: 70px;
}

.ellipsis {
	color: #771f1e !important;
}

.ellipsis.ellipsisMenu {
	font-size: 1.6em !important;
}

.padding-right-9 {
	padding-right: 9px;
}

.padding-top-9 {
	padding-top: 9px;
}

.inlineText {
	display: inline;
}

.content-Label {
	font-size: 11px !important;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-right-0 {
	padding-right: 0px;
}

.padding-right-3 {
	padding-right: 3px;
}

.border-3 {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

.tile_stats_count:before {
	content: "";
	position: absolute;
	left: 0;
	height: 55px;
	border-left: 2px solid #adb2b5;
	margin-top: 10px;
}

.stats_title {
	font-size: 20px;
	/*font-weight: 600;*/
}

.stats_title_Info {
	font-size: 17px;
	font-weight: bold;
}

.Panel-Summary {
	height: 90px;
	width: 214px;
	background: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid silver;
	margin: 5px;
}

.summary-green-color {
	color: #2ca02c !important;
}

.summary-white-color {
	color: white !important;
}

.summary-violet-color {
	color: #43109f !important;
}

.black-color {
	color: black !important;
}

.Panel-Title-color {
	color: #0d79b0 !important;
}

.stats-info-font {
	font-size: 10px;
}

.panelBlockHeader {
	background: #8fc949 !important;
	/*background: #005877; blue*/
	height: 35px;
	font-weight: normal;
	min-height: 20px;
	padding-top: 1px;
	margin: 0px;
}

.panelBlockHeaderIcon {
	padding-top: 4px;
}

.panelBlockHeaderIconOuter {
	content: "";
	left: 0;
	border-left: 2px solid #2e772e;
	color: #76b755;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	height: 28px;
}

.panelBlockHeaderIconSize {
	font-size: 20px;
}
/*Horizontal Sliding*/
.slidingHorizontal {
	display: inline;
	text-indent: 8px;
}

.slidingHorizontal span {
	animation: leftToRight 12.5s linear infinite 0s;
	-ms-animation: leftToRight 12.5s linear infinite 0s;
	-webkit-animation: leftToRight 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}

.slidingHorizontal span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

.slidingHorizontal span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.slidingHorizontal span:nth-child(4) {
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

.slidingHorizontal span:nth-child(5) {
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*leftToRight Animation*/
@
-moz-keyframes leftToRight { 0% {
	opacity: 0;
}

5%
{
opacity


:

 

0;
-moz-transform


:

 

translateX


(50
px
);


  

}
10%
{
opacity


:

 

1;
-moz-transform


:

 

translateX


(0
px
);


  

}
25%
{
opacity


:

 

1;
-moz-transform


:

 

translateX


(0
px
);


  

}
30%
{
opacity


:

 

0;
-moz-transform


:

 

translateX


(-50
px
);


  

}
80%
{
opacity


:

 

0;
}
100%
{
opacity


:

 

0;
}
}
@
-webkit-keyframes leftToRight { 0% {
	opacity: 0;
}

5%
{
opacity


:

 

0;
-webkit-transform


:

 

translateX


(50
px
);


  

}
10%
{
opacity


:

 

1;
-webkit-transform


:

 

translateX


(0
px
);


  

}
25%
{
opacity


:

 

1;
-webkit-transform


:

 

translateX


(0
px
);


  

}
30%
{
opacity


:

 

0;
-webkit-transform


:

 

translateX


(-50
px
);


  

}
80%
{
opacity


:

 

0;
}
100%
{
opacity


:

 

0;
}
}
@
-ms-keyframes leftToRight { 0% {
	opacity: 0;
}

5%
{
opacity


:

 

0;
-ms-transform


:

 

translateX


(50
px
);


  

}
10%
{
opacity


:

 

1;
-ms-transform


:

 

translateX


(0
px
);


  

}
25%
{
opacity


:

 

1;
-ms-transform


:

 

translateX


(0
px
);


  

}
30%
{
opacity


:

 

0;
-ms-transform


:

 

translateX


(-50
px
);


  

}
80%
{
opacity


:

 

0;
}
100%
{
opacity


:

 

0;
}
}
.padding-left-8 {
	padding-left: 8px;
}

.cursor-pointer {
	cursor: pointer;
}

.padding-top-8 {
	padding-top: 8px;
}

.c3-tooltip td {
	font-size: 11px;
}

.c3-tooltip-container {
	width: 150px;
}

.style {
    position: fixed;
    top: 120px;
    left: 14px;
    z-index: 20;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}


