﻿@import url('../fonts/stylesheet.css') print;

body {
    font-family: "gotham_bookregular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1;
}

.container {
    max-width: 100%;
}

.bullet-list {
    line-height: 2;
}

button {
    background: none;
    border: none;
    padding: 0;
}

.input-validation-error {
    border: 1px solid red;
}

.no-padding {
    padding: 0px;
}

.validation-summary-errors {
    color: red;
}

.welcomeLink {
    font-size: 20px;
}

p {
    line-height: 1.8;
}

/*removed in PNET-202*/
/*input::-webkit-input-placeholder {
    text-align: center;
}

input:-moz-placeholder {*/
    /* Firefox 18- */
    /*text-align: center;
}

input::-moz-placeholder {*/
    /* Firefox 19+ */
    /*text-align: center;
}

input:-ms-input-placeholder {
    text-align: center;
}*/

a {
    color: #000;
    text-decoration: none;
}

hr {
    border-color: #b7b7b7;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td, .table-bordered > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 15px;
}

.two-pane-row {
    border-bottom: 5px solid #eeeeee;
}

.right-pane {
    border-left: 5px solid #eeeeee;
    padding: 3%;
    padding-bottom: 15%;
}

.right-pane a:not(.btn) {
        text-decoration: underline;
    }

.left-pane {
    padding-top: 3%;
    border-right: 5px solid #eeeeee;
    margin-right: -5px;
}

.right-pane > h2 {
    padding-bottom: 5%;
}

.left-pane > div > h2 {
    padding-bottom: 15%;
    color: #000;
}

.backToListing {
    text-transform: uppercase;
    font-size: 12px;
}

.table > thead > tr > th {
    text-transform: uppercase;
    font-weight: bold;
}





a:hover {
    text-decoration: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #018c21;
    text-transform: uppercase;
    font-weight: bold;
}

.header {
    padding: 2%;
}

    .header h1 {
        color: #000;
        text-transform: none;
        font-weight: normal;
    }

    .header .quick-links a {
        color: inherit;
        /* blue colors for links too */
        text-decoration: inherit;
        /* no underline */
    }

.header-right {
    text-align: right;
}

@media only screen and (max-width: 800px) {
    .header {
        text-align: center;
    }

    .header-right {
        text-align: center;
    }
}

.logo-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

    .logo-text h1 {
        margin-bottom: 0px;
    }

@media only screen and (min-width: 1200px) {
    #headerNav {
        width: 100%;
        display: table;
    }

        #headerNav > li {
            display: table-cell;
            width: auto;
            float: none;
            text-align: center;
        }
}

_::-webkit-full-page-media, _:future, :root #headerNav > li > ul > li > div > div > div > div > div.tab-content.col-xs-9.no-padding {
    width: 74.7%;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
#headerNav > li > a:hover {
    color: #018c21;
    background-color: transparent;
}

#headerNav > li.active > a {
    color: #018c21;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a.myAccountRoot:hover,
.navbar-default .navbar-nav > li > a.myAccountRoot:focus,
#headerNav > li > a.myAccountRoot:hover {
    color: #0054a6;
    background-color: transparent;
}

#headerNav > li.active > a.myAccountRoot {
    color: #0054a6;
    background-color: transparent;
}

#headerNav > li > a {
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.header-hotel-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    overflow: hidden;
    color: #0054a6;
    font-weight: bold;
    text-transform: uppercase;
}

select.header-hotel-select::-ms-expand {
    display: none;
}

/*  http://codepen.io/vkjgr/pen/VYMeXp */
#hotelChangeDDL, #hotelChangeDDLNavMenu {
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    /* styling */
    background-color: white;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align-last: right;
}

select#hotelChangeDDL, select#hotelChangeDDLNavMenu {
    font-weight: bold;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

    select#hotelChangeDDL:focus, select#hotelChangeDDLNavMenu:focus {
        background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        border-color: gray;
        outline: 0;
    }

select#hotelChangeDDL {
    font-size: 18px;
}

select#hotelChangeDDLNavMenu {
    font-size: 15px;
}

.mega-menu-container {
    padding: 7%;
}

.dropdown-menu {
    width: 100%;
    border-top: 10px solid #018c21;
}

.yamm .dropdown-menu {
    left: 0%;
}

.topbarlink {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.account-mega-menu {
    width: 27%;
    margin-left: 3%;
    border-top: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;
}

.accountMMSection {
    background-color: #fff;
    color: #000;
}

    .accountMMSection ul li {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .accountMMSection a {
        color: #000;
        font-weight: bold;
    }

    .accountMMSection select {
        padding: 4%;
        width: 100%;
        font-weight: bold;
        color: #337ab7;
    }

.searchBar-form {
    min-height: 50px;
    width: 85%;
    text-align: center;
    border: none;
    background-color: #f8f8f8;
}

.navbar-default {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > div > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.dropdown-menu {
    padding: 0px;
}

#headerNav > li > ul > li > div > div > div > div > div.tab-content {
    background-color: #f5f5f5;
}

.tabs-left > div > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > div > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
    }

.tabs-left > div > .nav-tabs {
    float: left;
}

    .tabs-left > div > .nav-tabs > li > a {
        text-transform: uppercase;
        color: #000;
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > div > .nav-tabs > li > a:hover,
        .tabs-left > div > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > div > .nav-tabs .active > a,
    .tabs-left > div > .nav-tabs .active > a:hover,
    .tabs-left > div > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        background-color: #f5f5f5;
        *border-right-color: #ffffff;
        color: #018c21;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

#headerNav > li.dropdown > ul.nav > li > a {
    color: #000;
}

.mega-menu-list {
    padding-left: 5%;
}

    .mega-menu-list li {
        padding: 1%;
    }

        .mega-menu-list li a {
            color: inherit;
            text-decoration: none;
        }

            .mega-menu-list li a:hover {
                color: #018c21;
            }

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

#navbarCollapse > ul > li > ul > li > div > div > div > div > ul > li > a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

#navbarCollapse > ul > li > ul > li > div > div > div > div > ul > li.active > a {
    color: #018c21;
}

.footer {
    font-size: 11px;
    padding-top: 1%;
    padding-bottom: 2%;
    color: #9e9d9d;
}

    .footer a {
        text-decoration: inherit;
        color: inherit;
    }

a:hover {
    color: #018c21;
}

.navbar {
    margin-bottom: 0px;
}

.homePageNews {
    background-color: #eee;
}

.homePageNewsContent {
    padding-top: 5%;
}

.article-container {
    padding-top: 4%;
    padding-bottom: 15%;
}

    .article-container div h5 {
        color: #b41a83;
    }

    .article-container div a {
        color: #000;
        text-decoration: none;
    }

.article-item {
    padding-left: 10px;
    min-height: 85px;
    border-left: 1px dotted #000;
}

.article-container > .slick-list {
    border-right: 1px dotted #000;
}

.prev, .next {
    padding-top: 7%;
    text-align: right;
    width: 3%;
}

.prev {
    text-align: left;
}

.heroSearch {
    padding-top: 15%;
}

    .heroSearch input::-webkit-input-placeholder {
        text-align: left;
    }

    .heroSearch input:-moz-placeholder {
        /* Firefox 18- */
        text-align: left;
    }

    .heroSearch input::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left;
    }

    .heroSearch input:-ms-input-placeholder {
        text-align: left;
    }

    .heroSearch .icon {
        padding-top: 1.9%;
        padding-bottom: 2.1%;
        padding-left: 1.9%;
        background-color: rgba(255, 255, 255, 0.85);
        color: #000;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .heroSearch .icon {
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 1.9%;
        background-color: rgba(255, 255, 255, 0.85);
        color: #000;
    }
}

.heroSearch input.searchText {
    width: 70%;
    font-weight: bold;
    border: none;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
}

.heroSearch input.searchSubmit {
    margin-left: -.5%;
    padding: 2.1%;
    border: none;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
}

#d1 {
    background: url('/Images/HomeHeroImage.jpg');
    width: 100%;
    min-height: 400px;
}

.heroSearch input.searchText::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}

.heroSearch input.searchText:-moz-placeholder {
    color: #000;
    font-weight: bold;
}

.heroSearch input.searchText::-moz-placeholder {
    color: #000;
    font-weight: bold;
}

.heroSearch input.searchText:-ms-input-placeholder {
    color: #000;
    font-weight: bold;
}

.rte6pxText {
	font-size: 6px;
}

.rte8pxText {
	font-size: 8px;
}

.rte10pxText {
	font-size: 10px;
}

.rte12pxText {
	font-size: 12px;
}

.rte14pxText {
	font-size: 14px;
}

.rte18pxText {
	font-size: 18px;
}

.rte20pxText {
	font-size: 20px;
}

.rte22pxText {
	font-size: 22px;
}

.rte24pxText {
	font-size: 24px;
}

.alert-bar {
    background-color: #B41A83;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.alert-bar a{
    color: #fff;
}
.getReportCsvLink {
    cursor:pointer;
}
/*************************************************************************************************************************************************
 ****************************************************************   Bread Crumb   ****************************************************************
**************************************************************************************************************************************************/
.breadcrumb-header {
    padding: 1%;
    background-color: #323e48;
}

    .breadcrumb-header .container {
        padding-left: 2.3%;
    }

    .breadcrumb-header a {
        color: #fff;
    }

.breadcrumb-mosaic {
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    background-color: #fff;
}
/*************************************************************************************************************************************************
 ****************************************************************   Contact Us Page   ************************************************************
**************************************************************************************************************************************************/

.contact > .quick-links {
    padding-top: 2%;
}

.contact .quick-links .link-item {
    padding-top: 5%;
}

.contact .quick-links h4 {
    color: #5c175a;
    font-weight: bold;
}

.contact > .right-pane h2,
.contact > .right-pane h4 {
    color: #5c175a;
    margin: 0px;
    padding-bottom: 6%;
}

.right-pane span > i.fa.fa-circle.fa-stack-2x {
    color: #5c175a;
}

.right-pane .contact-link {
    padding-top: 2%;
}

@media only screen and (max-width: 1000px) {
    .contact > .right-pane {
        border: none;
    }
}
/*************************************************************************************************************************************************
 ****************************************************************   Log In Page   ****************************************************************
**************************************************************************************************************************************************/

#loginControls a {
    text-decoration: underline;
}

.login {
    padding-top: 6%;
    padding-bottom: 6%;
}

    .login > div > .login-form {
        background-color: #fff;
        text-align: center;
        padding: 8%;
    }

.login-form hr {
    width: 78%;
}

.login > div > .login-form h4 {
    color: #000;
    text-transform: none;
    font-weight: normal;
}

.login > div > .login-form h3 {
    color: #000;
    padding-bottom: 4%;
    font-weight: normal;
}

.login-form > form > .form-item {
    padding-bottom: 2%;
}

.login-form > form > div > input {
    width: 75%;
    padding: 2%;
    text-align: center;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
}

.forgot-password {
}

    .forgot-password a {
        color: #b7b7b8;
    }
/*************************************************************************************************************************************************
 ****************************************************************   SideNav   ********************************************************************
**************************************************************************************************************************************************/

#sideNav ul {
    list-style: none;
}

#sideNav a {
    text-transform: none;
}

#sideNav i {
    float: right;
}

#sideNav > ul.level-3 {
    padding: 0;
}

    #sideNav > ul.level-3 > li {
        border-top: 1px solid #b7b7b8;
        padding-top: 6%;
        padding-bottom: 6%;
    }

        #sideNav > ul.level-3 > li a {
            font-weight: bold;
            text-transform: uppercase;
        }

        #sideNav > ul.level-3 > li.selected > div > a {
            color: #197b30;
        }

        #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
            color: #6cbb01;
        }

        #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
            color: #6cbb01;
        }

        #sideNav > ul.level-3 > li > ul.level-4 > li > ul.level-5 > li a {
            color: #707070;
        }

            #sideNav > ul.level-3 > li > ul.level-4 > li > ul.level-5 > li a:hover {
                color: #6cbb01;
            }

ul.level-4 {
    padding-top: 10%;
}

    ul.level-4 > li > div {
        padding-top: 5%;
    }

        ul.level-4 > li > div > ul.level-5 > li > div {
            padding-top: 5%;
        }

ul.level-6 > li > div {
    padding-top: 5%;
}

/*************************************************************************************************************************************************
 ****************************************************************   DIRECTORY   ********************************************************************
**************************************************************************************************************************************************/

.community-header {
    color: #9e005d;
}

.community-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #9e005d;
}

.community-side-nav #sideNav > ul.level-3 > li.selected > ul.level-4 > li.selected > a {
    color: #9e005d;
}


.community-side-nav #sideNav > ul.level-3 > li.selected > ul.level-4 > li.selected > ul.level-5 > li.selected > a {
    color: #9e005d;
}

.directory-item {
    padding-top: 3%;
    padding-bottom: 3%;
    border-top: 1.5px solid #959595;
}

select.directory-fname {
    width: 25%;
    padding: 1%;
    text-align: center;
    text-align-last: center;
    background-color: #f1f1f1;
    text-transform: uppercase;
}

input.directory-search {
    width: 100%;
    padding: 1%;
    margin-left: -6px;
    text-align: center;
    text-align-last: center;
}

select.directory-sort {
    width: 100%;
    padding: 3.5%;
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
}

.directory-jobTitle {
    font-weight: bold;
    padding-bottom: 3%;
}

/*************************************************************************************************************************************************
 ****************************************************************   Account section   ************************************************************
**************************************************************************************************************************************************/


.myaccount-side-nav #sideNav > ul > li.selected > a {
    color: #337ab7;
}

.myaccount-side-nav #sideNav > ul > li.selected > div > a {
    color: #337ab7;
}

.myaccount-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #337ab7;
}

.myaccount-side-nav #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #337ab7;
}

.myaccount-side-nav #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > ul.level-6 > li.selected > div > a {
    color: #337ab7;
}

.myaccount-side-nav #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #337ab7;
}

.mygroup-stats {
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #b7b7b7;
}

#financeGridSearch {
    min-width: 250px;
}

.mygroup-stats-item {
    text-align: center;
    text-transform: uppercase;
    color: #707070;
    font-weight: bold;
    padding: 3%;
}

    .mygroup-stats-item > i {
        font-size: 620%;
    }

.table-finance {
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
}


    .table-finance thead tr th {
        text-align: center;
        background-color: #337ab7;
        color: #fff;
    }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #fff;
}


.table-finance > thead > tr > th,
.table-finance > tbody > tr > th,
.table-finance > tfoot > tr > th,
.table-finance > thead > tr > td, .table-bordered > tbody > tr > td,
.table-finance > tfoot > tr > td {
    padding: 8px;
}

.table-wrap > thead > tr > th,
.table-wrap > tbody > tr > th,
.table-wrap > tfoot > tr > th,
.table-wrap > thead > tr > td, .table-wrap > tbody > tr > td,
.table-wrap > tfoot > tr > td {
    white-space: nowrap;
}

.financeTableDownload {
    text-align: right;
    padding-top: 4%;
    padding-left: 0px;
    padding-right: 0px;
}

    .financeTableDownload > a {
        text-transform: uppercase;
        text-decoration: none;
    }


.financeTableContainer {
    padding-top: 4%;
}

/*************************************************************************************************************************************************
 ****************************************************************   Create User   ****************************************************************
**************************************************************************************************************************************************/

.createUser .form-group {
    padding-top: 2%;
    padding-bottom: 2%;
}

    .createUser .form-group > label {
        text-transform: uppercase;
    }

    .createUser .form-group > input[type=text], .createUser .form-group > input[type=submit] {
        width: 100%;
        padding: 3%;
    }

#viewUserTable tbody > tr > th a {
    color: #337ab7;
}

.newUserForm input[type=text] {
    width: 100%;
    padding: 1%;
    min-height: 45px;
    border: 1px solid #ddd;
}

.newUserForm > div {
    padding-bottom: 3%;
}

    .newUserForm > div > label {
        text-transform: uppercase;
        font-size: 12px;
    }

table.eventRegistrations {
    font-size: 15px;
    width: 100%;
    line-height: 35px;
}

    table.eventRegistrations td.dateColumn {
        width: 25%;
    }

#financeTable_info {
    display: none;
}

#financeTable > thead > tr > th {
    vertical-align: middle;
}

#financeTable > tbody > tr > td {
    vertical-align: middle;
}

/*************************************************************************************************************************************************
 ****************************************************************   Ask a question   ****************************************************************
**************************************************************************************************************************************************/

.financialaskaquestion-form textarea {
    width: 100%;
    min-height: 200px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

.financialaskaquestion-form input[type=submit] {
    float: right;
    padding-right: 30%;
    padding-left: 30%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.financialaskaquestion-form .submitButton {
    padding-top: 3%;
}

/*************************************************************************************************************************************************
 ****************************************************************   Alliance Partners   **********************************************************
**************************************************************************************************************************************************/

.alliancePartnerItem {
    border: 2px solid #eee;
    padding: 2%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

    .alliancePartnerItem img {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.alliancePartnerItemContainer {
    padding: 1%;
}

.alliancePartnerItem .caption {
    position: absolute;
    top: -100%;
    right: 0;
    background: #7f9c0a;
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .alliancePartnerItem .caption a {
        color: #fff;
    }

    .alliancePartnerItem .caption h4 {
        color: #fff;
    }

    .alliancePartnerItem .caption a:hover {
        color: #fff;
    }

.alliancePartnerItem:hover .caption {
    top: 0%;
}

.ap-list-header {
    padding-bottom: 10%;
}

/*************************************************************************************************************************************************
 ****************************************************************   Account Balance  *************************************************************
**************************************************************************************************************************************************/

.account-balance {
    text-transform: uppercase;
    padding-bottom: 3%;
    padding-top: 2%;
}

    .account-balance span {
        color: #337ab7;
    }

    .account-balance .amount {
        text-align: left;
    }

    .account-balance .payment {
        text-align: right;
    }

/*************************************************************************************************************************************************
 ****************************************************************   Report Grid  *************************************************************
**************************************************************************************************************************************************/

.reportGrid > a:nth-child(1n) > .report-item {
    background-color: #206ab3;
}

.reportGrid > a:nth-child(2n) > .report-item {
    background-color: #498ed3;
}

.reportGrid > a:nth-child(3n) > .report-item {
    background-color: #2b5e90;
}

.reportGrid > a:nth-child(4n) > .report-item {
    background-color: #2092b3;
}

.reportGrid > a:nth-child(5n) > .report-item {
    background-color: #20a0b3;
}

.reportGrid > a:nth-child(6n) > .report-item {
    background-color: #0ea5c5;
}

.report-item {
    text-transform: uppercase;
    text-align: center;
    padding: 5%;
    border: 4px solid #fff;
}
.report-with-notes .report-item {
    border: 0;
    border-bottom: 1px solid #838383;
}

.report-with-notes > a.prod-reportlist > .report-item {
    background-color: white;
}
.report-with-notes > a.prod-reportlist:hover > .report-item {
    background-color: #dddddd;
}
/*
.reportlist {
    position: relative;
    text-align: left;
    padding: 5% 100px 5% 5%;
    line-height: 23px;
}*/

.reportlist h5:first-child {
    padding-left: 10px;
}

.reportlist {
    background-color: white ;
    color: #000;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid #c5c5c5;
    width: 100%;
}

.list-title {
    border-top: 1px solid #c5c5c5;
}
.reportlist h5:first-child {
    padding: 10px;
}
.reportlist h5:first-child,
.reportlist h5:last-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 33%;
    align-content: center;
    padding: 0 0 0 10px;
    margin: 0;
    background: #f2f2f2;
    margin-right: 0;
    color: #337ab7;
    font-size: 20px;
}
    .reportlist h5:last-child {
        padding: 10px;
        max-width: 67%;
        width: 100%;
    }
.reportlist.list-title {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border: #f2f2f2;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
}
.production-report,
.prod-reportlist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
    .production-report.reportGrid {
        margin-bottom: 30px;
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
.reportlist p {
    margin-bottom: 0;
    color: #000;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 33%;
    margin-right: 0;
    font-weight: bold;
    padding: 10px;
}
.reportlist .each-report {
    padding-top: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: calc(67% - 20px);
    text-transform: none;
    line-height: 28px;
}


    .reportGrid {
        padding-top: 3%;
    }

    .reportGrid a {
        color: #fff;
    }

/*************************************************************************************************************************************************
 ****************************************************************   My Preferred Team  ***********************************************************
**************************************************************************************************************************************************/


.team-member-container {
    padding: 2%;
    text-align: center;
}

    .team-member-container .team-member-item {
        border: 1px solid #808080;
        height: 100%;
    }

        .team-member-container .team-member-item .team-member-info {
            padding: 2%;
            padding-bottom: 10%;
        }

            .team-member-container .team-member-item .team-member-info .name {
                font-weight: bold;
                padding-bottom: 4%;
            }

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }



.team-member-container .team-member-item .team-member-info .country {
    padding-bottom: 4%;
}


.team-member-container .team-member-item .team-member-info .email {
    font-size: 12px;
    padding-bottom: 4%;
}


.team-member-container .team-member-item .team-member-info .phone {
    font-size: 12px;
}

    .team-member-container .team-member-item .team-member-info .email span, .team-member-container .team-member-item .team-member-info .phone span {
        color: #337ab7;
        font-weight: bold;
    }

.myprofile-info {
    padding-bottom: 7%;
    text-transform: uppercase;
}

    .myprofile-info span {
        color: #337ab7;
        font-weight: bold;
    }


/*************************************************************************************************************************************************
 ****************************************************************   Marketing score cards ********************************************************
**************************************************************************************************************************************************/

.marketingReportContainer a:hover {
    color: #fff;
}

.marketingReport:hover {
    background-color: #0054a6;
}

.marketingReportContainer {
    padding-bottom: 3%;
}

    .marketingReportContainer > a > .marketingReport {
        border: 2px solid #eeeeee;
        padding-top: 2%;
        padding-bottom: 4%;
        text-transform: uppercase;
        font-weight: bold;
    }

@media only screen and (max-width: 500px) {
    .marketingReportContainer > a > .marketingReport {
        padding-top: 6%;
        padding-bottom: 10%;
    }
}


@media only screen and (max-width: 320px) {
    .marketingReportContainer > a > .marketingReport {
        padding-top: 6%;
        padding-bottom: 15%;
    }
}

/*************************************************************************************************************************************************
 ****************************************************************   Marketing  *******************************************************************
**************************************************************************************************************************************************/

.marketingTable > tbody > tr {
    border: 2px solid #eee;
}

    .marketingTable > tbody > tr:nth-child(even) {
        background-color: #c5dce9;
    }

.marketingTable {
    padding-top: 5%;
}

.marketingSelectYear {
    padding-bottom: 4%;
}

.marketingSelectYear {
    padding-bottom: 4%;
}

    .marketingSelectYear > form > select {
        width: 100%;
        padding: 3%;
        font-weight: bold;
    }


/*************************************************************************************************************************************************
 ****************************************************************  My News  *******************************************************************
**************************************************************************************************************************************************/

.newsSearch {
    padding-bottom: 6%;
}

    .newsSearch form {
        border: 1px solid #b7b7b7;
    }

        .newsSearch form i {
            padding-left: 2%;
        }

        .newsSearch form input {
            width: 85%;
            padding: 3%;
            font-weight: bold;
            border: none;
        }

.newsItem {
    border-top: 1px solid #b7b7b7;
    padding-top: 2%;
    padding-bottom: 2%;
}

.newsItem-date {
    text-align: right;
    color: #337ab7;
    padding-top: 3%;
    font-weight: bold;
}


/*************************************************************************************************************************************************
 ****************************************************************  header custom colors  *********************************************************
**************************************************************************************************************************************************/

.my-account-header {
    color: #337ab7;
}

.myaccount-header {
    color: #337ab7;
}

.community-mega-menu {
    width: 100%;
    border-top: 10px solid #9e005d;
}

.community-header {
    color: #9e005d;
}

#headerNav > li.dropdown > ul.community-mega-menu > li > div > div > div > div > div > ul > li.active > a {
    color: #9e005d;
}

#headerNav > li.dropdown.active > a.community-header {
    color: #9e005d;
}

#headerNav > li > a.community-header:hover {
    color: #9e005d;
    background-color: transparent;
}

.community-side-nav > #sideNav > ul.level-3 > li.selected > div > a {
    color: #9e005d;
}

.community-side-nav > #sideNav > ul.level-3 > li.selected > a {
    color: #9e005d;
}

.community-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #9e005d;
}

.community-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #9e005d;
}

/*PNET-202 styling*/
.hotelContact .panel-body {
    height: 160px;
    overflow: hidden;
}

.my-account-create {
    margin-bottom: 30px;
}

.site-description {
    max-width: 370px;
}

.deactivate-controls {
    margin-top: 30px;
}

/* EVENTS */
.events-mega-menu {
    width: 100%;
    border-top: 10px solid #1b4f72;
}

.events-header {
    color: #1b4f72;
}

#headerNav > li > a.events-header:hover {
    color: #1b4f72;
    background-color: transparent;
}

#headerNav > li.dropdown > ul.events-mega-menu > li > div > div > div > div > div > ul > li.active > a {
    color: #1b4f72;
}

#headerNav > li.dropdown.active > a.events-header {
    color: #1b4f72;
}

.events-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #1b4f72;
}

.events-side-nav #sideNav > ul.level-3 > li.selected > a {
    color: #1b4f72;
}

.events-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #1b4f72;
}

.events-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #1b4f72;
}


/* marketing */
.marketing-mega-menu {
    width: 100%;
    border-top: 10px solid #c5170b;
}

.marketing-header {
    color: #c5170b;
}

#headerNav > li > a.marketing-header:hover {
    color: #c5170b;
    background-color: transparent;
}

#headerNav > li.dropdown > ul.marketing-mega-menu > li > div > div > div > div > div > ul > li.active > a {
    color: #c5170b;
}

#headerNav > li.dropdown.active > a.marketing-header {
    color: #c5170b;
}

.marketing-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #c5170b;
}

.marketing-side-nav #sideNav > ul.level-3 > li.selected > a {
    color: #c5170b;
}

.marketing-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #c5170b;
}

.marketing-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #c5170b;
}


/* LOYALTY */
.loyalty-mega-menu {
    width: 100%;
    border-top: 10px solid #b41a83;
}

.loyalty-header {
    color: #b41a83;
}

#headerNav > li > a.loyalty-header:hover {
    color: #b41a83;
}

#headerNav > li.dropdown > ul.loyalty-mega-menu > li > div > div > div > div > div > ul > li.active > a {
    color: #b41a83;
}

#headerNav > li.dropdown.active > a.loyalty-header {
    color: #b41a83;
}

.loyalty-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #b41a83;
}

.loyalty-side-nav #sideNav > ul.level-3 > li.selected > a {
    color: #b41a83;
}

.loyalty-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #b41a83;
}

.loyalty-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #b41a83;
}

/* revenuedistribution */

.revenuedistribution-mega-menu {
    width: 100%;
    border-top: 10px solid #c63f0e;
}

.revenuedistribution-header {
    color: #c63f0e;
}

#headerNav > li > a.revenuedistribution-header:hover {
    color: #c63f0e;
}

#headerNav > li.dropdown > ul.revenuedistribution-mega-menu > li > div > div > div > div > div > ul > li.active > a {
    color: #c63f0e;
}

#headerNav > li.dropdown.active > a.revenuedistribution-header {
    color: #c63f0e;
}

.revenuedistribution-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #c63f0e;
}

.revenuedistribution-side-nav #sideNav > ul.level-3 > li.selected > a {
    color: #c63f0e;
}

.revenuedistribution-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #c63f0e;
}

.revenuedistribution-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #c63f0e;
}


.partnersservices-mega-menu {
    width: 100%;
    border-top: 10px solid #7f9c0a;
}

.partnersservices-header {
    color: #7f9c0a;
}

#headerNav > li.dropdown > ul.partnersservices-mega-menu > li > div > div > div > div > div > ul > li.active > a {
    color: #7f9c0a;
}

#headerNav > li.dropdown.active > a.partnersservices-header {
    color: #7f9c0a;
}

.partnersservices-side-nav #sideNav > ul.level-3 > li.selected > div > a {
    color: #7f9c0a;
}

.partnersservices-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > a {
    color: #7f9c0a;
}

.partnersservices-side-nav > #sideNav > ul.level-3 > li.selected > div > ul.level-4 > li.selected > div > ul.level-5 > li.selected > div > a {
    color: #7f9c0a;
}

.validation-summary-errors > ul {
    list-style: none;
    padding: 0;
    color: red;
}


/*************************************************************************************************************************************************
 ****************************************************************  payment form  *****************************************************************
**************************************************************************************************************************************************/

.financialpayment-form > div.row {
    padding-top: 3%;
}

    .financialpayment-form > div.row > div > div.editor-field > input {
        padding: 1%;
        width: 100%;
    }

    .financialpayment-form > div.row > div > div.editor-field > select {
        padding: 1%;
        width: 100%;
    }

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 500px;
    height: 500px;
}

.cropit-preview-image-container {
    cursor: move;
}

.crop-hide {
    display: none;
}


/*************************************************************************************************************************************************
 ****************************************************************  corp survey *******************************************************************
**************************************************************************************************************************************************/

.corpSurveyNav > a {
    text-decoration: none;
}

.corpSurveyNav {
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    padding: 2%;
    width: 100%;
}

    .corpSurveyNav > a > li {
        padding: 2%1%;
        border-right: 1px dotted black;
        display: inline;
        font-weight: bold;
    }


    .corpSurveyNav > a.active > li {
        color: green;
        font-weight: bold;
    }

.editor-field {
    padding-bottom: 2%;
}

    .editor-field > input, .editor-field > textarea, .editor-field > select {
        width: 90%;
        padding: 2%;
    }

    .editor-field > textarea {
        height: 200px;
    }

.field-validation-error {
    color: red;
    font-weight: bold;
    display: block;
    padding-top: 3%;
}

.side {
    width: 49%;
    display: inline-block;
    flex: 1;
}

.sideBySide {
    display: flex;
}

.editor-label {
    padding-top: 2%;
    padding-bottom: 2%;
}


.side > .editor-label {
    padding-top: 0%;
    padding-bottom: 0%;
}

.editor-field > select {
    -webkit-appearance: none;
    line-height: 1.4em;
}

#bookingLink43,
#resLink425 {
    line-height: 2;
}

#numberOfChildren {
    margin-bottom: 20px;
}


/*************************************************************************************************************************************************
 ****************************************************************  STAR *******************************************************************
**************************************************************************************************************************************************/
.starphgenter {
    background-color: blue;
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 90%;
}

.starformleft > textarea {
    display: block;
    width: 100%;
    height: 102px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.starformright > textarea {
    display: block;
    width: 100%;
    height: 102px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.starphgtableth {
    background-color: blue;
    color: white;
    border: 1px solid;
    vertical-align: top;
}

.starphgtabletr {
    border: 1px solid;
}


/*************************************************************************************************************************************************
 ****************************************************************  implementation Guide **********************************************************
**************************************************************************************************************************************************/

#implementationGuide section {
    margin: auto;
    display: inline-block;
    width: 100%;
}

#implementationGuide h2 {
    padding-bottom: 3%;
}

#implementationGuide h3 {
    color: #ffffff;
    background-color: #197b30;
    padding: 1%;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

#implementationGuide h4 {
    font-weight: normal;
    font-size: 15px;
}


#implementationGuide p, #implementationGuide ul, #implementationGuide ol, #implementationGuide div {
    font-weight: normal;
    font-size: 14px;
}

#implementationGuide ul li, #implementationGuide ol li {
    padding-bottom: 1%;
    line-height: 1.3;
}

#implementationGuide table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#implementationGuide table > thead > tr > th,
#implementationGuide table > tbody > tr > th,
#implementationGuide table > tfoot > tr > th,
#implementationGuide table > thead > tr > td,
#implementationGuide table > tbody > tr > td,
#implementationGuide table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #fff;
    text-align: center;
}

#implementationGuide table > tbody > tr > th,
#implementationGuide table > tfoot > tr > th,
#implementationGuide table > tbody > tr > td,
#implementationGuide table > thead > tr > td,
#implementationGuide table > tfoot > tr > td {
    background-color: #ebebeb;
}


#implementationGuide table > thead > tr > th {
    background-color: #464646;
    color: white;
}

#implementationGuide > section > img.primaryCollectionLogo {
    width: 50%;
    display: inline;
    float: left;
    padding: 6%;
    
}


/*************************************************************************************************************************************************
 ****************************************************************  booking widget  *****************************************************************
**************************************************************************************************************************************************/
			
#widgetHorizontal {
	font-family: "gotham_bookregular", sans-serif;
	background-color: #f5f5f5;
	border: 2px solid #ccc;
	padding: 20px;
	width: 710px;
}
					
#widgetVertical {
	font-family: "gotham_bookregular", sans-serif;
	background-color: #f5f5f5;
	border: 2px solid #ccc;
	padding: 20px;
	width: 255px;
}
			
#widgetHorizontal label,
#widgetVertical label {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	line-height: 1.5;
}
					
#widgetHorizontal input,
#widgetHorizontal select,
#widgetVertical input,
#widgetVertical select {
	border: none;
	padding: 10px;
}
					
#separateSectionInline .separateSection {
	display: inline-block;
	margin-right: 15px;
}	
					
#widgetHorizontal .separateSection {
	display: inline-block;
	margin: 5px;
}
					
#widgetVertical .separateSection {
	margin: 15px 0;
}
					
#widgetBtn {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	cursor: pointer;
}
					
#widgetBtn:hover {
	opacity: 0.75;
}	
					
.separateSection a {
	font-size: 12px;
}

.highlight {
    background-color: yellow;
}

					
/* calendar styles */
					
.ui-datepicker {
	font-family: "gotham_bookregular", sans-serif;
	width: 180px;
}
					
.ui-widget-header {
	background: #eee;
}
				
.ui-datepicker .ui-datepicker-title {
	font-family: "gotham_bookregular", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
					
.ui-widget-content {
	background: #fff;
}
					
.ui-datepicker table {
	width: 178px;
}
					
.ui-corner-all {
	border-radius: 0px;
}
					
#widgetVertical .separateSection#children {
	margin-left: 15px;			
}

/* OVERVIEW PAGE*/
.overview-page .outer-container {
    width: 100%;
    height: 100%;
    text-align: center;
}
.overview-page .inner-container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.overview-page .video-overlay {
    position: absolute;
    left: 40%;
    top: 34%;
}
.overview-page video {
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
  .overview-page #play-button{
    display: none;
  }
}

/* Branded materials order form */
.phoneorder-form input[type='text']{
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 5px;
    margin:  5px;
}
.phoneorder-form input::-webkit-input-placeholder {
   text-align: left !important;
}
.phoneorder-form input::-moz-placeholder {
   text-align: left !important;
}
.phoneorder-form input:-ms-input-placeholder  {
   text-align: left !important;
}
.phoneorder-form .field-validation-error{
   margin-top: -18px;
   font-size: 12px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#collateralTable td{
    padding: 10px;
}
.phoneorder-form .imageRow{
    text-align: center;
}
.phoneorder-form .imageRow img{
    max-width: 300px;
}
.phoneorder-form li input[type='checkbox']{
    width: 20px;
 float: left !important;
    position: relative;
    top: 9px;
}
.phoneorder-form li input[type='text']{
    width: 40px;
    display: inline;
}
.phoneorder-form li {
    padding-bottom: 20px;
}
.phoneorder-form input[type='submit']{
    text-align: center !important;
    padding: 5px;
    padding-left: 20px;
    padding-right:  20px;
}

#entryForm label.error {
   color: #f00; 
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Navigation update */
.sub-menu{
    width: auto;
    left: auto !important;
}
.sub-menu-item a {
    padding: 5px !important;
}
.sub-menu-profile-name {
    color: #fff; 
    text-transform: capitalize;
    font-size: 20px;
}

/*Privacy Policy*/
.text-page-no-nav{
    padding: 3%;
}
.text-page-no-nav * {
    line-height: 1.8em;
}
.text-page-no-nav h4 {
    padding-top: 20px;
}

/* Synxis GDS/IDS form */
.form-item .form-label {
  width: 40%;
}
.form-item input {
  width: 58%;
}
.form-item .form-checkbox {
    width: auto;
    display: inline;
}
.form-description p {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.form-space-top {
    padding-top: 15px;
}
.form-space-bottom {
    padding-bottom: 15px;
}
.form-short-input{
    max-width: 65px !important;
}
.form-item .field-validation-error{
    margin-top: -20px;
    padding-bottom: 10px;
    font-weight: normal;
}
.preferred-map-label{
    display: inline;
    font-weight: normal;
}
@media (max-width: 700px) {
 .form-item .form-label{
    width: 100%;
    padding-top: 10px;
  }
 .form-item input {
    width: 100%;
  }
}

/* Events === ProWorks Styling === */
h2.my-account-table-header {
    border-bottom: 5px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #337ab7;
}
table.eventDetails {
    width: 100%;
}
table.eventDetails th {
    padding-bottom: 5px
}
table.eventDetails td {
    padding-bottom: 10px;
}
table.eventDetails td.rule {
    padding: 0;
}
table.eventDetails td.rule hr {
    margin-top: 10px;
}
table.eventDetails th.cell-centered, table.eventDetails td.cell-centered {
    text-align: center;
}
table.eventDetails th.first {
    width: 22%;
}
table.eventDetails th.middle {
    width: 63%;
}
table.eventDetails th.last {
    width: 15%;
}

/* PNET-185 styling === */
#myEventsReport button {
    padding: 4px 8px;
    border: 0;
}
    #myEventsReport button.btn.btn-primary {
        background-color: #b41a83;
        color: white;
    }

    #myEventsReport button.btn.btn-secondary {
        background-color: #018c21;
        color: white;
    }
        #myEventsReport button.btn.btn-primary[disabled],
        #myEventsReport button.btn.btn-secondary[disabled] {
            background-color: #ccc;
            color: #000;
        }
#myEventsReport button.btn.btn-primary.filters-button {
    background-color: #018c21;
    text-align: left;
    display: block;
    width: 100%;
    padding: 8px 14px;
}
.filters-button span.caret {
    float: right;
    margin-top: 6px;
    border-width: 6px;
}
.row.filters-section {
    margin-bottom: 30px;
}
.dropdown-menu.event-filters-list {
    padding: 15px;
}
.dropdown-filters-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.event-filters-item {
    width: 50%;
    margin-bottom: 4px;
}

    .event-filters-item label, .event-filters-item input[type=checkbox] {
        cursor: pointer;
        transition: all .1s ease-in;
    }

        .event-filters-item label:hover, .event-filters-item input[type=checkbox]:hover {
            color: #018c21;
        }
@media (max-width: 700px) {
    .event-filters-item {
        width: 50%;
    }
}
.event-keyword-search {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
}
.event-keyword-search input[type=text] {
    padding: 3px 8px;
    width: 330px;
}
@media (max-width: 700px) {
    .event-keyword-search input[type=text] {
        width: 100%;
        margin-bottom: 4px;
    }
}
.event-table-section {
    margin-top: -1px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.event-table th,
table.event-table td {
    border-bottom: 1px solid #ccc;
}
.csv-download {
    padding: 30px 0;
}

.right-pane .container {
    padding: 0;
}

.right-pane .row {
    margin-right: 15px;
    margin-left: -15px;
}

h4.panel-heading {
    margin: 0;
}

ul.contact-list {
    padding-left: 0;
    list-style-type: none;
    margin: 30px 0 50px;
}

ul.contact-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.form-group {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.form-group label {
    display: inline-block;
    margin-right: 20px;
}

.form-group.ph-group input, .form-group.ph-group select {
    display: block;
}
.form-group.ph-group select {
        width:100%;
}
.form-group input, .form-group select, form-group textarea {
    max-width: 300px;
}


@media(max-width: 768px) {
    .reportlist p {
        max-width: 100%;
    }
    .reportlist .each-report {
        padding: 10px 0;
    }
}


/*************************************************************************************************************************************************
 ****************************************************************  iBid Registration  *****************************************************************
**************************************************************************************************************************************************/
#ibidForm label.error {
    color: #f00;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bluecolor {
    color: blue;
}

.noborder {
    outline: 0;
}

.nodecoration {
    border:none;
    text-decoration:none;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal {
    margin: 0in;
    font-size: 12.0pt;
    font-family: "Times New Roman",serif;
}

p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing {
    margin: 0in;
    font-size: 12.0pt;
    font-family: "Times New Roman",serif;
}

.MsoChpDefault {
    font-family: "Calibri",sans-serif;
}
/* Page Definitions */
div.WordSection1 {
    page: WordSection1;
}
/* List Definitions */
ol {
    margin-bottom: 0in;
}

ul {
    margin-bottom: 0in;
}

.georgia9 {
    font-size: 16pt;
    font-family: "Georgia", serif;
}

.georgia85 {
    font-size: 13pt;
    font-family: "Georgia", serif;
}

.georgia8 {
    font-size: 14pt;
    font-family: "Georgia", serif;
}

.georgia7 {
    font-size: 12pt;
    font-family: "Georgia", serif;
}

.georgia6 {
    font-size: 10pt;
    font-family: "Georgia",serif;
}

.georgia5 {
    font-size: 8pt;
    font-family: "Georgia",serif;
}

.georgia10 {
    font-size: 18pt;
    font-family: "Georgia",serif
}

.symbol {
    font-size: 7.0pt;
    font-family: Symbol
}

.rt {
    font: 7.0pt "Times New Roman"
}

.addr {
    vertical-align: bottom;
    width: 100pt;
    border: none;
    padding: 0in 5.4pt 0in 5.4pt;
}

.blue {
    color: blue;
}

.MsoNormalcenter {
    text-align: center;
}

.MsoNormalright {
    text-align: right;
}

.hotelinfo {
    width: 531.0pt;
    border-collapse: collapse;
    border: none;
}

.hotelname1 {
    vertical-align: bottom;
    width: 120pt;
    border: none;
    padding: 0in 5.4pt 0in 5.4pt
}

.hotelname {
    vertical-align: bottom;
    width: 650pt;
    border: none;
    border-bottom: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelcity {
    vertical-align: bottom;
    width: 95.95pt;
    border: none;
    border-bottom: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelstate1 {
    vertical-align: bottom;
    width: 34.15pt;
    border: none;
    border-top: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelstate2 {
    vertical-align: bottom;
    width: 150pt;
    border-top: solid windowtext 1.0pt;
    border-left: none;
    border-bottom: solid windowtext 1.0pt;
    border-right: none;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelcounty1 {
    vertical-align: bottom;
    width: 45.85pt;
    border: none;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelcounty2 {
    vertical-align: bottom;
    width: 119.45pt;
    border-top: solid windowtext 1.0pt;
    border-left: none;
    border-bottom: solid windowtext 1.0pt;
    border-right: none;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelzip1 {
    vertical-align: bottom;
    width: 55.3pt;
    border: none;
    padding: 0in 5.4pt 0in 5.4pt;
}

.hotelzip2 {
    vertical-align: bottom;
    width: 150pt;
    border-top: solid windowtext 1.0pt;
    border-left: none;
    border-bottom: solid windowtext 1.0pt;
    border-right: none;
    padding: 0in 5.4pt 0in 5.4pt;
}

.table1 {
    border: 0;
    border-spacing: 0;
    width: 700px;
    border-collapse: collapse;
}

.table2 {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.table3 {
    border: 0;
    border-spacing: 0;
    width: 750px;
    border-collapse: collapse;
}

.table4 {
    border: 0;
    border-spacing: 0;
    width: 742px;
    border-collapse: collapse;
}

.table5 {
    border: 0;
    border-spacing: 0;
    margin-left: 5.35pt;
    border-collapse: collapse;
}

.table6 {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 744px;
}

.height325 {
    height: 3.25pt
}

.height4 {
    height: 4.0pt
}

.height49 {
    height: 4.9pt
}

.height46 {
    height: 46.2pt
}

.height45 {
    height: 45.55pt
}

.height211 {
    height: 211.3pt
}

.height15 {
    height: 15.7pt
}

.t1 {
    vertical-align: bottom;
    width: 367.75pt;
    border: none;
    border-bottom: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.0pt
}

.t2 {
    vertical-align: top;
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.9pt
}

.t3 {
    vertical-align: top;
    width: 99.75pt;
    border: none;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.9pt
}

.t4 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.9pt
}

.t5 {
    height: 10.75pt
}

.t6 {
    width: 270.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 10.75pt
}

.t7 {
    width: 200pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 10.75pt
}

.t8 {
    width: 180pt;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 10.75pt
}

.t9 {
    height: 7.15pt
}

.t10 {
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.15pt
}

.t11 {
    width: 99.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.15pt
}

.t12 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.15pt
}

.t13 {
    height: 8.5pt
}

.t14 {
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 8.5pt
}

.t15 {
    width: 99.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 8.5pt
}

.t16 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 8.5pt
}

.t17 {
    height: 4.1pt
}

.t18 {
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.1pt
}

.t19 {
    width: 99.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.1pt
}

.t20 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.1pt
}

.t21 {
    height: 7.6pt
}

.t22 {
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.6pt
}

.t23 {
    width: 99.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.6pt
}

.t24 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.6pt
}

.t25 {
    height: 3.5pt
}

.t26 {
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 3.5pt
}

.t27 {
    width: 99.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 3.5pt
}

.t28 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 3.5pt
}

.t29 {
    height: 8.5pt
}

.t30 {
    width: 232.0pt;
    border: none;
    border-left: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 8.5pt
}

.t31 {
    width: 99.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 8.5pt
}

.t32 {
    width: .5in;
    border: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 8.5pt
}

.t33 {
    width: 232.0pt;
    border-top: none;
    border-left: solid windowtext 1.0pt;
    border-bottom: solid windowtext 1.0pt;
    border-right: none;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.0pt;
    vertical-align: top;
}

.t34 {
    width: 99.75pt;
    border: none;
    border-bottom: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.0pt;
    vertical-align: top;
}

.t35 {
    width: .5in;
    border-top: none;
    border-left: none;
    border-bottom: solid windowtext 1.0pt;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 4.0pt
}

.t36 {
    width: 500pt;
    padding: 0in 5.4pt 0in 5.4pt;
    vertical-align: bottom
}

.t37 {
    text-align: center
}

.t38 {
    width: 2.25in;
    border: none;
    border-bottom: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    vertical-align: bottom
}

.t39 {
    width: 112.5pt;
    padding: 0in 5.4pt 0in 5.4pt;
    vertical-align: bottom
}

.t40 {
    width: 148.5pt;
    border: none;
    border-bottom: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    vertical-align: bottom
}

.t41 {
    height: 326.75pt
}

.t42 {
    width: 562.5pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 326.75pt;
    vertical-align: top
}

.t43 {
    height: 7.5pt
}

.t44 {
    width: 556.8pt;
    border: solid windowtext 1.0pt;
    border-bottom: none;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.5pt;
    vertical-align: top
}

.t45 {
    width: 556.8pt;
    border-top: none;
    border-left: solid windowtext 1.0pt;
    border-bottom: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 46.2pt;
    vertical-align: top
}

.t46 {
    width: 556.8pt;
    border-top: none;
    border-left: solid windowtext 1.0pt;
    border-bottom: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 45.55pt;
    vertical-align: top
}

.t47 {
    width: 556.8pt;
    border-top: none;
    border-left: solid windowtext 1.0pt;
    border-bottom: none;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 211.3pt;
    vertical-align: top
}

.t48 {
    width: 181.75pt;
    padding: 0in 5.4pt 0in 5.4pt;
    vertical-align: top
}

.t49 {
    margin: 0in;
    font-size: 12.0pt;
    font-family: "Times New Roman",serif;
    margin-left: .5in;
    text-indent: -.25in
}

.t50 {
    margin: 0in;
    font-size: 12.0pt;
    font-family: "Times New Roman",serif;
    margin-left: .5in
}

.t51 {
    width: 47.1pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.5pt;
    vertical-align: top
}

.t52 {
    width: 6.55in;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.5pt;
    vertical-align: top
}

.t53 {
    width: 76.95pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.5pt;
    vertical-align: top
}

.t54 {
    width: 441.7pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.5pt;
    vertical-align: top
}

.t55 {
    width: 76.95pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 15.7pt;
    vertical-align: top
}

.t56 {
    width: 441.7pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 15.7pt;
    vertical-align: top
}

.t57 {
    width: 556.8pt;
    border: solid windowtext 1.0pt;
    border-top: none;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 3.25pt;
    vertical-align: top
}

.t58 {
    width: 110.0pt
}

.t59 {
    height: 7.4pt
}

.t60 {
    width: 99.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.4pt
}

.t61 {
    width: 189.0pt;
    border: none;
    border-bottom: none;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.4pt
}

.t62 {
    width: 49.5pt;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.4pt
}

.t63 {
    width: 220.5pt;
    border: none;
    border-bottom: none;
    padding: 0in 5.4pt 0in 5.4pt;
    height: 7.4pt
}

.hearderbluewhite{
    text-align:center;
    background:blue;
    color:white
}

