  [ng\:cloak], [ng-cloak], .ng-cloak
     {
display: none !important;
     }


.page-header.easyCom
{
	padding-bottom : 0px;
	margin         : 25px 0 10px;
}


/* down-arrow style starts */

.down-arrow {
	display: inline-block;
	position: relative;
	background: #4b8dcc;
	padding: 15px 0;
	width: 200px;
	text-align: center;
	cursor: pointer;
}


/* .down-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid #7b93a9;
	border-right: 100px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 100px solid transparent;
} */

/**
*  down-arrow style end
*/

.jumbotron.jumbotronCustom
{
	margin-bottom : 5px;
	margin-top    : 10px;
} 

.loading-dialog {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0) url('/images/loading1.gif') 50% 50%
		no-repeat;
}
/* // tooltip css // */
html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
#example {
                text-align: center;
            }
 .k-group {
                display: inline-block;
                text-align: center;
                width: 120px;
                white-space: nowrap;
                border-width: 1px;
                border-style: solid;
                padding: 0.5em;
                margin: 10px auto;
            }
/* 
.page-header {
	color: #337ab7;
}

.heading1 {
	font-size: 24px;
	font-family: inherit;
}

body {
	background-color: #f8f8f8;
}

#wrapper {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}

#wrapper.toggled {
	padding-left: 250px;
	    overflow: scroll;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 250px;
	width: 0;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	    background: #2d0f18;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: #222d32;
	fallback;
	background-color: #222d32;
	 background-image: url(images/linear_bg_1.png); 
	background-repeat: repeat-x;

		
	
		 background: -webkit-gradient(linear, 0%, 0%, 0% 100%,  from(#222d32), to(#3c8dbc));

		 
	
		  background: -webkit-linear-gradient(top, #222d32, #3c8dbc);

	
		   background: -moz-linear-gradient(top, #222d32, #3c8dbc);

	
		   background: -ms-linear-gradient(top, #222d32, #3c8dbc);

	
		   background: -o-linear-gradient(top, #222d32, #3c8dbc); 
}


#sidebar-wrapper::-webkit-scrollbar {
		display: none;
	
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}

#page-wrapper {
	padding: 0 30px;
	height: 600px;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
}

.xyz {
	min-width: 360px;
}

#wrapper.toggled #page-wrapper {
	position: absolute;
	margin-right: -250px;
}

@media ( min-width :768px) {
	#wrapper {
		padding-left: 250px;
	}
	.fixed-brand {
		width: auto;
	}
	#wrapper.toggled {
		padding-left: 0;
	}
	#sidebar-wrapper {
		width: 250px;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 250px;
	}
	#wrapper.toggled-2 #sidebar-wrapper {
		width: 50px;
	}
	#wrapper.toggled-2 #sidebar-wrapper:hover {
		width: 250px;
	}
	#page-wrapper {
		position: relative;
		height: 100%;
		padding: 70px 10px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background-color: #fff;
		overflow: auto;
		overflow-x: hidden;
	}
	#wrapper.toggled #page-wrapper {
		position: relative;
		padding-left: 250px;
		margin-right: 0;
	}
}

#wrapper.toggled-2 #page-wrapper {
	position: relative;
	margin-right: 0;
	margin-left: -200px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: auto;
}

#page-wrapper2 {
	position: relative;
	margin: 0 0 px;
	padding: 0 10px;
	border-left: 0.5px solid #e7e7e7;
}

.navbar-top-links {
	margin-right: 0;
}

.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	padding: 15px;
	min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 2px;
}

.sidebar-nav li {
	text-indent: 15px;
	line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #1e282c;
	border-left: #729fcf 3px solid;
	border-radius: 10px 0px 0px 10px;
	border-left: #729fcf 3px solid;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #777777;
	background: none;
}

.no-margin {
	margin: 0;
}
 ///////////////
.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 15px;
}

.sidebar ul li {
	    border-bottom: 1px solid #e7e7e7;
	
}

.sidebar ul li a.active {
	background-color: #3465a4;
}

.sidebar .arrow {
	float: right;
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
	border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
	padding-left: 37px;
}

.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media ( min-width :768px) {
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 51px;
	}
	.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
		.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover,
	.btn-info.btn-outline:hover, .btn-warning.btn-outline:hover,
	.btn-danger.btn-outline:hover {
	color: #fff;
}

.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.chat li .chat-body p {
	margin: 0;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}

.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}

.login-panel {
	margin-top: 25%;
}

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

.chart1 {
	width: 1200px;
	height: 400px;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5);
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}

.show-grid {
	margin: 15px 0;
}

.huge {
	font-size: 40px;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green .panel-heading .panel-footer {
	border-color: #5cb85c;
	padding: 10px 15px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-green a {
	color: white;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: white;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: white;
}

.panel-yellow a:hover {
	color: #df8a13;
}

.heading {
	font-size: 14px;
	font-family: inherit;
}

.box1 {
	margin: 0 auto;
	width: 50%;
	align: center;
	padding-top: 10px;
	border-style: ridge;
	max-width: 40%;
	margin-top: 100px;
	margin-bottom: 50px;
	padding-left: 45px;
}

.sigin {
	font-size: 25px;
	font-family: "Helvetica Neue", monospace, sans-serif;
	line-height: 2.42857143;
	color: #333;
	padding-left: 120px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-weight: 600px;
}

.buttonalign {
	margin-right: 65px;
	margin-left: 15px;
}

.row1 {
	margin-top: 10%;
}

.loginerror {
	color: #a94442;
	border-color: #ebccd1;
	padding: 10px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: -20px;
	margin-right: 20px;
}

.page-header {
	margin: 5px 0 0;
}

.iconcolor1 {
	color: #000000;
}

.iconcolorForDropdown {
	color: #337ab7;
}

.no-margin {
	margin: 0;
}

.dropdown-submenu>a:after {
	display: block;
	float: left;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-right-color: #000000;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	content: " ";
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	margin-top: -6px;
	margin-top: 6px;
	margin-left: -10px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 10px 0 6px 6px;
	min-width: 200px;
}

	
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

*/

