﻿/* ---------------------------------------------------------------------- */
/*	Import fonts
 /* ---------------------------------------------------------------------- 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);*/

/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
 /* ---------------------------------------------------------------------- */
body {
	color: #212121;
	direction: ltr;
	/*font-family: 'Open+Sans', sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	padding: 0px !important;
	margin: 0px !important;
	background: #ffffff;
}
body.bg_style_1 {
	background: url("../images/bg.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_2 {
	background: url("../images/bg_2.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_3 {
	background: url("../images/bg_3.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_4 {
	background: url("../images/bg_4.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_5 {
	background: url("../images/bg_5.png") rgba(0, 0, 0, 0) !important;
}
a, a:focus, a:hover, a:active {
	outline: 0 !important;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
}
/* ---------------------------------------------------------------------- */
/*	Forms
 /* ---------------------------------------------------------------------- */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border: 1px solid #2121218c;
	/*border-radius: 0 0 0 0 !important;*/
	color: #212121;
	font-family: inherit;
	font-size: 14px;
	font-weight:normal;
	line-height: 2;
	padding: 10px 8px;
	transition-duration: 0.1s;
	box-shadow: none;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
	border-color: #B5B5B5;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
label {
	font-weight: normal;
}
span.input-icon, span.input-help {
	display: block;
	position: relative;
}
.input-icon > input {
	padding-left: 25px;
	padding-right: 6px;
}
.input-icon.input-icon-right > input {
	padding-left: 6px;
	padding-right: 25px;
}
span.input-help > input {
	padding-left: 30px;
	padding-right: 6px;
}
.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
	bottom: 0;
	color: #909090;
	display: inline-block;
	font-size: 14px;
	left: 5px;
	line-height: 35px;
	padding: 0 3px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="clip-"] {
	left: auto;
	right: 4px;
}
.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="clip-"] {
	color: #557799;
}
.help-button {
	background-color: #65BCDA;
	border-radius: 100% 100% 100% 100%;
	color: #FFFFFF;
	cursor: default;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 0;
	text-align: center;
	width: 20px;
	line-height: 20px;
	top: 7px;
	left: 7px;
}
.help-button:before {
	content: "\f128";
	display: inline;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
	font-style: normal;
}
select.form-control {
	background-color: #FFFFFF;
	border: 1px solid #2121218c;
	border-radius: 0 0 0 0;
	color: #212121;
}
select.form-control option {
	padding: 3px 4px;
}
.form-control.search-select {
	padding: 0 !important;
	box-shadow: none;
	border: none;
}
.select2-container .select2-choice {
	background-clip: padding-box !important;
	background-color: #FFFFFF !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #555555 !important;
	display: block !important;
	height: 34px !important;
	line-height: 29px !important;
	margin-top: 3px !important;
	overflow: hidden !important;
	padding: 0 12px 0 8px !important;
	position: relative !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none !important;
	background-color: #FFFFFF !important;
	width: 28px !important;
	text-align: center;
}
.select2-container .select2-choice .select2-arrow b {
	background: none !important;
	display: block;
	height: 100%;
	width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
	content: "\f078";
	display: inline;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
}
.select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before {
	content: "\f077";
}
.select2-container-multi .select2-choices {
	background-image: none !important;
	background-color: #FFFFFF !important;
}

.limiterBox {
	border-top: 0;
	background-color: #65BCDA !important;
	padding: 3px 6px;
	font-size: 12px;
	color: #FFF;
	margin-top: 6px
}
.limiterBox:after {
	display: none
}
.limiterBox:before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -8px;
	left: 50%;
	margin-left: -5px;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #65BCDA;
	border-width: 0 8px 8px
}
textarea.autosize {
	vertical-align: top;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
}

.radio label.radio-inline, .checkbox label.checkbox-inline {
	display: inline-block;
}

.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
	margin-right: 10px !important;
	margin-top: 5px !important;
	margin-left: 0 !important;
	margin-bottom: 10px !important;
}
.radio label, .checkbox label {
	margin-bottom: 5px;
}
.checkbox-table {
	display: inline-block;
	margin: 2px 0 0 0;
	padding-left: 20px;
	line-height: 10px;
}
.checkbox-table label {
	margin-bottom: 0;
}
[class^="icheckbox_"], [class*="icheckbox_"], [class^="iradio_"], [class*="iradio_"] {
	float: left !important;
	margin: 0 5px 0 -20px !important;
}
.help-inline {
	margin-top: 6px;
	color: #737373;
}
.help-block.error {
	color: #B94A48;
}

.symbol.required:before {
	content: "*";
	display: inline;
	color: #E6674A;
}
.symbol.ok:before {
	content: "\f00c";
	display: inline;
	font-family: FontAwesome;
	color: #468847;
}
.has-error .note-editor, .has-error .cke_chrome {
	border-color: #B94A48 !important;
}
.form-group .text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 7px;
}
/* ---------------------------------------------------------------------- */
/*	Generic Classes
 /* ---------------------------------------------------------------------- */
.no-padding {
	padding: 0 !important;
}
.no-display {
	display: none;
}
.example {
	margin: 15px 0;
	padding: 14px 19px;
}
.widget {
	-moz-box-sizing: content-box;
	color: #333;
	margin-bottom: 30px;
	padding: 10px 12px;
	position: relative;
}
.space5 {
	display: block;
	margin-bottom: 5px !important;
	clear: both;
}

.space7 {
	margin-bottom: 7px !important;
	clear: both;
}

.space10 {
	margin-bottom: 10px !important;
	clear: both;
}

.space12 {
	margin-bottom: 12px !important;
	clear: both;
}

.space15 {
	margin-bottom: 15px !important;
	clear: both;
}

.space20 {
	margin-bottom: 20px !important;
	clear: both;
}
.teal {
	color: #569099;
}
a.teal:hover {
	color: #4d8189;
}
.orange {
	color: #E6674A;
}
a.orange:hover {
	color: #E35434;
}
.bricky {
	color: #C83A2A;
}
a.bricky:hover {
	color: #B33426;
}
.circle-img {
	border-radius: 100% 100% 100% 100%;
}
.center {
	text-align: center;
}
.go-top {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: -2px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
/* ---------------------------------------------------------------------- */
/*  Navbar and navbar elements
 /* ---------------------------------------------------------------------- */
.navbar {
	margin: 0 !important;
	padding: 0 !important;
	/*min-height: 72px;*/
	border-radius: 0;
	border-right: none;
	border-left: none;
	border-top: none;
	background: none;
	border-color: #ffffff;
}
.header-default .navbar {
	position: relative !important;
}
.navbar > .container .navbar-brand, .logo {
	padding: 14px 0px 12px;
	margin-left: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	/*min-width: 210px;*/
	padding-top:2px;
}
.navbar > .container .navbar-brand i, .logo i {
	font-size: 20px;
}
.navbar-tools > ul {
	list-style: none;
}
.navbar-tools > ul > li > a {
	padding: 15px 15px 9px;
	font-size: 16px;
	line-height: 26px;
}
.navbar-tools li.view-all a {
	padding: 8px 8px 6px !important;
}
.navbar-tools > ul > li {
	float: left;
}
.navbar-tools .dropdown-menu {
	background: none repeat scroll 0 0 white;
	border: 1px solid #C7CBD5;
	border-radius: 0 0 4px 4px;
	box-shadow: none;
	list-style: none outside none;
	margin: 0;
	max-width: 300px;
	min-width: 300px;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 1000;
}

.navbar-tools .dropdown-menu > li {
height: 50px;
}

.navbar-tools .drop-down-wrapper {
	height: 250px;
	width: 270px;
	overflow: hidden;
	position: relative;
}
.navbar-tools .drop-down-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.notifications li, ul.todo li, ul.posts li {
	min-width: 260px;
}
.navbar-tools > ul > li.dropdown {
	margin-left: 2px;
	margin-right: 2px;
}

.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
	background-color: #F4F6F9 !important;
	background-image: none;
	filter: none;
	color: #000;
	text-decoration: none;
}
.drop-down-wrapper ul > li:last-child a {
	border-bottom: none;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
	display: block;
	font-weight: bold;
	margin: -1px;
	padding: 5px 10px;
}
.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
	color: #333333;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 8px 8px 6px;
	border-bottom: 1px solid rgba(100, 100, 100, 0.22);
	white-space: normal !important;
	display: block;
}
.navbar-tools .dropdown-menu > li:last-child a {
	border-bottom: none !important;
	border-radius: 0 0 6px 6px;
}
li.dropdown.current-user .dropdown-toggle {
	padding: 10px 9px 9px 9px;
}
li.dropdown.current-user .dropdown-menu li a {
	border-bottom: none !important;
	height:inherit;
	font-weight: bold;
	font-size:14px;
}
.navbar-tools .dropdown-menu li p {
	font-weight: bold;
}
.navbar-tools .dropdown-menu li a .author {
	/*color: #0362FD;*/
	display: block;
}
.navbar-tools .dropdown-menu li a .preview {
	display: block;
}
.navbar-tools .dropdown-menu li a .time {
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	display: block;
	float: right;
}
.navbar-tools .dropdown-menu li.view-all a i {
	float: right;
	margin-top: 4px;
}
.navbar-tools .dropdown-menu.notifications li > a > .label {
	margin-right: 2px;
	padding: 2px 4px;
	text-align: center !important;
}
.navbar-tools .thread-image {
	margin-right: 8px;
	float: left;
	height: 50px;
	width: 50px;
}
.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
	border-radius: 12px 12px 12px 12px !important;
	font-size: 11px !important;
	font-weight: 300;
	padding: 3px 6px;
	position: absolute;
	right: 24px;
	text-align: center;
	text-shadow: none !important;
	top: 8px;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
	margin-top: 5px;
	margin-bottom: 4px;
}
.navbar-toggle span {
	font-size: 16px;
}
/* ---------------------------------------------------------------------- */
/*	Search Box
 /* ---------------------------------------------------------------------- */
.search-box
{
	display:none!important;
}
.search-box:before {
	content: " " !important;
}
.search-box {
	float: right;
}
.sidebar-search {
	margin: -3px 0 0 0;
	padding: 0 30px 0 5px;
	display: inline-block;
	background: #E4E5E6;
	border-radius: 5px;
	color: #555555;
	position: absolute;
	right: 10px;
	top: 15px;
	min-height: 28px;
	min-width: 28px;
}
.sidebar-search .form-group {
	margin: 0;
	padding: 0;
}
.sidebar-search .form-group input {
	background: none;
	border: none;
	width: 130px;
}
.sidebar-search .form-group input:focus {
	box-shadow: none;
}
.sidebar-search .form-group button {
	background: none;
	border: none;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 28px;
}
.sidebar-search .form-group button i {
	color: #999999;
}
.search-box .show-search {
	position: absolute;
	right: 15px;
	top: 12px;
	background: #D9D9D9;
	padding: 4px 10px;
	border-radius: 5px;
}
.search-box .show-search:hover {
	text-decoration: none;
}
.search-box .show-search i {
	color: #999999;
}
/* ---------------------------------------------------------------------- */
/*	Buttons
 /* ---------------------------------------------------------------------- */
.btn {
	/*font-family: 'Open Sans';*/
	font-family: "Poppins", sans-serif;
}
.btn-teal {
	background-color: #569099;
	border-color: #4d8189;
	color: #ffffff;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
	background-color: #4d8189;
	border-color: #447178;
	color: #ffffff;
}
.btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
	background-color: #569099;
	border-color: #569099;
	color: #ffffff;
}

.btn-beige {
	background-color: #cc9;
	border-color: #c4c488;
	color: #ffffff;
}
.btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
	background-color: #c4c488;
	border-color: #bbbb77;
	color: #ffffff;
}
.btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
	background-color: #cc9;
	border-color: #cc9;
	color: #ffffff;
}
.btn-dark-beige {
	background-color: #afaa6d;
	border-color: #a6a05d;
	color: #ffffff;
}
.btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
	background-color: #a6a05d;
	border-color: #979152;
	color: #ffffff;
}
.btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
	background-color: #afaa6d;
	border-color: #afaa6d;
	color: #ffffff;
}
.btn-orange {
	background-color: #e6674a;
	border-color: #e35434;
	color: #ffffff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
	background-color: #e35434;
	border-color: #de421f;
	color: #ffffff;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
	background-color: #e6674a;
	border-color: #e6674a;
	color: #ffffff;
}
.btn-purple {
	background-color: #57517b;
	border-color: #413d5c;
	color: #ffffff;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
	background-color: #4c476c;
	border-color: #413d5c;
	color: #ffffff;
}
.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
	background-color: #57517b;
	border-color: #333;
	color: #ffffff;
}

.btn-dark-grey {
	background-color: #333;
	border-color: #333;
	color: #ffffff;
}
.btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
	background-color: #262626;
	border-color: #1a1a1a;
	color: #ffffff;
}
.btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
	background-color: #333;
	border-color: #333;
	color: #ffffff;
}
.btn-med-grey {
	background-color: #666;
	border-color: #595959;
	color: #ffffff;
}
.btn-med-grey:hover, .btn-med-grey:focus, .btn-med-grey:active, .btn-med-grey.active {
	background-color: #595959;
	border-color: #4d4d4d;
	color: #ffffff;
}
.btn-med-grey.disabled:hover, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:active, .btn-med-grey.disabled.active, .btn-med-grey[disabled]:hover, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:active, .btn-med-grey[disabled].active, fieldset[disabled] .btn-med-grey:hover, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey.active {
	background-color: #666;
	border-color: #666;
	color: #ffffff;
}
.btn-light-grey {
	background-color: #999;
	border-color: #8c8c8c;
	color: #ffffff;
}
.btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
	background-color: #8c8c8c;
	border-color: #808080;
	color: #ffffff;
}
.btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
	background-color: #999;
	border-color: #999;
	color: #ffffff;
}
.btn-bricky  {
	/*background-color: #0881c0;
	border-color: #0881c0;
	color: #ffffff;*/
	
	background-color: #e2222f;
    border-color: #e2222f;
    color: #ffffff;
}
.btn-bricky:hover, .btn-bricky:focus, .btn-bricky:active, .btn-bricky.active {
	/*background-color: #0881c0;
	border-color: #0881c0;
	color: #ffffff;*/
	
	background-color: #e2222f;
    border-color: #e2222f;
    color: #ffffff;
}
.btn-bricky.disabled:hover, .btn-bricky.disabled:focus, .btn-bricky.disabled:active, .btn-bricky.disabled.active, .btn-bricky[disabled]:hover, .btn-bricky[disabled]:focus, .btn-bricky[disabled]:active, .btn-bricky[disabled].active, fieldset[disabled] .btn-bricky:hover, fieldset[disabled] .btn-bricky:focus, fieldset[disabled] .btn-bricky:active, fieldset[disabled] .btn-bricky.active {
	background-color: #C83A2A;
	border-color: #C83A2A;
	color: #ffffff;
}
.btn-green {
	background-color: #3D9400;
	border-color: #327b00;
	color: #ffffff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
	background-color: #327b00;
	border-color: #286100;
	color: #ffffff;
}
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
	background-color: #3D9400;
	border-color: #3D9400;
	color: #ffffff;
}
.btn-blue {
	background-color: #364F6A;
	border-color: #2d4259;
	color: #ffffff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
	background-color: #2d4259;
	border-color: #253648;
	color: #ffffff;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
	background-color: #364F6A;
	border-color: #364F6A;
	color: #ffffff;
}

.btn-yellow {
	background-color: #FFB848;
	border-color: #ffae2f;
	color: #ffffff;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
	background-color: #ffae2f;
	border-color: #ffa415;
	color: #ffffff;
}
.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
	background-color: #FFB848;
	border-color: #FFB848;
	color: #ffffff;
}
.btn-red {
	background-color: #E02222;
	border-color: #cc1d1d;
	color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	background-color: #cc1d1d;
	border-color: #b61919;
	color: #ffffff;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
	background-color: #E02222;
	border-color: #E02222;
	color: #ffffff;
}
.btn-teal .caret, .btn-beige .caret, .btn-dark-beige .caret, .btn-orange .caret, .btn-purple .caret, .btn-dark-grey .caret, .btn-med-grey .caret, .btn-light-grey .caret, .btn-bricky .caret, .btn-green .caret, .btn-blue .caret, .btn-yellow .caret, .btn-red .caret {
	border-top-color: #ffffff;
}
.dropup .btn-teal .caret, .dropup .btn-beige .caret, .dropup .btn-dark-beige .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-dark-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-light-grey .caret, .dropup .btn-bricky .caret, .dropup .btn-green .caret, .dropup .btn-blue .caret, .dropup .btn-yellow .caret, .dropup .btn-red .caret {
	border-bottom: 4px solid #FFFFFF;
}
.btn-squared {
	border-radius: 0 !important;
}
.btn {
	transition: all 0.3s ease 0s !important;
}
.btn-icon {
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(center top , #FAFAFA, #EFEFEF);
	border: 1px solid #DDDDDD;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	cursor: pointer;
	height: 80px;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 5px 0 0;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	color: #333333;
}
.btn-icon:hover {
	border-color: #A5A5A5;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	color: #444444;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}
.btn-icon .badge {
	border-radius: 12px 12px 12px 12px !important;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	color: #FFFFFF !important;
	/*font-family: 'Open Sans';*/
	font-family: "Poppins", sans-serif;
	font-size: 11px !important;
	font-weight: 300;
	padding: 3px 7px;
	position: absolute;
	right: -5px;
	text-shadow: none;
	top: -5px;
}
.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"], .btn-icon [class^="clip-"], .btn-icon [class*=" clip-"] {
	clear: both;
	display: block;
}
.buttons-widget .btn, .buttons-widget .make-switch {
	margin-bottom: 5px;
}
.buttons-widget .btn-group-vertical .btn {
	margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Panel Tools
 /* ---------------------------------------------------------------------- */
.panel-tools {
	position: absolute;
	right: 5px;
	top: 8px;
}
.panel-tools .btn-link {
	color: #0480BE;
}
.panel-tools .btn-link:hover {
	color: #036392;
}
.panel-tools .btn-link {
	color: #57A957;
}
.panel-tools .btn-link:hover {
	color: #417E41;
}
.panel-tools .btn-link {
	color: #C43C35;
}
.panel-tools .btn-link:hover {
	color: #972E28;
}
.panel-tools .btn-link {
	color: #333333;
}
.panel-tools .btn-link:hover {
	color: #000000;
}
.panel-tools .btn-link:focus, .panel-tools .btn-link:hover, .panel-tools .btn-link:active {
	text-decoration: none;
	outline: 0 !important;
}
.panel-tools .btn.expand:before {
	content: "\f077";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
}
.panel-tools .btn.collapses:before {
	content: "\f078";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
}
.panel-tools .btn {
	border-style: none;
}
.panel-tools .btn-link {
	color: #666666;
}
.panel-tools .btn-link:hover {
	color: #333333;
}

/* ---------------------------------------------------------------------- */
/*	Panels and panel elements
 /* ---------------------------------------------------------------------- */
.panel-heading {
	background-color: #F5F4F9;
	background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CDCDCD;
	border-radius: 6px 6px 0 0;
	box-shadow: 0 1px 0 #FFFFFF inset;
	height: 36px;
	padding-left: 40px;
	position: relative;
}
.panel-heading > [class^="fa-"], .panel-heading > [class*=" fa-"], .panel-heading > [class^="icon-"], .panel-heading > [class*=" icon-"], .panel-heading > [class^="clip-"], .panel-heading > [class*=" clip-"] {
	border-right: 1px solid #CDCDCD;
	box-shadow: 1px 0 0 0 #FFFFFF;
	opacity: 0.7;
	padding: 12px 10px 8px;
	position: absolute;
	left: 0;
	top: 0;
	height: 36px;
}
.panel-white {
	box-shadow: none;
}
.panel-white .panel-heading {
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid #CDCDCD;
	border-radius: 6px 6px 0 0;
	box-shadow: none;
	height: 36px;
	padding-left: 40px;
	position: relative;
}
.panel-white .panel-heading > [class^="fa-"], .panel-white .panel-heading > [class*=" fa-"], .panel-white .panel-heading > [class^="icon-"], .panel-white .panel-heading > [class*=" icon-"], .panel-white .panel-heading > [class^="clip-"], .panel-white .panel-heading > [class*=" clip-"] {
	border-right: 1px solid #CDCDCD;
	box-shadow: none;
	opacity: 0.7;
	padding: 12px 10px 8px;
	position: absolute;
	left: 0;
	top: 0;
	height: 36px;
}
.panel-box {
	background: #FAFAFA;
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	clear: both;
	margin-bottom: 16px;
	margin-top: 16px;
	position: relative;
}
.panel.panel-full-screen {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.panel-scroll {
	position: relative;
	margin: 10px;
	padding: 0px;
	width: auto;
	height: 400px;
	overflow: hidden;
}
.panel-box2
{
	background-color:#FFFFFF;
	border-radius:10px;
	padding:10px;
	box-shadow:0 2px 10px 0 rgb(0,0,0);
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);
	
}
/* ---------------------------------------------------------------------- */
/*	Pagination
 /* ---------------------------------------------------------------------- */
.pagination li a {
	cursor: pointer;
}
.pagination.squared {
	border-radius: 0 !important;
}
.pagination.squared li:first-child a, .pagination.squared li:first-child > span {
	border-bottom-left-radius: 0px !important;
	border-left-width: 1px;
	border-top-left-radius: 0px !important;
}
.pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.pagination.pagination-purple li a, .pagination-purple .pagination li a {
	background: #F5F4F9;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 1px;
}
.pagination.pagination-purple li a:hover, .pagination-purple .pagination li a a:hover {
	background: #ECEAF3;
	color: #222222;
	cursor: pointer;
}

.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
	border: none !important;
}

.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
	color: #AAAAAA !important;
}
.pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
	background: #F5F4F9;
	cursor: default !important;
}
.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
	background: #57517B !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination-purple [class^="fa-"], .pagination-purple [class*=" fa-"] {
	color: #57517B;
}
.pagination-purple li.disabled [class^="fa-"], .pagination-purple li.disabled [class*=" fa-"] {
	opacity: 0.5;
}

.pagination.pagination-teal li a, .pagination-teal .pagination li a {
	background: #F3F8F8;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 1px;
}
.pagination.pagination-teal li a:hover, .pagination-teal .pagination li a a:hover {
	background: #D8E4E7;
	color: #222222;
	cursor: pointer;
}

.pagination.pagination-teal li:first-child a, .pagination-teal .pagination li:first-child a {
	border: none !important;
}

.pagination.pagination-teal li.disabled a, .pagination-teal .pagination li.disabled a {
	color: #AAAAAA !important;
}
.pagination.pagination-teal li.disabled a:hover, .pagination-teal .pagination li.disabled a:hover, .pagination.pagination-teal li.disabled a:focus, .pagination-teal .pagination li.disabled a:focus {
	background: #F3F8F8;
	cursor: default !important;
}
.pagination.pagination-teal li.active a, .pagination-teal .pagination li.active a {
	background: #569099 !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination-teal li [class^="fa-"], .pagination-teal li [class*=" fa-"] {
	color: #4D8189;
}
.pagination-teal li.disabled [class^="fa-"], .pagination-teal li.disabled [class*=" fa-"] {
	opacity: 0.5;
}
.pagination.pagination-green li a, .pagination-green .pagination li a {
	background: #EFFBEC;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 1px;
}
.pagination.pagination-green li a:hover, .pagination-green .pagination li a a:hover {
	background: #CEF3C5;
	color: #222222;
	cursor: pointer;
}

.pagination.pagination-green li:first-child a, .pagination-green .pagination li:first-child a {
	border: none !important;
}

.pagination.pagination-green li.disabled a, .pagination-green .pagination li.disabled a,{
color: #AAAAAA !important;
}
.pagination.pagination-green li.disabled a:hover, .pagination-green .pagination li.disabled a:hover, .pagination.pagination-green li.disabled a:focus, .pagination-green .pagination li.disabled a:focus {
	background: #EFFBEC;
	cursor: default !important;
}
.pagination.pagination-green li.active a, .pagination-green .pagination li.active a {
	background: #3D9400 !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination-green [class^="fa-"], .pagination-green [class*=" fa-"] {
	color: #327B00;
}
.pagination-green li.disabled [class^="fa-"], .pagination-green li.disabled [class*=" fa-"] {
	opacity: 0.5;
}
.pagination.pagination-bricky li a {
	background: #FDF8F7;
	border: none !important;
	color: #333333;
	display: inline-block;
	margin-right: 0;
}
.pagination.pagination-bricky li a:hover {
	background: #FBEEEC;
	color: #222222;
	cursor: pointer;
}
.pagination.pagination-bricky li a {
	margin-right: 1px;
}
.pagination.pagination-bricky li:first-child a {
	border: none !important;
}
.pagination.pagination-bricky li.disabled a {
	color: #AAAAAA !important;
}
.pagination.pagination-bricky li.disabled a:hover, .pagination-bricky .pagination li.disabled a:hover, .pagination.pagination-bricky li.disabled a:focus, .pagination-bricky .pagination li.disabled a:focus {
	background: #FDF8F7;
	cursor: default !important;
}
.pagination.pagination-bricky li.active a {
	background: #C83A2A !important;
	border: none !important;
	color: #FFFFFF !important;
	cursor: default !important;
	opacity: 1;
}
.pagination.pagination-bricky [class^="fa-"], .pagination.pagination-bricky [class*=" fa-"] {
	color: #C83A2A;
}
.pagination.pagination-bricky li.disabled [class^="fa-"], .pagination.pagination-bricky li.disabled [class*=" fa-"] {
	opacity: 0.5;
}
/* ---------------------------------------------------------------------- */
/*	ToDo List
 /* ---------------------------------------------------------------------- */
.todo {
	list-style: none;
	margin: 0;
	padding: 0;
}
.todo li a {
	background: white;
	border-bottom: 1px solid #E4E6EB;
	font-size: 12px;
	margin-left: 0 !important;
	padding: 10px 10px 10px 35px !important;
	position: relative;
	display: block;
	color: #333333;
}
.todo li .todo-actions:hover, .todo li .todo-actions:focus {
	text-decoration: none;
	background-color: #F4F6F9 !important;
}
.todo li .todo-actions i {
	color: #C7CBD5;
	font-size: 18px;
	margin: 0 5px 0 0;
	position: absolute;
	left: 10px;
}
.todo li .label {
	position: absolute;
	right: 10px;
	padding: 6px;
}
/* ---------------------------------------------------------------------- */
/*	Activities
 /* ---------------------------------------------------------------------- */
.activities {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.activities li a {
	background: white;
	border-bottom: 1px solid #E4E6EB;
	font-size: 12px;
	margin-left: 0 !important;
	padding: 10px 100px 10px 10px !important;
	position: relative;
	display: block;
	color: #333333;
}
.activities li .activity:hover, .activities li .activity:focus {
	text-decoration: none;
	background-color: #F4F6F9 !important;
}
.activities li .activity .circle-icon {
	font-size: 16px !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}
.activities li .activity img {
	margin-right: 10px;
}
.activities li .time {
	position: absolute;
	right: 10px;
	top: 30px;
	color: #CCCCCC;
}
/* ---------------------------------------------------------------------- */
/*	Main Container and main content elements
 /* ---------------------------------------------------------------------- */
.main-container {
	/*margin-top: 70px;*/
	margin-top: 55px;
}
.page-full-width .main-container {
	margin-top: 98px;
}
.header-default .main-container {
	margin-top: 0 !important;
}
.main-content {
	margin-top: 0;
	background-color: #FFFFFF;
	padding: 0;
}
.container {
	max-width: none;/* !important;*/
	width: auto; /*!important;*/
}
.modcontainer {
	max-width: none !important;
}

.footer-fixed .main-content .container {
	margin-bottom: 22px;
}
/* ---------------------------------------------------------------------- */
/*	Main Navigation
 /* ---------------------------------------------------------------------- */
.main-navigation {
	padding: 0;
	max-height: none !important;
	z-index: 1000;
}
ul.main-navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	
	margin-top: 10px;
    /*margin-left: 10px;*/
    border-color: transparent!important;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
}
.sidebar-fixed .wrap-menu {
	overflow: hidden;
	position: fixed;
	width: 225px;
	height: 300px;
}
ul.main-navigation-menu > li {
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
}
ul.main-navigation-menu > li > a {
	border: 0 none;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 10px 05px 10px 15px;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	/*border-top: 1px solid #FFFFFF;*/
	
}
ul.main-navigation-menu li  a .badge {
	float: right;
	margin-right: 13px;
	margin-top: 1px;
}
ul.main-navigation-menu > li:last-child > a, ul.main-navigation-menu > li.last > a {
	border-bottom-color: transparent !important;
}
ul.main-navigation-menu > li > a i {
	font-size: 16px;
	margin-right: 5px;
	text-shadow: none;
	display: inline-block;
}

ul.main-navigation-menu li a .icon-arrow {
	float: right;
	margin-right: 6px;
}
ul.main-navigation-menu li > a > .icon-arrow:before {
	/*content: "\e163";*/
	content: "\e162";
	font-family: "clip-font";
}
ul.main-navigation-menu li.open > a > .icon-arrow:before {
	content: "\e164";
}
ul.main-navigation-menu > li > a:hover .icon-arrow, ul.main-navigation-menu > li.open > a .icon-arrow {
	opacity: 1;
}
/* 2nd level sub menu */
ul.main-navigation-menu li > ul.sub-menu {
	clear: both;
	list-style: none;
	margin: 8px 0;
	display: none;
	padding: 0;
	position:relative;
}
ul.main-navigation-menu li > ul.sub-menu > li {
	background: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1px !important;
	padding: 0;
	line-height: 2.5em;
}
ul.main-navigation-menu li > ul.sub-menu > li > a {
	background: none;
	display: block;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 40px !important;
	padding-right: 0;
	padding-top: 5px;
	text-decoration: none;
	position: relative;
}
ul.main-navigation-menu li > ul.sub-menu > li > a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    height: 1px;
    width: 18px;
    background: #DBE0E5;
}

ul.main-navigation-menu li > ul.sub-menu > li > a:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 28px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: transparent;
}

ul.main-navigation-menu li > ul.sub-menu > li:hover > a:after {
    background: #5B3DA6;
}

ul.main-navigation-menu li > ul.sub-menu > li.open > a:after, ul.main-navigation-menu li > ul.sub-menu > li.active > a:after {
    background: #5B3DA6;
}




ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
	margin-right: 22px;
}
/* 3rd level sub menu */
ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
	margin: 0;
}
ul.main-navigation-menu li.active > ul.sub-menu {
	display: block;
	padding: 0;
}

ul.main-navigation-menu li.active > ul.sub-menu:after, ul.main-navigation-menu li.open > ul.sub-menu:after, ul.main-navigation-menu li > ul.sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: calc(100% - 22px);
    width: 1px;
    border-left: 1px solid #DBE0E5;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding-left: 60px !important;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding-left: 80px !important;
}
/*navigation toggler*/
.navigation-toggler {
	cursor: pointer;
	height: 30px;
	margin-left: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	
	display:none;
}
/*horizontal menu*/
.horizontal-menu {
	clear: both;
	border-top: 1px solid #C8C7CC !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding: 0 15px !important;
	background: #FFFFFF;
}
.horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
	background: #F5F5F5 !important;
	color: #555555 !important;
}
.horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
	background: #007AFF !important;
	color: #FFFFFF !important;
}
.horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #007AFF;
	bottom: 0;
	display: inline-block;
	height: 0;
	left: 50%;
	margin: 0 0 -6px -7px;
	position: absolute;
	width: 0;
}
.horizontal-menu .dropdown-menu {
	box-shadow: none;
	margin-top: -1px !important;
	border-radius: 0;
}

.horizontal-menu .dropdown-submenu > .dropdown-menu {
	top: 0;
}
.horizontal-menu .dropdown-submenu > a:after {
	margin-right: 0;
	top: 8px;
}
.horizontal-menu .dropdown-menu li > a {
	margin-bottom: 1px;
	padding: 7px 18px !important;
}
.horizontal-menu .dropdown-menu .arrow {
	display: none;
}
.horizontal-menu .dropdown-submenu > .dropdown-menu {
	top: 0;
}
.horizontal-menu .dropdown-submenu > a:after {
	margin-right: 0;
	top: 8px;
}
.horizontal-menu ul.nav li {
	position: relative;
}
.horizontal-menu .dropdown-submenu > a:after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 300;
	height: auto;
	position: absolute;
	right: 10px;
	top: 7px;
}
.horizontal-menu .dropdown-submenu > .dropdown-menu {
	left: 100%;
	margin-left: 0;
	margin-top: -6px;
	top: 5px;
}
.horizontal-menu .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.horizontal-menu .dropup .dropdown-submenu > .dropdown-menu {
	bottom: 0;
	margin-bottom: -2px;
	margin-top: 0;
	top: auto;
}
/* ---------------------------------------------------------------------- */
/*	Footer and footer elemnts
 /* ---------------------------------------------------------------------- */
.footer {
	font-size: 12px;
	padding: 8px 20px 5px;
	position: relative;
}
.footer-inner {
	float: left;
}
.footer-items {
	float: right;
}
.footer-fixed .footer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
	border-top-width: 1px;
	border-top-style: solid;
}

/* ---------------------------------------------------------------------- */
/*	Breadcrumb
 /* ---------------------------------------------------------------------- */
.breadcrumb {
	margin: 0 -15px;
	border-radius: 0;
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #C8C7CC;
	position: relative;
	height: 51px;
	
	
	height: auto!important;
	border-color: transparent!important;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fff;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight:600;
    border-radius: 5px;
    margin-bottom:24px;
}
.breadcrumb i {
	color: #cccccc;
	font-size: 16px;
	display: inline-block;
}

.breadcrumb>.active
{
	    color: #5B3DA6;
	    font-weight:600;
}
.breadcrumb>li
{
	font-weight: normal;
}

/* ---------------------------------------------------------------------- */
/*	Rating
 /* ---------------------------------------------------------------------- */
.rating {
	direction: rtl;
	font-size: 30px;
	unicode-bidi: bidi-override;
}
.rating span.star, .rating span.star {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.rating span.star:hover, .rating span.star:hover {
	cursor: pointer;
}
.rating span.star:before, .rating span.star:before {
	color: #999999;
	content: "\f006";
	padding-right: 5px;
}
.rating span.star:hover:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before, .rating span.star:hover ~
span.star:before {
	color: #E3CF7A;
	content: "\f005";
}
/* ---------------------------------------------------------------------- */
/*	Dropdown elements
 /* ---------------------------------------------------------------------- */
.dropdown-checkboxes {
	padding: 5px;
}
.dropdown-checkboxes label {
	display: block;
	font-weight: normal;
	line-height: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Labels and Badges
 /* ---------------------------------------------------------------------- */
.badge-success {
	background-color: #5CB85C;
}
.badge-success[href]:hover, .badge-success[href]:focus {
	background-color: #449D44;
}
.badge-warning {
	background-color: #F0AD4E;
	color:#FFF;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
	background-color: #EC971F;
}
.badge-info {
	background-color: #5BC0DE;
}
.badge-info[href]:hover, .badge-info[href]:focus {
	background-color: #31B0D5;
}
.badge-danger {
	background-color: #D9534F;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
	background-color: #C9302C;
}
.badge-new {
	background-color: #007AFF;
	border-radius: 12px 12px 12px 12px !important;
	font-size: 11px !important;
	font-weight: 300;
	height: 18px;
	padding: 3px 6px;
	text-align: center;
	text-shadow: none !important;
	vertical-align: middle;
}
.label {
	font-size: 85% !important;
	padding: 0.4em 0.6em !important;
}
.label-inverse, .badge-inverse {
	background-color: #555555;
}
/* ---------------------------------------------------------------------- */
/*	Progress bar
 /* ---------------------------------------------------------------------- */
.progress.progress-xs {
	height: 7px;
}
.progress.progress-sm {
	height: 12px;
}
/* ---------------------------------------------------------------------- */
/*	Modal elements
 /* ---------------------------------------------------------------------- */

.modal-footer {
	background: #ECF0F1;
	border-radius: 0 0 6px 6px;
}
/* ---------------------------------------------------------------------- */
/*	Tabs
 /* ---------------------------------------------------------------------- */
.tabbable {
	margin-bottom: 15px;
}
.nav-tabs {
	border-color: #DDDDDD;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #FFFFFF;
	border-color: #DDDDDD #DDDDDD transparent;
	border-top: 2px solid #DDDDDD;
	color: #333333;
	line-height: 16px;
	margin-top: -1px;
	z-index: 12;
}

.nav-tabs > li:first-child > a {
	margin-left: 0;
}
.nav-tabs > li > a:hover {
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	color: #5B3DA6;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
	background-color: #F9F9F9;
	border-color: #DDDDDD;
	border-radius: 0 0 0 0 !important;
	color: #7E7E7E;
	line-height: 16px;
	margin-right: -1px;
	position: relative;
}
.tab-content {
	border: 1px solid #DDDDDD;
	padding: 16px 12px;
	position: relative;
}
.tabs-below > .nav-tabs {
	border-bottom-width: 0;
	border-color: #DDDDDD;
	margin-bottom: 0;
	margin-top: -1px;
	top: auto;
}
.tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
	border-color: #DDDDDD;
}
.tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:hover, .tabs-below > .nav-tabs > li.active > a:focus {
	border-bottom: 2px solid #DDDDDD;
	border-color: transparent #DDDDDD #DDDDDD;
	border-top-width: 1px;
	margin-top: 0;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	min-width: 60px;
}
.tabs-left > .nav-tabs {
	border-color: #DDDDDD;
	float: left;
	margin-bottom: 0;
	top: auto;
}
.tabs-left > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
	border-color: #DDDDDD;
	margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
	border-color: #DDDDDD;
	border-right: none;
	border-left: 2px solid #DDDDDD;
	border-top-width: 1px;
	margin: 0 -1px;
}
.tabs-right > .nav-tabs {
	border-color: #DDDDDD;
	float: right;
	margin-bottom: 0;
	top: auto;
}
.tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
	border-color: #DDDDDD;
	margin: 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
	border-color: #DDDDDD;
	border-left: none;
	border-right: 2px solid #DDDDDD;
	border-top-width: 1px;
	margin: 0 -2px 0 -1px;
}
.nav-tabs > li > a > .badge {
	line-height: 8px;
	opacity: 0.7;
}
.nav-tabs > li > a > [class*="fa-"] {
	opacity: 0.75;
}
.nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*="fa-"] {
	opacity: 1;
}
.nav-tabs li [class*=" fa-"], .nav-tabs li [class^="fa-"] {
	display: inline-block;
	text-align: center;
	width: 1.25em;
}
.nav-tabs > li.open .dropdown-toggle {
	background-color: #4F99C6;
	border-color: #4F99C6;
	color: #FFFFFF;
}
.nav-tabs > li.open .dropdown-toggle > [class*="fa-"] {
	color: #FFFFFF !important;
	opacity: 1;
}
.tabs-left .tab-content, .tabs-right .tab-content {
	overflow: auto;
}
/*teal*/
.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
	border-color: #DDDDDD;
	border-top: 2px solid #569099;
}
.tab-teal > li > a:hover {
	color: #569099;
}
.tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.dropdown.open.active > a:focus {
	background-color: #569099;
	border-color: #569099;
	color: #FFFFFF;
}
.tab-teal > li.open .dropdown-toggle {
	background-color: #569099;
	border-color: #569099;
	color: #FFFFFF;
}
.tab-teal .dropdown-menu > li > a:hover, .tab-teal .dropdown-menu > li > a:focus {
	background-color: #569099;
}
.tab-teal .active > a, .tab-teal .active > a:hover, .tab-teal .active > a:focus {
	background-color: #569099;
}
.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
	border-color: #DDDDDD;
	border-right: none;
	border-left: 2px solid #569099;
}
.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:hover, .tabs-below > .tab-teal > li.active > a:focus {
	border-color: #DDDDDD;
	border-top: none;
	border-bottom: 2px solid #569099;
}
.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
	border-color: #DDDDDD;
	border-left: none;
	border-right: 2px solid #569099;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-teal > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-teal > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-teal > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
	background-color: #7DAFB7;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #4F80A0;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #569099 #DDDDDD transparent;
	color: #4D8189;
}
.tabs-below .tab-padding.tab-teal > li.active > a {
	border-color: transparent #7DB4D8 #7DB4D8;
}
.tab-padding.tab-teal {
	border-bottom-color: #569099;
	background-color: #F3F8F8;
}
.tabs-below .nav-tabs.tab-teal {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
/*bricky*/
.tab-bricky > li.active > a, .tab-bricky > li.active > a:hover, .tab-bricky > li.active > a:focus {
	border-color: #C83A2A #DDDDDD transparent;
	border-top: 2px solid #C83A2A;
}
.tab-bricky > li > a:hover {
	color: #C83A2A;
}
.tab-bricky > li.dropdown.open.active > a:hover, .tab-bricky > li.dropdown.open.active > a:focus {
	background-color: #C83A2A;
	border-color: #C83A2A;
	color: #FFFFFF;
}
.tab-bricky > li.open .dropdown-toggle {
	background-color: #C83A2A;
	border-color: #C83A2A;
	color: #FFFFFF;
}
.tab-bricky .dropdown-menu > li > a:hover, .tab-bricky .dropdown-menu > li > a:focus {
	background-color: #C83A2A;
}
.tab-bricky .active > a, .tab-bricky .active > a:hover, .tab-bricky .active > a:focus {
	background-color: #C83A2A;
}
.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #C83A2A;
	border-left: 2px solid #C83A2A;
}
.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:hover, .tabs-below > .tab-bricky > li.active > a:focus {
	border-bottom: 2px solid #C83A2A;
	border-color: transparent #DDDDDD #C83A2A;
}
.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
	border-color: #DDDDDD #C83A2A #DDDDDD transparent;
	border-right: 2px solid #C83A2A;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-bricky > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-bricky > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-bricky > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
	background-color: #DC6456;
}

.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #C83A2A #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-bricky > li.active > a {
	border-color: transparent #C83A2A #DDDDDD;
}
.tab-padding.tab-bricky {
	border-bottom-color: #C83A2A;
	background-color: #FBEEEC;
}
.tabs-below .nav-tabs.tab-bricky {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
/*green*/
.tab-green > li.active > a, .tab-green > li.active > a:hover, .tab-green > li.active > a:focus {
	border-color: #3D9400 #DDDDDD transparent;
	border-top: 2px solid #3D9400;
}
.tab-green > li > a:hover {
	color: #3D9400;
}
.tab-green > li.dropdown.open.active > a:hover, .tab-green > li.dropdown.open.active > a:focus {
	background-color: #3D9400;
	border-color: #3D9400;
	color: #FFFFFF;
}
.tab-green > li.open .dropdown-toggle {
	background-color: #3D9400;
	border-color: #3D9400;
	color: #FFFFFF;
}
.tab-green .dropdown-menu > li > a:hover, .tab-green .dropdown-menu > li > a:focus {
	background-color: #3D9400;
}
.tab-green .active > a, .tab-green .active > a:hover, .tab-green .active > a:focus {
	background-color: #3D9400;
}
.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #3D9400;
	border-left: 2px solid #3D9400;
}
.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:hover, .tabs-below > .tab-green > li.active > a:focus {
	border-bottom: 2px solid #3D9400;
	border-color: transparent #DDDDDD #3D9400;
}
.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
	border-color: #DDDDDD #3D9400 #DDDDDD transparent;
	border-right: 2px solid #3D9400;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-green > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-green > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-green > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
	background-color: #71B145;
}
/*purple*/
.tab-purple > li.active > a, .tab-purple > li.active > a:hover, .tab-purple > li.active > a:focus {
	border-color: #57517B #DDDDDD transparent;
	border-top: 2px solid #57517B;
}
.tab-purple > li > a:hover {
	color: #57517B;
}
.tab-purple > li.dropdown.open.active > a:hover, .tab-purple > li.dropdown.open.active > a:focus {
	background-color: #57517B;
	border-color: #57517B;
	color: #FFFFFF;
}
.tab-purple > li.open .dropdown-toggle {
	background-color: #57517B;
	border-color: #57517B;
	color: #FFFFFF;
}
.tab-purple .dropdown-menu > li > a:hover, .tab-purple .dropdown-menu > li > a:focus {
	background-color: #57517B;
}
.tab-purple .active > a, .tab-purple .active > a:hover, .tab-purple .active > a:focus {
	background-color: #57517B;
}
.tabs-left > .tab-purple > li.active > a, .tabs-left > .tab-purple > li.active > a:focus, .tabs-left > .tab-purple > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #57517B;
	border-left: 2px solid #57517B;
}
.tabs-below > .tab-purple > li.active > a, .tabs-below > .tab-purple > li.active > a:hover, .tabs-below > .tab-purple > li.active > a:focus {
	border-bottom: 2px solid #57517B;
	border-color: transparent #DDDDDD #57517B;
}
.tabs-right > .tab-purple > li.active > a, .tabs-right > .tab-purple > li.active > a:focus, .tabs-right > .tab-purple > li.active > a:hover {
	border-color: #DDDDDD #57517B #DDDDDD transparent;
	border-right: 2px solid #57517B;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus, .tab-padding.tab-purple > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-purple > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-purple > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-purple > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus {
	background-color: #84809F;
}

.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-purple > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #57517B #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-purple > li.active > a {
	border-color: transparent #57517B #DDDDDD;
}
.tab-padding.tab-purple {
	border-bottom-color: #57517B;
	background-color: #F5F4F9;
}
.tabs-below .nav-tabs.tab-purple {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #3D9400 #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-green > li.active > a {
	border-color: transparent #3D9400 #DDDDDD;
}
.tab-padding.tab-green {
	border-bottom-color: #3D9400;
	background-color: #EFFBEC;
}
.tabs-below .nav-tabs.tab-green {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}
/*blue*/
.tab-blue > li.active > a, .tab-blue > li.active > a:hover, .tab-blue > li.active > a:focus {
	border-color: #364F6A #DDDDDD transparent;
	border-top: 2px solid #364F6A;
}
.tab-blue > li > a:hover {
	color: #364F6A;
}
.tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.dropdown.open.active > a:focus {
	background-color: #364F6A;
	border-color: #364F6A;
	color: #FFFFFF;
}
.tab-blue > li.open .dropdown-toggle {
	background-color: #364F6A;
	border-color: #364F6A;
	color: #FFFFFF;
}
.tab-blue .dropdown-menu > li > a:hover, .tab-blue .dropdown-menu > li > a:focus {
	background-color: #364F6A;
}
.tab-blue .active > a, .tab-blue .active > a:hover, .tab-blue .active > a:focus {
	background-color: #364F6A;
}
.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
	border-color: #DDDDDD transparent #DDDDDD #364F6A;
	border-left: 2px solid #364F6A;
}
.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:hover, .tabs-below > .tab-blue > li.active > a:focus {
	border-bottom: 2px solid #364F6A;
	border-color: transparent #DDDDDD #364F6A;
}
.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
	border-color: #DDDDDD #364F6A #DDDDDD transparent;
	border-right: 2px solid #364F6A;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
.tab-padding.tab-blue > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}
.tab-padding.tab-blue > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #FFFFFF !important;
}
.tab-padding.tab-blue > li:not(.active) > a > .badge {
	background-color: #FFFFFF !important;
	color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
	background-color: #6C7F92;
}

.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #333333;
}
.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
	border-color: #364F6A #DDDDDD transparent;
	color: #333333;
}
.tabs-below .tab-padding.tab-blue > li.active > a {
	border-color: transparent #364F6A #DDDDDD;
}
.tab-padding.tab-blue {
	border-bottom-color: #364F6A;
	background-color: #F3F5F6;
}
.tabs-below .nav-tabs.tab-blue {
	padding-bottom: 6px;
	border-bottom-color: #DDDDDD;
	border-top: 0 none;
}

.nav > li.active > .dropdown-toggle {
	cursor: pointer !important;
}
.nav-pills .open .dropdown-toggle > [class*="fa-"], .nav > li.dropdown.open.active > a:hover > [class*="fa-"], .nav > li.dropdown.open.active > a:focus > [class*="fa-"] {
	color: #FFFFFF !important;
}
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*="fa-"]:first-child {
	color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
	margin-right: 1px;
}
.nav-tabs.tab-space-2 > li > a {
	margin-right: 2px;
}
.nav-tabs.tab-space-3 > li > a {
	margin-right: 3px;
}
.nav-tabs.tab-space-4 > li > a {
	margin-right: 4px;
}
.nav-tabs.tab-padding {
	padding: 6px 5px 0;
	border: 1px solid #DDDDDD;
}
.panel-tabs .nav-tabs {
	/*float: right;*/
	margin-top: -20px;
	margin-left: -15px;
	border: none;
	font-weight:600;
	margin-bottom: 10px;
}
.panel-tabs .nav-tabs > li > a {
	height: 45px;
	border: none;
	background: #FFF;
	border-bottom: 2px solid #CDCDCD;
	box-shadow: 1px 1px 0 0 #FFFFFF;
	min-width:200px;
	text-align:center;
}
.panel-tabs .nav-tabs > li > a:hover {
	background: #ffffff;
}
.panel-tabs .nav-tabs > li:first-child > a {
	box-shadow: 0 1px 0 1px #FFFFFF;
}
.panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus {
	background-color: #F8F4FF;
	background-image: none;
	border-color: #4C8FBD #DDDDDD transparent;
	border: none;
	box-shadow: none;
	color: #5B3DA6;
	line-height: 16px;
	margin-top: 0;
	border-color: #C83A2A #DDDDDD transparent;
	border-bottom: 2px solid #5B3DA6;
}
.panel-tabs .tab-content {
	border: none;
	padding: 0;
}
.tabs-right > .nav-tabs > li {
	float: none;
}
/* ---------------------------------------------------------------------- */
/*	Page Header
 /* ---------------------------------------------------------------------- */
.page-header {
	margin: 20px 0 20px;
}
.page-header h1 {
	/*font-family: 'Raleway', sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
	color: #666666;
}

.page-header h1 small {
	color: #888888;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}
/* ---------------------------------------------------------------------- */
/*	Accordion
 /* ---------------------------------------------------------------------- */
.accordion-custom .panel {
	background-color: #FFFFFF;
	border: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}
.accordion-custom .panel-heading {
	padding: 0;
	background-image: none;
	height: auto;
	box-shadow: none;
	border-radius: 0;
}
.accordion-custom .panel-body {
	border: none !important;
}
.accordion-custom .panel-heading .accordion-toggle {
	background-color: #cccccc;
	color: #606060;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	position: relative;
}
.accordion-custom .panel-heading .accordion-toggle:hover, .accordion-custom .panel-heading .accordion-toggle:focus {
	text-decoration: none;
}
.accordion-custom .panel-heading .accordion-toggle.collapsed {
	background-color: #F3F3F3;
	border-color: #D9D9D9;
	border-width: 0 0 0 1px;
	color: #606060;
	font-weight: normal;
}
.accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
	content: "\f078";
}
.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
	content: "\f054" !important;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
	font-size: 11px;
	padding: 0 5px;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
	opacity: 0.75;
}

.accordion-teal .panel-heading .accordion-toggle {
	background: #F3F7F8;
	border-left: 2px solid #569099;
	color: #437278;
}
.accordion-teal .panel-heading .accordion-toggle.collapsed {
	background: #F3F7F8;
	border-left: none;
}
/* ---------------------------------------------------------------------- */
/*	Social Icons
 /* ---------------------------------------------------------------------- */
.social-icons li a, a.social-icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	transition: all 0.3s ease-in-out 0s;
	width: 28px;
}
/* ---------------------------------------------------------------------- */
/*	Sliders
 /* ---------------------------------------------------------------------- */

[class^="slider-"] .ui-rangeSlider-bar {
	height: 18px !important;
}
[class^="slider-"] .ui-rangeSlider-label {
	padding: 3px 6px !important;
	bottom: 25px !important;
	background: none !important;
}
[class^="slider-"] .ui-rangeSlider-label:after {
	content: "\f0d7";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-size: 16px;
	margin: 0 -6px;
	width: 100%;
	bottom: -14px;
	position: absolute;
	text-align: center;
	text-shadow: none;
}
[class^="slider-"] .ui-rangeSlider-arrow {

	height: 14px !important;
	margin: 3px 0 !important;
	font-size: 20px;
	line-height: 14px;
	cursor: pointer;
}
[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow {
	background-image: none !important;
}
[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow:before {
	content: "\f0d9";
	display: inline;
	float: right;
	font-family: FontAwesome;
	margin-right: 5px;
}
[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
	background-image: none !important;
}
[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow:before {
	content: "\f0da";
	display: inline;
	float: right;
	font-family: FontAwesome;
	margin-right: 5px;
}
[class^="slider-"] .ui-rangeSlider-innerBar {
	height: 14px !important;
}

[class^="slider-"] .ui-rangeSlider-handle {
	height: 20px !important;
}
[class^="slider-"].ui-rangeSlider-disabled {
	opacity: 0.5;
}
.slider-teal .ui-rangeSlider-bar {
	background: rgba(86, 144, 153, 0.6) !important;
}
.slider-teal .ui-rangeSlider-handle {
	background: rgba(86, 144, 153, 0.8) !important;
}
.slider-teal .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #569099 !important;
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #000000;
}
.slider-teal .ui-rangeSlider-label:after {
	color: #569099 !important;
}
.slider-teal .ui-rangeSlider-arrow {
	color: #4D8189;
}

.slider-bricky .ui-rangeSlider-bar {
	background: rgba(200, 58, 42, 0.6) !important;
}
.slider-bricky .ui-rangeSlider-handle {
	background: rgba(200, 58, 42, 0.8) !important;
}
.slider-bricky .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #C83A2A !important;
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #000000;
}
.slider-bricky .ui-rangeSlider-label:after {
	color: #C83A2A !important;
}
.slider-bricky .ui-rangeSlider-arrow {
	color: #B33426;
}

.slider-purple .ui-rangeSlider-bar {
	background: rgba(87, 81, 123, 0.6) !important;
}
.slider-purple .ui-rangeSlider-handle {
	background: rgba(87, 81, 123, 0.8) !important;
}
.slider-purple .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #57517B !important;
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #000000;
}
.slider-purple .ui-rangeSlider-label:after {
	color: #57517B !important;
}
.slider-purple .ui-rangeSlider-arrow {
	color: #413D5C;
}

.slider-green .ui-rangeSlider-bar {
	background: rgba(61, 148, 0, 0.6) !important;
}
.slider-green .ui-rangeSlider-handle {
	background: rgba(61, 148, 0, 0.8) !important;
}
.slider-green .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #3D9400 !important;
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #000000;
}
.slider-green .ui-rangeSlider-label:after {
	color: #3D9400 !important;
}
.slider-green .ui-rangeSlider-arrow {
	color: #327B00;
}

.slider-yellow .ui-rangeSlider-bar {
	background: rgba(255, 167, 34, 0.6) !important;
}
.slider-yellow .ui-rangeSlider-handle {
	background: rgba(255, 167, 34, 0.8) !important;
}
.slider-yellow .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #FFA722 !important;
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #482C00;
}
.slider-yellow .ui-rangeSlider-label:after {
	color: #FFB848 !important;
}
.slider-yellow .ui-rangeSlider-arrow {
	color: #FFAE2F;
}

.slider-blue .ui-rangeSlider-bar {
	background: rgba(54, 79, 106, 0.6) !important;
}
.slider-blue .ui-rangeSlider-handle {
	background: rgba(54, 79, 106, 0.8) !important;
}
.slider-blue .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #364F6A !important;
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #000000;
}
.slider-blue .ui-rangeSlider-label:after {
	color: #364F6A !important;
}
.slider-blue .ui-rangeSlider-arrow {
	color: #2D4259;
}
/* ---------------------------------------------------------------------- */
/*	Nestable List
 /* ---------------------------------------------------------------------- */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}

.dd-handle {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-handle:hover {
	color: #2ea8e5;
	background: #fff;
}

.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	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-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
	box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#nestable-menu {
	padding: 0;
	margin: 20px 0;
}
#nestable-output, #nestable2-output {
	width: 100%;
	height: 7em;
	font-size: 13px;
	line-height: 1.333333em;
	padding: 5px;
	margin-bottom: 5px;
}
#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
	background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
	background: #bbb;
}
#nestable2 .dd-item > button:before {
	color: #fff;
}
.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px 5px 40px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-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: 30px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before {
	content: '\f0c9';
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
.dd3-handle:hover {
	background: #ddd;
}
/* ---------------------------------------------------------------------- */
/*	Icons
 /* ---------------------------------------------------------------------- */
.icons > section {
	margin-top: 20px;
}
.the-icons li {
	line-height: 40px;
}
.the-icons li i {
	transition: font-size 0.2s ease 0s;
}
.the-icons li:hover i {
	font-size: 26px;
}
/* ---------------------------------------------------------------------- */
/*	Backdrop
 /* ---------------------------------------------------------------------- */
.full-white-backdrop {
	background-color: #FFFFFF;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
/* ---------------------------------------------------------------------- */
/*	Table and table elements
 /* ---------------------------------------------------------------------- */
th.center, td.center {
	text-align: center;
}
td.center .dropdown-menu {
	text-align: left;
}
.table thead tr {
	color: #707070;
	font-weight: normal;
}
.table.table-bordered thead tr th {
	vertical-align: middle;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {

	vertical-align: middle;
}

.editable-element {
	border-bottom: 1px dashed #0088CC;
	text-decoration: none;
	opacity: 0.5;
	display: inline;
}
/* ---------------------------------------------------------------------- */
/*	Timepicker
 /* ---------------------------------------------------------------------- */
.bootstrap-timepicker-widget table td input {
	width: 32px !important;
}
.bootstrap-timepicker .add-on i {
	height: auto !important;
	width: auto !important;
}
/* ---------------------------------------------------------------------- */
/*	FileUpload
 /* ---------------------------------------------------------------------- */
.fileupload .uneditable-input {
	white-space: nowrap;
}
.fileupload-new .input-group .btn-file {
	-webkit-border-radius: 0 3px 3px 0 !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
}
/* ---------------------------------------------------------------------- */
/*	WYSIWYG
 /* ---------------------------------------------------------------------- */
.wysiwyg {
	padding: 5px 0;
}
.wysiwyg .btn-group:after {
	border-left: 1px solid #E1E6EA;
	bottom: 6px;
	content: "";
	display: block;
	left: -2px;
	max-width: 0;
	position: absolute;
	top: 6px;
	width: 0;
}
.wysiwyg .btn-group .btn, .wysiwyg .btn-group > .inline > .btn {
	background: #FFFFFF !important;
	border: none !important;
	color: #ADB3BE !important;
	margin: 0 !important;
	text-shadow: none !important;
}
.wysiwyg .btn-group .btn:hover, .wysiwyg .btn-group > .inline > .btn:hover {

	color: #333333 !important;
}
.wysiwyg .btn-group .btn:active, .wysiwyg .btn-group > .inline > .btn:active {
	background: #FFFFFF !important;
	border: none !important;
	color: #fff !important;
	margin: 0 !important;
	text-shadow: none !important;
}
/* ---------------------------------------------------------------------- */
/*	Form Wizard
 /* ---------------------------------------------------------------------- */
.swMain > ul {
	display: table;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.swMain > ul li {
	display: table-cell;
	text-align: center;
	width: 1%;
}
.swMain > ul li > a:before {
	border-top: 4px solid #CED1D6;
	content: "";
	display: block;
	font-size: 0;
	height: 1px;
	overflow: hidden;
	position: relative;
	top: 21px;
	width: 100%;
	z-index: 1;
}
.swMain > ul li:first-child > a:before {
	left: 50%;
	max-width: 51%;
}
.swMain > ul li:last-child > a:before {
	max-width: 50%;
	width: 50%;
}
.swMain > ul li > a.selected:before, .swMain li > a.done:before {
	border-color: #5293C4;
}
.swMain > ul .stepNumber {
	background-color: #FFFFFF;
	border: 5px solid #CED1D6;
	border-radius: 100% 100% 100% 100%;
	color: #546474;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 2;
}
.swMain > ul li > a.selected .stepNumber {
	border-color: #5293C4;
}
.swMain ul li > a.done .stepNumber {
	border-color: #5293C4;
	background-color: #5293C4;
	color: #fff;
	text-indent: -9999px;
}
.swMain ul li > a.done .stepNumber:before {
	content: "\f00c";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
	margin-right: 7px;
	text-indent: 0;
}
.swMain ul li > a.done.wait .stepNumber {
	background-color: #F6F6F6 !important;
	color: #CCCCCC !important;
	text-indent: -0px !important;
}
.swMain ul li > a.done.wait .stepNumber:before {
	content: "" !important;
}
.swMain > ul li .stepDesc {
	color: #949EA7;
	display: block;
	font-size: 14px;
	margin-top: 4px;
	max-width: 100%;
	table-layout: fixed;
	text-align: center;
	word-wrap: break-word;
	z-index: 104;
}
.swMain > ul li > a.selected .stepDesc, .swMain li > a.done .stepDesc {
	color: #2B3D53;
}
.swMain > ul li > a:hover {
	text-decoration: none;
}
.swMain > ul li > a.disabled {
	cursor: default;
}
.swMain .progress {
	margin-bottom: 30px;
}
.swMain .stepContainer {
	height: auto !important;
}
.swMain .loader {
	display: none;
}
.swMain [class^="button"], .swMain [class*=" button"] {
	display: none;
}
.swMain .close {
	display: none;
}
/* ---------------------------------------------------------------------- */
/*	Login
 /* ---------------------------------------------------------------------- */
body.login {
	color: #fff;
}
body.login.example1 {
	background-color: rgba(0, 0, 0, 0);
}
body.login.example2 {
	background-image: url("../images/bg_2.png");
	background-color: rgba(255, 255, 255, 0);
}
body.login .main-login {
	margin-top: 60px;
}
body.login .logo {
	padding: 20px;
	text-align: center;
}
body.login .box-login, body.login .box-forgot, body.login .box-register {
	/*background: #25a8e0;*/
	border-radius: 5px;
	/*box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
	box-shadow: -30px 80px 257px rgba(0, 0, 0, 0.32);*/
	overflow: hidden;
	padding: 15px;
	color:#000;
	border-bottom: 5px solid #451f12!important;
	box-shadow: 0px 8px 24px rgb(27 46 94 / 30%);
}
body.login .box-forgot, body.login .box-register, body.login .box-login {
	display: none;
}
body.login .form fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0;
}
body.login a.forgot {
	color: #909090;
	font-size: 12px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	top: 9px;
}
body.login input.password {
	padding-right: 130px;
}
body.login label {
	/*color: #fff;*/
	font-size: 14px;
	margin-top: 5px;
}

body.login .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
	color:#000;
}
body.login .form-actions:before, body.login .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}
body.login .form-actions:after {
	clear: both;
}
body.login .form-actions {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
body.login .new-account {
	border-top: 1px dotted #EEEEEE;
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
/* ---------------------------------------------------------------------- */
/*	404 and 500 errors
 /* ---------------------------------------------------------------------- */
body.error-full-page {
	background: #ffffff !important;
}
body.error-full-page .page-error {
	margin-top: 60px;
}
.page-error {
	text-align: center;
}
.page-error .error-number {
	display: block;
	font-size: 158px;
	font-weight: 300;
	letter-spacing: -10px;
	line-height: 128px;
	margin-top: 0;
	text-align: center;
}
.page-error .error-details {
	display: block;
	padding-top: 0;
	text-align: center;
}
.page-error .error-details .btn-return {
	margin: 10px 0;
}
.page-error .error-details h3 {
	margin-top: 0;
}
body.error-full-page {
	overflow: hidden;
}
.error-full-page img {
	display: none;
}

.error-full-page #canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}
.error-full-page #sound {
	position: absolute;
	width: 30%;
	height: 30%;
	overflow-y: auto;
	margin-left: 35%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.3;
	margin-top: 5%;
}
.error-full-page .video {
	position: absolute;
	width: 90%;
	height: 80%;
	margin-left: 5%;
	margin-top: 5%;
}
/* ---------------------------------------------------------------------- */
/*	Inline Editor
 /* ---------------------------------------------------------------------- */
}
#inline-container [contenteditable="true"] {
	padding: 10px;
}
#inline-container {
	border: 1px solid #CCCCCC;
	margin: 30px auto 0;
	padding: 10px;
}
#inline-container hr {
	background-color: #05B2D2;
	height: 5px;
	color: #05B2D2;
	border: 0;
}
#inline-header {
	overflow: hidden;
	padding: 0 0 30px;
	position: relative;
}
#inline-headerLeft {

	padding-top: 10px;
}
#inline-headerLeft h2, #inline-headerLeft h3 {
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
#inline-headerLeft h2 {
	/*font-family: "Arial Black", arial-black;*/
	font-family: "Poppins", sans-serif;
	font-size: 52px;
	line-height: 1.1em;
	text-transform: uppercase;
}
#inline-headerLeft h3 {
	color: #666666;
	font-size: 24px;
	line-height: 1.1em;
	margin: 0.2em 0 0;
}
#inline-headerRight p {
	margin: 0;
	text-align: justify;
}
#inline-headerRight p + p {
	margin-top: 20px;
}
#inline-headerRight div {
	color: #666666;
	font-size: 16px;
}
#inline-columns {
	color: #333333;
	overflow: hidden;
	padding-top: 20px;
}
#inline-columns blockquote {
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-family: "Poppins", sans-serif;
	font-size: 2em;
	font-style: italic;
	margin: 30px 40px;
	position: relative;
	border: none;
}
#inline-columns blockquote:before {
	color: #666666;
	content: "“";
	font-size: 60px;
	left: -40px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 35px;
	clear: both;
	display: block;
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	position: absolute;
	text-align: center;
}
#inline-tagLine {
	border-top: 5px solid #05B2D2;
	padding-top: 20px;
}
#inline-taglist {
	display: inline-block;
	font-weight: bold;
	margin: 0 0 0 20px;
}
/* ---------------------------------------------------------------------- */
/*	Crop Image
 /* ---------------------------------------------------------------------- */
.crop-image form {
	margin: 1.5em 0;
}
.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 10px;
	right: -280px;
	padding: 6px;
	border: 1px rgba(0,0,0,.4) solid;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
/* The Javascript code will set the aspect ratio of the crop
 area based on the size of the thumbnail preview,
 specified here */
#preview-pane .preview-container {
	width: 250px;
	height: 170px;
	overflow: hidden;
}
/* ---------------------------------------------------------------------- */
/*	Timeline
 /* ---------------------------------------------------------------------- */
div.timeline {
	/*font-family: Arial;*/
	font-family: "Poppins", sans-serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
div.timeline .columns > li:nth-child(2n+1) {
	float: left;
	width: 50%;
	clear: left;
}
div.timeline .columns > li:nth-child(2n+2) {
	float: right;
	margin-top: 5px;
	width: 50%;
	clear: right;
}
div.timeline div.date_separator {
	clear: both;
	height: 60px;
	position: relative;
	text-align: center;
}
div.timeline div.date_separator span {
	border-radius: 5px 5px 5px 5px;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-top: -16px;
	position: absolute;
	top: -200%;
	transition: all 0.3s linear 0s;
	width: 200px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #666666;
}
div.timeline div.spine {
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	top: 0;
	transition: bottom 0.5s linear 0s;
	width: 4px;
	left: 50%;
	margin-left: -2px;
	bottom: 0;
	background-color: #CCCCCC;
}
div.timeline_element {
	border-radius: 5px 5px 5px 5px;
	clear: both;
	margin: 10px 0;
	opacity: 0;
	position: relative;
	transition: all 0.2s linear 0s;
	/*background-color: #FFFFFF;
	border: 1px solid #CCCCCC;*/
	color: #000000;
	text-shadow: none;
	/*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
}
div.timeline_element:hover {
	/*border: 1px solid #AAAAAA;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
}
div.timeline .columns {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element {
	float: right;
	left: 10%;
	margin-right: 30px;
	left: 0;
	opacity: 1;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element {
	float: left;
	margin-left: 30px;
	right: 10%;
	opacity: 1;
	right: 0;
}
div.timeline div.column_center div.timeline_element {
	margin: 20px auto;
	opacity: 1;
}

div.timeline_element:before {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 26px;
	border-top: 1px dashed #CCCCCC;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element:before {
	right: -27px;
	top: 15px;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element:before {
	left: -27px;
	top: 15px;
}
div.timeline div.column_center div.timeline_element:before {
	display: none;
}
div.timeline_element:after {
	border-radius: 100% 100% 100% 100%;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	width: 10px;
	/*background-color: #BBBBBB;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);*/
}
div.timeline_element:hover:after {
	z-index: 100;
	/*background-color: #FFFFFF;
	border: 1px solid #CCCCCC;*/
	z-index: 100;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element:after {
	right: -36px;
	top: 10px;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element:after {
	left: -36px;
	top: 10px;
}

div.timeline.center div.column_center div.timeline_element:after {
	display: none;
}
/* ie8 fixes */
.ie8 div.timeline_element:after {
	display: none;
}
.ie8 div.timeline_element:before {
	display: none;
}
/**/
div.timeline_element div.timeline_title {
	font-size: 11px!important;
	margin: 10px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	color: #AAAAAA;
}
div.timeline_element div.title span.timeline_label {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.timeline_element div.timeline_title span.timeline_date {
	float: right;
}

div.timeline_element div.content {
	font-size: 13px;
	padding: 0 10px 10px;
}

div.timeline_element div.readmore {
	font-size: 12px;
	padding: 10px;
	text-align: right;
}

div.timeline div.description_container {
	height: 80px;
	margin: 5px 5px 5px 90px;
	overflow: hidden;
}

div.timeline_element.teal {
	background-color: #569099;
	border-color: #4D8189;
	color: #FFFFFF;
}
div.timeline_element.teal:after {
	background-color: #569099;
}
div.timeline_element.teal:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #569099;
	z-index: 100;
}
div.timeline_element.teal div.timeline_title {
	color: #EEEEEE;
}
div.timeline_element.green {
	/*background-color: #3D9400;
	border-color: #327B00;
	color: #FFFFFF;*/
}
div.timeline_element.green:after {
	background-color: #3D9400;
}
div.timeline_element.green:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #3D9400;
	z-index: 100;
}
div.timeline_element.green div.timeline_title {
	color: #EEEEEE;
}
div.timeline_element.bricky {
	/*background-color: #C83A2A;
	border-color: #B33426;*/
	color: #FFFFFF;
}
div.timeline_element.bricky:after {
	background-color: #C83A2A;
}
div.timeline_element.bricky:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #C83A2A;
	z-index: 100;
}
div.timeline_element.bricky div.timeline_title {
	color: #EEEEEE;
}
div.timeline_element.purple {
	background-color: #57517B;
	border-color: #413D5C;
	color: #FFFFFF;
}
div.timeline_element.purple:after {
	background-color: #57517B;
}
div.timeline_element.purple:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #57517B;
	z-index: 100;
}
div.timeline_element.purple div.timeline_title {
	color: #EEEEEE;
}

/* ---------------------------------------------------------------------- */
/*	Timeline
 /* ---------------------------------------------------------------------- */
div.timeline {
	font-family: "Poppins", sans-serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
div.timeline .columns > li:nth-child(2n+1) {
	/*float: right;
	width: 50%;
	clear: left;*/
	float: right;
	margin-top: 5px;
	/*width: 50%;*/
	width: 95%;
	clear: right;
}
div.timeline .columns > li:nth-child(2n+2) {
	float: right;
	/*margin-top: 20px;*/
	/*width: 50%;*/
	width: 95%;
	clear: right;
}
div.timeline div.date_separator {
	clear: both;
	height: 60px;
	position: relative;
	text-align: center;
}
div.timeline div.date_separator span {
	border-radius: 5px 5px 5px 5px;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-top: -16px;
	position: absolute;
	top: -200%;
	transition: all 0.3s linear 0s;
	width: 200px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #666666;
}
div.timeline div.spine {
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	top: 0;
	transition: bottom 0.5s linear 0s;
	width: 4px;
	/*left: 50%;*/
	left: 6%;
	margin-left: -2px;
	bottom: 0;
	background-color: #CCCCCC;
}
div.timeline_element {
	border-radius: 5px 5px 5px 5px;
	clear: both;
	margin: 0px 0;
	opacity: 0;
	position: relative;
	transition: all 0.2s linear 0s;
	/*background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
	color: #000000;
	text-shadow: none;
}
div.timeline_element:hover {
	/*border: 1px solid #AAAAAA;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
}
div.timeline .columns {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element {
	/*float: right;
	left: 10%;
	margin-right: 30px;
	left: 0;
	opacity: 1;*/
	
	float: left;
	margin-left: 30px;
	right: 10%;
	opacity: 1;
	right: 0;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element {
	float: left;
	margin-left: 30px;
	right: 10%;
	opacity: 1;
	right: 0;
}
div.timeline div.column_center div.timeline_element {
	margin: 20px auto;
	opacity: 1;
}

div.timeline_element:before {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 26px;
	border-top: 1px dashed #CCCCCC;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element:before {
	/*right: -27px;
	top: 15px;*/
	left: -27px;
	top: 15px;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element:before {
	left: -27px;
	top: 15px;
}
div.timeline div.column_center div.timeline_element:before {
	display: none;
}
div.timeline_element:after {
	border-radius: 100% 100% 100% 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	width: 15px;
	background-color: #BBBBBB;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	
}
div.timeline_element.green:after {
	background-color: #3D9400;
	content: "\2713";
	font-size: 11px;
    text-align: center;
    font-weight: bold;
}
div.timeline_element.stp1:after {
	background-color: #3D9400;
	content: "1";
	font-size: 11px;
    text-align: center;
    font-weight: bold;
}
div.timeline_element.stp2:after {
	background-color: #3D9400;
	content: "2";
	font-size: 11px;
    text-align: center;
    font-weight: bold;
}
div.timeline_element.stp3:after {
	background-color: #3D9400;
	content: "3";
	font-size: 11px;
    text-align: center;
    font-weight: bold;
}
div.timeline_element.stp4:after {
	background-color: #3D9400;
	content: "4";
	font-size: 11px;
    text-align: center;
    font-weight: bold;
}

div.timeline_element:hover:after {
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	z-index: 100;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element:after {
	/*right: -36px;
	top: 10px;*/
	
	/*left: -36px;
	top: 10px;*/
	
	left: -35px;
    top: 8px;
	
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element:after {
	/*left: -36px;
	top: 10px;*/
	
	left: -35px;
    top: 8px;
}

div.timeline.center div.column_center div.timeline_element:after {
	display: none;
}
/* ie8 fixes */
.ie8 div.timeline_element:after {
	display: none;
}
.ie8 div.timeline_element:before {
	display: none;
}
/**/
div.timeline_element div.timeline_title {
	font-size: 12px;
	margin: 5px 5px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	color: #AAAAAA;
	font-weight: bold;
}
div.timeline_element div.title span.timeline_label {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.timeline_element div.timeline_title span.timeline_date {
	float: right;
}

div.timeline_element div.content {
	font-size: 13px;
	padding: 0 10px 10px;
}

div.timeline_element div.readmore {
	font-size: 12px;
	padding: 10px;
	text-align: right;
}

div.timeline div.description_container {
	height: 80px;
	margin: 5px 5px 5px 90px;
	overflow: hidden;
}

div.timeline_element.teal {
	background-color: #569099;
	border-color: #4D8189;
	color: #FFFFFF;
	width: 85%;
}
div.timeline_element.teal:after {
	background-color: #569099;
}
div.timeline_element.teal:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #569099;
	z-index: 100;
	color: #569099;
}
div.timeline_element.teal div.timeline_title {
	color: #EEEEEE;
}
div.timeline_element.green {
	/*background-color: #3D9400;
	background-color: #add294;
	border-color: #327B00;
	color: #FFFFFF;*/
	width: 85%;
}
div.timeline_element.green:after {
	background-color: #3D9400;
}
div.timeline_element.green:hover:after {
	/*background-color: #FFFFFF;
	border: 1px solid #3D9400;*/
	z-index: 100;
	color: #3D9400;
}
div.timeline_element.green div.timeline_title {
	/*color: #EEEEEE;*/
	color: #000;
}
div.timeline_element.bricky {
	/*background-color: #C83A2A;*/
	/*background-color: #e39a92;
	border-color: #B33426;*/
	color: #FFFFFF;
	width: 85%;
}
div.timeline_element.bricky:after {
	background-color: #C83A2A;
}
div.timeline_element.bricky:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #C83A2A;
	z-index: 100;
	color: #C83A2A;
}
div.timeline_element.bricky div.timeline_title {
	/*color: #EEEEEE;*/
	color: #000;
}
div.timeline_element.purple {
	background-color: #57517B;
	border-color: #413D5C;
	color: #FFFFFF;
	width: 85%;
}
div.timeline_element.purple:after {
	background-color: #57517B;
}
div.timeline_element.purple:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #57517B;
	z-index: 100;
	color: #57517B;
}
div.timeline_element.purple div.timeline_title {
	color: #EEEEEE;
}


div.timeline_element.yellow {
	/*background-color: #f3930c;*/
	/*background-color: #f8c379;
	border-color: #f3930c;*/
	color: #FFFFFF;
	width: 85%;
}
div.timeline_element.yellow:after {
	background-color: #f3930c;
}
div.timeline_element.yellow:hover:after {
	background-color: #FFFFFF;
	border: 1px solid #f3930c;
	z-index: 100;
	color: #f3930c;
}
div.timeline_element.yellow div.timeline_title {
	/*color: #EEEEEE;*/
	
	color: #000;
}

/* ---------------------------------------------------------------------- */
/*	Messages
 /* ---------------------------------------------------------------------- */
.panel-body.messages {
	padding: 0;
}
.messages-list {
	border-right: 1px solid #ECEAF3;
	float: left;
	height: 620px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 260px;
}
.messages-list .messages-item {
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 15px 5px 25px;
	position: relative;
}
.messages-list .messages-search {
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 5px;
	position: relative;
}
.messages-list .messages-item span {
	color: #555555;
	display: block;
}
.messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-time .messages-item-actions {
	position: absolute;
}
.messages-list .messages-item .messages-item-star {
	color: #007AFF;
	left: 7px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out 0s;
}
/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-star {
	display: none;
}
.ie8 .messages-list .messages-item:hover .messages-item-star {
	display: block;
}
/**/
.messages-list .messages-item .messages-item-attachment {
	left: 7px;
	top: 25px;
	color: #007AFF;
}
.messages-list .messages-item .messages-item-avatar {
	border-radius: 4px 4px 4px 4px;
	float: left;
	height: 40px;
	width: 40px;
}
.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject {
	margin-left: 45px;
}
.messages-list .messages-item .messages-item-from {
	font-weight: bold;
	margin-top: 2px;
}
.messages-list .messages-item .messages-item-time {
	opacity: 1;
	right: 15px;
	top: 8px;
	transition: opacity 0.2s ease-in-out 0s;
}
.messages-list .messages-item .messages-item-time .text {
	color: #999999;
	font-size: 12px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions {
	opacity: 0;
	right: 0;
	top: 0;
	transition: opacity 0.2s ease-in-out 0s;
	width: 65px;
}
/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
	display: none;
}

/**/
.messages-list .messages-item .messages-item-time .messages-item-actions > a, .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
	color: #007AFF;
	margin-left: 5px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions > div {
	display: inline-block;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
	margin-top: 0;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
	border-radius: 30px;
	display: inline-block;
	height: 11px;
	margin: 0 5px 0 -13px;
	width: 11px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
	background: red;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.teal {
	background: #569099;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
	background: #3D9400;
}
.messages-list .messages-item .messages-item-time:hover .text {
	opacity: 0;
}
.messages-list .messages-item .messages-item-time:hover .messages-item-actions {
	opacity: 1;
}
.messages-list .messages-item .messages-item-subject {
	font-size: 12px;
	margin-bottom: 4px;
}
.messages-list .messages-item .messages-item-preview {
	color: #999999;
	font-size: 12px;
}
.messages-list .messages-item:hover {
	background-color: #F5F5F5;
	cursor: pointer !important;
}
.messages-list .messages-item:hover .messages-item-star {
	opacity: 0.2;
}
.messages-list .messages-item.active {
	background-color: #F5F5F5;
}
.messages-list .messages-item.starred .messages-item-star {
	display: block;
	opacity: 1;
}
.messages-content {
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #ECEAF3;
	height: auto;
	margin-left: 260px;
	position: relative;
	width: auto;
}
.messages-content .message-header {
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 15px;
}
.messages-content .message-header .message-from {
	font-weight: bold;
}
.messages-content .message-header .message-to {
	color: #999999;
}
.messages-content .message-header .message-time {
	color: #999999;
	position: absolute;
	right: 15px;
	top: 10px;
}
.messages-content .message-header .message-actions {
	left: 50%;
	margin-left: -60px;
	position: absolute;
	width: 120px;
}
.messages-content .message-header .message-actions a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #F5F4F9;
	border-left: 1px solid #F5F4F9;
	border-top: 1px solid #F5F4F9;
	color: #999999;
	margin: 0 0 0 -4px;
	padding: 4px 7px;
}
.messages-content .message-header .message-actions a:hover {
	color: #007AFF;
}
.messages-content .message-header .message-actions a:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	padding-left: 10px;
}
.messages-content .message-header .message-actions a:last-child {
	border-bottom-right-radius: 4px;
	border-right: 1px solid #F5F4F9;
	border-top-right-radius: 4px;
}
.messages-content .message-content {
	padding: 20px 10px;
	color: #555555;
}
/* ---------------------------------------------------------------------- */
/*	Pricing Tables
 /* ---------------------------------------------------------------------- */
#pricing_table_example1 .pricing-table {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #333333;
	float: left;
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	padding: 20px;
	position: relative;
	text-shadow: 0 1px rgba(255, 255, 255, 0.8);
	text-align: center;
}
#pricing_table_example1 .featured {
	border-radius: 5px 5px 5px 5px;
	border-width: 1px;
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
	z-index: 2;
}
#pricing_table_example1 .pricing-table:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
#pricing_table_example1 .pricing-table:nth-child(4) {
	border-radius: 0 5px 5px 0;
}
#pricing_table_example1 .pricing-table h3 {
	background-color: #EEEEEE;
	background-image: linear-gradient(#FFFFFF, #EEEEEE);
	font-size: 20px;
	font-weight: normal;
	margin: -20px -20px 50px;
	padding: 20px;
}
#pricing_table_example1 .featured h3 {
	background-color: #DDDDDD;
	background-image: linear-gradient(#EEEEEE, #DDDDDD);
	border-radius: 5px 5px 0 0;
}
#pricing_table_example1 .pricing-table:nth-child(1) h3 {
	border-radius: 5px 0 0 0;
}
#pricing_table_example1 .pricing-table:nth-child(4) h3 {
	border-radius: 0 5px 0 0;
}
#pricing_table_example1 .pricing-table h3 span {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 5px solid #FFFFFF;
	border-radius: 100px 100px 100px 100px;
	box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
	color: #777777;
	display: block;
	font: bold 35px/100px Georgia, Serif;
	height: 100px;
	margin: 10px auto -65px;
	width: 100px;
	line-height: 85px;
}
#pricing_table_example1 .pricing-table ul {
	list-style: none outside none;
	margin: 20px 0 0;
	padding: 0;
}
#pricing_table_example1 .pricing-table li {
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
}
#pricing_table_example1 .pricing-table .signup {
	background-color: #72CE3F;
	background-image: linear-gradient(#72CE3F, #62BC30);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	display: inline-block;
	font: bold 14px Arial, Helvetica;
	margin: 20px 0 0;
	padding: 8px 20px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
#pricing_table_example1 .pricing-table .signup:hover {
	background-color: #62BC30;
	background-image: linear-gradient(#62BC30, #72CE3F);
}
#pricing_table_example1 .pricing-table .signup:active, #pricing_table_example1 .pricing-table .signup:focus {
	background: none repeat scroll 0 0 #62BC30;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
	top: 2px;
}
#pricing_table_example2 .featured {
	z-index: 2;
}
#pricing_table_example2 .top {
	background: none repeat scroll 0 0 #2F2E35;
	border-radius: 10px 10px 0 0;
	height: 50px;
}
#pricing_table_example2 .top h2 {
	color: #FFFFFF;
	font: 300 30px/50px Helvetica, Verdana, sans-serif;
	text-align: center;
	margin: 0;
}
#pricing_table_example2 .pricing-table {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
	position: relative;
	text-align: center;
	padding: 0 0 20px 0;
}
#pricing_table_example2 .pricing-table ul {
	font: 300 18px/2 Helvetica, Verdana, sans-serif;
	list-style-type: none;
	margin: 20px 20px 0 20px;
	padding: 0;
}
#pricing_table_example2 .pricing-table ul strong {
	font-weight: bold;
}
#pricing_table_example2 .pricing-table hr {
	background-color: #BCBEC0;
	border: 0 none;
	color: #BCBEC0;
	height: 1px;
	margin: 20px 0 0 0;
}
#pricing_table_example2 .pricing-table h1 {
	font: bold 88px/1 Helvetica, Verdana, sans-serif;
	margin: 20px 0 0;
}
#pricing_table_example2 .pricing-table h1 sup {
	font-size: 45px;
}
#pricing_table_example2 .pricing-table p {
	color: #BCBEC0;
	font: 500 14px/1 Helvetica, Verdana, sans-serif;
}
/* ---------------------------------------------------------------------- */
/*	Coming Soon
 /* ---------------------------------------------------------------------- */
.coming-soon {
	text-align: center;
	background-color: #ffffff !important;
}
.timer-area {
	background-image: url("../images/bg.png");
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 4em;
	padding-top: 2em;
	color: #1F2225;
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.timer-area h1 {
	color: #FFFFFF;
}
ul#countdown {
	margin: 0;
	padding: 0;
}
ul#countdown li {
	display: inline-block;
	background: transparent url('../images/timer-piece.png') no-repeat left top;
	width: 104px;
	margin-bottom: 4em;
	text-align: center;
}
ul#countdown li span {
	font-size: 3em;
	font-weight: bold;
	color: #1f2225;
	height: 108px;
	line-height: 108px;
	position: relative;
}
ul#countdown li span:before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid white;
	position: absolute;
	top: 25px;
}
ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
	margin-top: 1em;
	color: #909091;
	text-transform: uppercase;
	font-size: .875em;
}
.coming-soon #disclaimer {
	display: block;
}
.coming-soon #disclaimer p {
	color: #909091;
	font-size: 0.875em;
	font-style: italic;
}
.coming-soon #disclaimer p span {
	color: #2A9CCC;
	font-size: 1.2em;
}
/* ---------------------------------------------------------------------- */
/*	Flot Chart
 /* ---------------------------------------------------------------------- */
.flot-container {
	box-sizing: border-box;
	position: relative;
	height: 450px;
}
.flot-placeholder {
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
.legend table {
	border-spacing: 5px;
}
.flot-container #choices {
	position: absolute;
	width: 135px;
	right: 0;
	top: 0;
}
#placeholder2 {
	margin-right: 135px;
}
.flot-small-container {
	height: 300px;
}
.flot-mini-container {
	height: 135px;
}
.flot-medium-container {
	height: 360px;
}
/* ---------------------------------------------------------------------- */
/*	Maps
 /* ---------------------------------------------------------------------- */
.map {
	display: block;
	height: 350px;
	margin: 0 auto;
}
.map.large {
	height: 500px;
}
/* ---------------------------------------------------------------------- */
/*	Overlay
 /* ---------------------------------------------------------------------- */
.overlay {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 80px;
	opacity: 0.8;
	background: #4477aa;
	border: solid 3px #336699;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #333;
	text-shadow: 1px 1px 1px #666;
	padding: 0 4px;
}
.overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute;
}
.overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #336699;
}
.overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #336699;
}
/* ---------------------------------------------------------------------- */
/*	Calendar
 /* ---------------------------------------------------------------------- */
#calendar {
	position: relative;
}
.fc-event {
	padding: 2px;
}
.fc-day-number {
	margin: 2px 2px 0 0;
}
.fc-header-title h2 {
	color: #666666;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
}
.fc-today .fc-day-number {
	font-weight: bold;
}

.fc-state-highlight {
	background: #F5F5F5 !important;
}
.fc-button {
	color: #666666 !important;
}
.fc-state-default {
	background-color: #ffffff !important;
	background-image: none !important;
	border-color: #666666 !important;
	box-shadow: none !important;
	color: #666666;
	text-shadow: none !important;
}
.fc-state-down, .fc-state-active {
	box-shadow: none !important;
	outline: 0 none;
	background-color: #569099 !important;
	border-color: #4D8189 !important;
	color: #FFFFFF !important;
}
.fc-header-left {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 50% !important;
}
.fc-header-right {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 50% !important;
}
.fc-header-center {
	display: block !important;
	padding-top: 40px !important;
}
.event-category {
	color: #ffffff;
	padding: 5px;
	border-radius: 3px;
	margin: 5px 0;
}
.label-default, .badge-default {
	background-color: #3A87AD !important;
	border-color: #3A87AD !important;
}
.label-orange, .badge-orange {
	background-color: #E6674A !important;
	border-color: #E6674A !important;
}
.label-purple, .badge-purple {
	background-color: #57517B !important;
	border-color: #57517B !important;
}
.label-yellow, .badge-yellow {
	background-color: #FFB848 !important;
	border-color: #FFB848 !important;
}
.label-teal, .badge-teal {
	background-color: #569099 !important;
	border-color: #569099 !important;
}
.label-beige, .badge-beige {
	background-color: #CCCC99 !important;
	border-color: #CCCC99 !important;
}
.label-green, .badge-green {
	background-color: #3D9400 !important;
	border-color: #3D9400 !important;
}
/* ---------------------------------------------------------------------- */
/*	Lock Screen
 /* ---------------------------------------------------------------------- */
.main-ls {
	height: 250px;
	left: 50%;
	margin-left: -240px;
	margin-top: -125px;
	position: absolute;
	top: 50%;
	width: 480px;
}
body.lock-screen .box-ls {
	background: #FFFFFF;
	box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	padding: 15px;
}
body.lock-screen .logo {
	padding: 10px 0;
}
body.lock-screen .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0;
}
body.lock-screen .user-info {
	float: right;
	width: 285px;
}
body.lock-screen .user-info h1 {
	color: #666666;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	margin-top: 0;
}
body.lock-screen .user-info h1 i {
	color: #cccccc;
}
body.lock-screen .user-info > span {
	color: #666666;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
body.lock-screen .user-info > span em {
	color: #333333;
}
/* ---------------------------------------------------------------------- */
/*	daterangepicker
 /* ---------------------------------------------------------------------- */
.daterangepicker {
	margin-top: 51px !important;
}
body.header-default .daterangepicker {
	margin-top: 1px !important;
}
/* ---------------------------------------------------------------------- */
/*	Style Selector
 /* ---------------------------------------------------------------------- */
#style_selector {
	background: none repeat scroll 0 0 #FFFFFF;
	position: fixed;
	right: 0;
	top: 100px;
	width: 215px;
	z-index: 999;
}
#style_selector_container {
	border: 1px solid rgba(23, 24, 26, 0.15);
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	display: none;
}
#style_selector_container img {
	border-radius: 100% 100% 100% 100%;
}
.style-main-title {
	background: #D9D9D9;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	color: #000000;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.box-title {
	font-size: 12px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #AAA9A9 !important;
}
.input-box {
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	padding: 0 10px 10px 10px;
	text-align: center;
}
.input-box input[type="text"] {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid rgba(23, 24, 26, 0.15);
	color: #000000;
	font-size: 11px;
	margin-left: 10px;
	padding: 3px;
	width: 60px;
}
.input-box select {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid rgba(23, 24, 26, 0.15);
	color: #000000;
	margin-left: 5px;
	width: 120px;
}
.input-box .radio-inline {
	margin: 0 10px !important;
}
#style_selector .style-toggle {
	background: #ffffff;
	cursor: pointer;
	height: 44px;
	width: 35px;
	border: 1px solid rgba(23, 24, 26, 0.15);
	border-right: none;
	border-radius: 5px 0 0 5px;
	line-height: 44px;
	text-align: center;
	color: #007AFF;
	font-size: 14px;
}
#style_selector > .open:before {
	content: "\e162";
	font-family: 'clip-font';
	line-height: 1;
}
#style_selector > .open {
	background-position: left top;
	left: -35px;
	position: absolute;
	top: 44px;
	width: 35px;
	opacity: 1;
}
#style_selector > .close:before {
	content: "\e163";
	font-family: 'clip-font';
	line-height: 1;
}
#style_selector > .close {
	background-position: left bottom;
	position: absolute;
	right: 0;
	top: 45px;
	width: 35px;
	opacity: 0.9;
}
#style_selector .images {
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}
#style_selector .images img {
	height: 24px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 25px;
	z-index: 1000;
}
#style_selector .images img.active {
	border: 0 solid #CCCCCC;
	opacity: 0.5;
}
#style_selector .images .form-group {
	width: 50px;
	text-align: center;
	color: #AAA9A9;
	font-size: 10px;
	margin-bottom: 0;
}
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
	max-width: 1170px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
#style_selector .images input {
	display: none;
}
#style_selector .images .form-group {
	display: inline-block;
}
#style_selector .images .add-on {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	display: inline-block;
	font-weight: normal;
	line-height: 20px;
	min-width: 20px;
	padding: 5px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: auto;
	margin-left: 2px;
}
#style_selector .images .add-on i {
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
}
#style_selector .clear_style {
	margin-right: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Home elements
 /* ---------------------------------------------------------------------- */
.circle-icon {
	background-color: #333333;
	border-radius: 75px 75px 75px 75px;
	color: #FFFFFF;
	margin-top: 2px;
	text-align: center;
	height: 55px;
	line-height: 56px;
	width: 55px;
	display: inline-block;
	font-size: 24px !important;
}
.circle-icon.circle-green {
	background-color: #3D9400;
	border-color: #327B00;
	color: #FFFFFF;
}
.circle-green {
	background-color: #3D9400;
	border-color: #327B00;
	color: #FFFFFF;
}
.circle-icon.circle-teal {
	background-color: #569099;
	border-color: #4D8189;
	color: #FFFFFF;
}
.circle-teal {
	background-color: #569099;
	border-color: #4D8189;
	color: #FFFFFF;
}
.circle-icon.circle-bricky {
	background-color: #C83A2A;
	border-color: #b33426;
	color: #ffffff;
}
.circle-bricky {
	background-color: #C83A2A;
	border-color: #b33426;
	color: #ffffff;
}
.core-box {
	margin-bottom: 20px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}
.core-box .heading {
	margin-bottom: 15px;
}
.core-box .heading .circle-icon {
	float: left;
}

.core-box .heading h2 {
	line-height: 55px !important;
	margin: 0;
	padding-left: 65px;
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}
.core-box .content {
	color: #747474 !important;
	line-height: 20px;
	margin-bottom: 15px;
}
.core-box .view-more {
	float: right;
}
.core-box .view-more i {
	display: inline-block;
}
.core-box .view-more:hover {
	text-decoration: none;
}
.discussion {
	list-style: none;
	margin: 0;
	padding: 0;
}
.discussion li {
	overflow: hidden;
	padding: 5px 5px 10px;
}
.discussion .avatar {
	position: relative;
	width: 50px;
	height: 50px;
	display: inline;
	overflow: hidden;
}

.smspop .messages {
	/*border-bottom-right-radius: 0;*/
	
	border-radius: 9px 0px 9px 9px;
	
	margin-right: 62px;
	margin-left: 62px;
	
	/*background: #33CA22;
	color: #ffffff;*/
	background: #e8797b;
	color: #000;
	
}
.smspop .avatar2 {
	float: left;
	/*background: url("../images/bg_4.png") rgba(0, 0, 0, 0) !important;*/
}
.smspop .avatar {
	float: right;
}
.smspop .messages:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: #33CA22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33CA22;*/
	
	border-color: #e8797b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e8797b;
	
	border-style: solid;
	border-width: 5px;
	top: 0;
	content: "";
	height: 0;
	right: -9px;
	position: absolute;
	width: 0;
}

.label-purple2{background-color:#583aa8}.label-purple2[href]:focus,.label-purple2[href]:hover{background-color:#583aa8}

.other .messages:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: #E5E5EA #E5E5EA rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-color: #89E4E4 #89E4E4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);*/
	border-color: #593aa1 #593aa1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px;
	content: "";
	height: 0;
	position: absolute;
	left: -9px;
	top: 0;
	width: 0;
}
.other .messages {
	margin-left: 62px;
	/*background: #E5E5EA;
	background: #89E4E4;*/
	background: #5c35aa1f;
	border-radius: 0px 9px 9px 9px;
}
.other .avatar {
	float: left;
}
.self .messages {
	/*border-bottom-right-radius: 0;*/
	
	border-radius: 9px 0px 9px 9px;
	
	margin-right: 62px;
	
	/*background: #33CA22;
	color: #ffffff;
	background: #A2CCE4;*/
	background: #ffe3e159;
	color: #000;
	
}
.self .avatar {
	float: right;
}
.self .messages:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: #33CA22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33CA22;
	
	border-color: #A2CCE4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #A2CCE4;*/
	
	border-color: #ed3730 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ed3730;
	
	
	border-style: solid;
	border-width: 5px;
	top: 0;
	content: "";
	height: 0;
	right: -9px;
	position: absolute;
	width: 0;
}
.messages {
	border-radius: 2px 2px 2px 2px;
	padding: 10px;
	position: relative;
}
.messages a
{
	color: #000;
	text-decoration:underline;
}
.messages p {
	font-size: 14px;
	margin: 0 0 0.2em;
}
.messages time {
	color: #333333;
	font-size: 11px;
}
.self .messages time {
	color: #ffffff;
}
.chat-form {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Sparklines
 /* ---------------------------------------------------------------------- */
.mini-stats {
	border-left: 1px solid #DDDDDD;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mini-stats li {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DDDDDD;
	padding-bottom: 6px;
	text-align: center;
}
.mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.mini-stats li:last-child {
	border-right: 0 none;
}

.mini-stats .values {
	font-size: 12px;
	padding: 10px 0;
}
.mini-stats .values strong {
	display: block;
	font-size: 18px!important;
	margin-bottom: 2px;
}

.mini-stats .values strong span{
	font-size: 18px!important;
}

.mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.mini-stats .sparkline_bar_good {
	color: #459D30;
}
.mini-stats .sparkline_bar_neutral {
	color: #757575;
}
.mini-stats .sparkline_bar_bad {
	color: #BA1E20;
}
.jqstooltip {
	width: auto !important;
	height: auto !important;
	padding: 2px 6px !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	border: 0 !important;
	border-radius: 3px;
}
/* ---------------------------------------------------------------------- */
/*	Easy Pie Chart
 /* ---------------------------------------------------------------------- */
.easy-pie-chart {
	position: relative;
	text-align: center;
}
.easy-pie-chart .number {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
}

.easy-pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent {
	display: inline-block;
	line-height: 70px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.label-chart {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	display: inline;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
/* ---------------------------------------------------------------------- */
/*	User profile
 /* ---------------------------------------------------------------------- */

.user-left {
	border-right: 1px solid #DDDDDD;
	padding-right: 15px;
}
.user-left a:hover, .user-left a:focus {
	text-decoration: none;
}
.user-left td .edit-user-info {
	visibility: hidden;
}
.user-left tr:hover .edit-user-info {
	visibility: visible;
}
.user-left .user-image {
	position: relative;
	display: inline-block;
}
.user-image .user-image-buttons {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
.user-image:hover .user-image-buttons {
	display: block;
}
.user-edit-image-buttons {
	display: inline;
}
#projects .progress {
	margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Gallery
 /* ---------------------------------------------------------------------- */
.gallery-img {
	margin-bottom: 20px;
}
.wrap-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#cboxLoadedContent {
	background: #ffffff !important;
}
.wrap-image > .chkbox {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #ffffff;
	text-align: center;
	display: none;
	cursor: pointer;
	border: 1px solid #DDDDDD;
}
.wrap-image > .chkbox:hover {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 0 12px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
.wrap-image.selected > .chkbox {
	display: block;
}
.wrap-image:hover > .chkbox {
	display: block;
}
.wrap-image.selected > .chkbox:before {
	content: "\e0df";
	font-family: "clip-font";
	height: 14px;
	left: 1px;
	position: absolute;
	top: -2px;
	width: 14px;
}
.wrap-image > .tools {
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: -30px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
	width: 24px;
}
.wrap-image > .tools a:hover, .wrap-image > .tools a:focus {
	text-decoration: none;
}
.wrap-image > .tools.tools-bottom {
	bottom: -30px;
	height: 28px;
	left: 0;
	right: 0;
	top: auto;
	width: auto;
}
.wrap-image:hover > .tools {
	left: 0;
}
.wrap-image:hover > .tools.tools-bottom {
	bottom: 0;
	top: auto;
}
.wrap-image:hover > .tools.tools-top {
	bottom: auto;
	top: 0;
}
.wrap-image:hover > .tools.tools-right {
	left: auto;
	right: 0;
}
.wrap-image > .tools > a, .wrap-image > *:first-child .inner a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
}
.wrap-image > .tools > a:hover, .wrap-image > *:first-child .inner a:hover {
	color: #C9E2EA;
	text-decoration: none;
}
.wrap-image .tools.tools-bottom > a, .wrap-image .tools.tools-top > a {
	display: inline-block;
}
/* ---------------------------------------------------------------------- */
/*	Compatibility with font-awesome 3
 /* ---------------------------------------------------------------------- */
[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
a [class^="icon-"], a [class*=" icon-"] {
	display: inline;
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-font:before {
	content: "\f031";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-fullscreen:before {
	content: "\f0b2";
}
.icon-question:before {
	content: "\f128";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-resize-full:before {
	content: "\f065";
}
.icon-check-empty:before {
	content: "\f096";
}
.icon-check:before {
	content: "\f046";
}
.icon-ok:before {
	content: "\f00c";
}
.icon-external-link-sign:before {
	content: "\f14c";
}
.icon-double-angle-left:before {
	content: "\f100";
}
.icon-double-angle-right:before {
	content: "\f101";
}
/* ---------------------------------------------------------------------- */
/*	Animation Page
 /* ---------------------------------------------------------------------- */

.animation-container {
	overflow: hidden;
	padding: 140px 0 40px;
	background-color: #F4F4F4;
}
.animation-buttons .btn {
	margin-bottom: 10px;
}
#object {
	display: block;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 150px;
	color: #007AFF;
}
/* ---------------------------------------------------------------------- */
/*	X-editable Table
 /* ---------------------------------------------------------------------- */
td.column-left {
	width: 25%;
}
td.column-right {
	width: 75%;
}
/* ---------------------------------------------------------------------- */
/*	Invoice
 /* ---------------------------------------------------------------------- */
.invoice {
	margin-bottom: 20px;
}
.invoice .invoice-logo {
	margin-bottom: 20px;
}
.invoice table {
	margin: 30px 0;
}
.invoice .invoice-logo p {
	font-size: 26px;
	line-height: 28px;
	padding: 25px 0;
	text-align: right;
}
.invoice .invoice-logo p span {
	display: block;
	font-size: 14px;
}
.invoice h4 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-weight: 300 !important;
}
.invoice-details {
	padding-top: 30px;
}
.invoice .invoice-block {
	text-align: right;
}
.invoice .invoice-block .amounts {
	font-size: 14px;
	margin-top: 20px;
}
/* ---------------------------------------------------------------------- */
/*	PAGE SIDEBAR
/* ---------------------------------------------------------------------- */
#page-sidebar {
    bottom: 0;
    position: fixed;
    right: -270px;
    top: 49px;
    transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
    width: 270px;
    z-index: 999;
    background:#F6F6F6;
    border-left: 1px solid #c8c7cc;
    border-top: 1px solid #c8c7cc;
}
#page-sidebar .sidebar-wrapper {
	overflow: hidden;
	position: relative;
}
#page-sidebar .sidebar-toggler {
 	background: #F5F5F5;
    font-size: 16px;
    color: #999999;
    height: 50px;
    overflow: hidden;
    padding-top: 18px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -51px;
    width: 47px;
    z-index: 9994;
}
#page-sidebar .sidebar-wrapper .nav-tabs li a {
	border-left: none;
	border-top: none;
	background: #fff;	
}
#page-sidebar .sidebar-wrapper .nav-tabs li.active a {
	background: none;
	border-bottom-color: transparent;
}
#page-sidebar .sidebar-wrapper .tab-content {
    border: none;
    padding: 0;
    position: relative;
}
#page-sidebar #users, #page-sidebar #favorites {
	position: relative;
	right:0;
	top:0;
	transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
}
#page-sidebar .user-chat {
	position: relative;
	left:270px;
	top:0;
}
#page-sidebar .users-list{
	position: absolute;
	right:0;
	left: 0;
	top:0;
}

#page-sidebar .media-list .media {
    border-bottom: 1px solid #c8c7cc;
    margin:0;
}
#page-sidebar .media-list .media a {
	padding: 10px;
	display: block;
}
#page-sidebar .media-list .media a:hover {
    background: #D9D9D9;
    text-decoration: none;
}
#page-sidebar .sidebar-title {
    color: #999;
    font-size: 11px;
    margin: 15px 10px 10px 10px;
    text-transform: uppercase;
}
#page-sidebar .sidebar-back {
    color: #999;
    font-size: 11px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;	
}
#page-sidebar .sidebar-back:hover {
    color: #555555;
    text-decoration: none;
}
#page-sidebar .media-list .media .media-object {
    border-radius: 50% !important;
    float: left;
    margin-right: 10px;
    opacity: 0.8;
    width: 40px;
}
#page-sidebar .media-list .media .user-label {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 25px;
}
#page-sidebar .media-list .media .status-online {
	line-height: 40px;
	font-size: 6px;
    position: absolute;
    right: 10px;
    display: inline-block;
    color: #5cb85c;
}
#page-sidebar .media-list .media .media-heading {
	color: #555555;
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}
#page-sidebar .media-list .media .media-body span {
	color: #bbbbbb;
	display: block;
	font-size: 12px;
}
#page-sidebar .sidebar-content {
	padding: 10px;	
}
#page-sidebar .discussion .avatar img {
    border-radius: 50% !important;
    width: 40px;	
}
#page-sidebar .discussion .messages {
    margin-top: 10px;
}
#page-sidebar .discussion .messages p{
    font-size: 12px;
}









.register
{
	color:#fffc00;
}

.register:hover
{
	color:#fffc00;
	
}

.navbar-content
{
	background:#f5f5f5;	
}

#flk
{
	background-image:url("../images/flipkart-icon_small.png");
	background-repeat: no-repeat;	
}

#amz
{
	background-image:url("../images/Amazon-icon_small.png");
	background-repeat: no-repeat;
}

#h18
{
	background-image:url("../images/Homeshop18-icon.png");
	background-repeat: no-repeat;
}

#inf
{
	background-image:url("../images/Infibeam-icon_small.png");	
	background-repeat: no-repeat;
}

#myn
{
	background-image:url("../images/Myntra-icon_small.png");	
	background-repeat: no-repeat;
}

#jbg
{
	background-image:url("../images/Jabong-icon_small.png");
	background-repeat: no-repeat;	
}

#ptm
{
	background-image:url("../images/Paytm-icon_small.png");	
	background-repeat: no-repeat;
}

#rdf
{
	background-image:url("../images/rediff-icon_small.png");	
	background-repeat: no-repeat;
}

#scl
{
	background-image:url("../images/ShopClues-icon_small.png");	
	background-repeat: no-repeat;
}

#spd
{
	background-image:url("../images/snapdeal-icon_small.png");	
	background-repeat: no-repeat;
}

.input-group-addon
{
	color:#5B3DA6;
	/*background:#007aff;
	background:#fff;
	display:none;*/
}

.form-horizontal .control-label
{
	font-size:14px;	
}

.control-label
{
	font-size:14px;	
	font-weight:normal;
}

.btngrd
{
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	/*border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);*/
	border:solid 1px;
	color: #333;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.lbl2
{
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-align: left;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.blue {
	color: #007aff;
}
.green {
	color: #269a07;
}
.red {
	color: #ff0000;
}

.fileinpt
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}


/*loader*/
.loaderml , .loadermlpop
		{
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			background:#000;
			opacity: .20;
			filter:alpha(opacity=0);
			z-index:50;
			
		}

#dvpopup
{
	
	width:100%;
	height:100%;
	position:absolute;
	z-index:5100;
}
		
.loadermail , .loadermailpop
		{
			position:absolute;
			top: 40% !important;
			left:42% !important;
			
			z-index:51;
			padding:10px;
			opacity: 1;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			/*-moz-box-shadow:5px 5px 5px #444444;
			-webkit-box-shadow:5px 5px 5px #444444;
			box-shadow:5px 5px 5px #444444;*/
			
		}


.close
		{
			float:right;
			margin-right:6px;
			cursor:pointer;
		}
/*loader*/




/*================================Gallery Page=======================================*/
.dvGallery
{
	overflow:auto;
	
}

.dvGalImg img
{
	margin: 0 auto;
}

.dvGallery .dvGalImg
{
	/*overflow:auto;*/
	margin: 15px;
	
	float:left;
	width:200px;
}

.dvGallery .dvGalImg a
{
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);	
    display: block;
	position:relative;
}

.dvGallery .dvGalImg a i
{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(254, 209, 54, 0.3) url("../images/zoom.png") no-repeat scroll center center;
    font-weight: 400;
    transform: translateY(0px) translateX(0px) scale(0.25);
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.dvGallery .dvGalImg a:hover i 
{
	-webkit-transform:translateY(0) translateX(0) scale(1);
	transform:translateY(0) translateX(0) scale(1);
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	opacity:1;
	filter:alpha(opacity=100)
}




/*================================Gallery Page=======================================*/
#myTab4
{
	float: none;margin-top: 0px;border-bottom-color: #364F6A;background-color: #F3F5F6;border: 1px solid #DDDDDD;
}
#myTab4 li.active a
{
	border: none; 
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	
	border-color: #364F6A #DDDDDD transparent;
	color: #333333;
	background-color: #FFFFFF;
	    
	height: auto;
    border-top: 2px solid #364F6A;
    margin-right: 3px;
    margin-left: 0;
    line-height: 16px;
    margin-top: -1px;
    z-index: 12;
    border-radius: 0 0 0 0 !important;
    
    position: relative;
    display: block;
    padding: 10px 15px;
    
    /*border-bottom: none;
    background: none;
    border-right: 1px solid #CDCDCD;*/
}

#myTab4 a
{
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
	background-color: #6C7F92;
	    
	height: auto;
    border-top: 2px solid #364F6A;
        margin-right: 3px;
        margin-left: 0;
        line-height: 16px;
        margin-top: -1px;
    z-index: 12;
    border-radius: 0 0 0 0 !important;
    
    position: relative;
    display: block;
    padding: 10px 15px;
    
    /*border-bottom: none;
    background: none;
    border-right: 1px solid #CDCDCD;*/
}
/*
#myTab4 .tab-content
{
	border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}*/




th.sorting,
th.sorting_asc,
th.sorting_desc,
th.sorting_asc_disabled,
th.sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

th.sorting { background: url('../images/sort_both.png') no-repeat center right; }
th.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
th.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

th.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
th.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

th
{
	font-size:14px;
	font-weight:bold;
}

td
{
	font-size:13px;
	font-weight:normal;
}

.popover {
    
	height:auto;
	max-height: 100%;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
}

.popover-content { 
    
    height:100%;
    max-height: 100%;
    /*border: 2px dotted red;*/

}

.poptext
{
	border-bottom: 1px dotted gray;
}

.trheight
{
	height: 50px;
	vertical-align: top;
	overflow: hidden;
}
.cellheight
{
	display: block;
	height: 38px;
	overflow: hidden;
}


.page_hd
{
background: #e2222f;
display: block;
margin: 0;
height: 5px;
}
.page_hd2
{
background: #451f12;
display: block;
margin: 0;
height: 5px;
}
.page_ft2
{
background: #451f12;
display: block;
margin: 0;
height: 4px;
}

.panel-heading
{
	font-size: 14px;
    font-weight: bold;
    padding-top: -5px;
}

.ajax__calendar
{
    position: fixed !important;
}

.hrsmall
{
	margin-top:0px;
	margin-bottom:10px;
}

.timepicker span table tbody tr td input 
{
    font-size:14px !important;
    height:29px !important;
    border:none !important;
    padding:1px;
}

.timepicker span table tbody tr td
{
    border: solid 1px Silver;
    padding:1px;
}


.dvrow
{
	overflow: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    width: 99%;
    overflow-y:hidden;
    overflow-x:hidden;
    font-size:16px;
	font-weight:600;
}

.dvrow2
{
	overflow: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    overflow-y:hidden;
    overflow-x:hidden;
}
.dvrow3
{
	padding-bottom: 2px;
    padding-top: 2px;
    width: 98%;
    overflow-y:hidden;
    overflow-x:hidden;
}
.dvrow label
{
	color: #444444;
    display: block;
    float: left;
    /*font-size: 18px;*/
    margin: 0;
    padding-left: 0px;
    /*width: 165px;*/
    text-align:left;
}

.hrheading
{
	background: none repeat scroll 0 0 #9E0F15;
    border: medium none;
    height: 1px;
    margin-bottom: 15px;
}
.spseparater
{
	border: medium none;
	border-top: 1px outset #197af3;
    /*width:95%;*/
    width:100%;
    height: 1px;
    margin:5px;
}

.spseparatermain
{
	border: medium none;
	border-top: 1px outset #FF0000;
    width:100%;
    height: 1px;
    margin:2px;
}

.dvhdrow
{
	
    padding-bottom: 4px;
    padding-top: 0px;
    width: 100%;
}
.dvhdrow label
{
	display: block;
    font-size: 18px;
    margin: 0;
    padding-left: 0px;
    text-align:left;
}
.dvblankrow
{
	height:18px;
}

.table>tbody>tr>td
{
	padding:2px;
}
.profilpic_classmates
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	/*box-shadow:0px 0px 5px 	#888888;*/
	background:#FFF;
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	display: inline-Block;
	float:left;
	/*margin:7px;
	height:150px;
	vertical-align:middle;
	float:left;*/
	margin : 10px 15px 15px 15px;
	max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    overflow: hidden;
}

.profilpic_teacher
{
	background:#FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	
	display: inline-Block;
	float:left;
	/*margin:7px;
	height:150px;
	vertical-align:middle;
	float:left;*/
	margin : 10px 21px 15px 21px;
	max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    overflow: hidden;
}

.profilpic_teacher img, .profilpic_classmates img
{
	padding:10px;	
}

.profilpic_student_attendance
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	
	display: inline-Block;
	float:left;
	/*margin:7px;
	height:150px;
	vertical-align:middle;
	float:left;*/
	margin : 10px 21px 15px 21px;
	max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    overflow: hidden;
}

.tbl11
{
	border: medium none;
    width:100%;
    margin: 10px 0 30px 0;
}
.tbl11 th
{
	color: #fff;
    font-size:15px;
    background-color:#505050;
    border:thin thin #fff;
    height:40px;
}

.tbl11 td
{
	/*border-style:inset ;*/
    color: #444444;
    font-size: 13px;
    font-weight:normal;
    padding: 2px 2px 2px 2px;
    width: 90px;
    text-align:center;
    background:#fff;
    border-width:0.5px;
    /*border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;*/
}

.tbl11 tr
{
	border-bottom: thin thin #25B5F8;
	width:100%;
}

.tbl11 td:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	
	color:#fff;
}


#btnRatingdisable
{
	
    border-radius: 5px;
    margin: 0 1%;
    width: 32px;
    background: -moz-linear-gradient(center top , #E8E5E2 0%, #D2CAC6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: #424242 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E5E2), to(#D2CAC6));
	background: -moz-linear-gradient(top, #E8E5E2, #D2CAC6);
	background: -ms-linear-gradient(top, #E8E5E2, #D2CAC6);
	background: -o-linear-gradient(top, #E8E5E2, #D2CAC6);
	-moz-box-shadow:3px 3px 3px #b7b7b7;
	-webkit-box-shadow:3px 3px 3px #b7b7b7;
    border: 1px solid #B5ADAA;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color: #777777;
    float: left;
    height: 25px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

}

#btnRating {
	background: #424242 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#343434));
	background: -moz-linear-gradient(top, #505050, #343434);
	background: -ms-linear-gradient(top, #505050, #343434);
	background: -o-linear-gradient(top, #505050, #343434);
	-moz-box-shadow:3px 3px 3px #b7b7b7;
	-webkit-box-shadow:3px 3px 3px #b7b7b7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 15px;
	height: 25px;
	margin: 0;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 80px;
}	

.mainlist
{
	border: 2px solid #CCCCCC;
    font-size: 14px;
    width: 100%;
    overflow:auto;
}

.dvHeader
{
	height:50px;
	background:#003366;
}

.dvHeader_Col1
{
	width:10%;
	font-size:16px;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0px 20px 0px;
	font-weight:bold;
	border-right:3px solid;
}

.dvHeader_Col2
{
	width:57.5%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
	border-right:3px solid;
}

.dvHeader_Col3
{
	width:12.7%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
	border-right:3px solid;
}

.dvHeader_Col4
{
	width:10%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
	border-right:3px solid;
}

.dvHeader_Col5
{
	width:9%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
}

.dvContentRows
{
	overflow:auto;
}

.dvContentRow
{
	/*margin-bottom:02px;*/
	overflow:auto;
}

.dvContentRow_Col1
{
	width:9.6%;
	max-width:10%;
	float:left;
	word-wrap:break-word;
	overflow:auto;
	height:100%;
	border-bottom: 2px solid #CCCCCC;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	/*display:table;*/
}




.dvContentRow_Col2
{
	width:30%;
	overflow:auto;
	text-align:left;
	float:left;
}

.dvContentRow_Col2_ContentRow
{
	border-top: none;
    border-right: none;
    border-bottom: medium solid #CCCCCC;
    border-left: medium solid #CCCCCC;
    overflow: auto;
}


.dvContentRow_Col2_Content
{
	float: left;
    min-height: 33px;
    overflow: auto;
    padding: 5px 0 0px 5px;
}






.dvContentRow_Col3
{
	width: 60%;
	overflow:auto;
	text-align:left;
	float:left;
}

.dvContentRow_Col3_ContentRow
{
	border-top: none;
    border-right: none;
    border-bottom: medium solid #CCCCCC;
    border-left: medium solid #CCCCCC;
    overflow: auto;
    /*min-height: 33px;*/
}

.dvContentRow_Col3_Content
{
	border-right: 2px solid #CCCCCC;
    float: left;
    min-height: 33px;
    overflow: auto;
    padding: 5px 0 0px 5px;
    /*width: 53%;*/
    
    /*width: 259px;*/
    width:46%;
}

.dvContentRow_Col3_Colors
{
	border-right: 2px solid #CCCCCC;
	background: none repeat scroll 0 0 #FFFFFF;
    height: 10%;
    margin-top: 0px;
    overflow: hidden;
    /*width: 120px;*/
    padding:5px 0 0 0px;
    float:left;
    
    width:21.5%;
}

.dvContentRow_Col4
{
	/*width:103px;*/
	
	width:16.5%;
	
	overflow:auto;
	text-align:left;
	float:left;
	/*border-right: 2px solid #CCCCCC;*/
}

.dvContentRow_Col5
{
	/*width:95px;*/
	
	width:16%;
	
	overflow:auto;
	text-align:left;
	float:left;
}

.dvColor
{
	min-width:27px;
	min-height:33px;
	float:left;
	margin:0 1px;
	overflow: auto;
	height:100%;
	padding-left: 5px;
}

.dvContentRow_Col1_Text
{
	display: table-cell;
	vertical-align: middle;
}


.popup
{
	background: #fff none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.40);
	
	width:100%;
	margin:0px auto;
	display: block;
	margin: 0px;
	padding: 05px;
	position:fixed;
}

.popupbg
{
	position:fixed;
	top:0;
	bottom:0%;
	left:0;
	right:0%;
	background-color: #A9D3D9;
	background: rgba(169,211,217,0.7);
	filter:alpha(opacity=70);
	z-index:1001;
	width:100%; 
	height: 100%;
}
.hmasdoc
{
	padding-top:05px;
}
.popup1
{
	background: #fff none;
	width:100%;
	margin:0px auto;
	display: block;
	margin: 0px;
	
	position:fixed;
}

.backlink
{
	background: url("../images/component/backtogrd.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height:42px;
    width:90px;
}



.dvrpt
{
	overflow: auto;
}

.dvrptlist
{
	overflow: auto;
    font-size:16px;
    font-weight:bold;
    text-align:left;
    line-height:35px;
}


.dvappContentRow .mainsub
{
	float:left;	
	padding:0px;
}

.dvappHeader_Col1
{
	width:15%;
	font-size:16px;
	color:#fff;
	text-align:center;
	float:left;
	padding:12px 0px 18px 10px;
	font-weight:bold;
	border-right:3px solid;
	padding-bottom:0px;
	height:38px;
}
.dvappHeader_Col2
{
	width:31.9%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
	border-right:3px solid;
}
.dvappHeader_Col3
{
	width:20.5%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px;
	border-right:3px solid;
}
.dvappHeader_Col4
{
	width:30.2%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px;
	border-right:3px solid;
}

.dvContentRow_Col1_Text2
{
	display: table-cell;
	vertical-align: middle;
}


.dvappContentRows
{
	overflow:hidden;
}
.dvappContentRow
{
	border: 1px solid;
    float: left;
    margin-bottom: 0;
    overflow: auto;
    text-align: left;
    width: 99.8%;
}
.subsubject
{
	border-right: 1px solid;
    float: left;
    margin-right: 0;
    min-height: 36px;
    padding: 0;
    width: 38.2%;
}

.subsubject2
{
	border-right: 1px solid;
    float: left;
    margin-right: 0;
    min-height: 36px;
    padding: 0;
    width: 74.6%;
}

.dvsubsubject
{
	border-bottom: 1px solid;
    float: left;
    height: auto;
    margin-bottom: 0;
    width: 83.5%;
}

.dvsubsubject2
{
	border-bottom: 1px solid;
    float: left;
    height: auto;
    margin-bottom: 0;
    width: 83.7%;
}

.Mainsubheading
{
	border-right: 1px solid;
    float: left;
    width: 162px;
}



.dvaprContentRow .mainsub
{
	
	float:left;	
	padding:12px;
}

.dvaprHeader_Col1
{
	width:15%;
	font-size:16px;
	color:#fff;
	text-align:center;
	float:left;
	padding:12px 0px 18px 10px;
	font-weight:bold;
	border-right:3px solid;
	padding-bottom:0px;
	height:38px;
}
.dvaprHeader_Col2
{
	width:31.9%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
	border-right:3px solid;
}
.dvaprHeader_Col3
{
	width:8.5%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 0px;
	border-right:3px solid;
}
.dvaprHeader_Col4
{
	width:15.2%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 0px;
	border-right:3px solid;
}

.dvappHeader_Col11
{
	width:15%;
	font-size:16px;
	color:#fff;
	text-align:center;
	float:left;
	padding:5px 0 7px 10px;
	font-weight:bold;
	border-right:3px solid;
	height:38px;
}
.dvappHeader_Col21
{
	width:62%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px 0;
	border-right:3px solid;
}
.dvappHeader_Col31
{
	width:21%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px;
	border-right:3px solid;
}
.dvappHeader_Col41
{
	width:30.2%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px;
	border-right:3px solid;
}

.dvaprContentRows
{
	overflow:auto;
}
.dvaprContentRow
{
	border:1px solid;
	width:99.9%;
	overflow:auto;
	/*text-align:left;*/
	float:left;
	margin-bottom:0px;
}
.aprsubsubject
{
	border-right: 1px solid;
    float: left;
    margin-right: 0;
    padding: 0px;
    width: 38.2%;
    min-height:38px;
}
.aprdvsubsubject
{
	float: left;
    height: auto;
    width: 84.1%;	
    margin-bottom:0px;
    border-bottom: 1px solid
}
.aprMainsubheading
{
		float:left;
		width: 157px;
		border-right:1px solid;
}
.dvaprHeader_Col5
{
	width:20.5%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 20px;
	border-right:3px solid;
}
.dvaprHeader_Col6
{
	width:30.2%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	padding:10px 0 0px;
	
}
.Marksinstring
{
	border-right: 1px solid;
    float: left;
    margin-right: 0.6%;
    min-height: 38px;
    padding-left: 8px;
    width: 81px;
}
.appremkrs
{
	border-right: 1px solid;
    float: left;
    min-height: 38px;
    padding-left: 5px;
    width: 146px;	
}

.submitmsg {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px;
	height: 25px;
	margin: 0;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 80px;
}	
.apprsheetusers
{
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.31);
    border:1px solid;
    display: inline-block;
    float: left;
    height: 30px;
    margin: 10px 21px 0px;
    overflow: hidden;
    width: 97%;	
    cursor:pointer;
    
    
    
	
}
.apprsheetuserimg
{
	float: left;
    height: 31px;
    margin-right: 10px;
    width: 31px;
}

.tbl
{
	border: none;
    width:100%;
    margin-bottom:30px;
}

.tbl tr
{
	display: block;
	border-bottom: thin inset #25B5F8;
}

.tbl tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl td
{
	width:100%;
	padding:7px;
	display: inline-block;
}

.tbl tr td a {
		display: block;
		/*padding: 0px 40px 4px 0px;*/
		color: #444444; text-decoration: none; border:none;
		width:100%;
		background-image: url("../images/component/listarraow.png");
		background-repeat: no-repeat;
		background-position: 100% .9em;		
		font-size:16px;
		font-weight:bold;
	}

.tbl tr td a:hover {
	/*padding: 0px 40px 4px 0px;*/
	color: #fff;
	width:100%;
	font-size:16px;
	font-weight:bold;
}

.tbl tr td img {
		border:none;
		padding:0px 15px 0px 5px;
		vertical-align:middle;
		height:50px;
	}

.tbl2
{
	border: medium none;
    width:100%;
    margin: 0px 0 5px 0;
}

.dvrow .tbl2 
{
	border: none;
    width:100%;
}

.tbl2 tr
{
	display: inline-block;
	border-bottom: thin inset #25B5F8;
	width:100%;
}

.tbl2 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl2 td
{
	width:100%;
	padding:7px;
	border:none;
}

.tbl2 tr td a {
		display: block; padding: 4px 40px 4px 0px;
		color: #444444; text-decoration: none; border:none;
		width:100%;
		
		background-image: url("../images/component/listarraow.png");
		background-repeat: no-repeat;
		background-position: 100% .6em;
		font-size:16px;
		font-weight:bold;
	}

.tbl2 tr td a:hover {
	padding: 4px 40px 4px 0px;
	color: #fff;
	width:100%;
}

.tbl2 tr td:hover {
	color: #fff;
}

.tbl2 tr td img {
		border:none;
		padding:0px 15px 0px 5px;
		vertical-align:middle;
	}

.tbl3
{
	border: medium none;
    width:100%;
    margin: 10px 0 30px 0;
}
.tbl3 th
{
	color: #fff;
    font-size:18px;
    background-color:#505050;
    border:solid thin #fff;
    height:40px;
}

.tbl3 td
{
	border-style: groove;
    color: #444444;
    font-size: 16px;
    font-weight:bold;
    padding: 15px 5px 15px 5px;
    width: 90px;
    text-align:center;
    background:#fff;
    /*border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;*/
}

.tbl3 tr
{
	border-bottom: thin inset #25B5F8;
	width:100%;
}

.tbl3 td:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	
	color:#fff;
}

/*Contents*/
.tbl4
{
	border: none;
    width:98%;
    margin-bottom:30px;
    margin-top:0px;
    background-color:Transparent;
}

.tbl4 tr
{
	text-align:center;
	background-image:url("../images/icon_bg.png");
	background-repeat:no-repeat; 
	 
	display: inline-block;
	/*margin:5px 20px 15px 18px;*/
	
	width:195px;
	height:195px;
	vertical-align:middle;
	
	overflow:hidden;
	float:left;
}






.tbl4 tr:hover 
{
	/*background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/
}


.tbl4 td
{
	/*width:100%;*/
	height:auto;
	padding-top:40px;
	display: inline-block;
	text-align:center;
	min-width:195px;
	max-width:195px;
	width:195px;
	float:none;
}

.tbl4 tr td a
{
	/*padding: 12px 27px 12px 27px;*/
	color: #444444; 
	text-decoration: none; 
	border:none;
	text-align:center;
	font-size: 15px;
	font-weight:600;
	
}

.tbl4 tr td a:hover {
	/*padding: 12px 27px 12px 27px;*/
}

.tbl4 tr td img {
		
	/*box-shadow:0px 0px 5px 	#888888;
	display: inline-table;*/
	padding: 0 20px 0px 20px;
	max-width:320px;
	overflow:hidden;
	border:none;
	}
	

.tbl5
{
	border: none;
    width:98%;
    margin-bottom:30px;
    padding-top:25px;
    padding-right:10px;
    
}
/*.tbl5 tr:nth-child(5)
{
	border: medium none;
	border-top: 1px outset #197af3;
    width:100%;
    height: 1px;
    margin:20px;
    float:left;
}*/
.tbl5 tr
{
	background:#FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:left;
	
	 
	display: block;
	margin: 15px 10px 15px 38px;
	float:left;
	width:200px;
	height:200px;
	vertical-align:middle;
	
	/*overflow:hidden;*/
}

.tbl5 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	color: #fff;
	cursor:pointer;
}


.tbl5 td
{
	/*width:100%;*/
	height:auto;
	/*padding:10px;*/
	display: table;
	text-align:center;
}

.tbl5 tr td a 
{
	background-position: center top;
    border: medium none;
    color: #444444;
    display: block;
    font-size: 18px;
    margin-left: 5px;
    margin-top: -12px;
    max-width: 188px;
    min-width: 188px;
    padding: 153px 0 0;
    text-align: center;
    text-decoration: none;
}

.tbl5 tr td a:hover 
{
	color:#fff;	
}

.tbl5 tr td img {
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:15px 0 0 19px;
	max-width:320px;
	overflow:hidden;
	}
	
	
	
	
.tbl6
{
	border: none;
    width:98%;
    margin-bottom:30px;
}

.tbl6 tr
{
	background-color:#FFF;
	/*box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	-moz-box-shadow:    0px 1px 2px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);*/
	box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
	transition: box-shadow 0.2s ease-in-out;

    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    
    display: inline-block;
	width:100%;
	
	border-radius:10px;
	padding: 0px;
    border: 0px solid #fff;
    margin:0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.tbl6 tr:hover {
	/*background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	color: #fff;*/
	cursor:pointer;
	box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
}

.tbl6 td
{
	width:100%;
	height:auto;
	padding: 0px;
	display: table;
	text-align:center;
	
}


/*.tbl6 td
{
	width:100%;
	padding:7px;
	border:none;
	
	padding: 0px;
    width: 100%;
    display: table;
    
}*/

/*.tbl6 tr td a {
		display: block; padding: 4px 40px 0px 0px;
		color: #444444; text-decoration: none; border:none;
		width:90%;
		
		background-repeat: no-repeat;
		background-position: 95% 2.4em;
		font-size: 14px;		
		font-weight:600;
	}*/
	
.tbl6 tr td a 
{
	border: medium none;
    color: #5B3DA6;
    font-size: 11px;
    text-align: left;
    text-decoration: underline;
	background-position: left center;
	display: inline-block;
	/*padding: 19px 0 0 126px;*/
	float:left;
}

.tbl6 tr td a:hover 
{	
	/*color: #fff;*/
}

.tbl6 tr td img 
{
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:18px 10px 0 0;
	height:50%;
	max-width:320px;
	overflow:hidden;
}

.tbl7
{
	border: none;
    width:98%;
    margin-bottom:30px;
    
}
/*.tbl5 tr:nth-child(5)
{
	border: medium none;
	border-top: 1px outset #197af3;
    width:100%;
    height: 1px;
    margin:20px;
    float:left;
}*/
.tbl7 tr
{
	background:#FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:center;
	
	 
	display: block;
	margin: 15px 10px 15px 34px;
	float:left;
	width:200px;
	height:200px;
	vertical-align:middle;
	
	/*overflow:hidden;*/
}

.tbl7 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	color: #fff;
	cursor:pointer;
}


.tbl7 td
{
	/*width:100%;
	height:auto;
	/*padding:10px;
	display: inline-block;*/
	text-align:center;	
}

.tbl7 td:hover
{
	color:#fff;
}

.tbl7 tr td a 
{
	/*color: #444444;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height:20px;*/
}

.tbl7 tr td a:hover 
{
	color:#fff;	
}

.tbl7 tr td img 
{
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:15px 0 0 19px;
	max-width:320px;
	overflow:hidden;
	}
	


.tbl8
{
	border: medium none;
    width:100%;
    margin: 10px 0 0px 0;
}
.tbl8 th
{
	color: #fff;
    font-size:18px;
    background-color:#505050;
    border:solid thin #fff;
    height:40px;
}

.tbl8 tr
{
	border-bottom: thin inset #25B5F8;
	width:100%;
}

.tbl8 tr:hover
{
	background:#f4f4f4;
}

.tbl8 td
{
	border:1px solid #444444;
    color: #444444;
    font-size: 16px;
    font-weight:bold;
    padding: 8px 5px 8px 5px;
    text-align:center;
    vertical-align:text-top;
    word-wrap:break-word;
    /*background:#fff;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;*/
}

.tbl8 td:hover 
{
	
}


.tbl9
{
	border: medium none;
    width:100%;
    margin: 0px 0 5px 0;
}

.tbl9 tr
{
	display: inline-block;
	/*border-bottom: thin inset #25B5F8;*/
	width:99%;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
}

/*.tbl9 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}*/


.tbl9 td
{
	border: 1px solid #444;
    margin-right: 18px;
    margin-left:6px;
    padding: 0 0 10px 0px;
    width: 95%;
}

.tbl9 tr td a 
{
	display: block; padding: 4px 40px 4px 0px;
	color: #444444; text-decoration: none; border:none;
	width:100%;
	background-image: url("../images/component/listarraow.png");
	background-repeat: no-repeat;
	background-position: 100% .6em;
	font-size:16px;
}

/*
.tbl9 tr td a:hover 
{
	padding: 4px 40px 4px 0px;
	width:100%;
	font-weight:bold;
}

.tbl9 tr td:hover 
{
	color: #fff;
}
*/
.tbl9 tr td img
{
	border:none;
	padding:0px 15px 0px 5px;
	vertical-align:middle;
}


.mytable
{
	width:100%; font-size:14px;
	border:1px solid #ccc;
}

.mytable th{ background-color:#003366; color:#FFF; padding:5px; border:1px solid #ccc; }
.mytable td{ border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
.mytable tr:hover
{
	background-color:#f4f4f4;
}


.attachments_popup
{
	overflow: auto;
}

.attachments_popup_bg
{
	width:100%;
	height:100%;
	background:#000;
	opacity: .20;
	filter:alpha(opacity=0);
	z-index:40;
	position:fixed;
	top:0px;
	left:0px;
	
}

.attachments_popup_content
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	background:#FFF;
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	display: inline-Block;
	float:left;
	max-height: 200px;
    max-width: 500px;
    min-height: 200px;
    min-width: 500px;
    overflow: auto;
    position:fixed;
    top:40%;
    left:28%;
    z-index:150;
}

.dvCountImg
{
	width:64px;
	height:64px;
	float:right;
	padding:0;
	cursor:pointer;
	margin:-42px -22px -22px 100px;
}
.dvUpdateImg
{
	width:85px;
	height:36px;
	float:right;
	padding:0;
	cursor:pointer;
	margin:-30px 0 -22px 80px;
}
.fileuploadstyle1
{
}
/*
.fileuploadstyle1 input[type="button"], input[type="submit"]
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 20px;
	width: 20px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
}

.fileuploadstyle1 input[type="button"]:hover, input[type="submit"]:hover
{
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}*/


.dv_mandatorystar
{
	color:Red;
	float:left;
	font-size:18px;
	margin-top:-4px;
}
.megattachments
{
	background-image: url("../images/component/listarraow.png");
    background-position: 100% 0.6em;
    background-repeat: no-repeat;
    border: medium none;
    color: #444444;
    display: inline;
    font-size: 14px;
    
    text-decoration: none;
    width: 100%;
}
.attachment
{
	background-image: url("../images/attachment.png");
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 24px;
    font-size:12px;
    font-weight:normal;
    color:#000;
}

.attachment:hover
{
	text-decoration:underline;
	font-weight:bold;
}

.dvthreads
{
	color:#444444;
	float:right;
	cursor:pointer;
	padding-right:05px;
	font-size:14px;
}
.inboxphoto
{
	border: 1px solid #537CA6;
	margin: 5px;
	height:51px;
	float:left;
}
.dvtabs
{
	height:40px;
	padding:05px 0 05px 9px;
}

.dvtab
{
	/*background: #e8e8e8 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#469ffc), to(#2791ff));
	background: -moz-linear-gradient(top, #e8e8e8, #fcfcfc);
	background: -ms-linear-gradient(top, #e8e8e8, #fcfcfc);
	background: -o-linear-gradient(top, #e8e8e8, #fcfcfc);
	
	
	border-radius:05px 5px 0 0;
    border:1px solid #b0b0b0;
    display: block;
    float: left;
    height: 2em;
    text-decoration: none;
    width: 170px;
    margin: 0 0 0 2px;
    width:193px;
    height:38px;
    color:#b0b0b0;
    
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5em;*/
	font-size: 13px;
	border: 1px solid transparent;
	background-color: #FFFFFF;
    border-color: #DDDDDD;
    line-height: 16px;
    margin-right: -3px;
    position: relative;
    border-radius: 0 0 0 0 !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 5px;
    color: #444;
}
.dvtab span
{
	font-size: 13px!important;
}
.dvtab:hover, .dvtab span:hover
{
	/*background: #424242 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#343434));
	background: -moz-linear-gradient(top, #505050, #343434);
	background: -ms-linear-gradient(top, #505050, #343434);
	background: -o-linear-gradient(top, #505050, #343434);
	border:1px solid #b0b0b0;
    display: block;
    float: left;
    height: 2em;
    text-decoration: none;
    width: 170px;
    margin: 0 0 0 2px;
    cursor:pointer;
    width:193px;
    height:38px;
    color:#fff;*/
	
	color: #C83A2A;
}

.activetab
{
	/*background: #424242 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#343434));
	background: -moz-linear-gradient(top, #505050, #343434);
	background: -ms-linear-gradient(top, #505050, #343434);
	background: -o-linear-gradient(top, #505050, #343434);
	
	border-radius:05px 5px 0 0;
	border:1px solid #b0b0b0;
    display: block;
    float: left;
    height: 2em;
    text-decoration: none;
    width: 170px;
    margin: 0 0 0 2px;
    cursor:pointer;
    width:193px;
    height:38px;
    
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5em;*/
	font-size: 13px;
	border: 1px solid transparent;
	background-color: #FFFFFF;
    border-color: #DDDDDD;
    line-height: 16px;
    margin-right: -3px;
    position: relative;
    border-radius: 0 0 0 0 !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 5px;
    border-color: #C83A2A #DDDDDD transparent;
    border-top: 2px solid #C83A2A;
    color: #444;
}
.activetab:hover, .activetab span:hover
{
	color: #C83A2A;
}
.activetab span
{
	font-size: 13px!important;
}


.dvstptab
{	
    display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    width:19%;
    height:100%;
    border-radius:0px 0px 0 0;
    color:#444444;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*cursor:pointer;*/
}

.dvstptab_current
{	
	display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    width:19%;
    height:100%;
    border-radius:0px 0px 0 0;
    color:red;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*cursor:pointer;*/
}

.dvstptab_success
{	
	display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    width:19%;
    height:100%;
    border-radius:0px 0px 0 0;
    color:green;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*cursor:pointer;*/
}



#tabs span 
{
    /*display: block;
    line-height: 2.5em;
    font-size:15px;
    font-weight:bold;
    color:#fff;*/
}

.abc
{
	overflow:hidden; 
	word-wrap:break-word;
	/*background-color:#C8DCFF; 
	border-bottom: 1px solid #6297F4;
	border-left: 1px solid #6297F4;*/
}


.labelstyle1
{
	color: #444444;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-left: 5px;
    width: 150px;
    text-align:left;
}

.labelstyle2
{
	color: #444444;
    display: block;
    float: left;
    /*font-size: 14px;
    font-weight: bold;*/
    margin: 0;
    padding-left: 5px;
    width: 150px;
    text-align:left;
    font-weight:600; font-size:12px; line-height:1.7em; 
}

.dvrow label
{
	color: #444444;
    display: block;
    float: left;
    /*font-size: 18px;*/
    margin: 0;
    padding-left: 0px;
    /*width: 165px;*/
    text-align:left;
}


.dv_selfthread
{	
	background-color: #a2bbe1;
    border-radius: 10px;
    border:1px solid #0170b1;
    float: right;
    margin: 5px 0 10px;
    padding: 5px;
}

.dv_selfthread .dv_arrow_thread
{
	background-image: url("../images/arrow_self_thread2.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    margin-right: -19px;
    margin-top: 9px;
    padding-top: 10px;
    width: 19px;
}

.dv_selfthread .dv_header
{
	height: 22px;
    width: 100%;
}

.dv_otherthread
{	
	background-color: #92DADA;
    border-radius: 10px;
    border:1px solid #297C7C;
	float:left;
	padding: 5px 0px 10px 0px;
}

.dv_otherthread .dv_arrow_thread
{
	background-image:url("../images/arrow_other_thread2.png");
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:-18px;
	float:left;
	height:23px;
	width:19px;
}

.dv_otherthread .dv_header
{
	height:20px;
	width:100%;
}


.postrec 
{
	overflow: hidden;
    padding: 05px 7px 0px;
    width:91%;
    font-size: 14px;
    color:#000;
    float: left;
}


#msg {
    border: 1px solid #AACCE5;
    clear: both;
    height: 50px;
    overflow-y: hidden;
    padding: 3px;
    width: 100%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize: none;
    background: none repeat scroll 0 0 #FFFFFF;
    /*font-family: Helvetica, Arial, sans-serif;  */
    font-size: 14px;
    float:left;
}
.textareastyle1 {
    border: 1px solid #AACCE5;
    clear: both;
    min-height:50px;
    height: 50px;
    overflow-y: hidden;
    padding: 3px;
    max-width:98%;
    width:98%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize:vertical;
    background: none repeat scroll 0 0 #FFFFFF;
    /*font-family: Helvetica, Arial, sans-serif;  font-size: 14px;*/
    font-family: "Poppins", sans-serif;
}
.textareastyle3 {
    border: 1px solid #AACCE5;
    clear: both;
    min-height:30px;
    height: 30px;
    overflow-y: hidden;
    padding: 3px;
    max-width:98%;
    width:98%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize:vertical;
    background: none repeat scroll 0 0 #FFFFFF;
    /*font-family: Helvetica, Arial, sans-serif;  font-size: 14px;*/
    font-family: "Poppins", sans-serif;
}

.textareastyle2 {
    border: 1px solid #AACCE5;
    clear: both;
    min-height:30px;
    height: 30px;
    overflow-y: hidden;
    padding: 3px;
    max-width:86%;
    width:86%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize:none;
    background: none repeat scroll 0 0 #FFFFFF;
    /*font-family: Helvetica, Arial, sans-serif;  font-size: 14px;*/
    font-family: "Poppins", sans-serif;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

#lbl
{
	/*font-family: Helvetica, Arial, sans-serif;  */
	font-size: 16px;font-weight:bold;
	padding-left:0px;
	width:100%;
}
.dvrow
{
	overflow: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    width: 99%;
    overflow-y:hidden;
    overflow-x:hidden;
    font-size:16px;
	font-weight:600;
}

.label-open
{
background-color:#dd4ef0;	
}
.label-reopen
{
background-color:#924ef0;
}
.label-close
{
background-color:#de4014;	
}

.dvImageHolder
{
	float: left;
    height: 205px;
    margin: 1% 4%;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.dvImageHolder span
{
	text-align:center;
	font-size:14px;
	/*font-family:Arial;*/
	font-family: "Poppins", sans-serif;
}

.dvImageHolder .btnstyle1
{
	position:absolute;
	top:80%;
	left:0%;
	width:100%;
	font-size:12px;
	margin-left:0;
}

.dvPrdThumbImg
{
	height:158px;
	width:158px;
	background-size: 140px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	float:left; 
	position:absolute;
	border:solid 1px;
}

.dvPrdThumbImg input
{
	height:100%;
	width:100%;	
	opacity:0;
	cursor:pointer;
}

.prflbl1
{
	width:20%;
	padding-top:0.5%;
}



.prflbl2
{
	width:8.1%;
	padding-top:0.5%;
}

.prflbl3
{
	width:20%;
	padding-top:0.5%;
}




.prftextfield1
{
	width:60%;	
	text-transform:uppercase;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-size:small;
}

.prftextfield2
{
	margin-left: 1%;
    margin-top: 0.5%;
    width: 34%;
    text-transform:uppercase;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-size:small;
    
}

.prftextfield3
{
	margin-left: 1%;
    width: 10%;
    text-transform:uppercase;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-size:small;
}

.prfcbo1
{
	width:25%;
	margin: 0.5% 0 0 0;
}

.prfcbo2
{
	margin: 0.8%;
	float:left;
}

.prfcbo3
{
	width:0%;
	margin: 0.5% 0 0 0;
}


.prfrbo1
{
	margin:1% 10% 0 1%;
	float:left;
}

.prfdtpckr
{
	font-size: 14px;
    height: 25px;
    padding-left: 5px;
    width: 24%;
    float:left;
}

.prftextarea1
{
	height:50px;
	width:60%;
	resize:vertical;
	text-transform: uppercase;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-size:small;
}
.fa > .fa-external-link-square
{
	display:none;
}

.fa-external-link-square, .fa-reorder
{
	display:none!important;
}

.fa-pencil-square
{
	display:none!important;
}


.index-logo
{
	border-color: transparent!important;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    /*margin-bottom: 24px px;*/
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fff;
    /* margin: 20px 0px 0px 0px; */
    font-size: 20px;
    border-radius: 4px;
    height: 40px;
    padding: 5px 10px 5px 10px;
    margin: 7px 7px 7px 0px;
}

.menuc
{
	border-color: transparent!important;
    /*box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);*/
    transition: box-shadow 0.2s ease-in-out;
    margin: 10px 0px 0px 0px;
    font-size: 20px;
    border-radius: 8px;
    padding: 6px 8px 6px 8px;
    color:#fff!important;
}

.clip-list-3:before {
    content: "\2630";
}

.sb-toggle:hover
{
	background: rgb(255 255 255 / 20%)!important;
    transform: scale(1.08);
}

/*.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, */

.table-bordered>tbody>tr>th, .table-bordered>thead>tr>th
{
	/*border: 1px solid #4C8FBD!important;*/
    /*background: #5B3DA6!important;
    background:none!important;*/
    /*color: #5B3DA6!important;*/
    text-align:center;
    padding: 8px 0px 8px 0px;
    background: #ecf5ff!important;
    color: #5B3DA6!important;
}

th>a { /*color: #5B3DA6!important; color: #444!important;*/ color: #5B3DA6!important; }

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
{
	background-color: #5B3DA6!important;
    border-color: #5B3DA6!important;
}

.btn-primary
{
	background-color: #5B3DA6!important;
    border-color: #5B3DA6!important;
}

.btnmarginlr
{
	margin: 0px 2px 0px 2px;
}

.card
{
	border-bottom: 1px solid #C8C7CC;
    position: relative;
    height: 51px;
    height: auto!important;
    border-color: transparent!important;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    /*box-shadow: 0px 0px 20px rgb(0 0 0 / 23%);
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.15);*/
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fff;
    margin: 20px -15px 0px -15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    padding-top:15px;
    padding-bottom:15px;
}

.card:hover
{
	box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
}

.form-controlbig
{
	border-radius: 10px!important;height: 50px!important;
}
.form-controlbtnbig
{
	border-radius: 10px!important;
    height: 50px;
    background-color: #1a64d3;
    border-color: #136bef;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
}
.linehight50
{
	line-height: 50px!important;
}

.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a
{
	background: transparent!important;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle
{
	background: transparent!important;
}
.profileimg
{
	width:40px!important;
}

.dropdown-menu .divider
{
	height: 1px!important;
	margin-top:1px!important;
	margin-bottom:1px!important;
}

.navbar-right .dropdown-menu
{
	right: -2px;
}

.dottedborder
{
	background-image: linear-gradient(to right, lightgray 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}

.borderless td, .borderless th {
    border: none!important;
}


.borderred tr {
    width: 100%;
        /*background-color: #ffeff2;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);*/
    padding: 0px;
    padding-top:5px;
    
    border: none;
    color:#f47070;
    margin: 0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.bordergray tr {
    width: 100%;
    background-color: #fff;
    /*border-radius: 10px;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
	transition: box-shadow 0.2s ease-in-out;*/

	/*Horizontal*/
	background-image: linear-gradient(to right, lightgray 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;

	/*Vertical
	background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 1px 3px;
	background-repeat: repeat-y;*/

    padding-top:10px 0px 10px 0px;
    
    border: none;
    color:#3d9400;
    margin: 0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.bordergray tr:hover {
    /*box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);*/
}

.bordergreen tr {
    width: 100%;
    background-color: #f3faf2;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 0px;
    padding-top:5px;
    
    border: none;
    color:#3d9400;
    margin: 0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.borderpurple tr {
    width: 100%;
    background-color: #f6eeff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 0px;
    padding-top:5px;
    
    border: none;
    color:#7500f9;
    margin: 0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.borderorange tr {
    width: 100%;
    background-color: #fdf1eb;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 0px;
    padding-top:5px;
    
    border: none;
    color:#f0793e;
    margin: 0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.borderyellow tr {
    width: 100%;
    background-color: #fefbe5;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 0px;
    padding-top:5px;
    
    border: none;
    color:#FFBF00;
    margin: 0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

ul.main-navigation-menu > li.active > a
{
	font-weight: 400!important;
	color: #555555!important;
}

ul.main-navigation-menu > li.active > a > span.title
{
	font-size: 14px!important;
	font-weight:600;
	color: #5B3DA6!important;
}

.card span
{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color:#444;
    display: inline-block;
}


.card span.select2, .card span.selection, .card span.select2-selection
{
	display: table-cell;
}

.card span.input-group-btn
{
	display: table-cell;
}

.modal.container {
	width: 96%!important; 
	margin-left: -48%!important; 
}

.quantity
{
	width: 115px;
}

.bdash tr
{
	float:left;
	width:16.66666667%;
}
.bdash td
{
	float:left;
	width:100%;
}

.noborder
{
	border-color: transparent!important;
}

.noborder2
{
	border: none!important;
}

.noborder2 td
{
	border: none!important;
}

.mini-stats .values strong
{
	margin-bottom: 10px;
}

.info-gradient {
  /* fallback/image non-cover color */
  background-color: #7f9bff;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #7f9bff 0%, #2ddeff 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #7f9bff), color-stop(100%, #2ddeff));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #7f9bff 0%, #2ddeff 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #7f9bff 0%, #2ddeff 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #7f9bff 0%, #2ddeff 100%);
  /* Standard */
  background: linear-gradient(to right, #7f9bff 0%, #2ddeff 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.warning-gradient {
  /* fallback/image non-cover color */
  background-color: #fe8c81;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #fe8c81 0%, #fbd323 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fe8c81), color-stop(100%, #fbd323));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #fe8c81 0%, #fbd323 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #fe8c81 0%, #fbd323 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #fe8c81 0%, #fbd323 100%);
  /* Standard */
  background: linear-gradient(to right, #fe8c81 0%, #fbd323 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.danger-gradient {
  /* fallback/image non-cover color */
  background-color: #a77ffc;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #a77ffc 0%, #ff6eac 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #a77ffc), color-stop(100%, #ff6eac));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #a77ffc 0%, #ff6eac 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #a77ffc 0%, #ff6eac 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #a77ffc 0%, #ff6eac 100%);
  /* Standard */
  background: linear-gradient(to right, #a77ffc 0%, #ff6eac 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.success-gradient {
  /* fallback/image non-cover color */
  background-color: #11d7e4;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #11d7e4 0%, #48eaa1 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #11d7e4), color-stop(100%, #48eaa1));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #11d7e4 0%, #48eaa1 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #11d7e4 0%, #48eaa1 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #11d7e4 0%, #48eaa1 100%);
  /* Standard */
  background: linear-gradient(to right, #11d7e4 0%, #48eaa1 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.primary-gradient {
  /* fallback/image non-cover color */
  background-color: #7559ce;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #7559ce 0%, #678fe9 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #7559ce), color-stop(100%, #678fe9));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #7559ce 0%, #678fe9 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #7559ce 0%, #678fe9 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #7559ce 0%, #678fe9 100%);
  /* Standard */
  background: linear-gradient(to right, #7559ce 0%, #678fe9 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  
  
  
.srnocls {
    display:block;
}

.tbl18
{
    border: none;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    margin-bottom: 0px;
    margin-top: 15px;
}
.tbl18 tr
{
	    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 35%); */
    /* box-shadow: 0px 0px 5px #888888; */
    text-align: center;
    text-align: center;
    display: block;
    margin: 5px 3px 5px 3px;
    float: left;
    
    height: 50px;
    vertical-align: middle;
    overflow: hidden;
	width: 125px;
	
}
.tbl18 td
{
	text-align: center;
	padding: 0px;
	display: block;
}
.tbl18 tr td img {
    width: 100%;
    border-radius: 10px;
    /* border: 5px solid #ddd; 
    border: 2px solid #ddd;*/
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    margin:0px;
}
.tbl18 tr td a {
    display: block;
    padding: 0px 0px 0px 0px;
    color: #444444;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-position: 95% 0.4em;
    /*width: 97%;
    height: 120px;*/
    max-height: 120px;
    overflow: hidden;
}

.tbl18 tr td a span {
    font-size:10px!important;
    font-weight:600!important;
    display: block!important;
    padding: 20px 0px 18px 5px!important;
    text-align: left!important;
}

.tbl6
{
	border: medium none;
    margin: 0px 0 30px 0;
    padding: 10px!important;
    display: block;
}

.dvrow .tbl6 
{
	border: none;
    width:100%;
}

.tbltt
{
	border: none;
}

.tbltt tbody tr
{
	height:55px;
}

.tbltt tbody tr th
{
	color: #FFFFFF!important;
    background: #5B3DA6!important;
    border:none;
}

.tbltt tbody tr th a
{
	color: #FFFFFF!important;
    font-size: 12px!important;
    font-weight: 500!important;
}

.tdfont tbody tr td:first-child {
    color: #5B3DA6!important;
    background: #E5DBFF!important;
}

.tdfont tbody tr td:not(:first-child) 
{
	/*border-right: 1px dotted!important;*/
	/*Horizontal
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;*/

	/*Vertical*/
	background-image: linear-gradient(lightgray 33%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 1px 10px;
	background-repeat: repeat-y;
}

.tdfont tbody tr td
{
	border-bottom: 1px solid #EFEFEF!important;
}

.tbltt tbody tr th:first-child {
    border-top-left-radius: 8px;
}

.tbltt tbody tr th:last-child {
    border-top-right-radius: 8px;
}

/*
.tbl6 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}*/


/*
.tbl6 tr td a:hover {
	padding: 4px 40px 0px 0px;
	color: #fff;
	width:90%;
	
	color: #444444;
}

.tbl6 tr td:hover {
	color: #fff;
	
	color: #000;
}*/

.tbl6 tr td img {
		border:none;
		padding:0px 15px 0px 5px;
		vertical-align:middle;
	}
	

.scale80
{
	-moz-transform: scale(80%);
	-moz-transform-origin: top left;
	-o-transform: scale(80%);
	-o-transform-origin: top left;
	-webkit-transform: scale(80%);
	-webkit-transform-origin: top left;
}	

.nolrpadding
{
	padding-left: 0px;
    padding-right: 0px;
}




.tbl14
{
	border: none;
    width:95%;
    margin-bottom:30px;
}

.tbl14 tr
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:center;
	
	
	display: inline-block;
	/*margin:5px 5px;*/
	margin:0px;
	
	width:30%;
	height:130px;
	min-height: 130px;
	vertical-align:middle;
	
	max-width:320px;
	border-radius:10px;
}

.tbl14 td
{
	width:100%;
	height:auto;
	padding:5px;
	display: inline-block;
	text-align:center;
}

.tbl14 tr td a {
		display: block; padding: 0px 0px 0px 0px;
		/*color: #444444; */
		color: #000;
		text-decoration: none; border:none;
		background-repeat: no-repeat;
		background-position: 95% .4em;
		width: 100%;
		overflow:hidden;
		height:120px;
		max-height:120px;
	}


.tbl14 tr td img {
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:2px 5px 5px 5px;
	max-width:320px;
	width:76px;
	overflow:hidden;
}
		
	
.tbl14 tr td img
{
    width: 50px;
    border-radius: 10px;
    /*border: 5px solid #ddd;*/
    border: 2px solid #ddd;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}


.profilpic 
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	
	border-radius: 10px;  
	
	margin:5px 5px 5px 5px;
	
	width:18%;
	/*height:135px;display: inline-table;*/
	vertical-align:middle;
	
	max-width:320px;
	overflow:hidden;
	
	float:left;
}

.profilpic_student
{
	float:left;
	height:130px;
	width:100px;
	vertical-align:middle;
    overflow: hidden;
    border:8px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	margin-left: 20px;
    margin-right: 15px;
    margin-top: 40px;
}


    .facebook-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.facebook-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.card span.timeline_label
{
	font-weight: normal;
	font-size:11px;
}

.timeline_label, .timeline_date
{
	font-size:11px!important;
	color:#212121;
}

.card div.content
{
	font-weight: normal;
}

.fa-pencil-square
{
	display:none;
}

.legdiv
{
    height: 400px!important;
    overflow-x:hidden!important; 
    overflow-y:auto; 
    position: relative;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.legdiv::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.marginbottom24
{
    margin-bottom:24px;
}

.margintopbottom24
{
	margin-top: 24px;
    margin-bottom:24px;
}

.marginbottom10
{
    margin-bottom:10px;
}

.paddingleft0
{
	padding-left:0px;
}

.linheight2em
{
	line-height: 2em;
}

.width20p
{
	width:20%;
}

.spseparatermain, .spseparater
{
	display:none!important;
}

.note_txt3
{		
	/*float:right;*/
	width :auto;
	font-size:11px;
	font-weight:normal;
	color:#de2203;
	text-align:left;
	font-style:italic;
	height: 17px;
	overflow:visible;   
	vertical-align:text-bottom;
}

.fontbold
{
	font-weight:bold!important;
}

.fontnormal
{
	font-size: 13px;
	font-weight:normal!important;
}

.badge-success
{
	color:#fff!important;
}



.marginbottom100
{
    margin-bottom:100px!important;
}

.marginbottom10
{
    margin-bottom:10px!important;
}

.fc-button
{
	height: auto!important;
	padding-top:8px!important;
	padding-bottom:8px!important;
}

.fc-state-active
{
	background-color:#CFCEFF!important;
}

.fc-state-hover
{
	background-color:#CFCEFF!important;
}

.fc-state-default
{
	background-color:#F7F8FA;
	border:none!important;
	color:#212121!important;
}

.fc-button-prev
{
	background-color:#212121!important;
	color:#fff!important;
	margin: 5px;
}

.fc-button-next 
{
	background-color:#212121!important;
	color:#fff!important;
	margin: 5px;
}

.fc-button-today 
{
	background-color:#F7F8FA!important;
	color:#212121!important;
}

.fc-header-left, .fc-header-right
{
	width: 25%!important;
	display: table-cell!important;
}
.fc-header-center
{
	width: 50%!important;
	display: table-cell!important;
	padding-top: 10px !important;
	padding-bottom: 30px!important;
	font-size:18px!important;
}

.fc-day-header
{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	/*background-color:#EDF9FE;
	color:#212121!important;*/
	background-color: #5B3DA6;
    	color: #FFF!important;
	font-size:16px!important;
	font-weight:normal;
}

th.fc-first
{
	border-radius: 8px 0px 0px 0px;
}

th.fc-last 
{
	border-radius: 0px 8px 0px 0px;
}

.bgp th
{
	background: #5B3DA6!important;
}

.fc-grid .fc-day-number
{
	float: left!important;
}

.card .panel-heading 
{
	color: #444;
}

.card .panel-default
{
	box-shadow:none;
	transition:none;
	border-radius: 0px;	
	margin-bottom:0px;
}

.card .panel-body
{
	padding:15px 0px 15px 0px!important;
}

.panel-body .panel-heading 
{
	color: #444;
}

.panel-body span
{
	font-size: 12px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color:#7E7E7E;
}

.panel-body td span
{
	font-size: 13px;
    font-weight: normal;
    margin-bottom: 0px;
    color:#444;
}

.card2
{
	border-bottom: 1px solid #C8C7CC;
    position: relative;
    border-color: transparent!important;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fff;
    margin: 20px -15px 0px -15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    padding-top:15px;
}
.card2:hover
{
	box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
}

.clip-search:before
{
	font-size: 20px!important;
	font-weight: normal!important;
    height: auto;
    width: auto;
}

.clip-calendar:before
{
	font-size: 20px!important;
}

.clip-calendar
{
	color:#5B3DA6!important;
}

.disabled
{
	color:#7E7E7E!important;
}

.clip-search
{
	color:#5B3DA6!important;
}


.input-group-addon
{
	padding: 10px 12px!important;
}

.nav-tabs>li>a
{
	display: table-cell;
    vertical-align: middle;
}

.nav-tabs>li
{
	font-weight: normal;
}

.panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus
{
	font-weight: 600;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
	    background-color: #F7F7F7;
}

select.form-control
{
	    font-weight: normal;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #212121;
    font-weight: normal;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #212121;
   opacity:  1;
   font-weight: normal;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #212121;
   opacity:  1;
   font-weight: normal;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #212121;
   font-weight: normal;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #212121;
   font-weight: normal;
}

.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #212121;
   font-weight: normal;
}

.noborder
{
	border: none!important;
}

.noborder td
{
	border: none!important;
}

.headerfont
{
	font-size:18px;
	font-weight:600;
}

.lblsubheader
{
	font-size: 11px;line-height: 1.5em;font-weight: normal;color:#212121;margin-top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lblcontent
{
	font-size: 11px;line-height: 1.5em;font-weight: normal;color:#212121;    margin-top: 0;
    margin-bottom: 0.5rem;
}



.tbl12
{
	border: none;
    width:98%;
    margin-bottom:30px;
}

.tbl12 tr
{
	background-color:#FFF;
	/*box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	-moz-box-shadow:    0px 1px 2px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);*/
	box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
	transition: box-shadow 0.2s ease-in-out;

    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    
    display: inline-block;
	width:100%;
	
	border-radius:10px;
	padding: 0px;
    border: 0px solid #fff;
    margin:0px 0px 10px 0px!important;
    display: inline-block;
    overflow: hidden;
}

.tbl12 tr:hover {
	/*background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	color: #fff;*/
	cursor:pointer;
	box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
}

.tbl12 td
{
	width:100%;
	height:auto;
	padding: 0px;
	display: table;
	text-align:center;
	
}

.tbl12 tr td a 
{
	border: medium none;
    color: #5B3DA6;
    font-size: 11px;
    text-align: left;
    text-decoration: underline;
	background-position: left center;
	display: inline-block;
	/*padding: 19px 0 0 126px;*/
	float:left;
}

.tbl12 tr td a:hover 
{	
	/*color: #fff;*/
}

.tbl12 tr td img 
{
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:18px 10px 0 0;
	height:50%;
	max-width:320px;
	overflow:hidden;
}

.displaytable
{
	display: table;	
}

.displayinlineblock
{
	display: inline-block;
}