.td--center {
    width: 70%;
    margin-left: 15%;
}

a:link {
    color:#250E39;
    text-decoration:none;
}

a:active {
    color:#250E39;
    text-decoration:none;
}

a:hover {
    color:#250E39;
    text-decoration:none;
}

a:visited {
    color:#250E39;
    text-decoration:none;
}

body {
    background-color:#ffffff;
    color: #111111;
}

img {
    border:0;
}

ul.messages {
    color:red
}

hr {

}

.nav_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.nav_menu_debug {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.clear {
    clear:both;
    font-size:1px;
    line-height:0px;
}

#master {
    position:relative;
    margin:auto;
    width:850px;
    border:#8595db solid 0px;
}

#header {
    margin:auto;
}

#main {
    display:table-cell;
    padding:15px;
}

#leftWindow {
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:20px;
    padding:7px;
    z-index:1;
    width:150px;
}

#rightWindow {
    /*background-repeat:repeat-x;*/
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    line-height:20px;
    padding:25px;
    /*z-index:1;
    width:755px;*/
}

#trailer {
    margin:auto;
}

#footer {
    margin:auto;
    min-height:25px;
    background-color:#e8e8e8;
    color:black;
    font-size:12px;
    font-weight:normal;
    font-family:'Century Gothic','Futura',sans-serif;
    border-right:#cbcbcb solid 2px;
    border-left:#cbcbcb solid 2px;
}

#title_image {

}

#login_table {
    width:275px;
    height:150px;
    margin:auto;
    margin-top:100px;
}

#links {
    margin:auto;
    height:100%;
    padding:3px;
    text-align:center;
}

p.leftMenuTips {
    margin-left:5px;
    font-size:11px;
    line-height:14px;
}

p.leftMenuLinks {
    margin-left:5px;
}

textarea.survey {
    width:200px;
    height:150px;
    padding:5px;
    border:1px solid black;
    resize:none;
}

td.survey {
    font-weight:bold;
}

td.boardroom {
    text-align:center;
    border:black solid 0px;
    padding:5px 5px 5px 5px;
}

h2.boardroom {

}

table.dttable {
    margin:auto;
    text-align:center;
    border:gray solid 1px;
    font-size:11px;
}

td.dtcolumn {
    margin:auto;
    text-align:center;
    padding:0 5px 0px 5px;
    margin-bottom:15px;
}

td.filterRadio {
    font-size:smaller;
    font-weight:normal;
}

td.survey_header {
    border:2px solid #8595db;
    background-color:#cbcbcb;
    color:#fff;
    text-align:right;
    padding:0 5px 0 5px;
    font-size:18px;
    font-weight:bold;
    font-family:'Century Gothic','Futura',sans-serif;
    letter-spacing:5px;
}

tr.odd {
    background-color:#ccffcc;
}

tr.oddBlue {
    background-color:#dc8e8e;
}

tr.even {
    background-color:#dedede;
}

.inputs {
    background-color:#ffffff;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}

.button_align_right {
    text-align:right;
    padding-right:10px;
}

.inputs_label {
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    padding-right:10px;
    padding-left:10px;
    vertical-align:top;
}

.listlink {
    color:#00dd00;
    text-decoration:underline;
}

.menu_item {
    font-size:11px;
    color:black;
    text-align:center;
}

.home {
    background-color:transparent;
    text-align:center;
    vertical-align:top;
    width:150px;
    height:95px;
}

td.home:hover {
    background-image: url(../images/bghighlight.png);
    background-repeat:no-repeat;
}

td.view_label {
    background-color:#dc143c;
    /*background-color:#ba1e1e;*/
    color:white;
    border:1px solid black;
    text-align:center;
    font-weight:bold;
}

td.view_value {
    background-color:silver;
    border:1px solid black;
    text-align:center;
}

td.view_value a {
    color: blue;
}

.error_text {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    color:red;
    margin-top:20px;
}

td.survey2 {
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

td.survey2number {
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
}
div.survey2charlimit {
    font-size:10px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:blue;
}

.subtext {
    font-size:14px;
    font-weight:bold;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.completed {
    clear: both;
    opacity: 0;
    transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

/*

    SIDE NAV / TOP NAV
    CSS AND MEDIA QUERIES

*/

/* nav styles */
.navSpacer {
    width: 40px;
}
.filler {
    font-size: 25px;
    width: 70%;
    margin-left: 15%;
    font-family: 'Open Sans', sans-serif;
}
.header {
    background: rgba(37,14,57,0.9);
    padding: 16px 0px 17px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    height: 40px;
}
#footer {
    position: fixed;
    padding: 16px 0px 17px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 25px;
    background: rgba(37,14,57,0.9);
    color: white;
    font-family: sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#footer img {
    height: 35px;
    margin-left: 10px;
}
#footer a {
    text-decoration: none;
}
.footerSpan {
    margin-right: 10px;
}
.privacyPolicy {
    margin-right: 10px;
    color: #dc143c;
}
.privacyPolicy a {
    color: #dc143c;
}
.layout {
    margin: auto;
    max-width: 1440px;
    margin-left: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body {
    background-color: rgb(245,245,245);
}
.staticNav {
    display: flex;
    flex-direction: row;
}
.capturelogo {
    /* width: 250px; */
    height: 40px;
    margin-left: 10px;
    align-self: center;
    /* margin-top: -12px; */
}
.capturelogo--mobile {
    height: 35px;
    margin-left: 10px;
    margin-top: -10px;
    align-self: center;
}
.logoWords {
    color: white;
    font-family: 'Open Sans', sans-serif;
    align-self: center;
    margin-left: 10px;
}
.logoTM {
    position: relative;
    left: -5px;
    top: -10px;
    font-size: 5px;
}
.logo_side {
    font-family: sans-serif;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
}
#menu {
    flex-direction: row;
    display: flex;
    margin-right: 150px;
}
#menu li {
    line-height: 40px;
    text-align: center;
    list-style-type: none;
    /* margin-top: 10px; */
    width: 175px;
    /* border-radius: 10px; */
}
.dropdownItem {
    margin-left: 10px;
}
.dropdownItem:hover {
    background: rgba(37,14,57,0.9);
}
#menu li:active {
    background: rgba(45,22,65,0.9);
}
#menu a {
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
}
#menu a:hover {
	color: #e6274f;
	transition: all 0.4s;
}
#header2 {
    width: 100%;
    background: rgba(37,14,57,0.9);
    padding: 16px 0px 17px;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    height: 40px;
}
.header2--dropdown {
    margin-top: -20px;
}
.header2icon {
    font-size: 50px;
    /* transform: rotate(180deg); */
}
/* end nav styles */

/* spacers */
.spacer-175 {
    height: 85px;
    width: 95vw;
}
.spacer-65 {
    height: 65px;
    width: 100%;
}
/* end spacers */

/* buttons and inputs */
button {
    width: 75px;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 20px;
    height: 30px;
    margin: 5px;
}
.input--normal {
    width: 100%;
    height: 32px;
    font-size: 23px;
    padding: 0px;
    margin-bottom: 5px;
}
.input--large {
    padding: 0px;
    width: 100%;
    height: 300px;
    flex: none;
    font-size: 23px;
}
.loginButton {
    margin-top: 50px;
    margin-bottom: 30px;
    background: lightgreen;
}
.loginButton:hover {
    background: green;
}
.loginButton:active {
    background: white;
}
.submitButton {
    background: lightgreen;
}
.submitButton:hover {
    background: green;
}
.submitButton:active {
    background: white;
}

.button1 {
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    transition: all 0.2s;
    background-color: #FFFFFF;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 120px;
    height: 40px;
    font-size: 18px;
}
.button1:hover {
    color: #FFFFFF;
    background-color: #00CC00;
}
.button1:active {
    color: #BBBBBB;
    border-color: #BBBBBB;
}
/* end buttons and inputs */

#everything {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-content: center; */
}
.helperText {
    width: 90%;
}

/* info divs */
#about {
    flex-direction: column;
    width: 80%;
    margin-left: 10%;
    font-size: 19px;
    display: flex;
    font-family: 'Open Sans', sans-serif;
}
.capioPlus {
    font-size: 12px;
    position: relative;
    top: -12px;
    left: -5px;
}
#more1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 80%; */
    /* margin-left: 10%; */
    font-family: 'Open Sans', sans-serif;
}
#more2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 80%; */
    /* margin-left: 10%; */
    font-family: 'Open Sans', sans-serif;
}
#more3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 80%; */
    /* margin-left: 10%; */
    font-family: 'Open Sans', sans-serif;
}
.width-570 {
    width: 570px;
}
/* end info divs */

/* login styles */
#login {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    /* margin-top: 175px; */
}
.loginBox {
    /* margin-top: 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid grey; */
    border-radius: 5px;
    width: 100%;
	justify-content: center;
}

.loginInfo {
    width: 425px;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}
.loginInputs {
    flex-direction: column;
}
.loginInputs--title {
    margin-bottom: 5px;
}
.loginInputs--input {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid darkgrey;
    width: 300px;
    height: 30px;
    font-size: 22px;
    background-color: #F5F5F5;
    color: #7c6e88;
}
.passwordToggle {
    margin-top: 10px;
}
/* end login styles */
#sideNav--toggle {
    position: fixed;
    left: -50px;
    top: 140px;

    height: 25px;
    width: 125px;

    padding: 2px;
    padding-top: 8px;
    transform: rotate(-90deg);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(37,14,57,0.9);
    z-index: 10;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
.sideNav--list {
    padding-right: 10px;
    padding-top: 10px;
    left: -5px;
    
    margin-top: 0;
    margin-top: 83px;

    width: 150px;
    position: relative;

    z-index: 1;
    background: rgba(37,14,57,0.8);
    font-family: 'Open Sans', sans-serif;
    color: white;

    list-style-type: none;
    text-decoration: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#sideNav {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
#sideNav ul a {
    text-decoration: none;
    color: white;
}
#sideNav ul a:hover {
    color: #e6274f;
}
.sideNav--item {
    height: 30px;
}
.sideNav--list a {
    text-decoration: none;
}

.logout--menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#logoutConfirm:hover {
    background: green;
}
#logoutConfirm:active {
    background: lightgreen;
}
#logoutCancel:hover {
    background: red;
}
.logout--title {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}




@media only screen and (max-width: 502px) {
    /* For mobile phones: */
    .loginBox {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .loginInfo {
        width: 90%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 570px) {
    .width-570 {
        width: 90%;
    }
    #sideNav {
        left: 0;
        right: 0;
        top: 98px;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
    .spacer-175 {
        height: 115px;
        width: 95vw;
    }
    #sideNav--toggle {
        top: 73px;
        left: 0px;
        right: 0px;
        width: 100%;
        padding: 0px;
        /* padding: none; */
        transform: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
@media only screen and (max-width: 800px) {
    #header1 {
        display: none;
    }
    #header2 {
        display: block;
    }
    .capturelogo {
        width: 80%;
        align-self: flex-start;
    }
    .dropdown-list {
        display: none;
        position: absolute;
        right: 0px;
        top: 78px;
        height: 312.5px;
        background: rgba(37,14,57,0.9);
        width: 175px;;
        list-style: none;
        padding: 0;
    }
}