﻿#content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
}

#content form div a {
    color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
    float: left;
}

.auto-style1 {
    width: 61px;
    height: 40px;
}

/* Commented out since it leaves blank space when element is hidden - LP */
/*tr {
    height: 40px;
}*/

BODY {
    max-width: 100% !important;
    min-width: 100% !important;
    font-family: lato, Verdana, sans-serif !important;
}

#RadGrid1 button.rgAdd {
    background-color: #0072bc;
    color: white;
}

#RadGrid1 #btnUpdate.btn-default {
    background-color: #0072bc;
    color: white;
}

/* My Principals - pnlPrincipal*/
#btnBackToMeeting.btn-default {
    color: white;
    background-color: #0072bc;
}

/* Lobbyist Registration Log In Panel*/
#LoginButton.btn-default {
    color: white;
    background-color: #0072bc;
}

#registerAcctButton.btn-default {
    color: white;
    background-color: #0072bc;
}

#pnllogin .form-group {
    margin-bottom: 15px;   
}

#pnllogin .form-group #registerAcctLabel {
    font-size: 14px !important;
}

#pnllogin #loginLegend {
    display:block; 
    margin-bottom:23px; 
    border-bottom:1px solid #e5e5e5; 
    font-size: large;
}

#pnllogin #registerLegend {
    display: block;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
    font-size: large;
}

#pnllogin #registerFieldset {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Visitor Registration Log In Panel*/
#VisitorLoginButton.btn-default {
    color: white;
    background-color: #0072bc;
}

#registerVisitorAcctButton.btn-default {
    color: white;
    background-color: #0072bc;
}

#pnlVisitorLogin .form-group {
    margin-bottom: 15px;
}

#pnlVisitorLogin .form-group #registerVisitorAcctButton {
        font-size: 14px !important;
    }

#pnlVisitorLogin #loginLegendVisitor {
    display: block;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
    font-size: large;
}

#pnlVisitorLogin #registerLegend2 {
    display: block;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
    font-size: large;
}

#pnlVisitorLogin #registerFieldset2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* end */


.container {
    min-width: 100%;
}

@media screen and (max-width: 575px) {
    .tableRespBottom {
        display: inline-block;
        width: 100%;
    }

    .additionalColumn {
        display: none;
    }

    .tableResp {
        display: inline-block;
        width: 100%;
    }
}

.imageClass {
    margin-top: 10px;
    margin-bottom: 10px;
}

.textBox {
    display: block;
    margin-bottom: 10px;
}

h1 {
    color: #1e9bd3;
}

.RadGrid .rgEditForm > table {
    display: table !important;
}

