/* This files have all stylses for portal main page*/

.fa-portal
{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--COLOR_MAIN) white;
}

.fa-portal-freespace
{
	min-width: 100%;
	min-height: calc(100vh - 108px);
	max-height: calc(100vh - 108px);
}

.fa-portal .fas, .fa-portal .fab , .fa-portal .fa-solid
{	
	word-wrap: wrap;
	font-size:225%;
	margin: auto;
}
.fa-portal-element
{
	color:white;
	background:var(--COLOR_MAIN);
	padding:2px;
	text-align:center;	
	border-radius: 5px;
	height: max-content;
    margin-left: auto;
    margin-right: auto;
	font-size:70%;
    width: 103px;
    height: 50px;  
    display: flex;
    border: var(--COLOR_BACKGROUND_CONTRAST);
    border-width:2px;
    border-style:solid;
}

.fa-portal-element:hover
{  
	transform: scale(0.95, 0.95);
    color: var(--COLOR_ACTIVE);
}

.fa-portal-element:hover .a,
.fa-portal-element:hover .a:visited,
.fa-portal-element:hover .a:hover
{  
    color: var(--COLOR_ACTIVE);
}

.fa-portal-element:active
{
	transform: scale(0.9, 0.9);
}

.fa-portal-element-container
{
    padding:1px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.fa-portal .fas:hover,.fa-portal .fab:hover,.fa-portal .fa-solid:hover
{
	color: var(--COLOR_ACTIVE); 	
}

.accountLink
{
    outline: none;
  box-shadow: none;
}

/* ######################################################## */
/* portal install or maintain strcuture*/
#ServerResponsePart1
{
    overflow: auto;
    max-height: 250px;
}

.iconInstallPage
{
    max-width: 50%;
    margin:auto;
    display: flex;
    border-radius:250px;
    box-shadow: inset -1px -1px 3px var(--COLOR_MAIN80);
    padding:0px;
    cursor: pointer;
}

.iconInstallPage:active
{
	transform: scale(0.9, 0.9);
}

.installStartPageCloud
{
    display:flex
}
/* ######################################################## */
/* portal start page structure*/
#leftAreaPortalIndexPage
{
    max-width: 360px;
    min-width: 360px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 50px;
}

#middleAreaPortalIndexPage
{
    max-width: 360px;
    
    min-width: 360px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: 5px;
}
#rightAreaPortalIndexPage
{
    max-width: 360px;
    min-width: 360px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: 5px;    
}

@media screen and (max-width: 1115px) {
  #middleAreaPortalIndexPage {
    order: 3; 
  }
}
@media screen and (max-width: 748px) {
  #rightAreaPortalIndexPage {
    order: 1; 
  }
  #leftAreaPortalIndexPage {
    order: 2; 
  }
}


.areaBlock
{
    background: var(--COLOR_BACKGROUND_CONTRAST_LIGHT);   
    border-radius: 5px;     
    padding: 5px;
    margin: 5px;
}

.areaBlockText
{
    width: 100%;
    text-align: center;
    color: var(--COLOR_MAIN);
}



/* ######################################################## */
/* dynamic content and text elements */
.portalBlogImage
{
    border-radius: 10px;
    width: 280px;
    display: flex;
    margin: auto;
}

.minion
{
    border-radius: 10px;    
}

.logoBig
{
	height: 90px;
	margin: 5px;
	margin-left: auto;
    margin-right: auto;
    display: flex;
}



/* ######################################################## */
/* quote style*/
blockquote {
	margin:auto;
	width: 95%;
	position: relative;
}

cite {
	display: block;
	text-align: right;
    top: -0.45em;
    position: relative;
    background: white;
    padding: 5px;
    padding-top: 0;
    border-radius: 5px;
}

blockquote::before, blockquote::after {
  display: block; 
  font-size: 2em;
  color: var(--COLOR_MAIN);  
}
blockquote::before {
  content: '“';
  line-height: 30%;
  margin-top: 30px;
}

blockquote::after {
    content: '”';
    line-height: 30%;
    top: -0.3em;
    position: relative;
}

#smalltrainingsentenceSentence
{
    background: white;
    padding: 5px;
    border-radius: 5px;
    word-wrap: anywhere;
}

/* ######################################################## */
/* apps */
/* visual style for disabled app tiles */
.disabled_plugin
{
	color: gray !important;
    cursor: not-allowed;
}

/* suppress color change on hover for disabled app tiles */
.disabled_plugin:hover,
.disabled_plugin *:hover
{
    color: gray !important;
}

.fa-portal-element a{
	display: grid;
}

