
html, 
body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Candara, Verdana, Arial, sans-serif;
	font-size: 13px;
}

.vx-font{
	font-family: Helvetica, Candara, Verdana, Arial, sans-serif;
}


.legal {
	font-family: Helvetica, Candara, Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	color: #666666;
}

.main{
	font-family: inherit;
	height: auto;
	width: 100%;/*calc(100% - 160px)*/;
	background-color: white;
	border-collapse: collapse;
	border:0;
	border-spacing: 0px;
	padding: 0;
	margin: 0;
}

.vx-fixtopmenu{
	position: fixed; 
	z-index: 1; 
	width:   100%;
	top:0;
	left:0;
}

.vx-subtitle{
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: white;
	display: block;
	padding: 20px 20px;
	/*margin: 0px 0px 0px 0px;*/
	background-color: #0088cc/*#327a29 / #538553*/;
	box-shadow: 1px 0px 0px 0 rgba(0, 0, 0, 0.25), 1px 8px 15px 0 rgba(0, 0, 0, 0.23);
}

.content{
	display: block;
	position: absolute;
	left:0;
	top: 75px;
	width: 100%;
	height: auto;
	margin: 0;
	background-color: white;
}

.vx-contentpanel{
	padding: 0px 10px;
	width: auto;
	margin:auto;
}

.topmenu{
	margin: auto;
	height: 15px; 
	border: 0px;
}
.leftpanel{
	height: 100%;
	width: 140px; 
	vertical-align:top;
}

.vx-overlay{
	position:fixed;
	z-index:2;
	top:0;
	left:0; 
	width: 100%;
	height: 100%;
	cursor:pointer;
	display: none;
    background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.vx-sidebar{
	position:fixed;
	z-index:5; 
	top: 0px;	
	left: -200px;
	width: 180px;
	height: 100%;
	overflow: auto;
	background-color:#0088cc;
	transform: .3s;
}

a:link{
    color: #0088cc;
    text-decoration: none;
}
a:active{
    color: #0088cc;
    text-decoration: none;
}

a:visited{
    color: #0088cc;
    text-decoration: none;
}

a:hover{
    color: #ff0000;
	text-decoration: none;
	cursor: pointer;
}

a.menu:link, a.menu:visited {
	background-color: #0088cc/*#83b183/*#444444*/;
	display: block;
	color: white;
	text-align: left;
	font-weight: bold;
	width: auto;
	padding: 8px;
	line-height: normal;
	border-bottom: 1px solid #0099dd;	
}

a.menu:hover, a.menu:active {
    background-color: #0077bb!important;/*017cb9;*/
	/*box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2), 1px 2px 2px 0 rgba(0, 0, 0, 0.19);*/    
}

.menuicon {
	float: left;
	width: 32px; 
	margin-top: -2px;
	font-size: 12pt;
}

.footer{
	clear: both;
	height: 10px;
	display:hide;
	
}


a.btn:link, a.btn:visited {
    background-color: #37823c;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #8cce8f;
    margin-bottom: 3px;
}
a.btn:hover, a.btn:active {
	background-color: #3877c2;
    border-radius: 2px;
	border: 1px solid #8bb0de;
	color: white;
}

.vx-button,.vx-button:focus {
    background-color: #0088cc/*#008000*/; 
    border: 1px solid #007b95/*#44a64b*/;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 10pt;
    margin: 3px 3px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.vx-button:hover {
    background-color: #00aacc/*#008c00*/; 
	border: 1px solid #009abb/*#008800*/;
    color: white;
    font-weight: bold;
	box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);	
}
.vx-button:active {
    border: 1px solid #00aaaa/*#295f2e*/;
    background-color: #00bbbb; /* Green */
	box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);
}
/*
* Main List
*/
.resultlist {
/*	font-family: 'Verdana', 'Trebuchet MS','Sans-serif';*/
	border-collapse: collapse;
	background-color: white;
	min-width: 600px;
	width: 100%;
	color: #333;
	font-size: 12pt;
	margin:0;
	/*display:block;*/
}
.resultlist td,
.resultlist th{
	padding: 5px 10px;
	text-align: left;
}

.resultlist tr:nth-child(odd){background-color: #edf1f3;}
.resultlist tr:active {
	background-color: #8dd7fa/*#d1e8ce*/;
}
.resultlist tr{
    border-bottom: 1px solid #ddd;
}

.resultlist th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #0088cc/*#3f7a3f*/;
	color: white;
}

/*
/*Form List for New Item
*/
.form-list {
/*	font-family: 'Verdana', 'Trebuchet MS','Sans-serif';*/
	font-family: inherit;
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    font-size: 9pt;
}
.form-list td {
    padding: 2px 2px;
    text-align: left;
}

.form-list tr{
    border-bottom: 1px solid #ddd;
}

.form-list th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #0088cc;
	/*background: linear-gradient(#539953,#538553);*/
	color: white;
}
.form-list tr:nth-child(odd){background-color: #edf1f3;}


.pllist {
/*	font-family: 'Verdana', 'Trebuchet MS','Sans-serif';*/
    border-collapse: collapse;
    background-color: white;
    width: 100%;
	font-size: 9pt;
	cursor: pointer;
}
.pllist tr{
    border-bottom: 1px solid #ddd;
}
.pllist td{
    padding: 2px 2px;
    text-align: left;
}
.pllist tr:hover {
	background-color: #8dd9fc;
	/*opacity: 0.7 ;*/
}
.pllist th {
	padding:5px;
	text-align: left;
	background-color: #0088cc;
	/*background: linear-gradient(#539953,#538553);*/
	color: white;
}


.contactlist {
/*	font-family: 'Verdana', 'Trebuchet MS','Sans-serif';*/
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    font-size: 9pt;
}
.contactlist td, .contactlist th {
    border: 1px solid #2d69a6;
    padding: 2px;
    text-align: left;
}
.contactlist tr:nth-child(even){background-color: #f2f2f2;}
.contactlist tr:active {background-color: #cbe4e4;}
.contactlist th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background-color: #78a9da;
	/*background: linear-gradient(#339999,#335555);*/
	color: white;
}

.vx-table-fullwidth{
    width: 100%;
}

.vegitem{
	width: calc(100% - 6px); 
	background-color: #0088cc; 
	color: white;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	margin: 0;
    border: 1px solid #20b7ff/*#adc2ad*/;
    border-bottom: hidden;
}
/*
.ui-dialog-titlebar-close {
    visibility: hidden;
}
*/
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}
.no-close .ui-widget-header{
	background-color:#0086bbe5;
}

.no-close .ui-dialog-titlebar{
	color: #fff;
	padding: 3px 10px;
	margin: 0;
	border: 0;
	border-radius: 0;
	/*
	background: #0086bbe5;
	margin-left: -2px;
	margin-top: -2px;
	margin-right: -2px;
	*/
}

.vx-box-shadow{
	box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2), 3px 3px 6px 0 rgba(0, 0, 0, 0.19);
}

.vxmenu{
	float:left; 
	margin: 0px 5px;
	padding-top: 3px;
}
.dlgbtn {
	border: 0;   
	width: 100%;
	border-top: 1px solid #e1e1e1; 
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);	*/
}

.vx-logo{
	margin-left:10px; 
	margin-top: -15px; 
	padding-bottom: 10px;	
}

.vx-text{
	/*height: 20px;*/
	border-radius: 3px;
	font-family: inherit!important;
	padding: 4px;
	background-color: #fff/* rgb(244, 248, 222)*/;
	border: 0px;
    border-bottom: 1px solid #e1e1e1;
	margin: 1px 0px;
}
.vx-text:disabed{
	border-bottom: 1px solid #999;
    background-color: #ddd;
}

.vx-text:read-only{
	border-bottom: 1px solid #999;
    background-color: #eee;
}

.vx-text:-moz-read-only{
	border-bottom: 1px solid #999;
    background-color: #ddd;
}

.vx-text:focus{
    border-bottom: 1px solid grey;
    background-color: #f8f4ce;
}
.vx-align-left{
	float: left;
}
.vx-focus:focus{
    border: 1px solid #0088cc;
    /*background-color: #98ecf7;*/
}

.vx-text-right{
	text-align: right;
}
.vx-text-center{
	text-align: center;
}

.vx-circle-button{
    background-color: #0088cc/*#333333*/;
    border: 1px solid #007cb9;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 0px;
	cursor: pointer;
	height: 26px;
	width: 26px;
	border-radius: 13px;
	/*-webkit-border-radius: 10px;*/
}

.vx-circle-button:hover {
    border: 1px solid #15b4ff;/*#333333;*/
	box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);
}
.vx-circle-button:active {
    background-color: #008c00;
    border: 1px solid #006c36;
	box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);
}

.vx-circle{
	padding: 0px;
	cursor: pointer;
	height: 26px;
	width: 26px;
	border-radius: 13px;
}

.vx-circle:hover {
    border: 1px solid #333333;
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);*/
}
.vx-circle:active {
    background-color: #00bbbb;
    border: 1px solid #00a8a8;
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);*/
}

.selected{
	background-color: #79d3ff;
}

.summary{
    border-collapse: collapse;
    background-color: white;
    min-width: 500px;
    width: 100%;
    font-size: 9pt;	
    border:0;
    padding:0;
    margin:0;
}

.vx-button-width{
	min-width: 80px;
}

.vx-dashboard{
	border: 1px solid #069ebd; 
	background:#fff;
	min-width: 550px;
	border-radius:3px;
	float: left;
	margin: 5px;
	padding:0;
	box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.25), 5px 5px 5px 0 rgba(0, 0, 0, 0.12);	
}
.vx-dashboard-title{
	padding:5px 10px; 
	border-bottom:1px solid #069ebd; 
	font-size: 120%;
	font-weight: bold;
	background: #069ebd;	
	color: #fff;
	text-align:left;
}
.vx-dashboard-item{
	width:calc(33.19%); 
	float: left;
	text-align:center;
	margin: 0;
}
.vx-dashboard-item:not(:last-child){
	border-right: 1px solid #a9a9a9; 
}
.vx-dashboard-item-caption{
	width: auto;
	font-size: 10pt; 
	background: #999;
	color: #fff;
	padding:3px 0px;
}
.vx-dashboard-item-value{
	width: auto;
	font-size: 15pt; 
	color: #08c; 
	padding: 20px 0px;
}

/*
* Dashboard List
*/
.dashboard-list {
/*	font-family: 'Verdana', 'Trebuchet MS','Sans-serif';*/
	font-family: inherit;
	font-size: 11pt; 
    border-collapse: collapse;
    background-color: white;
	width: 100%;
	border-radius:3px;
}
.dashboard-list td{
    border: 0/*1px solid #a9a9a9*/;
    padding:3px 8px;
}
.dashboard-list tr:nth-child(even){background-color: #edf1f3;}
.dashboard-list tr{
	border-bottom: 1px solid #eceaea;
}
.dashboard-list th {
	padding: 5px;
	text-align: left;
	background-color: #999;
	color: #fff;
    /*border: 1px solid #a9a9a9;*/
}


.vx-red{
	color: red;
}

.vx-normal{
	color: #0099cc;
}

.vx-checkbox{
	color: #0088cc;
	border-color: #0088cc;
}

.viewlist {
/*	font-family: 'Verdana', 'Trebuchet MS','Sans-serif';*/
	font-family: inherit;
    border-collapse: collapse;
    background-color: white;
}
.viewlist tr:nth-child(even){background-color:#eee;}
.viewlist tr:last-child{background-color:#fff;}
.viewlist th{
	background-color: #e3f3f8;
	padding:5px 2px;
}
.viewlist td{
	padding:5px 2px;
}

.settingtab{
	cursor:pointer;
	font-size:12pt; 
	padding: 5px 5px 5px 10px; 
	width:auto; 
	color: #fff; 
	background-color: #666;
}
/*
.settingtab .active{
	background-color: #069ebd;
}
*/

.vx-btn-group .vx-btn{
    background-color: #eee; /* Green */
    border: 1px solid #ddd;
    color: #666;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	cursor: pointer;
	margin: 0;
	min-width: 40px;
    float: left;
}
.vx-btn-group .vx-btn:not(:last-child) {
    border-right: 0; /* Prevent double borders */
}

.vx-btn-group .vx-btn:hover {
    background-color: #0088cc;
	color: #fff;
	border-color: #0099cc;
}

.vx-btn-group .vx-btn:active {
    background-color: #0066bb;
}

.vx-btn-group .vx-btn:first-child {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;

}
.vx-btn-group .vx-btn:last-child {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.vx-selectmenu{
	position: relative;
	text-align:left;
	padding: 3px;
	color: white;
	background: #069ebd;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	border: 1px solid #0490ac;
	border-radius: 2px;
/*	box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.25), 2px 2px 2px 0 rgba(0, 0, 0, 0.10);*/
}
.vx-selectmenu:hover{
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.025), 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.vx-selectmenulabel {position:relative}
.vx-selectmenulabel::after{
	position:absolute;
	content: "\f0d7";
	font:16px "FontAwesome";
	color:#fff;
	right: 15px; top: 0px; 
	pointer-events:none;
}

.vx-selectmenulabel:hover::after{
	color:#027575;
}

.vx-ui-select {
	background: #f6f6f6;
    position: relative; 
	padding:4px;
	font-family: inherit;
	color: #555555;
	margin: 0px;
	border: 1px solid #c5c5c5;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	padding-right: 25px;
	border-radius: 3px;
	text-overflow: ellipsis;
	font-size: inherit;
}
.vx-ui-select::before{
	background: #f6f6f6;
}
.vx-ui-select::after{
	background: #f6f6f6;
}
.vx-ui-selectwrap{
    position: relative; 
	background: #f6f6f6;
}
.vx-ui-selectwrap::after{
    position: absolute; 
	cursor:pointer;
	pointer-events: none;
	content: "";
	top: 50%; 
	right: 10px; 
	width:0px;
	height:0px; 
	margin: -2px 0 0 0; 
	border: 5px solid transparent;
	border-top: 5px solid #555; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.vx-ui-select {padding-right:18px}
}

.vx-file-wrapper{
    position:relative;    
	height:64pt;
	width:64pt;
    justify-content:center;
    align-items: center;  
}

.vx-file-upload {
	height:64pt;
	width:64pt;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}

.vx-table-number {
	font-family: Candara;
	font-size: 13pt;
	text-align: right;
}

.vx-select {
	padding:4px;
	font-family: inherit;
	color: #555555;
	margin: 0px;
	background: #f6f6f6;
	border: 1px solid #c5c5c5;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	padding-right:25px;
	border-radius: 3px;
	text-overflow: ellipsis;
	font-size: inherit;
}
.vx-select::after{
	background: #eee;
	color: #555;
}

.vx-label {position:relative}
.vx-label::after {
	position:absolute;
	pointer-events:none;
	content: "\f0d7";
	font-size: inherit;
	font-family:"FontAwesome";
	color:#555555;
	right: 15px; top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.vx-select {padding-right:18px}
}
.vx-overflow {
	max-height: 200px;
}