/*----------------------------------------------------------------------
** VMS - Version 1.0 - (c) Vendomatic - Thomas Engel / Date: 08.07.2024
-----------------------------------------------------------------------*/


/*--- Basic -----------------------------------------------------------*/


body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;	
	color: #3c4043;
	margin:0;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
	letter-spacing: .01428571em;;
}

html {
	line-height: 1.54;
}

html, body {
	height: 100%;
}

pre,code {
	color:#008000;
	font:14px/1.54 "courier new",courier,monospace;
	white-space: pre-wrap; 
}

ul li {
	list-style-type: none;	
}

a {
	color: #1a73e8;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	/*background-color: #DDEAFC;*/
}

a:visited {
	text-decoration: none;
}

a:hover	{
	text-decoration:none;
}

a img {
	border: 0;
}

ul li {
	list-style-type: none;	
}

.lnk {
 	cursor: pointer;
    cursor: hand;	
}

h1 {
	font-weight: 400;
	font-size: 22px;
	margin: 0 0 8px 0;
}

h2 {
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 12px 0;
}

h3 {
	font-size: 16px;
	font-weight: 500;
}

h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 8px 0;
}

h5 {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 8px 0;
}

h6 {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 8px 0;
}

.invert-blue {
	float: left;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #1a73e8;
	font-weight: 400;
}

.invert-green {
	float: left;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #1aa260;
	font-weight: 400;
}

.invert-yellow {
	float: left;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #ffce44;
	font-weight: 400;
}

.invert-red {
	float: left;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #e53935;
	font-weight: 400;
}

.invert-grey {
	color: #333333;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #CCCCCC;
	font-weight: 400;
}


iframe {
	width: 100%;
	border: 0px;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;	
}

/*--- Clear -----------------------------------------------------------*/
.clear {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
}

.clear5 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin-bottom: 5px;
}

.clear10 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin-bottom: 10px;
}

.clear15 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin-bottom: 15px;
}

.clear20 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin-bottom: 20px;
}

.clear30 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin-bottom: 30px;
}

.clear40 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin-bottom: 40px;
}


.divider {
	clear: both;
	position: relative;
  	height: 0;
	line-height: 0;
	font-size: 0;
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;	
	margin-bottom: 20px;
}


/*--- DIV Colors State -----------------------------------------------------------*/

.div-click {
	background:#E8F0FE !important;
}

.div-hover {
	background:#F5F5F5 !important;
}

.div-active {
	background:#F1F5FF !important;
}


/*--- Scrollbar -----------------------------------------------------------*/
/*
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;    
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}
*/


.icon-lightgrey {
	fill: #CCCCCC;	    
}

.icon-grey {
	fill: #757575;	    
}
		
.icon-white {
	fill: #FFFFFF;
}

.icon-black {
	fill: #444444;
}

.icon-red {
	fill: #e74c3c;
}

.icon-orange {
	fill: #fb8c00;
}

.icon-green {
	fill: #27ae60;
}

.icon-blue {
	fill: #1a73e8;
}

/*--- Filter -----------------------------------------------------------*/
.flhl {	
	border-bottom: 2px solid #3367D6 !important;
	padding-bottom: -1px !important;
}