
/* ==========================================================================
   Summary

   1 = Basic Style
   2 = Copyright
   3 = Options
   4 = Upload
   5 = Terms of service
   6 = Install
   7 = Admin
   8 = Download page

   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700&display=swap&subset=latin-ext');


/* ==========================================================================
   1 = Basic Style
   ========================================================================== */


body {
  background: #efebe9;
    background-image: url(./tlo_1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-family: 'Muli', sans-serif;
      margin: 0;
      line-height: 1.5;
    color: #fff;
    background-attachment: fixed;
}
.hidde {
    display: none;
}

#content {
  /*padding: 2em;*/
}

h1 a {
  display: block;
  background: url(logo_1.svg) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  width: 350px;
  height: 131px;
  margin: 0em auto;
  position: relative;
  left: 0.4em;
}

h2 {
  text-align: center;
  color: #ffd100;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

fieldset {
  padding: 4.5em;
  margin: 0 auto;
  border-radius: 0px;
  width: 25em;
  border: 2px solid #ffffff50;
  min-height: 27em;
  min-width: 25em;
  position: relative;
  background-color: rgba(0,0,0,0.5);
}
#upload:not(.file-selected) fieldset {
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    border: 2px dashed #ffffff50;
    min-width: 60em;
    background-size: 20%;
    background-position: center 150px;
}



legend {
    padding: 0.5em 1em;
    /* background: #efebe9; */
    color: #fff;
    font-size: 1.0em;
    display: block;
    min-width: 8em;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}

table a {
  color: #fff;
}

table a:hover,
table a:focus {
  text-decoration: none;
}

input[type="submit"] {
  background: #27898c;
  border: 0;
  padding: 0.7em 3.2em;
  font-size: 1.1em;
  color: #FFF;
  cursor: pointer;
  margin: 10px;
  outline: 0;
  font-weight: bold;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
       -o-transition: all 0.7s ease;
          transition: all 0.7s ease;
   -webkit-box-shadow: 0px 0px 10px 5px rgba(0,5,5,0.08);
      -moz-box-shadow: 0px 0px 10px 5px rgba(0,5,5,0.08);
           box-shadow: 0px 0px 10px 5px rgba(0,5,5,0.08);
}

select,
input[type="text"],
input[type="password"] {
  border: 1;
  padding: 5px 5px;
  font-size: 1em;
    background-color: #FFF;
    /*border: 1px solid #fff;*/
    color: #000;
}
select {
    color: #27898c;
}
td.input_required:after {
    content: "*";
    position: absolute;
    margin-left: 5px;
}
option:first-of-type {
    display: none;
}
option:not(:first-of-type) {
    color: black;
}

select { width: 100%; }

input[type="submit"]:hover,
input[type="submit"]:focus {
  border: 0;
  position: relative;
  /*top: 5px;*/
  /*margin-bottom: 15px;*/
}
input[type="submit"]:hover {
    background-color: #5c2a61;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,5,5,0.18);
       -moz-box-shadow: 0px 0px 10px 5px rgba(0,5,5,0.18);
            box-shadow: 0px 0px 10px 5px rgba(0,5,5,0.18);

}


.inner {
  margin-top: 3em;
}

#upload fieldset {
  background: rgb(0 0 0 / 50%) url(elm_1.svg) no-repeat center;
  -webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
       -o-transition: all 0.9s ease;
          transition: all 0.9s ease;
}

#upload fieldset:hover {
    background-color: rgba(255,255,255, 0.1);
    border-color: #ffffff;
    background-size: 19%;
}
#upload.file-selected fieldset:hover{
    background-color: rgba(255,255,255,0.1);
}

#upload > form {
  text-align: center;
}

#upload p {
  margin: 0;
}

#file_select {
  position: relative;
  width: 100%;
  height: 16em;
  cursor: pointer;
  opacity: 0;

    padding: 2em 0 3em;
}
  #upload.file-selected #file_select {
    opacity: 1;
    height: 2em;
  }
  #upload.file-selected fieldset {
    background-image: none;
  }
#upload.file-selected legend{
    display:none;
}

/*input checkbox*/
.checkbox, .radio {
    position: relative;
    cursor: pointer;
    padding: 1em;
}
.checkbox::-moz-selection, .radio::-moz-selection {
    background: transparent;
}
.checkbox::selection, .radio::selection {
    background: transparent;
}
.checkbox input + span, .radio input + span {
    background: white;
    content: "";
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.checkbox input + span::after, .radio input + span::after {
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
@media screen and (min-width: 768px) {
    .checkbox:hover input + span, .radio:hover input + span {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }
}
.checkbox input:active + span, .radio input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.checkbox input:focus + span, .radio input:focus + span {
    box-shadow: 0 0 0 3px #62c1c5;
}
.checkbox input:checked + span::after, .radio input:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox input, .radio input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.checkbox input + span {
    border-radius: 2px;
}
.checkbox input + span::after {
    background: #27898c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
}
.radio input + span {
    border-radius: 100%;
}
.radio input + span::after {
    border-radius: 100%;
    margin: .65em;
    width: .75em;
    height: .75em;
}
.radio input:checked + span::after {
    background: black;
}


/* ==========================================================================
   2 = Copyright
   ========================================================================== */

#copyright {
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  margin: 1em auto;
  opacity: 1;
}

#copyright a {
  color: #795548;
  text-decoration: none;
}

#copyright a:hover,
#copyright a:focus {
  text-decoration: underline;
}

/* ==========================================================================
   3 = Options
   ========================================================================== */

#options {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 90%;
}

#options tr { height: 2.7em; }

#option_table tr:first-child {
  width: 100%;
  height: 100%;
}

#option_table td:first-child {
}

#options input[type="submit"] {
  position: relative;
  margin: 1em auto;
}

/* ==========================================================================
   4 = Upload
   ========================================================================== */

#upload_finished,
#uploading,
.message,
.info,
.error {
  text-align: center;
  color: #fff;
  padding-left: 3em;

}

#upload_finished > p:nth-child(1) {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

#upload_finished > p:nth-child(1) img {
  max-width: 200px;
  margin-top: 20px;
  padding-bottom: 50px;
}




#upload_finished div p:nth-child(1) {
  font-weight: 300;
  text-align: left;
}

#upload_finished a {
  text-decoration: underline;
  color: #00ccff;
  font-weight: 600;
}
#upload_finished p{
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
}

#uploading a {
  font-weight: bold;
  text-decoration: none;
  color: #795548;

}



#uploaded_percentage {
  font-size: 2em;
  font-weight: bold;
}

#upload_finished a:hover,
#uploading a:hover,
#upload_finished a:focus,
#uploading a:focus {
  text-decoration: underline;
}

.message,
.error {
  color: #ffd102;
  font-weight: 300;
  font-size: 35px;
  text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 4.5em;
    margin: 0 auto;
    border-radius: 0px;
    width: 25em;
    border: 2px solid #ffffff50;
    min-height: 3em;
    min-width: 25em;
    position: relative;
    background-color: rgba(255,255,255,0.2);
}

#upload_link_email {
  margin-left: 10px;
}

#upload_image_email {
  padding-left: 20px;
  padding-bottom: 15px;
  background: url(email.png) no-repeat;
}

#upload_finished{
    color: #fff;
    padding: 4.5em;
    margin: 0 auto;
    border-radius: 0px;
    width: 25em;
    border: 2px solid #ffffff50;
    min-height: 20em;
    min-width: 30em;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    padding-top: 1em;
    padding-bottom: 1em;
}
#upload_finished div{
    margin-bottom: 15px;
}
#upload_validity {
    margin: 2em auto;
}
#upload_validity p {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
}
#upload_validity p#date{
    color: #f532e6;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
#upload_finished p {
    text-align: left;
}
#upload_finished button{
    background-image: url(./icon_1.svg);
    background-color: #58c4c5;
    background-repeat: no-repeat;
    border: none;
    width: 50px;
    vertical-align: middle;

    cursor: pointer;
}
code {
    background: #fff;
    color: #000;
    padding: 13px 5px;
    width: 80%;
    display: inline-block;
    font-size: 10px;
    text-align: left;
}



/* ==========================================================================
   5 = Terms of service
   ========================================================================== */

textarea[readonly="readonly"] {
  border: 0;
  color: #795548;
  font-family: Arial, sans-serif;
  background: none;
  margin: auto;
  display: block;
}

textarea[readonly="readonly"] + p,
textarea[readonly="readonly"] + p + p {
  text-align: center;
  color: #795548;
}

textarea[readonly="readonly"] + p a,
textarea[readonly="readonly"] + p + p a {
  font-weight: bold;
  text-decoration: none;
  color: #795548;
}

textarea[readonly="readonly"] + p a:hover,
textarea[readonly="readonly"] + p + p a:hover,
textarea[readonly="readonly"] + p a:focus,
textarea[readonly="readonly"] + p + p a:focus {
  text-decoration: underline;
}

.terms {
    width: 60%;
    display: block;
    margin: auto;
}



/* ==========================================================================
   6 = Install
   ========================================================================== */

#install fieldset,
#install + fieldset {
  width: auto;
  max-width: 50em;
  border: 7px dashed #bcaaa4;
}

#install table,
#install + fieldset table {
  width: 100%;
  border-collapse: collapse;
}

#install td,
#install + fieldset td {
  padding: 0.5em 1em;
  border-bottom: 0;
}

#install td:empty {
  width: 13.1em;
}

#install table form:nth-child(odd),
#install + fieldset tr:nth-child(odd) {
  background: #bcaaa4;
}

#install fieldset > form {
  margin-top: 2em;
  text-align: center;
}

#install form {
  display: table;
  width: 100%;
}

#install td:last-child { text-align: left; }

#install .info { width: 19em; }

#install input[type="submit"] {
  min-width: 10.5em;
}

#install + fieldset table {
  font-size: 0.9em;
}

#install + fieldset td:first-child input[type="submit"] {
  background: none;
  padding: 0;
  color: #000;
  font-weight: bold;
  border-bottom: 0;
}

#install + fieldset td:first-child input[type="submit"]:hover,
#install + fieldset td:first-child input[type="submit"]:focus {
  text-decoration: underline;
}

/* ==========================================================================
   7 = Admin
   ========================================================================== */

#admin fieldset,
#admin + fieldset {
  width: auto;
  max-width: 60em;
  border: 1px solid #fff;
    margin-top: 20px;
}

#admin table,
#admin + fieldset table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 2px solid #FFF;
}

#admin td,
#admin + fieldset td {
  padding: 0.5em 1em;
  border: 2px solid #FFF;
  border-bottom: 0;
}

#admin td:empty {
  width: 13.1em;
}

#admin table form:nth-child(odd),
#admin + fieldset tr:nth-child(odd) {
  background: #bcaaa4;
}

#admin fieldset > form {
  margin-top: 2em;
  text-align: center;
}

#admin form {
  display: table;
  width: 100%;
}

#admin td:last-child { text-align: left; }

#admin .info {
    width: 19em;
    color: #fff;
}

#admin input[type="submit"] {
  min-width: 10.5em;
}

#admin + fieldset table {
  font-size: 0.9em;
}

#admin + fieldset td:first-child input[type="submit"] {
  background: none;
  padding: 0;
  color: #000;
  font-weight: bold;
  border-bottom: 0;
}

#admin + fieldset td:first-child input[type="submit"]:hover,
#admin + fieldset td:first-child input[type="submit"]:focus {
  text-decoration: underline;
}
#admin table {

}

/* ==========================================================================
   8 = Download page
   ========================================================================== */

#self_destruct {
  font-weight: bold;
  color: red;
  background-image: url('pixel_bomb.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.download input[type="submit"] {
    width: auto;
    display: inline;
    padding: 0.7em 2.2em;
}
.download input[type="submit"]:last-child {
    background-color: #c113a4;
}





/* ==========================================================================
   Menu
   ========================================================================== */
.menu-icon {
    cursor: pointer;
    margin: 6px auto;
    padding: 0 30px 0 20px;
    position: relative;
    transition: width 0.25s 0.5s ease-in-out, padding 0.25s 0.5s ease-in-out;
    width: 30px;
}
.menu-icon-wrap {
    position: absolute;
    right: 20px;
    top: 0px;
    height: 35px;
    margin: 40px 0;
}
.menu-icon:before, .menu-icon:after {
    display: block;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: -2px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    color: #FFF;
    font-size: 24px;
}
.menu-icon:before {
    content: "m";
    left: 0;
    transition: opacity 0.25s 0.25s ease-in-out, -webkit-transform 0.25s 0.25s ease-in-out;
    transition: transform 0.25s 0.25s ease-in-out, opacity 0.25s 0.25s ease-in-out;
    transition: transform 0.25s 0.25s ease-in-out, opacity 0.25s 0.25s ease-in-out, -webkit-transform 0.25s 0.25s ease-in-out;
}
.menu-icon:after {
    content: "nu";
    right: 0;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.menu-icon__item {
    background: #5c2a61;
    height: 4px;
    margin: 4px 0;
    transition: height 0.25s 0.5s ease-in-out;
    width: 100%;
}
.menu-icon-wrap:hover .menu-icon,
.menu-icon-wrap.active .menu-icon {
    padding: 1px 38px 0 24px;
    transition: width 0.25s ease-in-out;
    width: 10px;
}
.menu-icon-wrap:hover .menu-icon:before,
.menu-icon-wrap.active .menu-icon:before {
    transition: opacity 0.25s 0.25s ease-in-out, -webkit-transform 0.25s 0.25s ease-in-out;
    transition: transform 0.25s 0.25s ease-in-out, opacity 0.25s 0.25s ease-in-out;
    transition: transform 0.25s 0.25s ease-in-out, opacity 0.25s 0.25s ease-in-out, -webkit-transform 0.25s 0.25s ease-in-out;
}
.menu-icon-wrap:hover .menu-icon:after,
.menu-icon-wrap.active .menu-icon:after {
    transition: opacity 0.25s 0.5s ease-in-out, -webkit-transform 0.25s 0.5s ease-in-out;
    transition: transform 0.25s 0.5s ease-in-out, opacity 0.25s 0.5s ease-in-out;
    transition: transform 0.25s 0.5s ease-in-out, opacity 0.25s 0.5s ease-in-out, -webkit-transform 0.25s 0.5s ease-in-out;
}
.menu-icon-wrap:hover .menu-icon:before,
.menu-icon-wrap:hover .menu-icon:after,
.menu-icon-wrap.active .menu-icon:before,
.menu-icon-wrap.active .menu-icon:after {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.menu-icon-wrap:hover .menu-icon .menu-icon__item,
.menu-icon-wrap.active .menu-icon .menu-icon__item {
    height: 2px;
    transition: height 0.25s ease-in-out;
    background: #FFF;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .menu-icon:before, .menu-icon:after {
        /*top: -1px;*/
        top: 0px;
    }
}


nav {
    height: 100%;
    position: fixed;
    right: 0;
    width: 180px;
    margin-top: 60px;
    transform: translateX(180px);
    transition: transform 260ms ease-in-out;
}
nav#navmenu.active {
    transform: translateX(0px);
}
nav ul {
    margin: 20px 0 0 0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
nav ul>li {
    list-style: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    transition: .25s;
    text-align: right;
}
nav ul>li span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
}
nav ul>li a {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;

}
nav ul>li:hover {

}
nav ul>li:hover a {
    color: #c113a4;
    font-weight: bold;
}
