@charset "iso-8859-1";
html {
    background-color:#333;
    font-family: Verdana, Sans-serif;
}
a:link {
    color: #003366;
    font-weight: normal
}
a:hover {
    color: #003366;
    text-decoration: none;
    font-weight: normal;
    background-color: transparent;
}
a:visited {
    color: #003366;
    font-weight: normal
}

body {
    font-family: Verdana, Sans-serif;
    margin:0;
    padding:0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: black;
}

#header {
    padding:0px;
    position:relative;
    top:0px;
    width:100%;
}
#headermobile {
    display:none;
}
#wrapper {
    width:100%;
}
#popupwrapper {
    width:900px;
    margin:0px auto;
    border-right:thin black solid;
    border-bottom:thin black solid;
    border-left:thin black solid;
    border-top:thin black solid;
    padding:10px;
    background-color:#FFF4EA;
    text-align:center;
}
#imagecontainer {
    background-color:#000000;
    width:100%;
    float:left;
    border-top:solid silver thick;
    border-bottom:solid silver thick;
    padding:0px;
}
#membercarving {
    float:left;
}
#navicons {
    width: 100%;
    text-align: center;
    float:left;
    margin-left:2vw;
    margin-right:2vw;
}

.targetdiv {
    width:100vw;
    margin-left: auto;
    margin-right: auto;
    margin:auto;
    margin-top:0px;
    padding-left:10vw;
    padding-right:10vw;
    z-index:500;
    float:left;
    position:absolute;
    top:0px;
    background-color:#EAEAEA;
}

.content{
    display:none;
    }

.contentcenter {
  /*  float:left;
    margin-left:0px;
    margin-top:10px;
    padding-left:0px;
    padding-right:15px;
    padding-bottom:0px;
    margin-bottom:20px;*/
    margin: auto;
    margin-top:10px;
    width: 80vw;
    padding: 10px;
}
.contentright {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
    width:15vw;
    float:right;
    border-left: solid grey 2px;
    height:590px;
}

.contentleft {
    width:10vw;
    float:left;
    padding-left:10px;
    position:relative; top:0px;
    text-align:left;
    line-height: 1.5;
    padding-right:15px;
    height:100%;
}

.footer {
    margin-top:50px;
    margin-bottom:10px;
    padding:0px;
  /*  width:90vw; */
    text-align:center;
    clear:both;
}
#bottom {
    clear:both;
    text-align:right;
}
#tableexecshead {
    position:relative; top:0px;left:0px;
}
.sidelabel{
    color: #CC3300;
    font-size:1.4em;
    font-weight: 900;
}


.hidden { display: none; }
.unhidden { display: block; }

.pagetext {
    font-family: Verdana;
    color: #333333;
    font-weight: normal;
    font-size:1em;
}

.bigtitle {
    font-family: Helvetica;
    font-size: 1vw;
    font-weight: bold;
    color: #003366;
    z-index: 10;
}

.title {
    position: relative; left: 0px; top:0px;
    font-family: Helvetica;
    font-size: 2vw;
    font-weight: bold;
    color: #003366;
    z-index: 10;
}

.clientsat {
    font-family: Helvetica;
    font-size: 1.5em;
    font-weight: bold;
    color: #003366;
    text-align:center;
    text-decoration: none;
    line-height:110%;
}

.copyright {
    font-family: Helvetica;
    font-size: .8em;
    color: gray;
}



/* Test Area */
/* Smartphones (portrait) ----------- */
@media only screen
and (min-width : 320px) {
    /* Styles */

}

@media screen and (max-width: 480px) {
    #imagecontainer {
        background-color: lightgreen;
        width:50vw;
    }
 
    
    #headermobile {
        display: inline;
    }

    #imagecontainer {
        display: none;
    }
    #membercarving {
        visibility: hidden;
    }
    #navicons {
        width: 100vw;
        text-align: center;
        float:left;
        /*margin-left:auto;
        margin-right:auto;*/
    }

}

  /* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
/*button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}
*/
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    /*background-color: #f44336;*/
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
   /* width: 40%; */
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 30px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0% auto 15% auto; /* 0% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
    overflow:hidden;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}