.bodylogin {
	background-color: #FFFFFF;
}

body {
	background-color: #EFF3F5;
	background-color: #FFFFFF;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
}

.font-std {
	font-size: 10px;
}

.font-delete {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.font-disabled {
	color: #808080;
}

.font-login {
	font-size: 20px;
	color: #C0C0C0;
	margin-bottom: 5px;
}

.font-medium {
	font-size: 12px;
}

.font-medium-grey {
	font-size: 14px;
	color: #B8B8B8;
}

.font-small {
	font-size: 8px;
}

.font-smaller {
	font-size: 8px;
}

.font-menu {
	font-size: 14px;
}

.font-highlight {
	color: blue; //3B5998
}

.font-footer {
	font-size: 10px;
	color: #808080;
}

.font-print {
	font-family: "Courier";
	font-size: 8px;
}

.font-header {
	font-size: 20px;
	//color: #000f99;
	color: #8E44AD;
	font-family: Tahoma, Arial;
}

.font-header-white {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Arial;
}

.font-headerhome {
	font-size: 36px;
	color: #000f99;
	font-family: Tahoma, Arial;
}

.font-headerhome-medium {
	font-size: 20px;
	color: #000f99;
	font-family: Tahoma, Arial;
}

.font-big {
	font-size: 20px;
	margin-bottom: 5px;
}

.font-std-big {
	font-size: 20px;
}

.font-std-bigger {
	font-size: 22px;
}

.font-big-grey {
	font-size: 15px;
	margin-bottom: 5px;
	color: #B8B8B8;
}

.font-error {
	color: #FF0000;
}

.btn-std {
	width: 70px;
	font-size: 11px;
	padding: 1px 10px;
}

.table-header{
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #A52A2A;
}

.table-row {
	background-color: #FFFFFF;
}

.table-row-alt {
	/*background-color: #DDDDDD;*/
	background-color: #000f99;
}

.table-row-selected {
	background-color: #99FF99;
}

.table-data {
	border-collapse: collapse;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-size: 10px;
	margin: auto; /*table center*/
}

.table-inv {
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 10px;
	margin: auto; /*table center*/
}
.table-inv td {
	font-size: 10px;
	padding: 4px;
}
.table-inv th {
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.subtotal {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 10px;
}

.table-quo {
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 10px;
	margin: auto; /*table center*/
}
.table-quo td {
	font-size: 10px;
	border: 1px solid black;
	padding: 4px;
}
.table-quo th {
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.table-std {
	border-collapse: collapse;
	border: 0px solid black;
	font-size: 10px;
}
.table-std td {
	font-size: 10px;
	border: 0px solid black;
	padding: 1px;
}

.table-data th {
	border-right: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 1px;
}

.table-data td {
	padding: 4px;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.table-form {
	border-collapse: collapse;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	margin: auto; /*table center*/
}

.table-form th {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 1px;
}

.table-form td {
	padding: 4px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.td-data {
	border-collapse: collapse;
	border-right: 1px solid ;
	border-left: 1px solid ;
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	padding: 3px;
	border-spacing: 0;
}

.footer {
	position: fixed;
	left: 0px;
	bottom: 2px;
	height: 10px;
	width: 100%;
}

.table-footer {
	color: #808080;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	width: 99%;
	margin: auto; /*table center*/
}

fieldset { 
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f0;
}

.fieldset {
	background-color: white;
}

.tab {
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
    padding:1px; 
}

.button-small {
	cursor: pointer;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	color: #ffffff;
	background-color: #A569BD;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	border: 1px solid #4A235A;
}

.button-small-delete {
	cursor: pointer;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	color: #ffffff;
	background-color: #E74C3C;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	border: 1px solid #4A235A;
}

.button {
	cursor: pointer;
	width: 80px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	color: #ffffff;
	background-color: #A569BD;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	border: 1px solid #4A235A;
}

.button:hover {
    background-color: #8E44AD;
    color: white;
}

.button-small-delete:hover {
    background-color: #FF0000;
    color: white;
}

.button-small:hover {
    background-color: #8E44AD;
    color: white;
}

.button:disabled {
    //background-color: #D2B4DE;
	opacity: 0.6;
    cursor: not-allowed;
}

.button-small:disabled {
	opacity: 0.5;
    cursor: not-allowed;
}

.button-small-delete:disabled {
	opacity: 0.5;
    cursor: not-allowed;
}

.button-login {
	cursor: pointer;
	width: 250px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	font: 12px "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #3b5998;
	padding: .5em 1.5em .55em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	border: none;
	margin: 1;
}

.button-data {
	cursor: pointer;
	background-color: white;
	border: 1px solid #D8D8D8;
	padding: 2px 2px;
	display: inline-block;
	margin-bottom: 1px;
}

.table-login {
	border-collapse: collapse;
	border-right: 1px solid #000f99;
	border-left: 1px solid #000f99;
	border-bottom: 1px solid #000f99;
	font-size: 12px;
	width: 30%;
	margin: auto; /*table center*/
	padding: 40px;
}

.table-login th {
	border-right: 1px solid #000f99;
	border-left: 1px solid #000f99;
	border-top: 1px solid #000f99;
	border-bottom: 1px solid #000f99;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000f99;
	padding: 4px;
}

.table-login td {
	padding: 4px;
	background-color: #fff;
}

.divlogin {
	margin: 0 auto;
	width: 400px;
	height: 120px;
	text-align: center;
	border: 1px solid #D8D8D8;
	background-color: #E8E8E8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	border-radius: 5px;
	padding: 5em 1.5em 5em;
}

.icon-menu {
	width: 100px;
	height: auto;
}
	
.table-notification {
	margin: 0 auto;
	width: 60%;
	font-size: 10px;
}

.divlogout {
	margin: 0 auto;
	width: 400px;
	height: 30px;
	text-align: center;
	border: 1px solid #D8D8D8;
	background-color: #E8E8E8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	border-radius: 5px;
	padding: 5em 1.5em 5em;
}

.ui-dialog { z-index: 1000 !important ;}

textarea {
   font-family: inherit;
   font-size: inherit;
}

input[type=button] {
   cursor: pointer;
}

div#footer {
	height: 50px;
    background:url(scripts/images/images/main-bg.png) ;
	background-size: 100% 100%;
	width: 80%;
	margin : 0 auto;
	text-align: center; color:#FFFFFF; font: 12px Verdana;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
div#footer2 {
    height:50px;
    background:url(scripts/images/images/main-bg.png) ;
	background-size: 100% 100%;
	width: 80%;
	margin : 0 auto;
	text-align: center;
	color:#FFFFFF;
	font: 12px Verdana;
	position: fixed;
	left:0px;
	right:0px;
	bottom:0px;
}

.table-menu-header {
	margin: 0 auto;
	width: 80%;
	font-size: 10px;
}

@media only screen and (max-device-width: 480px){
	.font-std {
		font-size: 6px;
	}
	.font-big-grey {
		font-size: 10px;
		margin-bottom: 5px;
		color: #B8B8B8;
	}
	.font-headerhome-medium {
		font-size: 10px;
		color: #000f99;
		font-family: Tahoma, Arial;
	}
	.divlogin {
		margin: 0 auto;
		width: 80%;
		height: 120px;
		text-align: center;
		border: 1px solid #D8D8D8;
		background-color: #E8E8E8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
		border-radius: 5px;
		padding: 5em 1.5em 5em;
	}	
	.divlogout {
		margin: 0 auto;
		width: 400px;
		height: 30px;
		text-align: center;
		border: 1px solid #D8D8D8;
		background-color: #E8E8E8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
		border-radius: 5px;
		padding: 5em 1.5em 5em;
	}
	.table-menu-header {
		margin: 0 auto;
		width: 95%;
		font-size: 10px;
	}	
	.table-data {
		width: 95%;
		border-collapse: collapse;
		border-top: 1px solid #D8D8D8;
		border-right: 1px solid #D8D8D8;
		border-left: 1px solid #D8D8D8;
		border-bottom: 1px solid #D8D8D8;
		font-size: 10px;
		margin: auto; /*table center*/
	}	
	.table-notification {
		margin: 0 auto;
		width: 95%;
		font-size: 6px;
	}	
	.icon-menu {
		max-width: 50px;
		height: auto;
	}	
}