/* NetTalk menu css */
.ui-menu .ui-menu-icon {right:0.5em;}

.nt-menu-div {
border:0px solid!important;
height:fit-content;
width:99%;
border-collapse: collapse;
margin:4px;  
}

.nt-menu{
display:flex;
flex-wrap:wrap;
gap:0.5em;
border:0px solid!important;
padding: 0;
margin-bottom: 0.5em;
margin-top: 0;
list-style: none;
border-collapse: collapse;
background:transparent;
}

.nt-menu-accordion{
margin-right:1em;
height: fit-content;
}

.nt-menu-taskpanel{
margin-right:1em;
height: fit-content;
}

.nt-mainmenu-button{
padding:0.5em;
width: 20em;
display: flex;
align-items:center;
justify-content:flex-start;
}
/*accordion & taskpanel menus*/
.ui-accordion .ui-accordion-header{display:flex;align-items:center;}
.nt-menu-accordion .ui-accordion-header{justify-content:space-between}
.nt-menu-taskpanel .ui-accordion-header{justify-content:space-between}

.nt-accordion-menu-header{}
.nt-taskpanel-menu-header{display:flex;align-items:center;justify-content:space-between;}

.nt-taskpanel-menu-body{overflow:hidden;padding:0.2em!important;border:0}
.nt-accordion-menu-body{overflow:hidden!important}

.ui-accordion-content {max-height: 400px;}
.nt-accordion-icon-left{flex-direction:row;}
.nt-accordion-icon-right{flex-direction:row-reverse;justify-content: space-between;}
.nt-menu-drop{}
.nt-menu-nodrop{}
.nt-menu-button{display:flex;}

.nt-menu a:link, .nt-menu a:visited, .nt-menu a:hover, .nt-menu a:active {
padding:0.5em;
padding-left:1em;
padding-right:1em;
}

.nt-menu-button {
display: flex;
min-width: 100px;
text-align:center;
align-items: center;
padding: 5px 4%;
text-decoration: none;
border:0;
}

.nt-menu-items{
list-style: none;
position: absolute;
margin: 0;
z-index: 90;
padding: 0;
}

.nt-menu-items-button {
display: flex;
width: auto;
min-width: 152px;
padding: 5px;
text-decoration: none;
}

.nt-menu-items{}
.nt-menu-item{display:flex;align-items:center;}
.nt-menu-item{white-space: nowrap;margin-right: 0.1em!important;}

.nt-menu-item-alone{
display: flex;
align-items: center;
text-decoration: none;
width: 100%;
padding: .5em .5em .5em .7em; 
margin-top: 2px;
margin-bottom: 2px;
}

.nt-menu-item a{display:flex;align-items:center;text-decoration:none;width:100%}
.nt-menu-text{padding-left:1em;padding-right:1em;}
.nt-menu-item-text{padding-left:1em;padding-right:1em;}
.nt-menu > li ul li ul {margin: -29px 0 0 163px;position: absolute;}
.nt-menu span {}
.nt-menuleft{float:left;margin-right:20px;margin-top:10px;}
.nt-menuright{float:right;margin-left:20px;margin-top:10px;}
.nt-small-menu{display:none}

@media screen and (max-width: 640px){
	.nt-small-menu{
		width: 32px;
		height: 32px;
		display: inline-block;
		position:absolute;
		top:10px;
		right:10px;	
	}
	.nt-menu-div{padding:0;margin:0;height:0}
    .nt-menu{position: absolute;    top: 70px;    left: 0; width:100%}	
	.nt-menu-div ul{ display:none;z-index:200}
	.nt-menu > li {float:none; width:100%}
    .nt-menu > li ul {width:100%}
	.nt-menu a:link{padding:1em;}
}
.nt-sticky-panel-top{
position:sticky;
top:0;
background:white;
z-index:2;
}
.nt-sticky-panel-side{
position:sticky;
top:10.5em;
background:white;
z-index:2;
}
.nt-sticky-top-menu{
position:sticky;
top:-1px;
z-index:3;
}
.nt-sticky-top-menu.stuck{
z-index:3;
background: white;
padding-bottom: 0.5em;
padding-top: 0.5em;
transition: 0.5s ease all;
}
