.portal_ListItem_2021
{
	border: 2px solid #ddd;
	border-radius: 5px;
    padding: 2px;
    margin:10px;
    display:flex;
}

div.portal_listHoverColorChange:hover
{
	background-color:whitesmoke;
	cursor: pointer;
	/*background-image: linear-gradient(to bottom, whitesmoke, lightgrey, lightgrey, lightgrey, whitesmoke);*/
}

div.document-item-btn:hover
{
	background-color:whitesmoke;
	cursor: pointer;
	/*background-image: linear-gradient(to bottom, whitesmoke, lightgrey, lightgrey, lightgrey, whitesmoke);*/
}

div.portal_listInfoText
{
	position:relative;
	left:0px;
	width:100%;
	text-align:center;
	heigth:30px;
	width:30px;
	overflow:hidden;
	cursor:pointer;
	letter-spacing: 1px;
	width: 5%;
	min-width:40px;
}

div.portal_listInfoContainer
{
	display:flex;
	width:95%;
	padding: 20px;
}

div.portal_listInfo_IconWrapper
{
	width:7%; 
	min-width:50px;
	padding:5px;
	display:flex;
	align-items:center;
}

i.portal_listInfo_DefaultWrappedIcon
{
	font-size: 2rem; 
	width:10%;
}

i.portal_listInfo_WrappedIcon
{
	font-size: 2rem; 
	width:10%;
	display:none;
}

span.portal_listInfo_WrappedText
{
	font-weight: bold;
	padding:10px;
}

.gesendet-am {
    margin-left: auto;
}

.portal_chooseCarrier_Img
{
	width:120px;
	height:60px;
	cursor: pointer;
}

.portal_TextCenter
{
	display:block;
	text-align:center;
}

.portal_vertical_flex_container
{
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.portal_vertical_flex_item
{
  padding:25px;
  margin:10px;
  text-align:center;
  max-width:250px;
  height: 175px;
}

.portal_chooseCarrier_CarrierText
{
	display: block; 
	text-align: center;
	font-size:small;
        border-top:2px; 
	border-top-style:solid;
}

.AUVABorderColor, .auvaBorderColor{border-color:rgb(0,123,182);}
.BVAEBBorderColor, .bvaebBorderColor{border-color:rgb(132,189,0);}
.SVSBorderColor, .svsBorderColor{border-color:rgb(92,182,122);}

.AUVABorderTopColor, .auvaBorderTopColor{border-top-color:rgb(0,123,182);}
.BVAEBBorderTopColor, .bvaebBorderTopColor{border-top-color:rgb(132,189,0);}
.SVSBorderTopColor, .svsBorderTopColor{border-top-color:rgb(92,182,122);}

.AUVABorderLeftColor, .auvaBorderLeftColor{border-left-color:rgb(0,123,182);}
.BVAEBBorderLeftColor, .bvaebBorderLeftColor{border-left-color:rgb(132,189,0);}
.SVSBorderLeftColor, .svsBorderLeftColor{border-left-color:rgb(92,182,122);}

.AUVABorderRightColor, .auvaBorderRightColor{border-right-color:rgb(0,123,182);}
.BVAEBBorderRightColor, .bvaebBorderRightColor{border-right-color:rgb(132,189,0);}
.SVSBorderRightColor, .svsBorderRightColor{border-right-color:rgb(92,182,122);}

.uvportal_elda_headInfo
{
	display:block;
	background:whitesmoke;
	text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    /*
    border: 1px;
	border-style:solid;

    */
}

.uvportal_border_left_right
{
	border-left-style:solid;
	border-right-style:solid;
}

.uvportal_elda_infoItem
{
	width:33%;
	display:inline;
	padding: 15px;
	font-size:small;
	text-align:center;
	border-color: lightgrey;
}

.uvportal_elda_infoContainer
{
	margin: 20px;
}

.uvportal_elda_formularContainer
{
	
}

.uvportal_elda_formularItem
{
	text-align: center;
    /*background: whitesmoke;*/
    
    border-style: solid;
    padding: 10px;
    border-radius: 5px;
    border-color: lightgrey;
}

.uvportal_elda_formularImage
{
	width: 80px;
    height: 80px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-radius: 15px;
    border-color: lightgrey;
}
    

.uvportal_dialog_header_carrierLogo
{
	width: 60px;
    position: absolute;
    left: 20px;
    top:20px;
}

.uvportal_dialog_header_formular
{
    border-bottom-style: solid;
    padding: 10px;
}

.uvportal_carrierItem:hover > .portal_chooseCarrier_Img
{
    -webkit-filter: brightness(0.7);
	filter:brightness(0.7);
}

.uvportal_elda_formularItem:hover > .uvportal_elda_formularImage 
{
    -webkit-filter: brightness(0.7);
	filter:brightness(0.7);
}


.uvportal_elda_formularItem_InfoText
{
    text-align: center;
    border-style: solid;
    margin: 10px;
    padding: 10px;
    background: lightyellow;
    border-color: darkgoldenrod;
}
.uvportal_documentItem_InfoText
{
    font-size: 2em;
    top: 30%;
    position: relative;
    color: slategray;
}

/*
.portal_ListItem_2021:hover i.portal_listInfo_DefaultWrappedIcon
{
	display:none;
}

.portal_ListItem_2021:hover i.portal_listInfo_WrappedIcon
{
	color:green;
	display:initial;
}
*/


li-document
{
	display: list-item;
}

.uvportal_elda_infoItem_disabled
{
	color:lightgrey;
}

.uvportal_elda_infoItem_disabled > p > span > a
{
	  cursor: default;
      pointer-events: none;        
      text-decoration: none;
      color: grey;
}

/*
.uvportal_elda_infoItem_disabled > p:last-child
{
	display:none;
}

*/
