@CHARSET "UTF-8";

@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	font-family: 'Roboto' !important;
	/*background-image: url("../images/lll.png"); */
	background-repeat: no-repeat;
    background-origin: content-box;
    background-color: #EEEEEE;
}

div.loginFormStyle {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-top: 250px;
}

.lblTitle {
	font-family: 'Roboto';
	font-weight: bold;
	color: #AE1F23;
	font-size: 1.5em;
}

.lblSmall {
	font-family: 'Roboto';
	font-weight: bold;
	color: #AE1F23;
	font-size: 0.9em;
}

.lblSmaller {
	font-family: 'Roboto';
	color: #AE1F23;
	font-size: 0.8em;
}

/* Customize font family */
.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: normal;
    color: #AE1F23;
}

.z-menu-text, .z-menuitem-text {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	line-height: 16px;
	text-shadow: 0 1px #e4cbcb;
}

.z-select {
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 12px;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input {
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	height: 24px;
	border: 1px solid #8fb9d0;
	border-right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	margin: 0;
	padding: 4px 5px;
	line-height: 14px;
	background: #fff;
}

.z-panel-header {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #00547a;
	border: 0;
	padding: 3px 0 5px 0;
	line-height: 24px;
	background: #b6e1ea;
	overflow: hidden;
	zoom: 1;
}

.z-auxheader-content {
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #00547a;
	padding: 4px 5px 3px;
	line-height: 24px;
	overflow: hidden;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	min-height: 24px;
	border: 1px solid #8fb9d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 4px 5px 3px;
	line-height: 14px;
	background: #fbffc6;
}
/* End Customize font family */

/* Customize Grid  odd and even on hilight */
/*
tr.z-grid-odd td.z-row-inner, tr.z-grid-odd .z-cell, tr.z-grid-odd {
	background: white
}
tr.z-row td.z-row-inner, tr.z-row .z-cell {
	background: white;
	border-top: none;
	border-left: 1px solid white;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
}

.no-highlight tr.z-grid-odd td.z-row-inner, tr.z-grid-odd .z-cell, tr.z-grid-odd, .no-highlight tr.z-row-over > td.z-row-inner {
	background: white;
}
*/
/* Customize Grid  odd and even on hilight */


.z-temp, .z-modal-mask {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: absolute;
    top: 0;
    left: 0;
}

.shrink {
	width: 180px;
}

.shrink .z-menuitem-img{
     background-size:24px 24px;
}

.z-menu-image, .z-menuitem-image{
    max-width: 24px;
    margin-right: 3px;
}
