/*TEMPLATE-JSON-START
{
    "name":"template GK login.grandekos.com",
    "main":"template.php",
    "author":"t3ch"
}
TEMPLATE-JSON-END*/

/*.pointId {
    position:relative;
}
.pointId:before {
    position: absolute;
    top: -20px;
    content: attr(id);
    font-size: 0.7em;
    color: red;
    box-shadow: 0px 0px 2px 1px;
    border-radius: 9px;
    padding: 3px;
}*/
body {
    position:relative;
    font-family: system-ui;
}
.logo {
    float:right;
    font-size:0.7em;
    color:gray;
    text-align:center;
}
.logo .logoimg {
    background-image:url('/logo.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    width:48px;
    height:48px;
}
code {
    padding:9px;
    margin: 3px 11px 0px 11px;
    box-shadow:0px 0px 1px 0px lightgray;
    border-radius:9px;
    display:block;
    white-space: break-spaces;
    font-family:Consolas, monaco, monospace;
    font-size:0.8em;
    background: black;
    color: lightgreen;
}

img.lsnpUploads { /* uploads with plugin webpage */
    width:100%;
}
img.small {
    width:28%;
    height:auto;
}
img.medium {
    width:50%;
    height:auto;
}
img.big {
    width:80%;
    height:auto;
}
img.fullscreen {
    width:100%;
    height:auto;
}


.template_top {
    padding: 13px 7px;
    background: lightblue;
    border-radius: 9px;
}
.template_top .head {
    margin:0px 0px 0px 177px;
}
.template_top .head .main {
    font-size:2em;
}
.template_top .head .title {
    font-size:0.8em;
    color:brown;
}
.template_top .logo a {
    font-size: 2em;
    font-weight: bolder;
    font-family: fantasy;
    text-decoration:none;
    color:brown;
}
.template_content {
}
.template_content .path {
}
.template_content .path .field {
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.template_content .path .field .ourdrops {
	display:none;
	position:absolute;
	z-index:1;
	background:lightgray;
	border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.template_content .path .field ul {
	padding:7px;
    padding-inline-start:0px !important;
    margin:0px;
}
.template_content .path .field:hover .ourdrops, .template_content .path .field.active .ourdrops {
	display:block;
}
.template_content .path .field li {
	display:block;
	white-space:nowrap;
}
.template_content .path .field > a {
    font-size:1.3em;
    display:block;
}
.template_content .path .asep {
    margin:0px 4px;
}
.template_content .menu {
    word-break: break-all;
}
.template_content .menu .show {}
.template_content .menu .show ul {
    margin:0px;
}
.html_blocks_containers {
    display: inline-block;
    margin: 3px;
}
.template_content .containers {
	padding:13px 13px;
}
.template_content .dir_content {
	float:left;
    margin: 7px 17px;
}
.template_content .content {
    float:left;
}
.template_bottom {
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:36px;
}
.template_bottom .copyright {
    font-size: 0.6em;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #e3e7dd;
    padding: 2px 0px;
	box-shadow: 0px 0px 5px 0px blue;
}
/**/
body:not(.signed) div.isSigned { display:none; }
body.signed div.notSigned { display:none; }
/**/
#container {
	padding-bottom:33px;
}
body:not(.active) #container {
	display:none;
}
body:not(.signed) .wpsec26b56a { 
	display:none; 
}
#footer {
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    width: 100%;
    border: none;
    z-index:4;
}

/**/
.userinfo {
	position:absolute;
	right:13px;
	bottom:0;
}
.userinfo .field {
	display:inline-block;
}
.userinfo .field > div {}
/**/
/*.gkmenus {}
.gkmenus ul {
	list-style:none;
}
.gkmenus.mainMenu {
    position:absolute;
    left:0px;
    bottom:0px;
    z-index:2;
}
.gkmenus.userMenu {
    position:absolute;
    right:0px;
    bottom:0px;
}
.gkmenus.left:before {
	left: 0px;
}
.gkmenus.right .before, .gkmenus.left:before {
    position: absolute;
    bottom: 0px;
    width: auto;
    font-size:2em;
    background: greenyellow;
    color: white;
    line-height: 0px;
    font-weight: bolder;
    box-shadow: 0px 0px 2px 1px lightgrey;
    padding: 11px;
}
.gkmenus.right .before:not(.active), .gkmenus.left:not(.active):before {
	animation: mainMenuHighlight 0.7s ease-in-out infinite;
}
.gkmenus.right .before.active, .gkmenus.left.active:before {
	animation: mainMenuHighlight 3s ease-in-out infinite;
}
.gkmenus.right .before {
    width: 28px;
    height:8px;
    z-index: 2;
    right:0px;
    border-top-left-radius:38px;
    white-space:nowrap;
}
.gkmenus.left:before {
	content: "...";
    width: 28px;
    height:8px;
    border-top-right-radius: 38px;
    left:0px;
}
@keyframes mainMenuHighlight {
  0%  { background:greenyellow; }
  25% { background:cornflowerblue; }
  50% { background:tomato; }
  75% { background:springgreen; }
  100% { background:yellow; }
}
.gkmenus .field {
	vertical-align:bottom;
	max-width:0;
	overflow:hidden;
	background: tan;
    border-top-right-radius: 36px;
	border-top-left-radius: 13px;
}
.gkmenus .field a {
	display:block;
}
.gkmenus:hover:before, .gkmenus:hover .before {
	opacity:0;
}
.gkmenus:hover .field {
	max-width:100vw;
	overflow:unset;
	transition: all 2s smooth;
}
.gkmenus h1, .gkmenus ul {
	margin:0px;
}
.gkmenus .field > ul {
    padding: 2px 30px;
}
.gkmenus .field > ul > li {
    padding:0px 7px;
}
.gkmenus .field ul {
}
.gkmenus .field li {
}
.gkmenus .field ul li ul {
    overflow:hidden;
    max-height:70vh;
}

.gkmenus .field ul li:hover ul {
  overflow:none;
  max-height:50vh;
}*/

.versionField { 
    display:inline-block;
    padding:1px 3px;
}

/* for plugin webpagesPRO + HtmlBlocks */
.containers {
	display:inline-block;
}
