/* write css here */

/* Basic layout for template */

html,
body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #efefef;
}

p {
    margin: 15px;
}

span.de_required {
    color: #c0392b;
}

#header.small {
    min-height: 75px;
}

#header div.container {
    position: relative;
    min-height: 199px;
}

#header.small div.container {
    min-height: 116px;
}

#content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#content-middle,
#content-left,
#content-right {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

div.field {
    height: 100%;
    overflow: hidden;
    clear: both;
    margin: 3px 0px;
}

div.field div.form-group label {
    float: left;
    font-weight: normal;
    width: 20%;
    line-height: normal;
    margin-right: 10px;
}

div.field div.form-group div {
    float: left;
    width: 78%;
}

div.field fieldset span.de_cols_1 {
    display: block;
    clear: both;
}

div.field fieldset span.de_cols_1 label {
    float: none;
}

#button {
    text-align: right;
}

nav.navbar {
    width: 100%;
    right: 0px;
    min-height: 40px;
    bottom: 0px;
    position: absolute;
    margin-bottom: 0px;
    background: #2371a4;
    border-radius: 4px 4px 0 0;
}

a.navbar-brand {
    display: none;
}

nav.navbar a {
    color: #ffffff;
}

.navbar-toggle {
    background: #ffffff;
}

.navbar-toggle .icon-bar {
    color: #cccccc;
    background: #cccccc;
}

.nav>li>a {
    background-color: #2371a4;
    padding: 10px 15px !important;
}

.navbar-nav>li>a {
    font-size: 14px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #2981bb;
}

.navbar-toggle {
    z-index: 2;
}

.navbar-header {
    margin-top: 15px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    padding: 0px;
}

.navbar-nav {
    margin: 0px;
    background: #2371a4;
}

/* .navButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

.navButton:hover,
.navButton:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
} */

/* Checkbox Styles Start */

/* Checkbox Styles End */

div.radio-horiz fieldset span.de_cols_1 {
    display: inline-block;
    clear: none;
    float: left;
}

div.panel-default {
    border: none;
}

.tab-content {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
}

div.file-upload label {
    width: auto !important;
    margin-right: 0px !important;
}

div.file-upload input {
    max-width: 86%;
    width: 100%;
}

div.file-upload legend {
    float: left;
    font-size: 14px;
    border: none;
    margin-right: 10px;
    width: 20%;
}

div.file-upload div.form-group {
    margin-bottom: 0px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    display: block;
    width: 100%;
    height: 34px;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 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;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

textarea {
    height: auto;
}

input[type="submit"] {
    color: #fff;
    background-color: #27ae60;
    border-color: #239854;
}

input[type="submit"]:hover {
    background-color: #2ecc71;
    border-color: #239854;
    color: #fff;
}

@media (min-width: 240px) and (max-width: 600px) {
    body {
        /*padding-top: 180px;*/
        /* Remove to keep the header at the top and enable the above rule. */
        padding-top: 0px;
    }
    .navbar {
        position: relative !important;
    }
    #header {
        min-height: 100px;
        /* Remove to keep the header at the top */
        position: relative !important;
    }
    #header div.container {
        position: relative;
        min-height: 178px;
    }
    div.header-logo {
        width: 100% !important;
        text-align: center !important;
    }
    #header div.header-logo img,
    #header.small div.header-logo img {
        min-height: 92px !important;
        height: 92px !important;
    }
    #header.small div.header-logo {
        padding-top: 4px !important;
    }
    div.event-title {
        position: relative !important;
        text-align: center !important;
        padding: 0px !important;
        width: auto !important;
    }
    div.event-title h1 {
        margin: 0px !important;
        font-size: 19px !important;
        line-height: 31px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
    }
    #content-middle,
    #content-left,
    #content-right {
        padding: 0px;
    }
    div.field div.form-group label,
    div.field div.form-group div {
        width: 100%;
        float: none;
    }
    .panel-default {
        border: none;
    }
    .panel-body {
        border: none;
        padding: 7px;
    }
    a.navbar-brand {
        text-align: left;
        display: block !important;
        width: 100%;
        float: left;
        position: absolute;
        border-radius: 4px 4px 0 0;
        background: #2371a4;
    }
    nav.navbar {
        bottom: 0px;
        position: absolute;
        width: 100%;
        margin-bottom: 0px;
    }
    .navbar-nav {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 0 !important;
        background: none;
    }
    div.radio-horiz fieldset span.de_cols_1 {
        display: block !important;
        clear: both !important;
        float: none !important;
    }
    div.file-upload label {
        width: 17% !important;
    }
    div.file-upload input {
        max-width: 100% !important;
        width: 100%;
    }
    .navbar-header {
        margin-top: 0px;
    }
}

div.field-summary {
    height: auto;
}

.row {
    margin: 0;
}

textarea {
    max-width: 382px;
}

section#content {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
}

section#content div.tab-content,
section#content section#content,
section#content div#content-middle {
    padding: 0px;
    border: none;
}

section#content div#fields,
section#content div.panel-body {
    padding: 10px 20px;
}

section#content legend.left {
    overflow: auto;
}

section#content .de_field_small {
    width: 100%;
}

section#content div.sortable,
section#content div.sortable:hover {
    border: none;
}

section#content div.field {
    padding: 5px 15px;
}

section#content div.field-summary {
    overflow: auto;
}

section#content div#button {
    overflow: auto;
    width:auto;
    text-align: left;
}

section#content div#button a {
    margin: 25px;
}

section#content #fieldContainer div.field {
    width: 100%;
    overflow: auto;
}

section#content .panel {
    background: none;
    border: none;
    box-shadow: none;
}

section#content legend {
    font-weight: normal;
    font-size: 15px;
}

section#content #fieldContainer div.field div.form-group {
    margin: 0px;
}

section#content #fieldContainer div.field div.form-group>label {
    float: left;
    max-width: 35%;
    text-align: left;
    font-weight: normal;
}

section#content div.field fieldset span.de_cols_1,
section#content div.field fieldset span.sfd {
    padding-left: 2%;
}

section#content div.field fieldset span.de_cols_1 label>span {
    float: left;
    clear: both;
    width: 100%;
}

section#content div.field div.form-group div {
    width: 63%;
}

section#content span.regPrice {
    float: right !important;
    font-weight: bold;
}

section#content p.de_p_hide {
    position: relative;
    border: none;
    visibility: visible;
    background: none;
    left: 0;
    width: 98%;
}

section#content a#details {
    float: left;
}

section#content #fieldContainer div.field div.form-group span.de_cols_1 label {
    font-weight: normal;
    font-size: 15px;
    font-weight: 400;
    max-width: 90%;
}

section#content #fieldContainer div.field div.form-group input[type="text"],
section#content #fieldContainer div.field div.form-group input[type="select"],
section#content #fieldContainer div.field div.form-group textarea,
section#content #fieldContainer div.field div.form-group select {
    width: 100%;
    padding: 3px;
    float: left;
}

section#content input[type=checkbox],
section#content input[type=radio] {
    margin: 5px 6px 0;
    float: left;
}

section#content div#showRegistrant div.panel-heading {
    display: block !important;
}

div.review .de_cols_3 {
    width: 40%;
}

.bigDialog {
    position: relative;
    display: table;
    /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.modal-backdrop {
    z-index: 1 !important;
}

@media (max-width: 600px) and (min-width: 240px) {
    body#app-layout {
        padding-top: 0px !important;
    }
    div.col-sm-9 {
        overflow: auto;
    }
    div.col-sm-3 {
        padding: 20px 10px;
    }
    section#content div#fields,
    section#content div.panel-body {
        padding: 0px !important;
        border: none;
    }
}

@media (min-width: 240px) and (max-width: 991px) {
    section#menu {
        display: none;
    }
    section#content div.field div.form-group div {
        width: 100%;
    }
    section#content #fieldContainer div.field div.form-group span.de_cols_1 label,
    section#content #fieldContainer div.field div.form-group>label {
        max-width: 100%;
    }
    section#mainContent {
        width: 100%;
    }
    section#mainContent div.row div.col-sm-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    section#mainContent div.col-sm-9 {
        padding: 0px !important;
    }
    section#mainContent div.col-sm-3 .contact {
        margin-top: 150px;
    }
    section#mainContent form#regForm .panel-body {
        padding: 5px !important;
    }
    section#mainContent #fieldContainer div.field div.form-group label {
        width: 90% !important;
        float: none !important;
        text-align: left !important;
    }
    section#mainContent #fieldContainer div.field div.form-group input[type="text"],
    section#mainContent #fieldContainer div.field div.form-group textarea,
    section#mainContent #fieldContainer div.field div.form-group select {
        width: 100% !important;
        float: none !important;
    }
}

html {
    background: #fbfbfb !important;
}

body {
    padding-top: 165px;
}

section#content {
    max-width: 1200px;
    margin: 0 auto;
}

section#content legend {
    font-weight: bold;
    font-size: 15.5px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    padding-bottom: 5px;
    color: #5a5c67;
    border-bottom: 1px solid #ccc;
}

.tab-content {
    background: transparent;
}

table.bordered {
    margin: 15px;
}

table.bordered tr td {
    padding: 5px;
}

div.field {
    width: 100% !important;
}

.de_field_small {
    width: 100%;
}

div.field div.form-group label {
    width: 55%;
}

.form-group {
    margin-bottom: 0px !important;
}

.event-title h1 {
    position: relative;
    top: 75px;
}

p {
    margin: 0px !important;
}

#header {
    background: #e1e3e4 url(https://ers.snapuptickets.com/ers/eventStyles/images/MPI-Toronto/mpi_header_bg.jpg) repeat-x;
    min-height: 140px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.28);
}

#mpiImgContainer {
    position: absolute;
}

#header.small {
    height: 100px;
    min-height: 100px;
}

#header.small .inner-header {
    padding-top: 23px;
}

#header.small .inner-header img {
    height: 70px;
    object-fit: contain;
}

#header.small .inner-header h1 {
    margin-top: 25px;
    font-size: 25px;
}

.inner-header {
    overflow: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.inner-header h1 {
    font-size: 32px;
    float: right;
    margin-top: 40px;
}

div.event-title h1 {
    color: #fff;
}

div.panel-heading{
    display: none;
}

div.panel-group > div.panel-default > div.panel-heading{
    display: block !important;
}

a {
    color: #1ea8f0;
}

a:hover {
    color: #222;
    text-decoration: underline;
}

a#pricingButton,
input[value="Go"],
input#submitPay,
div.review a.btn-primary,
div.review a.btn-success,
div.col-sm-9 a.btn-primary,
div.col-sm-9 form input[type="submit"],
input.navButton,
a.navButton,
a#register,
a#returning,
#paybtn{
    margin: 10px 0px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    outline: none;
    padding: 10px 16px;
    color: white;
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    outline: 1px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.05s all ease;
}

a#pricingButton {
    margin: 10px 0px;
}

input.navButton {
    float: right;
    margin: 25px;
}

input.navPrevious {
    float: left !important;
}

input#submitPay:hover,
a#pricingButton:hover,
input[value="Go"]:hover,
div.col-sm-9 form input[type="submit"]:hover,
div.review a.btn-primary:hover,
div.review a.btn-success:hover,
div.col-sm-9 a.btn-primary:hover,
input.navButton:hover,
a.navButton:hover,
a#register:hover,
a#returning:hover {
    color: #46b8da;
    border-radius: 0px;
    border: 1px solid #46b8da;
    outline: 1px solid #46b8da;
    background-color: transparent;
}

div.footer {
    background: #484a56 url(https://ers.snapuptickets.com/ers/eventStyles/images/MPI-Toronto/mpi_footer_bg.jpg) repeat;
    padding: 10px 0px;
    color: #fff;
    background-position: center;
}

@media (min-width: 310px) and (max-width: 991px) {
    body {
        padding-top: 175px;
    }
    #content {
        width: 100%;
    }
    section#header div.inner-header div#mpiImgContainer {
        width: 221px;
        position: relative;
        margin: 0 auto;
    }
    section#header div.inner-header h1 {
        margin-top: 10px;
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    section#header.small h1 {
        display: none;
    }
    section#header.small #mpiImgContainer {
        width: 162px !important;
    }
    div.panel-body {
        padding: 0px;
    }
}

/*# sourceMappingURL=GeneralMeeting2017.css.map */