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


#wrapper {
   min-height:100%;
   position:relative;
}


#app-progress {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

/* ------ Header ------------------------------------------ */	

.site-header {
	contain: layout;
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 500;
}

.site-header-section {
    background: #FFFFFF;	
    border-bottom: 1px solid #bdc1c6;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);    
}

.site-header-section .site-top {
	height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    position: relative;	
}


.site-path-section .site-path {
	height: 46px;
	margin-bottom: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    position: relative;	
}

.site-header-sitemask {
    background-color: rgba(0,0,0,0.502);
	transition: all .3s ease-in-out;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 5000;
    visibility: hidden;
}	
	

/* ------ Header Layout ---------------------------------------- */	
.site-header-section .row-click {
	cursor: pointer;
}

.site-header-section .row-logo {
	margin-right: 10px;
	line-height: 0px;
}

/*
.site-header-section .row-logo:hover {
   transform: rotate(180deg);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	   
}
*/

.site-header-section .row-logo svg {
	width: 40px;
}

.site-top .row-gap {
	float: left;
	padding: 20px;
}

.site-top .row-menu-horizontal,
.site-top .row-menu-vertical {
	float: left;
}

.site-top .row-left {
	margin:0 auto;
}

.site-top .row-right {
	margin-left: auto;
}

.site-top .row-button {
	float: left;
	padding: 14px 3px 14px 3px;	
}


.site-top .row-notify {
	float: left;
	padding: 14px 12px 14px 12px;	
}


.site-top .row-notify-blue {
	float: left;
	padding: 14px 12px 14px 12px;	
	background-color: #1a73e8;
}

.site-top .row-notify-blue:hover {
	background-color: #145FC2;
	cursor: pointer;
	cursor: hand;		
}

.site-top .row-notify-blue svg {
	fill: rgba(255,255,255,1);
}


.site-top .row-notify-blue .badgesCircle {
	color: #357AE8;
	background-color: #FFFFFF;	
}



.site-top .row-notify-red {
	float: left;
	padding: 14px 12px 13px 12px;	
	background-color: #de5246;
	
	-webkit-animation: blink-red 1s infinite;
	-moz-animation: blink-red 1s infinite;
	-o-animation: blink-red 1s infinite;
	animation: blink-red 1s infinite;
}

.site-top .row-notify-red:hover {
	background-color: #D5201C;
	cursor: pointer;
	cursor: hand;		
}

.site-top .row-notify-red svg {
	fill: rgba(255,255,255,1);
	
	-webkit-animation: blink-red-svg 1s infinite;
	-moz-animation: blink-red-svg 1s infinite;
	-o-animation: blink-red-svg 1s infinite;
	animation: blink-red-svg 1s infinite;	
}


.site-top .row-notify-red .badgesCircle {
	color: #e53935;
	background-color: #FFFFFF;	
	
	-webkit-animation: blink-red-badges 1s infinite;
	-moz-animation: blink-red-badges 1s infinite;
	-o-animation: blink-red-badges 1s infinite;
	animation: blink-red-badges 1s infinite;	
}

/* ------ Header Layout Path ------------------------------------- */

.site-path .row-path  {
    display: flex;
    align-items: center;
    justify-content: flex-start;    
    height: 100%;
    width: 100%;
}

.site-path .row-path .nb-block {
	margin-right: 10px;	
}

.site-path .row-path h1 {
	display: flex;
	margin: 0;
	font-size: 13px;
	padding: 0px 3px;
	color: #357AE8;			
	font-family: "Segoe UI","Open Sans","Roboto","Helvetica Neue",sans-serif;
}

.site-path .row-path h1:first-child {
	padding-left: 0px;
}

.site-path .row-path h1:last-child {
	color: #357AE8;
}

.site-path .row-path .lnk:hover  {
	color: #184477;
	text-decoration: underline;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

.site-path .row-path  .lnk:after {
    display: inline-flex;
    content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0.20)' viewBox='0 0 24 24'%3E%3Cpath d='M10,17L15,12L10,7V17Z'%3E%3C/path%3E%3C/svg%3E") no-repeat 0 0;       
    background-size: 21px 21px;
    height: 18px;
    width: 18px;
}



/* ------ Content ------------------------------------------ */	

.site-content {
	background: #FFFFFF;	
}

.site-container {
    overflow-x: hidden;
    overflow-y: auto;
	max-height: calc(100%);   
	width: calc(100%);
}

.site-1-content {
	float: left;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
    width: 100%;
  	z-index: 499;  	
}

.site-2-content-left {
	float: left;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
    width: 269px;
  	z-index: 499;  	
  	border-right: 1px solid #e0e0e0;
}

.site-2-content-right {
	float: left;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
  	left: 269px;
    width: calc(100% - 269px);
  	z-index: 499;  	
}

.site-3-content-left {
	float: left;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
    width: calc(100% - 530px);
  	z-index: 499;  	
  	border-right: 1px solid #e0e0e0;
}

.site-3-content-right {
	float: right;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
  	right: 0;
  	width: 530px;
  	z-index: 499;  	
}

.site-4-content-left {
	float: left;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
    width: calc(100% - 630px);
  	z-index: 499;  	
  	border-right: 1px solid #e0e0e0;
}

.site-4-content-right {
	float: right;
	bottom: 0;
  	display: block;
  	position: fixed;
  	top: 65px;	  	
  	right: 0;
  	width: 630px;
  	z-index: 499;  	
}

.site-1-content .page-layout {
	padding: 24px;
}


.site-2-content-left .page-layout {
	padding: 24px 0px 30px 14px;
}

.site-2-content-right .page-layout {
	padding: 24px;
	margin-right: 24px;
}


.site-3-content-left .page-layout {
	padding: 24px;
	margin-right: 24px;
}

.site-3-content-right .page-layout {
	padding: 24px 0 30px 14px;
	margin-right: 28px;	
}

.site-4-content-left .page-layout {
	padding: 24px;
	margin-right: 24px;
}

.site-4-content-right .page-layout {
	padding: 24px 0 30px 14px;
	margin-right: 28px;	
}


/* ------ Scrollbars ------------------------------------------ */	

.site-2-content-left .site-container::-webkit-scrollbar,
.site-3-content-left .site-container::-webkit-scrollbar,
.site-4-content-left .site-container::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.site-2-content-left .site-container::scrollbar-corner,
.site-3-content-left .site-container::scrollbar-corner,
.site-4-content-left .site-container::scrollbar-corner {
    background: 0;
}

.site-2-content-left .site-container::-webkit-scrollbar-thumb,
.site-3-content-left .site-container::-webkit-scrollbar-thumb,
.site-4-content-left .site-container::-webkit-scrollbar-thumb {
    background: #dee0e1;
    border-radius: 5px;
}

/* ------ Split Content ------------------------------------------ */	

.section-1-split-left {
	float: left;
  	display: block;
  	width: calc(100% - 400px);
    margin-right: 48px;
}

.section-1-split-right {
	float: left;
  	display: block;
    width: 330px;
    overflow: hidden;
}

.section-2-split-left {
	float: left;
  	display: block;
  	width: calc(100% - 500px);
    margin-right: 48px;
}

.section-2-split-right {
	float: left;
  	display: block;
    width: 430px;
    overflow: hidden;
}

/* ------ Nav Horizontal -------------------------------------- */		
	
.site-nav-horizontal-wrapper {
	float: left;
}	
	
/* ------ Nav Vertical -------------------------------------- */	

.site-nav-sitemask {
    background-color: rgba(0,0,0,0.502);
	transition: all .3s ease-in-out;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
    visibility: hidden;
}	
	
.site-nav-vertical-wrapper {
	width: 268px;
	left: -268px;
	bottom: 0;
    display: block!important;
    position: fixed;
    top: 0;
    z-index: 5001;
    background: #fff;    
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: auto; 
}

.site-nav-vertical-header {
	height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #bdc1c6;
}	
	
.site-nav-vertical-header .row-left {
    justify-self: flex-start;
    margin-left: 10px;
    margin-right: auto;   
}	
	
 .site-nav-vertical-header .row-left h1 {
	margin: 0px;
}


/* ------ Content --------------------------------------- */


.site-content .horizontal-konto {
	max-width: 840px;
	margin:0 auto;
}

.site-content .horizontal-center {
	max-width: 960px;
	margin:0 auto;
}

.site-content .horizontal-center-width {
	max-width: 1440px;
	margin:0 auto;
}

.site-content .horizontal-center-max {
	/*padding: 0 10px 50px 10px;*/
	margin:0 auto;
}


/* ------ Action Title ------------------------------------------ */	

.action-bar-left {
    float: left;
    border: 1px solid #FF00FF;
}

.action-bar-right {
    float: right;
	padding: 5px 0px;
	border: 1px solid #FF00FF;
}


.action-bar-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;    
    height: 100%;
    margin-bottom: 7px;
}

.action-bar-title h1 {
	margin: 0 3px 0 0;
	font-size: 20px;
}

.action-bar-title h2 {
	margin: 0 3px 0 0;
    font-size: 20px;
	font-weight: 500;  
	color: #000000;      
	cursor: default;
}

.action-bar-title h3 {
	margin: 0 2px 0 0;
    font-size: 17px;
	font-weight: 400;  
	cursor: default;
}

.action-bar-title .io24 {
	margin: 0 5px 0 0;
}



.action-bar-subtitle {
    align-items: center;
    display: flex;
    height: 100%;
}

.action-bar-subtitle h6 {
    font-size: 13px;
    margin: -7px 0 7px 3px;
    cursor: default;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;  
}

.action-bar-nav {
    align-items: center;
    display: flex;
    height: 100%;
    margin-bottom: 7px;
    font-size: 14px;
}

.action-bar-nav button:hover {
	text-decoration: underline;
}


/* ------ Container Title ------------------------------------- */
.container-top h2 {
    color: black;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0px;
}

/* ------ Container Data ------------------------------------- */

.container-data {
	margin-top: 14px;
    margin-bottom: 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    padding: 24px;
}

.container-data h2 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 32px;
}

.container-data h3 {
	color: black;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.container-data h3:not(:first-child) {
	margin-top: 28px;
}


.container-data .container-left {
	float: left;	
	margin-right: 40px;
	margin-bottom: 28px;
}

.container-data .container-right {
	float: right;	
}

.container-data #w3 {
	width: 300px;
}

.container-data #w4 {
	width: 400px;
}

.container-data #w5 {
	width: 500px;
}

.container-data #w6 {
	width: 600px;
}

.container-data .container-btn {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	padding: 30px 0px 0px 130px;		
}

.container-data .container-btn-left {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;		
	padding: 30px 0px 0px 0px;
}

.container-data .blue {
	margin-right: 20px;	
}

/* ------ Container Data ------------------------------------- */

.container-input {
	margin-top: 14px;
    margin-bottom: 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    padding: 12px 24px;
}

.container-input h3 {
	color: black;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.container-input .container-field {
	float: left;
	margin-right: 14px;
}

.container-input .container-btn {
	float: left;
	padding: 21px 0px 7px 0px;			
}

.container-input .blue {
	height: 32px;
	padding: 7px 16px;
	margin-right: 20px;	
}


/* ------ Container Filter ------------------------------------- */

.container-filter hr {
    height: 1px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    margin: 20px 0px 20px;
    width: calc(100% - 30px);
}


/* ------ Container ------------------------------------- */

.bl {
	float: left;
	margin-right: 7px;
}

.box-1 {
    display: block;
    padding: 12px;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.box-2 {
	display: block;
	padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 28px;
    border: 1px solid #dadce0;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}

.box-3 {
    display: block;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

/*--- Window Layer -------------------------------------------------------*/

.fade-layer {
	display: none;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	background: rgba(0,0,0,0.502);
	z-index:5011;
}

.wrapper-layer  {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 5012;			
}

#lock-1 { z-index:5011; }
#warp-1 { z-index:5012; }
#lock-2 { z-index:5021; }
#warp-2 { z-index:5022; }
#lock-3 { z-index:5031; }
#warp-3 { z-index:5032; }
#lock-4 { z-index:5041; }
#warp-4 { z-index:5042; }
#lock-5 { z-index:5051; }
#warp-5 { z-index:5052; }


.site-layer {
    z-index: 5800;	
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
	background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24);    
  	top: 21%;
    transform: translateY(-21%);  	
}

.site-layer h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;	
    font-weight: 500;	
}

.site-layer h2 {
	margin: 0px;
}

.site-layer h3 {
	color: #333333;
	font-size: 15px;
	font-weight: 500;	
}



.site-layer .svg-close {	
	position: absolute;
	right: 10px;
	top: 8px;
	width: 24px;
	height: 24px;
	fill: rgba(0,0,0,0.65);
	padding: 7px;
	margin: 5px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	border-radius: 20px;		
}

.site-layer .svg-close:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}



.site-layer .svg-back {	
	width: 24px;
	height: 24px;
	fill: rgba(0,0,0,0.65);
	cursor: pointer;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
	float: left;
	padding: 7px;
	margin: -7px 5px 0px -10px;
}

.site-layer .svg-back:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}



.layer-layout-1 {
	width: 400px;
}

.layer-layout-2 {
	width: 500px;
}

.layer-layout-3 {
	width: 600px;
}

.layer-layout-4 {
	width: 700px;
}

.layer-layout-5 {
	width: 800px;
}

.layer-layout-6 {
	width: 900px;
}

.layer-layout-7 {
	width: 1000px;
}

.layer-layout-8 {
	width: 1100px;
}

.layer-layout-9 {
	width: 1200px;
}


.layer-settings {
	width: 900px;
	min-height: 571px;
}

.layer-padding {
	padding: 20px;
}

.layer-padding-3k {
	padding: 0px 20px 20px 20px;
}

.layer-padding-5k {
	padding: 0px 40px 20px 20px;
}


.layer-header {
}

.layer-header-line {
	border-bottom: 1px solid #e1e1e1;
	/*
	box-shadow: 0px 5px 5px -5px #e1e1e1;	
	margin-bottom: 5px;
	*/
}


.layer-left {
	width: 214px;	
	max-height: 500px;
	height: -moz-calc(100%);
	height: -webkit-calc(100%);
	height: -o-calc(100%);
	height: calc(100%);
	float: left;
	overflow-x: hidden;
    overflow-y: auto;
}

div.layer-left::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

div.layer-left::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #F5F5F5;
}

div.layer-left::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

.layer-left h3 {
	padding: 0px 10px 0px 20px;	
	margin: 14px 0px 7px 0px;
}


.layer-right {
	border-left: 1px solid #E0E0E0;	
	overflow: auto;
}


.layer-content {
	height: auto;
	max-height: 400px;
	overflow-y: auto;
}

div.layer-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

div.layer-content::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

div.layer-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

.layer-footer {
    left: 0;
    bottom: 0;
}

.layer-footer-line {
	border-top: 1px solid #DBDBDB;	
    left: 0;
    bottom: 0;
}

.layer-footer-bottom {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}



.layer-footer .blue,
.layer-footer .green,
.layer-footer .red,
.layer-footer-bottom .blue,
.layer-footer-bottom .green,
.layer-footer-bottom .red {
	margin-right: 20px;
}

.layer-content h3:first-child {
	font-size: 18px;
	line-height: 24px;	
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 28px;    
}

.layer-content h3 {
	font-size: 18px;
	line-height: 24px;	
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 28px;
}

.layer-content h4:first-child {
	font-size: 17px;
	line-height: 24px;	
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 28px;    
}

.layer-content h4 {
	font-size: 17px;
	line-height: 24px;	
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 28px;
}

.layer-content h5 {
	color: rgba(0,0,0,0.38);
	font-size: 13px;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 4px;
}

.layer-content h6 {
	font-size: 13px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 4px;
}




.SML-header {
	float: left;
	padding: 10px 0px 10px 10px;
}

.SML-header h3 {
	margin: 0px;
}

.SMR-header {
	float: right;
	padding: 7px 7px 0px 0px;
}


/* ------ Matrix ----------------------------------------- */

#matrix {
    display: block;
    z-index: 10;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}


/* ------ Login ----------------------------------------- */

.pcl-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);      
}

.pcl-header {
    min-height: 15vh;
    position: relative;
}

.pcl-header:before, .pcl-header:after {
    content: '';
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 24px;
}


.container-login {
	position: relative;
    -webkit-border-radius: 8px;    
    border-radius: 8px;
    background: #FFFFFF;
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 auto;
    min-height: 0;
    -webkit-transition: .2s;
    transition: .2s;
    width: 450px;
    overflow: hidden;
    z-index: 500;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    
}


.container-login #pcc {
	margin-top: 20px;
	text-align: center;
}

.container-login .logo svg {
	width: 50px;
	text-align: center;
}

.container-login #pci {
	margin:0 auto;
    padding-left: 45px;
    padding-right: 45px;	
    margin-top: 10px;
}

.container-login #pcl {
	margin:0 auto;
    padding-left: 45px;
    padding-right: 45px;	
    margin-bottom: 60px;
}

.container-login #pcb {
	margin:0 auto;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 20px;	
    overflow: hidden;
}

.container-login h1 {
    color: #202124;
    padding-bottom: 0;
    padding-top: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3333;
    margin-bottom: 0;
    margin-top: 0;
}

.container-login h1 span {
	position: absolute;
	width: 22px;
	padding: 5px;
	margin-left: -40px;
	margin-top: -2px;
	fill: #5f6368;
}

.container-login h2 {
    color: #202124;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.5;
    padding-bottom: 0;
    padding-top: 8px;
}



/* ------ Loading Site ------------------------------- */


.loadsite-site {
	display: display;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:2px;
	left:0px;
	background: rgba(255, 255, 255, 0.702);
}

/* ------ Loading Content ------------------------------- */

.content-loading {
	width: 48px;
    height: 48px;    
    background-image: url("../svg/ui-loading-1.svg");
    margin: 149px;
}



/* ------ Loading --------------------------------------- */

#loader {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background: rgba(255, 255, 255, 0.702);
}

#loader-2 {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background: rgba(255, 255, 255, 0.702);
}

#loader-3 {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background: rgba(255, 255, 255, 0.702);
}


.layout-circle {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	position: relative;
	top: 35%;
}

.loader-circle {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 5px solid #1a73e8;
	animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
	0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
	12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
	25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
	50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
	100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
	0%    {transform:scaleY(1)  rotate(0deg)}
	49.99%{transform:scaleY(1)  rotate(135deg)}
	50%   {transform:scaleY(-1) rotate(0deg)}
	100%  {transform:scaleY(-1) rotate(-135deg)}
}


/* ------ Lists ----------------------------------------- */

ul {
    width:100%;
    margin: 0px;
    padding-inline-start: 0px;
}
	
.data li {
	width: 255px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.auth li {
 	cursor: pointer;
    cursor: hand;
    text-align: left;
	border: 1px solid transparent;			
	padding: 5px;
}

.auth li:hover  {
	background-color: #e8f0fe;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

.tooltip {
    width:400px;
    height:300px;
    padding:20px;
    border:1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    top:5px;
    left:50px;
    display:none;
}

ul.pc {
	position: absolute;
	bottom: 0px;
}

.pc li:first-child {
	float: left;
 	cursor: default;
    text-align: left;
	padding: 0px 10px;
	font-size: 11px;
	color: #CCCCCC;
}

.pc li:last-child {
	float: right;
 	cursor: default;
    text-align: left;
	padding: 0px 10px;
	font-size: 11px;
	color: #CCCCCC;
}


/* ------ Label ----------------------------------------- */

ul.md-tile {
	float: left;
	display: inline-block;
	margin: 0;
	width: 140px;
}

li.md-value {
	list-style-type: none;	
	font-weight:  normal;  
	text-align: right;
	font-size: 19px;
	padding: 5px;
}

li.md-label {
	list-style-type: none;	
	font-weight:  normal;  
	text-align: right;
	color: #999999;
	padding-right: 7px;
	font-size: 11px;
}


ul.ld-tile {
	float: left;
	display: inline-block;
	margin: 0;
}

li.ld-value {
	list-style-type: none;	
	font-weight:  normal;  
	text-align: left;
	font-size: 19px;
	padding: 5px 5px 5px 0px;
}

li.ld-label {
	list-style-type: none;	
	font-weight:  normal;  
	text-align: left;
	color: #999999;
	font-size: 11px;
}


/* ------ Konto ----------------------------------------- */

.avatar {
	border-radius: 50%;
}

.q96 {
	width: 96px;
	height: 96px;
}

.q64 {
	width: 64px;
	height: 64px;
}

.q32 {
	width: 32px;
	height: 32px;
}

.q24 {
	width: 24px;
	height: 24px;
}



/* ------ Drop ------------------------------------------ */

.docsDrop {
	min-height: 45px;
	padding: 10px;
	border: 1px dashed #999999;
	overflow: hidden;
	margin-bottom: 20px;
}

.docsDrop h5 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 105px;
}


.docsZone {
	background-color: #FFFFFF;			
	height: -moz-calc(100%);
	height: -webkit-calc(100%);
	height: -o-calc(100%);
	height: calc(100%);
	overflow: auto;
}

.docsZone.docsover {
	box-shadow: inset 0 0 40px #E8F0FE;
	-moz-box-shadow: inset 0 0 40px #E8F0FE;
	-webkit-box-shadow: inset 0 0 40px #E8F0FE;	
}


.docsZone #upload-wrap {	
    z-index: 5099;	
    position: absolute;
	float: left;
	margin-top: 50px;	
	margin-left: 50px;	
    width: 400px;    
    left: 0px;
    top: 0px;
}

.docsZone .data-element {
	z-index: 20;
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	background: rgba(0,0,0,0.702);
    border-radius: 2px;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24);    
    color: #FFFFFF;	
    line-height: 18px;
    font-size: 13px;
}

.docsZone .data-element svg,
.docsZone .data-element img {
	float: left;
	margin-right: 10px;
}


.docsZone #progress-wrp {
  position: relative;
  height: 4px;
  border-radius: 2px;
  margin: 0px 0 10px 0;
  text-align: left;
  background: #fff;
}

.docsZone #progress-wrp .progress-bar {
  height: 100%;
  border-radius: 2px;
  background-color: #1683D3;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}


/* ------ column ------------------------------------------ */

ul.column {
	padding: 0px;
}

ul.column li {
 	cursor: pointer;
    cursor: hand;
    text-align: left;
	padding: 10px 10px 10px 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;	
}

ul.column li input[type=checkbox] + label {
    font-size: 14px;
    height: 20px;
    line-height: 22px;
}

ul.column li:hover  {
	background-color: #F5F5F5;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}


ul.column input[type=checkbox]:checked + label {
    font-weight: bold;
}


/* ------ widgets ------------------------------------------ */
.drop-hover {      
	border: 1px dashed #bdc1c6;
	overflow: hidden;
}

/* ------ widget ------------------------------------------ */

.widget li {
	float: left;
 	cursor: pointer;
    cursor: hand;
    text-align: left;
	padding: 5px;
    font-weight: 400;
    overflow: hidden;
    display: block;	
    width: 97%;
    margin-bottom: 20px;    
    border: 1px solid #F5F5F5;		
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    background: #F5F5F5;
}

.widget li:hover  {
	background-color: #F6FAFE;
	border: 1px solid #1a73e8;		
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

.widget svg {	
	float: left;
	margin: auto;
	display: flex-start;
	height: 40px;
}

.widget span {	
	float: left;
	margin: auto;
	display: flex-start;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 20px;
}

.widget div {	
	float: right;
	margin: auto;
	display: flex-start;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
}



/* ------ Dashboard ------------------------------------------ */
#wgt-dashboard {
	display: inline-block;		
}

#wgt-dashboard > * {
	float: left;
	margin: 0 20px 20px 0;
}


.wgt-layer {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.wgt-layer .wgt-toolbar {
	position:relative;
	border-bottom: 1px solid #e7e7e7;
	cursor: -webkit-grab; cursor: grab;
}

.wgt-layer .wgt-toolbar h1 {
	font-size: 13px;
	margin: 0px;
	padding: 8px 12px;
}

.wgt-layer .wgt-toolbar .md-sort {
	position: absolute;
	right: 5px;
	top: 5px;	
	width: 18px;
	height: 18px;
	display: none;
}


.wgt-layer .wgt-toolbar .close {
	position: absolute;
	right: 0px;
	top: 0px;	
	width: 18px;
	height: 18px;
	fill: rgba(0,0,0,0.65);
	padding: 2px;
	margin: 0px;
	cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;		
    display: none;
}

.wgt-layer .wgt-toolbar .close:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}

.wgt-layer .wgt-content {
	padding: 12px;
}

.wgt-layer .wgt-container {
	height: auto;
	max-height: calc(100% - 70px);
	overflow-y: auto;	
}

.wgt-layer .wgt-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.wgt-layer .wgt-container::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #F5F5F5;
}

.wgt-layer .wgt-container::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

.wgt-layer .wgt-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.wgt-layer .wgt-footer {
	border-top: 1px solid #e0e0e0;
	padding: 0px;
	overflow: hidden;
	height: 32px;
}


.wgt-layer .wgt-footer .tblf_left {
	display: flex;
	padding: 2px;
}

.wgt-layer .wgt-footer .tblf_right {
	display: flex-end;
	padding: 6px 20px;

}

/* ------ Door Screen ------------------------------------------ */

.door-layer {
    z-index: 5900;	
    position: absolute;
    right: 230px;
    top: 55px;
    padding: 12px 20px;
	background-color: #FFFFFF;
    border:1px solid #ccc;        
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15)    
}

.door-layer img {
	position: absolute;
	height: 250px;
	top: 98px;
	left: -97px;
  	transform:rotate(90deg);
}

/* ------ Notify Screen ------------------------------------------ */

#warp-notify {
	width: 350px;
	right: -350px;
    top: 0;
	bottom: 0;
    display: block!important;
    position: fixed;
    z-index: 5901;
    background: #fff;    
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: auto; 
}

#warp-notify::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#warp-notify::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

#warp-notify::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

.notify-header {
	height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #bdc1c6;
}	

.notify-header .row-left {
    justify-self: flex-start;
    margin-left: 10px;
    margin-right: auto;      
}	

.notify-header .row-left h1 {
	margin: 0px;
}


.notify-content {
    padding: 12px;
	background-color: #FFFFFF;
}

.notify-content	.notify {
	cursor: default;
	position:relative;
	padding: 7px;
	margin-bottom: 20px;
}

.notify-content .notify:hover  {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

.notify-content .notify h6 {
	color: #666666;
	font-weight: 400;
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

.notify-content .notify h5 {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	margin: 0px;
}

.notify-content .notify p {
	color: #666666;
	font-size: 14px;
	margin: 0px;
}


.notify-content .notify .close {
	position: absolute;
	right: 3px;
	top: 3px;	
	width: 18px;
	height: 18px;
	fill: rgba(0,0,0,0.65);
	padding: 2px;
	margin: 0px;
	cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;		
    display: none;    
}

.notify-content .notify .close:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}

.notify-content .notify .priority {
	float: left;
	width: 18px;
	height: 18px;	
	margin-top: 1px;	
	margin-right: 5px;
	fill: #de5246
}

/* ------ Widgets Screen ------------------------------------------ */

#warp-widgets {
	width: 400px;
	right: -400px;
    top: 0;
	bottom: 0;
    display: block!important;
    position: fixed;
    z-index: 5901;
    background: #fff;    
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: auto; 
}

#warp-widgets::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#warp-widgets::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

#warp-widgets::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

.widgets-header {
	height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #bdc1c6;
}	

.widgets-header .row-left {
    justify-self: flex-start;
    margin-left: 10px;
    margin-right: auto;      
}	

.widgets-header .row-left h1 {
	margin: 0px;
}

.widgets-content {
    padding: 0px 24px;
	background-color: #FFFFFF;
}

/* ------ Phone Screen ------------------------------------------ */

#warp-phone {
	width: 400px;
	height: 300px;
	top: -350px;
	right: 100px;
	bottom: 0;
    display: block!important;
    position: fixed;
    z-index: 5902;
    background: #242B23;    
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: auto; 
	-webkit-border-radius: 10px;
	border-radius: 10px;		    
}

#warp-phone::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#warp-phone::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

#warp-phone::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

.phone-header {
	height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
    position: relative;
    background: #9DD49A;
    border-bottom: 1px solid #bdc1c6;
    font-family: "Segoe UI","Open Sans","Roboto","Helvetica Neue",sans-serif;	    
}	

.phone-header #phone-close {	
	position: absolute;
	right: 10px;
	top: 8px;
	width: 24px;
	height: 24px;
	fill: rgba(0,0,0,0.65);
	padding: 7px;
	margin: 5px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	border-radius: 20px;		
}


.phone-header #phone-close:hover {
	fill: #FFFFFF;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}

.phone-header .row-left {
    justify-self: flex-start;
    margin-left: 10px;
    margin-right: auto;      
}	

.phone-header .row-left h1 {
	margin: 0px;
}

.phone-content {
    padding: 12px;
	background-color: #242B23;
}

.phone-content {
	color: #FFFFFF;
}

.phone-content a {
	color: #B4C6FE;
}


/* ------ Notify Badges ------------------------------------------ */

.badgesCircle {
    display: inline-block;
    min-width: 10px;
    padding: 1px 5px ;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	color: #FFFFFF;
	background-color: #357AE8;
    border-radius: 10px;
    font-size: 11px;
    margin-top: -6px;
    margin-right: -6px;
}


/* ------ Magers ------------------------------------------ */

.dotCircle {
	display: inline-block;
	width: 8px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' viewBox='0 0 200 200'%3E%3Cpath fill='%231aa260' d='M 100, 100 m -75, 0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;    
	margin-top: -16px;
}

.qCircle {
	margin-left: 7px;
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px ;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	color: #FFFFFF;
    font-size: 11px;
    margin-top: -3px;
    font-weight: 400;
}

.cC-blue {
	background-color: #1a73e8;
}

.cC-green {
	background-color: #1aa260;
}

.cC-red {
	background-color: #de5246;
}

.cC-grey {
	background-color: #AAAAAA;
}

.current .cC-grey {
	background-color: #1a73e8;
}


/* ------ Path ------------------------------------------ */

.path li {
	padding: 0px 10px;
	font-size: 13px;
}

.path #lnk:hover  {
 	cursor: pointer;
    cursor: hand;	
	background-color: #F5F5F5;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}


/*--- Tile -------------------------------------------------*/

ul.tile {
	margin: 0px;
	padding: 0px;
}

ul.tile li {
 	cursor: pointer;
    cursor: hand;	
    float: left;
    text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;	
	background-color: #FFFFFF;
}


#SLA li:nth-child(10),
#SLA li:nth-child(19),
#SLA li:nth-child(28) {
	position: relative;
	clear: both;
}

#SLA li:nth-child(3),
#SLA li:nth-child(7),
#SLA li:nth-child(9),
#SLA li:nth-child(12),
#SLA li:nth-child(15),
#SLA li:nth-child(18),
#SLA li:nth-child(21),
#SLA li:nth-child(24) {
	margin-right: 80px;
}


.app32 {
    display: flex;
    align-items: center;
    justify-content: flex-start;    	
	width: 230px;
	text-align: center;
	padding: 7px 5px;
}

.app32:hover {
	background-color: #F5F5F5;	
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;	
}

.app32:hover > svg {
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;				
	background-color: #357AE8;
}

.app32:hover > span {
	color: #357AE8;
}

.app32 span {
	font-size: 13px;
}

.app32 svg {
	float: left;	
	margin-right: 10px;
	width: 32px;
	height: 32px;
	padding: 5px;
	fill: #FFFFFF;
	background: rgba(0,0,0,0.45);
	border-radius: 4px;
}



/*--- Folder -------------------------------------------------*/

ul.lita {
	padding: 0px 0px 30px 0px;
}

ul.lita li {
 	cursor: pointer;
    cursor: hand;
    text-align: left;
	padding: 0px 10px 0px 20px;
	height: 38px;
    font-size: 13px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 38px;
    display: block;	
}

ul.lita li:hover  {
	background-color: #F5F5F5;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

ul.lita .activ,
ul.lita .activ:hover {
	background-color: #F5F5F5;
	color: #357AE8;	
}

ul.lita .activ .numberCircle {
    color: #FFFFFF;
    background-color: #1AA260;
}

ul.lita svg {
	float: left;
	width: 20px;
	height: 20px;
	fill: #5F6368;
	height: 28px;
	line-height: 28px;	
	padding: 5px 10px 5px 0px;	
}	

ul.lita .activ > svg {
	fill: #357AE8;
}


/*--- Device -------------------------------------------------*/

ul.device {
	margin: 0px;
	padding: 0px;
}

ul.device li {
 	cursor: pointer;
    cursor: hand;
    float: left;
    text-align: left;
	margin-right: 50px;
	padding: 5px;
	border: 1px solid transparent;
}

ul.device li:hover  {
	background-color: #F5F5F5;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

ul.device svg {
	margin-right: 10px;
}

ul.device .current,
ul.device .open  {
    border: 1px solid transparent;
    background-color: #F5F5F5;
}

ul.device .current h1,
ul.device .current h2,
ul.device .current svg {
	color: #357AE8;
	fill: #357AE8;
}

ul.device li svg {
	width: 48px;
	height: 48px;
	float: left;
	fill: #5F6368;
}

ul.device li h1 {
	float: left;
	font-weight: normal;
	color: #666666;
	font-size: 22px;
	margin: 0px;	
	padding: 2px 0px 2px 0px;
	text-align: center;
	width: 70px;
}

ul.device li h2 {
	float: left;
	text-align: center;
	width: 70px;
    font-weight: normal;
    color: #999999;
    font-size: 11px;	
    margin: 0px;
    padding: 0px;    
}

ul.device li h3 {
	float: left;
	font-weight: normal;
	color: #666666;
	font-size: 17px;
	margin: 0px;	
	padding: 2px 0px 2px 0px;
}

ul.device li h4 {
	float: left;
    font-weight: normal;
    color: #999999;
    font-size: 11px;	
    margin: 0px;
    padding: 0px;    
}

ul.device li h5 {
	float: left;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	margin: 0px;	
	padding: 2px 0px 2px 0px;
	line-height: 18px;
}

ul.device .section-svg {
	float: left;
	height: 50px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

ul.device .section-svg svg {
	width: 48px;
	height: 48px;
}

ul.device .action-device {
	display: none;
	height: 27px;
	padding: 10px 5px 5px 5px;
}

ul.device #offline svg,
ul.device #offline h3,
ul.device #offline h4,
ul.device #offline h5,
ul.device #offline {
	fill:#CCCCCC;
	color:#CCCCCC;
}
ul.device input[type=button] {
	background-color: #E7E7E7;
	border: 1px solid #E7E7E7;
	padding: 7px 14px;;
	width: auto;
}

ul.device input[type=button]:hover {
	background-color: #D7D7D7;
	border: 1px solid #D7D7D7;		
}

/*--- Legende -------------------------------------------------*/


ul.legende li {
 	cursor: default;
    height: 18px;
    line-height: 20px;    
    float: left;
	font-size: 11px;  	
    text-align: left;
	margin: 5px;
	padding-left: 15px;	
 	padding-right: 5px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		 		 		
}

ul.legende #dummy {
	float: left;
 	padding-left: 3px;
 	padding-right: 3px; 	
    height: 18px;
    line-height: 18px;    
    width: 10px;
    background: 0;
    border: 0px;
}

ul.legende #title {
 	cursor: default;
 	padding-left: 3px;
 	padding-right: 3px; 	
    height: 18px;
    line-height: 20px;   
    float: left;
	font-size: 11px;  	
    text-align: left;
    font-weight: bold;
}

ul.legende #text {
 	cursor: default;
    height: 18px;
    line-height: 20px;   
    float: left;
	font-size: 11px;  	
    text-align: left;
    font-weight: normal;
    padding: 2px 5px;
}


/*--- Addon -------------------------------------------------*/

.rainradar #mapid {
	z-index: 2;
	text-align:center;
	position: absolute;
	background: rgba(0,0,0,0.502);
	color: #FFFFFF;
	font-size: 19px;
	top: 10px;
	right: 10px;
	padding: 5px;
}
.rainradar #timestamp {
	z-index: 2;
	text-align:center;
	position: absolute;
	background: rgba(0,0,0,0.502);
	color: #FFFFFF;
	font-size: 19px;
	top: 10px;
	right: 10px;
	padding: 5px;
}


/*--- PPS -----------------------------------------------------------*/
.invert-pps-0 {
	float: left;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #888888;
	font-weight: 400;
}

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

.invert-pps-2 {
	float: left;
	color: #3c4043;
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
	background-color: #ffce44;
	font-weight: 400;
}

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

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


/*-- Contact Thumbnail -------------------------------------------------------------------*/

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


.contactThumbnail .thumbnail {
	width: 102px;
	height: 102px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;	
	border: 1px solid;
	border-color: #E6E6E6 #CCCCCC #CCCCCC #E6E6E6;
	padding: 0; 
	margin-bottom: 10px;
}

.contactThumbnail .thumbnail:hover  {
	background-color: #F6FAFE;
	border: 1px solid #1a73e8;		
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

/*-- Users Thumbnail -------------------------------------------------------------------*/

.userThumbnail {

}

.userThumbnail .thumbnail {
	width: 102px;
	height: 102px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;	
	border: 1px solid;
	border-color: #E6E6E6 #CCCCCC #CCCCCC #E6E6E6;
	padding: 0; 
	margin-bottom: 10px;
}

.userThumbnail .thumbnail:hover  {
	background-color: #F6FAFE;
	border: 1px solid #1a73e8;		
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}