<%@
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;
}

.login-box {
    padding-bottom: 10%;
    color: inherit;
    padding-top: 8%;
    margin-bottom: 2%; 
}

/* 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: 5px !important;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #00a8da;
    box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
}

.body {
  /* position: fixed;
  background: url(../images/1.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fffffff0 !important;
    background-blend-mode: color; */
    position: fixed;
    background-image: url(../images/bg.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 100px;
}

.error {
	background: url(../images/404-img.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 {
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 40px;    
	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: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
	font-size: 11px;
    font-weight: 400;
}

.z-menu-text, .z-menuitem-text {
	font-size: 12px;
}

 .z-nav-text, .z-navitem-text {
	font-size: 13px;
	white-space: initial;
}

.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: 6px 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 > .home.z-a {
 font-size: 20px;
}

.crumb > .z-a {
	color: #333333;
	margin-left: 12px;
	font-weight: 200;
	font-size: 12px;
    line-height: 2rem;
	letter-spacing:normal;
	color: #1963aa;
    font-weight: 600;
}
.crumb1 > .z-a {
	color: #333333;
	margin-left: 12px;
	font-weight: 200;
	font-size: 11px;
	letter-spacing:normal;
}
.crumb > .z-a:hover, .crumb > .z-a:active, .crumb > .z-a:active:hover {
	color: #1963aa;
	font-weight: 300;
}
.crumb1 > .z-a:hover, .crumb1 > .z-a:active, .crumb1 > .z-a:active:hover {
	color: #1963aa;
	font-weight: 300;
}
.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: "\f105" "    ";
	font-family: FontAwesome;
	content: "/" " ";
	margin-right: 5px;
    margin-left: -5px;
}

.crumb1 > .z-a:before {
	content: "\f105" "    ";
	font-family: FontAwesome;
}

.crumb > .z-a:last-child {
	color: #1963aa;
	font-weight: 600;
}

.crumb1 > .z-a:last-child {
	color: #aaa;
}

.breadcrumb {
	border: 1px solid #cfcfcf2e !important;
    display: inline-block;
    overflow: hidden;
    overflow-y: auto;
    text-align: initial;
    height: 82vh;
    width: 99%;
    margin: 0;
}

.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: #20c0f3;
	
}
	
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;
	  color: #000;
	  height: 20px;
	  border: 1px solid #a9a9a9;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  padding: 3px 12px;
	  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: 4px !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 #80808024;	
	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: 45px;
    line-height: 35px;
	padding: 4px 16px 0 7px;
	color: #757575;
	background-color: #f6f7f8;
	font-weight: bold;
	text-shadow: none !important;
	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: #fff;
	color: #20c0f3;
	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: #20c0f3;
}

.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;
	border-left: 3px solid #20c0f3;
}

.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: #20c0f3;
}

.nav-list.z-navbar>ul .z-navitem-selected>.z-navitem-content>.z-navitem-text
	{
	font-weight: 400;
}

.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: white;
	background: linear-gradient(to left, #1963aa3b 20%, #fff 50%);
    z-index: 999;
}

    
}

.navbar,
.footer {
  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;
}

.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: 100px;
    padding: 0 8px;
    position: relative;
    
    color: rgb(255, 255, 255);
    font-weight: 300;
    letter-spacing: 0.07em;
    font-size: 0.8em;
    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;
}
.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: 9% !important; */
    left: 87% !important;
    border-radius: 5px;
    margin: 5px;
}
.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: 8px 22px;
    margin: 4px;
    line-height: 20px;
}
.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem-content:focus {
  background-color: #f1f1f1;
  color: #444;
}
.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: 5px;
  min-height: 0px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
    line-height: 1px;
    background: none;
}
.z-menupopup .z-menupopup-content {
  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;
	height: auto;
}

.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;
	font-size: 12px !important;
}

.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;
	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: 100%;
	top: 50px !important;
}

.z-notification-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.z-notification-pointer+.z-notification-icon {
    left: 14%;
}

.z-notification-icon.z-icon-exclamation-circle {
	display: none;
}

.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 {
	bottom: 0;
	left: 17%;
	margin: 5px 0 5px 0;
    width: 75%;
    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: 50% !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: 15px;
	}
	
.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: #000;
	-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;
	background: #f6f7f8;
}

.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;
	padding: 0 10px 5px 5px;
	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;
}

.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;
}

.pointer:hover {
	box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(245, 245, 245), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.actionColumn {
	margin: 70px 34px;
}

.z-a, .z-a:hover {
	text-decoration: none;
	color: #20c0f3;
}

.search, .sectionTitle {
	float: left;
	padding-left: 2px;
	margin-bottom: 8px;
	display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
}

.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-column-content, .z-group-content, .z-groupfoot-content, .z-footer-content {
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
	font-size: 11px;
	color: #363636;
	padding: 4px 5px;
	line-height: 22px;
	overflow: hidden;
	text-align: right;
}

.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, .z-column .z-column-content {
	background: #073561;
	color: white;
	position: relative;
	height: 22px;
	padding: 0px 5px;
	text-align: left;
	text-transform: uppercase;
    font-weight: 300;
}

.z-column-content>.z-label {
	padding-top: 4px;
	font-weight: 300;
}

.z-column-content>.z-label, .z-column-content>.z-div>.z-label, .z-column .z-column-content,
.z-listheader-content {
    font-size: 9px;
    font-weight: 300;
}

.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 {
	padding: 0;
}

.z-window-content {
    padding: 0;
    zoom: 1;
}

.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.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%;
	white-space: normal;
}

.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: 100;
}

.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: 8px !important;
	border-radius: 2px;
}

.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: 99%;
	max-width: 99%;
	min-height: 22px;
	/* max-height: 26px; */
	/* padding: 5px 8px; */
	-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;
	border-radius: 0 4px 4px 0;
}

::-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: 250px;
	min-width: 100px;
	width: 200px;
	background-color: #e4e4e4;
}

.profile-sm {
	border: 1px solid #ffffff6b;
    /* background: #d4d7dd36; */
    background: #e7edf5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 60px;
    width: 60px;
    max-width: 60px;
    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 {
	padding: 2px 10px 2px;
    width: 100%;
    border: 1px solid #979eaa69;
    margin-bottom: 8px;
    background-color: white;
    border-radius: 4px;
}

	
}

.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: 14px;
	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: #20c0f3;
  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: 5px !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;
}

.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;
	background: #FFF;
}

.large {
	font-size: 24px;
	padding: .2em 1em .275em !important;
	height: 3em;
	border-radius: 15px !important;
}

.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;
	padding: 7px 10px; 
	cursor:	pointer; 
}

.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: 25px;
    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: 28px;
}

.icon-btn:hover, .fa:hover  {
	/* border-bottom: 5px solid #20c0f3; */
/* 	font-size: 20px; */
}
/** Exclude some icons**/
.fa-filter:hover, .fa-print:hover{
	border-bottom: none;
}

button[disabled], html input[disabled] {
    background: #e5e5e5 !important;
    color: black;
    font-weight: 600;
    border: 1px solid #33333345 !important;
}

.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: 3px !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%;
}
.form-control, .z-textbox, .z-combobox-button, .z-combobox-input, .z-datebox-input, .z-datebox-button {
    min-height: 28px;
    height: 28px !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-grid-header,.z-cell {
	background: transparent !important;
	border: none !important;
} 

.pgrid >.z-row-content,.z-row-inner,.z-rows, .z-grid-body,.z-grid-header,.z-cell {
	background: #CEE3F6;
	/*background: transparent !important;*/
	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: #edededb3;
}

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;
}
.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;}

.popup{
	border-radius:0.5em;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.intern{
padding:16px;
}

#gridId{
	background: #CEE3F6;
     text-align: left;	
}

/*@-moz-document url-prefix() {*/
textarea {
    overflow:hidden !important;
}

textarea.form-control {
    height: auto !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.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;}
.btn-success, .btn-success:hover{color:#fff;background-color:#5cb85c;border-color:#4cae4c;padding: 8px 8px 20px !important;}
.btn-info, .btn-info:hover{color:#fff;background-color:#073561;border-color:#46b8da;padding: 8px 8px 20px !important;}
.btn-warning, .btn-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#eea236;padding: 8px 8px 20px !important;}
.btn-danger, .btn-danger:hover{color:#fff;background-color:#d9534f;border-color:#d43f3a;padding: 8px 8px 20px !important;}
.btn-default, .btn-default:hover { padding: 8px 8px 20px !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;
	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-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: 10px !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;
}

.z-window-content::-webkit-scrollbar-track, .sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.z-west-body::-webkit-scrollbar,
.z-window-content::-webkit-scrollbar {
	width: 1px;
	background-color: #FFF;
}

.form-control {
	height: inherit !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    border: 1px solid lightgray !important;
    border-radius: 0px !important;
}

.form-control-lg {
    padding: 4px 8px !important;
    font-size: 14px !important;
    border: 1px solid lightgray !important;
    border-radius: 4px !important;
    height: 40px;
    margin-top: 2px;
}

.select-lg {
	height: 40px;
	width: 95%;
	font-size: 14px !important;
    margin-top: 2px;
}

.select-lg .z-combobox-button, .select-lg .z-combobox-input, .select-lg .z-bandbox-input, .select-lg .z-bandbox-button {
	height: 40px !important;
}

.select-lg .z-combobox-input, .select-lg .z-bandbox-input {
	border-radius: 4px 0 0 4px;
	cursor: pointer;
}

.select-lg .z-combobox-button,.select-lg .z-bandbox-button {
	border-left: 0;
	border-radius: 0 4px 4px 0;
	padding-top: 10px;
}

.select-lg .z-combobox-button:hover {
	background: none;
}

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;
    font-weight: lighter;
    font-size: x-small;
}

.p-6 {
	padding:6px !important;
}

.z-window-header {
    font-family: inherit;
    padding: 3px 0 5px 16px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background: #e9e9ea;
}

.z-east-splitter, .z-west-splitter, .z-north-splitter, .z-south-splitter {
    width: 3px;
}

.z-nav-content, .z-navitem-content {
    height: 40px;
}

.bg-white {
    min-height: 350px !important;
}

.input-group-addon {
    border-radius: 3px 0 0 3px !important;
}

.z-listbox, .z-grid {
    border-radius: 4px;
}

.z-listheader {
    border-left: none;
}

.p-10 {
	padding: 10px;
}

.block {
	display: block;
}

.z-bandbox > .z-listbox-emptybody {
	height: 70px;
}

.btn-white, .btn-white:hover {
    background: #fff;
    color: black;
    padding: 8px 4px 20px !important;
}

.z-comboitem {
    padding: 8px 5px;
}

.view-btn {
	border: 1px solid;
	border-radius: 4px;
	padding: 5px 8px;
	margin: 0 6px;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-body {
    padding: 10px;
    margin-bottom: 10px;
}

.card-footer {
    padding: 10px;
    margin-bottom: 10px;
}

.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.number {
	color: #7cb5ec;
}

.bread-crumb {
    padding: 8px 15px;
}

.p-0 {
    padding: 8px 0;
}

.btn {
	border-radius: 3px !important;
    min-height: 32px;
}

.input-group-append > .btn {
	border-radius: 0px !important;
	background: #FFF;
    color: #1fc0f3;
    border-left: none !important;
}

.form-group > .z-label {
    color: black;
}

.z-textbox, .z-combobox, .z-bandbox, .z-datebox, .z-timebox, .z-spinner, .z-doublespinner, .z-radiogroup, .z-doublebox {
	min-height: 28px;
}

.bg-gray-100 {
    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;
}
.z-button {
	border: 1px solid #a0bed0 !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;
}

.popup {
    background: #feffff4f;
    border: 0px solid #dcdcdc;
}

.required::after { content: "*"; color: red; padding: 3px; }

.review-btn {
	min-width: 25px !important;
    max-height: 25px !important;
    padding: 0 5px !important;
}

.p-3 {
    padding: 28px;
    padding: 3rem;
}

.dash-image {
	width: 26%;
    margin-right: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-img {
	width: auto;
    max-width: 100%;
    height: auto;
    max-height: 105px;
    min-height: 105px;
}

.down-btn {
	margin-top: 12px;
}

.down-btn-sm {
	font-size: 8px;
    padding: 3px !important;
    min-height: 25px !important;
}

.z-row-content .z-label{
	display: table-header-group;
}

.z-paging-button {
    border: none !important;
    background: transparent;
}

.z-paging-input {
    border: none;
    text-align: center;
}

.z-paging {
    border-bottom: none;
}

i.fa.fa-times.pr-4 {
    padding-right: 4px;
}

.input-group-append > .btn.icon {
	margin: 0;
    max-width: 30px !important;
    min-width: 35px !important;
}

.p-20 {
    padding: 20rem 0;
}

.header-icon {
    margin: 20px;
}

.large-icon {
    font-size: xx-large;
}