/* DE PRESET 2 */
html,
body {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background: #eee;
}

p {
    margin: 12px;
    font-size: 15px !important;
    color: #555 !important;
}

ul,
label,
legend,
span,
li {
    font-size: 15px !important;
    font-weight: normal !important;
    color: #555 !important;
}

ul,
ol{
    margin: 12px !important;
    padding: 0px 0px 0px 40px !important;
    list-style-type: initial;
}

div.additionalReginfo {
    display: block;
    float: left;
    width: 100%;
}

span.de_required {
    color: #c0392b;
}

div.language-toggle {
    float: right;
}

div.logout {
    float: right;
}

#header {
    min-height: auto;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    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);
}

#header.small {
    min-height: 75px;
}

#header div.container {
    position: relative;
    min-height: 199px;
}

#header.small div.container {
    min-height: 116px;
}

#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;
}

div.header-logo,
div.header-logo-f {
    width: auto;
    float: left;
    padding-top: 3px;
}

#header.small div.header-logo,
#header.small div.header-logo-f {
    width: auto;
    float: left;
    height: 100%;
    overflow: hidden;
    padding-top: 3px;
}

#header div.header-logo img,
#header div.header-logo-f img {
    height: 151px;
}

#header.small div.header-logo img,
#header.small div.header-logo-f img {
    height: 67px;
}

div.event-title h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0px;
    background: #eee;
}

.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;
}

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, .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;
}

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, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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;
}

div.field-summary {
    height: auto;
}

@font-face {
    font-family: "Open Sans";
    src: url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
}

.row {
    margin: 0;
    padding: 0px 25px;
}

textarea {
    min-width: 100%;
    max-width: 100%;
}

section#content {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    /*background: transparent;*/
    /*background:rgba(255,255,255,0.6);*/
    background: rgba(255, 255, 255, 0.9);
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: none;
}

.tab-content {
    background: transparent;
}

div.sidemenu h2 {
    padding: 0px 7px;
}

div.sidemenu p,
div.sidemenu ul {
    margin: 10px 15px;
    list-style: inside;
}

div.sidemenu img {
    padding: 0px 10px;
}

#breakdown_body {
    padding: 10px;
}

section#content div.tab-content,
section#content section#content,
section#content div#content-middle {
    padding: 0px;
    border: none;
}

section#content div#content-middle {
    background: transparent;
}

section#content div#fields,
section#content div.panel-body {
    padding: 0px;
}

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;
}

section#content #fieldContainer div.field {
    width: 100%;
    overflow: auto;
}

section#content .panel {
    background: none;
    border: none;
    box-shadow: none;
}

section#content #fieldContainer div.field div.form-group {
    margin: 0px;
}

section#content #fieldContainer div.field div.form-group>label {
    float: left;
    max-width: 35%;
    width: 30%;
    text-align: left;
    font-weight: normal;
    padding: 6px 0px 0px 0px;
    margin-right: 0px;
    overflow-wrap: break-word;
}

section#content legend.left,
section#content legend {
    overflow: auto;
    width: 100%;
    padding: 6px 0px 0px 10px;
    float: left;
    text-align: left;
    font-weight: 600;
}

section#content input[type=checkbox],
section#content input[type=radio] {
    margin: 8px !important;
}

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%;
    /*margin: 6px 0px;*/
    margin: 3px 0px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
}

section#content div.field fieldset span.de_cols_1 label>span,
section#content div.field fieldset span.de_cols_2 label>span,
section#content div.field fieldset span.de_cols_3 label>span {
    float: left !important;
    clear: both;
    width: 100%;
}

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 div.de_fieldset span.de_cols_2 {
    width: 50%;
}

section#content div.de_fieldset span.de_cols_2 label {
    margin: 3px 0px;
    width: 87%;
}

section#content div.de_fieldset span.de_cols_3 {
    width: 33%;
}

section#content div.de_fieldset span.de_cols_3 label {
    margin: 3px 0px;
    width: 85%;
}

section#content div.field div.form-group div{
    width: 70%;
    padding-left: 2%;
    float: right; 
}

section#content div.field div.form-group div.de_fieldset {
    width: 100%;
    padding-left: 2%;
    float: left;
}

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: 68%;
    float: right;
    margin: 0px;
    padding-right: 5%;
}

fieldset .de_p_hide{
    width: 100% !important;
    padding-left:16px !important;
}

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;
    background-color: #fdfdfd !important;
}

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;
}

body {
    background: transparent;
    padding-top: 0px;
}

.alert-danger {
    margin: 15px;
    color: #be2836;
    background-color: #f8e2dd;
    border-color: #c02937;
}

#outer-wrapper {
    width: 1000px;
    margin: 25px auto;
    border: none;
}

#inner-wrapper {
    background: rgba(255, 255, 2555, 0.85);
    /*box-shadow: 0 0 3px #808080;*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

div.pageinfo {
    display: none;
}

.de_required {
    /*color: red !important;*/
    color: #c0392b !important;
}

h2 {
	background: none;
    display: block;
    font-family: "Open Sans", serif;
    font-weight: normal;
    font-size: 24px;
    color: #222 !important;
    height: auto;
    margin: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div.inner-header {
    display: inline-block;
    width: 100%;
}

section#header {
    margin: 0px auto;
    position: relative;
    width: 100%;
    background: #eee;
    border: none;
    box-shadow: 0px 2px 3px #ccc;
    margin-bottom: 70px;
}

div.header-logo {
    display: block;
    width: 50%;
    float: left
}

div.title {
    float: right;
    padding-top: 85px;
}

div.title h2 {
    color: #1C1C1B !important;
    border: none;
    padding: 0;
    font-weight: bold;
}

div.title p {
    text-align: right;
    font-size: 14px !important;
}

section#content {
    background: transparent;
    padding: 0px 0px;
    width: 100%;
    margin: 0px auto;
    border: none;
    /*background: white;*/
}

div.addAnotherReg{
    text-align: right;
}

/*
Buttons
*/

section#content div#button {
    overflow: inherit;
}

a {
    color: #c62a3a !important;
}

a:hover {
    color: #565656;
    text-decoration: underline;
    font-style: normal;
}

a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

a#pricingButton,
input[value="Go"],
input#submitPay,
input[type="submit"],
input#paybtn,
.btn-primary,
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"],
a.navButton,
a.addAnotherColleague,
input.navButton,
a#register,
a#returning,
#returning {
    margin: 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px !important;
    font-family: "Open Sans", serif;
    padding: 12px 24px;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ccc;
    /*    transition: 0.3s top ease;*/
    border-radius: 4px;
    outline: none;
}

input#submitPay:hover,
a#pricingButton:hover,
input[value="Go"]:hover,
input[type="submit"]:hover,
input#paybtn:hover,
.btn-primary: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,
a.navButton:hover,
a.addAnotherColleague:hover,
input.navButton:hover,
a#register:hover,
a#returning:hover,
input#returning:hover {
    color: black !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

a#pricingButton {
    margin: 10px 0px;
}

input.navPrevious {
    float: left !important;
}

/*
NavBar
*/

section#menu {
    position: absolute;
    width: 100%;
    bottom: -48px;
    background-color: #f3f3f3;
}

section#menu ul li a {
    background: none;
    color: #555 !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

section#menu li a:hover:not(.active) {
    background-color: #ddd;
}

section#menu li a.active {
    color: white;
    background-color: #ED6C44;
}

/*
END NavBar
*/

div.modal-header h3 {
    display: none;
}

div.modal-header a.close {
    opacity: 1;
}

div.modal-header a.close span {
    color: black;
}

div.modal-body h4.top {
    margin: 5px !important;
    font-size: 20px;
}

div.modal-body p.top {
    margin: 10px !important;
}

div.modal-body img {
    float: left;
    padding: 6px;
}

div.modal-body h4.bottom {
    margin: 5px !important;
    font-style: italic;
}

div.modal-body p.bottom {
    font-style: italic;
    margin: 10px !important;
}

div.col-sm-9 {
    /*width: 100%;*/
    float: left;
    padding: 0px;
}

div.col-sm-9 div.panel-body,
div.col-sm-9 div#fields {
    padding: 0px !important;
}

div.col-sm-3 {
    padding-right: 0px;
}

.panel-default {
    margin-bottom: 0px;
}

.panel-default .panel-heading{
    display: none;
}

div.colleagueList .panel-heading{
    display: block;
}

section#footer {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    background: transparent;
}

section#footer p {
    color: white;
}

/* Inline Colleague Styling */
div.colleagueFieldHeading{
    width: 100% !important;
    float: left !important;
    padding: 6px 0px 0px 10px;
}
div.colleagueFieldHeading span{
    font-weight: 600 !important;
    color: #555 !important;
    

}

div.field div.sortStyle,
div.field div.sortStyle:hover {
    border: none !important;
}

div.well,
div.colleagueBag {
    width: 100% !important;
}

div.well p.remainingColleagues {
    display: none !important;
}

div.colleagueBag {
    padding: 0px 20px !important;
}

div.colleagueBag ul li {
    font-size: 16px !important;
}

div.colleagueBag ul li a {
    color: #d81e05 !important;
}

form.colleagueForm{
    padding: 0px 20px;
}

form.colleagueForm div.field {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    overflow: auto;
}

form.colleagueForm div.field div label{
    font-weight: normal !important;
}

form.colleagueForm .de_field_small{
    width: 100% !important; 
}

form.colleagueForm fieldset span.de_cols_1 label{
    width: 90% !important;
}

form.colleagueForm div.form-group p.de_p_hide{
    position: relative !important;
    width: auto !important;
    float: left !important;
    margin: 0px !important;
    padding: 0px 0px !important;
    line-height: normal !important;
    visibility: visible !important;
    border: none !important;
}

form.colleagueForm div.form-group:hover p.de_p_hide{
    background: none !important;
    left: 0 !important;

}

@media (min-width: 240px) and (max-width: 500px) {
    div.header-logo,
    div.header-logo-f {
        background-size: contain;
    }
}

@media (min-width: 240px) and (max-width: 991px) {
    body {
        padding-top: 0px;
    }
    div#outer-wrapper {
        width: 100%;
        background: none;
        padding-top: 0px;
    }
    section#content div.field div.form-group div {
        width: 100%;
    }
    section#content legend.left,
    section#content legend,
    section#content #fieldContainer div.field div.form-group span.de_cols_1 label,
    section#content #fieldContainer div.field div.form-group>label,
    section#content p.de_p_hide {
        max-width: 100%;
        width: 100%;
        text-align: left;
        padding-left: 0px;
        color: #555 !important;
    }
    section#content div.col-sm-3 {
        float: left;
    }
}
/************************************************
    WYSIWYG Fix - Kyle  (06-26-2018) - Start
************************************************/
div.note-editor{
    width:100% !important;
}
div.note-editor div.note-toolbar{
    display:block !important;  
    width:100% !important;
}
div.note-editor div.note-toolbar div.note-btn-group{
    width:auto;
    float:left;
}
div.note-editor div.note-toolbar div.note-btn-group div{
    width:auto;
}
.note-editor.note-frame{
    border: 1px solid #a9a9a9 !important;
    border-radius: 4px !important;
    background: inherit;
    background-color: inherit;
    margin-bottom:0px;
}
.note-editor.note-frame .note-editing-area{
    width: 100%;
}
.note-editor.note-frame .note-statusbar{
    width: 100%;
    float: none;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{
    float: none;
}
.note-editor.note-frame .note-placeholder{
    padding: 15px;
}
.note-editor.note-frame .note-editing-area .note-editable{
    width:100%;
    padding:0px;
}
/************************************************
WYSIWYG Fix - Kyle  (06-26-2018) - End
************************************************/