body{
	margin:0px;
	padding:0px;
	font-family: 'Sans-serif', 'Trebuchet MS';
	height: 100%;
	width: 100%;
	font-size: 12pt;	
	background-color:white;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.vx_center {
	width: calc(100%-10px);
	height: calc(90%);
	margin:50px auto;
	padding: 5px;
	text-align: center;
	/*background-color:white;*/
	background-color: "#008577";
}

.vx_loginscreen {
	width: auto;
	height: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin:0;
	color: #fff;/* #0099aa*/;
	background-color: #008577/* white*/;
	font-family: 'Sans-serif', 'Trebuchet MS';
	/*
	border: 1px solid #0099aa;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.24),3px 3px 6px 0 rgba(0,0,0,0.19);	
	border-radius: 10px;
	*/
}

.vx_logintext{
	height: 36px;
	width: 250px;
    padding: 5px 10px;
    margin: 4px 0;
	font-size: 12pt;
    box-sizing: border-box;
    border: 1px solid #0099aa;
    border-radius: 3px;
	color: #0099aa;
	/*box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.24),1px 1px 1px 0 rgba(0,0,0,0.19);*/
}
.loginbutton, .loginbutton:focus {
    background-color: #0088cc;
    border: 1px solid #007b95;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	width: 250px;
    display: inline-block;
    font-size: 11pt;
    cursor: pointer;
    border-radius: 30px;
	/*box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.24),1px 2px 2px 0 rgba(0,0,0,0.19);*/
}

.loginbutton:hover {
    background-color: #00aacc;
	border: 1px solid #007788;
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);*/
}
.loginbutton:active {
    border: 1px solid #00bbcc;
    background-color: #00aabb; 
    cursor: pointer;
    border-radius: 30px;
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);*/
}
.check{
	height: 20px;
	width: 20px;
    border: 1px solid white;
}
	
.vx-text {
	font-size: 16pt;
	text-align: left;
	display: block;
	padding-left: 35px;
}
.caption{
	font-size: 10pt;
	text-align: left;
	display : block;
	padding-left: 35px;
}

.vx-status-message{
	color: red;
	font-size: 8pt;
	-webkit-animation: blink 1s step-end infinite;
  	animation: blink 1s step-end infinite;
	text-decoration: blink;
}

.page {
	width: 100%;
	margin:0px 0px;
	font-family: 'Sans-serif', 'Trebuchet MS';
	font-size: 12pt;	
}

input[type="text"]{	
	font-family: 'Sans-serif', 'Trebuchet MS';
	font-size: 12pt;		
}
.page-header {
	position: fixed;
	z-index:1;
	left: 0;
	top: 0;	
	width: 100%;
	background-color:#008577;/* #0088cc;*/
	text-align: center;
	vertical-align: middle;
	color: white;
	height: 60px;
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.24),0px 3px 6px 0 rgba(0,0,0,0.19);
}

/*
.page-header {
	width: calc(100%-10px);
	background-color: #0088cc;
	text-align: center;
	vertical-align: middle;
	color: white;
	height: 60px;
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.24),0px 3px 6px 0 rgba(0,0,0,0.19);
}
*/
.page-contents{
	/*width: calc(100%-10px);*/
	height: auto;
	padding:5px;
	padding-top: 60px;
	font-size: 12pt;	
}
.page-footer {
	/*
	width: calc(100%-10px);
	background-color: white;
	*/
	text-align: center;
	color: grey;
	padding:10px;
}

.vx-dashboard-cate{
	border: 1px solid #dddddd;
    background-color: #eeeeee;
	border-radius: 5px;
	vertical-align: middle;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.vx-dashboard-item{
	display:inline-block;
	font-size: 15pt;
	font-weight: bold;
	color: #0099cc;
	text-align: left;
	padding:10px;
}

.vx-dashboard-value{
	float: right;
	display:inline-block;
	font-size: 15pt;
	font-weight: bold;
	text-align: right;
	padding:10px;
}

.vx-red{
	color: red;
}

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

.vx-resultlist{
	font-family: 'Sans-serif', 'Trebuchet MS';
	border-collapse: collapse;
	background-color: white;
	width: 100%;	
}

.vx-resultlist td{
    border: 1px solid #41c0c7/*#74a95a*/;	
	padding: 10px;
}

.vx-resultlist tr:nth-child(even){background-color: #f2f2f2;}
.vx-resultlist tr:hover {
	background-color: #bbe9ff/*#d1e8ce*/;
	cursor: pointer;
}
.vx-resultlist th {
    border: 1px solid #41c0c7/*#74a95a*/;
	text-align: center;
	background-color: #0088cc/*#3f7a3f*/;
	color: white;
	padding: 10px;
}

.resultitem{
	width: calc(100%-0px);
	background-color: #eeeeee/*#3f7a3f*/;
	border: 1px solid #bbbbbb;
	/*border-radius: 2px;*/
	padding: 3px;
	margin:0;
	font-size: 12pt;
	box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.24),3px 3px 3px 0 rgba(0,0,0,0.10);
}

.salesitem, 
.expenseitem
{
	width: 100%;
	background-color: #eeeeee/*#3f7a3f*/;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	padding: 5px;
	font-size: 12pt;
}

.productitem{
	width: calc(100%-10px);
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	padding: 5px;
	font-size: 12pt;
	color: black;
}

.vx-button, .vx-button:focus {
    background-color: #0088cc;
    border: 1px solid #007b95;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 11pt;
    cursor: pointer;
    border-radius: 30px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.24),1px 2px 2px 0 rgba(0,0,0,0.19);
}

.vx-button:hover {
    background-color: #00aacc;
	border: 1px solid #007788;
	/*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 #00bbcc;
	background-color: #00aabb; /* Green */
	cursor: pointer;
	border-radius: 30px;    
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);*/
}

.vx-back-menu{
	float: left;  
	padding-top: 5px; 
	padding-left:5px; 
	display:inline-block; 
	vertical-align:middle;	
}

.vx-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top:100px;
    height: calc(100%); /* Full height */
}

/* Modal Content */
.vx-modal-content {
    position: relative;
    background-color: #0088cc/*#fefefe*/;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 98%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    overflow: auto; /* Enable scroll if needed */
    /*
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    */
    border-radius: 6px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.vx-close {
    color: white;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
}

.vx-close:hover,
.vx-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.vx-modal-body {
	background-color: while;
	padding: 5px 5px;
	overflow: auto; /* Enable scroll if needed */
	width:auto;
    height: 350px;
}

.vx-modal-header {
	font-weight: bold;	
    padding: 5px 12px;
    color: white;
    border-bottom: 1px solid #dddddd;
}

.vx-modal-footer {
    padding: 10px 10px;
    /*background-color: #0088cc;*/
    color: black;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
}

.vx-button2, .vx-button2:focus {
    background-color: #0088cc;
    border: 1px solid #eee;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	font-size: 10pt;
    cursor: pointer;
    border-radius: 20px;
	/*box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.24),1px 2px 2px 0 rgba(0,0,0,0.19);*/
}

.vx-button2:hover {
    background-color: #00aacc;
	border: 1px solid #007788;
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);*/
}
.vx-button2:active {
    border: 1px solid #00bbcc;
    background-color: #00aabb; /* Green */
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);*/
}

.vx-sidebar{
	position: fixed;
	top:0;
	left:-300px;
	width: 250px;
	z-index:500; 
	background-color:#008577/* #0088cc */;
	transform: .3s;
	height: 100%;
}

.vx-btn-group .vx-mobile-button {
    background-color: #0088cc; /* Green */
    border: 1px solid #0066bb;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	margin: 0;
	min-width: 60px;
    float: left;
}
.vx-btn-group .vx-mobile-button:not(:last-child) {
    border-right: 0; /* Prevent double borders */
}
.vx-btn-group .vx-mobile-button:hover {
    background-color: #0099dd;
}

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

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

.vx-mobile-text {
	font-size: 16pt;
	padding: 5px;
	border: 1px solid #999;
/*	background-color: #efefef;		*/
}

.vx-mobile-text:disabled {
	border: 1px solid #ccc;
/*	background-color: #fefefe;		*/
}

.vx-mobile-text:focus {
	border: 1px solid #07c;
	background-color: rgb(146, 212, 243);		
}

.vx-dashboard{
	border: 1px solid #069ebd; 
	background:#fff;
	width: 100%;
	display: inline-block;
	border-radius:3px;
	padding:0;
	margin-bottom: 8px;
	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: 12pt;
	font-weight: bold;
	background: #069ebd;	
	color: #fff;	
}
.vx-dashboard-item{
	width:calc(33.15%); 
	float: left;
	text-align:center;
	margin: 0;
	padding: 0px;
	background: #fff;
}
.vx-dashboard-item:not(:last-child){
	border-right: 1px solid #bbb; 
}
.vx-dashboard-item-caption{
	width: auto;
	font-size: 10pt; 
	background: #999;
	color: #fff;
	padding:3px 0px;
}
.vx-dashboard-item-value{
	width: auto;
	font-size: 12pt; 
	color: #08c; 
	padding:10px 0px; 
}
/*
* Dashboard List
*/
.dashboard-list {
    font-family:  'Trebuchet MS','Sans-serif';
    border-collapse: collapse;
    background-color: white;
	width: 100%;
	font-size:10pt;
}
.dashboard-list td{
    /*border: 1px solid #bbb;*/
    padding:3px;
}
.dashboard-list tr:nth-child(even){background-color: #edf1f3;}
.dashboard-list tr{
	border-bottom: 1px solid #eceaea;
}

.dashboard-list th {
	padding: 3px;
	text-align: left;
	background-color: #999;
	color: #fff;
    /*border: 1px solid #bbb;*/
}

.vx-floatingpagination {
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index:2;
	color: white;
	text-align: center;
	display:none;
	box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.25), 5px 5px 5px 0 rgba(0, 0, 0, 0.15);	
}
