/******************************************************************************
*   The following line of code will import the required CSS for the application *
*********************************************************************************/
/*Importing Fontawesome Files*/
@import url("../assets/font-awesome-4.6.3/css/font-awesome.min.css");
/*lineicons-gh-pages css*/

@import url("../assets/lineicons-gh-pages/styles.css");
/* Ion Icons */

@import url("../assets/ionicons-2.0.1/css/ionicons.css");
/* LineIcons */

@import url("../assets/lineicons-gh-pages/styles.css")
/*importing fonts from GoogleApis*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,200italic,400italic,300italic,600,600italic,700,700italic,900,900italic);
/***************************************************************************
*   Declaring the Universal CSS for the Beautification of Application       *
***************************************************************************/

* {
	outline: 0 !important;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}
body {
	font-weight: 300;
	letter-spacing: inherit;
	background: rgba(240,240,240,1) !important;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	padding-top: 50px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px rgba(0,0,0,0.1);
    border-style: dashed;
}
/*It is the Bg color when you select the Hypertext in the application.*/
::selection {
	background: #ff5e99;
	color: #FFFFFF;
	text-shadow: 0;
}
::-moz-selection {
	background: #ff5e99;
	color: #FFFFFF;
}
/*Anchor Tag Decoration*/

a,
a:hover,
a:focus {
	text-decoration: none;
}
/*Letter spaceing in the charts*/

rect,
canvas,
svg,
#live-chart {
	letter-spacing: 0em;
	font-size: inherit !important;
}
/*FullWidth*/
.full-width-box{
	width: 100%;
	z-index: 1;
}
/* Panel Settings */
.panel-settings {
	right: 30px;

}
.panel-settings li a {
	padding: 8px 15px;
	font-size: 100%;

}
.panel-settings li.divider{
	margin: 0;

}
.panel-settings a i{
	margin-left: 0;
	margin-right: 10px;

}
ul.dropdown-menu a.full-width:after {
	content: "";
}
ul.dropdown-menu a.full-width {
	position: relative;
	border-radius: 0;
	height: inherit;
	left: 0;
	width: inherit;
}
.ct-label {
	font-size: 2.75rem;
	fill: rgba(0,0,0,.8);
    color: rgba(0,0,0,.8);
}
.nm {
	margin: 0;
}
.np {
	padding: 0;
}
.table>thead>tr>th {
	border: 0;
}
.input-group-addon {
	background: transparent;
}
table {
	line-height: initial;
}
/*FullWidth*/
.full-width{
	position: absolute;    
    text-align: center;
    top: 2px;
    right: 2px;
    line-height: 23px;
    padding: 1px 7px 1px 10px;
}
/*Slim Scroll Error*/
.notification .slimScrollBar {
	margin-top: 3.1em;
}
 /*--# Slim Scroll error ends*/
 .full-width{
 	display: inline-block;
 }
.full-width:after{
	font-family: FontAwesome;
	content: "\f07e";
	color: #252525;
	-webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}
/*Table Responsive issue*/

.table-responsive {
	border: 1px solid transparent;
}
/*Label font weight and spacing*/

label {
	font-weight: 300;
	letter-spacing: 0.03em;
}
/*It is for the BG Color, when an autofill is filled */

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgb(255, 255, 255);
	background-image: none;
	color: rgb(0, 0, 0);
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.input-group-addon {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
/*Fixed Header table in advance data tables */
table.dataTable.fixedHeader-floating{
	top: 50px;
}
/*Button responsive Issue*/

.form-control.form-control[readonly] {
	background: transparent;
}
table .progress {
	margin: 0;
}
.btn,
.btn-group {
	margin: 5px 0;
	letter-spacing: 0.1em;
}

.btn-group-vertical .btn,
.form-group .btn,
.input-group .btn,
.btn-group .btn {
	margin: 0;
	border-radius: 0;
}
/*For Input type checkbox and radio and buttoin issue*/
input[type="button"],input[type="checkbox"],input[type="radio"], input[type="button"]:focus,input[type="checkbox"]:focus,input[type="radio"]:focus{
	outline: 0em solid rgba(50, 50, 50, 0);
	outline: 0em solid rgba(50, 50, 50, 0);
	outline-offset: 0px;
}
/*Buttons CSS overwrite of bootstrap*/

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .btn:focus,
input:focus,
.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 {
	outline: 0.05em solid rgba(50, 50, 50, 0.5);
	outline: 0.05em solid rgba(50, 50, 50, 0.5);
	outline-offset: -1px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.btn.btn-info {
	background: rgba(91, 202, 255, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 1);
}
.btn.btn-danger {
	background: rgba( 255, 76, 64, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 1);
}
.btn.btn-success {
	background: rgba(76, 217, 100, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 1);
}
.btn.btn-warning {
	background: rgba(249, 158, 30, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 1);
}
.btn.btn-primary {
	background: rgba(52, 172, 220, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 1);
}
.btn.btn-default {
	background: rgba(255, 255, 255, 1);
	border-color: rgba(200, 200, 200, 1);
	color: rgba(112, 114, 113, 1);
}
.btn.btn-inverse {
	background: rgba(112, 114, 113, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 0.9);
}
/*Bootstrap Button Hover*/

.btn.btn-info:hover {
	background: rgba(91, 202, 255, 0.8);
	border-color: transparent;
	color: white;
}
.btn.btn-danger:hover {
	background: rgba(255, 76, 64, 0.8);
	border-color: transparent;
	color: white;
}
.btn.btn-success:hover {
	background: rgba(76, 217, 100, 0.8);
	border-color: transparent;
	color: white;
}
.btn.btn-warning:hover {
	background: rgba(249, 158, 30, 0.8);
	border-color: transparent;
	color: white;
}
.btn.btn-primary:hover {
	background: rgba(52, 172, 220, 0.8);
	border-color: transparent;
	color: white;
}
.btn.btn-default:hover {
	background: rgba(255, 255, 255, 1);
	border-color: rgba(190, 190, 190, 1);
}
.btn.btn-inverse:hover {
	background: rgba(112, 114, 113, 0.8);
	border-color: transparent;
	color: rgba(255, 255, 255, 0.9);
	color: white;
}
/*Bootstrap Button Focus*/

.btn.btn-info:focus {
	background: rgba(91, 202, 255, 1);
	border-color: transparent;
}
.btn.btn-danger:focus {
	background: rgba( 255, 76, 64, 1);
	border-color: transparent;
}
.btn.btn-success:focus {
	background: rgba(76, 217, 100, 1);
	border-color: transparent;
}
.btn.btn-warning:focus {
	background: rgba(249, 158, 30, 1);
	border-color: transparent;
}
.btn.btn-primary:focus {
	background: rgba(52, 172, 220, 1);
	border-color: transparent;
}
.btn.btn-default:focus {
	background: rgba(255, 255, 255, 1);
	border-color: rgba(200, 200, 200, 1);
}
.btn.btn-inverse:focus {
	background: rgba(112, 114, 113, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 0.9);
}
/*Button Hover on .active*/

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	border-color: transparent;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	border-color: transparent;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	border-color: transparent;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	border-color: transparent;
}
.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,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	border-color: rgba(200, 200, 200, 1);
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	border-color: transparent;
}
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.dropdown-toggle.btn-inverse.focus,
.open>.dropdown-toggle.btn-inverse:focus,
.open>.dropdown-toggle.btn-inverse:hover {
	border-color: transparent;
	color: rgba(255, 255, 255, 1);
}
/*Round Button*/

.btn-inverse.btn-outline {
	border: 1px solid rgba(84, 87, 90, 1);
	background: transparent;
	color: rgba(84, 87, 90, 1);
}
.btn-info.btn-outline {
	border: 1px solid rgba(91, 202, 255, 1);
	background: transparent;
	color: rgba(91, 202, 255, 1);
}
.btn-primary.btn-outline {
	border: 1px solid rgba(52, 172, 220, 1);
	background: transparent;
	color: rgba(52, 172, 220, 1);
}
.btn-success.btn-outline {
	border: 1px solid rgba(76, 217, 100, 1);
	background: transparent;
	color: rgba(76, 217, 100, 1);
}
.btn-warning.btn-outline {
	border: 1px solid rgba(249, 158, 30, 1);
	background: transparent;
	color: rgba(249, 158, 30, 1);
}
.btn-danger.btn-outline {
	border: 1px solid rgba(255, 76, 64, 1);
	background: transparent;
	color: rgba(255, 76, 64, 1);
}
/*remove this button sravani, it is not correct*/

.round .btn-rounded {
	border-radius: 60px !important;
}
/*btn-circle*/
/*It is wrong sravani never fix the widths */

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 100% !important;
	text-align: center;
	font-size: 12px
	line-height: 1.428571429;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px !important;
	font-size: 18px;
	line-height: 1.33;
}
.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	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;
}
/*../Buttons Ends Here*/
/*Labels Errors for input errors Starts Here*/

label.error {
	position: relative;
    top: -30px;
    color: red;
    font-weight: 300;
    letter-spacing: 0.1em;
    right: 1em;
    font-size: smaller;
    line-height: 1.5em;
    float: right;
}
/*Inputs*/

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .form-control-feedback,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: rgba(76, 217, 100, 1);
}
.has-success .input-group-addon {
	color: rgba(76, 217, 100, 1);
	border-color: rgba(76, 217, 100, 1);
}
.has-success .form-control {
	border-color: rgba(76, 217, 100, 1);
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: rgba(249, 158, 30, 1);
}
.has-warning .form-control {
	border-color: rgba(249, 158, 30, 1);
}
.has-info .checkbox,
.has-info .checkbox-inline,
.has-info .form-control-feedback,
.has-info .control-label,
.has-info .help-block,
.has-info .radio,
.has-info .radio-inline,
.has-info.checkbox label,
.has-info.checkbox-inline label,
.has-info.radio label,
.has-info.radio-inline label {
	color: rgba(91, 202, 255, 1);
}
.has-info .form-control {
	border-color: rgba(91, 202, 255, 1);
}
.has-danger .checkbox,
.has-danger .checkbox-inline,
.has-danger .form-control-feedback,
.has-danger .control-label,
.has-danger .help-block,
.has-danger .radio,
.has-danger .radio-inline,
.has-danger.checkbox label,
.has-danger.checkbox-inline label,
.has-danger.radio label,
.has-danger.radio-inline label {
	color: rgba( 255, 76, 64, 1);
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .form-control-feedback,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: rgba( 255, 76, 64, 1);
}
.has-error .form-control {
	border-color: rgba( 255, 76, 64, 1);
}
.has-primary .form-control {
	border-color: rgba(52, 172, 220, 1);
}
/*../Labels Errors for input errors Ends Here*/
/*Inputs with hover*/

.has-success .form-control:focus {
	border-color: rgba(76, 217, 100, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(76, 217, 100, 0.05), 0 0 6px rgba(76, 217, 100, 0.5);
	box-shadow: inset 0 1px 1px rgba(76, 217, 100, 0.7), 0 0 6px rgba(76, 217, 100, 0.5);
}
.has-warning .form-control:focus {
	border-color: rgba(249, 158, 30, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(249, 158, 30, 0.05), 0 0 6px rgba(249, 158, 30, 0.5);
	box-shadow: inset 0 1px 1px rgba(249, 158, 30, 0.7), 0 0 6px rgba(249, 158, 30, 0.5);
}
.has-error .form-control:focus {
	border-color: rgba(255, 145, 150, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 145, 150, 0.05), 0 0 6px rgba(255, 145, 150, 0.5);
	box-shadow: inset 0 1px 1px rgba(255, 145, 150, 0.7), 0 0 6px rgba(255, 145, 150, 0.5);
}
/*Input with Hover ends here*/
/*Icons as Backgrounds*/

.icon-bg {
	/* First call 'icon-bg' class */
	
	overflow: hidden;
}
.icon-bg .icon {
	/* Second call 'icon' Class */
	
	position: absolute;
	z-index: 0;
	/* font-size: 8em;*/
	opacity: 0.2;
	top: -30px;
	left: -30px;
	z-index: 1;
	/* Safari */
	
	-webkit-transform: rotate(25deg);
	/* Firefox */
	
	-moz-transform: rotate(25deg);
	/* IE */
	
	-ms-transform: rotate(25deg);
	/* Opera */
	
	-o-transform: rotate(25deg);
	/* Internet Explorer */
	
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* Top Navbar*/
/*Navbar*/
.navbar-nav>li>a .icon {
	/* font-size: 22px;*/
}
.navbar-default {
	background-color: #3a3f51;
	border-color: #32374a;
}
a.navbar-brand {
	background: #32374a  url(../images/logo.png) no-repeat center;
	background-size: 150px 48px;
	border-right: 1px solid #000;
	width: 220px;
}
a.navbar-brand img {
	height: 40px;
	text-align: center;
	margin: -9px 3px;
}

a.navbar-brand b img {
	padding-left: 15px;
}
a.navbar-brand .csk-brand{
	display: none;
}

.toggled a.navbar-brand > img{
	display: none;
}
.toggled a.navbar-brand .csk-brand{
	display: block;
}
.navbar-header {
	float: left;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-nav>li>a {
	line-height: 6px;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav>li>a {
	color: rgba(206,206,206,1);
	padding: 18px;
}
li.dropdown.user.user-menu a {
	padding: 5px;
}
li.dropdown.user.user-menu li a {
	padding: 5px 15px;
}
ul.dropdown-menu li a .sIcon {
	margin-right: 5px;
	color: #000;
}
ul.dropdown-menu li a {
	/* font-size: 1em;*/
	font-weight: 300;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #32374a;
}
/*Positioning the Navbar*/

.navbar-custom-menu,
.navbar-right {
	float: right;
}
.navbar-toggle {
	color: #fff;
	border: 0;
	margin: 0;
	padding: 15px 15px;
}
@media (max-width: 991px) {
	.navbar-custom-menu .navbar-nav > li {
		float: left;
	}
	.navbar-custom-menu .navbar-nav {
		margin: 0;
		float: left;
	}
	.navbar-custom-menu .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.main-header {
		position: relative;
	}
	.main-header .logo,
	.main-header .navbar {
		width: 100%;
		float: none;
	}
	.main-header .navbar {
		margin: 0;
	}
	.main-header .navbar-custom-menu {
		float: right;
	}
}
@media (max-width: 991px) {
	.navbar-collapse.pull-left {
		float: none;
	}
	.navbar-collapse.pull-left + .navbar-custom-menu {
		display: block;
		position: absolute;
		top: 0;
		right: 40px;
	}
}
.navbar-custom-menu span.label {
	top: 8px;
	position: absolute;
	right: 0px;
}

/*Main Navbar Settings Dropdown Starts Here*/
	.settingsmenu {
	    padding: 14px;
	    float: left;
	}
	.settingsmenu .dropdown {
	}

	.settingsmenu .dropdown ul.dropdown-menu {
	    border-radius: 4px;
	    box-shadow: none;
	    top: 34px;
	    width: 300px;
	    /* left: 275px; */
	    right: auto;
	}
	.settingsmenu .dropdown ul.dropdown-menu:before {
		content: "";
		border-bottom: 10px solid #fff;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		position: absolute;
		top: -10px;
		left: 5px;
	}

	.settingsmenu .fa-cog{
		color: #fff;
		font-size: 1.5em;
	}
	.settingsmenu ul li a:hover{
		color: tomato;
		background: #fff !important;
	}
	.groupicons img {
		width: 30px;
		height: 30px;
		float: left;
		margin: 2px;
		border: 1px dashed rgba(0,0,0,1);
		border-radius: 30px;
		padding-top: 2px;
	}
/*Main Navbar Settings Dropdown Ends Here*/

/*Messages Dropdown*/

.messages-menu .dropdown-menu {
	width: 300px;
}
.messages-menu .nav-tabs {
	border-bottom: 1px solid #ddd;
	background: #f1f3f5;
}
.messages-menu .nav-tabs>li {
	float: left;
	margin-bottom: 0;
}
.messages-menu .nav-tabs li {
	border-bottom: 3px solid transparent;
}
.messages-menu .nav-tabs li a {
	border: 0px;
	cursor: pointer;
	color: #53585d;
}
.messages-menu .nav-tabs>li.active>a,
.messages-menu .nav-tabs>li.active>a:focus,
.messages-menu .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: transparent;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
	cursor: pointer;
}
.messages-menu .nav-tabs>li a:hover {
	background: transparent;
	cursor: pointer;
}
.messages-menu .nav-tabs>li.active {
	border-bottom-color: #ff503e;
	color: #ff503e;
}
.messages-menu .nav-tabs>li.active a,
.messages-menu .nav-tabs>li.active a:hover {
	color: #ff503e;
	cursor: pointer;
}
.messages-menu .nav-tabs>li.icon {
	float: right;
}
.messages-menu .nav-tabs>li.icon a {
	padding: 12px 10px 8px 10px;
}
.messages-menu .messages .messages-img {
	width: 50px;
	border-radius: 50%;
	border: 1px solid #aaa;
	padding: 2px;
	float: left;
	margin: 6px 15px 0 10px;
}
.messages-menu .tab-pane ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.messages-menu .tab-pane ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.messages-menu .tab-pane ul li.messages h4 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	color: #444;
	padding-top: 10px;
}
.messages-menu .tab-pane ul li.messages small{
	color: #666;
}
.messages-menu .tab-pane ul li.messages small.time {
	position: relative;
	float: right;
	top: -35px;
	right: 10px;
	/* font-size: 11px;*/
	color: #444;
}
.dropdown-menu .footer {
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
	color: #666;
	padding: 15px;
	width: 100%;
	display: inline-block;
}

/*Notification Menu Starts Here */

.notification-dropdown ul {
	list-style: none;
	padding: 0;
}
.notification-dropdown ul li {
	line-height: 4;
	border-bottom: 1px solid rgba(50, 50, 50, 0.1)
}
.notification-dropdown ul li:hover {
	// background: #f5f5f5;
}
.notification-dropdown ul li:last-child {
	border-bottom: 0;
}
.notification-dropdown ul li a {
	font-size: 100%;
	color: rgba(0, 0, 0, 1);
	display: inline-block;
	width: 100%;
}
.notification-dropdown ul li a i {
	margin-right: 11px;
    font-size: 1.5em;
    color: rgb(46, 98, 138);
    display: block;
    float: left;
    line-height: 2.5em;
    border-right: 1px solid rgba(0,0,0,0.2);
    width: 45px;
    height: 56px;
    padding: 0;
    text-align: center;
}

.notification-dropdown .header {
	border-bottom: 1px solid #ddd;
	background: #f1f3f5;
	line-height: 2;
}
/*--# Notification menu ends here */
/*Notify Alert Starts here*/
/*notify*/

.notify {
	position: relative;
	margin-top: -5px;
}
.notify .ring {
	position: absolute;
	top: -20px;
	right: -16px;
	height: 25px;
	width: 25px;
	z-index: 10;
	border: 5px solid #ff5200;
	border-radius: 100%;
	-moz-animation: ring 1s ease-in;
	-moz-animation-iteration-count: infinite;
	-o-animation: ring 1s ease-in;
	-o-animation-iteration-count: infinite;
	-webkit-animation: ring 1s ease-in;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.notify .ring-point {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 100%;
	background-color: #ff5200;
	position: absolute;
	right: -6px;
	top: -10px;
}
@-moz-keyframes ring {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0.1);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.5);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.8);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes ring {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0.1);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.5);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.8);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
/*--# Notify alerts ends here*/
/*Navbar ends here*/
/*Metis menu starts here*/

.metismenu .fa.arrow:before {
	content: "\f104";
}
.metismenu .active>a>.fa.arrow:before {
	content: "\f107";
}
.metismenu li li:hover, .metismenu li li:hover a,.metismenu li li a:hover{
	background: rgba(0,0,0,0.5);
	color: white;
}
/***************************************************************************
*                           Sidebar CSS                                     *
***************************************************************************/

.sidebar {
	display: block;
	float: left;
	width: 250px;
}
.content {
	display: block;
	overflow: hidden;
	width: auto;
}
.sidebar-nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background-image: -webkit-linear-gradient(left, color-stop(#333333 10px), color-stop(#222222 10px));
	background-image: linear-gradient(to right, #333333 10px, #222222 10px);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=1);
}
.sidebar-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-nav>ul {
	margin-top: 6px;
}
.sidebar-nav a,
.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a:active {
	outline: none;
}
.sidebar-nav ul li,
.sidebar-nav ul a {
	display: block;
}
.metismenu li.active li a {
	background: #4682B4;
}
.sidebar-nav ul li li.active a {
	background: rgba(0,0,0,0.5);
}
.sidebar-nav ul li li {
	border-bottom: 1px solid rgba(255,254,255,0.05);
}
ul.metismenu li ul {
	border-left: 3px solid rgba(246,173,185,1);
}
.sidebar-nav ul a {
	padding: 10px 20px;
	color: #aaa;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.sidebar-nav ul a:hover,
.sidebar-nav ul a:focus,
.sidebar-nav ul a:active {
	color: #fff;
	text-decoration: none;
}
.sidebar-nav ul ul a {
	padding: 10px 30px;
	background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav ul ul a:hover,
.sidebar-nav ul ul a:focus,
.sidebar-nav ul ul a:active {
	background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav-item {
	padding-left: 5px;
}
.sidebar-nav-item-icon {
	padding-right: 5px;
}
#rtlh3 small {
	transform: rotateY(180deg);
	display: inline-block;
}
/* Toggle Styles */

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: hidden;
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
	// width: 220px;
}
#page-content-wrapper {
	width: 100%;
	padding: 20px;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}
/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px !important;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999999;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}
.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: #fff;
	background: none;
}
@media(min-width:768px) {
	#wrapper {
		padding-left: 220px;
	}
	#wrapper.toggled {
		padding-left: 52px;
	}
	#sidebar-wrapper {
		width: 220px;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 52px;
	}
	#page-content-wrapper {
		padding: 20px;
		position: relative;
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
		padding-left: 20px;
	}
}
/*Customized Sidebar CSS*/
/*Sidebar*/

.sidebar-nav {
	background:#2b506e;
}
.sidebar-nav ul li {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#sidebar-wrapper {
	background: #2b506e;
}
.sidebar-nav li {
	text-indent: 0px;
}
.sidebar-nav ul a {
	padding: 0 1em 0 0.3em;
	border: 0px;
}
.sidebar-nav ul ul a:hover,
.sidebar-nav ul ul a:focus,
.sidebar-nav ul ul a:active {
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: #32374a;
}
.metismenu li.active>a {
	background: rgba(0, 0, 0, 0.2);
}
.sidebar-nav ul ul a {
	padding: 0.2em 1em;
	background-color: #3a3f51;
}
.sidebar-nav ul a {
	border-top: 0px;
	box-shadow: none;
	text-shadow: none;
	padding-left: 1em;
}
.toggled .sidebar-nav ul ul a {
    padding: 0.2em 2.3em;
    -webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.sidebar-nav ul a span {
	color: rgba(206,206,206,1);
}
.sidebar-nav ul > li:hover > a span , .sidebar-nav ul > li > a:hover span , .sidebar-nav ul > li > a span:hover {
	color: rgba(255,255,255,1);
}
.metismenu .arrow {
	float: right;
	line-height: 2.7;
	margin-right: 5px;
}
#wrapper.toggled .metismenu li li a span {
	margin-left: -12px;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: margin;
	-o-transition-property: margin;
	transition-property: margin;
}
#wrapper.toggled .metismenu li li a .aText {
	opacity: 0;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
/*toggle Menu */

.sidebar-nav .ring {
    top: 2px;
    right: 13px;
    border-width: 4px;
    height: 30px;
    width: 30px;
}

#sidebar-wrapper span.fa,
#sidebar-wrapper span.glyphicon,
{
	padding-right: 15px;
	margin-left: 0px;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: margin, padding;
	-o-transition-property: margin, padding;
	transition-property: margin, padding;
	/* font-size: initial;*/
}
#sidebar-wrapper span.aText {
	opacity: 1;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.toggled #sidebar-wrapper span.aText {
    opacity: 0;
}
a#menu-toggle {
	color: white;
	font-size: 1.5em;
	padding: 0 5px 0 22px;
	float: left;
}
#menu-toggle i.fa.fa-bars {
	padding-top: 12px;
}
/*Fixing the Navbar after toggled*/

.navbar-header a {
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
}
.csk-brand {
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.toggled .navbar-brand{
	background: transparent;
}
.toggled .csk-brand {
	font-weight: 700;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.navbar-header.toggled a {
	width: 52px;
	/*padding: 15px 10px;*/
	font-weight: 700;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
}
.navbar-header.toggled a b {
	display: none;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: display;
	-o-transition-property: display;
	transition-property: display;
}
/*--# sidebar ends here*/

#info a {
	color: inherit;
}
/*
	Hack to remove background from Mobile Safari.
	Can't use it globally since it destroys checkboxes in Firefox and Opera
*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#toggle-all,
	#todo-list li .toggle {
		background: none;
	}
	#todo-list li .toggle {
		height: 40px;
	}
	#toggle-all {
		top: -56px;
		left: -15px;
		width: 65px;
		height: 41px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-appearance: none;
		appearance: none;
	}
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/

.dropdown-menu > li > a:hover {
	background-color: rgba(255, 55, 55, 0.6);
	color: #fff;
}
.dropdown-menu > .divider {
	background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
	width: 280px;
	padding: 0 0 0 0;
	margin: 0;
	top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
	position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	color: #444444;
	font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a , .dropdown-menu .footer a{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	color: #444;
	text-align: center;
}
@media (max-width: 991px) {
	.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
	.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
	.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
		background: #fff;
		color: #444;
	}
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
	text-decoration: none;
	font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
	max-height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
	display: block;
	white-space: nowrap;
	/* Prevent text from breaking */
	
	border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
	background: #f4f4f4;
	text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
	width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
	margin: 0;
	padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
	margin: auto 10px auto auto;
	width: 40px;
	height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
	padding: 0;
	margin: 0 0 0 45px;
	color: #444444;
	/* font-size: 15px;*/
	position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
	color: #999999;
	/* font-size: 10px;*/
	position: absolute;
	top: 0;
	right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
	margin: 0 0 0 45px;
	/* font-size: 12px;*/
	color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
	content: " ";
	display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
	clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
	padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
	/* font-size: 14px;*/
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
	padding: 0;
	margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dropdown-menu .header{
	background: #f1f3f5;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	height: 175px;
	padding: 10px;
	text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
	z-index: 5;
	height: 7em;
	width: 7em;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
	z-index: 5;
	color: #fff;
	color: rgba(112, 114, 113, 1);
	font-size: 1.5em;
	margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
	display: block;
	font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
	padding: 15px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
	content: " ";
	display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
	clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
	color: #444;
}
@media (max-width: 991px) {
	.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
		background: #fff;
		color: #444;
	}
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
	background-color: #f9f9f9;
	padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
	content: " ";
	display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
	clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
	color: #666666;
}
@media (max-width: 991px) {
	.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
		background-color: #f9f9f9;
	}
}
.navbar-nav > .user-menu .user-image {
	width: 37px;
	height: auto;
	border-radius: 100%;
	border: 1px solid #000;
	padding: 0.3em;
	background: #252525;
}
@media (max-width: 767px) {
	.navbar-nav > .user-menu .user-image {
		float: none;
		margin-right: 0;
		margin-top: -8px;
		line-height: 10px;
	}
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/

.open:not(.dropup) > .animated-dropdown-menu {
	backface-visibility: visible;
	-webkit-animation: flipInX 0.7s both;
	-o-animation: flipInX 0.7s both;
	animation: flipInX 0.7s both;
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
	}
}
/* Fix dropdown menu in navbars */

.navbar-custom-menu > .navbar-nav > li {
	position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
}
@media (max-width: 991px) {
	.navbar-custom-menu > .navbar-nav {
		float: right;
	}
	.navbar-custom-menu > .navbar-nav > li {
		position: static;
	}
	.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
		position: absolute;
		right: 5%;
		left: auto;
		border: 1px solid #ddd;
		background: #fff;
	}
}
/***************************************************************************
*           Styling Code for the Beautification of CSK Application          *
***************************************************************************/
/*Breadcrumb Starts Here*/

.csk-breadcrumb {
	background: #fff;
	border-bottom: 1px solid #f9f9f9;
	margin: -20px;
	margin-bottom: 20px;
	padding-top: 1em;
}
.csk-breadcrumb .page-title {
	font-weight: 500;
	color: rgba( 255, 76, 64, 1);
}
.csk-breadcrumb .breadcrumb {
	background: transparent;
	float: right;
}
.csk-breadcrumb .breadcrumb li:last-child a {
	color: rgba( 255, 76, 64, 1);
}
.csk-breadcrumb .breadcrumb li a {
	color: rgba(52, 172, 220, 1);
	/* font-size: medium;*/
}
.csk-breadcrumb .breadcrumb>li+li:before {
	padding: 0 10px;
	color: rgba(91, 202, 255, 1);
	/* font-size: initial;*/
	content: "/\00a0";
}
/*--#Breadcrumb ends here*/
/*Overwritting the Bootstrap Predefiend Classes */
/*Google Panels*/

.google-panel .panel .nav-tabs li a {
	color: rgba(255, 255, 255, 1);
	font-weight: 300;
	letter-spacing: 0.01em;
}
.google-panel .panel-inverse .nav-tabs {
	background: rgba(80, 80, 80, 1);
}
.google-panel .panel-inverse .nav-tabs li.active a {
	background: rgba(80, 80, 80, 1);
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.google-panel .panel-default .nav-tabs {
	background-color: rgba(245, 245, 245, 1);
}
.google-panel .panel-success .nav-tabs {
	background: rgba(46, 204, 73, 1);
}
.google-panel .panel-danger .nav-tabs {
	background: rgba(241, 64, 52, 1);
}
.google-panel .panel-warning .nav-tabs {
	background: rgba(239, 148, 20, 1);
}
.google-panel .panel-info .nav-tabs {
	background: rgba(66, 186, 243, 1);
}
.google-panel .panel-primary .nav-tabs {
	background: rgba(26, 153, 204, 1);
}
.google-panel .panel-default .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-inverse .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-success .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-danger .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-warning .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-info .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-primary .nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}
.google-panel .panel-default .nav-tabs>li.active>a,
.google-panel .panel-default .nav-tabs>li.active>a:focus,
.google-panel .panel-default .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.google-panel .panel-inverse .nav-tabs>li.active>a,
.google-panel .panel-inverse .nav-tabs>li.active>a:focus,
.google-panel .panel-inverse .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: rgba(80, 80, 80, 1);
	font-weight: bold;
}
.google-panel .panel-success .nav-tabs>li.active>a,
.google-panel .panel-success .nav-tabs>li.active>a:focus,
.google-panel .panel-success .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.google-panel .panel-danger .nav-tabs>li.active>a,
.google-panel .panel-danger .nav-tabs>li.active>a:focus,
.google-panel .panel-danger .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.google-panel .panel-warning .nav-tabs>li.active>a,
.google-panel .panel-warning .nav-tabs>li.active>a:focus,
.google-panel .panel-warning .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.google-panel .panel-info .nav-tabs>li.active>a,
.google-panel .panel-info .nav-tabs>li.active>a:focus,
.google-panel .panel-info .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.google-panel .panel-primary .nav-tabs>li.active>a,
.google-panel .panel-primary .nav-tabs>li.active>a:focus,
.google-panel .panel-primary .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
/*--#Google Panel Ends here*/
/*Dabba starts here*/

.dabba {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba:hover {
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 8px 15px rgba(0, 0, 0, 0.1);
}
.dabba-heading {
	padding: 1px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba-heading .dabba-title {
	color: white;
	margin: 0;
}
.dabba-title {
	margin-top: 1px;
}
.dabba-body {
	padding: 5px;
}
.dabba-body small {
	/* font-size: 13px;*/
	color: #767676;
	font-weight: 300;
}
.dabba-footer {
	padding: 10px 15px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.dabba .dabba-info {
	background: rgba(91, 202, 255, 1);
	border-color: transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba .dabba-danger {
	background: rgba(98, 9, 54, 1);
	border-color: transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba .dabba-success {
	background: rgba(47, 128, 45, 1);
	border-color: transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba .dabba-warning {
	background: rgba(128, 83, 45, 1);
	border-color: transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba .dabba-primary {
	background: rgba(45, 89, 128, 1);
	border-color: transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba .dabba-default {
	background: rgba(255, 255, 255, 1);
	border-color: transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba .dabba-inverse {
	background: rgba(112, 114, 113, 1);
	border-color: transparent;
	color: rgba(255, 255, 255, 0.9);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-info .dabba-heading {
	background: rgba(91, 202, 255, 1);
	/*background-image: url(../images/dabba/info.png);
	background-repeat: repeat;
	border-color: transparent;
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-danger .dabba-heading {
	background: rgba(98, 9, 54, 1);
	/*background-image: url(../images/dabba/danger.png);
	background-repeat: repeat;
	border-color: transparent;
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-success .dabba-heading {
	background: rgba(47, 128, 45, 1);
	/*background-image: url(../images/dabba/success.png);
	background-repeat: repeat;
	border-color: transparent;
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-warning .dabba-heading {
	background: rgba(128, 83, 45, 1);
	/*background-image: url(../images/dabba/warning.png);
	background-repeat: repeat;
	border-color: transparent;
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-primary .dabba-heading {
	background: rgba(45, 89, 128, 1);
	/*background-image: url(../images/dabba/primary.png);
	background-repeat: repeat;
	border-color: transparent;
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-default .dabba-heading {
	background: rgba(255, 255, 255, 1);
	/*background-image: url(../images/dabba/default.png);
	background-repeat: repeat;
	border-color: transparent;
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-inverse .dabba-heading {
	background: rgba(112, 114, 113, 1);
	/*background-image: url(../images/dabba/default.png);
	background-repeat: repeat;
	border-color: transparent;
	color: rgba(255, 255, 255, 0.9);
	background-size: 12em;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.dabba.dabba-info:hover .dabba-heading,
.dabba.dabba-danger:hover .dabba-heading,
.dabba.dabba-success:hover .dabba-heading,
.dabba.dabba-warning:hover .dabba-heading,
.dabba.dabba-primary:hover .dabba-heading,
.dabba.dabba-default:hover .dabba-heading,
.dabba.dabba-inverse:hover .dabba-heading {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
/*--# Dabba ends here*/

/*New Update Starts here*/

.new-update {
	position: relative;
	margin-top: -5px;
	overflow: hidden;
}
.new-update .ring {
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 5px solid #ff5200;
	background-color: #ff5200;
	-moz-animation: ring 1s ease-in;
	-moz-animation-iteration-count: infinite;
	-o-animation: ring 1s ease-in;
	-o-animation-iteration-count: infinite;
	-webkit-animation: ring 1s ease-in;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.new-update .ring:after {
	content: 'New Sale';
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 3em;
	line-height: 100%;
	display: inline-block;
	height: 100%;
	margin-top: 30%;
	width: 100%;
}
.new-update .ring-point {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background-color: #ff5200;
	position: absolute;
	right: -6px;
	top: -10px;
}
@-moz-keyframes ring {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0.1);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.5);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.8);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes ring {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0.1);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.5);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.8);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
/*--# New update ends here */
/*Quick Mail starts here */

.mail-box.panel {
	padding: 0;
	border: 0;
}
.quick-mail .panel-body {
	padding: 0;
}
.quick-mail .input-text {
	margin-top: 10px;
}
.quick-mail .panel-footer {
	background: transparent;
	border: 0;
}
.token {
	background: #00be98;
	border: 0;
	color: white;
	font-weight: 100;
	letter-spacing: 0.1em;
	border-radius: 10px;
}
.tokenfield .token .close {
	color: white;
	opacity: 1;
	text-shadow: 0 0px 0 #fff;
	font-weight: 100;
}
.quick-mail input.form-control:focus {
	outline: 0.05em solid rgba(50, 50, 50, 0);
	outline: 0.05em solid rgba(50, 50, 50, 0);
	outline-offset: -1px;
}
.quick-mail .input-group-addon:first-child,
.quick-mail .form-control {
	border-right: 0;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	-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;
	line-height: 0;
}
.quick-mail .form-control.focus {
	border-color: ;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.quick-mail .attach,
.quick-mail .trash {
	font-size: 2em;
	cursor: pointer;
	padding: 2px 10px;
}
.tokenfield .token, .quick-mail .tokenfield .token{
	background: rgba( 255, 76, 64, 1);
	border: 0;
	border-radius: 0;
}
.quick-mail .tokenfield .token .token-label {
	display: inline-block;
	text-overflow: ellipsis;
	padding-left: 4px;
	vertical-align: top;
	/* font-size: 14px;*/
	color: white;
	opacity: 1;
	padding: 10px 0 10px 10px;
}
.quick-mail .token {
	background: #00be98;
	border: 0;
	color: white;
	font-weight: 100;
	letter-spacing: 0.1em;
	border-radius: 10px;
	width: initial;
	padding: 0.1em 0.8em;
	display: inline-block;
}
.quick-mail .close {
	float: right;
	/* font-size: 21px;*/
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	margin-left: 8px;
}
.wysiwyg-editor {
	display: block;
	width: 100%;
	margin: auto 0;
	margin-top: -15px;
}
.wysiwyg-controls {
	display: block;
	width: 100%;
	height: 35px;
	border: 0px;
	border-bottom: 1px solid #000;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	background: #fff;
}
.wysiwyg-controls a {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: top;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	color: rgba(112, 114, 113, 1);
}
.wysiwyg-controls [data-role="bold"] {
	font-weight: bold;
}
.wysiwyg-controls [data-role="italic"] {
	font-style: italic;
}
.wysiwyg-controls [data-role="underline"] {
	text-decoration: underline;
}
ul.wysihtml5-toolbar {
	margin: 0;
	padding: 12px 12px 6px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0;
	width: 100%;
	margin: 0 0 -5px;
}
ul.wysihtml5-toolbar li {
	float: left;
	margin-bottom: 5px;
}
ul.wysihtml5-toolbar li a {
	background: transparent;
}
.wysihtml5-sandbox {
	height: 300px;
	border-color: rgba(0, 0, 0, 0.1);
	width: 100%;
}
.compose-box .form-group span {
	background: transparent;
	border-color: rgba(0, 0, 0, 0.1);
}
[class^="menu"],
[class^="menu"]:before,
[class^="menu"]:after {
	position: relative;
	top: 48%;
	display: block;
	width: 65%;
	height: 2px;
	margin: 0 auto;
	background: rgba(112, 114, 113, 1);
}
[class^="menu"]:before {
	content: '';
	top: -5px;
	width: 80%;
}
[class^="menu"]:after {
	content: '';
	top: 3px;
	width: 80%;
}
.menu-left:before,
.menu-left:after {
	margin-right: 4px;
}
.menu-right:before,
.menu-right:after {
	margin-left: 4px;
}
.bootstrap-wysihtml5-insert-image-modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
}
.wysiwyg-content {
	max-width: 100%;
	width: 100%;
	height: auto;
	resize: both;
	overflow: auto;
	font-family: Helvetica, sans-serif;
	/* font-size: 16px;*/
	border: 0px solid #C2CACF;
	border-top: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	background: #fff;
	min-height: 180px;
	font-weight: 100;
	letter-spacing: 0.05em;
	padding: 20px;
}
.wysiwyg-content:focus {
	outline: 0;
}
/*Compose mail box issue*/
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu{
	right: initial;
	left: 0;
}
.note-btn-group.btn-group.open .dropdown-menu li:first-child a:before {
	content: "Paragraph - ";
	float: left;
}
.note-editor.note-frame {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.note-editor.note-frame .note-editing-area {
	overflow: hidden;
	min-height: 250px;
	padding-top: 20px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
	display: none;
}
.note-popover .popover-content, .panel-heading.note-toolbar {
	padding: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
input#tf1-tokenfield {
	width: 100% !important;
	height: 34px;
	top: -6px;
	position: relative;
	left: -12px;
	margin-bottom: -6px;
	padding: 6px;
	border: 0;
	outline: 0;
}
.tokenfield.focus {
	border-color: rgba(112, 114, 113, 0.4);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(112, 114, 113, .0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(112, 114, 113, .0);
}
/*--# Quick Mail ends here*/

/*Chartist CSS*/

span.ct-label {
	font-size: smaller;
	font-weight: 500;
}
/*Forms*/

/*Form-ui CSS Start Here*/
.form-group .radio .block input{
	display: block;
}
.input-group.bootstrap-touchspin input {
	margin-left: -1px;
	border-right: 0;
	width: 101%;
	z-index: inherit;
}
.ms-container .custom-header {
	text-align: center;
	padding: 3px;
	background: #777;
	color: #fff;
}
.form-group .radio input,
.form-group .checkbox input {
	width: auto;
}
.form-group .checkbox input {
	margin: 0 auto;
}
.form-group .checkbox input {
	margin: 0 auto;
	margin-top: 5px;
}
/*.form-group input,
form input {
	width: 100%;
	padding: 7px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
	-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;
}*/
.form-control:focus {
	border-color: rgba(112, 114, 113, 0.4);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(112, 114, 113, .0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(112, 114, 113, .0);
}
button[disabled],
html input[disabled] {
	cursor: not-allowed;
}
form .input-icon {
	position: relative;
}
form .input-icon [class*=fa-],
form .input-icon [class^=fa-],
form .input-icon [class*=" glyphicon-"],
form .input-icon [class^=glyphicon-] {
	display: block;
	position: absolute;
	margin: 11px 2px 4px 10px;
	width: 16px;
	min-width: 16px;
	height: 16px;
	/* font-size: 16px;*/
}
form .input-icon input {
	padding-left: 33px!important;
}
form .input-icon.right:hover {
	border-color: rgba(0, 0, 0, 0.5);
}
form .input-icon.right [class*=fa-],
form [class^=fa-] {
	right: 8px;
	float: right;
}
form .input-icon.right input {
	padding-left: 12px!important;
	padding-right: 33px!important;
}
.radio-group .radio {
	float: left;
	width: auto;
	min-width: 150px;
	max-width: 32%;
	margin-top: 10px;
}
input.name-on-card {
	width: 100%;
}
.selection select {
	padding: 10px 10px 10px 5px;
	width: 150px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.debitcard .expiry {
	padding-top: 10px;
	right: 0;
}
.oblique {
	margin-top: 5px;
}
.jumbotron {
	background: #358CCE;
	color: #FFF;
	border-radius: 0px;
}
.jumbotron-sm {
	padding-top: 24px;
	padding-bottom: 24px;
}
.jumbotron small {
	color: #FFF;
}
.h1 small {
	/* font-size: 24px;*/
}
/*Radio button CSS*/

.btn-group .active {
	background: rgba(52, 172, 220, 1);
}
.disable .active {
	background: rgba(249, 158, 30, 1);
}
.success .active {
	background: rgba(150, 220, 120, 1);
}
.danger .active {
	background: rgba( 255, 76, 64, 1);
}
.info .active {
	background: rgba(91, 202, 255, 1);
}
/*--# form-ui.css Ends here*/
/*Creative form starts here*/

.lead-big {
	font-size: 28px;
	line-height: 48px;
	color: #999;
	text-align: center;
}
.creative-form input,
.creative-form textarea,
.creative-form select {
	max-width: 235px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background-color: white;
	border: none;
	border-bottom: 1px dotted;
	vertical-align: text-bottom;
	cursor: pointer;
}
.creative-form .form-group label {
	position: relative;
}
.creative-form .form-group label > span {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 12px;
	color: #bdc3c7;
	opacity: 1;
}
/*--/# Creative form ends here */
/*Dropdown Select Starts Here*/

.dropdown-select li a {
	padding: 0.3em;
}
ul.dropdown-menu.dropdown-select li {
	float: left;
	width: 45%;
	margin: 2%;
}
ul.dropdown-menu.dropdown-select {
	width: 300px;
}
/* --#Dropdown Select Ends Here*/
/*Todo starts here*/

.todoitemcheck {
	padding-top: 0px;
	float: left;
	margin-left: 5px;
}
.todoitem {
	float: left;
	line-height: 2;
	font-size: initial;
}
.todoitembtns {
	padding-top: 4px;
	text-align: right;
}
.showactions {
	cursor: pointer;
	background: white;
	display: inline-block;
	width: 100%;
	margin-top: -5px;
	padding: 8px 7px 1px 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 3px solid transparent;
}
.showactions:hover {
	background: rgba(0, 0, 0, 0.001);
}
.showactions .show_btns {
	opacity: 0.4;
}
.showactions:hover .show_btns {
	opacity: 1;
}
.list_of_items.row{
	width: auto !important;
}
.first_one {
	padding-bottom: 10px;
}
.editable-text input,
.editable-text textarea {
	border-color: transparent;
	height: auto;
}
#paper {
	color: #FFF;
	/* font-size: 20px;*/
}
#margin {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#text {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	color: #222;
	font-weight: normal;
	/* font-size: 24px;*/
	resize: none;
	line-height: 40px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 45px;
	padding-bottom: 34px;
	background-image: url(../images/lines.png);
	background-repeat: repeat-y, repeat;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#title {
	background-color: transparent;
	border-bottom: 1px solid #555;
	color: #555;
	/* font-size: 20px;*/
	font-weight: lighter;
	height: 28px;
	width: 100%;
}
#button {
	cursor: pointer;
	margin-top: 20px;
	float: right;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* font-size: 20px;*/
	color: #FFF;
	text-shadow: 0px -1px 0px #000000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-top: 1px solid #FFF;
	background-color: #62add6;
	background-image: url(http://static.tumblr.com/maopbtg/ZHLmgtok7/button.png);
	background-repeat: repeat-x;
}
#button:active {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#button:focus {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.textareas_box {
	min-height: 250px;
	height: auto;
}
ul.simple-enter li a {
	float: right;
	background: red;
	padding: 5px 15px;
	color: white;
	margin-top: -5px;
}
ul.simple-enter li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	clear: both;
	padding: 10px;
	cursor: pointer;
}
ul.simple-enter li:hover {
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.simple-enter-text {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
	padding-left: 25px;
}
.list_of_items table {
	margin: 0;
}
.list_of_items table tr td {
	border-color: transparent;
	width: 80px;
	padding: 0;
}
.show_btns {
    margin: 0 -15px;
}
.list_of_items .btn {
	margin: 0;
}
.list_of_items .striked {
	text-decoration: line-through;
	font-style: italic;
	color: #aaa;
}
.striked .show_btns {
	display: none;
}
.showactions:hover {
	border-left: 3px solid rgba(50, 50, 50, 1);
}

.todo_list .show_btns,
.show_btns.closed {
	opacity: 0;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.todo_list:hover .show_btns,
{
	opacity: 1;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
input.fa {
	font-size: 14em;
	opacity: 1;
	overflow: hidden;
	width: 10%;
}
.todo_text label {
	width: 80%;
	display: inline-block;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.list_of_items .table-responsive {
		width: 100%;
		margin-bottom: 1px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid transparent;
	}
}
.panel-footer.todo_list {
	background: transparent;
	box-shadow: 0 -3px 13px rgba(0, 0, 0, 0.1);
}
/*--# todo ends here*/
/*Chartist Toolt Tips*/

.chartist-tooltip {
	background: #000;
	color: #F4C63D;
}
.chartist-tooltip:before {
	border-top-color: #000;
}
.chartist-tooltip.tooltip-show {
	opacity: 1;
}
/*highchart*/

.highcharts-tooltip span:first-child {
	background: rgba(50, 50, 50, 1);
	padding: 0.3em;
}
.highcharts-tooltip span {
	color: orange !important;
}
.chart-color {
	width: 13px;
	height: 13px;
	display: inline-block;
}
/*Mail Box 1 starts here*/

.note-toolbar.panel-heading {
	display: inline-block;
	width: 100%;
	background: #f6f6f6;
	border-color: rgba(0, 0, 0, 0.1);
}
.note-toolbar.panel-heading .note-btn-group {
	float: left;
}
.mail-folders {
	margin-top: 11px;
	display: table;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #D9D9D9;
}
.mail-folders ul.folders {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mail-folders ul.folders li {
	float: left;
}
.mail-folders ul.folders li a {
	padding: 0.6em 1em;
	border-left: 1px solid #D9D9D9;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	color: #252525;
}
.folders li:first-child a {
	border-right: transparent;
	border-left: transparent;
}
.folders li:last-child a {
	border-right: 1px solid #D9D9D9;
}
.mail-box .panel-body {
	padding: 0;
	margin-top: -15px;
}
.mail-box .panel-heading {
	background: #f6f6f6;
	border-color: rgba(0,0,0,0.11);
}
.mail-box .slimScrollBar {
	margin-right: 14px;
}
.mail-box .content {
	padding: 1em;
}
.emails .row {
	margin: 0;
}
.folders.pull-right li:first-child a {
	border-left: 1px solid #D9D9D9;
}
.folders.pull-right li:last-child a {
	border-right: transparent;
}
.search-box {
	background: #f6f6f6;
	padding: 5px;
	border: 1px solid #d6d6d6;
	border-top: 0;
	border-left: 0px;
}
.search-box .form-group {
	margin-bottom: 0;
}
.search-box .form-group .fa {
	line-height: 2em;
	/* font-size: 1.2em;*/
	color: #d6d6d6;
}
.search-box .form-group input {
	font-weight: 300;
	letter-spacing: 0.1em;
}
.title.email-heading {
	font-weight: 700;
	padding-left: 1em;
}
.title.email-heading .btn {
	margin: -4px 5px;
}
.emails ul {
	padding: 0px;
	list-style: none;
}
.emails ul .email-item {
	border-left: 4px solid transparent;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin-left: -1px
}
.emails ul .email-item:hover {
	border-left: 4px solid #3a3f51;
	background: #f9f9f9;
}
.emails ul .email-item a {
	color: #252525;
}
.emails ul .email-item input.checm-mail {
	float: left;
	position: absolute;
	top: 40%;
}
.emails ul .email-item .user-img {
	width: 4em;
	margin: 10px;
	border-radius: 100%;
	margin-left: 0px;
	padding-top: 0.3em;
	border: 1px solid #252525;
	height: 4em;
}
.emails ul .email-item .email-time {
	float: right;
	margin-right: 25px;
	margin-top: 6px;
	color: #777;
}
.emails .email-time i {
	/* font-size: smaller;*/
	position: relative;
	top: 1px;
}
.emails ul .email-item span.label {
	padding: 0.1em 5px;
}
.emails ul .email-item .email-data {
	padding: 0.5em 0;
}
.emails ul .email-item h6 {
	/* font-size: 1em;*/
	font-weight: 300;
	margin-bottom: 0.5em;
}
.emails ul .email-item p.email-heading {
	/* font-size: 0.81em;*/
	color: #555;
}
/*Email Content*/

.email-content {
	padding: 1em 0 0;
	margin-left: -15px;
}
.email-content .user-img {
	width: 5em;
	height: 5em;
	padding-top: 0.3em;
	margin: 10px auto;
	border: 1px solid #252525;
	border-radius: 100%;
}
.email-content .content-mail-id {
	padding-top: 15px;
}
.email-content .email-content-id small {
	color: #d6d6d6;
	letter-spacing: 0.05em;
	/* font-size: 1.1em;*/
	font-weight: 300;
}
.email-content-id {
	padding: 16px 0;
}
.email-content .mail-content-time-reply {
	padding: 16px 0;
}
.email-content .mail-content-time-reply i.icon {
	position: relative;
	top: 1px;
	/* font-size: smaller;*/
}
.email-content .mail-content-time-reply small {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	text-align: right;
}
.email-attachment .attachment-img {
	border: 1px solid #d6d6d6;
	background: #d9d9d9;
	padding: 5em;
	width: 25%;
	margin: 1em 0;
	float: left;
	cursor: pointer;
}
.email-attachment .attachment-text {
	padding-top: 3em;
	position: relative;
	left: 3em;
}
.reply-box {
	width: 85%;
}
.reply-box textarea {
	width: 100%;
	padding: 1em;
	border-color: #d6d6d6;
}
.reply-box .add-file {
	width: 100%;
}
input[type="file" i] {
	align-items: baseline;
	color: inherit;
	text-align: start;
}
/* Large desktops and laptops */

@media (min-width: 1200px) {}
/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
	.margin0 {
		margin: 0;
	}
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
	.margin0 {
		margin: 0;
	}
}
/* Portrait phones and smaller */

@media (max-width: 480px) {
	.margin0 {
		margin: 0;
	}
}
/*--# Mail box 1 ends here*/
/*Form Elements*/

.bootstrap-timepicker-widget table td input {
	width: 40px;
	margin: 0;
	text-align: center;
}
/*Colorfull Checkbox CSS*/

.checkbox label:after,
.radio label:after {
	content: '';
	display: table;
	clear: both;
}
.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}
.radio .cr {
	border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	/* font-size: x-small;*/
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	font-weight: 100;
}
.round-input input,
.round-input .cr {
	border-radius: 100%;
}
.radio .cr .cr-icon {
	margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	opacity: 0;
	transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: .3;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkbox label input.primary[type="checkbox"]:checked + .cr,
.radio label input.primary[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(52, 172, 220, 1);
}
.checkbox label input.info[type="checkbox"]:checked + .cr,
.radio label input.info[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(91, 202, 255, 1);
}
.checkbox label input.success[type="checkbox"]:checked + .cr,
.radio label input.success[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(76, 217, 100, 1);
}
.checkbox label input.danger[type="checkbox"]:checked + .cr,
.radio label input.danger[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(255, 145, 150, 1);
}
.checkbox label input.warning[type="checkbox"]:checked + .cr,
.radio label input.warning[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(249, 158, 30, 1);
}
.checkbox label input.default[type="checkbox"]:checked + .cr,
.radio label input.default[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(255, 255, 255, 1);
}
.checkbox label input.inverse[type="checkbox"]:checked + .cr,
.radio label input.inverse[type="radio"]:checked + .cr {
	opacity: 1;
	background: rgba(112, 114, 113, 1);
}
/* #Checkboxes & Radios ends here*/

.multiselect.dropdown-toggle,
.multiselect-native-select .btn-group {
	width: 100%;
}
/*InputMask  CSS Starts Here*/

.mask input {
	width: 100%;
	padding: 7px;
	border: 1px solid rgba(0, 0, 255, 0.1);
}
.form-control:focus, .ms-focus {
	border-color: rgba(112, 114, 113, 0.4);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(112, 114, 113, .0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(112, 114, 113, .0);
}
/*#Input Mask Ends Here*/
/*** custom checkboxes Starts Here***/

.font-input input[type=radio].with-font,
.font-input input[type=checkbox].with-font {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.font-input input[type=radio].with-font ~ label:before,
.font-input input[type=checkbox].with-font ~ label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db";
	letter-spacing: 10px;
	/* font-size: 1.2em;*/
	color: #535353;
	width: 1.4em;
}
.font-input input[type=radio].with-font:checked ~ label:before,
.font-input input[type=checkbox].with-font:checked ~ label:before {
	content: "\f00c";
	/* font-size: 1.2em;*/
	color: darkgreen;
	letter-spacing: 5px;
}
.font-input input[type=checkbox].with-font ~ label:before {
	content: "\f096";
}
.font-input input[type=checkbox].with-font:checked ~ label:before {
	content: "\f046";
	color: darkgreen;
}
.font-input input[type=radio].with-font:focus ~ label:before,
.font-input input[type=checkbox].with-font:focus ~ label:before,
.font-input input[type=radio].with-font:focus ~ label,
.font-input input[type=checkbox].with-font:focus ~ label {
	color: green;
}
/*--#custom checkboxes Ends Here*/
/*Touch-Spin CSS Starts Here*/

.touch-picker input {
	width: 100%;
}
.bootstrap-touchspin {
	margin-bottom: 20px;
}
.bootstrap-touchspin .btn,
.bootstrap-touchspin .btn:hover {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.bootstrap-touchspin .input-group-addon {
	border-color: transparent;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
. .bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-left: -1px;
	position: relative
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-top-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	border-bottom-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 3px;
	left: 5px;
	/* font-size: 9px;*/
	font-weight: 400
}
/* #Touch-Spin Ends Here*/

/*Dropdown Select*/

.open>.dropdown-menu {
	display: block;
	right: 0;
	box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1);
	left: inherit;
}
.dropdown-select li a {
	padding: 0.3em;
	margin: 0.5em;
}
/*--#Dropdown Select End*/
/*Alerts  starts here*/

.alert-content {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.csk-alert .alert-btn {
	float: left;
	position: relative;
	left: -40px;
	margin: 10px;
}
.csk-alert .alert-btn .danger-alert {
	background: #e92076;
	color: white;
	padding: 12px 30px 12px 30px;
	border-radius: 30px;
	box-shadow: 4px 6px 6px -5px rgba(233, 33, 118, 0.5);
}
/*CSK Predifned Alerts*/

.csk-alert .alert {
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.11);
	letter-spacing: 0.1em;
	/* font-size: inherit;*/
}
.csk-alert .alert.alert-danger {
	border-top: 4px solid #e92076;
}
.csk-alert .alert.alert-danger .alert-data {
	color: black
}
.csk-alert .alert.alert-danger h6 {
	color: #e92076;
	opacity: 1;
	/* font-size: 1.3em;*/
	margin: 0
}
.csk-alert .alert-btn .danger-alert:hover {
	background: #d41568;
}
.csk-alert .alert-btn .success-alert {
	background: #81bc00;
	color: white;
	padding: 12px 30px 12px 30px;
	border-radius: 30px;
	box-shadow: 4px 6px 6px -5px rgba(129, 188, 0, 0.5);
}
.csk-alert .alert.alert-success {
	border-top: 4px solid #81bc00;
}
.csk-alert .alert.alert-success .alert-data {
	color: black
}
.csk-alert .alert.alert-success h6 {
	color: #81bc00;
	opacity: 1;
	/* font-size: 1.3em;*/
	margin: 0
}
.csk-alert .alert-btn .success-alert:hover {
	background: #799a05;
}
.csk-alert .alert-dismissable .close,
.csk-alert .alert-dismissible .close {
	top: 0;
	right: 0;
	color: inherit;
}
/*Simple Alerts*/

.simple-alerts .alert {
	background: transparent;
	border: 1px solid #ddd;
	box-shadow: 0px 10px 3px -6px rgba(0, 0, 0, 0.11);
	/* font-size: initial;*/
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 3em;
}
.simple-alerts .alert-dismissable .close,
.simple-alerts .alert.alert-dismissible .close {
	top: -8px;
	position: absolute;
	right: 7px;
	padding: 6px 12px;
	opacity: 1;
}
.simple-alerts .alert-info.alert-dismissible .close {
	background: rgb(91, 202, 255);
}
.simple-alerts .alert-success.alert-dismissible .close {
	background: rgb(76, 217, 100);
}
.simple-alerts .alert-warning.alert-dismissible .close {
	background: rgb(249, 158, 30);
}
.simple-alerts .alert-danger.alert-dismissible .close {
	background: rgb(255, 76, 64);
}
.simple-alerts .alert-dismissable .close span,
.simple-alerts .alert-dismissible .close span {
	background: transparent;
	text-shadow: 0 0 0;
	color: white;
}
/*Left-alerts*/

.left-alerts {} .left-alerts .alert {
	background: transparent;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.11);
}
.left-alerts .alert-info {
	border-left: 4px solid rgb(91, 202, 255);
}
.left-alerts .alert-success {
	border-left: 4px solid rgb(76, 217, 100);
}
.left-alerts .alert-warning {
	border-left: 4px solid rgb(249, 158, 30);
}
.left-alerts .alert-danger {
	border-left: 4px solid rgb(255, 76, 64);
}
/*Box Alerts*/

.box-alert .alert {
	text-align: center;
	border: 0;
	opacity: 1;
	padding: 20px;
	width: 80%;
	margin: 5px auto;
}
.box-alert .alert .close {
	position: relative;
	top: -14px;
	right: -10px;
	opacity: 1;
}
.box-alert .alert i.fa {
	font-size: 4em;
	text-align: center;
}
/*--# Alerts  Ends here*/
/*Button-select.css starts here*/

.btn-select {
	position: relative;
	padding: 0;
	width: 100%;
	border-radius: 0;
	margin-bottom: 20px;
}
.btn-select .btn-select-value {
	padding: 6px 12px;
	display: block;
	position: absolute;
	left: 0;
	right: 34px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.btn-select .btn-select-arrow {
	float: right;
	line-height: 20px;
	padding: 6px 10px;
	top: 0;
}
/*Button select with arrow divided*/

.btn-divider .btn-select .btn-select-arrow {
	float: right;
	line-height: 20px;
	padding: 6px 10px;
	top: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-select ul {
	display: none;
	background-color: white;
	color: black;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 33px;
	z-index: 999;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-select ul li {
	padding: 3px 6px;
	text-align: left;
}
.btn-select ul li:hover {
	background-color: #f4f4f4;
}
.btn-select ul li.selected {
	color: white;
}
/* Default Start */

.btn-select.btn-default ul li.selected {
	background-color: #ccc;
}
/* Default End */
/* Primary Start */

.btn-select.btn-primary ul li.selected {
	background: rgba(52, 172, 220, 1);
}
.btn-select.btn-primary:hover,
.btn-select.btn-primary.active {
	background: rgba(52, 172, 220, 1);
}
/* Primary End */
/* Success Start */

.btn-select.btn-success ul li.selected {
	background: rgba(76, 217, 100, 1);
}
.btn-select.btn-success:hover,
.btn-select.btn-success.active {
	background: rgba(76, 217, 100, 1);
}
/* Success End */
/* info Start */

.btn-select.btn-info ul li.selected {
	background: rgba(91, 202, 255, 1);
}
.btn-select.btn-info:hover,
.btn-select.btn-info.active {
	background: rgba(91, 202, 255, 1);
}
/* info End */
/* warning Start */

.btn-select.btn-warning ul li.selected {
	background: rgba(249, 158, 30, 1);
}
.btn-select.btn-warning:hover,
.btn-select.btn-warning.active {
	background: rgba(249, 158, 30, 1);
}
/* warning End */
/* danger Start */

.btn-select.btn-danger ul li.selected {
	background: rgba( 255, 76, 64, 1);
}
.btn-select.btn-danger:hover,
.btn-select.btn-danger.active {
	background: rgba( 255, 76, 64, 1);
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
	background-color: white;
	color: black;
}
.multiselect-native-select .dropdown-menu {
	width: 200px;
}
.multiselect-native-select .dropdown-menu li {
	border-bottom: 1px solid #e9e9e9;
}
.multiselect-native-select .dropdown-menu li a {
	padding: 0.3em;
}
.multiselect-native-select .btn:focus,
.multiselect-native-select .btn,
.multiselect-native-select .dropdown-menu>.active>a,
.multiselect-native-select .dropdown-menu>.active>a:focus,
.multiselect-native-select .dropdown-menu>.active>a:hover,
.multiselect-native-select .btn-default.active,
.multiselect-native-select .btn-default:active,
.multiselect-native-select .open .dropdown-toggle.btn-default,
.multiselect-native-select .btn.btn-default:hover {
	background: rgba(52, 172, 220, 1);
	border: transparent;
	color: white;
}
.multiselect-container li a .checkbox input {
	display: none;
}
.multiselect-container li a label.checkbox {
	padding: 0.3em 2em;
}
.multiselect-container .multiselect-item.multiselect-group label {
	color: #000;
	padding-left: 0.3em;
}
/*Simple Multi Select*/

select[multiple],
select[size] {
	padding: 1em;
	letter-spacing: 0.1em;
}
optgroup[label] {
	font-weight: 500;
	margin-top: 10px;
}
optgroup[label] option {
	padding: 0.3em;
	border-bottom: 1px solid #eee;
}
optgroup[label="Vegetables"] {} optgroup[label="Fruits"] {} optgroup[label="Green Leafy Veg."] {} optgroup[label="Non Vegetarian"] {}
/*--# Button-select.css ends here */

/*Form-picker css Starts Here*/
/*Date Picker */

.report input,
#reportrange {
	border: 1px solid rgba(0, 0, 0, 0.2);
	min-height: 30px;
	padding: 0.5em;
	width: 100%;
}
.ui-datepicker {
	z-index: 10;
	padding: 1em 0;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.3);
	min-width: 250px;
	height: auto;
	display: none;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0;
	position: absolute;
	cursor: pointer;
	height: 30px;
	padding: 0.5em;
	margin-left: 1em;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\f0d9";
	font: normal normal normal 14px/1 FontAwesome;
	color: #555;
}
.ui-datepicker .ui-datepicker-next {
	right: 0;
	position: absolute;
	cursor: pointer;
	height: 30px;
	padding: 0.5em;
	margin-right: 1em;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: none;
}
.ui-datepicker .ui-datepicker-next:after {
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	color: #555;
}
.ui-datepicker-title {
	/* font-size: large;*/
	padding: 4px 0 10px 0;
	text-align: center;
}
.ui-datepicker-month {
	font-weight: 600;
}
table.ui-datepicker-calendar {
	width: 100%;
}
table.ui-datepicker-calendar thead {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.ui-datepicker-calendar td,
table.ui-datepicker-calendar th {
	text-align: center;
}
table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar th span {
	display: inline-block;
	padding: 0.5em;
	color: #555;
	font-weight: 300;
}
table.ui-datepicker-calendar td:hover a,
table.ui-datepicker-calendar td a:hover {
	background: rgba(246, 173, 185, 1);
	color: white;
	text-decoration: none;
}
/*--# ui-date picker ends */
/*--# Form-picker css Ends Here*/
/*Form Validations starts here*/

.field {
	position: relative;
	/* font-size: 16px;*/
	padding-bottom: 10px;
	overflow: hidden;
}
.field input {
	display: block;
	border: none;
	background-color: transparent;
	color: #555;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin: 0;
	padding: 4px;
	width: 100%;
}
.field input:focus {
	outline: none;
}
.field label {
	color: rgba(0, 0, 0, 0.5);
	text-align: left;
	font-size: 16px;
	position: absolute;
	display: block;
	top: 25px;
	bottom: 10px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	cursor: text;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.field label:after {
	background-color: rgba(76, 217, 100, 1);
	content: '';
	height: 2px;
	width: 10px;
	position: absolute;
	bottom: 0;
	left: 45%;
	visibility: hidden;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.field.focused label,
.field.error label,
.field.full label {
	/* font-size: 12px;*/
	top: 4px;
	visibility: visible;
}
.field.focused label,
.field.full label {
	color: rgba(76, 217, 100, 1);
	z-index: 1;
}
.field.focused label:after {
	left: 0;
	visibility: visible;
	width: 100%;
}
.field.error label {
	color: rgba(246, 173, 185, 0.8);
}
.field.error label:after {
	background-color: rgba(246, 173, 185, 0.8);
}
.field.error input {
	border-color: rgba(246, 173, 185, 0.8);
}
.modal-form .input,
.modal-form textarea {
	border: 1px solid #ededed;
	background: transparent;
	width: 100%;
	margin: 5px;
}
.modal-form textarea {
	resize: none;
	min-height: 100px;
}
.field input:not(.submit),
.field textarea {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	margin-top: 10px;
	padding-left: 10px;
	outline: 0;
}
.form .talk {
	width: 100%;
	height: 70px;
	background-image: linear-gradient(bottom, rgb(33, 33, 33) 26%, rgb(48, 48, 48) 82%);
	background-image: -o-linear-gradient(bottom, rgb(33, 33, 33) 26%, rgb(48, 48, 48) 82%);
	background-image: -moz-linear-gradient(bottom, rgb(33, 33, 33) 26%, rgb(48, 48, 48) 82%);
	background-image: -webkit-linear-gradient(bottom, rgb(33, 33, 33) 26%, rgb(48, 48, 48) 82%);
	background-image: -ms-linear-gradient(bottom, rgb(33, 33, 33) 26%, rgb(48, 48, 48) 82%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.26, rgb(33, 33, 33)), color-stop(0.82, rgb(48, 48, 48)));
	position: absolute;
	top: 0;
	text-align: center;
	color: #bbb;
}
.modal p {
	margin-top: 30px;
}
.modal p span {
	color: #08c;
}
.invalid {
	border-color: rgba(255, 145, 150, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 145, 150, 0.05), 0 0 6px rgba(255, 145, 150, 0.5);
	box-shadow: inset 0 1px 1px rgba(255, 145, 150, 0.7), 0 0 6px rgba(255, 145, 150, 0.5);
}
.valid {
	border-color: rgba(76, 217, 100, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(76, 217, 100, 0.05), 0 0 6px rgba(76, 217, 100, 0.5);
	box-shadow: inset 0 1px 1px rgba(76, 217, 100, 0.7), 0 0 6px rgba(76, 217, 100, 0.5);
}
/*Captha CSS Starts Here*/

#captcha {
	width: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	outline: 0;
	color: #666;
	/* font-size: 17px;*/
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s ease;
}
#captcha.correct {
	border-color: rgba(76, 217, 100, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(76, 217, 100, 0.05), 0 0 6px rgba(76, 217, 100, 0.5);
	box-shadow: inset 0 1px 1px rgba(76, 217, 100, 0.7), 0 0 6px rgba(76, 217, 100, 0.5);
}
/*#3rd Form*/

.thirdform form {
	text-align: center;
	width: 250px;
	padding: 60px 15px;
	border-radius: 5px;
}
label {
	color: #000;
}
.thirdform form .th-form #username {
	width: 250px;
	height: 30px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: none;
	outline: none;
	-webkit-box-shadow: 0 3px 0 0 #4a4a4a;
	box-shadow: 0 2px 0 0 #4a4a4a;
}
.thirdform form .th-form #password {
	width: 250px;
	height: 30px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: none;
	outline: none;
	-webkit-box-shadow: 0 3px 0 0 #4a4a4a;
	box-shadow: 0 2px 0 0 #4a4a4a;
}
/*--# Form Validation Ends Here*/

/*Login css starts Here*/
/* Pen Title */

.pen-title {
	padding: 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
.pen-title h1 {
	margin: 0 0 20px;
	/* font-size: 48px;*/
	font-weight: 300;
}
.pen-title span {
	/* font-size: 12px;*/
}
.pen-title span .fa {
	color: #33b5e5;
}
.pen-title span a {
	color: #33b5e5;
	font-weight: 600;
	text-decoration: none;
}
/* Form Module */

.form-module {
	position: relative;
	background: #ffffff;
	max-width: 320px;
	width: 100%;
	border-top: 5px solid rgba(249, 158, 30, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}
.form-module .toggle {
	cursor: pointer;
	position: absolute;
	top: -0;
	right: -0;
	background: rgba(249, 158, 30, 1);
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	color: #ffffff;
	/* font-size: 12px;*/
	line-height: 30px;
	text-align: center;
}
.form-module .toggle .tooltip {
	position: absolute;
	top: 5px;
	right: -65px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	width: auto;
	padding: 5px;
	/* font-size: 10px;*/
	line-height: 1;
	text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
	display: none;
	padding: 40px;
}
.form-module .form:nth-child(2) {
	display: block;
}
.form-module h2 {
	margin: 0 0 20px;
	color: rgba(249, 158, 30, 1);
	/* font-size: 18px;*/
	font-weight: 400;
	line-height: 1;
}
.form-module input {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-wieght: 400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.form-module input:focus {
	border: 1px solid #33b5e5;
	color: #333333;
}
.form-module button {
	cursor: pointer;
	background: #33b5e5;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #ffffff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.form-module button:hover {
	background: #178ab4;
}
.form-module .csk {
	background: #f2f2f2;
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #666666;
	/* font-size: 12px;*/
	text-align: center;
}
.form-module .csk a {
	color: #333333;
	text-decoration: none;
}
/*Forgot PW CSS*/

.forgot a {
	color: rgba(249, 158, 30, 1);
}
/*--# Login css Ends Here*/
/*Mailbox-2 css starts Here*/

.form-group .btn-group {
	margin: 0;
}
/*compose page in mailbox-2*/
.compose{
	position: absolute;
	bottom: 0;
	right: 50px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.compose .panel{
	margin-bottom: 0;
}
.compose-mail .modal-backdrop.in {
	filter: alpha(opacity=100);
	opacity: 0;
}
.mail-box {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.mail-box aside {
	display: table-cell;
	float: none;
	height: 100%;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}
.mail-box .sm-side {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px 0 0 4px;
	width: 20%;
	border: 1px solid #eee;
	position: relative;
	left: 0;
}
.mail-box .lg-side {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0 4px 4px 0;
	width: 79%;
}
.mail-box .sm-side .user-head {
	background: none repeat scroll 0 0 #00a8b3;
	border-radius: 4px 0 0;
	color: #fff;
	min-height: 80px;
	padding: 10px;
}
.user-head .inbox-avatar {
	float: left;
	width: 65px;
}
.user-head .inbox-avatar img {
	border-radius: 4px;
}
.user-head .user-name {
	display: inline-block;
	margin: 0 0 0 10px;
}
.user-head .user-name h5 {
	/* font-size: 14px;*/
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 15px;
}
.user-head .user-name h5 a {
	color: #fff;
}
.user-head .user-name span a {
	color: #87e2e7;
	/* font-size: 12px;*/
}
a.mail-dropdown {
	background: none repeat scroll 0 0 #80d3d9;
	border-radius: 2px;
	color: #01a7b3;
	/* font-size: 10px;*/
	margin-top: 20px;
	padding: 3px 5px;
}
.inbox-body {
	padding: 20px;
	border-left: 1px solid rgba(205, 205, 205, 0.5)
}
.btn-compose:hover {
	background: none repeat scroll 0 0 #f5675c;
	color: #fff;
}
ul.inbox-nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.inbox-divider {
	border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
	display: inline-block;
	line-height: 45px;
	width: 100%;
	border-bottom: 1px solid rgba(230,230,230,1);
}
ul.inbox-nav li a {
	color: #6a6a6a;
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
	width: 100%;
	border-left: 4px solid transparent;
}
ul.inbox-nav li a:hover,
ul.inbox-nav li.active a,
ul.inbox-nav li a:focus {
	border-left: 4px solid #252525;
	color: #6a6a6a;
	text-decoration: none;
}
ul.inbox-nav li a i {
	color: #6a6a6a;
	/* font-size: 16px;*/
	padding-right: 10px;
}
ul.inbox-nav li a span.label {
	margin-top: 13px;
}
ul.labels-info li h4 {
	color: #5c5c5e;
	/* font-size: 13px;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-transform: uppercase;
}
ul.labels-info li {
	margin: 0;
}
ul.labels-info li a {
	border-radius: 0;
	color: #6a6a6a;
}
ul.labels-info li a:hover,
ul.labels-info li a:focus {
	background: none repeat scroll 0 0 #eee;
	color: #6a6a6a;
}
ul.labels-info li a i {
	padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
	color: #9d9f9e;
	/* font-size: 11px;*/
	margin-bottom: 0;
	padding: 0 22px;
}
.inbox-head {
	background: none repeat scroll 0 0 rgba(52, 172, 220, 1);
	border-radius: 0 4px 0 0;
	color: #fff;
	min-height: 80px;
	padding: 20px;
}
.inbox-head h3 {
	display: inline-block;
	font-weight: 300;
	margin: 0;
	padding-top: 6px;
	color: white;
}
.inbox-head .sr-input {
	border: medium none;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	color: #8a8a8a;
	float: left;
	height: 40px;
	padding: 0 10px;
}
.inbox-head .sr-input {
	width: inherit;
	padding: 7px;
	border: 1px solid rgba(0, 0, 255, 0.1);
}
.inbox-head .sr-btn {
	background: none repeat scroll 0 0 rgba(91, 202, 255, 1);
	border: medium none;
	border-radius: 0 4px 4px 0;
	color: #fff;
	height: 40px;
	padding: 0 20px;
	margin: 0;
}
.table-inbox {
	border: 1px solid #d3d3d3;
	margin-bottom: 0;
}
.table-inbox tr td {
	padding: 8px;
}
.table-inbox tr td:hover {
	cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
	color: rgba(249, 158, 30, 1);
}
.table-inbox tr td .fa-star {
	color: #d5d5d5;
}
.table-inbox tr.unread td {
	background: none repeat scroll 0 0 #f7f7f7;
	font-weight: 600;
}
ul.inbox-pagination {
	float: right;
}
ul.inbox-pagination li {
	float: left;
}
.mail-option {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.mail-option .chk-all,
.mail-option .btn-group {
	margin-right: 5px;
}
.mail-option .chk-all,
.mail-option .btn-group a.btn {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	color: #afafaf;
	display: inline-block;
	padding: 5px 10px;
}
.inbox-pagination a.np-btn {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	color: #afafaf;
	display: inline-block;
	padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
	margin-top: 0;
}
.mail-option .btn-group a.all {
	border: medium none;
	padding: 0;
}
.inbox-pagination a.np-btn {
	margin-left: 5px;
}
.inbox-pagination li span {
	display: inline-block;
	margin-right: 5px;
	margin-top: 7px;
}
.fileinput-button {
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input,
.inbox-body .modal .modal-body textarea {
	border: 1px solid #e6e6e6;
	box-shadow: none;
}
.btn-send,
.btn-send:hover {
	background: none repeat scroll 0 0 #00a8b3;
	color: #fff;
}
.btn-send:hover {
	background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
.modal-body label {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.heading-inbox h4 {
	border-bottom: 1px solid #ddd;
	color: #444;
	/* font-size: 18px;*/
	margin-top: 20px;
	padding-bottom: 10px;
}
.sender-info {
	margin-bottom: 20px;
}
.sender-info img {
	height: 30px;
	width: 30px;
}
.sender-dropdown {
	background: none repeat scroll 0 0 #eaeaea;
	color: #777;
	/* font-size: 10px;*/
	padding: 0 3px;
}
.view-mail a {
	color: #ff6c60;
}
.attachment-mail {
	margin-top: 30px;
}
.attachment-mail ul {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.attachment-mail ul li {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 150px;
}
.attachment-mail ul li img {
	width: 100%;
}
.attachment-mail ul li span {
	float: right;
}
.attachment-mail .file-name {
	float: left;
}
.attachment-mail .links {
	display: inline-block;
	width: 100%;
}
.fileinput-button {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}
.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	/* font-size: 23px;*/
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.files .progress {
	width: 200px;
}
.fileupload-processing .fileupload-loading {
	display: block;
}
* html .fileinput-button {
	line-height: 24px;
	margin: 1px -3px 0 0;
}
* + html .fileinput-button {
	margin: 1px 0 0;
	padding: 2px 15px;
}
@media (max-width: 767px) {
	.files .btn span {
		display: none;
	}
	.files .preview * {
		width: 40px;
	}
	.files .name * {
		display: inline-block;
		width: 80px;
		word-wrap: break-word;
	}
	.files .progress {
		width: 20px;
	}
	.files .delete {
		width: 60px;
	}
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.view-message.text-right {
	width: 75px;
}
.view-message {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px;
}
/*Responsive CSS*/
/* Large desktops and laptops */

@media (min-width: 1200px) {}
/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
	.sm-side {
		display: table-header-group !important;
	}
	.lg-side {
		display: table-header-group;
	}
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
	.sm-side {
		display: table-header-group !important;
	}
	.lg-side {
		display: table-header-group;
	}
}
/* Portrait phones and smaller */

@media (max-width: 480px) {
	.sm-side {
		display: table-header-group;
	}
	.lg-side {
		display: table-header-group;
	}
}
/*--#Mailbox-2 css Ends Here*/
/*Modal css starts here*/
/*Customized CSS*/

.message .panel {
	background: #f3ecec;
	text-align: center;
}
.title-text .panel {
	background: #eff6e9;
	text-align: center;
}
.success .panel {
	background: #e0eef3;
	text-align: center;
}
.warning.cancel .panel {
	background: #f3f1ec;
	text-align: center;
}
.custom-icon .panel {
	background: #e9f3f6;
	text-align: center;
}
.message-html .panel {
	background: #e2f3e0;
	text-align: center;
}
.timer .panel {
	background: #ede9f6;
	text-align: center;
}
.input .panel {
	background: #f5e9f6;
	text-align: center;
}
.ajax .panel {
	background: #e9e9e9;
	text-align: center;
}
.theme .panel {
	background: #f6e9e9;
	text-align: center;
}
.warning.confirm .panel {
	background: #f8f4e8;
	text-align: center;
}
.dashed-lines {
	border-top: 10px solid #fff;
	width: 80%;
	margin: 20px auto;
}
.dashed-lines.small {
	border-top: 10px solid #fff;
	width: 60%;
	margin: 20px auto;
}
/*--# Modal css  Ends Here*/
/*Nestable css starts Here*/

.cf:after {
	visibility: hidden;
	display: block;
	/* font-size: 0;*/
	content: " ";
	clear: both;
	height: 0;
}
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 600px;
	list-style: none;
	/* font-size: 13px;*/
	line-height: 20px;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	/*min-height: 20px;*/
	
	/* font-size: initial;*/
	line-height: 20px;
}
.dd-handle {
	display: block;
	margin: 2px 0;
	padding: 0.5em;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-handle:hover {
	color: #f;
	background: #f0f0f0;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: move;
	float: left;
	width: 25px;
	margin: 10px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	/* font-size: large;*/
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}
/**
	 * Nestable Extras
	 */

.nestable-lists {
	display: block;
	clear: both;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 1em;
}
#nestable-menu {
	padding: 0;
	margin: 20px 0;
}
#nestable-output,
#nestable2-output {
	width: 100%;
	height: 7em;
	/* font-size: 0.75em;*/
	line-height: 1.333333em;
	font-family: Consolas, monospace;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
}
#nestable2 .dd-handle:hover {
	background: #bbb;
}
#nestable2 .dd-item > button:before {
	color: #fff;
}
@media only screen and (min-width: 700px) {
	.dd {
		float: left;
		width: 100%;
	}
	.dd + .dd {
		margin-left: 2%;
	}
}
.dd-hover > .dd-handle {
	background: #2ea8e5;
}
/**
	 * Nestable Draggable Handles
	 */

.dd3-content {
	display: block;
	margin: 5px 0;
	padding: 0.5em 4em;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd3-content:hover {
	color: #2ea8e5;
	background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
	margin: 0;
}
.dd3-item > button {
	margin-left: 50px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: move;
	width: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before {
	content: '≡';
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	/* font-size: 20px;*/
	font-weight: normal;
}
.dd3-handle:hover {
	background: #ddd;
}
/* CSK Customized*/

ol.dd-list li {
	cursor: move;
}
ol.dd-list li:focus {
	cursor: move;
}
button {
	cursor: pointer;
}
.panel-heading {
	display: inline-block;
	width: 100%;
}
/*--# Nestable css Ends Here*/
/*Onload-sign-in css Starts Here*/
/*Modal Sign in */
.modal-body .row.onload {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.modal-signin .panel {
    border: 0;
}
.row.onload .panel {
    width: 100%;
    box-shadow: 0 0 0;
    text-align: center;
}
.modal.modal-signin {
	position: absolute;
	top: calc(100vh/4);
	right: 0;
	left: 10%;
}
.modal-signin .modal-body {
	padding: 0 15px;
	display: inline-table;
	width: 100%;
}
.subscribe .modal-signin .modal-body {
	 padding: 10px; 
	 display: inline-table; 
	 width: 100%;
}
.adons {
	height: 101.5%;
}
.adons h4 {
	color: white;
}
.modal-signin .panel .panel-heading .first-tab {
	padding: 10px;
}
.modal-signin .panel .panel-heading .second-tab {
	padding: 10px;
}
.modal-signin .panel .panel-heading a {
	color: rgba(112, 114, 113, 1);
}
.modal-signin .panel .panel-heading .active {
	border-bottom: 2px solid rgba(91, 202, 255, 1);
}
.modal-signin .panel .panel-heading .active a {
	color: rgba(53, 218, 218, 1);
}
.col-md-5.primary-bg.adons div {
	line-height: 1.5em;
	margin-top: 35%;
	color: rgba(255, 255, 255, 1);
	/* font-size: small;*/
}
.adon-content ol {
	margin: 0;
	padding-left: 20px;
}
.col-md-5.primary-bg.adons .icon {
	font-size: 6em;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}
/*--/#modal-signin ends */
/*--#Onload-sign-in css Ends Here */
/*Tooltip css starts Here*/

.popover {
	padding: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, 01);
}
.popover.right>.arrow {
	top: 15%;
}
.popover.left>.arrow {
	top: 15%;
}
.danger-tooltip + .tooltip > .tooltip-inner {
	background-color: rgba( 255, 76, 64, 1);
}
.danger-tooltip + .tooltip > .tooltip-arrow {
	border-left-color: rgba( 255, 76, 64, 1);
}
.success-tooltip + .tooltip > .tooltip-inner {
	background-color: rgba(76, 217, 100, 1);
}
.success-tooltip + .tooltip > .tooltip-arrow {
	border-right-color: rgba(76, 217, 100, 1);
}
.primary-tooltip + .tooltip > .tooltip-inner {
	background-color: rgba(52, 172, 220, 1);
}
.primary-tooltip + .tooltip > .tooltip-arrow {
	border-bottom-color: rgba(52, 172, 220, 1);
}
.warning-tooltip + .tooltip > .tooltip-inner {
	background-color: rgba(249, 158, 30, 1);
}
.warning-tooltip + .tooltip > .tooltip-arrow {
	border-top-color: rgba(249, 158, 30, 1);
}
.popover.top>.arrow {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
/*Popover CSS*/

.message-popover .right {
	position: relative;
	display: block;
	float: left;
	border-radius: 8px 8px 8px 8px;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	margin-left: 1px;
}
.message-popover .success {
	background-color: rgba(76, 217, 100, 1);
	border-radius: 0;
	color: #fff;
}
.message-popover .popover.right .arrow:after {
	border-right-color: rgba(76, 217, 100, 1);
}
.message-popover .bottom {
	position: relative;
	display: block;
	float: left;
	border-radius: 8px 8px 8px 8px;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	margin-left: 1px;
}
.message-popover .primary {
	background-color: rgba(52, 172, 220, 1);
	border-radius: 0;
	color: #fff;
}
.message-popover .bottom .arrow:after {
	border-bottom-color: rgba(52, 172, 220, 1);
}
.message-popover .top {
	position: relative;
	display: block;
	border-radius: 8px 8px 8px 8px;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	margin-left: 1px;
}
.message-popover .warning {
	background-color: rgba(249, 158, 30, 1);
	border-radius: 0;
	color: #fff;
}
.message-popover .popover.top .arrow:after {
	border-top-color: rgba(249, 158, 30, 1);
}
.message-popover .left {
	position: relative;
	display: block;
	float: left;
	border-radius: 8px 8px 8px 8px;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	margin-left: 1px;
}
.message-popover .danger {
	background-color: rgba( 255, 76, 64, 1);
	border-radius: 0;
	color: #fff;
}
.message-popover .popover.left .arrow:after {
	border-left-color: rgba( 255, 76, 64, 1);
}
/*--# Tooltip css Ends Here*/
/*Sweet-alert Starts  Here*/

.sweet-overlay {
	background-color: black;
	/* IE8 */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* IE8 */
	
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 10000;
}
.sweet-alert {
	background-color: white;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 478px;
	padding: 17px;
	border-radius: 0px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 99999;
}
@media all and (max-width: 540px) {
	.sweet-alert {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px;
	}
}
.sweet-alert h2 {
	color: #575757;
	/* font-size: 30px;*/
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 25px 0;
	padding: 0;
	line-height: 40px;
	display: block;
}
.sweet-alert p {
	color: #797979;
	/* font-size: 16px;*/
	text-align: center;
	font-weight: 300;
	position: relative;
	text-align: inherit;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.sweet-alert fieldset {
	border: none;
	position: relative;
}
.sweet-alert .sa-error-container {
	background-color: #f1f1f1;
	margin-left: -17px;
	margin-right: -17px;
	overflow: hidden;
	padding: 0 10px;
	max-height: 0;
	webkit-transition: padding 0.15s, max-height 0.15s;
	transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
	padding: 10px 0;
	max-height: 100px;
	webkit-transition: padding 0.2s, max-height 0.2s;
	transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: white;
	line-height: 24px;
	text-align: center;
	margin-right: 3px;
}
.sweet-alert .sa-error-container p {
	display: inline-block;
}
.sweet-alert .sa-input-error {
	position: absolute;
	top: 29px;
	right: 26px;
	width: 20px;
	height: 20px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
	content: "";
	width: 20px;
	height: 6px;
	background-color: #f06e57;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sweet-alert input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	height: 43px;
	margin-top: 10px;
	margin-bottom: 17px;
	/* font-size: 18px;*/
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
	padding: 0 12px;
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sweet-alert input:focus {
	outline: none;
	box-shadow: 0px 0px 3px #c4e6f5;
	border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
	transition: opacity 0.3s 0.03s ease;
	opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
	transition: opacity 0.3s 0.03s ease;
	opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
	transition: opacity 0.3s 0.03s ease;
	opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
	color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
	color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
	color: #bdbdbd;
}
.sweet-alert.show-input input {
	display: block;
}
.sweet-alert .sa-confirm-button-container {
	display: inline-block;
	position: relative;
}
.sweet-alert .la-ball-fall {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: 4px;
	opacity: 0;
	visibility: hidden;
}
.sweet-alert button {
	background-color: #8CD4F5;
	color: white;
	border: none;
	box-shadow: none;
	/* font-size: 17px;*/
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
}
.sweet-alert button:focus {
	outline: none;
	box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
	background-color: #7ecff4;
}
.sweet-alert button:active {
	background-color: #5dc2f1;
}
.sweet-alert button.cancel {
	background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
	background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
	background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
	box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset;
}
.sweet-alert button[disabled] {
	opacity: .6;
	cursor: default;
}
.sweet-alert button.confirm[disabled] {
	color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
	border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
	padding-bottom: 40px;
}
.sweet-alert .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
	border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
	position: relative;
	display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #F27474;
	display: block;
	top: 37px;
	border-radius: 2px;
   
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
	border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
	border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
}
/*
	 * Animations
	 */

@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	80% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	80% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}
@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}
@-webkit-keyframes slideFromTop {
	0% {
		top: 0%;
	}
	100% {
		top: 50%;
	}
}
@keyframes slideFromTop {
	0% {
		top: 0%;
	}
	100% {
		top: 50%;
	}
}
@-webkit-keyframes slideToTop {
	0% {
		top: 50%;
	}
	100% {
		top: 0%;
	}
}
@keyframes slideToTop {
	0% {
		top: 50%;
	}
	100% {
		top: 0%;
	}
}
@-webkit-keyframes slideFromBottom {
	0% {
		top: 70%;
	}
	100% {
		top: 50%;
	}
}
@keyframes slideFromBottom {
	0% {
		top: 70%;
	}
	100% {
		top: 50%;
	}
}
@-webkit-keyframes slideToBottom {
	0% {
		top: 50%;
	}
	100% {
		top: 70%;
	}
}
@keyframes slideToBottom {
	0% {
		top: 50%;
	}
	100% {
		top: 70%;
	}
}
.showSweetAlert[data-animation=pop] {
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideFromTop 0.3s;
	animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideFromBottom 0.3s;
	animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation=pop] {
	-webkit-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideToTop 0.4s;
	animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideToBottom 0.3s;
	animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}
@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}
@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}
@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}
@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}
@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}
.animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}
	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}
@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}
	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}
.animateErrorIcon {
	-webkit-animation: animateErrorIcon 0.5s;
	animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}
	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}
	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}
.animateXMark {
	-webkit-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}
	100% {
		border-color: #F8BB86;
	}
}
@keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}
	100% {
		border-color: #F8BB86;
	}
}
.pulseWarning {
	-webkit-animation: pulseWarning 0.75s infinite alternate;
	animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}
	100% {
		background-color: #F8BB86;
	}
}
@keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}
	100% {
		background-color: #F8BB86;
	}
}
.pulseWarningIns {
	-webkit-animation: pulseWarningIns 0.75s infinite alternate;
	animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform: rotate(-45deg) \9;
}
/* Success icon */

.sweet-alert .sa-icon.sa-success {
	border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
}


.la-ball-fall,
.la-ball-fall > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.la-ball-fall {
	display: block;
	/* font-size: 0;*/
	color: #fff;
}
.la-ball-fall.la-dark {
	color: #333;
}
.la-ball-fall > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-ball-fall {
	width: 54px;
	height: 18px;
}
.la-ball-fall > div {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	-moz-animation: ball-fall 1s ease-in-out infinite;
	-o-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
	-webkit-animation-delay: -200ms;
	-moz-animation-delay: -200ms;
	-o-animation-delay: -200ms;
	animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
	-webkit-animation-delay: -100ms;
	-moz-animation-delay: -100ms;
	-o-animation-delay: -100ms;
	animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
	-webkit-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
	-o-animation-delay: 0ms;
	animation-delay: 0ms;
}
.la-ball-fall.la-sm {
	width: 26px;
	height: 8px;
}
.la-ball-fall.la-sm > div {
	width: 4px;
	height: 4px;
	margin: 2px;
}
.la-ball-fall.la-2x {
	width: 108px;
	height: 36px;
}
.la-ball-fall.la-2x > div {
	width: 20px;
	height: 20px;
	margin: 8px;
}
.la-ball-fall.la-3x {
	width: 162px;
	height: 54px;
}
.la-ball-fall.la-3x > div {
	width: 30px;
	height: 30px;
	margin: 12px;
}
/*
	 * Animation
	 */

@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	10% {
		opacity: .5;
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	90% {
		opacity: .5;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%);
	}
}
@-moz-keyframes ball-fall {
	0% {
		opacity: 0;
		-moz-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	10% {
		opacity: .5;
	}
	20% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	90% {
		opacity: .5;
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(145%);
		transform: translateY(145%);
	}
}
@-o-keyframes ball-fall {
	0% {
		opacity: 0;
		-o-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	10% {
		opacity: .5;
	}
	20% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	90% {
		opacity: .5;
	}
	100% {
		opacity: 0;
		-o-transform: translateY(145%);
		transform: translateY(145%);
	}
}
@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		-o-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	10% {
		opacity: .5;
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	90% {
		opacity: .5;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		-o-transform: translateY(145%);
		transform: translateY(145%);
	}
}

/*--# Sweet-alert Ends Here*/
/*Responsive-table CSS Starts Here*/

@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td {
		/* Behave  like a "row" */
		
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		
		position: absolute;
		/* Top/left values mimic padding */
		
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	/*
	Label the data
	*/
	
	#no-more-tables td:before {
		content: attr(data-title);
	}
}
/*--# Responsive-table CSS Ends Here*/
/*Progressbar CSS Starts Here*/

.six-sec-ease-in-out {
	-webkit-transition: width 6s ease-in-out;
	-moz-transition: width 6s ease-in-out;
	-ms-transition: width 6s ease-in-out;
	-o-transition: width 6s ease-in-out;
	transition: width 6s ease-in-out;
}
.progress-lg {
	height: 30px;
}
.progress-md {
	height: 25px;
}
.progress-sm {
	height: 20px;
}
.progress-xs {
	height: 15px;
}
.progress-thin {
	height: 5px;
}
.progress-lg .progress-bar {
	line-height: 30px;
}
.progress-md .progress-bar {
	line-height: 25px;
}
.progress-sm .progress-bar {
	line-height: 20px;
}
.progress-xs .progress-bar {
	line-height: 15px;
}
.progress-vertical {
	min-height: 250px;
	height: 250px;
	width: 4px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 12%;
}
.progress-vertical {
	min-height: 300px;
	width: 100%;
}
.progress-vertical .progress-lg {
	width: 30px;
	height: 100%;
}
.progress-vertical .progress-md {
	width: 25px;
	height: 100%;
}
.progress-vertical .progress-sm {
	width: 20px;
	height: 100%;
}
.progress-vertical .progress-xs {
	width: 15px;
	height: 100%;
}
.progress-vertical .progress-thin {
	width: 5px;
	height: 100%;
}
.progress-lg .progress-bar {
	line-height: 30px;
}
.progress-md .progress-bar {
	line-height: 25px;
}
.progress-sm .progress-bar {
	line-height: 20px;
}
.progress-xs .progress-bar {
	line-height: 15px;
}
/*--# Progressbar CSS Ends Here*/
/*Panel accordian starts Here */
/*Accordion 1*/

.accordion-1 .panel-group .panel-heading {
	padding: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-heading.accordion-toggle {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(243, 243, 245, 1);
}
.panel-heading.accordion-toggle.collapsed {
	border-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 1);
}
.accordion-1 .panel-group .panel-body {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
/*Accordion 2*/

.accordion-2 .panel-body .panel-heading {
	padding: 1em;
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-2 .panel-body .panel-heading a {
	color: rgba(100, 100, 100, 1);
}
.accordion-2 .panel-heading.active-faq {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(243, 243, 245, 1);
}
.accordion-2 .panel-heading.collapsed {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 1);
}
.accordion-2 .panel-group .panel-body {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-2 .panel-group {
	margin-top: 1em;
}
/*Accordion 3*/
/*Accordion CSS*/

#accordion .panel {
	margin: 0;
	padding: 0;
	border: transparent;
}
#accordion .panel-heading {
	padding: 0;
	border: 1px solid #ddd;
	margin: 0;
	border-bottom: 0;
}
#accordion .panel-body {
	background: #556465;
	color: #efefef;
	font-weight: 100;
	letter-spacing: 0.1em;
}
#accordion .panel-body {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 2em;
}
#accordion .panel:last-child {
	border-bottom: 1px solid #ddd;
}
#accordion .panel-heading a {
	display: inline-block;
	width: 100%;
	padding: 1em;
}
#accordion .panel-title {
	padding: 1em;
}
.panel-group .panel+.panel {
	margin-top: 0;
}
/** expand the link to fill the whole tab **/

#accordion .panel-title a {
	display: block;
	padding: 10px 15px;
	margin: -10px -15px;
	outline: none;
}
#accordion .accordion-toggle i {
	margin-right: 10px;
}
/*Panel accordion ends here
/*Sparkline CSS Starts Here*/

#result {
	text-align: right;
	color: gray;
	min-height: 2em;
}
#table-sparkline {
	margin: 0 auto;
	border-collapse: collapse;
}
.highcharts-tooltip>span {
	background: white;
	border: 1px solid silver;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #888;
	padding: 8px;
}
/*--#Sparkline CSS Ends Here */
 /*Carousel Starts here*/
 .carousel-inner .thumbnail img {
	width: 100%;
	height: 140px;
}

.carousel-inner .col-item .photo img {
	width: 100%;
	height: 160px;
	padding: 5px;
}
/*--#Carousel ends here*/
/*Reset CSS*/
/*Text Select bg color*/

.btn-group-vertical .btn,
.form-group .btn,
.input-group .btn,
.btn-group .btn {
	margin: 0;
}
#sidebar-wrapper {
	letter-spacing: 0.1em;
}

/*Panels*/

.panel {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
	border-color: rgba(0, 0, 0, 0);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.panel .panel-heading {
	/* font-size: inherit;*/
	font-weight: 500;
	letter-spacing: 0.1em;
}
.panel-primary-border-top {
	border-top: 3px solid #808de9;
}
.panel-success-border-top {
	border-top: 3px solid #7de87a;
}
.panel-info-border-top {
	border-top: 3px solid #b2e3ee;
}
.panel-danger-border-top {
	border-top: 3px solid #e8736f;
}
.panel-warning-border-top {
	border-top: 3px solid #f7a202;
}
/*Panel CSS for Left Heading*/

.panel {
	position: relative;
}
.panel-default > .panel-leftheading {
	color: #555;
	background-color: rgba(245, 240, 240, 1);
	border-color: rgba(245, 240, 240, 1);
}
.panel-primary > .panel-leftheading {
	color: #fff;
	background-color: rgba(52, 172, 220, 1);
	border-color: rgba(52, 172, 220, 1);
}
.panel-success > .panel-leftheading {
	color: #fff;
	background-color: rgba(76, 217, 100, 1);
	border-color: rgba(76, 217, 100, 1);
}
.panel-info > .panel-leftheading {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(91, 202, 255, 1);
	border-color: rgba(91, 202, 255, 1);
}
.panel-warning > .panel-leftheading {
	color: #fff;
	background-color: rgba(249, 158, 30, 1);
	border-color: rgba(249, 158, 30, 1);
}
.panel-danger > .panel-leftheading {
	color: #fff;
	background-color: rgba( 255, 76, 64, 1);
	border-color: rgba( 255, 76, 64, 1);
}
.panel-inverse > .panel-leftheading {
	color: #fff;
	background-color: rgba(112, 114, 113, 1);
	border-color: rgba(34, 38, 41, 1);
}
.panel-leftheading {
	width: 42px;
	padding: 10px 15px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	float: left;
	height: 100%;
	position: absolute;
}
.panel-lefttitle {
	bottom: -10px;
	margin-left: 0;
	font-size: inherit;
	letter-spacing: 0.1em;
	color: inherit;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(270deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(270deg);
	-o-transform-origin: left top;
	transform: rotate(270deg);
	transform-origin: left top;
	position: absolute;
	white-space: nowrap;
}
.panel-rightbody {
	float: left;
	margin-left: 45px;
	padding: 15px;
}
.panel-shadow {
	border: 1px solid #ccc;
}
/*Customized panel*/
/*Panels */

.panel-default {
	background-color: rgb(255, 255, 255);
}
.panel-default > .panel-heading {
	color: #252525;
	background-color: rgb(255, 255, 255);
	border-color: transparent;
	padding: 1.8em 2em 0.5em;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
	color: #252525;
	background-color: transparent;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: transparent;
}
/*Panel Primary*/

.panel-primary {
	border-color: rgba(52, 172, 220, 1);
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: rgba(52, 172, 220, 0.8);
	border-color: rgba(52, 172, 220, 1);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(52, 172, 220, 1);
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: rgba(52, 172, 220, 1);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgba(52, 172, 220, 1);
}
/*Panel Success*/

.panel-success {
	border-color: rgba(76, 217, 100, 1);
}
.panel-success > .panel-heading {
	color: #fff;
	background-color: rgba(76, 217, 100, 0.8);
	border-color: rgba(76, 217, 100, 1);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(76, 217, 100, 1);
}
.panel-success > .panel-heading .badge {
	color: #fff;
	background-color: rgba(76, 217, 100, 1);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgba(76, 217, 100, 1);
}
/*Panel Info*/

.panel-info {
	border-color: rgba(91, 202, 255, 1);
}
.panel-info > .panel-heading {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(91, 202, 255, 0.8);
	border-color: rgba(91, 202, 255, 1);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(91, 202, 255, 1);
}
.panel-info > .panel-heading .badge {
	color: #fff;
	background-color: rgba(91, 202, 255, 1);
	)
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgba(91, 202, 255, 1);
}
/*Panel Warning*/

.panel-warning {
	border-color: rgba(249, 158, 30, 1);
}
.panel-warning > .panel-heading {
	color: #fff;
	background-color: rgba(249, 158, 30, 0.8);
	border-color: rgba(249, 158, 30, 1);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(249, 158, 30, 1);
}
.panel-warning > .panel-heading .badge {
	color: #fff;
	background-color: rgba(249, 158, 30, 1);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgba(249, 158, 30, 1);
}
/*Panel Danegr*/

.panel-danger {
	border-color: rgba( 255, 76, 64, 1);
}
.panel-danger > .panel-heading {
	color: #fff;
	background-color: rgba( 255, 76, 64, 0.8);
	border-color: rgba( 255, 76, 64, 1);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba( 255, 76, 64, 1);
}
.panel-danger > .panel-heading .badge {
	color: rgba( 255, 76, 64, 1);
	background-color: rgba( 255, 76, 64, 1);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgba( 255, 76, 64, 1);
}
.panel-transparent,
.panel-transparent .panel-heading,
.panel-transparent .panel-heading .panel-title,
.panel-transparent .panel-body,
.panel-transparent .panel-footer {
	background: transparent;
}
.panel-transparent .panel-heading{
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.panel-border-top {
	border-top: 3px solid #d064ce;
}
.pale-panel-border-top {
	border-top: 3px solid rgba(91, 202, 255, 1);
}
.setting-icon-menu {
	background: transparent;
	border: 1px solid rgba(0,0,0,0);
	border-color: rgba(200,200,200,0) !important;
	color: rgb(30, 109, 109);
	padding: 4px 5px;
    margin: 6px;
    border-radius: 100% !important;
}
.setting-icon-menu i{
	font-size: 1.3em;
}
.panel-with-options .dropdown-menu{
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 5px solid rgba(255, 55, 55, 0.5);
}
/*Panel Inverse ----- Custom Panel style*/

.panel-inverse {
	border-color: rgba(112, 114, 113, 1);
}
.panel-inverse > .panel-heading {
	color: #fff;
	background-color: rgba(112, 114, 113, 1);
	border-color: rgba(112, 114, 113, 0.1);
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(112, 114, 113, 0.1);
}
.panel-inverse > .panel-heading .badge {
	color: #f2dede;
	background-color: rgb(112, 114, 113, );
}
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgba(112, 114, 113, 0.1);
}
/*Panel-icon in Panel-heading*/

.panel-icon {
	/* font-size: 30px;*/
	float: left;
	padding: 12px 15px 12px;
	margin: -11px 9px 0 -10px;
	background: transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 100%;
}
.setting-icons.pull-right a {
	float: left;
	padding: 0 8px;
}
/*List Group active*/

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background: rgba(52, 172, 220, 1);
	color: white;
	border: transparent;
}
/*Icon BG
// Call this class for getting the Icon as Background 
*/

.icon-bg {
	overflow: hidden;
}
.icon-bg .icon {
	position: absolute;
	z-index: 0;
	font-size: 8em;
	top: -30px;
	left: -18px;
	z-index: 1;
	/* Safari */
	
	-webkit-transform: rotate(25deg);
	/* Firefox */
	
	-moz-transform: rotate(25deg);
	/* IE */
	
	-ms-transform: rotate(25deg);
	/* Opera */
	
	-o-transform: rotate(25deg);
	/* Internet Explorer */
	
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*Call this class for getting the imagr border as round
Bootstrap '.img-circle' will not work
*/

.img-circle {
	border-radius: 100%;
}
/*Backgrounds*/

.bg-info,
.info-bg {
	background: rgba(91, 202, 255, 1);
}
.bg-danger,
.danger-bg {
	background: rgba( 255, 76, 64, 1);
}
.bg-success,
.success-bg {
	background: rgba(76, 217, 100, 1);
}
.bg-warning,
.warning-bg {
	background: rgba(249, 158, 30, 1);
}
.bg-primary,
.primary-bg {
	background: rgba(52, 172, 220, 1);
}
.bg-default,
.default-bg {
	background: rgba(245, 240, 240, 1);
}
.bg-inverse,
.inverse-bg {
	background: rgba(112, 114, 113, 1);
}
.bg-inverse,
.inverse-bg {
	background: rgba(34, 38, 41, 1);
	color: rgba(255, 255, 255, 0.8)
}
.tranparent-bg {
	background: transparent;
}
/*Gradient Backgrounds*/

.default-grad-bg {
	background: rgba(229, 234, 235, 1);
	background: -moz-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(190, 201, 206, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229, 234, 235, 1)), color-stop(100%, rgba(190, 201, 206, 1)));
	background: -webkit-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(190, 201, 206, 1) 100%);
	background: -o-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(190, 201, 206, 1) 100%);
	background: -ms-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(190, 201, 206, 1) 100%);
	background: linear-gradient(to bottom, rgba(229, 234, 235, 1) 0%, rgba(190, 201, 206, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5eaeb', endColorstr='#bec9ce', GradientType=0);
}
/*Texts Starts Here*/

.text-info {
	color: rgba(91, 202, 255, 1);
}
.text-danger {
	color: rgba( 255, 76, 64, 1);
}
.text-success {
	color: rgba(76, 217, 100, 1);
}
.text-warning {
	color: rgba(249, 158, 30, 1);
}
.text-primary {
	color: rgba(52, 172, 220, 1);
}
.text-default {
	color: rgba(245, 240, 240, 1);
}
.text-inverse {
	color: rgba(112, 114, 113, 1);
}
/*../Texts Ends Here*/
/*Table Colors Starts Here */

.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: rgba(153, 218, 218, 0.5);
}
.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: rgba(246, 173, 185, 0.5);
}
.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: rgba(76, 217, 100, 0.5);
}
.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: rgba(249, 158, 30, 0.5);
}
.table>tbody>tr.primary>td,
.table>tbody>tr.primary>th,
.table>tbody>tr>td.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr.primary>td,
.table>tfoot>tr.primary>th,
.table>tfoot>tr>td.primary,
.table>tfoot>tr>th.primary,
.table>thead>tr.primary>td,
.table>thead>tr.primary>th,
.table>thead>tr>td.primary,
.table>thead>tr>th.primary {
	background: rgba(52, 172, 220, 0.5);
}
.table>tbody>tr.default>td,
.table>tbody>tr.default>th,
.table>tbody>tr>td.default,
.table>tbody>tr>th.default,
.table>tfoot>tr.default>td,
.table>tfoot>tr.default>th,
.table>tfoot>tr>td.default,
.table>tfoot>tr>th.default,
.table>thead>tr.default>td,
.table>thead>tr.default>th,
.table>thead>tr>td.default,
.table>thead>tr>th.default {
	background: rgba(245, 240, 240, 0.5);
}
.table>tbody>tr.inverse>td,
.table>tbody>tr.inverse>th,
.table>tbody>tr>td.inverse,
.table>tbody>tr>th.inverse,
.table>tfoot>tr.inverse>td,
.table>tfoot>tr.inverse>th,
.table>tfoot>tr>td.inverse,
.table>tfoot>tr>th.inverse,
.table>thead>tr.inverse>td,
.table>thead>tr.inverse>th,
.table>thead>tr>td.inverse,
.table>thead>tr>th.inverse {
	background: rgba(112, 114, 113, 0.5);
}
/*../Tabel colors Ends Here*/
/*Badges Starts Here*/

.badge-info {
	background: rgba(91, 202, 255, 1);
	border: none;
}
.badge-danger {
	background: rgba( 255, 76, 64, 1);
	border: none;
}
.badge-success {
	background: rgba(76, 217, 100, 1);
	border: none;
}
.badge-warning {
	background: rgba(249, 158, 30, 1);
	border: none;
}
.badge-primary {
	background: rgba(52, 172, 220, 1);
	border: none;
}
.badge-default {
	background: rgba(245, 240, 240, 1);
	border: none;
}
.badge-inverse {
	background: rgba(112, 114, 113, 1);
	border: none;
}
/*../Badge Ends Here */
/*Labels*/

.label-info {
	background: rgba(91, 202, 255, 1);
}
.label-danger {
	background: rgba( 255, 76, 64, 1);
}
.label-success {
	background: rgba(76, 217, 100, 1);
}
.label-warning {
	background: rgba(249, 158, 30, 1);
}
.label-primary {
	background: rgba(52, 172, 220, 1);
}
.label-default {
	background: rgba(245, 240, 240, 1);
}
.label-inverse {
	background: rgba(112, 114, 113, 1);
	color: white;
}
/*../Labels Ends Here*/
/*Alerts*/

.alert-info {
	background: rgba(153, 218, 218, 0.3);
}
.alert-danger {
	background: rgba(246, 173, 185, 0.3);
}
.alert-success {
	background: rgba(76, 217, 100, 0.3);
}
.alert-warning {
	background: rgba(249, 158, 30, 0.3);
}
.alert-primary {
	background: rgba(52, 172, 220, 0.3);
}
.alert-default {
	background: rgba(245, 240, 240, 1);
	border-color: rgba(112, 114, 113, 0.3);
}
.alert-inverse {
	background: rgba(112, 114, 113, 0.3);
	color: white;
	border-color: rgba(112, 114, 113, 0.3);
}
/*../Alert Ends Here*/
/*Progressive Bars*/

.progress-bar {
	background: rgba(52, 172, 220, 1);
}
.progress-bar-info {
	background: rgba(91, 202, 255, 1);
}
.progress-bar-danger {
	background: rgba( 255, 76, 64, 1);
}
.progress-bar-success {
	background: rgba(76, 217, 100, 1);
}
.progress-bar-warning {
	background: rgba(249, 158, 30, 1);
}
.progress-bar-primary,
{
	background: rgba(52, 172, 220, 1);
}
.progress-bar-default {
	background: rgba(245, 240, 240, 1);
}
.progress-bar-inverse {
	background: rgba(112, 114, 113, 1);
}
.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, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	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 Thin*/

.progress-thin {
	height: 4px;
}
.progress-thin .progress-bar-striped,
.progress-thin .progress-striped .progress-bar {
	background-size: 15px 15px;
}
/*../Progressive bar Ends Here*/
/*Buttons CSS*/
/*Ripple Effect*/

.ripple .btn,
.ripple button,
.ripple a {
	overflow: hidden;
	display: inline-block;
	position: relative;
}
/* -- Ripple effect -------------------------------- */

.ripple-effect button {
	/*position: relative;*/
	
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.ink {
	display: block;
	position: absolute;
	pointer-events: none;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: rgba(255, 255, 255, 0.5);
	/*Enable this if you are using # code for background color up here
	opacity: 1;*/
}
.ink.animate {
	-webkit-animation: ripple .5s linear;
	-moz-animation: ripple .5s linear;
	-ms-animation: ripple .5s linear;
	-o-animation: ripple .5s linear;
	animation: ripple .5s linear;
}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}
@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-moz-keyframes ripple {
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-ms-keyframes ripple {
	100% {
		opacity: 0;
		-ms-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-o-keyframes ripple {
	100% {
		opacity: 0;
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}
/*Page Loader*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.95);
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	
	animation: spin 2s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	
	animation: spin 3s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	
	animation: spin 1.5s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		
		-ms-transform: rotate(0deg);
		/* IE 9 */
		
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		
		-ms-transform: rotate(360deg);
		/* IE 9 */
		
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		
		-ms-transform: rotate(0deg);
		/* IE 9 */
		
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		
		-ms-transform: rotate(360deg);
		/* IE 9 */
		
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}
/*../Page Loader Ends Here*/
/*Panel with  Tabs*/

.panel-title .panel-tabs {
	clear: both;
	border-bottom: 1px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.panel-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.panel-tabs > li > a {
	margin-right: 2px;
	margin-top: 4px;
	line-height: .85;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}
.panel-tabs > li > a:hover {
	border-color: transparent;
	color: #ffffff;
	background-color: transparent;
}
.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .23);
	border-bottom-color: transparent;
}
/*../Panels with Tabs Ends Here*/
/* back to top */

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	opacity: 0.5;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	z-index: 20005;
}
.back-to-top:hover {
	opacity: 1;
}
.panel-title .dropdown {
	position: absolute;
	top: 0;
	right: 0;
}

/*Modal*/

.modal button.close {
	-webkit-appearance: none;
	cursor: pointer;
	border: 0;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 18px;
	text-align: center;
	/* font-size: 2em;*/
	font-weight: 300;
	padding: 0;
	opacity: 1;
	margin: 5px;
	position: absolute;
	right: 0;
	z-index: 400005;
}
.modal-content {
	border-color: transparent;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
}
/*Modal css*/

.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
/* Alternative Angles */

.modal.fade:not(.in).top-left .modal-dialog {
	-webkit-transform: translate3d(-25%, -25%, 0);
	transform: translate3d(-25%, -25%, 0);
}
.modal.fade:not(.in).top-right .modal-dialog {
	-webkit-transform: translate3d(25%, -25%, 0);
	transform: translate3d(25%, -25%, 0);
}
.modal.fade:not(.in).bottom-left .modal-dialog {
	-webkit-transform: translate3d(-25%, 25%, 0);
	transform: translate3d(-25%, 25%, 0);
}
.modal.fade:not(.in).bottom-right .modal-dialog {
	-webkit-transform: translate3d(25%, 25%, 0);
	transform: translate3d(25%, 25%, 0);
}
/*--# Model Ends here*/

/*SISUR*/
.sign-box input {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-wieght: 400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.sign-box{
	margin: 0 auto;
}
/* --#SISUR ends here*/

/*Animate Page*/
.js--animations{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* font-size: smaller;*/
	color: inherit;
	padding: 0.7em;
	background-image: url("../images/ddown.svg"), none;
	background-repeat: no-repeat;
	background-size: 1.5rem 1rem;
	background-position: right center;
}
.animate-box{
	min-height: 500px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 10em 0;
}
.site__title.mega{
	/* font-size: 60px;*/
}
/*--#Animate Ends here */


.highcharts-container{
/** Rules it should follow **/
	width: 100% !important;
}

/* Vector Maps */
.rightPanel, .mapael .map  {
    border-radius: 0px;
 }
 
 /* Updated CSS */
 .label {
    background: rgba(0,0,0,0.3);
}

.label-default {
    background: #616670;
}
.label-primary {
    background: #40babd;
}
.theme-2 .label-primary {
    background: #6dbd63;
}
.theme-3 .label-primary {
    background: #497cb1;
}
.theme-4 .label-primary {
    background: #ec6952;
}
.label-success {
    background: #75c181;
}
.label-info {
    background: #58bbee;
}
.label-warning {
    background: #f8a13f;
}
.label-danger {
    background: #f77b6b;
}
.buynow {
    position: fixed;
    bottom: 1px;
    left: 30px;
    z-index: 1111;
}
/* Dragit */
.dragit .panel-heading {
    cursor: move;
}

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin-left: 5px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

.resetrating { 
  border: none;
  float: left;
}

.resetrating > input { display: none; } 
.resetrating > label:before { 
  margin-left: 5px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f056";
}

.resetrating > label { 
  color: #ddd; 
 float: right; 
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.resetrating > input:checked ~ label, /* show gold star when clicked */
.resetrating:not(:checked) > label:hover, /* hover current star */
.resetrating:not(:checked) > label:hover ~ label { color: #ddd;  } /* hover previous stars in list */

.resetrating > input:checked + label:hover, /* hover current star when changing rating */
.resetrating > input:checked ~ label:hover,
.resetrating > label:hover ~ input:checked ~ label, /* lighten current selection */
.resetrating > input:checked ~ label:hover ~ label { color: #FFD700;  } 

.hidepanel { 
  border: none;
  float: right;
}

.hidepanel > input { display: none; } 
.hidepanel > label:before { 
  margin: 0px 5px 0px 5px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f057";
}

.hidepanel > label { 
  color: #ddd; 
 float: right; 
}

.hidepanel > input:checked ~ label, /* show gold star when clicked */
.hidepanel:not(:checked) > label:hover, /* hover current star */
.hidepanel:not(:checked) > label:hover ~ label { color: red;  } /* hover previous stars in list */

.hidepanel > input:checked + label:hover, /* hover current star when changing rating */
.hidepanel > input:checked ~ label:hover,
.hidepanel > label:hover ~ input:checked ~ label, /* lighten current selection */
.hidepanel > input:checked ~ label:hover ~ label { color: #ddd;  } 

.showpanel { 
  border: none;
  float: right;
}

.showpanel > input { display: none; } 
.showpanel > label:before { 
  margin: 0px 5px 0px 5px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f055";
}

.showpanel > label { 
  color: #ddd; 
 float: right; 
}

.showpanel > input:checked ~ label, /* show gold star when clicked */
.showpanel:not(:checked) > label:hover, /* hover current star */
.showpanel:not(:checked) > label:hover ~ label { color: green;  } /* hover previous stars in list */

.showpanel > input:checked + label:hover, /* hover current star when changing rating */
.showpanel > input:checked ~ label:hover,
.showpanel > label:hover ~ input:checked ~ label, /* lighten current selection */
.showpanel > input:checked ~ label:hover ~ label { color: #ddd;  } 

.acc_menu { 
  border: none;
  float: right;
}

.acc_menu > input { display: none; } 
.acc_menu > label:before { 
  margin: 0px 5px 0px 5px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f196";
}

.acc_menu > input:checked + label:before { 
  margin: 0px 5px 0px 5px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f147";
}



