
/* ecds/css: including:ecds_style */
html {
}

* {
  box-sizing: border-box;
}

/* general settings */


.nofloat {
clear: both;
  float: none;
 }


.lfloat { 
  float: left;
 }

.rfloat { 
  float: right;
 }

.fleft {
  /*  float: left; */
}

.fright {
  /*  float: right; */
}

.fcen {
 margin-right: auto;
 margin-left: auto;
}


/* ----------------- footer ------------------ */
/*
div.footer {
 position: fixed;
 clear: both;
 float: none;
 margin: 0;
 padding: 0;
 bottom:0;
 left: 2.5%;
 width: 95%;
 height: 5px;
 background-color: transparent;
 z-index: 255;
 font-size: 16px;
}



*/

div.footer { 
 position: fixed;
 clear: both;
 float: none;
 margin: 0;
 padding: 0;
 bottom:0;
 left: 2.5%;
 width: 95%;
 color: white;
 background-color: transparent;
 height: 6px;
 line-height: 60px;
}

div.footer:hover { 
 color: white;
 background-color: #e98020;
 border-style: solid;
 border-width: 1px;
 border-color: #a0a0a0;
 border-radius: 5px; 	
 height: 60px;
 z-index: 255;
 }


div.footer div.middle {
    position: relative;
    width: 100%;
   margin: 0;
   font-family: Verdana, Helvetica, Lucida, sans-serif;
   display: flex;
   align-content: center;
   justify-content: space-between;
   align-items: center;
}

div.footer div.middle div {
    vertical-align: middle;
    padding: 0 .5em 0 .25em;
}

div.footer div.middle div.ecds {
    width: 60px;
}

div.footer div.middle div.ecds img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

div.footer div.middle a {
   color: inherit;
}

div.footer div.middle div.skelactions {
}

div.footer div.middle div.skelactions a {
    margin: 0 .25em;
}
/* fine footer  */

  /* ------------------------- utility ------------------------------*/

div.spacer { 
  clear:both;
  float:none;
}

/* ecds/css: including:auth_style */
#authwrapper {
    position: absolute;
    top: 20vh;
    left: 30%;
    width: 40%;
    background-color: transparent;
}

#auth {
    width: 100%;
    max-width: 500px;
    height: 100%;
    overflow: auto;
    padding-top: 30px;
    background-color: white;
    border-width: 2px 1px 1px 2px;
    border-color:#666;
    border-style:solid;
    box-shadow: 3px 6px 10px #000;
    border-radius: 15px;

}

#auth div.auth {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
    padding: .5% 2.5% 0 2.5%;
}

#auth div.auth label,
#auth div.auth input[type="text"],
#auth div.auth input[type="password"] {
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#auth div.auth input[type="text"],
#auth div.auth input[type="password"] {
    width: 100%;
    display: block;
    float: left;
    padding: 0 1% 0 1%;
    font-size: 1rem;
}

#auth div.auth label {
    width: 20%;
    display: block;
    float: left;
}

#auth div.aform {
position: static;
width: 100%;
float: none;
clear: both;
}

#auth div.authutils {
position: static;
width: 100%;
margin: 1em auto 0 auto;
padding: 0 1%;
float: none;
}

#auth div.authutils a {
    display: block;
    height: 2em;
    vertical-align: middle;
    color: black;
    font-weight: normal;
}

#auth div.authutils a:hover {
    color: red;
}

#auth div.errore {
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: normal;
     position: absolute;
     top: 0;
    left: 0;
    line-height: 1.1em;
    font-size: 0.8em;
    color: red;
}

#auth div.ermessage {
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: normal;
     position: absolute;
     top: 0;
    left: 0;
    line-height: 1.1em;
    font-size: 0.8em;
    color: red;
}

#auth div.errore p.efield,
#auth div.errore span.efield,
#auth div.ermessage span.efield,
#auth div.ermessage p.efield {
}

#auth div.auth input[type="submit"] {
    width: 100%;
    float: none;
    color: #555;
    margin: .5% auto 0 auto;
    height: 1.75em;
    font-size: 1.375em;
    vertical-align: middle;
}

#auth div.auth input[type="submit"]:hover {
    font-weight: bold;
    color: red;
}

/* ecds/css: including:ibuffer_style */
#authent,#view,#edit,#admin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
   height: 100vh;
    display: none;
    text-align: center;
    vertical-align: middle;
    z-index: 255;
    background-color: rgba(255,255,255,0.5);
}

iframe.buffer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

#edit div.cont {
    position: absolute;
    top: 10vh;
    left: 10%;
    width: 80%; 
    height: 80vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    box-shadow: 3px 10px 16px black;
 }

#view div.cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
}

#authent div.cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

#admin div.cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: rgba(240,240,240,0.8);
}


#xedit  {
    position: relative;
    top: 0;
    left: .25em;
    margin-right: 100%;
}

#xview {
    position: relative;
    top: 0;
    left: .25em;
    margin-right: 100%;
}

#xauthent {
    position: relative;
    top: 15vh;
    left: 30%;
    margin-right: 100%;
    color: black;
}

#xadmin {
    position: relative;
    top: 0;
    left: .25em;
    margin-right: 100%;
}

div.close {
    z-index: 21;
}

div.close a {
    text-decoration: none;
    color: #aaa;
     text-align: left;
     font-weight: bold;
     font-size: 3em;
}

div.close a:hover {
    color: black;
}


/* ecds/css: including:ecds_last_style */
