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

/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
  
  /* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 4px;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
	background-color: #aaa; 
	border-radius: 8px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: #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:769px){.vx-dialog-width{width:650px}}

@media(max-width:640px) {
	.vx-mainpage {
		display: block;
		position: absolute;
		left:0;
		top: 92px;
		width: 100%;
		height:100%;
		margin: 0;
	}

	.vx-topbar-padding {
		padding-top: 32px;
	}

	.vx-bottombar-padding{
		padding-bottom: 24px;
	}

	.vx-bottombar {
		bottom: 78px;
	}
}

@media(min-width:641px){
	.vx-mainpage {
		display: block;
		position: absolute;
		left:0;
		top: 64px;
		width: 100%;
		margin: 0;
	}	
	.vx-topbar-padding {
		padding-top: inherit;
	}

	.vx-bottombar-padding{
		padding-bottom: inherit;
	}

	.vx-bottombar {
		bottom: 58px;
	}
}


.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;
}

.carousel-indicators button {
    width: 10px!important;
    height: 10px!important;
    border-radius: 100%;
    background-color: #c1c1c1!important;
}

.overflow-x{
	overflow-x:auto;
}

.overflow-x{
	overflow-y:auto;
}

.vx-modal-container{
	width:50%; 
	max-width:600px; 
	min-width:340px;
}

.vx-hover:hover {
	background-color:rgba(0, 0, 0, 0.05);
}

.vx-theme, .vx-theme-blue {
	background-color: #fff!important;
	color: #00338d!important;
}

.vx-text-theme,.vx-text-blue{
	color: #00338d!important;
}

.vx-text-mediumblue{
	color: #005eb8!important;
}

.vx-text-lightblue{
	color: #0091da!important;
}

.vx-text-green{
	color: #00a3a1!important;
}

.vx-text-violet{
	color: #483698!important;
}

.vx-text-purple{
	color: #470a68!important;
}

.vx-text-lightpurple{
	color: #6d2077!important;
}


.vx-bg-blue {
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-highlight-theme{
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-bg-mediumblue{
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-bg-lightblue{
	background-color: #0091da!important;
	color: #fff!important;
}

.vx-bg-green{
	background-color: #00a3a1!important;
	color: #fff!important;
}

.vx-bg-violet{
	background-color: #483698!important;
	color: #fff!important;
}

.vx-bg-purple{
	background-color: #470a68!important;
	color: #fff!important;
}

.vx-bg-lightpurple{
	background-color: #6d2077!important;
	color: #fff!important;
}

.vx-border-lightgrey{
	border-color: #f1f1f1!important;
}

.vx-hover-theme:hover {
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-hover-theme-mediumblue:hover {
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-hover-theme-lightblue:hover {
	background-color: #0091da!important;
	color: #fff!important;
}

.vx-btn-blue {
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-btn-blue:hover{
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-btn-mediumblue {
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-btn-mediumblue:hover{
	background-color: #0091da!important;
	color: #fff!important;
}

.vx-btn-lightblue {
	background-color: #0091da!important;
	color: #fff!important;
}

.vx-btn-lightblue:hover{
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-btn-outline-blue {
	color: #00338d;
	border-color: #00338d;
}
.vx-btn-outline-blue:hover {
	color: #fff;
	border-color: #00338d;
	background-color: #00338d;
}

.vx-btn-outline-mediumblue {
	color: #005eb8;
	border-color: #005eb8;
}
.vx-btn-outline-mediumblue:hover {
	color: #fff;
	border-color: #005eb8;
	background-color: #005eb8;
}

.vx-btn-outline-lightblue {
	color: #0091da;
	border-color: #0091da;
}
.vx-btn-outline-lightblue:hover {
	color: #fff;
	border-color: #0091da;
	background-color: #0091da;
}

.vx-ribon {
	position: relative;
	width: 100px;
	background-color: red;
	padding: 4px;
	margin-bottom: 4px;
	text-align:center;
	color: #fff;
}

.vx-ribon:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -16px;
	left: 0;
	border-style: solid;
	border-color: red transparent transparent transparent;
	border-width: 16px 45px 0px 45px;
	z-index: 1;
  }

/* Padding spacing*/
.vx-p-0 {padding:0px;}.vx-p-2 {padding:2px;}.vx-p-4 {padding:4px;}.vx-p-8 {padding:8px;}.vx-p-12 {padding:12px;}.vx-p-16 {padding:16px;}.vx-p-24 {padding:24px;}.vx-p-32 {padding:32px;}
.vx-pt-0 {padding-top:0px;}.vx-pt-2 {padding-top:2px;}.vx-pt-4 {padding-top:4px;}.vx-pt-8 {padding-top:8px;}.vx-pt-12 {padding-top:12px;}.vx-pt-16 {padding-top:16px;}.vx-pb-24 {padding-bottom:24px;}.vx-pb-32 {padding-bottom:32px;}
.vx-pb-0 {padding-bottom:0px;}.vx-pb-2 {padding-bottom:2px;}.vx-pb-4 {padding-bottom:4px;}.vx-pb-8 {padding-bottom:8px;}.vx-pb-12 {padding-bottom:12px;}.vx-pb-16 {padding-bottom:16px;}
.vx-ps-0 {padding-left:0px;}.vx-ps-2 {padding-left:2px;}.vx-ps-4 {padding-left:4px;}.vx-ps-8 {padding-left:8px;}.vx-ps-12 {padding-left:12px;}.vx-ps-16 {padding-left:16px;}.vx-ps-24 {padding-left:24px;}.vx-ps-32 {padding-left:32px;}
.vx-pe-0 {padding-right:0px;}.vx-pe-2 {padding-right:2px;}.vx-pe-4 {padding-right:4px;}.vx-pe-8 {padding-right:8px;}.vx-pe-12 {padding-right:12px;}.vx-pe-16 {padding-right:16px;}.vx-pe-24 {padding-right:24px;}.vx-pe-32 {padding-right:32px;}
.vx-px-0 {padding-left:0px;padding-right:0}.vx-px-2 {padding-left:2px;padding-right:2px;}.vx-px-4 {padding-left:4px;padding-right:4px;}.vx-px-8 {padding-left:8px;padding-right:8px;}.vx-px-12 {padding-left:12px;padding-right:12px;}.vx-px-16 {padding-left:16px;padding-right:16px;}.vx-px-24 {padding-left:24px;padding-right:24px;}.vx-px-32 {padding-left:32px;padding-right:32px;}
.vx-py-0 {padding-top:0px;padding-bottom:0px;}.vx-py-2 {padding-top:2px;padding-bottom:2px;}.vx-py-4 {padding-top:4px;padding-bottom:4px;}.vx-py-8 {padding-top:8px;padding-bottom:8px;}.vx-py-12 {padding-top:12px;padding-bottom:12px;}.vx-py-16 {padding-top:16px;padding-bottom:16px;}.vx-py-24 {padding-top:24px;padding-bottom:24px;}.vx-py-32 {padding-top:32px;padding-bottom:32px;}
/* Margin spacing*/
.vx-m-0 {margin:0px;}.vx-m-2 {margin:2px;}.vx-m-4 {margin:4px;}.vx-m-8 {margin:8px;}.vx-m-12 {margin:12px;}.vx-m-16 {margin:16px;}
.vx-mt-0 {margin-top:0px;}.vx-mt-2 {margin-top:2px;}.vx-mt-4 {margin-top:4px;}.vx-mt-8 {margin-top:8px;}.vx-mt-12 {margin-top:12px;}.vx-mt-16 {margin-top:16px;}
.vx-mb-0 {margin-bottom:0px;}.vx-mb-2 {margin-bottom:2px;}.vx-mb-4 {margin-bottom:4px;}.vx-mb-8 {margin-bottom:8px;}.vx-mb-12 {margin-bottom:12px;}.vx-mb-16 {margin-bottom:16px;}
.vx-ms-0 {margin-left:0px;}.vx-ms-2 {margin-left:2px;}.vx-ms-4 {margin-left:4px;}.vx-ms-8 {margin-left:8px;}.vx-ms-12 {margin-left:12px;}.vx-ms-16 {margin-left:16px;}
.vx-me-0 {margin-right:0px;}.vx-me-2 {margin-right:2px;}.vx-me-4 {margin-right:4px;}.vx-me-8 {margin-right:8px;}.vx-me-12 {margin-right:12px;}.vx-me-16 {margin-right:16px;}
.vx-mx-0 {margin-left:0px;margin-right:0}.vx-mx-2 {margin-left:2px;margin-right:2px;}.vx-mx-4 {margin-left:4px;margin-right:4px;}.vx-mx-8 {margin-left:8px;margin-right:8px;}.vx-mx-12 {margin-left:12px;margin-right:12px;}.vx-m-16 {margin-left:16px;margin-right:16px;}
.vx-my-0 {margin-top:0px;margin-bottom:0px;}.vx-my-2 {margin-top:2px;margin-bottom:2px;}.vx-my-4 {margin-top:4px;margin-bottom:4px;}.vx-my-8 {margin-top:8px;margin-bottom:8px;}.vx-my-12 {margin-top:12px;margin-bottom:12px;}.vx-my-16 {margin-top:16px;margin-bottom:16px;}
