<%@
taglib uri ="http://www.zkoss.org/dsp/web/core" prefix ="c " %> <%@
taglib uri ="http://www.zkoss.org/dsp/zk/core" prefix ="z " %> <%@
taglib uri ="http://www.zkoss.org/dsp/web/theme" prefix ="t " %>

@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);

*{
	font-size: 12px;
}


.z-step .z-icon-check{
	color: #FFFFFF;
	background-color: #438EB9;
	border-color: #C4C4C4;
	border-radius: 50%;
	font-size: 16px;
}

.z-stepbar-linear .z-step-active:before, .z-stepbar-linear .z-step-complete:before {
	background-color:#438EB9;
}

.z-stepbar-wrapped-label.z-stepbar-linear .z-step-complete:after, .z-stepbar-wrapped-label.z-stepbar-linear .z-step-complete .z-step-content:after, .z-stepbar-wrapped-label.z-stepbar-linear .z-step-active .z-step-content:before, .z-stepbar-wrapped-label.z-stepbar-linear .z-step-complete .z-step-content:before {
	background-color: #438EB9;
}


/* Small devices (landscape phones, 576px and up)*/
@media ( min-width : 576px) {
	.container {
		max-width: 540px;
	}
	.loginBox {
		width: 100%;
	}
	.footer-item {
		float: left;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media ( min-width : 768px) {
	.container {
		max-width: 720px;
	}
	.loginBox {
		width: 80%;
	}
	.footer-item {
		float: right;
	}
}

/* Large devices (desktops, 992px and up)*/
@media ( min-width : 992px) {
	.container {
		max-width: 960px;
	}
	.loginBox {
		width: 60%;
	}
	.footer-item {
		float: right;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media ( min-width : 1200px) {
	.container {
		max-width: 1140px;
	}
	.container-fluid {
		width: 100%;
		padding-right: 4.625rem;
		padding-left: 4.625rem;
	}
	.loginBox {
		width: 50%;
	}
	.footer-item {
		float: right;
	}
}

.login-footer {
	font-weight: bolder;
	text-align: center;
}

.bg-white {
	background-color: #ffffff;
	border-radius: 20px;
	border: 4px solid #c4c19e;
	color: #00a8da;
}

body {
	background: url(../images/bg.png) 0 0 no-repeat !important;
	background-color:#f8f9fa !important;
	margin: 0;
	padding: 0 !important;
}

.body {
	position: fixed;
	background: url(../images/bg.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.body > .name {
	display: block;
}
.body > .name:hover {
	text-decoration: underline;
}
.body > .text {
	display: block;
	position: relative;
	margin-top: 2px;
	padding-bottom: 19px;
	padding-left: 7px;
	font-size: 13px;
}
.body > .text > [class*="z-icon-quote-"]:first-child {
	color: #DCE3ED;
	margin-right: 4px;
}
.body > .text:after {
	display: block;
	content: '';
	height: 1px;
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	left: 16px;
	right: -12px;
	margin-top: 9px;
	border-top: 1px solid #e4ecf3;
}
.body > .tools {
	right: 9px;
	bottom: 10px;
}

body {
	background-color:#f8f9fa !important
	font-family: 'Merriweather Sans', arial, verdana;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
}

.z-tab, .z-a, .z-button, .z-label, .z-menu-text, .z-menuitem-text, .z-nav-text, .z-navitem-text,
.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox,
.z-comboitem, .z-comboitem a, .z-comboitem-text, .z-calendar-text, .z-datebox-input {
	font-family: "Myriad Set Pro", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
	font-size: 12px;
}

.caps {
	font-variant-caps: unicase;
	font-weight: bold;
}

.z-cell>.z-label {
	color: #000;
}

.star, .flblreq {
	color: #ea4317;
	font-weight: normal;
	/* font-size: 160%; */
}

.flex {
	display: flex;
	margin-bottom: 8px;
}

.crumb {
	background: #fff;
	padding: 0;
	margin: 0;
	/* text-shadow: 0 1px 0 #000; */
	width: 100%;
	overflow: hidden;
	border: none;
}
.crumb1 {
	padding: 2em 0 0;
	margin: 0;
	/* text-shadow: 0 1px 0 #000; */
	width: 100%;
	overflow: hidden;
	border: none;
}
.crumb > .z-a {
	color: #333333;
	margin-left: 12px;
	font-weight: 500;
	font-size: 11px;
	letter-spacing:normal;
}
.crumb1 > .z-a {
	color: #333333;
	margin-left: 12px;
	font-weight: 500;
	font-size: 11px;
	letter-spacing:normal;
}
.crumb > .z-a:hover, .crumb > .z-a:active, .crumb > .z-a:active:hover {
	color: #1963aa;
	font-weight: bolder;
}
.crumb1 > .z-a:hover, .crumb1 > .z-a:active, .crumb1 > .z-a:active:hover {
	color: #1963aa;
	font-weight: bolder;
}
.crumb > .z-a:first-child{
	margin-left: 0px;
}
.crumb1 > .z-a:first-child{
	margin-left: 0px;
}
.crumb > .z-a:first-child:before {
	content: '';
}
.crumb1 > .z-a:first-child:before {
	content: '';
}
.crumb > .z-a:before {
	content: "\f101" "    ";
	font-family: FontAwesome;
	margin-right: 5px;
	margin-left: -5px;
}
.crumb1 > .z-a:before {
	content: "\f101" "    ";
	font-family: FontAwesome;
}

.crumb > .z-a:last-child {
	color: #1963aa;
	font-weight: bolder;
}
.crumb1 > .z-a:last-child {
	color: #aaa;
}


.breadcrumb {
	border: 1px solid #CFCFCF;
	display: inline-block;
	overflow: hidden;
	border-radius: 0px;
	text-align: relative;
}
.breadcrumb > .z-a {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 21px;
	color: white;
	padding: 0 10px 0 30px;
	background: #666;
	background: linear-gradient(#666, #333);
	text-decoration: none;
	text-align: center;
	outline: none;
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb > .z-a:first-child {
	padding-left: 20px;
	border-radius: 0px 0 0 0px; /*to match with the parent's radius*/
}
.breadcrumb > .z-a:first-child:before {
	left: 14px;
}
.breadcrumb > .z-a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb > .z-a:after {
	content: '';
	position: absolute;
	top: 0;
	/* right: -18px; */ /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 21px;
	height: 21px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	-webkit-transform: scale(0.707) rotate(45deg);
	-moz-transform:    scale(0.707) rotate(45deg);
	-ms-transform:     scale(0.707) rotate(45deg);
	-o-transform:      scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
	box-shadow:
			2px -2px 0 2px rgba(0, 0, 0, 0.4),
			3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb > .z-a:last-child:after {
	content: none;
}

.flat > .z-a, .flat > .z-a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat > .z-a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat > .z-a:hover, .flat > .z-a.active,
.flat > .z-a:hover:after, .flat > .z-a.active:after{
	background: #62a8d1;

}

div#breadcrumbDiv
{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	min-height: 41px;
	line-height: 40px;
	padding: 0 12px 8px 0;
}

a.crumbLink {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #008FBB;
	text-decoration: none;
	float: left;
	padding-right: 8px;
	font-size: 24px;
}

.z-button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 12px;
	margin: 4px;
	line-height: 14px;
	background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
	text-shadow: 0 1px #fff;
	cursor: pointer;
	white-space: nowrap;

	border: 1px solid gainsboro !important;
	border-radius: 1px !important;
	padding: 0px 8px !important;
}

.z-button:hover {
	background: #FFF;
}


.blue {
	color: inherit;
}

.bluee {
	color: #478FCA !important;
}

.green {
	color: #69AA46 !important;
}

.grey {
	color: #777 !important;
}

.purple {
	color: #A069C3 !important;
}

.red {
	color: #DD5A43 !important;
}

.orange {
	color: #FF892A !important;
}

.lighter {
	font-weight: lighter;
}
.bolder {
	font-weight: bolder;
	min-height: 30px !important;
}

.z-chosenbox {
	min-height: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.z-chosenbox-item {
	border: none;
}

.z-chosenbox-button {
	font-size: 9px;
	color: #F50707;
}

.mail, .z-chosenbox {
	margin: 5px;
}

.error-div {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.info-div {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}


/*********************************************
	SIDEBAR - LEFT MENUS
********************************************/
.sidebar {
	float: left;
	position: relative;
	border: 1px solid #cccccc;
	border-width: 0;
	background-color: #f2f2f2;
}

.sidebar:before {
	display: block;
	/* width: 190px; */
	position: fixed;
	bottom: 0;
	top: 0;
	z-index: -1;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-width: 0 1px 0 0;
}

.nav-list.z-navbar>ul>li {
	border-top: 1px solid #FCFCFC;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}

.nav-list.z-navbar>ul>li:first-child, .nav-list.z-navbar>ul>li:first-child>a
{
	border-top: none;
}

.nav-list.z-navbar>ul>li>a {
	border-width: 0;
	height: 38px;
	line-height: 36px;
	padding: 0 16px 0 7px;
	background-color: #62a8d1;
	color: #ffffff;
	font-weight: bold;
	text-shadow: none !important;
	font-size: 12px;
	text-decoration: none;
}

.nav-list.z-navbar>ul>li>a>[class*="z-icon-"] {
	display: inline-block;
	vertical-align: middle;
	min-width: 30px;
	text-align: center;
	font-size: 18px;
	margin-right: 2px;
	height: auto;
}

.nav-list.z-navbar>ul>li>a:focus,
.nav-list.z-navbar>ul>li>a:hover {
	background-color: #f9f9f9;
	color: #62a8d1;
	font-weight: 900;
}

.nav-list.z-navbar>ul>li>a:hover:before {
	display: block;
	content: "";
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	width: 3px;
	max-width: 3px;
	height: auto;
	overflow: hidden;
	background-color: #3382af;
}

.nav-list.z-navbar>ul>.z-nav>ul {
	border-top: 1px solid #e5e5e5;
}

.nav-list.z-navbar>ul>.z-nav-open>a {
	color: #1963aa;
}

.nav-list.z-navbar>ul>.z-nav-open>a, .nav-list.z-navbar>ul>.z-nav-open>a:hover,
.nav-list.z-navbar>ul>.z-nav-open>a:focus {
	background-color: #fafafa;
}

.nav-list.z-navbar>ul .z-nav-selected>.z-nav-content {
	background-color: #ffffff;
}

.nav-list.z-navbar>ul .z-nav-selected>.z-nav-content>.z-nav-text {
	color: #2b7dbc;
}

.nav-list.z-navbar>ul .z-nav-selected>.z-nav-content:before {
	display: none;
}

.nav-list.z-navbar>ul>.z-nav-selected>.z-nav-content>.z-nav-text,
.nav-list.z-navbar>ul>.z-navitem-selected>.z-navitem-content>.z-navitem-text
{
	font-weight: bold;
}

.nav-list.z-navbar>ul .z-nav-selected:after, .nav-list.z-navbar>ul>.z-navitem-selected:after
{
	display: inline-block;
	/* content: ""; */
	position: absolute;
	right: -2px;
	top: -1px;
	bottom: 0;
	z-index: 1;
	border: 2px solid #2b7dbc;
	border-width: 0 2px 0 0;
}

.nav-list.z-navbar>ul .z-nav-selected>.z-nav-content:after, .nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content:after
{
	display: block;
	/* content: ""; */
	position: absolute !important;
	right: 0;
	top: 4px;
	border: 8px solid transparent;
	border-width: 14px 10px;
	border-right-color: #2b7dbc;
}

.nav-list.z-navbar>ul .z-nav-selected.z-nav-open>.z-nav-content:after {
	display: none;
}

.nav-list.z-navbar>ul .z-navitem-selected {
	background-color: #ffffff;
}

.nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content, .nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content:hover,
.nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content:focus {
	background-color: #ffffff;
	color: #2b7dbc;
}

.nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content>.z-navitem-text
{
	color: #000;
	font-weight: 700;
}

.nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content:hover:before
{
	display: none;
}

.nav-list.z-navbar>ul .z-navitem-selected>.submenu>li:before {
	border-top-color: #8eb3d0;
}

.nav-list.z-navbar>ul .z-navitem-selected>.submenu:before {
	border-left-color: #8eb3d0;
}

.nav-list.z-navbar>ul .z-nav-info {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	padding: 1px 6px 3px 6px;
	position: absolute;
	top: 9px;
	right: 28px;
	opacity: 0.88;
	filter: alpha(opacity = 88);
	background-color: #428bca;
	line-height: 15px;
	display: inline-block;
	min-width: 10px;
	height: 19px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline; ${
	t: borderRadius('10px')
}

;
}
.nav-list.z-navbar>ul .z-nav:hover>.z-nav-content .z-nav-info {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.sidebar-collapse {
	border-bottom: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	text-align: center;
	padding: 3px 0;
	position: relative;
}

.sidebar-collapse>a [class*="z-icon"] {
	display: inline-block;
	font-size: 14px;
	color: #aaaaaa;
	border: 1px solid #bbbbbb;
	padding: 0 5px;
	line-height: 18px;
	border-radius: 16px;
	background-color: #ffffff;
	position: relative;
	margin-right: 0;
}

.sidebar-collapse:before {
	content: "";
	display: inline-block;
	height: 0;
	border-top: 1px solid #e0e0e0;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 13px;
}

.shortcuts {
	background-color: #fafafa;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	line-height: 39px;
	max-height: 41px;
	margin-bottom: 0;
}

.shortcuts-expanded {
	padding-bottom: 4px;
}

.shortcuts-expanded>.z-button {
	width: 41px;
	line-height: 24px;
	margin-top: -2px;
	padding: 0;
	border-width: 4px;
	text-align: center;
}

.shortcuts-expanded>.z-button>[class*="z-icon-"] {
	margin: 0;
}

.sidebar-min {
	width: 43px;
}

.sidebar-min .shortcuts-collapsed {
	display: block;
}

.sidebar-min .shortcuts {
	position: relative;
}

.sidebar-min .shortcuts-expanded {
	display: none;
	position: absolute;
	z-index: 20;
	top: -1px;
	left: 42px;
	width: 182px;
	padding: 0 2px 1px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #cccccc;
}

.sidebar-min .shortcuts:hover .shortcuts-expanded {
	display: block;
}

.sidebar-min .nav-list.z-navbar>ul {
	width: 42px;
}

.sidebar-min .nav-list.z-navbar>ul>li {
	background-color: #f9f9f9;
}

.sidebar-min .nav-list.z-navbar>ul>li:hover>a:before {
	width: 2px;
}

.sidebar-min .nav-list.z-navbar>ul>.z-nav>.z-nav-content>.z-nav-info,
.sidebar-min .nav-list.z-navbar>ul>.z-nav>.z-nav-content>.z-nav-info:after
{
	display: none;
}

.sidebar-min .nav-list.z-navbar>ul>.z-nav-selected>.z-nav-content:after,
.sidebar-min .nav-list.z-navbar>ul>.z-navitem-selected>.z-navitem-content:after
{
	border-width: 10px 6px;
	top: 8px;
}

.sidebar-min .nav-list.z-navbar>ul .z-nav-selected.z-nav-open>.z-nav-content:after
{
	display: inline-block;
}

.sidebar-min .sidebar-collapse:before {
	left: 5px;
	right: 5px;
}

.shortcuts-collapsed {
	display: none;
	font-size: 0;
	width: 42px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
}

.shortcuts-collapsed>.z-button {
	border-width: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 8px !important;
	margin: 0 1px;
	min-height: 0; ${
	t: borderRadius('0')};
	opacity:0.85;
	filter:alpha(opacity=85);
}

/*** NAVBAR **/

.copyright {
	position: relative;
}
.copyright:before {
	content: "\f1f9";
	font-family: FontAwesome;
}

.topper {
	background: linear-gradient(to bottom, #438eb9 0%, #eeeeee 100%);
	z-index: 999;
}

.navbar
 {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	min-width: 1024px;
	border: none;
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	border-radius: 0;
	background: #438eb9;
}

.navbar {
	min-height: 10px !important;
}

.footer {
	padding: 15px !important;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	min-width: 1024px;
	border: none;
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	border-radius: 0;
	background: #438eb9 !important;
	z-index: 3000;
}

.navbar .navbar-brand {
	color: #ffffff;
	font-size: 40px;
	text-shadow: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
	color: #ffffff;
}
.nav-module > div > a,
.nav-user > div > a, .nav-user > div .user-menu {
	display: block;
	/* line-height: 35px;
 height: 35px; */
	text-align: center;
	height: 100%;
	width: auto;
	min-width: 90px;
	padding: 0 8px;
	position: relative;

	color: rgb(255, 255, 255);
	font-weight: 300;
	letter-spacing: 0.07em;
	font-size: 10px;
	text-shadow: rgb(72, 72, 72) 0px 1px;
	cursor: pointer;
	transition: color 0.5s;
}

.navbar-inverse {
	background-color: #438EB9 ! important;;
	box-shadow: rgb(0, 0, 0) 0px 3px 5px 0px;
	border-color: #438EB9 ! important;;
	color: #FFF ! important;;
	text-transform: uppercase;
}

.nav-user > div > a .z-menu-selected,
.nav-user > div .user-menu .z-menu-selected {
	color: #c0c0c0!important;
}
.nav-user > div > a.grey,
.nav-user > div .user-menu.grey {
	background-color: #555555 ! important;
}
.nav-user > div > a.grey.open,
.nav-user > div .user-menu.grey.open,
.nav-user > div > a.grey:hover,
.nav-user > div .user-menu.grey:hover,
.nav-user > div > a.grey:focus,
.nav-user > div .user-menu.grey:focus,
.nav-user > div > a.grey .z-menu-selected,
.nav-user > div .user-menu.grey .z-menu-selected {
	background-color: #4b4b4b ! important;
}
.nav-user > div > a.purple,
.nav-user > div .user-menu.purple {
	background-color: #892e65 ! important;
}
.nav-user > div > a.purple.open,
.nav-user > div .user-menu.purple.open,
.nav-user > div > a.purple:hover,
.nav-user > div .user-menu.purple:hover,
.nav-user > div > a.purple:focus,
.nav-user > div .user-menu.purple:focus,
.nav-user > div > a.purple .z-menu-selected,
.nav-user > div .user-menu.purple .z-menu-selected {
	background-color: #762c59 ! important;
}
.nav-user > div > a.green,
.nav-user > div .user-menu.green {
	background-color: #2e8965 ! important;
}

.nav-user > div > a.default,
.nav-user > div .user-menu.default {
	background-color: inherit ! important;
}

.nav-user > div > a.green.open,
.nav-user > div .user-menu.green.open,
.nav-user > div > a.green:hover,
.nav-user > div .user-menu.green:hover,
.nav-user > div > a.green:focus,
.nav-user > div .user-menu.green:focus,
.nav-user > div > a.green .z-menu-selected,
.nav-user > div .user-menu.green .z-menu-selected {
	background-color: #2c7659 ! important;
}
.nav-user > div > a > .z-label,
.nav-user > div > a.light-blue > .z-label {
	font-weight: lighter;
	font-size: small;
}

.nav-user > div > a.light-blue:before {
	content:"";
	position: absolute;
	left:0;
	bottom: 1px;
	width:100%;
	height:3px;
	background-color:#69b241;
	-webkit-transition:300ms;
	transition:300ms;
	-webkit-transform:scale(0, 1);
	-ms-transform:scale(0, 1);
	transform:scale(0, 1);
	-webkit-transform-origin:0 50%;
	-ms-transform-origin:0 50%;
	transform-origin:0 50%
}
.nav-user > div > a.light-blue:hover,
.nav-user > div > a.light-blue:active {
	color:#69b241;
	text-decoration:none
}

.nav-user > div > a.light-blue:hover:before,
.nav-user > div > a.light-blue:active:before {
	-webkit-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	transform:scale(1, 1)
}

.nav-user > div > a.light-blue,
.nav-user > div .user-menu.light-blue {
	background-color: #438EB9 ! important;
	text-align: left;
	/* border-left: 2px solid rgba(102, 177, 220, 0.33); */
}
.nav-user > div > a.light-blue.open,
.nav-user > div .user-menu.light-blue.open,
.nav-user > div > a.light-blue:hover,
.nav-user > div .user-menu.light-blue:hover,
.nav-user > div > a.light-blue:focus,
.nav-user > div .user-menu.light-blue:focus,
.nav-user > div > a.light-blue .z-menu-selected,
.nav-user > div .user-menu.light-blue .z-menu-selected {
	background-color: #579ec8 ! important;
	text-decoration: none;
}
.nav-user > div > a.margin-4,
.nav-user > div .user-menu.margin-4 {
	margin-left: 4px;
}
.nav-user > div > a.margin-3,
.nav-user > div .user-menu.margin-3 {
	margin-left: 3px;
}
.nav-user > div > a.margin-2,
.nav-user > div .user-menu.margin-2 {
	margin-left: 2px;
}
.nav-user > div > a.margin-1,
.nav-user > div .user-menu.margin-1 {
	margin-left: 1px;
}
.nav-user > div > a.no-border,
.nav-user > div .user-menu.no-border {
	border: none !important;
}
.nav-user > div .badge {
	top: 0;
	left: 2px;
	margin-left: 5px;
}

.badge {
	text-shadow: none;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-weight: normal;
	line-height: 15px;
	background-color: #abbac3 !important;
}
.label-grey,
.badge-grey {
	background-color: #a0a0a0 !important;
}
.label-info,
.badge-info {
	background-color: #3a87ad !important;
}
.label-primary,
.badge-primary {
	background-color: #428bca !important;
}
.label-success,
.badge-success {
	background-color: #82af6f !important;
}
.label-danger,
.badge-danger {
	background-color: #d15b47 !important;
}
.label-important,
.badge-important {
	background-color: #d15b47 !important;
}
.label-inverse,
.badge-inverse {
	background-color: #333333 !important;
}
.label-warning,
.badge-warning {
	background-color: #f89406 !important;
}
.label-pink,
.badge-pink {
	background-color: #d6487e !important;
}
.label-purple,
.badge-purple {
	background-color: #9585bf !important;
}
.label-yellow,
.badge-yellow {
	background-color: #fee188 !important;
}
.label-light,
.badge-light {
	background-color: #e7e7e7 !important;
}
.badge-yellow,
.label-yellow {
	color: #996633 !important;
	border-color: #fee188;
}

.nav-user > div > a:hover,
.nav-user > div > a:focus {
	background-color: transparent;/*  */
	color: #c0c0c0;
}
.nav-user > div .user-menu.z-menubar {
	padding: 0;
	border: 0;
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-user > div .user-menu.z-menubar img {
	margin: 0 8px 0 0;
	${ t:borderRadius('100%') };
	border: 2px solid #FFF;
	max-width: 40px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.nav-user > div .user-menu.z-menubar .z-menu-content {
	/* line-height: 45px;
    height: 45px;
    border: 0;
    padding: 0 8px; */
}
.nav-user > div .user-menu.z-menubar .z-menu-content [class*="z-icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
.nav-user > div .user-menu.z-menubar .z-menu:hover,
.nav-user > div .user-menu.z-menubar .z-menu-content:hover,
.nav-user > div .user-menu.z-menubar .z-menu:focus,
.nav-user > div .user-menu.z-menubar .z-menu-content:focus {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav-user > div .user-menu.z-menubar .z-menu {
	margin: 0;
}
.nav-user > div .user-menu.z-menubar .z-menu-selected > .z-menu-content,
.nav-user > div .user-menu.z-menubar .z-menu-content:active {
	border: 0;
	${ t:boxShadow('none') };
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav-user > div .user-menu.z-menubar .z-menu-text {
	max-width: 80px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	position: relative;
	top: 6px;
	color: #FFF;
	font-size: 13px;
}
.nav-user > div .user-menu.z-menubar .z-menu-icon {
	top: 0;
	right: 8px;
}
.nav-user > div .user-menu.z-menubar .z-menu-text {
	text-shadow: none;
}
.nav-user > div [class*="z-icon-"] {
	color: #ffffff;
	display: inline-block;
	text-align: center;
}
.nav-user > div:first-child > a {
	border-left: none;
}


/*** NAVBAR END **/



.z-popup,
.z-menupopup {
	${ t:boxShadow('0 2px 4px rgba(0, 0, 0, 0.2)') };
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-color: #FFF;
	overflow: visible;
}
.z-popup-content,
.z-menupopup-content {
	padding: 5px 0;
}
.z-popup:before,
.z-menupopup:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	right: 9px;
	position: absolute;
	top: -7px;
}
.z-popup:after,
.z-menupopup:after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	right: 10px;
	position: absolute;
	top: -6px;
}
.z-popup {
	overflow: visible;
}
.menu.z-popup .z-popup-content {
	padding: 0;
}
.menu.z-popup .z-popup-content .header {
	padding: 0 8px;
	display: block;
	background-color: #ECF2F7;
	border-bottom: 1px solid #BCD4E5;
	color: #8090A0;
	font-weight: bold;
	line-height: 34px;
	cursor: default;
}
.menu.z-popup .z-popup-content .z-vlayout-inner {
	padding: 0 8px;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:hover {
	background-color: #F4F9FC;
	color: #555;
}
.menu.z-popup .z-popup-content .z-vlayout-inner .z-a {
	display: block;
	padding: 10px 2px;
	color: #555;
	border-bottom: 1px solid #E4E6E9;
}
.menu.z-popup .z-popup-content .z-vlayout-inner .z-a .z-label {
	font-size: 12px;
	line-height: 16px;
	height: 16px;
}
.menu.z-popup .z-popup-content .z-vlayout-inner .z-a .z-progressmeter {
	margin-top: 4px;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a {
	border-bottom-width: 0;
	border-top: 1px dotted transparent;
	color: #4F99C6;
	text-align: center;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a:hover {
	text-decoration: underline;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a:hover [class*="z-icon-"] {
	text-decoration: none;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a [class*="z-icon-"] {
	margin-left: 6px;
	color: #555;
}
.menu.z-popup .z-popup-content .msg-photo {
	margin-right: 6px;
	max-width: 42px;
}
.menu.z-popup .z-popup-content .msg-body {
	display: inline-block;
	line-height: 20px;
	white-space: normal;
	vertical-align: middle;
	max-width: 170px;
	font-size: 12px;
}
.menu.z-popup .z-popup-content .msg-title {
	display: inline-block;
	line-height: 14px;
}
.menu.z-popup .z-popup-content .msg-time {
	display: block;
	font-size: 11px;
	color: #777;
}
.menu.z-popup .z-popup-content .msg-time > [class*="z-icon-"] {
	font-size: 14px;
	color: #555555;
	margin-right: 2px;
}
.menu-pink.z-popup .z-popup-content .header {
	background-color: #F7ECF2;
	border-bottom: 1px solid #E5BCD4;
	color: #B471A0;
}
.menu-pink.z-popup .z-popup-content .header > [class*="z-icon-"] {
	color: #C06090;
}
.menu-pink.z-popup .z-popup-content .z-vlayout-inner:hover {
	background-color: #FCF4F9;
}
.menu-pink.z-popup .z-popup-content .z-vlayout-inner .z-a {
	border-bottom: 1px solid #F3E4EC;
}
.menu-pink.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a {
	color: #4F99C6;
}
.z-menupopup {
	padding: 0;
	top: 17%;
	left: 95%;
}
.z-menupopup * {
	text-shadow: none;
	background-image: none;
	border: 0;
}
.z-menupopup .z-menuitem:hover,
.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem:active,
.z-menupopup .z-menuitem-content:active {
	background-image: none;
	${ t:boxShadow('none') };
}
.z-menupopup .z-menupopup-separator {
	display: none;
}
.z-menupopup .z-menuitem-content {
	padding: 4px 11px;
	margin: 1px 4px;
	line-height: 14px;
	color: #333;
}
.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem-content:focus {
	background-color: #FEE188;
	color: #444;
	${ t:borderRadius('0') };
}
.z-menupopup .z-menuitem-content [class*="z-icon-"] {
	margin-right: 6px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
}
.z-menupopup .z-menuseparator {
	margin: 9px;
}
.z-menupopup .z-menupopup-content {
	padding: 5px 0;
	margin: 2px -3px 0;
}

.z-nav-text-popup, .z-navitem-text-popup {
	width: 174px;
	height: 40px;
	min-width: 174px;
	line-height: 38px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #dddddd;
	padding: 0 0 0 12px;
}

.z-nav-text-popup {
	border-top-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-right-color: #e5e5e5;
}

.z-nav-text-popup.z-nav-text:after {
	display: none;
}

.z-nav-popup {
	border: 0;
	width: 176px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 2px;
}

.z-nav-popup .z-nav>.z-nav-content, .z-nav-popup .z-navitem>.z-navitem-content
{
	border-width: 1px 0 0 0;
	background-color: #ffffff;
}

.nav-list.z-navbar>ul>.z-nav>ul, .z-nav-popup {
	position: relative;
}

.nav-list.z-navbar>ul>.z-nav>ul>li, .z-nav-popup>li {
	margin-left: 0;
	position: relative;
}

.nav-list.z-navbar>ul>.z-nav>ul>li a, .z-nav-popup>li a {
	background-color: rgba(218, 217, 218, 0.32);
	line-height: normal;
	display: block;
	color: #616161;
	padding: 7px 0 9px 37px;
	margin: 0;
	border: 0;
	border-top: 1px dotted #e4e4e4;
}

.nav-list.z-navbar>ul>.z-nav>ul>li a:focus, .z-nav-popup>li a:focus {
	text-decoration: none;
}

.nav-list.z-navbar>ul>.z-nav>ul>li a:hover, .z-nav-popup>li a:hover {
	text-decoration: none;
	color: #4b88b7;
	background-color: #ffffff !important;
}

.nav-list.z-navbar>ul>.z-nav>ul>li a img, .z-nav-popup>li a img {
	display: none;
}

.nav-list.z-navbar>ul>.z-nav>ul>li>a>i, .z-nav-popup>li>a>i {
	display: none;
	width: 18px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 1;
	background-color: #FFF;
}

.nav-list.z-navbar>ul>.z-nav>ul>li.open, .z-nav-popup>li.open {
	border-bottom-color: #e5e5e5;
}

.nav-list.z-navbar>ul>.z-nav>ul>li .z-navitem-selected, .z-nav-popup>li .z-navitem-selected
{
	background-color: #ffffff;
}

.nav-list.z-navbar>ul>.z-nav>ul>li:before, .z-nav-popup>li:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	left: 20px;
	top: 17px;
	border-top: 1px dotted #9dbdd6;
	z-index: 1;
}

.nav-list.z-navbar>ul>.z-nav>ul>li:hover>a>i, .z-nav-popup>li:hover>a>i,
.nav-list.z-navbar>ul>.z-nav>ul>.z-nav-selected>a>i, .z-nav-popup>.z-nav-selected>a>i,
.nav-list.z-navbar>ul>.z-nav>ul>.z-navitem-selected>a>i, .z-nav-popup>.z-navitem-selected>a>i
{
	display: inline-block;
}

.nav-list.z-navbar>ul>.z-nav>ul>.z-navitem-selected:hover>a>i,
.z-nav-popup>.z-navitem-selected:hover>a>i {
	color: #C86139;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-nav-selected>.z-nav-content,
.z-nav-popup .z-nav-selected>.z-nav-content {
	background-color: #ffffff;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-nav-selected>.z-nav-content>.z-nav-text,
.z-nav-popup .z-nav-selected>.z-nav-content>.z-nav-text {
	color: #2b7dbc;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-nav-selected>.z-nav-content:before,
.z-nav-popup .z-nav-selected>.z-nav-content:before {
	display: none;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-navitem-selected, .z-nav-popup .z-navitem-selected
{
	background-color: #ffffff;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-navitem-selected>.z-navitem-content,
.z-nav-popup .z-navitem-selected>.z-navitem-content, .nav-list.z-navbar>ul>.z-nav>ul .z-navitem-selected>.z-navitem-content:hover,
.z-nav-popup .z-navitem-selected>.z-navitem-content:hover, .nav-list.z-navbar>ul>.z-nav>ul .z-navitem-selected>.z-navitem-content:focus,
.z-nav-popup .z-navitem-selected>.z-navitem-content:focus {
	background-color: #ffffff;
	color: #2b7dbc;
}

.nav-list.z-navbar>ul>.z-nav>ul:before, .z-nav-popup:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 18px;
	top: 0;
	bottom: 0;
	border: 1px dotted #9dbdd6;
	border-width: 0 0 0 1px;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-nav li, .z-nav-popup .z-nav li {
	background-color: #ffffff;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-nav li>a, .z-nav-popup .z-nav li>a {
	margin-left: 20px;
	padding-left: 22px;
}

.nav-list.z-navbar>ul>.z-nav>ul .z-nav .z-nav li>a, .z-nav-popup .z-nav .z-nav li>a
{
	padding-left: 38px;
}

.z-nav-popup {
	border: 1px solid #e5e5e5;
	border-top-width: 0;
}

.z-nav-text:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	font-size: 18px;
	color: #666666;
	content: "\f107";
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	right: 11px;
	top: 11px;
	padding: 0;
}

.notify.z-navitem>.z-navitem-content>.z-navitem-text:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	font-size: 16px;
	color: #dd5a43;
	content: "\f071";
	padding: 0 6px;
	position: absolute;
	top: 2px;
	right: 16px;
	opacity: 0.88;
	filter: alpha(opacity = 88);
}

/***********************************************
	NOTIFICATION
***********************************************/
.z-notification {
	width: 80% !important;
	position: absolute;
	left: 18% !important;
	top: 424px;
	z-index: 1800;
	visibility: visible;
}

/*.z-notification-content {*/
/*	-webkit-box-shadow: none;*/
/*	box-shadow: none;*/
/*	width: 100%;*/
/*}*/
.z-notification-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 100% !important;
	min-height: 50px;
	padding: 15px 16px 15px 56px;
	position: relative;
	overflow: hidden;
}

.z-notification-info .z-notification-icon {
	color: #4AA81B;
}

notification-icon.z-icon-info-circle {
	width: 32px;
	height: 32px;
	top: 50%;
	font-size: 32px;
	line-height: 32px;
	margin-top: -16px;
	left: 16px;
}

.z-notification-info .z-notification-content {
	color: rgba(0, 0, 0, 0.9);
	background-color: #FFFFFF;
}

.z-notification-icon {
	position: absolute;
	z-index: 1;
}

.z-icon-info-circle::before {
	content: "\f05a";
}
.z-notification-pointer+.z-notification-icon {
	left: 18%;
}


.z-notification-up+.z-notification-icon {
	margin-top: 9px;
}

.z-notification-icon.z-icon-exclamation-circle {
	display: flex;
}

.z-notification-icon.z-icon-times-circle {
	display: flex;
}

.z-notification-icon.z-icon-info-circle {
	display: flex;
}

/*.z-notification-icon.z-icon-times-circle, .z-notification-icon.z-icon-info-circle {*/
/*	font-size: 28px;*/
/*	margin-top: 0px;*/
/*}*/

.z-notification-pointer ~ .z-notification-close {
	top: 6px;
	right: 1.5%;
}
.z-notification-close {
	font-size: 15px;
}

.z-notification-pointer ~ .z-notification-content {
	top: 0;
	left: 17%;
	margin: 15px 0 5px 0;
	width: 80%;
	height: 30px;
	min-height: 12px;
	position: absolute;
	font-family: 'Arial Narrow' sans-serif;
	text-indent: -30px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
	/* -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); */
	padding: 6px;
}

.z-loading { top: 50% !important; left: 45% !important; align:
		center; vertical-align: middle; font-size: 24px; }

.z-loading {
	background-color: transparent;
	border: 0px;
	padding: 0px;

	height: 54px;
	width: 54px;
	background-image: url("../images/loader.gif") !important;
	/* height: 60px;
	width: 60px;
	background-image: url("../images/spinner.gif"); */
}

.z-loading-indicator {
	border: 0px;
	display:none;
}

.z-icon-info-circle:before, .z-icon-times-circle:before {
	content: none;
}

.z-combobox-input[readonly], .z-bandbox-input[readonly], .z-datebox-input[readonly] {
	cursor: default;
}

.z-combobox-disabled, .z-bandbox-disabled, .z-datebox-disabled,
.z-timebox-disabled, .z-spinner-disabled, .z-doublespinner-disabled {
	opacity: 1 !important;

}

.z-west {
	padding-top: 0px;
}
.z-center{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-left: 30px;
	top: 10px !important;
}

.center {
	text-align: center;
}
div.main {
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.main-window {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999999;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

.body-window {
	background-color: #d2ffff;
	font-size: 11px;
	font-family: 'Open Sans';
	/* color: #999999; */
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	animation: rotateCarouselTopIn .8s both ease;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.pop-window {
	background-color: #ffffff;
	font-size: 11px;
	font-family: 'Open Sans';
	color: #999999;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	animation: rotateCarouselTopIn .8s both ease;
	border: 1px solid blue;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.z-west {
	padding-left: 0px;
}
.z-west, .z-center {
	padding-right: 0px;
	padding-bottom: 20px;
	/* border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}

.left {
	min-width: 14%;
}

.z-west, .z-west-collapsed, .z-west-splitter{
	z-index: inherit;
}

.main-window>.z-window-header {
	background-color: #a4c1f2;
	color: #004080;
	text-align: center;
	text-transform: uppercase !important;
	font-style: italic !important;
	font-weight: bolder;
	padding: 0 5px 0 5px;
}

.body-window>.z-window-header {
	background-color: #d9ffff;

	color: #008FBB;
}
.z-window-embedded-hl, .z-window-modal-hl, .z-window-highlighted-hl,
.z-window-overlapped-hl, .z-window-popup-hl {
	background: transparent no-repeat 0 0;
	background-image:
			url(../images/bg.png);
	padding-left: 6px;
	zoom: 1;
}


.z-window-embedded-hl, .z-window-modal-hl, .z-window-highlighted-hl,
.z-window-overlapped-hl, .z-window-popup-hl {
	background: transparent no-repeat 0 0;
	background-image:
			url(../images/bg.png);
	padding-left: 6px;
	zoom: 1;
}

.inlineCaption {
	display: flex;
}

.inlineCaption .z-caption-content {
	display: flex;
	flex-grow: 1;
	text-decoration: none;
	float: left;
	padding-left: 15px;
	font-size: 1.2em;
}

.inlineCaption .z-caption-content:before{
	content: attr(label)" " "\00BB";
	font-family: FontAwesome;
}

.inlineCaption .z-caption-content>.inlineButtons {
	display: inline-block;
	flex-grow: 1;
	text-align: center;
	margin: 1px auto;
}

.site-footer {
	background-color: #D3D3D3;
	border-top: none;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3) inset;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
	text-align: left;
	font-size: 11px;
}

.icon {
	padding: 5px;
	cursor: pointer;
}

.icon .z-image {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.icon:hover {
	background: #c4d7f7;
	border-left: 5px solid #000;
	width: 100px;
}

.home-icon {
	background: none repeat scroll 0 0 transparent;
	background-size: cover;
	border: 2px solid #A1A1A1;
	width: 150px;
	height: 80px;
	margin-right: 15px;
	cursor: pointer;
}

.home-icon:HOVER {
	border: 2px solid #78a4ed;
}

.home-icon .z-image, .home-icon .fa {
	padding-left: 0.2em;
	font-size: 8em;
}

.detail {
	padding: 20px 40px 0 40px;
}
.detail.z-hlayout {
	line-height: 12px;
}

.detail.z-hlayout>.z-hlayout-inner {
	width: inherit;
}

.home-icon .z-label {
	cursor: pointer;
	padding-left: 25px;
}

.home-links {
	padding: 10px 0 20px 25px;
}

.home-links .z-label {
	cursor: pointer;
	color: #78a4ed;
	padding: 0 5px 0 15px;
	display: inline-table;
}

.home-links .z-label:BEFORE {
	content: "\f101";
	font-family: FontAwesome;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #A1A1A1;
	text-decoration: none;
	cursor: pointer;
}

.title:HOVER {
	color: #78a4ed;
}

.subtitle {
	color: #000000;
	font-size: 12px;
	width: 70%;
}

.head, .z-caption>.z-label {
	font-size: 1.2em;
	font-weight: bold;
	color: #000!important;
	text-decoration: none;
	text-align: right;
}

.icon:hover a {
	font-weight: bold;
	color: #ff8080;
}

.pointer {
	cursor: pointer;
}

.actionColumn {
	margin: 70px 34px;
}

.z-a, .z-a:hover {
	text-decoration: none;
	/* color: #000; */
}

.search, .sectionTitle {
	float: left;
	padding-left: 2px;
	margin-bottom: 8px;
}

.sectionTitleBar {
	padding: 0px 20px 5px;
	/* border: 1px solid #c0c0c0; */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: inherit;
	background: none repeat scroll 0 0 transparent;
}

.sectionSeperator {
	margin-bottom: 18px;
	padding-bottom: 0.25em;
	margin-left: 1px;
}

.tip {
	background-color: #fffdd7;
	height: 30px;
	padding: 7px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	box-shadow: 1px 1px 1px #888888;
}

.z-scrollbar.z-scrollbar-vertical {
	width: 3px;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-up, .z-scrollbar.z-scrollbar-vertical .z-scrollbar-down,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-icon, .z-scrollbar.z-scrollbar-vertical .z-scrollbar-rail
{
	display: none;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper {
	top: 0;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper .z-scrollbar-indicator
{
	background-image: none; ${
	t: borderRadius('0')};
	background-color:#a4c1f2;
	border:0;
}
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper .z-scrollbar-rail
{
	background-color: transparent;
}

.z-row .z-detail-outer {
	padding: inherit;
}


.z-footer-content{
	border-top: none;/*0px solid #CFCFCF;*/
	font-weight: bold;
	border-right:none;/* 0px solid #CFCFCF;*/
}

.z-row-content {
	text-align: left;
}

.z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content, .z-listfooter-content {
	text-align: left;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
}

.z-treecol-content, .z-listheader-content, {
	background: #62a8d1;
	color: white;
	position: relative;
	height: 22px;
	padding: 0px 5px;
	text-align: left;
}



.z-treecell-content {
	line-height: 24px;
}

/* .z-listitem {
	background: #DBDDE8;
} */

.required:FOCUS {
	border: 2px solid #d77;
	background: #fff;
	content: "Required field";
}

.z-window-icon {
	font-size: 14px;
	color: #ffffff;
	display: block;
	min-width: 40px;
	max-height: 20px;
	padding-bottom: 10px;
	padding-top: 1opx;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	margin: auto 1px;
	line-height: 16px;
	/*  background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
     background: linear-gradient(to bottom, #fefefe 0%, #bc1f03 100%); */
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.z-window-close {
	background: linear-gradient(to bottom, #fefefe 0%, #bc1f03 100%);
}
.z-window-close:hover {
	background: linear-gradient(to bottom, #fefefe 0%, #bc1f03 100%);
	content: "Close";
}

.z-window-maximize, .z-window-minimize {
	background: transparent;
}

.z-window-maximize:hover, .z-window-minimize:hover {
	background: linear-gradient(to bottom, #fefefe 0%, #0080c0 100%);
	color: #ffffff;
}

.z-window-content {
	padding: 0;
	zoom: 1;
	background-color: #e9ecef !important;
}

.flaticon {
	height: auto ;
	bottom: 0px;
	display: inline-block;
	color: inherit;
	margin: 0 auto;
}
.flaticon, .flaticon>.z-window-content{
	background: transparent;
	line-height: 0;
	padding-top: 0;
	padding-right: 10px;
}
.fa-pdf:before{	content: "\f1c1";}
.fa-word:before{ content: "\f1c2";}
.fa-excel:before{ content: "\f1c3";}
.fa-ppt:before{	content: "\f1c4";}

.fa-pdf, fa-word, fa-excel, fa-ppt{	font-family: FontAwesome;}

.fa-search:before { margin-right: 5px;}

.userbox {
	border: 1px solid gray; width: 99%;
}
.user_pic {
	border: 1px solid gray; height: 100px;
}

.z-hlayout {
	line-height: 24px;
}
.z-hlayout-inner { ${
	t: applyCSS3('box-sizing', 'border-box')};
	height:100%;
	padding-top: 0;
	white-space: normal;
}
.z-hlayout-inner {
	width: 35%;
}

.nav-user.pull-left.z-hlayout > div.z-hlayout-inner:first-child {
	width: 25% !important;
}

.nav-user.pull-left.z-hlayout > div.z-hlayout-inner {
	width: 15% !important;
}

.labelstyle {
	color: #000000;
	font-weight: bolder;
}

.z-hlayout, .z-vlayout {
	overflow: inherit;
}

@media screen and (max-width: 1024px) {
	.z-hlayout-inner {
		width: 50%;
		height: 50%;
	}
	.z-hlayout-inner:last-child {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.z-hlayout-inner {
		width: 100%;
		height: 33%;
		display: block;
	}
}
.z-groupbox {
	padding: 16px;
}

.z-groupbox-content {
	padding: 15px;
}

.mail {
	padding: 0 !important;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input,
.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox, .z-datebox{
	width: 100%;
	max-width: 100%;
	min-height: 26px;
	/* max-height: 26px; */
	/* padding: 0 5px; */
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.z-textbox:focus { border: 1px solid #008FBB; background:#FFD;}
.z-doublebox:focus { border: 1px solid #008FBB; background:#FFD;}
.z-decimalbox:focus { border: 1px solid #008FBB; background:#FFD;}
.z-intbox:focus { border: 1px solid #008FBB; background:#FFD;}

.z-datebox-input, .z-timebox-input {
	/**margin-left: -5px;*/
}

.z-combobox-button, .z-bandbox-button, .z-datebox-button, .z-timebox-button, .z-spinner-button, .z-doublespinner-button {
	-webkit-border-radius: 1px;
	border-radius: 1px;
	min-width: 35px;
	padding-left: 10px;
}

.z-textbox[readonly], .z-decimalbox[readonly], .z-intbox[readonly], .z-longbox[readonly], .z-doublebox[readonly] {
	border: none;
	background: rgba(228, 228, 228, 0.13);
}

.z-textbox[disabled], .z-decimalbox[disabled], .z-intbox[disabled], .z-longbox[disabled], .z-doublebox[disabled] {
	color: #000!important;
	opacity: 1;
	cursor: not-allowed;
	/* border: 0 none; */
}

.z-combobox-disabled *, .z-bandbox-disabled *, .z-datebox-disabled *, .z-timebox-disabled *, .z-spinner-disabled *, .z-doublespinner-disabled {
	color: #000!important;
	opacity: 1;
	cursor: not-allowed;
}

.login.z-textbox, .login.z-intbox {
	min-height: 42px;
}

::-webkit-input-placeholder {
	font-style: italic;
	font-size: xx-small;
}

:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	font-size: xx-small;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
	font-size: xx-small;
}

:-ms-input-placeholder {
	font-style: italic;
	font-size: xx-small;
	color: #c0c0c0;
}

.z-auxheader-content>.z-textbox {
	width: 75%;
}

.anim {
	background-color: red;
	font-weight: bold;
	position: relative;
	-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
	animation: mymove 5s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;}

@-webkit-keyframes mymove {
	from {right: 0px;}
	to {right: 30px;}
}

@keyframes mymove {
	from {right: 0px;}
	to {right: 30px;}
}

.profile-lg {
	border: 1px solid gray;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	height: 100px;
	min-width: 100px;
	max-width: 120px;
}

.profile-xlg {
	border: 1px solid gray;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	height: 150px;
	min-width: 100px;
	width: 150px;
	background-color: #e4e4e4;
}

.profile-sm {
	border: 3px solid #a7b4bb;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 70px;
	width: 70px;
	/* max-width: 70px; */
	margin-right: 1em;
}

.z-groupbox-content > .z-hlayout {
	padding-top: 1em;
}

.z-vlayout-inner {
	text-align: left;
	/* padding-bottom: 0px !important; */
}

.sectionTitle {
	float: left;
	padding-left: 2px;
}

.sectionTitleBar {
	/* margin-left: 20px; */
	padding: 2px 0;
	width: 100%;
}

.sectionSeperator {
	margin-bottom: 18px;
	padding-bottom: 0.25em;
	margin-left: 1px;
}
.sectionTitleLabel.z-label {
	font-size: 14px;
	font-weight: bolder;
}

.flabel.z-label,
.boxlabel.z-label {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.blacklabel.z-label {
	color: #000;
	font-weight: lighter;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Button
/* ----------------------------------------------------------------------------------------------------------------------- */
.btns {
	margin: 20px;
	text-align: left;
}

.z-messagebox-button,
.btn, .small-btn {
	background: rgb(0,143,187);
	color: #fff;
	font: 12px/100% Arial, Helvetica, sans-serif;
	adding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: 4px;
	margin-left: 5px;
	min-width: 100px;
	zoom: 1;
	display: inline-block;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0px 16px !important;
	border-radius: 3px !important;
	height: 30pt;
}

.small-btn {
	min-width: inherit;
}

.z-messagebox-button:hover,
.btn:hover,
.btn:active,
.small-btn:hover {
	text-decoration: none;
	border: 1px solid rgb(0,143,187);
	color: rgb(0,143,187);
	position: relative;
	top: 1px;
}

.z-messagebox .z-label,
.z-window-header2651
{
	font-family: "trebuchet MS";
	font-size: 14px;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.z-messagebox-button {
	/*color: #478FCA !important;*/
	color: #fff !important;
}

.large {
	font-size: 24px;
	padding: .2em 1em .275em !important;
	height: 3em;
}

.bigrounded, .larges {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.halfrounded {
	-webkit-border-radius: 0 2em 2em 0;
	-moz-border-radius: 0 2em 2em 0;
	border-radius: 0 2em 2em 0;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.icon-lg {
	font-size: 18px !important;
	color: #A59D9D;
}

.icon-btn{
	margin: 0 2px;
	cursor: pointer;
	width: 20px;
}

.fa.z-button {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: 'FontAwesome' !important;
	color: #000;
	height: 20px;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px 0 0;
	line-height: 14px;
	background: none;
	background: none;
	text-shadow: 0 1px #fff;
	cursor: pointer;
	white-space: nowrap;
	min-width: 30px;
}

.icon-btn:hover, .fa:hover  {
	border-bottom: 5px solid #62a8d1;
	/* 	font-size: 20px; */
}
/** Exclude some icons**/
.fa-filter:hover, .fa-print:hover{
	border-bottom: none;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.smaller {
	font-size: 9px;
	font-family: 'Segoe UI light';
	font-weight: bolder;
	padding: .1em 1em .175em;
	letter-spacing: 0.02em;
}

.white {
	color: white;
}

.bold {
	font-weight: bold !important;
}

.border {
	border: 1px solid gainsboro !important;
	border-radius: 1px !important;
	padding: 0px 8px !important;
}

.details {
	width: 100%;
	margin-bottom: 20px;
	background: #d9e5ef;
}

.mb-0{
	margin-bottom: 0px;
}

.mt-15 {
	margin-top: 15px;
}

.details .z-row-content {
	text-align: left;
}

.details .z-hlayout {
	line-height: 12px;
	padding: 5px;
}
.usertbox {
	max-width: 55%;
}
.z-combobox-button, .z-combobox-input, .z-datebox-input, .z-datebox-button {
	min-height: 26px;
	height: 34px !important;
	border-color: #cfcfcf !important;
}

.userDetails {
	border: 1px solid #CCC;
	padding-left: 20px;
}

.grid .z-row-content {
	text-align: left;
}

.vgrid.form {
	border: none;
}
.pgrid.form{
	border: none;
}
.vgrid > tr.z-row-over > td.z-row-inner {
	border-bottom: 1px solid red;
	border-top: 1px solid white;
}

.pgrid > tr.z-row-over > td.z-row-inner {
	background-color: #CEE3F6;
	border-bottom: 1px solid red;
	border-top: 1px solid white;
}
.vgrid > tr.z-row-over > td.z-row-inner, tr.z-row-over > .z-cell {

	/*	background-image: none;*/
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	/*background-color: #AAAAAA;*/
	background: #CEE3F6;
}

.pgrid > tr.z-row-over > td.z-row-inner, tr.z-row-over > .z-cell {
	background: #CEE3F6;
	background-image: none;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;

}
tr.z-row-over>td.z-row-inner,tr.z-row-over>.z-cell,tr.z-row-over>div.z-row-cnt {
	background-color: red !important;
	color: blue;
}

.z-row-content,.z-row-inner,.z-rows, .z-grid-body,.z-cell {
	background: transparent !important;
	border: none !important;
}

.table-header > th{
	border-right-color:#62a8d1 !important;
	color: #0a0c0d;
}

.z-grid-header{
	background-color: #0b90a8 !important;
}


.table-header>.z-column> .z-column-content{
	background-color: #62a8d1 !important;
}

.table-header>.z-column{
	background-color: #62a8d1 !important;
	border-color: #fff;
}

.sub-table-header>.z-column> .z-column-content{
	background-color: #62a8d1 !important;
}

.sub-table-header>.z-column> {
	background-color: #62a8d1 !important;
}

.sub-table-header > th{
	border-right-color:#62a8d1 !important;
}

.z-column{
	border-left: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

.z-column-content, .z-row-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	overflow: hidden;
	padding: 5px 16px;
}

.pgrid >.z-row-content,.z-row-inner,.z-rows, .z-grid-body,.z-cell {
	background: #CEE3F6;
	border: none !important;
}
tr.vgrid.z-row.z-grid-odd {
	background: transparent !important;
	border: none !important;
}

tr.pgrid.z-row, tr.pgrid.z-row.z-grid-odd {
	background: #CEE3F6;
	border: none !important;
}

tr.z-row.z-grid-odd,
tr.z-row.myodd,
.z-listbox-odd.z-listitem,
.z-treerow:nth-child(even),
.z-grid-odd .z-row-inner {
	background-color: #e4e4e4;

}

tr.z-listitem-seld {
	background-color: #FFFFFF;
	Color: #CC0000;
	border: 1px solid #666666;
}

.page-content {
	background: #CC0000;/*#fff*/
	margin: 0;
	padding: 8px 20px 24px;
}

/*!
*** INFO BOX ***
*/
.infobox-container {
	text-align: center;
	font-size: 0;
}
.infobox {
	cursor: pointer;
	display: inline-block;
	width: 210px;
	height: 66px;
	${ t:boxShadow('none') };
	${ t:borderRadius('0') };
	color: #555;
	background-color: #FFF;
	margin: -1px 0 0 -1px;
	padding: 8px 3px 6px 9px;
	border: 1px dotted;
	border-color: #D8D8D8 !important;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
.infobox > .infobox-icon {
	display: inline-block;
	vertical-align: top;
	width: 44px;
}
.infobox > .infobox-icon > [class*="z-icon-"] {
	display: inline-block;
	height: 42px;
	margin: 0;
	padding: 1px 1px 0 2px;
	background-color: transparent;
	border: none;
	text-align: center;
	position: relative;
	${ t:borderRadius('100%') };
	${ t:boxShadow('1px 1px 0 rgba(0,0,0,0.2)') };
}
.infobox > .infobox-icon > [class*="z-icon-"]:before {
	color: #FFF;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
	display: block;
	padding-top: 2px;
	width: 40px;
	text-align: center;
	${ t:borderRadius('100%') };
	background-color: rgba(255, 255, 255, 0.2);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}
.infobox .infobox-content {
	color: #555;
}
.infobox .infobox-content:first-child {
	font-weight: bold;
}
.infobox > .infobox-data {
	display: inline-block;
	border: none;
	border-top-width: 0;
	font-size: 13px;
	text-align: left;
	line-height: 21px;
	min-width: 130px;
	padding-left: 8px;
	position: relative;
	top: 0;
}
.infobox > .infobox-data > .infobox-data-number {
	display: block;
	font-size: 13px;
	margin: 2px 0 4px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.infobox > .infobox-data > .infobox-text {
	display: block;
	font-size: 12px;
	margin: 2px 0 4px;
	position: relative;
	text-shadow: none;
}
.infobox.no-border {
	border: none !important;
}
.infobox-purple {
	color: #6f3cc4;
	border-color: #6f3cc4;
}
.infobox-purple > .infobox-icon > [class*="z-icon-"] {
	background-color: #6f3cc4;
}
.infobox-purple.infobox-dark {
	background-color: #6f3cc4;
	border-color: #6f3cc4;
}
.infobox-pink {
	color: #cb6fd7;
	border-color: #cb6fd7;
}
.infobox-pink > .infobox-icon > [class*="z-icon-"] {
	background-color: #cb6fd7;
}
.infobox-pink.infobox-dark {
	background-color: #cb6fd7;
	border-color: #cb6fd7;
}
.infobox-blue {
	color: #6fb3e0;
	border-color: #6fb3e0;
}
.infobox-blue > .infobox-icon > [class*="z-icon-"] {
	background-color: #6fb3e0;
}
.infobox-blue.infobox-dark {
	background-color: #6fb3e0;
	border-color: #6fb3e0;
}
.infobox-blue2 {
	color: #3983c2;
	border-color: #3983c2;
}
.infobox-blue2 > .infobox-icon > [class*="z-icon-"] {
	background-color: #3983c2;
}
.infobox-blue2.infobox-dark {
	background-color: #3983c2;
	border-color: #3983c2;
}
.infobox-red {
	color: #d53f40;
	border-color: #d53f40;
}
.infobox-red > .infobox-icon > [class*="z-icon-"] {
	background-color: #d53f40;
}
.infobox-red.infobox-dark {
	background-color: #d53f40;
	border-color: #d53f40;
}
.infobox-orange {
	color: #f79263;
	border-color: #f79263;
}
.infobox-orange > .infobox-icon > [class*="z-icon-"] {
	background-color: #f79263;
}
.infobox-orange.infobox-dark {
	background-color: #f79263;
	border-color: #f79263;
}
.infobox-green {
	color: #9abc32;
	border-color: #9abc32;
}
.infobox-green > .infobox-icon > [class*="z-icon-"] {
	background-color: #9abc32;
}
.infobox-green.infobox-dark {
	background-color: #9abc32;
	border-color: #9abc32;
}
.infobox-grey {
	color: #999999;
	border-color: #999999;
}
.infobox-grey > .infobox-icon > [class*="z-icon-"] {
	background-color: #999999;
}
.infobox-grey.infobox-dark {
	background-color: #999999;
	border-color: #999999;
}
.infobox-dark {
	margin: 1px 1px 0 0;
	border-color: transparent !important;
	border: none;
	color: #FFF;
	padding: 4px;
}
.infobox-dark > .infobox-icon > [class*="z-icon-"],
.infobox-dark > .infobox-icon > [class*="z-icon-"]:before {
	background-color: transparent;
	${ t:boxShadow('none') };
	text-shadow: none;
	${ t:borderRadius('0') };
	font-size: 30px;
}
.infobox-dark > .infobox-icon > [class*="z-icon-"]:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.infobox-dark .infobox-content {
	color: #FFF;
}
.infobox > .infobox-progress {
	padding-top: 0;
	display: inline-block;
	vertical-align: top;
	width: 44px;
}
.infobox > .infobox-chart {
	padding-top: 0;
	display: inline-block;
	vertical-align: text-bottom;
	width: 44px;
	text-align: center;
}
.infobox > .infobox-chart > .sparkline {
	font-size: 24px;
}
.infobox > .infobox-chart canvas {
	vertical-align: middle !important;
}
.infobox > .stat {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 11px;
	text-shadow: none;
	font-size: 13px;
	color: #ABBAC3;
	font-weight: bold;
	padding-right: 18px;
	padding-top: 3px;
}
.infobox > .stat:before {
	display: inline-block;
	width: 8px;
	height: 11px;
	content: "";
	background-color: #ABBAC3;
	position: absolute;
	right: 4px;
	top: 7px;
}
.infobox > .stat:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 1px;
	top: -8px;
	border: 12px solid transparent;
	border-width: 8px 7px;
	border-bottom-color: #ABBAC3;
}
.infobox > .stat.stat-success {
	color: #77C646;
}
.infobox > .stat.stat-success:before {
	background-color: #77C646;
}
.infobox > .stat.stat-success:after {
	border-bottom-color: #77C646;
}
.infobox > .stat.stat-important {
	color: #E4564F;
}
.infobox > .stat.stat-important:before {
	background-color: #E4564F;
	top: 3px;
}
.infobox > .stat.stat-important:after {
	border-top-color: #E4564F;
	border-bottom-color: transparent;
	bottom: -6px;
	top: auto;
}
.infobox.infobox-dark > .stat {
	color: #FFF;
}
.infobox.infobox-dark > .stat:before {
	background-color: #E1E5E8;
}
.infobox.infobox-dark > .stat:after {
	border-bottom-color: #E1E5E8;
}
.infobox.infobox-dark > .stat.stat-success {
	color: #FFF;
}
.infobox.infobox-dark > .stat.stat-success:before {
	background-color: #D0E29E;
}
.infobox.infobox-dark > .stat.stat-success:after {
	border-bottom-color: #D0E29E;
}
.infobox.infobox-dark > .stat.stat-important {
	color: #FFF;
}
.infobox.infobox-dark > .stat.stat-important:before {
	background-color: #FF8482;
	top: 3px;
}
.infobox.infobox-dark > .stat.stat-important:after {
	border-top-color: #FF8482;
	border-bottom-color: transparent;
	bottom: -6px;
	top: auto;
}
.infobox > .badge {
	position: absolute;
	right: 20px;
	top: 11px;
	${ t:borderRadius('0') };
	text-shadow: none;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	height: 16px;
	padding: 0 1px;
}
.infobox.infobox-dark > .badge {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.2) !important;
	border: 1px solid #F1F1F1;
	top: 2px;
	right: 2px;
}
.infobox.infobox-dark > .badge.badge-success > [class*="z-icon-"] {
	color: #C6E9A1;
}
.infobox.infobox-dark > .badge.badge-important > [class*="z-icon-"] {
	color: #ECB792;
}
.infobox.infobox-dark > .badge.badge-warning > [class*="z-icon-"] {
	color: #ECB792;
}
.infobox-small {
	width: 135px;
	height: 52px;
	text-align: left;
	padding-bottom: 5px;
}
.infobox-small > .infobox-icon,
.infobox-small > .infobox-chart,
.infobox-small > .infobox-progress {
	display: inline-block;
	width: 40px;
	height: 42px;
	max-width: 40px;
	line-height: 38px;
	vertical-align: middle;
}
.infobox-small > .infobox-data {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	max-width: 72px;
	min-width: 0;
}
.infobox-small > .infobox-chart > .sparkline {
	font-size: 14px;
	margin-left: 2px;
}
.percentage {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.infobox-small .percentage {
	font-size: 13px;
	font-weight: normal;
	margin-top: 2px;
	margin-left: 2px;
}
.ie8 .z-panel-icon {
	background-color: #FFF;
}
.z-panel-head {
	${ t:borderRadius('0') };
	padding: 0;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #DCE8F1;
}
.z-panel {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 2px;
	background: rgb(223, 220, 220);
	border-radius: 5px;
}
.z-panel .z-caption {
	color: #FFF;
	font-weight: bold;
}
.z-panel.transparent .z-panel-head {
	border: 0;
	${ t:boxShadow('none') };
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.z-panel.transparent .z-panel-head .z-panel-header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-bottom: 1px solid #DCE8F1;
	color: #4383B4;
}
.z-panel.transparent .z-panel-head .z-caption {
	background: transparent;
	color: #669FC7;
}
.z-panel-icon {
	width: 35px;
	height: 37px;
	border: 0;
	${ t:borderRadius('0') };
	padding: 0 10px;
	position: relative;
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-color: transparent;
	border-color: #CCC;
}
.z-panel-icon,
.z-panel-icon:hover,
.z-panel-icon:focus,
.z-panel-icon:active {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-color: transparent;
}
.z-panel-icon > i {
	font-size: 14px;
	color: #aaaaaa;
}
.z-panel-icon .z-icon-caret-up:before {
	content: "\f077";
}
.z-panel-icon .z-icon-caret-down:before {
	content: "\f078";
}

.z-panel-icon:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	border: 1px solid #D9D9D9;
	border-width: 0 1px 0 0;
}

/*! CHART */
.traffic .z-panelchildren {
	padding: 9px;
}
.z-panel .z-panelchildren {
	border: 1px solid #cfcfcf;
}

.z-panel-noborder.z-panel-noframe .z-panelchildren {
	border: none;
	margin: 15px !important;
}

.date.z-popup .z-listbox .z-listitem:hover .z-listcell-content {
	background-color: #EFEFEF;
}
.date.z-popup .z-listbox .z-listitem-selected .z-listcell-content,
.date.z-popup .z-listbox .z-listitem-selected:hover .z-listcell-content {
	background-color: #EFEFEF;
	color: #478FCA;
}
.date.z-popup .z-listbox .z-listitem-selected .z-listcell-content:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: "\f0da";
	position: absolute;
	line-height: 14px;
	font-size: 14px;
	left: 11px;
	top: 9px;
}
.date.z-popup .z-listbox .z-listcell-content {
	padding: 3px 11px 3px 25px;
	margin: 1px 0;
}

.sign > [class*="z-icon-"] {
	margin: 0 8px;
}
.sign-group div + div {
	border-left: 1px solid #E3E3E3;
}

.z-caption.small .z-caption-content {
	font-size: 15px;
}

.btn-minier {
	padding: 0 4px;
	line-height: 18px;
	border-width: 2px;
	font-size: 12px;
}

.z-separator-horizontal-bar {
	position: relative;
	height: 44px;
	background-image: none;
}
.z-separator-horizontal-bar:before {
	display: block;
	width: 100%;
	height: 0;
	content: "";
	border-width: 0;
	border-top: 1px dotted #E3E3E3;
	position: absolute;
	top: 22px;
}
.double16.z-separator-horizontal-bar {
	height: 16px;
}
.double16.z-separator-horizontal-bar:before {
	height: 3px;
	border-bottom: 1px dotted #E3E3E3;
	top: 6px;
}
.solid.z-separator-horizontal-bar:before {
	border-style: solid;
}

/* CONVERSATION */
.conversation.z-panel .body > .text {
	padding-left: 0px;
	padding-bottom: 0px;
}
.conversation.z-panel .body > .text:after {
	display: none;
}
.conversation.z-panel .action {
	border-top: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	padding: 10px 12px 12px 12px;
}
.conversation.z-panel .action .z-textbox {
	height: 14px;
	font-family: 'Open Sans';
	${ t:borderRadius('0') };
	color: #858585;
	border: 1px solid #D5D5D5;
	padding: 5px 4px;
	line-height: 1.2;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.conversation.z-panel .action .z-textbox:hover {
	border-color: #B5B5B5;
}
.conversation.z-panel .action .z-textbox:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #F59942;
	outline: none;
}
.conversation.z-panel .action .z-button {
	height: 34px;
}

.user {
	display: inline-block;
	width: 42px;
}
.user > .z-image {
	${ t:borderRadius('100%') };
	border: 2px solid #C9D6E5;
	max-width: 40px;
}

.time {
	display: block;
	font-size: 9px;
	font-weight: lighter;
	position: absolute;
	right: 9px;
	top: 0;
	cursor: default;
}
.time [class*="z-icon-"] {
	font-size: 14px;
	color: #666666;
	margin-right: 4px;
}
.comments.z-grid .user > .z-image {
	border-color: #5293C4;
}
.comments.z-grid .z-row:hover .tools {
	display: inline-block;
}
.comments.z-grid .z-row-content {
	padding: 0;
	min-height: 66px;
	position: relative;
}
.dialog.z-grid {
	border-spacing: 12px;
	border: none;
}

.dialog.z-grid .z-grid-body > table {
	border-collapse: separate;
	border-spacing: 3px 12px;
}
.dialog.z-grid .z-row-inner {
	vertical-align: top;
	overflow: visible;
}
.dialog.z-grid .z-row-content {
	padding: 0;
	overflow: visible;
}
.dialog.z-grid .z-grid-body {
	padding: 9px 9px 0 9px;
}

.z-grid-body {
	margin-top: auto;
	position: relative;
	overflow: hidden !important;
	overflow-anchor: none;
}

.dialog.z-grid .z-row {
	min-height: 66px;
	position: relative;
}
.dialog.z-grid .z-row:hover .tools {
	display: inline-block;
}
.dialog.z-grid .body {
	position: relative;
	width: auto;
	padding: 2px 2px 2px 5px;
	border: 1px solid rgba(221, 228, 237, 0.26);
	border-left-width: 2px;
	margin-right: 1px;
}
.dialog.z-grid .body > .name {
	display: block;
}
.dialog.z-grid .body > .name:hover {
	text-decoration: underline;
}

.action a {
	margin: 0 3px;
	display: inline-block;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.action a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.member.z-div {
	width: 175px;
	height: 64px;
	padding: 2px;
	margin: 3px 0px;
	border-bottom: 1px solid #E8E8E8;
}
.member.z-div > .user {
	position: absolute;
	left: 0;
}
.member.z-div > .user > img {
	border-color: #DCE3ED;
}
.member.z-div > .body {
	margin-left: 50px;
}
.member.z-div > .body > .time {
	position: static;
}
.member.z-div > .body > .name {
	line-height: 18px;
	height: 18px;
	margin-bottom: 0;
}
.member.z-div > .body > .name > a {
	display: inline-block;
	max-width: 100px;
	max-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.member.z-div > .body .relin {
	display: inline-block;
	position: relative;
}
.

.heading {
	width:100%;
	background-color: #F2F2F2;
	line-height:210%;
	color: #000000;

}

.tbs.z-tabbox .z-tab-selected {

	border-width: 4px 1px 0px;
	border-right: 1px solid #DCE8F1;
	border-color: #4C8FBD #DCE8F1 #DCE8F1;
	border-style: solid;
}

.fa-button {
	min-width: 50px;
	margin: 0 3px;
}

.btn-tip.z-popup{overflow:visible;background:#222;${t:borderRadius('5px') }}
.btn-tip.z-popup .z-popup-content{color:#fff;white-space:nowrap}
.btn-tip.z-popup:before{position:absolute;top:-6px;left:44%;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #222;border-left:7px solid transparent;border-bottom-color:#222;content:''}
.z-panel-head,.z-panel-header{padding:3px 5px; height: 36px; line-height:normal;
	background-color: #438eb9;  color: #FFF;    padding-top: 5px;}
.z-caption{height:auto}
.z-caption-content {opacity: 1;line-height: 17px; padding: 3px;  background: #438eb9;
	font-size: 12px;
	color: #FFF;}
.z-caption-content:after{content:'';opacity:.7;border: none;height:100%;position:absolute;top:0;left:36px}
.z-caption-content+.z-label{color:#666;text-shadow:0 1px 0 #fff;float:left;padding:3px 12px;font-size:12px;font-weight:bold;line-height:19px;margin:0}
.z-caption-content ~ .z-button{float:right}
.site-stats{background-color:#f5f5f5;border:1px solid #ddd;cursor:pointer;margin:0 0 10px;padding:5px 20px 10px;position:relative;display:inline-block;font-size:15px;font-weight:bold;color:#333}
.site-stats i{margin:5px 12px 0 0}
.site-stats .z-label{margin-left:12px;font-size:12px;color:#888;font-style:italic}
.site-stats:hover{background-color:#ededed}
.z-panelchildren{border-color:#cdcdcd}
.stat-boxes{margin:20px 0 10px;text-align:center}
.stat-boxes .z-a{${t:gradient('ver','#f9f9f9 0%; #ededed 100%') };border:1px solid #d5d5d5;border-radius:4px 4px 4px 4px;${t:boxShadow('0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4)') };display:inline-block;line-height:18px;margin:0 10px 10px;padding:0 10px}
.stat-boxes .z-a:hover{${t:gradient('ver','#fcfcfc 0%; #f1f1f1 100%') }}
.stat-boxes .peity_bar_good,.stat-boxes .peity_line_good{color:#459d1c}
.stat-boxes peity_bar_bad,.stat-boxes .peity_line_bad{color:#ba1e20}
.stat-boxes .left{border-right:1px solid #dcdcdc;box-shadow:1px 0 0 0 #fff;margin-right:12px;padding:10px 14px 6px 4px;font-size:10px;font-weight:bold}
.stat-boxes .left,.stat-boxes .right{float:left;text-shadow:0 1px 0 #fff}
.stat-boxes .left span,.stat-boxes .right span{display:block}
.stat-boxes .right{font-size:12px;padding:12px 10px 7px 0;text-align:center;width:70px;color:#666}
.stat-boxes .right strong{font-size:26px;margin-bottom:3px;margin-top:6px}
.stat-boxes .z-label+.z-label span{display:block!important}
.stat-boxes .z-label+.z-label canvas{display:none}
.tip-right.z-label{float:right;margin-top:3px;padding:4px}
.separator.z-vlayout>.z-vlayout-inner:after{content:'';position:absolute;border-bottom:1px dotted #aebdc8;width:200%;bottom:12px;margin-left:-20px}
.separator.z-vlayout>.z-vlayout-inner:nth-child(3){padding:0!important}
.separator.z-vlayout>.z-vlayout-inner:nth-child(3):after{bottom:-10px}
.separator.z-vlayout>.z-vlayout-inner:last-child:after{display:none}
.more.z-a{padding:5px;text-align:center;display:block;color:#888;margin-top:10px}
.more.z-a:hover{background:#eee}

.rwf {font-size:15px;font-weight:bold;color:#333;}
.z-window {
	border: none;
	padding: 0;
}
.z-west-body{
	padding: 1px;
}
.z-navbar-vertical{
	padding: 0;
	border: none;
}

.popup{
	background : #62a8d14f;
	border:2px solid #dcdcdc;
	border-radius:0.5em;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.intern{
	margin-left:20px;
	margin-right:20px;
}
#gridId{
	background: #CEE3F6;
	text-align: left;
}

/*@-moz-document url-prefix() {*/
textarea {
	overflow:hidden !important;
}

.navbar {
	margin-bottom: 0px !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #FDC91E;
	color: #FDC91E;
}

.top_footer {
	height: 28px;
	padding: 1px 30px;
	border-bottom: 1px solid rgba(0, 117, 203, 0.12);
	background: rgba(221,221,221,.5);
}

.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4; padding: 8px 8px 20px !important; box-shadow: none !important; border:none !important;}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c; padding: 8px 8px 20px !important; border:none !important;}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;padding: 8px 8px 20px !important; border:none !important;}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;padding: 8px 8px 20px !important; border:none !important;}
.btn-danger{color:#fff;background-color:#d9534f!important; border-color:#d9534f!important; padding: 8px 8px 20px !important; border:none !important;}


.z-tooltiptext, title {
	color:#fff;background-color:#d9534f;border-color:#d43f3a;padding: 8px 8px 20px !important;
}

.btn-search {
	cursor: pointer; width: 20px; height: 20px; padding: 5px;
}

.confirmation-div {
	padding: 5px;
	min-width:300px;
	background: rgba(237, 237, 237, 1);
	background: -moz-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
	rgba(227, 227, 227, 1) 47%, rgba(219, 219, 219, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237, 237, 237,
	1)), color-stop(47%, rgba(227, 227, 227, 1)),
	color-stop(100%, rgba(219, 219, 219, 1)));
	background: -webkit-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
	rgba(227, 227, 227, 1) 47%, rgba(219, 219, 219, 1) 100%);
	background: -o-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
	rgba(227, 227, 227, 1) 47%, rgba(219, 219, 219, 1) 100%);
	background: -ms-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
	rgba(227, 227, 227, 1) 47%, rgba(219, 219, 219, 1) 100%);
	background: linear-gradient(to right, rgba(237, 237, 237, 1) 0%,
	rgba(227, 227, 227, 1) 47%, rgba(219, 219, 219, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed',
	endColorstr='#dbdbdb', GradientType=1);
}

.confirmation-window, .z-messagebox-window{
	background: rgba(118,181,239,1);text-align: center;
	background: -moz-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(118,181,239,1)), color-stop(100%, rgba(68,145,233,1)));
	background: -webkit-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: -o-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: -ms-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: linear-gradient(to right, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5ef', endColorstr='#4491e9', GradientType=1 );
}

.z-messagebox-window .z-window-header{
	text-align: center;
	color: #FFFFFF !important;
	background-color: rgb(98 168 209) !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	padding: 5px 7px 3px 10px;
}

.z-auxheader {
	background: linear-gradient(to bottom, #438eb9 0%, #eeeeee 100%);
}

.text-bold {
	font-weight: bold;
}

li.action-menu {
	margin: -3px 0 !important;
	background-color: transparent;
}

li.action-menu>a>span {
	color: #0093f9 !important;
	font-weight: 500;
	font-size: 12px !important;
}

li.action-menu>a {
	padding: 2px 22px 2px 10px !important;
}

li.action-menu>a:hover {
	background: none;
	border: none;
}

li.action-menu>a:focus {
	background: none;
	border: none;
}

li.action-menu>a>i {
	padding-right: 0px;
	margin-top: -2px;
}

.action-menubar {
	border: none;
	background: transparent;
}


.evaluation::-webkit-scrollbar-track, .sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}

.evaluation::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.evaluation::-webkit-scrollbar-thumb, .sidebar::-webkit-scrollbar-thumb {
	background-color: #d9e5ef;
}

.bg-warning, .bg-success {
	background-color: #FFF !important;
	color: #000;
}

.bg-primary {
	color: #000;
	background-color: #d9e5ef;
}

.nowrap {
	white-space: nowrap;
}

.sidebar::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}

.content::-webkit-scrollbar-track, .sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}

.content::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.content::-webkit-scrollbar-thumb, .sidebar::-webkit-scrollbar-thumb {
	background-color: #134a70;
}


hr {
	margin-top: 5px !important;
	margin-bottom: 8px !important;
}
hr.line-1 {
	border-bottom: 1px solid #000000;
	margin-top: 1px;
}
.table-title{
	color: #000 !important;
}

.x-sm,  .x-sm.z-footer .z-footer-content {
	font-size: x-small;
}

.folder {
	border: 1px solid lightgrey;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.folder:hover {
	border: 1px solid #438EB9;
}

.media-body {
	color: #000;
	text-align: center;
	font-weight: bold;
}

.media-body .z-label {
	font-weight: bold;
}

.p-6 {
	padding:6px !important;
}

.z-window-header {
	font-family: inherit;
	padding: 3px 0 5px 10px;
	font-weight: bold;
}

.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

/** upgrade**/
.top_footer {
	height: 30px;
}

.topperRow {
	padding-left: 45px;
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
	color: #438eb9;
	font-weight: 700;
	font-size: 40px !important;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
}

.profile-sm {
	border: 2px solid #FFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 50px;
	width: 50px;
	max-width: 70px;
	margin-right: 1em;
	margin-left: 2em;
	margin-top: 5px;
}

.top-btn{
	padding: 15px 10px 0;
}

.app-message, .app-message:hover {
	font-size: 14px !important;
	width: 100%;
	padding: 15px 40px !important;
	color: #2e2e2e;
	background-color: #ffcb2d;
	overflow: initial;
}

.bg-white {
	background-color: #ffffff;
	border-radius: 5px !important;
	border: 0px solid #5bc0de;
	color: #00a8da;
	box-shadow: 0 2px 8px 2px rgb(179, 206, 230), 0 6px 22px 4px rgb(217, 215, 215),0 6px 10px -4px rgb(224, 222, 222);
}

.body {
	background-color: #EEECEC !important;
	background-blend-mode: luminosity !important;
}

.z-tab-text {
	font-weight: 600;
}

/*Projects*/
.bg-gray-200 {
	background-color: #c4c8cb!important;
}
.bg-gray-200, .bg-gray-200-500 {
	background-color: #e9ecefb0 !important;
}
.p-4 {
	padding: 1.5rem!important;
}
.p-d {
	padding: .5rem 1.5rem !important;
}
.mb-2 {
	margin-bottom: .5rem!important;
}

.border-start {
	border-left: 1px solid #dee2e6!important;
}
.border-warning {
	border-color: #f59c1a!important;
}
.border-info {
	border-color: #3ecef9!important;
}
.border-success {
	border-color: #32a932!important;
}
.border-primary {
	border-color: #0d6efd!important;
}
.border-default {
	border-color: #438eb9!important;
}
.border-5 {
	border-width: 5px!important;
	border-radius: 5px;
}
.position-relative {
	position: relative!important;
	border-radius: 5px!important;
}
.fs-16px .z-label {
	font-size: 16px!important;
}
.fw-bolder .z-label {
	font-weight: 700 !important;
	color: #000;
}

.text-gray-600, .text-gray-600-500 {
	color: #6c757d!important;
}
.text-gray-600 {
	color: #565e64!important;
}
.fs-12px {
	font-size: 12px!important;
}
.fw-bold .z-label {
	font-weight: 400!important;
	color: #000;
}
.fw-light .z-label {
	font-weight: 100!important;
	color: #438eb9;
}
.align-items-center {
	align-items: center!important;
}
.d-flex {
	display: flex!important;
}
.p-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.mr-16 {
	margin-right: 16px;
}
.xx-small {
	font-size: xx-small;
}
.btn-xxs, .btn-xxs:hover {
	min-width: 20px !important;
	padding: 5px 10px !important;
}
.form-group {
	margin-bottom: 5px;
}
.groupbox-content-boxed {
	display: block;
	height: inherit;
	border: 1px solid #e4e4e4;
	padding: 15px 15px 20px 15px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 13px;
	background-color: #fff;
}
.groupbox-content-boxed-bottom-btn {
	display: block;
	height: inherit;
	border: 1px solid #e4e4e4;
	padding: 7px 15px 6px 15px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0px;
	background: #fff;
	/* box-shadow: 0 0 50px #bed0de; */
}
.groupbox-content-boxed-header-section {
	display: block;
	height: inherit;
	border: 1px solid #e4e4e4;
	padding: 7px 15px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0px;
	background: #fff;
	box-shadow: 0 0 5px #bed0de; */
}
.popup {
	background: #feffff4f;
	border: 0px solid #dcdcdc;
}

.required::after { content: "*"; color: red; padding: 3px; }

.form-title {
	color: #000 !important;
	font-size: 16px;
	font-weight: 600;
}

.groupbox-content-boxed-sm {
	display: block;
	height: inherit;
	border: 1px solid #e4e4e4;
	padding: 8px 16px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 13px;
	background-color: #fff;
}

/* .input-group { width: 100%; display:
      flex !important; } .btn-icon, .btn-icon:hover { min-width: 20px
      !important; padding: 5px 10px !important; margin: 0; height:
      27px; background: transparent; color: #707070; border-color:
      #8080804d !important; border-left-color: rgba(128, 128, 128,
      0.3); border-left: none !important;top: 0;}
      .fa.fa-search:hover { border: none; } */


.top-menu {
	margin: -3px 0 !important;
	background-color: transparent;
	float: right;
	text-align: center;
}

li.top-menu > a > span {
	color: white;
	font-size: 10px !important;
	text-align: center;
	font-weight: 400;
	text-shadow: none;
}

.z-menu-selected > .z-menu-content,
.z-menu-selected > .z-menu-content:hover,
.z-menu-selected > .z-menu-content:focus,
.top-menu > .z-menu-content:hover,
.top-menu > .z-menu-content:focus {
	background: transparent;
	border: none;
	box-shadow: none;
}

.top-menu-popup {
	background: #438eb9e5 !important;
}

.top-menu-popup .z-menuitem-content {
	text-transform: uppercase;
	color: #FFF;
	padding-top: 10px;
}

.top-menu-popup .z-menuitem-content:hover,
.top-menu-popup .z-menuitem-content:focus {
	color: #69b241;
	background: #438eb9e5 !important;
}

.top-menu-popup .z-menuitem-content > .z-menuitem-text {
	font-weight: 400;
}


.z-choosenbox {
	border: 1px solid #d7d7d7;
	padding: 3px;
}

.about-info-p {
	color: #0b0b0b;
	margin-bottom: 8px;
	display: flex;
}

.border-0 {
	border: none;
}


/*Grid styling*/

/* Base ZK Grid styles to mimic Bootstrap table */
.z-grid {
	width: 100%;
	margin-bottom: 1rem;
	color: #525f7f;
	border-collapse: collapse;
	border: 1px solid #dee2e6;
}


.z-columns-bar{
	background-color: #62a8d1 !important
}

.z-grid .z-column, .z-grid .z-column-content, .z-grid .z-row, .z-grid .z-cell {
	vertical-align: top;
	/*border-top: 1px solid #dee2e6;*/
	background-color: transparent;
}

.z-grid .z-columns .z-column, .z-grid .z-columns .z-column-content {
	vertical-align: bottom;
	/*border-bottom: 1px solid #dee2e6;*/
	background-color: #f8f9fa; /* For column headers */
}

/* Striped rows */
.z-grid .z-rows .z-row:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Hover effect for rows */
.z-grid .z-rows .z-row:hover {
	color: #525f7f;
	background-color: rgba(0, 0, 0, 0.075);
}

/* For grid without border */
.z-grid.table-borderless .z-row, .z-grid.table-borderless .z-cell {
	border: 0;
}

/* Coloring rows based on Bootstrap's theme colors */
.z-grid .table-primary .z-row { background-color: #d2d8f7; }
.z-grid .table-secondary .z-row { background-color: #fcfcfd; }
.z-grid .table-success .z-row { background-color: #c4f1de; }
.z-grid .table-info .z-row { background-color: #bcf1fb; }
.z-grid .table-warning .z-row { background-color: #fed3ca; }
.z-grid .table-danger .z-row { background-color: #fcc7d1; }
.z-grid .table-light .z-row { background-color: #e8eaed; }
.z-grid .table-dark .z-row { background-color: #c1c2c3; }

/* Hover color changes */
.z-grid .table-primary .z-row:hover { background-color: #bcc5f3; }
.z-grid .table-secondary .z-row:hover { background-color: #ededf3; }
.z-grid .table-success .z-row:hover { background-color: #afecd2; }
.z-grid .table-info .z-row:hover { background-color: #a4ecfa; }
.z-grid .table-warning .z-row:hover { background-color: #febeb1; }
.z-grid .table-danger .z-row:hover { background-color: #fbafbd; }
.z-grid .table-light .z-row:hover { background-color: #dadde2; }
.z-grid .table-dark .z-row:hover { background-color: #b4b5b6; }

/* Responsive Tables */
@media (max-width: 575.98px) {
	.z-grid .table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 767.98px) {
	.z-grid .table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 991.98px) {
	.z-grid .table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1199.98px) {
	.z-grid .table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* Ensure the grid behaves responsively without horizontal scrolling */
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Apply this class directly to the ZK Grid or wrap the Grid in a div with this class */
.z-grid.table-responsive, .table-responsive>.z-grid {
	border: 0;
}


/* Jeremie  Added CSS for Information Model window */
.information-window , .printing-window{
	top: 100px !important;
	background: rgba(118,181,239,1);
	background: -moz-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(118,181,239,1)), color-stop(100%, rgba(68,145,233,1)));
	background: -webkit-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: -o-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: -ms-linear-gradient(left, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	background: linear-gradient(to right, rgba(118,181,239,1) 0%, rgba(68,145,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5ef', endColorstr='#4491e9', GradientType=1 );
}

.notification-badge{

}

.information-window .z-window-header, .printing-window .z-window-header , .information-window .z-window-header-move ,.printing-window .z-window-header-move{
	text-align: center;
	padding-left: 10px;
	color: #FFFFFF !important;
	background-color: rgb(98 168 209) !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.information-window .z-window-header .z-window-close , .information-window .z-window-header .z-window-maximize , .printing-window .z-window-header .z-window-close , .printing-window .z-window-header .z-window-maximize{
	margin: 3px 10px 0px 0px;
	padding: 0px;
}

.action-menu-popup{
	/*width: 200px !important;*/
}

.z-selectbox{
	min-width: 0 !important;
}


.md-c-dashboardInfo-count{
    font-weight: 600;
    font-size: 1.0em !important;
    line-height: 50px;
    color: #323c43 !important;
}

.z-combobox-input{
	display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8898aa;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
    border: 0;

}


.z-combobox-input:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.z-combobox-input{

}

.stats-text{
	font-size: 80% !important;
}

.number-stats{
	margin: 0;
	padding: 0;
}

/* END */



