
#leftArticle {
    min-width: 768px;
    max-width: 100%;
    margin-left: 250px;
    margin-right: 40px;
    margin-top: 20px;
    height: 100%;

}

#docArticle {
    min-width: 768px;
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    height: 90%;

}

h1, h2, h3, h4 {
    font-family: 'Barlow', sans-serif !important; 
}

p{
font-family: 'Barlow', sans-serif;
}

a{
    color: orange;
}

@media only screen and (max-width: 1500px) {
        #docArticle {
            margin-left: 1.5%;
            margin-right: 1.5%;
            margin-top: 20px;
            height: 100%;

        }
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#49b90c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    margin-right:20px;
    margin-bottom:30px;
    z-index: 999999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e6e600;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.img:hover { 
  border: 1px solid #ededed; 
} 

.center {
     position: relative;
}

.IconsDiv{
    display: none;
}
tr:hover .IconsDiv{
    display: block;
}

#topmenu {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a044+0,ced372+100 */
background: #20a044; /* Old browsers */
background: -moz-linear-gradient(left, #20a044 0%, #ced372 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #20a044 0%,#ced372 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #20a044 0%,#ced372 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a044', endColorstr='#ced372',GradientType=1 ); /* IE6-9 */
height: 56px;
}

#vertMenu {
    width: 250px;
    overflow-y: auto; 
    padding-bottom: 80px;

}

a{
    color: #000;
}

.item:before{
    position:absolute;content:'';
    top:0;
    right:0;
    height:100%;
    width:0px;background:rgba(34,36,38,.1)
}

#tocID {
    overflow-y: auto;
    margin-bottom: 20px;
}


#sidenavvert{
width: 225px;
margin-top: 56px;
padding-bottom: 80px;
background-color: #f8f7f7  !important;
overflow-y:auto;
height: 100%;
}


#grad {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1)); /* Standard syntax */
}


#loginLeft {
overflow-y:auto;
width: 30% !important;
min-width: 500px;
}

#landpage-image{
    margin-left: 450px; 
    height: 100%;
    background-image: url(../images/background.jpg); background-repeat: no-repeat;
    background-size: cover
}

#error-image{
    background-image: url(../images/backgroundsams.jpg); background-repeat: no-repeat;
    background-size: cover
}
#gradient {
    background: red;
    background: -webkit-linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1));
    background: -o-linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1));
    background: linear-gradient(rgba(220,220,220,1), rgba(255,255,255,1));
}


.btn {
    padding: 10px; 15px; 
    background-color: #ebebeb;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    font-size: 10px;
    font-weight: bold;
}

.popup {
    background-color: #f3fdff;
    margin: 0 auto;
    z-index: 1000;

 /* This way it could be display flex or grid or whatever also. */
    display: none;
  
  /* Probably need media queries here */
    width: 550px;
    max-width: 100%;
    height: 140px;
    max-height: 140%;
    position: fixed;
    left: 50%;
    top: 25%;
  
  /* Use this for centering if unknown width/height */
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);

}
.messagecontent {
    height: 110px;
    padding: 25px;
}
.position {
    position: fixed;
    width: 100%
    bottom: 0;
    left: 0;
}


.cover {
    width: 200%;
    height: 108% important!;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;

}

#close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    font-size: 25px;
    border-radius: 50%;
    color: #2a394f;
    float: right;
    cursor: pointer;
}

a.btnoption:first-child {
    float: left;
    width: 50%;
    background-color: #47b555 ;
    color: white;
}

a.btnoption:last-child {
    float: right;
    width: 50%;
    background-color: #126f1e;
    color: white;
}
.btnoption {
    text-transform: uppercase;
    color: #fff;
    text-align: center;;
    padding: 10px; 15px;
}

#mobileheader{
        display: none;
}

#webheader {
        display: block;
}

.bannerheader {
        font-size: 40px; 
        padding-top: 100px;
        font-weight: lighter; line-height: 1.2em; 
        font-family: 'Barlow', sans-serif !important;
        background-color: green;
}
#bannerpadding{
        padding-top: 5%;
}

        #mobilemenu{
                display: none;
        }

        #webbanner{
                display: block;
        }

        #bannerbanner{
                display: none;
        }

@media only screen and (max-width: 870px) { 



        #mobilemenu{
                display: block;
        }

        #webbanner{
                display: none;
        }

        #webmenu {
                display: none;
        }        
        #mobileheader{
                display: block;
        }
        #mobbanner{
                display: block;
        }

        #webheader {
                display: none;
        }  

        .bannerheader {
        font-size: 24px; 
        font-weight: lighter; line-height: 1.2em; 
        font-family: 'Prata', serif;
        }

        #bannerpadding{
        padding-top: 20%;
        padding-left: 10%;
        padding-right: 10%;
}


}

.imgcontainer {
    position: relative;
    width: 100%;
}

.prodimage {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgcontainer:hover .image {
  opacity: 0.3;
  cursor: pointer;
}

.imgcontainer:hover .middle {
  opacity: 1;
}

.buttonhovertext {
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


