.outer-wrap {
    display: flex;
    flex-flow: column;
}

.inner-wrap { 
    flex: 1 1 auto;
    background-color: #fff;
    padding: 0 0 30px;
    width: 1100px;
    margin: 0 auto;
}
.public .inner-wrap {
    padding-top:0;
    margin-left:0;
    margin-right:0;
    width:auto;
}
.public .container {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .public .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .public .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .public .container {
        width: 1170px;
    }
}
.wrapper header {
    display:inline-block;
}
.print-only {
    display:none;
}

.inner-wrap h1 {
    margin-bottom:30px; 
}
.inner-wrap p {
    padding-bottom:0;
}
.tblList td,
.tblList th {
    text-align: left; 
}

.details-form.venue-form {
    max-width:500px;
}

.details-form.member-form {
    max-width:500px;
}
div.form-inline .form-group {
    vertical-align: top;
}
.member-form .form-inline input,
.member-form .form-inline .help-block {
    width:247px;
}
.page-template .alert-info a {
    color: #337ab7;
    font-weight: 300;
}
.page-template p a:hover {
    text-decoration:underline;
}
.form-inline select.form-control.medium-input {
    width: 247px;
}
.venue-form .form-inline .form-group {
    width: 48%;
}
.venue-form .form-inline .form-control {
    width: 100%;
}

#venue-search-wrapper {
    display: flex;
    width: 100%;
}
#venue-search-form {
    width:315px;
}
#venue-search-wrapper .left-column {
    flex: 0 0 335px;
}
#venue-search-wrapper .right-column {
    flex:1;
}
.search-result-venue {
    margin-bottom: 5px;
    line-height: 28px;
}
.search-result-venue .first-line {
    clear: both;
}
.search-result-venue .first-line a {
    font-weight: normal;
}
.search-result-venue .first-line a span, 
.search-result-venue .first-line span {
    font-weight: bold;
}
.search-result-venue .venue-details {
    display : none;
    overflow: hidden;
    padding-bottom: 15px;
}
.search-result-venue .venue-details .images a {
    display: inline-block;
    max-width: 120px;
}
.search-result-venue .venue-details .images img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.search-result-venue .images {
    padding: 5px 0;
}
.venue-details p {
    margin-bottom:0;
    line-height: 28px;
}
.venue-details p:nth-child(odd) {
    background-color:#eee;
}
.venue-details p label {
    width: 130px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    color: #333;
}

#member-search-form {
    margin-bottom: 40px;
}
#member-search-form #stateCode {
    width:200px;
}
#member-search-form #clearBtn {
    display:none;
}
#member-search-form.is-search-criteria #clearBtn {
    display:inline-block;
}
.members-list .individual-member {
    margin-bottom:15px;
    clear:both;
}
.individual-member .member-details {
    display : none;
    overflow: hidden;
    line-height: 28px;
}
.member-details {
    clear: both;
}
.member-details p {
    margin: 15px 0;
    line-height: 20px;
}
.member-details p.details-group {
    margin: 15px 0;
    line-height: 20px;
}
.member-list-logo {
    max-width: 250px;
    margin: 15px 0;
    display: inline-block;
}
.member-list-logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.member-details p label {
    width: 130px;
    display: block;
    float: left;
    margin-bottom: 0;
    font-weight: normal;
    color: #333;
}
.member-details p label + span {
    display:block;
    margin-left: 130px;
    margin-bottom: 0;
    font-weight: normal;
    color: #333;
}
.individual-member.deleted-member {
    background-color: lightsteelblue;
}
.deleted-member-msg {
    margin-right: 20%;
    float: right;
}
div.edit-links {
    float:right;
    text-align:right;
}
.individual-member a.admin-link {
    float:right;
    text-align:right;
}
a.admin-link {
    font-weight: normal;
    color: #e30913;
}
.top-nav-wrapper a.admin-link {
    font-weight: normal;
    color: #337ab7;
}
a#addNewMemberLink,
a#exportMemberLoginsLink,
a#exportMembersXeroLink,
a#showAllVenuesLink, 
a#printVenuesLink,
a#downloadMembersCsvLink,
a#downloadVenuesCsvLink,
a#printMembersLink { 
    text-transform:uppercase; 
    margin-left:30px;
    float:right; 
    font-weight: 500;
}
.border-top {
    border-top:1px solid #ccc;
}
.search-result-venue .first-line a.venue-name-link {
    font-weight:bold;
}
.state-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
    padding-bottom: 0;
}
div.help-block {
    margin-top: 3px;
    margin-bottom: 5px;
}
.help-block ul {
    margin-bottom: 5px;
}
.form-inline .help-block,
.form-inline .help-block ul {
    margin-top: 3px;
    margin-bottom: 0;
}

.small-input {
    width: 170px;
}
.medium-input {
    width: 250px;
}
.logged-in-user {
    text-align:right;
}
b, strong {
    font-weight: 600;
}
@media only screen and (max-width: 1200px) {
    div.inner-wrap {
        width: 950px;
    }
}

@media only screen and (max-width: 1000px) {
    div.inner-wrap {
        width: 720px;
        padding-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    div.inner-wrap {
        width: 600px;
        padding-top: 10px;
    }
    #venue-search-wrapper { display: block; }
    #venue-search-wrapper .left-column,
    #venue-search-wrapper .right-column {
        flex: none;
    }
    #venue-search-wrapper .right-column { 
        padding-top:15px;
    }
    div.form-group {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 600px) {
    div.inner-wrap {
        width: 420px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    div.inner-wrap {
        width: auto;
        margin: 0 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.memberLoginForm { width:300px; }
.memberLoginForm input[type='password'] { width: 100%; }
.dashboard-wrapper .tiles-wrapper { 
    clear: both; 
    overflow: visible;
}
.dashboard-wrapper .tiles-wrapper a { 
    display: block;
    height: 260px;
    width: 260px;

    float: left;
    margin: 0 15px 15px 0;
    position: relative;
}
.tiles-wrapper a img { 
    width: 100%;
    height:auto;
    border:none;
}
.dashboard-wrapper .tiles-wrapper a span { 
    display: block;
    text-transform: uppercase;
    color: #fff;
    height: 260px;
    width: 260px;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 275px;
    font-size: 16px;
}

.top-nav-wrapper {
    clear:both;
    overflow: auto;
}
.top-nav-wrapper a {
    float:right;
    text-transform:uppercase; 
    color:#e30913; 
    margin-left:30px;
    font-weight: 500;
}
.control-buttons { 
    clear:both; 
    margin-bottom:30px; 
    max-width: 500px; 
    overflow: auto;
}
.control-buttons.row {
    max-width: 530px; 
}
.control-buttons.row .btn { margin-bottom:5px; }

/* floating" field labels */

.float-labels .form-group {
    position:relative;
}

.float-labels .control-label {
	color: #999; 
	font-weight: normal;
	position: absolute;
    pointer-events: none;
	left: 12px;
	top: 8px;
    transition: all 0.2s ease;
}

.float-labels label.is-dirty,
.float-labels label.stick-top {
    color: #4a89dc;
    /* color: #888; */
}

.float-labels .has-error label.is-dirty,
.float-labels .has-error label.stick-top {
    color: #a94442;
}

.float-labels label.control-label.is-dirty,
.float-labels label.control-label.stick-top,
.float-labels.disable-floated-labels .control-label {
    top: -7px;
    left: 9px;
    font-size: 11px;
    text-align: left;
    background-color: #fff;
    display: inline-block;
    padding: 0 4px;
    z-index:3;
}

.public.float-labels.disable-floated-labels .control-label {
    position: relative;
    top: 0;
    left: 6px;
    display: block;
    background-color: transparent;
}

.float-labels input.form-control:focus { 
    outline: none; 
}

.help-block,
.help-text {
    color: #999;
    font-size: 11px;
}

.form-group.form-inline .form-group.has-error + .help-block,
.form-group.has-error .control-label,
.form-group.has-error p {
    color: #a94442;
}

.help-block.with-errors ul {
    margin-left: 12px;
    font-size: 13px;
}

.members-list-group,
.venues-list-group,
.marketing-list-group {
    display:none;
}

/* File upload fields */

.file-upload-message {
    margin-bottom: 0;
    display: inline-block;
}

.file-upload-message .alert {
    margin-bottom: 0;
}

.file-save-message {
    display: inline-block;
    margin-top: 15px;
}

.is-doc .file-save-message {
    display: block; 
}

.is-image .file-save-message {
    margin-left: 15px;
}

.uploaded-file {
    float:left;
}

.uploaded-file-container {
    overflow:auto;
    margin-bottom: 15px;
}

.uploaded-file-container > .form-group {
    margin-bottom: 0;
}

.change-uploaded-file-btn {
    margin-left: 15px;
}

.is-image .uploaded-file a,
.uploaded-file a.is-image {
    display: inline-block;
    max-width: 120px;
}

.uploaded-file-container.is-image img,
.uploaded-file a.is-image img {
    /* Scale the image to fit the sized container */ 
    max-width:100%;
    max-height:100%;
    height: auto;
    width:auto;
}

/* Vertically-align inline-block child elements */
[id$="-uploadFieldsWrapper"] .form-group > * {
    vertical-align: top;
}

[id$="-uploadFieldsWrapper"] .file-upload-message {
    padding-left: 0;
    padding-top: 0;
}

/* File Upload Progress Bar */
.progress {
    display: none;
    height: 30px;
    position: relative;
}

div.progress-bar {
    line-height: 30px;
    color: #fff;
    text-align:left;
    font-size: inherit;
    padding-left: 15px;    
}

.progress .cancel {
    position: absolute;
    right: 15px;
    color: red;
    height: 100%;
    line-height: 30px;
}

.progress.error .progress-bar { 
    background-color: #d9534f; 
}
.progress.success .progress-bar { 
    background-color: #5cb85c; 
} 

.has-error .fileinput-button {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.form-group + h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fee-group,
.turnover-group,
.org-size-group,
.local-govt-info-group,
#venues-list-group,
#members-list-group,
#marketing-list-group {
    display:none;
}

.form-group.checkboxes {
    margin-left: 10px;
    font-weight:500;
}
.form-group.checkboxes .checkbox {
    line-height: 34px;
    margin-right: 5px;
    margin-left: 5px;
}

.public header .main-menu {
    top: 89px;
    position: relative;
    margin-left: 180px;
    float: right;
    text-align: left;
    display: block;
}
.public header .main-menu ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    margin: 0;
    padding: 0;
    float: right;
}
.public header .main-menu ul li {
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
}
.public header .main-menu li a {
    text-transform:uppercase;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background-color: transparent;
    padding: 0 20px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
    .public header .main-menu li a {
        padding: 0 14px;
    }
}

.public header .main-menu ul li:hover a {
    background-color: rgba(255,255,255,0.9);
}
.public header .main-menu li a:hover {
    color: #fff;
}
.public header {
    height: 264px;
    margin-bottom: 30px;
}
.public header .logo-wrapper {
    height: 90px;
    float: left;
}
.public header .logo {
    top: 54px;
    left: 0;
    position: relative;
}
.public header .logo a {
    height: 80px;
    position: relative;
    display: block;
}
.public header .logo a img {
    height: 100%;
    width: 180px;
    height: auto;
    display: block;
    opacity: 1;
    position: absolute;
    top: -50%;
    max-width: none;
    border: 0;
}
.public header .logo img.sticky {
    opacity: 0;
}
.public .header-bg {
    background: transparent url(/wp-content/uploads/2019/07/pac-members-header01-1.jpg) 0 0 repeat-x;
    height: 264px;
    width: 100%;
    position: absolute;
}
.public footer {
    margin-top:40px;
    background-color: #272727;
}
.public footer .footer-wrapper {
    font-size: 12px;
    padding: 20px 10px;
    clear:both;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
.public footer .footer-column {
    min-height: 84px;
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
} 
.public .footer-column + .footer-column {
    border-left: 1px solid #3d3d3d;
}
.public footer .footer-column p {
    padding: 0 15px;
    color: #d1d1d1;
    margin: 0 0 10px;
    line-height: 24px;
}
.public footer .footer-links {
    min-height: 84px;
}
.public footer a {
    color: #d1d1d1;
}
.public footer a:hover {
    color: #ffffff;
}
.public footer a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

@media (min-width: 768px) {
    .public footer .footer-wrapper {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .public footer .footer-wrapper {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .public footer .footer-wrapper {
        width: 1170px;
    }
}

/* Clear zindex on Member edit page so datepicker renders */
.page-id-1913 .wrapper,
.page-id-1913 .content {
    z-index:auto;
}

a.ui-state-highlight, .ui-widget-content a.ui-state-highlight {
    color: #003eff;
    background-color: #fff;
    border: 1px solid #007fff;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}
.registration-group {
    width: 180px;
}