/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans'), local('OpenSans'),
	url('../fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v13-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
	url('../fonts/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v13-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	url('../fonts/open-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v13-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Open Sans', serif !important;
}
h5{
	font-size: 16px;
}
.navbar-header>.navbar-toggle {
	background-color: #ededed;
}
.nav .open a:hover{
	color: #333;
}

/*.abc{
margin-top: 48px !important;
}*/

/*  .flexslider {
width: 200px;
height: 200px;
}*/

.course-content-button{
	background: #888;
	height: 25px;
	opacity: 0.5;
	padding: 0;
	//margin-bottom: 3px;
	cursor:pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.course-content-button:hover{
	background: #333;
}
.course-content-nav{
	display: none;
}

.panel-default > .panel-heading{
	font-weight: 600!important;
}
.form-group > label{
	font-weight: 500!important;
}
form div.required label.control-label:after {
	content:" * ";
	color:red;
}
th{
	font-weight: 600 !important;
}

.text-bold{font-weight: bold;}
.fa:hover{cursor: pointer;}
.removepadding{
	padding: 0 !important;
}
.no-margin{
	margin: 0 !important;
}
.pagination > li > a:hover{
	cursor: pointer;
}
.question_pagination ul > li:last-child > a, .question_pagination ul > li:last-child > span{
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.question_pagination ul > li:first-child > a, .question_pagination ul > li:first-child > span {
	border-bottom-left-radius: 0 !important;
	border-left-width: 0 !important;
	border-top-left-radius: 0 !important;
}
.question_pagination ul {
	padding: 20px 0 0 32px;
}
.answer-box{
	min-height: 150px;
}
.option_list{
	margin: 21px 0 0 15px;
	position: absolute;
}

.breadcrumb {
	display: inline-block;
	width: 100%;
	border-radius: 0px !important;
	/*margin-bottom: 10px !important;*/
}
.navbar {
	margin-bottom: 0px !important; 
}
.navbar-brand {
	padding: 8px 15px !important;
}

.customecontainer{
	padding: 0px 15px 0px 15px;
}
.login{
	background: #fff;
	/* border: 1px solid #bebebe; */
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	float: none;
	border-radius: 5px;
	padding: 0px 25px 15px;
	border: 0px solid #d8d8d8;
	padding-top: 10px;
}
.company_branding {
	text-align: center;
}
.box.box-primary {
	border-top-color: #3c8dbc;
}

.borderless{
	margin: 0;
}
.borderless > tbody > tr > td{
	border: none;
}

.box {
	position: relative;
	background: #ffffff;
	border: 1px solid #3c8dbc;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	padding-bottom: 0px !important;
}
.box-title {
	padding: 10px 0px 10px 10px;
	font-size: 18px; 
	color: #333 !important;
}

.boxview {
	position: relative;
	background: #ffffff;
	border-top: 1px solid #3c8dbc;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	padding-bottom: 0px !important;
}

/************* Course sorting *****************/

.nav-side-menu {
	overflow: auto;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	border-right: 1px solid #ddd;
	width: 100%;
	height: 100%;
	color: #333;
	/*width: 320px !important;*/
}
.cousechapterclick  ul{
	border-top: 1px solid #ddd;
}
.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
	border-left: 0px solid #d19b3d;

}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {

	background-color: #eee ;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	background-color: #fff;
	border: none;
	line-height: 28px;
	border-bottom: 0px solid #eaeaea;
	margin-left: 0px;
	/*padding-left: 25px;*/
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
	background-color: #eee;
}

.modulename{
	padding-left: 0px !important;
	line-height: 25px;
}

#parent_sortable .panel{
	border: 0px;
	box-shadow: none;
} 
#parent_sortable .cousechapterclick{

	border-bottom: 1px solid #ddd;
	box-shadow: none;
} 


.chapter {
	display: block;
	width: 100%;
	color: #333;
	border-color: #ddd;
	background-color: #fff;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	//border: 1px solid transparent;
	border-bottom: 1px solid #ddd;
}


.nav-side-menu ul .sub-menu li:before,
/*.nav-side-menu li .sub-menu li:before {
font-family: FontAwesome;
content: "\f105";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;

}*/
.child_sortable {
	padding-left: 0px !important
}
.nav-side-menu li {
	padding-left: 0px;
	border-left: 0px solid #2e353d;
	border-bottom: 1px solid #948d8d;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #e1ffff;
}
.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}


.mobout{
	padding: 0px;
/*padding: 0px;
position: fixed; 
height: 100%; 
border-right: 1px solid #948d8d;*/
}

@media (max-width: 800px) {
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #ffffff;
		color: #000;
		width: 40px;
		text-align: center;
	}
	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
}
@media (max-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
}

@media (max-width: 767px) {
	.mobout{
		position: relative !important;
	}
}
.progress-bar-success {
	background-color: #82d082;
}
.progress-bar {
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
}
.dropdown-menu {
	min-width: 160px !important;
}


.progress{background-color: #e9ecef !important;height: 22px;position:relative;border-radius: 15px; margin-bottom: 0px;}
.progress span {position:absolute;left:0;width:100%;text-align:center;z-index:2;
	color:#333;font-size: 13px;}

	.table-responsive .table tr{cursor: pointer;}
	/************************ End course sorting *********************/

	/*Custom Added CSS*/

	/*navbar modified*/
/*.navbar-nav{font-weight: bold;}
.nav > .active a{background-color: #f1f1f1;}


.box-body{padding:5px;}




.kv-grid-container > .table{
margin-bottom: 0px !important;
}
.kv-grid-container > .table-bordered{
border: 0px !important;
}*/
/* cme list css end */


.lileft{
	border-left: 2px solid #ddd !important;
	margin-left: 11px !important;
}
.connectedSortable {
	border-top: 1px solid #ddd;
	
}
.icon-bar{
	background-color: #000;
}

.doc-circle{
	color:#ddd;
	padding-left: 0px !important;
	margin-left: -12px;
	font-size: 10px;
}
.sub-menu{
	background: #fff;
}
/* card view css for my courses*/
/*.card_view_title{
font-weight:600;
font-size:14px;
}*/
.card_view_progress_bar
{
	border: 1px solid #82d082;
	/*border-radius: 5px;*/
	background: white;
	position:relative;

}
.panel-footer {
	padding: 3px 15px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f4f7fd));
   	background: -moz-linear-gradient(top, #f1f1f3, #e8e9ed);
   	box-shadow: inset 0px 1px 1px #ffffff;
}
.panel-body {
	padding: 10px !important;
}
.panel-heading {
	padding: 10px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f4f7fd));
    background: -moz-linear-gradient(top, #f1f1f3, #e8e9ed);
    box-shadow: inset 0px 1px 1px #ffffff;
}
.inline
{
	display: inline-block; 
}
.progress-bar {
	line-height:21px !important;
}
.below_progress a {
	color: #0275d8 !important;
}
/*.badge
{
	background-color: #5cb85c !important;
}*/
.badge {
    display: inline-block;
    padding: .25em .4em;
/*    font-size: 75%;*/
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success
{
	color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.query-card{
	background-color: bisque;border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;    box-sizing: border-box;;
}
.query-panel
{
	    border-color: #ddd !important;
   /* border-top-color: #3c8dbc !important;*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
    border-radius: 3px !important;
}
.badge-new {
    font-weight: 600 !important;
}
.fontstyle
{
    color: black !important;
}
.panel-success > .panel-heading {
    font-weight: 600!important;
    color: #333 !important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    }

.alert-warning {
    color: #444;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.listdocclick{
	cursor: pointer;
}

.clickabletd{
	display: block;
    background-color: transparent;
    color: #337ac6;
    font-weight: 600;
    font-size: 100%;
    text-align: center;
}

.document_content{
	margin-bottom: 30px;
}

/* report.css */

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}

@media only screen and (min-width: 1500px) {
    .table-responsive {
		    min-height: .01%;
		    overflow-x: hidden !important;
		}
}
#report > div > div > div.panel-heading{ display:none !important; }

.kv-merged-header {border-bottom:none !important;}
.preth > .panel-heading {
	border-bottom: none;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f4f7fd));
   background: -moz-linear-gradient(top, #f1f1f3, #e8e9ed);
   box-shadow: inset 0px 1px 1px #ffffff;
	border-color: #ddd;}
.preth{padding:0 !important;}
.report > .panel-default > .panel-heading {display:none !important; }


/* end of report.css */

/* site.css */
html,
body {
    height: 100%;
}

.form-horizontal .form-group{
    margin-right:0;
    margin-left: 0;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.btn-primary {
    background-color: #0275d8;
    
}
.btn-primary:hover{
    background-color: #025aa5;
}

.btn-success{
	border: 1px solid #449d44;
}

.btn-default{
   background: #eff0f3;
   background: -moz-linear-gradient(top,#f7f8fa,#e7e9ec);
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f8fa),color-stop(100%,#e7e9ec));
   background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
   background: -o-linear-gradient(top,#f7f8fa,#e7e9ec);
   background: -ms-linear-gradient(top,#f7f8fa,#e7e9ec);
   background: linear-gradient(top,#f7f8fa,#e7e9ec);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa',endColorstr='#e7e9ec',GradientType=0);
   border: 1px solid #A2A6AC;
}

.btn-default:hover{
	background: #eff1f3;
}

.btn-xs{
	font-weight: 600 !important
}

.btn-info {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.text-sitemap{
	color: #17a2b8 !important;
}
/* end of site.css */


.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*forum start css*/

.viewreplies{
    cursor: pointer;
}
.commentbox {
    background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}

.commentbox form textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    float: left;
    font-size: 14px;
    height: 142px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize:vertical;
    outline:none;
    border: 1px solid #F2F2F2;
}

.forum ul,.forum-comment ul{
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.forum .post-comments, .forum-comment .post-comments{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*background: #f1f1f1;*/
    color: #444;
    position: relative;
}

.forum .meta,.forum-comment .meta {
    font-size: 13px;
    color: #555;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ddd;
}

.forum ul.comments ul,.forum-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
}
.commentbox form button{
	margin: 10px 0 !important;	
}
.forum-actions{
	font-size: 14px;
}
.forum-comment-loader{
	text-align: center;
	font-size: 24px;
	color: #337ab7;
}
.forum-description{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.forum:hover{
	cursor: pointer;
}
/*forum end css*/
.viewcoursebtn{
	margin-right: 5px;
}
.reply-delete-form button{
	font-size: 14px;
	padding: 0;
}
.reply-delete-form{
	position: absolute;
	right: 30px;
	top: 10px;
}
#rangeTable{
  width: 100% !important;
  color: #fff;
}

#rangeTable{
  width: 100% !important;
  color: #fff;
}
#rangeTable .content-wrap{ position: relative; padding: 5px 0; }
#rangeTable .lable-wrap{text-align: right;margin-right: 20px}
#rangeTable .remove { position: absolute;top: 0;right: 0; }
#addColumn { font-size: 30px;margin-top: 20%;}
#rangeTable p{ margin: 0;  }
#rangeTable input{ color: #000; display: none}

.label {
	font-weight: 600 !important;
}

.vertical-timeline-ico {
  font-size: 14px;
    color: #4a85e8;
    padding-top: 0px;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    margin-left:5px;
}
.verticle-line::before{
	content: '';
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 2px;
    background: #ccc;
}
.verticle-line{
	margin: 0 auto;
    position: relative;
    padding: 0;
}
.custom-warning{
	color: #333 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #ddd !important;
}
.btn-warning {
    color: #333;
    background-color: #ffc107;
    border-color: #d09f09;
}
.btn-warning:hover {
   background-color: #eab81a;
   border-color: #d6a60f;
}
.btn-sm{
	font-weight:600 !important;
}

.label-warning,.label-warning:hover {
    color: #333;
    background-color: #ec971f;
    border-color: #d58512;
}
.highcharts-pagination .pagination{
	margin-top: 0px;
}


.sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #f5f5f5; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  cursor: pointer;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}
.highcharts-pagination .pagination > li > a, .highcharts-pagination .pagination > li > span{

    padding: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.daterangepicker {
    padding: 0 !important;
    margin-top: 1px !important;
}
.daterangepicker .ranges {
    margin: 0 !important;
}
.daterangepicker .ranges li {
	color: #333 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important; 
}
.daterangepicker .ranges li.active {
    background: #a4a4a4 !important;
    border: 1px solid #a4a4a4 !important;
    color: #fff !important;
}
.daterangepicker .ranges li:hover {
    background: #dcd9d9 !important;
    border: 1px solid #a4a4a4;
    color: #333 !important;
}
.custom-checkbox[disabled] + span,.custom-radio[disabled] + span { 
  color: #b4b4b4 !important;
}

.panel-info > .panel-heading {
    color: #333;
    font-weight: 600;
}
b{
	font-weight: 600;
}
.btn-settings {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
}
.btn-count{
	display: block;
    color: #007bff;
    font-weight: 600 !important;
    font-size: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 3px;
    background-color: #fff;
}
.btn-count:hover{
	background: #ebebeb;
}
.btn-settings:hover{
	background: #ebebeb !important;
}
a{
	color:#007bff;
}

.kv-grid-table thead > tr:first-child{
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f4f7fd));
   background: -moz-linear-gradient(top, #f1f1f3, #e8e9ed);
   box-shadow: inset 0px 1px 1px #ffffff;
}

.table > thead > tr > th{
	border-bottom: 1px solid #ddd;
}

h3.panel-title{
	font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
}
.pointer{
	cursor: pointer;
}

.dropdown-menu .divider {
    margin: 4px 0 !important;
}

.filtermodalpadding{
	padding: 15px 0px 15px 0px !important;
}
.reporttitle{
	font-size: 14px;
	font-weight: 600;
}
.highcharts-credits{
    display: none !important
}
.nowrap{
	white-space: nowrap;
}

.tooltip-inner {
	max-width: 200px;
	padding: 5px 8px;
	color: #fff;
	text-align: center;
	background-color: #333;
	border-radius: 5px;
	font-family: 'Open Sans', serif;
	opacity: 1;
}
.tx-warning{
	color:#ff9800;
	font-size:12px;
	font-weight:600;
}
.tx-success{
	color:#10b759;
	font-size:12px;
	font-weight:600;
}
.tx-primary{
	color:#0168fa;
	font-size:12px;
	font-weight:600;
}
.tx-info{
	color:#00b8d4;
	font-size:12px;
	font-weight:600;
}
.tx-danger {
    color: #dc3545;
    font-size:12px;
    font-weight:600;
}
.kv-grid-toolbar{
	display: flex;
}
.kv-grid-toolbar > .customtoggle{
	margin-left:10px !important;
}
.growl-close{
	position: relative;
    top: -2px;
    right: -15px;
    color: inherit;
	float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 0.2;
}