/*
Checklist V1.0
(C) Copyright 2019 A.D.R.Hana and D.Burbury
*/

/*This zone under 400px */

.toolbar {
    position: fixed;
    z-index: 100;
    font-size: 1em;    
    
    transition: 0.5s;
}

.toolbarInactive {
  /*background-color: #000;*/
  /*position: relative;*/
  visibility: hidden;
  height: 0px;
}

.toolbarMessage {
    font-family: sans-serif;
    color: azure;
    text-align: center;
    font-size: 0.75em;
}

.toolbarActive {
    background-image: linear-gradient(#3e3a3a, #0e0e0e);
    /*position: relative;*/ 
    height: 100px;
    width: 100%;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    bottom: 0px;
    justify-content: center;
    align-items: center;
}

.toolbarCloseButton {
    position: absolute;
    margin-top: -5px;
    display: block;
    right: 2px;
}

.toolbarHideSmall {
    display: none;
    visibility: hidden;
}

.colorBar {
    height: 26px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: -90px;
    justify-content: center;
    align-items: center;
    z-index: 0;
    transition: 0.5s;
}
.colorBarRow {
    background-image: linear-gradient(#3e3a3a, #0e0e0e);
    display: inherit;
    width: 100%;
}
.colorBarCol {
    width: 6.25%;
    height: 24px;
    border: 2px solid #606060;
    padding: 0px;
}

.colorPicker {
    align-items: center;
    text-align: center;
    position: fixed;
    bottom: 20%;
    left: 45%;
    z-index: 10;
    backface-visibility: visible;
    background: rgb(46,44,98);
}

.selectedColor {
    border: 3px solid white;
    border-color: white;
    height: 28px;
}


.toolbar a:link{
    color: #eff5f4;
    padding-left: 18px
}
.toolbar a:hover{
    color: #ffffff;
}
.toolbar a:active{
    color: #ffff00;
}
.toolbar a:visited{
    color: #ffff00;
}

.myCheckbox input[type="checkbox"]{
    display: block;
}

.themesID{
    width: 20%;
    text-align: left;    
    
}
.themesTitle{
    width: 80%;
    padding-left: 20px;
    text-align: left;
}
.themesDescription{
    width: 100%;
    text-align: right;
}

.leftmenuholder {
        /*position: fixed;*/
    margin-top: 80px;

}



/* The navigation menu links */
.leftMenu {
    float: left;
    padding-left: 00px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0px;    
}

    .mainUILeftMenu { 
        /*position: fixed;*/
        margin-top: 56px;
        float: left;
        padding-left: 00px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        letter-spacing: -0px;    
    }




.leftMenuNav {
    height: 100%; /* 100% Full-height */
    visibility: hidden;
    /*position: fixed;*/ /* Stay in place */
    
    /*z-index: 0;*/ /* Stay put */
    margin-top: 76px;
    top: 0;     /* Stay at the top */
    left: 0;

    /*margin-left: -250px;*/
    width: 250px;
    background-color: #242222; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    
    color: aliceblue;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    box-shadow: inset 0 20px 10px -5px rgba(0,0,0,.9);
    /*-webkit-transform: translate3d(0,0,0); */
    transition: 0.5s;
    
}


.leftMenuNav a {
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  font-size: 1em;
  color: #adacac;  
}

.leftMenuNav li {
  padding: 0px 8px 0px 10px;
  margin-right: 30px;
  text-decoration: none;
  white-space: nowrap;
  
  text-overflow: ellipsis;
  font-size: 1em;
  color: #818181;
  
  border:none;
  line-height: 2em;
  border-bottom:2px dotted #7f9160;
  
  
}

/* Position and style the close button (top right corner) */
.leftMenuNav .closebtnNav {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1em;
  margin-left: 45px;
}


.rightMenu {
    float: right;
    padding-left: 00px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0px;
}

.rightMenuNav {
    height: 100%; /* 100% Full-height */
    /*position: fixed;*/ /* Stay in place */
    visibility: hidden;
    /*z-index: 0;*/ /* Stay put */
    margin-top: 76px;
    top: 0; /* Stay at the top */
    right: 0px;
    margin-right: 0px;
    
    width: 250px;
    background-color: #242222; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    
    color: aliceblue;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    box-shadow: inset 0 20px 10px -5px rgba(0,0,0,.9);
    /*-webkit-transform: translate3d(0,0,0); */
    transition: 0.5s;
}

.rightMenuNav a {
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  font-size: 1em;
  color: #adacac;
  
}

.rightMenuNav li {
  padding: 0px 8px 0px 10px;
  margin-right: 20px;
  text-decoration: none;
  white-space: nowrap;  
  text-overflow: ellipsis;
  font-size: 1em;
  color: #818181;  
  border:none;
  line-height: 2em;
  border-bottom:2px dotted #7f9160;
    
}

.rightMenuNav .closebtnNav {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1em;
  margin-left:45px;
}


.leftMenuSpacer {
    margin-top: 0px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#mainUI {  
  transition: 0.5s;  
  padding: 0px;
  /*overflow: hidden;*/ /* this will break the scrolling, but enables sliding off screen */
}


@media (min-width: 400px) {
    .toolbarCloseButton {
        position: absolute;
        margin-top: -14px;
        display: block;
        right: 2px;
    }
    
    .toolbarHideSmall {
        display: none;
        visibility: hidden;
    }

}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .leftMenuNav {padding-top: 15px;}
  .leftMenuNav a {font-size: 1em;}
  .rightMenuNav {padding-top: 15px;}
  .rightMenuNav a {font-size: 1em;}
  
}

@media (min-width: 576px) {
    /* default settings for larger than XXX px */
    .mainUILeftMenu {  
        position: fixed;
        float: left;
        padding-left: 00px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        letter-spacing: -0px;    
    }

    .leftMenu {
        float: left;
        padding-left: 00px;
        font-family: 'Fira Sans', sans-serif;
        /*margin-top: 22px;*/
        font-weight: 700;
        letter-spacing: -0px;
    }



    .leftMenuSpacer {
        margin-top: 0px;
    }



    .leftmenuholder {
        /*position: fixed;*/
        margin-top: 0px;

    }
    

    .toolbar {
        position: fixed;
        z-index: 100;
        font-size: 1.7em;    


    }

    .toolbarInactive {
      /*background-color: #000;*/
      /*position: relative;*/
      visibility: hidden;
      height: 0px;
    }

    .toolbarMessage {
        font-family: sans-serif;
        color: azure;
        text-align: center;
        font-size: 0.7em;
    }

    .toolbarActive {
        background-image: linear-gradient(#3e3a3a, #0e0e0e);
        /*position: relative;*/ 
        height: 100px;
        width: 100%;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        bottom: 0px;
        justify-content: center;
        align-items: center;
    }

    .toolbarCloseButton {
        position: absolute;
        margin-top: 0px;
        display: block;
        right: 5px;
    }
    
    .toolbarHideSmall { 
        display: inline-block;
        visibility: inherit;
    }

    .toolbar a:link{
        color: #eff5f4;
        padding-left: 18px
    }
    .toolbar a:hover{
        color: #ffffff;
    }
    .toolbar a:active{
        color: #ffff00;
    }
    .toolbar a:visited{
        color: #ffff00;
    }

    .myCheckbox input[type="checkbox"]{
        display: block;
    }

    .themesID{
        width: 20%;
        text-align: left;    

    }
    .themesTitle{
        width: 80%;
        padding-left: 20px;
        text-align: left;
    }
    .themesDescription{
        width: 100%;
        text-align: right;
    }

} /* end 572 px */
