html, body{
	background-color: #eee!important;
	font-family: Arial,Helvetica,sans-serif,'Sans-serif';
}

/* width */
::-webkit-scrollbar {
	width: 7px;
}
  
  /* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 4px;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
	background: #bbb; 
	border-radius: 7px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #666; 
}

.vx-bodybg{
	background-color: #eee!important;
}

.vx-required-item {
	border-left: 5px solid #f00;
}

.vx-infotag{
	border-left: 8px solid #FB9902;
	background-color: #F7E9D4;
	color: #555!important;
	font-style: italic;
	padding: 3px;
	margin: 3px;
	border-radius: 50px 5px 5px 50px / 20px 5px 5px 20px;
}

.vx-select option[mode='1']{
	background-color: #eee;
}

.vx-select option[mode='0']{
	background-color: #fff;
}

.vx-fixtopmenu{
	position: fixed; 
	z-index: 100; 
	width:   100%;
	top:0;
	left:0;
}
.vx-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:2}
/*
.w3-bar-block .w3-bar-item {
	padding: 10px;
	font-weight: bold;
	color: #616161;
}
*/
.vx-text-italic {
	font-style: italic;
}

.vx-text-bold {
	font-style: bold;
}

.vx-text-linethrough{
	text-decoration: line-through;
}

.vx-googleicon-m {
	font-size: 16pt;
	vertical-align: middle; 
}
.vx-googleicon-s {
	font-size: 12pt;
	vertical-align: middle; 
}

.vx-padding-xsmall{
	padding: 2px 4px;
}

.vx-input-padding{
	padding: 1px 0px!important;
	margin: 0px 0px!important;
}

.vx-form:required{
	border: 1px solid red;
}

.vx-select{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}

.vx-select[multiple] option{
	padding: 5px;
}

.vx-popup-border-coral{
	border-left: 12px solid coral; 
	border-top: 2px solid coral; 
	border-bottom: 2px solid coral; 
	border-right: 2px solid coral; 
}
.vx-popup-border{
	border-style: solid;	
	border-left-width: 12px; 
	border-top-width: 2px; 
	border-bottom-width: 2px; 
	border-right-width: 2px; 
}
.vx-smallheight td, .vx-smallheight th{
	padding: 4px 8px !important;
}
.vx-numeric-font{font-family: 'Trebuchet MS'!important;}
.vx-tabround,.vx-top-round{ border-radius:4px 4px 0px 0px;}
.vx-bottom-round{ border-radius:0px 0px 4px 4px;}
.vx-card{box-shadow:0 0 0 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12)}
.vx-top-shadow{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}

.vx-message-input{
	border:0; 
	border-radius: 30px;
	padding: 5px 12px;
	font-size: 18px;
	/*color: inherit;*/
	width: 100%;
}

.vx-message-input2{
	border:0; 
	border-radius: 30px;
	padding: 2px;
	/*color: inherit;*/
	width: 100%;
}

.vx-input-flat{
	border:0; 
	padding: 2px;
	font-size: 18px;
	width: 100%;
}

.vx-messageiconcolor-me {
	color: #c2f76d;
}

.vx-messagebubble-me {
	position: relative;
	background: inherit;
	color: inherit;
	border-radius: 5px;
}

.vx-messagebubble-me:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: inherit;
	border-right: 0;
	border-top: 0;
	margin-top: 3px;
	margin-right: -6px;
}

.vx-messagebubble-you {
	position: relative;
	background: inherit;
	border-radius: 5px;
}

.vx-messagebubble-you:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: inherit;
	border-left: 0;
	border-top: 0;
	margin-top: 3px;
	margin-left: -6px;
}

/*.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}*/
fieldset{border:1px solid #c0c0c0;margin:0 2px;border-radius:2px}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
.vx-arrow{ 
     width: 0;
     height: 0;
     border-top: solid 12px transparent;
     border-right: solid 12px transparent;
     border-bottom: solid 12px transparent;
     border-left: solid 12px blue;
	background-color:transparent;
}

@media(max-width:768px){.vx-dialog-width{width:75%}}
@media(min-width:769){.vx-dialog-width{width:650px}}
.vx-mainpage {
	display: block;
	position: absolute;
	left:0;
	top: 58px;
	bottom: 50px;
	width: 100%;
	height: auto;
	margin: 0;
}


.vx-table-sortable > thead > tr > th {
	position: relative;
    cursor: pointer;
	vertical-align: middle;
	border: inherit;
}

.vx-table-sortable > thead > tr > th:after {
	position: absolute;
	right: 3px;
	/*content: "unfold_more";*/
	content: " ";
	font: 18px "Material Icons";
	color: #ccc;
}

.vx-table-sortable > thead > tr > th:hover:after {
	content: "unfold_more";
	color: #666;
}

.vx-table-sortable > thead > tr > th.asc:after {
	content: "expand_less";
	color: #333;
}
.vx-table-sortable > thead > tr > th.asc:hover:after {
	color: #888;
}

.vx-table-sortable  thead > tr > th.desc:after {   
	content: "expand_more";
	color: #333;
}

.vx-table-sortable  thead > tr > th.desc:hover:after {
	color: #888;
}

.vx-table-fixedheader { overflow-y: auto; height: 30px; }
.vx-table-fixedheader > thead > tr > th { 
	position: sticky; 
	top: 0;
	background: inherit;
	color: inherit;
	border: inherit;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.vx-top-right {
	position: absolute;
	top: 8px;
	right: 1px;
}

.vx-container{
	width: 100%;
	background:white;
	width: 400px;
	position: relative;
}

.vx-timeline {
	position: relative;
	margin-left: -65px;
}

.vx-timeline li{
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 28px 5px 5px 30px;
}

.vx-timeline ul:nth-child(1){
	color: #4caf50;
}

.vx-timeline li:after{
	text-transform: lowercase;
	font-weight: bold;
	font: 18px "Material Icons";
	content: "check";
	width: 25px;
	height: 25px;
	border: 3px solid #4caf50;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 20px;
	background: #F1F1F1;
	color: #ccc;
	top: 0px;
	left: 50%;
	position: absolute;
	z-index:2;
}

.vx-timeline li:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: grey;
	top: 12px;
	left: -50%;
	z-index:1;
}

.vx-timeline li:first-child:before{
	content: none;
}
.vx-timeline li.active{
  	color: #4caf50;
}

.vx-timeline li.active:before{
 	background: #4caf50;
  	color: #F1F1F1;
}
.vx-timeline li.active:after{
	background: #4caf50;
	 color: #F1F1F1;
}

.vx-timeline li.active + li:before{
  	background: #4caf50;
}

.vx-file-wrapper{
    height:20px;
    width:20px;
    position:relative;
    
    display:flex;
    justify-content:center;
    align-items: center;  
}

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