#ttpoint{
	display: inline-block;

    background: linear-gradient(45deg, white 50%, transparent 50%);
    width: 14px;
    height: 14px;
    border-style: none none solid solid;
    border-color: silver;
    border-width: 1px;
    transform: rotate(-45deg);
    top: -9px;
    position: relative;

}



#finds {
    display: none;
    height: 270px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 5;
    background: white;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .4);
    max-height:0px;
    transition:max-height .7s;
}


#closeAI {
    position: absolute;
    right: 2px;
    top: 10px;
    padding: .25em .5em .25em .5em;
    background: #eeeeee;
    cursor: pointer;
    z-index:6;
}
            #closeAI:hover {
                background:#aaaaaa;
                color:white;
            }

        #SuggestAsk{
            display:none;
        }
        .askBubble{
            background:#eeffee;
            border-radius:15px;
            width:65%;
            font-size:13px;
            float:left;
            margin:1em;
            margin:.5em;
            padding:1em;
            box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .4);
        }
        /*
            .askBubble:before {
                content: '';
                border: 15px solid;
                border-color: transparent transparent #eeffee transparent;
                position: relative;
                top: -61px;
            }

            .respBubble::before {
                content: '';
                border: 15px solid;
                border-color: transparent transparent #eaeaff transparent;
                position: relative;
                top: -61px;
            }
            */
        .respBubble{
            background:#eaeaff;
            border-radius:15px;
            width:65%;
            font-size:13px;
            float:right;
            margin:.5em;
            padding:1em;
            margin-top:6px;
            margin-bottom:2em;
                box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .4);

        }
        .respBubble>img{
            height:1em;
        }
#aiWindow {
    position: fixed;
    top: 3em;
    bottom:1em;
    /*border: 1px solid;*/
    
    max-width: 84%;
    left: 14%;
    background: white;
    z-index: 101;
    display: none;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, .4);
    max-height: 0px;
    overflow: hidden;
    transition: max-height .7s;
    width: 47em;
    max-width: 86%;
}

#answers {
    position: absolute;
    top: .5em;
    left: .5em;
    right: 2em;
    bottom: .5em;
    border: none;
    overflow-y: scroll;
    transition:top .7s;

}
#aisearchHolder {
    display: inline-block;
    top: .5em;
    left: 15%;
    position: absolute;
    width: 37em;
    max-width: 50%;
    z-index: 100;
}
#aisearch {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.15em;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: .5em;
    position: absolute;
    left: 0px;
    right: 4em;
    border: 1px solid grey;
    border-radius: 3px;
}
#sendAI{
    display:none
}
.button {
    float: right;
    vertical-align: middle;
    background: #fefefe;
    margin-right: .25em;
    margin-left: .25em;
    display: inline-block;
    cursor: pointer;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .25em;
    padding-bottom: .25em;
    border-radius: 5px;
    box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, .2);
    font-size: 1.16em;
}


#aisearch_OLD {
    height: 3em;
    position: absolute;
    left: 1em;
    right: 3em;
    top: .5em;
    font-size: .8em;
}
.helpbutton:hover{
opacity: 1;

}

.helpbutton{
	position:absolute;
	top:1px;
	right:1px;
	cursor:pointer;
 	opacity: .65;
	z-index: 9;
	border: 1px solid rgb(255, 103, 150);	
    width: 1.25em;
    height: 1.35em;
	text-align: center;
	background: rgb(255, 103, 150);
	color: white;
	/*font-size: 2.4vmin;*/

}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color:white
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #efefef;; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: silver; 
}




body{
	color:rgb(50, 49, 48)
	font-size:16px !Important;
}


#closehelp{
	font-size:27px;
	position: absolute;
    top: 1px;
    right: 0px;
    cursor: pointer;
	padding-left:.5em;
	padding-right:.5em;
	padding-top:.25em;
	padding-bottom:.25em;
	font-weight:100;
	cursor:pointer;
}
#closehelp:hover{
	background:rgb(243, 242, 241)
}


*.closehelp:hover, *.help:hover {
    opacity: 1;
}

*.closehelp, *.help {
    font-family: arial;
    cursor: pointer;
    opacity: .5;
    z-index: 9;
    left: -1.3em;
    top: 0.2em;
    position: absolute;
    display: inline-block;
    border: 1px solid rgb(255, 103, 150);
    border-radius: 5px;
    width: 1.1em;
    height: 1.1em;
    text-align: center;
    background: rgb(255, 103, 150);
    color: white;
    font-size: 3.4vmin;
}
#leftpart{
    position:absolute;
    left:0px;
    width:265px;
    top:0px;
    bottom:0px;

}

#name{
    margin-top:60px;
    font-size:.9em;
    margin-left:10px;
    margin-bottom:60px;
    
}
.menu {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size:14px;
    border-radius:4px;
    margin-right:30px;
}
    .menu.selected {
        box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
        background: white ;
    }
    .menu:hover {
        background: rgb(232,232,232)
    }
    .menu > img {
        height: 20px;
        vertical-align: middle;
        margin-right: 20px;
    }


        *.appcontainer{
              
                  border-top: none;
               height:100%;
               
			   background:rgb(248, 248, 248);
		overflow-y:hidden;
		position: absolute;
		transition: left .2s;
            left: 265px;
	    right:0px;
	    overflow-x: auto;
	    height: calc(100vh - 51px);
  	    height: calc(100dvh - 51px);
        }

        *.tab{
	display:none !Important;
            top:1px;position:relative; display:inline-block;border-radius:2px 2px 0px 0px ;border:1px solid silver;padding:10px;color:#777777;cursor:pointer;vertical-align: bottom;background:#f3f3f3;z-index: 22;
        }
        *.active{
            color:#444444;
            border-color: silver silver #fcfcfc silver;
                padding:12px;
	    background-color:white;
        }

        *{	-webkit-text-size-adjust: 100%;
  color: rgb(50, 49, 48);
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif

		}


	*.folder {
                margin:.5em;               
                padding:.5em;
                border-radius:2px;
		/*border:1px solid silver;*/
		/*display:inline-block;*/
	height:90%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
	    width: max-content;


            }

.folderHead{display:none;}

	*.title{
		width:13em;
		display:inline-block;
		text-align:center;
/*		color:#565656;
		background:#efefef;
		border-color:silver;
		border-width:1px;
		border-style:solid none none none;
		font-size:1.2em;*/
		padding-top:5px;
		padding-bottom:5px;

	}
            *.alink.small{
                vertical-align:middle;
            }
            *.alink {
                position: relative;
                width: 13em;
                display: inline-block;
                border: 1px solid  rgb(234, 234, 234);
                text-align: center;
                margin: 1.5em;
                margin-top: .5em;
                margin-bottom: .5em;
                border-radius: 2px;
                overflow: hidden;
                background: white;
				box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
            }


	*.alink:hover{
		box-shadow:3px 3px 9px 0px rgb(75 75 75 / 20%);top:-2px;position:relative;
	}
*.alink:hover>.logo{
filter: none;
}

	#showHelp{
		position:absolute;
		width:750px;
		max-width:90%;
		top:48px;
		bottom:0px;
		right:0px;
		overflow-y:hidden;
		overflow-x:hidden;
		box-shadow: 5px 5px 12px 3px rgba(75,75,75,.35);
		z-index:100;
		background-color:white;
		opacity:0;
		transition:opacity .15s;
		display:none
	}


	#helpContents{
		position:absolute;
		top:65px;
		bottom:0px;
		
		overflow-y:scroll;
		overflow-x:hidden;
		margin-left: 4em;
		padding-right: 4em;
		
	}


        *.logo{
        max-WIDTH:12em;       
        max-height:2.8em;
	display:inline-block;
	padding-top:.5em;padding-bottom:.5em;
	filter: grayscale(.81) brightness(1.15);
	
        }
        *.alink:hover{/*background:#efefef;*/}
        
    @media only screen and (max-width: 520px){
        #aiWindow {
                left:0px;
        }
	}


	@media only screen and (max-width: 720px){
		body{font-size:13px}
	}
/*
	@media only screen and (min-width: 1680px){
		body{font-size:20px}
	}
*/





@media (max-width:1060px) {
    #leftpart{
        width:40px;
        padding-top:1em;

    }
    *.appcontainer{
        left:40px;
    }
    #name{
        display:none;
    }
    .menu {
        color:transparent;
       overflow:hidden;
       white-space:nowrap;
        padding-left: 6px;
        margin-right: 6px;
    }
        .menu:hover {
            color: unset;
            width: 300px;
            font-size: 14px;
        }
    #leftpart {
        z-index: 10;
    }
}

@media (max-width:550px) {
    #leftpart {
        display:none;
    }
    *.appcontainer {
        left: 0px;
        padding-left:10px;
        padding-right:10px;
        
    }
    #regcell {
        font-size: 1em ;
        width:12em;
    }
    td.type{
        width:200px;
    }
    .boxtable{
        margin-left:1px;
        margin-right:1px;
    }
 
}

@media (max-height:500px) {
	#showHelp{
			top:0px;
	}
	#topBanner{
		top:-2.5em !important;
	}
	#contentHolder{
		top:0px;
	}
	*.appcontainer{
		    height: calc(100dvh - 12px);
	}
}




