
/* 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:ecds_style_srv */
/* server side setups */
html {
  margin: 0;
  padding: 0;
  background: transparent;
   }

* {
  margin: 0;
  padding: 0;
}

body {
    position:fixed;
    top: 0;
    left: 0;
   margin: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  }


/* viewer */

div.slidesrv {
 padding: 0;
 width: 100wv;
 height: 100vh;
 margin: 0;
 text-align: center;
 position: static;
}

#image-container {
top: 7.5%;
left: 7.5%;
height: 85%;
width: 85%;
position: absolute;
}


div.slidesrv div.imageslide {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
    height: 100%;
}

div.img {
    width: 100%;
    height: 100%;
}

div.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 85vmin;
}

div.slidehandle {
    height: 100%;
    width: 40%;
    z-index: 2;
    background: transparent;
    position: absolute;
    top: 0;
    font-size: 30vmin;
    line-height: 70vmin;
    font-stretch: 10%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    color: black;
}

div.slidehandle:hover {
    animation: opacityOn 2s normal forwards;
    animation-delay: 2s;
    opacity: 0;
}

@keyframes opacityOn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .75;
    }
    100% {
        opacity: 0;
    }
}


.gonext {
    right: 0;
}

.gonext a {
 }

.goprev a {
 }

.goprev {
    left: 0;
}

/* slide navigation */
div.slidesrv div.slidenav {
  position: absolute;
  bottom: .5vmin;
  left: 1%;
  width: 100%;
  padding-bottom: 1vmin;
  font-size: 1.3em;
}

div.slidesrv div.nav {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    background-color: transparent;
}

div.slidesrv div.nav span {
    display: block;
    width: 2em;
    text-align: center;
    vertical-align: middle;
}

div.slidesrv div.nav span.counter {
}

 
div.slidesrv div.nav a {
 color: #aaa;
 text-decoration: none;
 padding: 0;
 margin: 0;
 font-weight: bold;
 font-size: 1.4em;
}

div.slidesrv div.nav a:hover {
 color: black;
 background: transparent;
 text-decoration: none;
}

#FasterButton {
    padding-top: .25em;
 }

#PauseButton {
/*    padding-bottom: .5em; */
    font-weight: normal;
}

#SlowerButton {
/*    padding-bottom: .5em; */
}


/* slide text */

div.canvas div.text {
 width: 720px;
 height: 550px;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0;
 margin-top: 0;
 background: transparent;
}

div.canvas div.text div.innertext {
  text-align: left;
  font-size: 1.4em;
  line-height: 1.4em;
 width: 80%;
 height: 400px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 50px 30px 30px 30px;
  background: #fefefe;
border-radius: 1em 4em 1em 4em;
-moz-border-radius: 1em 4em 1em 4em;
}


/* 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 */
