body {
    background-color: #f5f5f5;
    overflow-x: hidden; 
}
#intro {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background: #33394c url("../images/outline/bgPattern.jpg") repeat;
    vertical-align: middle;
    text-align: center;
    padding-top: 300px;
}
#intro .sequence {
    display: inline-block;
    overflow: hidden;
    width: 23px;
    height: 68px;
    background: url("../images/intro/loader.png") no-repeat 0 0;
}
#intro img {
    margin-right: 10px;
}
#intro p {
    color: #a5ce20;
    margin-top: 30px;
    font-size: 11px;
}
.noScrolls {
    overflow: hidden;
}
.rightAlign {
    text-align: right;
}
.centerAlign {
    text-align: center;
}
.leftAlign {
    text-align: left;
}
p.error {
    color: #ee0000;
}
.hidden {
    visibility: hidden;
}
.eventFloatingBarContent {
    margin-top: 25px;
}
a {
    cursor: pointer;
    color: #3cafe4;
}
a:hover {
    text-decoration: none;
}
a.button {
    cursor: pointer;
    color: #f4f4f4;
    font-size: 15px;
    padding: 8px 35px;
    text-decoration: none;
    border-radius: 5px;
    border: solid #0084b4 1px;
    background-color: #00aedf;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-shadow: 1px 1px 2px #0084b4;
}
a.button:hover {
    background: #00C7FF;
}
a.button.primary {
    color: #ffffff;
    text-shadow: 1px 1px 2px #666666;
    border: solid #aaaaaa 1px;
    background-color: #1c8fc4;
}
a.button.primary:hover {
    background-color: #3cafe4;
}
a.button.secondary {
    color: #3cafe4;
    text-shadow: none;
    border: solid #AAA 1px;
    background-color: #DDD;
}
a.button.secondary:hover {
    background: #ffffff;
    border: solid #3cafe4 1px;
}
a.button.short {
    padding-top: 5px;
    padding-bottom: 5px;
}
a.button.success {
    color: #ffffff;
    text-shadow: 1px 1px 2px #666666;
    border: solid #7d9911 1px;
    background-color: #acda1a;
}
a.button.success:hover {
    background: #b9ee12;
}
a.button.danger {
    color: #ffffff;
    text-shadow: 1px 1px #666666;
    border: solid #aaaaaa 1px;
    background-color: #ef3624;
}
a.button.danger:hover {
    background: #f36253;
}
a.button.info {
    color: #00aedf;
    text-shadow: 1px 1px #eeeeee;
    border: solid #aaaaaa 1px;
    background-color: #ffffff;
}
a.button.info:hover {
    background: #eeeeee;
}
a.button.darkblue {
    color: #ffffff;
    text-shadow: none;
    border: solid #aaaaaa 1px;
    background-color: #4f637f;
}
a.button.darkblue:hover {
    background: #2a557f;
}
a.button.disabled,
a.button.disabled:hover {
    background: #dddddd;
    color: #a2a2a2;
    border: solid #aaaaaa 1px;
    cursor: default;
    text-shadow: none;
}
a.hidden {
    visibility: hidden;
}
a.hide {
    display: none;
}
a.arrowButton {
    position: relative;
    width: 32px;
    height: 24px;
    background: url(../images/buttons/openCloseArrowSprite.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: 10px;
}
.details-normal a.arrowButton {
    background-position: 0 0;
}
.details-normal a.arrowButton:hover {
    background-position: 0 -74px;
}
a.arrowButton {
    background-position: 0 -148px;
}
a.arrowButton:hover {
    background-position: 0 -222px;
}
.importFromEventBrite a:hover {
    background-position: 0 -80px;
}
.importFromEventBrite a:active {
    background-position: 0 -160px;
}
a.flatButton {
    display: inline-block;
    cursor: pointer;
    height: 25px;
    text-align: center;
    padding: 10px 20px 5px 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    background: #00bae3;
}
a.flatButton:hover {
    background: #00caf3;
    text-decoration: none;
}
a.flatButton:active {
    background: #00bad3;
    text-decoration: none;
}
a.flatButton.disabled {
    opacity: 0.2;
    cursor: default;
}
a.flatButton.hidden {
    visibility: hidden;
}
a.flatButton.hide {
    display: none;
}
a.flatButton.normal {
    color: #3cafe4;
    background-color: #ffffff;
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    margin-left: 7px;
    margin-right: 7px;
    border: 1px solid #cccccc;
}
a.flatButton.normal:hover, a.flatButton.normal.hover {
    background: #eeeeee;
    text-decoration: none;
}
a.flatButton.normal:active, a.flatButton.normal.active {
    background: #dddddd;
    text-decoration: none;
}
a.flatButton.normal.selected {
    background: #dddddd;
    box-shadow: inset 2px 2px 2px #cccccc;
}
.switch-checkbox {
    display: inline-block;
    width: 63px;
    height: 23px;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 5px;
}
.switch-checkbox > input[type=checkbox] {
    display: none;
}
.switch-checkbox > input[type=checkbox] + label {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    margin: 0;
    width: 92px;
    height: 23px;
    line-height: 23px;
    background: transparent url("../images/buttons/switch.png") no-repeat -29px 0;
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
}
.switch-checkbox > input[type=checkbox]:checked + label {
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    background-position: 0 0;
}
.error-counter-bubble {
    display: inline-block;
    border: solid 1px #d34723;
    color: #d34723;
    background: #ffffff;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
}
.error-counter-bubble.hide {
    display: none;
}
span.statusBlock {
    display: none;
}
.center-image {
    position: absolute;
    max-width: 160px;
    max-height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div[contentEditable="true"] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 560px;
    margin-left: 20px;
}
div[contentEditable="true"] ul,
div[contentEditable="true"] ol
{
    padding-left: 40px;
}
header div.topContent .topPanelLogo {
    display: none;
}
.topPanelBack {
    display: block;
}
header div.topContent .topPanelLogo .topPanelLogoWrapper {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 174px;
    height: 100px;
}
header div.topContent .topPanelLogo img {
    max-height: 60px;
    max-width: 130px;
}
header div.topContent h1 {
    position: absolute;
    white-space: nowrap;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px #999999;
    left: 210px;
    top: -14px;
}
.topContent .top-panel-event-website-link  {
    position: absolute;
    top: 20px;
    left: 210px;
    color: white;
    font-size: 17px;
}
header div.topPanelButtons {
    position: absolute;
    right: 10px;
    top: -2px;
}
header div.topPanelButtonsOnRight {
    right: -825px !important
}
header div.topPanelButtons span.lastSaved {
    color: #ffffff;
    font-size: 11px;
}
.messageBox {
    position: relative;
    background: url(../images/community/push-msg-icon.png) no-repeat 10px 0;
    padding-bottom: 40px;
    color: #6f7586;
    height: 130px;
}
.messageBox .info-tooltip {
    position: absolute;
    top: 68px;
    left: 405px;
}
.messageBox > h2 {
    color: #3cafe4;
    font-size: 30px;
    font-family: Arial, serif;
    font-weight: bold;
    margin-left: 155px;
    width: 300px;
    padding-top: 23px;
}
.messageBox-see-how-look {
    font-family: Arial, serif;
    font-size: 14px;
    color: #343d4f;
    text-decoration: underline;
    margin-left: 155px;
    cursor: pointer;
    display: inline;
}
.messageBox-wrapper {
    position: absolute;
    top: 0;
    left: 470px;
    width: 552px;
}
.messageBox > p {
    max-width: 88%;
    margin-left: 70px;
}
.messageBox .messageBoxLogo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 85px;
    height: 45px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.messageBox .messageBoxLogo>img {
    max-width: 85px;
    max-height: 45px;
}
.messageBox textarea {
    width: 625px;
    height: 80px;
    resize: vertical;
    border: 1px solid #00bae3;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    max-width: 95%;
    padding: 10px 10px 10px 10px;
    box-shadow: inset 0 1px 1px #cccccc;
    resize: none;
}
.messageBox div.textareaCorner {
    position: relative;
    top: 55px;
    left: -14px;
    display: block;
    width: 18px;
    height: 28px;
    margin-top: -20px;
    background: url(../images/community/triangle-right.png) no-repeat 0 0;
}
.messageBox textarea[disabled] {
    background-color: #ffffff;
}
.messageBox .messageBoxInfo {
    position: relative;
    width: 625px;
    height: 30px;
    margin-top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #00bae3;
    border-right: 1px solid #00bae3;
    border-left: 1px solid #00bae3;
    border-radius: 0 0 10px 10px;
    text-align: right;
    max-width: 95%;
    padding: 5px 10px 5px 10px;
}
.messageBox .messageBoxInfo .counter {
    display: inline-block;
    position: absolute;
    top: -20px;
    right: 11px;
}
.messageBox .messageBoxInfo .sendMessageButton {
    position: absolute;
    top: 5px;
    right: 0;
}
.messageBox .messageBoxInfo .sendMessageStatus {
    display: block;
    width: 440px;
    text-align: left;
}
p.message-body {
    font-style: italic;
}
.community-preview-view {
    width: 529px;
    height: 750px;
}
.main .dashboard {
    height: 100%;
    color: #6f7586;
    width: 845px;
    margin: auto;
    padding-top: 20px;
}
.main .dashboard .messageBox {
    float: left;
}
.main .dashboard .sep {
    position: relative;
    width: 100%;
    height: 1px;
    border-top: 1px solid #dddddd;
    margin: 30px auto;
    clear: both;
}
.main .dashboard .topDiv {
    position: relative;
    top: 20px;
    float: left;
    margin: auto 27px;
}
.main .dashboard .eventStats {
    position: relative;
    top: 38px;
    float: left;
    color: #424a5e;
}
.main .dashboard .eventStats div {
    position: absolute;
    top: 0;
    width: 400px;
    height: 40px;
    vertical-align: middle;
}
.main .dashboard .eventStats .messagesStats {
    top: 80px;
}
.main .dashboard .eventStats div:after, .main .dashboard .eventStats:after {
    display: block;
    content: "";
    clear: both;
}
.main .dashboard .eventStats div > * {
    position: relative;
    float: left;
    padding-right: 10px;
}
.main .dashboard .eventStats div .statCount {
    position: relative;
    top: 8px;
    font-size: 44px;
    font-weight: bold;
}
.main .dashboard .eventStats div .statText {
    font-size: 16px;
    width: 150px;
}
.main .refreshButton {
    display: block;
    width: 37px;
    height: 38px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/dashboard/btn_refresh.png") no-repeat 0 0;
}
.main .refreshButton:hover {
    background-position: 0 -48px;
}
.main .dashboard .noDataOverlay {
    display: none;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(248, 249, 253, 0.8);
}
.main .dashboard .noDataOverlay > div {
    display: inline-block;
    position: relative;
    top: 150px;
    padding: 30px 20px 20px 70px;
    background: #ffffff url("../images/notification/icon_tip.png") no-repeat 10px center;
    border: 2px solid rgb(67, 73, 94);
    border-radius: 10px;
    text-align: left;
    box-shadow: 1px 1px 5px 2px #cccccc;
}
.main .dashboard .noDataOverlay > div > p {
    position: relative;
    font-size: 16px;
    color: #424a5e;
}
.main .dashboard .noDataOverlay .overlayTitle {
    font-weight: bold;
    text-decoration: none;
}
.main .dashboard .noDataOverlay .growLink {
    color: #3cafe4;
}
.main .dashboard #lineChartSection {
    position: relative;
    width: 100%;
    text-align: center;
}
.main .dashboard #lineChartSection #lineChart {
    width: 100%;
    height: 400px;
}
.main .dashboard #lineChartSection #lineChart .toolTip {
    font-family: Arial, serif;
    font-size: 14px;
    color: #888889;
    padding-right: 40px;
}
.main .dashboard #lineChartSection #lineChart .toolTip > img {
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.main .dashboard .legend {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.main .dashboard .legend > div {
    position: relative;
    float: left;
    width: 33%;
    border-right: 1px solid #dddddd;
    text-align: center;
}
.main .dashboard .legend > div:last-child {
    border-right: none;
}
.main .dashboard .legend > div a {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 60px;
}
.main .dashboard .legend > div a:hover {
    opacity: 0.8;
}
.main .dashboard .legend > div .disabled {
    opacity: 0.2;
}
.main .dashboard .legend > div .disabled:hover {
    opacity: 0.4 !important;
}
.main .dashboard .twitterColor {
    color: #5ec7f2;
}
.main .dashboard .facebookColor {
    color: #3a579a;
}
.main .dashboard .linkedinColor {
    color: #475ff0;
}
.main .dashboard .legend > div .twitterLegendBtn {
    background: url("../images/dashboard/btn_twitter.png") no-repeat left top;
}
.main .dashboard .legend > div .facebookLegendBtn {
    background: url("../images/dashboard/btn_facebook.png") no-repeat left top;
}
.main .dashboard .legend > div .linkedinLegendBtn {
    background: url("../images/dashboard/btn_linkedin.png") no-repeat left top;
}
.main .dashboard .legend > div a p {
    color: inherit;
}
.main .dashboard .legend > div a .img {
    float: left;
}
.main .dashboard .legend > div a p {
    font-size: 15px;
}
.main .dashboard .legend > div a .sharesCount {
    height: 29px;
    font-size: 29px;
    font-weight: bold;
}
.main .dashboard #impressionsMapSection {
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.main .dashboard .graphTitle {
    position: relative;
    font-size: 27px;
    color: #424a5e;
    font-weight: bold;
}
.main .dashboard .graphSubtitle {
    position: relative;
    font-size: 13px;
    color: #424a5e;
    margin: 20px auto;
}
.main .dashboard #impressionsMapSection #impressionsMap {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.analytics-dashboard-no-plan-popup-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
}
.analytics-dashboard-no-plan-popup {
    position: fixed;
    width: 505px;
    height: 322px;
    border: 1px solid #9ACFE4;
    border-radius: 15px;
    background: url("../images/dashboard/icon_emptyDashboard.png") no-repeat 50% 50px #FFFFFF;
    top: 300px;
    left: 0;
    right: 0;
    margin: auto;
}
.analytics-dashboard-no-plan-popup > a {
    position: absolute;
    right: 52px;
    bottom: 25px;
}
.analytics-dashboard-no-plan-popup > p {
    position: absolute;
    bottom: 16px;
    left: 60px;
    width: 39%;
}
.analytics-overview-box {
    width: 100%;
    height: 113px;
    background-color: white;
    box-shadow: 1px 1px 1px #E8E7EC ;
    margin-top: 20px;
    margin-bottom: 60px;
}
.analytics-overview-box-item {
    display: inline-block;
    position: relative;
    margin-top: 40px;
    width:16%;
}
.analytics-overview-box-item  > strong {
    position: absolute;
    top:0;
    left: 75px;
    color: #343d4f;
    font-size: 33px;
}
.analytics-overview-box-item  > img {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 35px;
    top: 24px;
}
.analytics-overview-box-item  > p {
    position: absolute;
    left: 75px;
    top: 25px;
    color: #3cafe4;
    font-size: 11px;
    width: 50%;
}
.analytics-overview-headline {
    font-size: 30px;
    color: #424a5e;
}
.analytics-overview-p {
    font-size: 16px;
    color: #717587;
    margin-top: 12px;
}
.eventAnalyticsOverview {
    margin-top: 13px;
}
.analytics-breakdown-box-item-table{
    display: table;
    table-layout: fixed;
    width: 245px;
    height: 50px;
}
.analytics-breakdown-box-item {
    display: inline-block;
}
.analytics-breakdown-box-item-mid-box{
    margin-left: 40px;
    margin-right: 40px;
}
.analytics-breakdown-box-item-headline{
    color: #3cafe4;
    font-size: 16px;
    margin-top: 30px;
}
.analytics-breakdown-box-item-desc {
    color: #343d4f;
    font-size: 10px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 3px;
}
.analytics-breakdown-box-item-left, .analytics-breakdown-box-item-right, .analytics-breakdown-box-item-mid {
    display: table-cell;
    border: 1px solid #E8E7EC;
    text-align: center;
}
.analytics-breakdown-box-item-left > strong, .analytics-breakdown-box-item-right > strong, .analytics-breakdown-box-item-mid > strong {
    color: #343d4f;
    font-size: 18px;
}
.analytics-breakdown-box-item-left {
   border-left: 0;
}
.analytics-breakdown-box-item-right {
    border-right: 0;
}
.analytics-overview-shares-box {
    display: inline-block;
    height: 150px;
    width: 33%;
}
.analytics-overview-shares-box > strong {
    color: #343d4f;
    font-size: 24px;
    display: block;
    text-align: center;
}
.analytics-overview-shares-box > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 15%;
}
.analytics-overview-export-btn {
    position: relative;
    left: 382px;
    top: 6px;
}
.analytics-overview-export-btn > a {
    color: #3cafe4;
    font-size: 16px;
    position: relative;
    top: -6px;
}
.analytics-overview-export-btn-bottom {
    padding-bottom: 20px;
}
.analytics-overview-export-btn-bottom > a {
    position: relative;
    left: 683px;
    width: 125px;
    padding-left: 15px;
    padding-top: 0;
    padding-right: 15px
}
.analytics-overview-export-btn-bottom img {
    position: relative;
    top: 9px;
}
@media (max-width: 1024px) {
    .main section.dashboard, .main section.promote {
        padding-right: 60px
    }
}
.standardForm input, .standardForm textarea, .standardForm select, .standardForm p,  .standardForm hr, .standardForm label {
    position: relative;
    padding: 0;
    margin: 0;
}
.standardForm div.tooltip {
    position: absolute;
}
.standardForm label, .standardForm .labelDiv {
    width: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
}
.standardForm .full {
    width: 100%;
}
.standardForm .sameLine:after {
    position: relative;
    display: block;
    content: "";
    clear: both;
}
.standardForm .sameLine > label {
    float: left;
    margin-right: 25px;
    width: auto;
}
.standardForm .sameLine > label.standardForm-same-line-flexible-left {
    float: none;
    overflow: hidden;
    margin-right: 250px;
    padding-right: 50px;
}
.standardForm .standardForm-same-line-flexible-right {
    float: right;
    width: auto;
    margin-top: 0;
    margin-right: -42px;
    padding-right: 0;
}
.standardForm span[class$="ErrorMsg"] {
    position: absolute;
    top: 5px;
    right: 0;
    color: #e00;
    font-size: 13px;
}
.standardForm span[class$="Validation"] {
    position: absolute;
    top: 5px;
    right: 0;
    color: #a7ce13;
    font-size: 13px;
    margin-right: 30px;
}
.standardForm .labelText, .standardForm .radioLabel > span {
    position: relative;
    color: #424a5e;
    font-size: 14px;
    text-shadow: 1px 1px #ffffff;
}
.standardForm .capitalize {
    text-transform: capitalize;
}
.standardForm hr {
    position: relative;
    margin: 5px 0 5px 0;
}
.standardForm textarea, .standardForm input[type="text"], .chosen-container-single .chosen-single {
    padding: 0 0 0 7px;
    border: 1px solid #929292;
    border-radius: 10px;
    -webkit-appearance: none; 
    color: #424a5e;
    font-size: 13px;
    text-shadow: none;
    height: 27px;
}
.standardForm textarea, .standardForm input[type="text"] {
    width: 100%;
}
.standardForm textarea, .standardForm input[type="text"], .chosen-container-single .chosen-single {
    margin-top: 2px;
}
.standardForm textarea, .standardForm input[type="text"] {
    padding-right: 20px;
}
.standardForm textarea:focus, .standardForm input[type="text"]:focus {
    border: 1px solid #3cafe4;
}
.standardForm input.hasDatepicker {
    cursor: pointer;
}
.standardForm input.emailField {
    background: url(../images/objects/iconEmail.png) no-repeat 95% #ffffff;
}
.standardForm input.phoneField {
    background: url(../images/objects/iconPhone.png) no-repeat 95% #ffffff;
}
.standardForm input.websiteField {
    background: url(../images/objects/iconWeb.png) no-repeat 95% #ffffff;
}
.standardForm input.dateField {
    background: url(../images/editEvent/iconDate_nrm.png) no-repeat 95% #ffffff;
}
.standardForm input.locationField {
    background: url(../images/editEvent/iconAddress_ovr.png) no-repeat 99% #ffffff;
}
.standardForm input.twitterField {
    background: url(../images/objects/iconTwitter.png) no-repeat 95% #ffffff;
}
.standardForm input.facebookField {
    background: url(../images/objects/iconFacebook.png) no-repeat 95% #ffffff;
}
.standardForm input.linkedinField {
    background: url(../images/objects/iconLinkedin.png) no-repeat 95% #ffffff;
}
.standardForm .fieldRequired {
    background: url(../images/editEvent/iconStar_ovr.png) no-repeat 99% center #ffffff;
}
.standardForm .fieldOk {
    background-image: url(../images/editEvent/iconOk_nrm.png) !important;
    background-repeat: no-repeat;
    background-position: 99% center;
}
.standardForm .fieldOk:focus {
    border-color: #acda1a !important;
}
.standardForm .fieldError {
    background-image: url(../images/editEvent/iconErr_nrm.png) !important;
    background-repeat: no-repeat;
    background-position: 99% center;
    border-color: #e00 !important;
}
.standardForm textarea {
    padding-top: 5px;
    height: 100px;
    resize: vertical;
    background-position: 99% top !important;
}
.info-tooltip,
table .info-tooltip,
.standardForm .info-tooltip {
    display: inline-block;
    border: solid 1px #3cafe4;
    color: #3cafe4;
    background-color: #ffffff;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}
.standardForm > label .info-tooltip {
    position: relative;
    top: -3px;
    left: 5px;
}
.standardForm .counterWrapper {
    position: relative;
}
.standardForm .counter {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    color: #aaaaaa;
}
.standardForm .warning {
    color: #aaaaaa;
}
.standardForm .exceeded {
    color: #ee0000;
}
.standardForm input[type="radio"] {
    background: url("../images/objects/radioBtn_nrm.png") top left no-repeat;
    -webkit-appearance: none; 
    width: 17px;
    height: 22px;
    margin-right: 5px;
    margin-top: 1px;
    float: left;
}
.standardForm .radioLabel {
    clear: left;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 6px;
    overflow: hidden;
}
.standardForm input[type="radio"]:hover {
    background: url("../images/objects/radioBtn_ovr.png") top left no-repeat;
}
.standardForm input[type="radio"]:checked {
    background: url("../images/objects/radioBtn_prs.png") top left no-repeat;
}
.standardForm .checkBoxLabel {
    position: relative;
    height: 17px;
    background: url("../images/agenda/checkBox.png") 0 0 no-repeat;
    cursor: pointer;
    float: left;
    clear: left;
    cursor: pointer;
    padding-left: 22px;
    padding-top: 0;
}
.standardForm .checkBoxLabel>input[type="text"] {
    position: relative;
    display: none;
}
.standardForm .checkBoxLabel>p {
    position: relative;
    float: left; 
    top: -3px;
    padding-left: 27px;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}
.standardForm input[type="checkbox"] {
    -webkit-appearance: none; 
    margin-top: -4px;
    display: none;
}
.standardForm .checkBoxLabel:hover {
    background-position: 0 -54px;
}
.standardForm .checkedBox {
    background-position: 0 -27px;
}
.standardForm .checkedBox:hover {
    background-position: 0 -81px;
}
.standardForm label.disabled:hover {
    cursor: default;
    background-position: 0 0;
}
.standardForm label.disabled {
    opacity: 0.5;
}
.chosen-single>span {
    color: #424a5e;
    font-size: 13px;
    text-shadow: none;
    padding-left: 7px;
}
.chosen-search input {
    height: 18px;
    line-height: 18px;
}
.chosen-container-single .chosen-single>span {
    padding-left: 0;
}
.chosen-container-single .chosen-single {
    background: #ffffff;
    filter: none;
}
.chosen-container .chosen-results .highlighted {
    background-color: #3cafe4 !important;
    filter: none;
    background-image: none;
    text-shadow: none;
}
.chosen-container-single .chosen-drop {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.chosen-container-active .chosen-single-with-drop {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}
.ui-autocomplete-speakers {
    max-height: 300px;
    z-index: 2000;
}
.ui-timepicker-list {
    border: 1px solid #929292;
    border-radius: 10px;
    width: 7.5em;
}
.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list:hover .ui-timepicker-selected:hover {
    background: #3cafe4;
}
.ui-timepicker-selected span, .ui-timepicker-list li:hover span, .ui-timepicker-list:hover .ui-timepicker-selected:hover span {
    color: #ffffff;
}
.errorsBelowFields span[class$="ErrorMsg"] {
    bottom: 3px;
    top: auto;
}
.errorsBelowFields label>input[type="text"], .errorsBelowFields label>select, .errorsBelowFields label>textarea {
    margin-bottom: 20px;
}
.main .information {
    position: relative;
    width: 790px;
    margin-top: 50px;
    margin-left: 20px;
    padding-bottom: 250px;
}
.main .information.standardForm label {
    padding-right: 44px;
}
.main .information .labelDiv, .main .information label {
    margin-top: 15px;
}
.main .information .sameLine .labelDiv {
    margin-top: 0;
}
.main .information .checkBoxLabel > span {
    position: relative;
    color: #424a5e;
    font-size: 14px;
    text-shadow: 1px 1px #ffffff;
}
.main .information .radioLabelLast {
    margin-top: 0;
}
.main .information .buttonsDiv {
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 30px;
}
.main .information .privateEvent {
    clear: left;
    margin-left: 22px;
    position: relative;
}
.main .information span.datesErrorMsg {
    position: static;
    display: block;
    clear: both; 
    color: #ee0000;
}
.main .information h2 {
    color: #cccccc;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #e1e1e1;
}
.main .information h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.main .information input[type="text"], .main .information textarea, .main .information .chosen-container-single .chosen-single {
    font-size: 16px;
    padding: 3px 31px 4px 11px;
    border-radius: 13px;
    line-height: 30px; 
}
.main .information .chosen-container-active .chosen-single-with-drop {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.main .information .chosen-container-single .chosen-single div b {
    margin-top: 5px;
}
.main .information input[type="text"] {
    height: 30px;
    -webkit-appearance: none; 
}
.main .information .chosen-search input[type="text"] {
    height: 30px;
    line-height: 30px;
    background: none;
}
.main .information select {
    width: 400px;
    height: 30px
}
.main .information textarea[name="description"] {
    min-height: 111px;
}
.main p.addressNotRecognized img {
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.eventBrite {
    padding-bottom: 28px;
}
.eventBrite img {
    position: relative;
    top: 7px;
}
.eventBrite hr {
    margin-bottom: -6px;
}
@media (max-width: 1366px) {
    .main .information {
        width: 550px;
        margin-right: 0;
        margin-left: 0;
    }
}
.importFromEventBrite p {
    color: #a1a1a1;
}
.importFromEventBrite a {
    width: 280px;
    height: 70px;
    background: url(../images/editEvent/btnEventbrite_sprite.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.importFromEventBrite a:hover {
    background-position: 0 -80px;
}
.importFromEventBrite a:active {
    background-position: 0 -160px;
}
.main .information .google-map {
    width: 100%;
    height: 200px;
    padding-right: 42px;
    border: solid 1px #cccccc;
}
.agendaPreviewViewContainer {
    margin: 0 10px;
}
.edit-session-view {
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    padding: 0 10px;
}
.details-normal .edit-session-view {
    opacity: 1;
}
.edit-session-view-content {
    position: absolute;
    text-align: left;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
}
.editEventPreviewViewContainer {
    margin: 0 10px;
}
.editEventPreviewViewiPhone {
    background-image: url('../images/editEvent/iphone4_white.png?v=4');
    background-repeat: no-repeat;
    width: 390px;
    height: 800px;
    background-size: 100%;
    margin: 0 auto;
}
.editEventPreviewViewMac {
    background-image: url('../images/editEvent/WebDisplay_v2.png');
    background-repeat: no-repeat;
    width: 419px;
    height: 438px;
    background-size: 100%;
    margin: 0 auto;
}
.editEventPreviewViewEventCard {
    width: 300px;
    margin: 25px auto;
}
.editEventPreviewViewiPhoneContent {
    position: relative;
    left: 34px;
    top: 202px;
    width: 320px;
    height: 414px;
    overflow: hidden;
}
.editEventPreviewViewMacContent {
    position: relative;
    left: 18px;
    top: 22px;
    width: 382px;
    height: 215px;
    overflow: hidden;
}
.details .possibleScroll {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.details .alwaysBottom {
    position: absolute;
    bottom: 0;
    background-color: #f3f3f3;
    left: 0;
    right: 0;
    padding-left: 20px;
    box-shadow: 1px -5px 30px #cccccc;
}
.editSessionDetails .alwaysBottom {
    height: 107px;
}
.details .rightPanelFormWidth {
    position: relative;
    width: 251px;
    padding-bottom: 150px;
}
.details img.scrollShadowTop {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 3;
}
.details img.scrollShadowBottom {
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
    height: 30px;
    z-index: 3;
}
.editSessionDetails .startTimePicker {
    border: 1px solid #3cafe4;
}
.editSessionDetails .endTimePicker {
    border: 1px solid #3cafe4;
}
.editSessionDetails .alwaysBottom hr:first-child, .editSessionDetails .noPadding {
    margin: 0;
}
.editSessionDetails .requiredInfoTitle {
    position: absolute;
    top: -25px;
    right: 0;
    color: #b3b7bf;
    font-size: 12px;
}
.editSessionDetails textarea, .editSessionDetails input[name="location"], .editSessionDetails input[name="speaker"] {
    width: 222px;
}
.editSessionDetails select {
    width: 250px;
}
.editSessionDetails textarea {
    max-width: 230px;
}
.editSessionDetails .labelText .empty {
    font-style: italic;
    color: #999999;
}
.editSessionDetails .timeLabel {
    height: 50px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.editSessionDetails input[name="duration"] {
    clear: both;
}
.editSessionDetails input[name="start"] {
    width: 80px;
    float: left;
}
.editSessionDetails .timeTo {
    position: relative;
    left: 8px;
    top: 7px;
    float: left;
}
.editSessionDetails input[name="end"] {
    float: right;
    width: 80px;
}
.editSessionDetails textarea[name="description"] {
    height: auto;
    min-height: 100px;
}
.editSessionDetails textarea[name="name"] {
    height: auto;
    min-height: 47px;
}
.editSessionDetails .tracksDiv {
    overflow: hidden;
}
.editSessionDetails .tracksDiv span {
    float: left;
    clear: left;
}
.editSessionDetails .trackLabel0 {
    margin-top: 5px;
}
.editSessionDetails .doneSessionBtn {
    margin-top: 10px;
    margin-bottom: 5px;
}
.details .deleteLabel {
    position: relative;
    top: 5px;
}
.details .deleteLabel:hover {
    cursor: pointer;
}
.details .deleteLabel img {
    position: relative;
    float: left;
}
.details .deleteLabel p {
    position: relative;
    float: left;
    left: 5px;
    top: 3px;
    color: #3f475a;
    text-decoration: none;
    cursor: pointer;
}
.editSessionDetails div.alwaysBottom>label:last-child p:hover {
    text-decoration: underline;
}
.editSessionDetails .speakers {
    position: relative;
    width: 100%;
    min-height: 250px;
}
.editSessionDetails .speakers label {
    position: relative;
    display: block;
    height: 51px;
    width: 100%;
    margin: 3px 0 3px 0;
}
.editSessionDetails .speakers label>div {
    position: relative;
    width: 100%;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.editSessionDetails .speakers label p {
    position: relative;
    left: 5px;
    font-size: 12px;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}
.editSessionDetails .speakers .speakerName {
    top: 3px;
    font-weight: bold;
}
.editSessionDetails .speakers .speakerJob {
    top: 2px;
}
.editSessionDetails .speakers div.invalid {
    border-color: #e00;
}
.editSessionDetails .speakers img.speakerPic {
    position: relative;
    float: left;
    max-height: 49px;
    max-width: 49px;
    width: 49px;
}
.editSessionDetails .speakers .speakerSep {
    margin-top: 5px;
    margin-bottom: 5px;
}
.editSessionDetails .speakers label:last-child .speakerSep {
    display: none;
}
.editSessionDetails a[name="editSpeaker"] {
    position: absolute;
    top: 3px;
    right: 35px;
    background-image: url("../images/agenda/btnEdit.png");
}
.editSessionDetails a[name="removeSpeaker"] {
    position: absolute;
    top: 3px;
    right: 0;
    background-image: url("../images/agenda/btnX.png");
}
.push-messages-image.agenda-errors {
    position: absolute;
    overflow: auto;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
}
.agenda-errors-item {
    text-align: left;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 15px;
}
.agenda-errors-title {
    text-align: left;
    padding: 20px;
}
.editSpeaker {
    overflow-y: auto;
    height: 400px;
    background-color: #f3f3f3;
}
.editSpeaker input[type="text"].small {
    display: inline-block;
    width: 200px;
    margin-bottom: 8px;
}
.editSpeaker input[type="text"].medium {
    display: inline-block;
    width: 200px;
    margin-bottom: 8px;
}
.editSpeaker input[type="text"].large {
    width: 445px;
}
.editSpeaker select.small {
    width: 227px;
}
.editSpeaker textarea {
    width: 444px;
}
.editSpeaker .sameLine>label {
    margin-right: 21px;
}
.editSpeakerFooter, .editSpeakerTop {
    position: relative;
}
.editSpeakerFooter img.scrollShadowBottom {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
}
.editSpeakerTop img.scrollShadowTop {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
}
.editSpeaker .bioCounter {
    right: 45px;
}
.editSpeaker .eventLogoBox {
    height: 120px;
    width: 120px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: block;
    position: relative;
}
.editSpeaker .eventLogoBox .eventLogoBoxImage {
    max-height: 100px;
    max-width: 100px;
}
.editVenueAddress {
    width: 830px;
    margin-left: -415px;
}
.editVenueAddress .modal-body {
    min-height: 390px;
}
.editVenueAddress .google-map-box {
    position: relative;
    top: 6px;
    float: right;
    width: 380px;
    height: 235px;
}
.editVenueAddress .google-map-box img {
    max-width: none;
}
.editVenueAddress .leftBox {
    position: relative;
    width: 50%;
    float: left;
}
.editVenueAddress p {
    padding-bottom: 10px;
}
.editVenueAddress label {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    height: 30px;
}
.editVenueAddress hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.editVenueAddress label>span {
    position: absolute;
    right: 240px;
}
.editVenueAddress textarea, .editVenueAddress input[type="text"], .editVenueAddress .chosen-container-single .chosen-single {
    margin-top: 0;
}
.editVenueAddress .chosen-container-single {
    width: 210px;
}
.editVenueAddress label>input[type="text"], .editVenueAddress select, .editVenueAddress .chosen-container-single {
    position: absolute;
    left: 179px;
    top: 6px;
}
.editVenueAddress label>input[type="text"] {
    width: 180px;
}
.editVenueAddress select, .editVenueAddress .chosen-container-single {
    width: 210px;
}
.editVenueAddress .comment {
    left: 189px;
    width: 180px;
    color: #808080;
    padding-bottom: 10px;
}
.editVenueAddress .long input[type="text"] {
    width: 592px;
}
.editVenueAddress .long span {
    right: 640px;
}
body.modal-open {
    overflow: hidden;
}
.modal {
    background: #f3f3f3;
    max-height: 95%;
    border-radius: 15px 15px 15px 15px;
}
.modal-header {
    background: #f3f3f3;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px #cccccc;
    z-index: 1052;
}
.modal-header h3 {
    color: #424a5e;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: solid 1px #e1e1e1;
}
.modal-body {
    z-index: 1051;
}
.modal-body.imagePreviewView .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.7;
    background: #cccccc;
    border-radius: 10px;
    padding: 4px 10px 10px 10px;
    color: #ffffff;
}
.modal-body.imagePreviewView .close:hover {
    opacity: 0.9;
}
.modal-footer {
    background-color: #f3f3f3;
    border-radius: 0 0 15px 15px;
    border-top: 1px #cccccc;
    z-index: 1052;
}
.modal-footer span.left {
    float: left;
}
.menu header {
    text-align: center;
    width: 163px;
    height: 110px;
    padding-top: 30px;
}
.menu header a:hover {
    text-decoration: none;
}
.menu header .bizzaboIcon {
    width: 50px;
    height: 50px;
}
.menu header .bizzaboLogo {
    width: 106px;
    height: 33px;
}
@media (max-width: 1023px) {
    .menu header {
        text-align: center;
        width: 60px;
    }
    .menu header .bizzaboIcon {
        width: 35px;
        height: 35px;
    }
    .menu header .bizzaboLogo {
        width: 0;
        height: 0;
    }
    .menu ul li>img {
        right: 95px !important;
    }
    .menu ul li > a,
    .menu ul li.package-menu-title > span,
    .menu ul li.personItem > span {
        color: transparent !important;
        text-shadow: none !important;
        padding-left: 100px !important;
    }
}
.package-menu-name {
    display: block;
    padding-left: 17px;
    margin: 2px auto;
    color: #ddad33;
}
.menu ul li.package-menu-title,
.menu ul li.package-menu-title:hover {
    background: #242e39;
    height: 20px;
}
.menu ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}
.menu ul.bottomMenu {
    position: fixed;
    bottom: 0;
}
.menu ul li {
    position: relative;
    border-top: solid 1px #4a505e;
    border-bottom: solid 1px #202731;
    height: 32px;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.menu ul li.selected {
    background-image: url("../images/leftPanel/btnOver.png");
}
.menu ul li > a {
    display: inline-block;
    cursor: pointer;
    color: #e1e1e1;
    width: 360px;
    text-shadow: 0 2px #000000;
    padding: 9px 0 0 48px;
    margin: 0;
    background: no-repeat 10px 2px;
    background-size: 28px 28px;
    text-decoration: none;
    font-weight: lighter;
    height: 35px;
}
.menu ul li > img {
    visibility: hidden;
    position: absolute;
    top: 3px;
    right: 6px;
}
.menu ul li:hover {
    background-image: url("../images/leftPanel/btnOver.png");
}
.menu ul li.selected a {
    color: #a6d81a;
}
.menu ul li.package-upgrade {
    background: #ddad33;
}
.menu ul li.package-upgrade > a {
    color: #272d3b;
    text-shadow: none;
    font-weight: normal;
}
.menu ul li.information a {
    background-image: url("../images/leftPanel/iconInfo_NRM.png");
}
.menu ul li.information.selected a {
    background-image: url("../images/leftPanel/iconInfo_PRS.png");
}
.menu ul li.package-upgrade a {
    background-image: url("../images/leftPanel/icon_upgrade_NRM.png");
}
.menu ul li.package-upgrade a:active {
    background-image: url("../images/leftPanel/icon_upgrade_PRS.png");
}
.menu ul li.agenda a {
    background-image: url("../images/leftPanel/iconAgenda_NRM.png");
}
.menu ul li.agenda.selected a {
    background-image: url("../images/leftPanel/iconAgenda_PRS.png");
}
.menu ul li.community a {
    background-image: url("../images/leftPanel/iconDashboard_NRM.png");
}
.menu ul li.community.selected a {
    background-image: url("../images/leftPanel/iconDashboard_PRS.png");
}
.menu ul li.polls a {
    background-image: url("../images/leftPanel/poll_menu_icon_grey.png?h=2");
}
.menu ul li.polls.selected a {
    background-image: url("../images/leftPanel/poll_menu_icon_green.png?h=2");
}
.menu ul li.dashboard a {
    background-image: url("../images/leftPanel/iconAnalytics_NRM.png");
}
.menu ul li.dashboard.selected a {
    background-image: url("../images/leftPanel/iconAnalytics_PRS.png");
}
.menu ul li.sponsors a {
    background-image: url("../images/leftPanel/iconSponsor_NRM.png");
}
.menu ul li.sponsors.selected a {
    background-image: url("../images/leftPanel/iconSponsor_PRS.png");
}
.menu ul li.servicePlan a {
    background-image: url("../images/leftPanel/icon_pricing_NRM.png");
}
.menu ul li.servicePlan.selected a {
    background-image: url("../images/leftPanel/icon_pricing_PRS.png");
}
.menu ul li.contactUs a {
    background-image: url("../images/leftPanel/iconContactUs_NRM.png");
}
.menu ul li.contactUs a:hover {
    background-image: url("../images/leftPanel/iconContactUs_PRS.png");
    color: #a6d81a;
}
.menu ul li.editor a {
    background-image: url("../images/leftPanel/iconPartner_NRM.png");
    background-position: 3% 24%;
}
.menu ul li.editor a:hover, .menu ul li.editor.selected a {
    background-image: url("../images/leftPanel/iconPartner_PRS.png");
    color: #a6d81a;
    background-position: 3% 24%;
}
.menu ul li .error {
    position: absolute;
    top: 6px;
    left: 125px;
    border: solid 1px #d34723;
    color: #d34723;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    font-weight: lighter;
    font-size: 11px;
}
@media (max-width: 1024px) {
    .menu ul li .error {
        left: 38px;
    }
}
.menu ul li a.signOutButton:hover {
    color: #a6d81a;
}
.menu ul li.signIn a {
    display: inline-block;
    cursor: pointer;
    width: 149px;
    height: 55px;
    background: url(../images/buttons/signInButtonSprite.png) no-repeat 2px 5px;
    background-size: 149px;
}
.menu ul li.signIn a:hover {
    background-position: 2px -61px;
}
.menu ul li.signIn a:active {
    background-position: 2px -125px;
}
.menu ul li.signIn {
    height: 60px;
}
.menu ul li.signIn:hover {
    background-image: none;
}
.menu ul li.personItem {
    position: relative;
    background: url("../images/leftPanel/login_bg.png") no-repeat 0 3px;
    height: 60px;
}
.menu ul li.personItem span {
    position: relative;
    top: 20px;
    left: 55px;
    font-size: 12px;
}
.menu ul li.personItem img {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 35px;
    height: 35px;
}
.menu ul li.personItem a.settingsButton {
    position: absolute;
    background-image: url("../images/leftPanel/iconSettings_NRM.png");
    top: 6px;
    left: 100px;
    width: 39px;
    height: 39px;
}
.menu ul li.personItem a.signOutButton {
    color: #a1a1a1;
    font-size: 9px;
    text-shadow: none;
    position: relative;
    padding-left: 55px;
    top: 12px;
}
.menu ul li.personItem a.accountButton {
    color: #e1e1e1;
    font-size: 12px;
    text-shadow: none;
    position: relative;
    margin-left: 55px;
    top: 15px;
    display: inline-block;
}
a.editPenButton {
    display: block;
    height: 34px;
    width: 34px;
    background-image: url("../images/agenda/btnEdit.png");
    background-position: 0 0;
    cursor: pointer;
}a.editPenButton:hover {
    background-position: -1px -44px;
}
a.removeXButton {
    display: block;
    height: 34px;
    width: 34px;
    background-image: url("../images/agenda/btnX.png");
    background-position: 0 0;
    cursor: pointer;
}a.removeXButton:hover {
    background-position: -1px -44px;
}
.event-uploads {
    overflow: hidden;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 3px #cccccc;
    width: 100%;
}
div.uploadImageLabel {
    color: #999999;
    font-weight: lighter;
    margin-top: 5px;
    margin-bottom: 30px;
}
.eventLogoBox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #b4b4b4;
    width: 240px;
    max-width: 240px;
    height: 120px;
    background-image: url("../images/editEvent/imagePattern.png");
}
.eventLogoBox.hasLogo {
    background-image: none;
}.eventLogoBox.hasLogo:hover {
     background-color: #ffffff;
 }
.eventLogoBox p {
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    color: #cccccc;
    font-size: 22px;
    font-weight: lighter;
}.eventLogoBox.hasLogo p {
     display: none;
 }.eventLogoBox:hover p {
      color: #ffffff;
  }
.eventLogoBox .editPhoto {
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}.eventLogoBox.hasLogo:hover .editPhoto {
     opacity: 1;
 }
.eventLogoBox .removePhoto {
    display: none;
    position: absolute;
    top: 37px;
    left: 3px;
}.eventLogoBox.hasLogo .removePhoto {
     display: block;
 }
.eventLogoBox .info {
    position: absolute;
    top: 5px;
    right: 5px;
    border: solid 1px #3cafe4;
    color: #3cafe4;
    background-color: #ffffff;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    font-weight: lighter;
    font-size: 11px;
}
.eventLogoBox .error {
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding:3px 8px;
    color:#ffffff;
    text-align:center;
    background-color:#000000;
    border-radius:4px;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}.eventLogoBox.showError .error {
     opacity: 0.8;
 }
.eventLogoBox img.loading {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 5px;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}
.eventLogoBox.started img.loading {
    opacity: 1.0;
}
.eventLogoBox img.eventLogoBoxImage {
    max-height: 90%;
    max-width: 90%;
}
.eventLogoBox.upload-zone-logo {
    position: relative;
    width: 29%;
    max-width: 29%;
    height: 159px;
    float: left;
}.eventLogoBox.upload-zone-logo:hover {
     background-color: #3cafe4;
 }.eventLogoBox.hasLogo.upload-zone-logo:hover {
      background-color: #ffffff
  }
.eventLogoBox.upload-zone-logo p {
    top: 80px;
}
.eventLogoBox.upload-zone-logo img.loading {
    right: 0;
}
.eventLogoBox.upload-zone-cover-photo {
    display: block;
    position: relative;
    width: 70%;
    max-width: none;
    height: 159px;
    overflow: hidden;
    margin-left: -1px;
    float: left;
}.eventLogoBox.upload-zone-cover-photo:hover {
     background-color: #3cafe4;
 }.eventLogoBox.hasLogo.upload-zone-cover-photo:hover {
      background-color: #ffffff
  }
.eventLogoBox.hasLogo.upload-zone-cover-photo {
    background-size: cover;
    background-position: 0 50%;
}
.eventLogoBox.upload-zone-cover-photo p {
    top: 80px;
}
.eventLogoBox.upload-zone-cover-photo img.eventLogoBoxImage {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    top: 0;
    left: 0;
}
.eventLogoBox a.upload-photo {
    overflow: hidden;
    position: relative;
}
div.uploadFile {
    color: #a1a1a1;
    margin-bottom: 20px;
}
.eventLogoBox.upload-zone-cover-photo div.uploadFile,
.eventLogoBox.upload-zone-logo div.uploadFile {
    position: absolute;
}
.uploadFile hr {
    margin: 5px 0;
}
.uploadFile .customUploadButton, .uploadFileTemplate .customUploadButton {
    position: relative;
    overflow: hidden;
    width: 149px;
    height: 51px;
    cursor: pointer;
    margin-top: 10px;
}
.uploadFile .customUploadButton:hover a.button, .uploadFileTemplate .customUploadButton:hover a.button {
    background: #00C7FF;
}
input[type="file"].customUploadFile {
    position: absolute;
    text-align: right;
    font-size: 100px; 
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}
.opacityZero {
    opacity: 0;
}
.opacity50 {
    opacity: 0.5;
}
.uploadForm {
    width: 30px;
    height: 60px;
    overflow: hidden;
}
.uploadForm input[type="file"] {
    display: block;
    width: 30px;
    height: 60px;
    font-size: 90px;
    background: red;
    text-align: right;
    cursor: pointer;
}
@media (max-width: 1360px) {
    .eventLogoBox.upload-zone-logo {
        height: 116px;
    }
    .eventLogoBox.upload-zone-logo p {
        top: 50px;
    }
    .eventLogoBox.upload-zone-cover-photo {
        height: 116px;
    }
    .eventLogoBox.upload-zone-cover-photo p {
        top: 50px;
    }
}
.eventBriteConnect {
    max-height: 600px;
    width: 30%;
    min-width: 570px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.eventBriteConnect iframe {
    border: 0;
    width: 100%;
    height: 500px;
}
.eventBriteConnect small {
    font-size: 12px;
}
.eventBriteConnect ul.importedEvents {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 20px;
    max-height: 150px;
    overflow-y: auto;
}
.eventBriteConnect ul.importedEvents li {
    position: relative;
    height: 15px;
    padding: 12px 0 14px 10px;
    border-bottom: 1px solid #cccccc;
}
.eventBriteConnect ul.importedEvents li:nth-child(odd) {
    background-color: #ebebeb;
}
.eventBriteConnect ul.importedEvents li:nth-child(even) {
    background-color: #ffffff;
}
.eventBriteConnect ul.importedEvents li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.eventBriteConnect ul.importedEvents li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: none;
}
.eventBriteConnect ul.importedEvents li span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    height: 20px;
    font-size: 14px;
    color: #7a7a7a;
}
.eventBriteConnect ul.importedEvents li a.editButton {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 7px 25px;
}
.eventBriteConnect p.eventLiveKey {
    font-size: 12px;
}
.eventBriteConnect p.eventLiveKey img {
    position: relative;
    top: 7px;
}
.eventBriteConnect p.eventbriteConnectError img {
    position: relative;
    top: 3px;
}
#editAgenda {
    position: relative;
    
    width: 100%;
    left: -19px;
    top: -30px;
}
.agenda-10 {width: 150% !important;}
.agenda-15 {width: 200% !important;}
.agenda-20 {width: 250% !important;}
.agenda-25 {width: 300% !important;}
.agenda-30 {width: 350% !important;}
#editAgenda[class*="day"] {
    width: 100%;
}
#editAgenda > div {
    position: relative;
}
.gridTable .rightCol {
    padding-left: 120px;
}
.gridTable {
    position: relative;
    width: 100%;
}
.gridTable tr {
    height: 30px;
}
.gridTable td {
    border-top: 1px dotted #e6e7eb;
    border-right: 1px solid #e6e7eb;
    background-color: #f8f9fd;
}
.gridTable .leftCol {
    width: 65px;
    min-width: 65px;
}
.gridTable .rightCol {
    border-right: none;
}
.gridTable .row0 td {
    border-top: 1px solid #ddd;
    color: #818181;
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    padding-top: 0;
    padding-right: 8px;
}
#editAgenda table .day0 tr:first-child td {
    border-top: none !important;
}
.gridTable td.data {
    cursor: pointer;
}
.gridTable td.data:hover {
    background-color: #f3f3f3;
}
.gridTable td.active {
    background-color: inherit !important;
}
.gridTable td.onDrag {
    background: rgba(60, 175, 228, 0.2) !important;
}
.sessions nav.trackTitle {
    position: absolute;
    top: 0;
    height: 40px;
    z-index: 3;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px 1px #dddddd;
    text-align: right;
    margin-left: -5px;
}
.sessions nav.trackTitle:after {
    position: absolute;
    top: 32px;
    left: 0;
    display: block;
    content: url("../images/agenda/corner.png");
    width: 5px;
    height: 5px;
}
.sessions .trackTitle>label {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    overflow: hidden;
}
.sessions .trackTitle>label>input[type="text"] {
    position: relative;
    float: left;
    width: 60%;
    top: 5px;
    left: 5px;
    padding-left: 7px;
    color: #3cafe4;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    border: none;
    box-shadow: none;
}
.sessions .trackTitle>label>input[type="text"]:focus {
    color: #424a5e;
    font-size: 13px;
    text-shadow: none;
    padding-left: 7px;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #929292;
    -webkit-appearance: none; 
}
.sessions nav.addTrack {
    right: -115px;
    width: 120px;
}
a.btnEffect {
    height: 34px;
    width: 34px;
    background-position: 0 0;
    cursor: pointer;
}
a.btnEffect:hover {
    background-position: 0 -44px;
}
.sessions nav.trackTitle a[name="editTrack"] {
    position: relative;
    float: right;
    top: 3px;
    right: 40px;
    background-image: url("../images/agenda/btnEdit.png");
}
.sessions  nav.trackTitle a[name="editTrack"].singleTrack {
    right: 5px;
}
.sessions nav.trackTitle a[name="removeTrack"] {
    position: absolute;
    top: 3px;
    right: 3px;
    background-image: url("../images/agenda/btnX.png");
}
.sessions nav.addTrack>a {
    position: absolute;
    top: 3px;
    right: 10px;
    background-image: url("../images/agenda/btnAddTrack.png");
    width: 98px;
}
.trackTitles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.currentDay .trackTitles {
    position: absolute;
    top: 160px;
    left: 0px;
}
.currentDay .trackTitlesOnRight {
    left: 1068px !important;
    right: -645px !important;
}
@media (max-width: 1024px) {
    .currentDay .trackTitles {
        left: 78px;
    }
}
.mainLoading .currentDay .trackTitles {
    left: 243px;
}
header .agendaTop {
    position: absolute;
    left: 200px;
    top: -3px;
}
header .agendaTop>div {
    position: relative;
    top: 1px;
    float: left;
    height: 37px;
    margin-left: 10px;
    padding: 0;
    overflow: hidden;
}
header .agendaTop>div .dayTitle {
    position: relative;
    top: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #999999;
    padding: 1px 20px 1px 20px;
    height: 18px;
}
header .agendaTop>div>ul {
    position: relative;
    list-style: none;
    height: 39px;
    padding: 0;
    margin: 0;
}
header .agendaTop .cover {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 39px;
    background: url("../images/agenda/dayBack.png") repeat-x;
    border-radius: 8px;
}
header .agendaTop>div>ul .currentDay {
    z-index: 30;
}
header .agendaTop a.btnEffect52 {
    position: relative;
    top: -2px;
    float: left;
    height: 42px;
    width: 42px;
    background-position: 0 0;
    cursor: pointer;
    border: none;
}
header .agendaTop a.btnEffect52:hover {
    background-position: 0 -52px;
}
header .agendaTop a[name="nextDay"] {
    background-image: url("../images/agenda/btnDown.png?v=2");
}
header .agendaTop a[name="prevDay"] {
    background-image: url("../images/agenda/btnUp.png?v=2");
}
header .inactiveBtn {
    opacity: 0.5;
    cursor: default !important;
}
header .inactiveBtn:hover {
    background-position: 0 0 !important;
}
.sessions {
    position: relative;
    top: 1px;
    height: 100%;
    min-height: 100%;
}
.sessionsWidthContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    min-height: 0;
    margin-left: 75px;
    margin-right: 171px;
}
.sessionsWidthContainer.firstDaySessions {
    top: 41px;
}
.sessions .invalidSession nav {
    border-color: #e00 !important;
}
.sessions .editedSession nav {
    background-color: #f3f3f3 !important;
    border-color: #b3b7bf;
    z-index: 2;
}
.editedSession {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.editedSession.ui-draggable-dragging {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.sessions article {
    position: absolute;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 0;
}
.sessions article nav {
    position: relative;
    height: 100%;
    margin: 0 10px;
    border: 2px solid #3cafe4;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 1px #dddddd;
    overflow: hidden;
    background: rgba(60, 175, 228, 0.35);
    cursor: pointer;
}
.sessions article nav:hover {
    
    background: rgba(60, 175, 228, 0.2);
    z-index: 2;
}
.sessions article h1 {
    position: relative;
    float: left;
    font-size: 14px;
    text-shadow: 1px 1px 1px #d9e7ee;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #424A5E;
}
.sessions article h2 {
    position: relative;
    float: left;
    font-size: 14px;
    text-shadow: 1px 1px 1px #d9e7ee;
    font-weight: normal;
    padding: 0 10px 0 0;
    margin: 0;
    line-height: normal;
    color: #424A5E;
}
.sessions article h2 small {
    font-size: 10px;
    color: #424A5E;
}
.sessions article nav>div {
    position: relative;
    overflow: hidden;
    padding: 0 7px;
    margin-left: 5px;
}
.sessions article nav>div>p {
    position: relative;
    font-size: 13px;
    text-shadow: 1px 1px 1px #d9e7ee;
    padding: 0;
    margin: 10px 0;
    line-height: 18px;
}
.sessions article.ghostSession {
    pointer-events: none;
}
.sessions article.ghostSession nav {
    border: none;
    text-align: center;
    background: rgba(60, 175, 228, 0.2);
}
.sessions article.ghostSession h3 {
    display: inline-block;
    line-height: 120px;
    color: #3cafe4;
    background: url("../images/agenda/tapDrag_arrow.png") no-repeat left center;
    padding-left: 40px;
}
.sessions article.ghostSession h3 em {
    color: #3287b1;
    font-style: normal;
}
.sessions article.editedSession {
    z-index: 3;
}
aside.details section.informationPreview {
    text-align: center;
    height: 100%;
    padding-top: 30px;
}
aside.details section.informationPreview img {
    max-width: none;
}
.notification {
    z-index: 4;
    position: fixed;
    left: 380px;
    top: 75px;
    min-width: 520px;
    background: #ededed;
    border: 1px solid #bbbbbb;
    display: none;
    box-shadow: 1px 1px 4px 1px #dddddd;
    overflow: hidden;
}
.notification .msg {
    position: relative;
    top: 12px;
    width: 460px;
    font-size: 14px;
    color: #424a5e;
    padding-bottom: 32px;
}
.notification p.error {
    color: #ef3624 !important;
}
.notification p.success {
    color: #8bb700 !important;
}
.notification .notificationIcon {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    height: 68px;
    width: 68px;
    background: no-repeat center center;
}
.notification div.error {
    background-image: url("../images/notification/icon_error.png");
}
.notification div.warning {
    background-image: url("../images/notification/icon_warning.png");
}
.notification div.tip {
    background-image: url("../images/notification/icon_tip.png");
}
.notification div.success {
    background-image: url("../images/notification/icon_success.png");
}
.notification div.loading {
    background-image: url("../images/notification/icon_loader.gif");
}
.notification nav {
    position: absolute;
    right: 10px;
    top: 17px;
}
.notification .notificationBtn {
    position: relative;
    display: block;
    float: right;
    min-width: 50px;
    padding: 5px;
    margin-right: 10px;
    font-size: 12px;
    color: #3cafe4;
    font-weight: bold;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.notification .notificationBtn:hover {
    border-color: #3cafe4;
}
.notification .notificationBtn:active {
    background-color: #eeeeee;
}
.notification .notificationBtn:disabled {
    color: #b2b2b2;
    background-color: #eeeeee;
}
.notification .closeNotificationBtn {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 18px;
    height: 18px;
    background: url("../images/notification/btnClose.png") no-repeat 0 0;
    cursor: pointer;
}
.notification .closeNotificationBtn:hover {
    background-position: 0 -28px;
}
.notification .ok {
    position: absolute;
    right: 25px;
    bottom: 1px;
}
.thankYouBody h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.thankYouBody ul {
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0;
}
.thankYouBody ul li {
    margin-bottom: 5px;
    line-height: 21px;
    padding: 15px 0 15px 65px;
    background-repeat: no-repeat;
    background-position: left center;
}
.thankYouBody ul li.landing {
    background-image: url("../images/icons/icon_Landing.png");
}
.thankYouBody ul li.promote {
    background-image: url("../images/icons/icon_spread.png");
}
.thankYouBody ul li.widgets {
    background-image: url("../images/icons/icon_widgets.png");
}
.thankYouBody ul li.agenda {
    background-image: url("../images/icons/icon_agenda.png");
}
.thankYouBody ul li.sponsors {
    background-image: url("../images/icons/icon_sponsors.png");
}
.thankYouFooter .button {
    padding: 15px 70px;
}
.partners .partnersLogos {
    position: relative;
    float: left;
    left: -22px;
    top: -92px;
    width: 493px;
    padding-top: 110px;
    z-index: 1;
}
.mainPartnersAddBack {
    background: #F8F9FD url("../images/partners/leftSideBack.jpg") repeat-y left;
}
.partners .partnersLogos article {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 68px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    background: url("../images/partners/iconArrow.png") no-repeat 460px center;
}
.partners .partnersLogos article:hover {
    background-color: #f3f3f3;
}
.partners .partnersLogos article:hover .logoWrapper:before {
    position: absolute;
    display: block;
    content: "";
    width: 154px;
    height: 68px;
    background-color: #e5e5e5;
    opacity: 0.5;
}
.partners .partnersLogos article.focused {
    background-color: #c3e7f7;
}
.partners .partnersLogos article.focused .logoWrapper:before {
    position: absolute;
    display: block;
    content: "";
    width: 154px;
    height: 68px;
    background-color: #81cae7;
    opacity: 0.5;
}
.partners .partnersLogos .logoWrapper {
    position: relative;
    float: left;
    width: 153px;
    height: 68px;
    background: no-repeat center center;
}
.partners .partnersLogos .rightDiv {
    position: relative;
    float: left;
    width: 270px;
    height: 68px;
    background: url('../images/partners/div.png') no-repeat left center;
    padding-left: 20px;
    padding-right: 50px;
}
.partners .partnersLogos article.focused .rightDiv, .partners .partnersLogos article:hover .rightDiv {
    background-image: none !important;
}
.partners .partnersLogos p.partnersName {
    position: relative;
    font-size: 16px;
    color: #3cafe4;
    margin: 0 0 2px 0;
}
.partners .partnersLogos p.partnersDescription {
    position: relative;
    font-size: 12px;
    color: #3b4254;
    line-height: 110%;
}
.partners .welcomeContainer {
    position: absolute;
    left: 500px;
    right: 0;
}
.partners .welcome {
    position: relative;
    margin: auto;
    width: 450px;
    text-align: center;
}
.partners .welcome .title {
    font-size: 33px;
    color: #3cafe4;
    padding-top: 39px;
}
.partners .welcome>img {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 30px;
}
.partners .welcome .content {
    font-size: 14px;
    color: #3b4254;
    text-align: justify;
}
.partners .welcome .doYouThink {
    position: relative;
    margin-top: 70px;
    padding-left: 40px;
    font-size: 13px;
    text-align: left;
    color: #7f8187;
    background: url("../images/partners/iconNewPartner.png") no-repeat left center;
}
.partners .welcome a, .partnersDetails .partnersContent>p>a {
    position: relative;
    font-weight: bold;
    text-decoration: underline;
    color: #3cafe4;
}
.partnersDetails {
    position: relative;
    left: 20px;
    width: 650px;
    height: 100%;
    padding-left: 30px;
    padding-top: 5px;
}
.partnersDetails .partnersName {
    position: absolute;
    top: -30px;
    
    font-size: 22px;
    font-weight: bold;
    color: #3cafe4;
}
.partnersDetails hr {
    position: relative;
    margin: 0;
    border-top: 1px solid #dadada;
}
.partnersDetails .horizShade {
    position: relative;
    top: -1px;
    height: 30px;
    width: 650px;
    z-index: 3;
}
.partnersDetails .partnersContent {
    position: relative;
    top: -35px;
}
.partnersDetails .partnersContent .partnerLogo {
    position: relative;
    float: left;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin-right: 10px;
}
.partnersDetails .partnersContent>a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    
    color: #3cafe4;
}
.partnersDetails .partnersContent>p {
    position: relative;
    font-size: 13px;
    color: #3b4254;
    padding: 0;
    margin: 0;
    text-align: justify;
    width: 618px;
}
.partnersDetails .partnerImage {
    position: relative;
    min-width: 618px;
    padding-top: 10px;
    padding-bottom: 150px;
}
.partnersDetails .alwaysBottom {
    width: 650px;
}
.partnersDetails .learnMore {
    position: relative;
    float: right;
    padding-left: 35px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #1c8fc4 url("../images/partners/iconWeb.png") no-repeat 10px center;
}
.partnersDetails .learnMore:hover {
    background: #3cafe4 url("../images/partners/iconWeb.png") no-repeat 10px center !important;
}
.partnersDetails img.scrollShadowBottom {
    position: absolute;
    top: -55px;
    width: 100%;
    z-index: 3;
}
.segmentedControl {
    position: relative;
    height: 55px;
    background: url("../images/objects/segmentedControl.png") bottom center no-repeat;
}
.segmentedControl ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.segmentedControl ul li {
    display: inline-block;
    height: 27px;
    margin-left: 40px;
    margin-right: 40px;
}
.segmentedControl ul li a {
    position: relative;
    font-size: 14px;
    color: #3cafe4;
}
.segmentedControl ul li a:hover {
    text-decoration: none;
}
.segmentedControl span.marker {
    display: block;
    position: relative;
    top: 0;
    height: 3px;
    width: 0;
    background: #3cafe4;
}
.segmentedControl ul li .error {
    position: absolute;
    bottom: -2px;
    right: -24px;
    border: solid 1px #d34723;
    color: #d34723;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    font-weight: lighter;
    font-size: 11px;
}
.addGuestsModal {
    overflow: visible;
}
.addGuestsHeader {
    text-align: center;
}
.addGuestsHeader h2 {
    font-size: 25px;
}
.addGuestsHeader p {
    font-size: 17px;
}
.addGuests {
    background: #e9e9e9;
    box-shadow: inset 0 0 10px 0 #cccccc;
    padding-left: 35px;
}
.addGuests .uploadGroup {
    width: 400px;
}
.addGuests .manualGroup {
    width: 500px;
}
.addGuests .manualGroup > p {
    margin-left: 25px;
}
.addGuests form {
    margin: 0;
}
.addGuests textarea {
    width: 440px;
    margin-bottom: 10px;
}
.addGuests .radioLabel span {
    font-size: 17px;
}
.addGuests .uploadGroup,
.addGuests textarea {
    margin-left: 23px;
}
.addGuestsModal .modal-shadow {
    box-shadow: 2px 0 5px 0 #cccccc;
    border-radius: 15px;
}
.addGuestsModal .modal-footer {
    height: 36px;
}
.main-content div[name="CommunityBuilderView"] .growChildView {
    width: 730px;
}
.communityBuilder {
    position: relative;
    min-height: 0;
    width: 620px;
    margin-top: 40px;
    margin-left: 92px;
}
.communityBuilder .communityBuilderTimeline {
    position: absolute;
    top: -85px;
    bottom: 0;
    left: -42px;
    background: #3cafe4;
    width: 2px;
}
.communityBuilder .communityBuilderTimeline::after {
    content: "";
    position: absolute;
    bottom: -150px;
    background: url("../images/grow/builder/objects/line_left.png") bottom center no-repeat;
    width: 2px;
    height: 274px;
}
.communityBuilderStep .belowStep {
    position: absolute;
    bottom: -60px;
    width: 500px;
}
.communityBuilder .skipButton {
    position: absolute;
    bottom: -40px;
    right: 40px;
}
.communityBuilder .skipButton a {
    color: #cccccc;
    font-size: 20px;
    font-style: italic;
    font-weight: lighter;
}
.communityBuilderStep {
    position: relative;
    width: 100%;
    border: 1px solid #bbbcc1;
    box-shadow: 1px 1px 6px 0 #D1D1D1;
    border-radius: 10px;
    margin-bottom: 70px;
    padding-left: 20px;
    z-index: 0;
}
.communityBuilderStep .emailBody {
    background: #ffffff;
}
.communityBuilderStepGroup {
    position: relative;
}
.communityBuilderStepGroup-disable {
    position: absolute;
    background: rgba(255,255,255,0.7);
    top: -255px;
    bottom: -70px;
    left: -90px;
    right: -30px;
}
.communityBuilderStep .communityBuilderStepMarker {
    position: absolute;
    top: 10px;
    left: -80px;
    color: #3cafe4;
    font-size: 36px;
    background: url("../images/grow/builder/objects/step_selected.png") center no-repeat;
    width: 75px;
    height: 27px;
    padding-top: 9px;
}
.communityBuilder .communityBuilderStep:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: -28px;
    width: 0;
    height: 0;
    border-color: transparent #f3f3f3 transparent transparent;
    border-style: solid;
    border-width: 14px;
}
.communityBuilder .communityBuilderStep:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: -30px;
    width: 0;
    height: 0;
    border-color: transparent #bbbcc1 transparent transparent;
    border-style: solid;
    border-width: 15px;
}
.communityBuilderStep .stepBottomExample {
    background: #ffffff;
    padding: 10px;
    margin-top: 20px;
    margin-left: -20px;
    border-top: 1px solid #cccccc;
}
.communityBuilderStep .stepBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    border-top: 1px solid #cccccc;
}
.communityBuilderStep .stepBottom .button {
    position: relative;
    top: 2px;
    height: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4px;
    font-size: 13px;
}
.communityBuilderStep h3 {
    font-size: 19px;
    font-weight: normal;
    color: #424a5e;
}
.communityBuilderStep .sendInviteNow,
.communityBuilderStep .scheduleIsendInviteNownvite {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.communityBuilderStep.buildCommunityStep {
    padding-bottom: 50px;
}
.communityBuilderStep.lastCommunityBuilderStep {
    padding-bottom: 10px;
}
.communityBuilderStep.sendInviteStep {
    padding-bottom: 60px;
}
.communityBuilderStep.socialStep {
    height: 530px;
}
.communityBuilderStep h1 {
    color: #424a5e;
    margin-top: 20px;
    font-weight: normal;
    font-size: 27px;
    margin-bottom: 10px;
}
.communityBuilderStep.lastCommunityBuilderStep h1 {
    padding-left: 0;
}
.communityBuilderStep.buildCommunityStep .belowStep {
    position: absolute;
    bottom: -30px;
    width: 500px;
}
.communityBuilderStep.buildCommunityStep a.readMoreHowDoesItWork {
    padding-top: 0;
    top: 0;
}
.communityBuilderStep.lastCommunityBuilderStep h1 {
    background: url("../images/grow/builder/lastStep_icon.png") top left no-repeat;
    height: 52px;
    padding-left: 80px;
}
.communityBuilderStep.buildCommunityStep h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.communityBuilderStep.buildCommunityStep p {
    width: auto;
    margin-right: 20px;
}
.communityBuilderStep.buildCommunityStep ul {
    margin-left: 40px;
    margin-right: 40px;
}
.communityBuilderStep.buildCommunityStep .autoPopulateWrapper {
    position: relative;
    height: 220px;
    margin-top: 30px;
    margin-left: -21px;
}
.communityBuilderStep.buildCommunityStep .autoPopulate {
    width: 250px;
    margin-left: 198px;
    padding-top: 75px;
}
.communityBuilderStep.buildCommunityStep .autoPopulate a.button {
    padding: 8px 20px;
    margin-left: 17px;
}
.communityBuilderStep .socialBoxWrapper {
    position: relative;
    height: 120px;
    text-align: left;
}
.communityBuilderStep .socialBoxWrapper > img {
    position: absolute;
    top: 40px;
    left: 0;
}
.communityBuilderStep .socialBoxWrapper > a.button {
    position: absolute;
    top: 40px;
    right: 10px;
    margin: 0;
    width: 45px;
    text-align: center;
}
.communityBuilderStep .socialBox {
    position: absolute;
    left: 50px;
    border: 1px solid #bbbcc1;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 15px;
    width: 380px;
    font-size: 12px;
    height: 90px;
    overflow-y: auto;
}
.communityBuilderStep .stepBottom a.socialPost {
    margin: 7px 30px 15px 0;
}
.communityBuilderStep p {
    width: 550px;
    margin-bottom: 10px;
}
.communityBuilderStep .uploadEmails {
    position: relative;
    top: 120px;
    width: 200px;
    margin: 20px auto;
    text-align: center;
}
.communityBuilderStep img.buildCommunityStepLeftImage {
    position: absolute;
    top: 0;
    left: 0;
}
.communityBuilderStep img.buildCommunityStepRightImage {
    position: absolute;
    top: 0;
    left: 215px;
}
.communityBuilderStep.communityBuilderStep .sendInviteBackground {
    position: absolute;
    top: 0;
    right: 0;
}
.communityBuilderStep.sendInviteStep p {
    width: 500px;
    margin-top: 10px;
}
.communityBuilderStep.sendInviteStep span.labelText,
.communityBuilderStep.sendInviteStep textarea,
.communityBuilderStep.sendInviteStep input {
    width: 100%;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.communityBuilderStep.sendInviteStep div[contentEditable="true"] p {
    margin-left: 0;
}
.communityBuilderStep.sendInviteStep textarea {
    height: 110px;
}
.communityBuilderStep.sendInviteStep hr.email-devider {
    margin-bottom: 25px;
}
.sendInviteStep-logos {
    height: 111px;
    background: white;
    width: 520px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-top: 5px;
    margin-bottom: 10px;
}
.sendInviteStep-logo-wrapper {
    position: relative;
    float: left;
    width: 29%;
    height: 100%;
    border-right: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sendInviteStep-logo {
    max-width: 90%;
    max-height: 90%;
}
.sendInviteStep-cover-photo {
    float: left;
    width: 71%;
    height: 100%;
    background-size: cover;
    background-position: 0 50%;
}
.communityBuilderStep .profileImage {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 60px;
    height: 60px;
}
.autoInviteStep {
    padding-bottom: 20px;
}
.communityBuilderStep-checkbox-label {
    position: relative;
    font-size: 18px;
    top: -5px;
}
.autoPopulateCheckbox {
    margin-top: 20px;
}
.makeYourEventLive {
    position: relative;
    width: 330px;
    margin: 30px auto;
}
.makeYourEventLive h1,
.makeYourEventLive h2,
.makeYourEventLive h3 {
    color: #3cafe4;
}
.makeYourEventLive h1 {
    font-size: 45px;
    line-height: 45px;
}
.makeYourEventLive h2 {
    font-size: 23px;
    line-height: 23px;
}
.makeYourEventLive h3 {
    font-size: 18px;
}
.makeYourEventLive img {
    position: absolute;
    right: 0;
}
.makeYourEventLive a.button {
    margin: 10px 0;
}
section.community {
    position: relative;
    width: 95%;
    padding-top: 50px;
}
.community-people {
}
table.community-people-table {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #343d4f;
    width: 100%;
    table-layout:fixed;
    border-top: 1px solid #dddddd;
}
.community-people-table tr.community-people-table-head-row {
    border-bottom: 1px solid #9BA0AA;
    line-height: 35px;
    text-align: left;
}
.community-people-table tr.community-people-table-head-row .info-tooltip {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
}
.community-people-table .toolTip {
    font-family: Arial, serif;
    font-size: 14px;
    color: #888889;
    padding-right: 40px;
}
.tooltip-left-align{
    text-align:left ;
}
.community-people-table-head-row-arrows {
    cursor: pointer;
    vertical-align: middle;
}
.community-people-table-head-row-field {
    cursor: pointer;
}
.community-people-table tr.community-people-table-head-row th {
    background-color: #EFEFEF;
    color: #3cafe4;
    font-size: 12px;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
.community-people-table tr.community-people-table-head-row th.community-people-table-head-row-name {
    padding-left: 63px;
}
.community-people-table tr {
    border-bottom: 1px solid #9BA0AA;
    line-height: 70px;
}
.community-people-table tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.community-people-table-person-row-empty img {
    padding-left: 63px;
    margin-top: 20px;
}
.community-people-table tr td.community-people-table-person-name a,
.community-people-table tr td.community-people-table-person-name {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    color: #343d4f;
}
.community-people-table-person-row-checkedin,
.community-people-table-person-row-rsvp,
.community-people-table tr.community-people-table-person-row-checkedin td a,
.community-people-table tr.community-people-table-person-row-rsvp td a {
    color: #00a99d;
}
.community-people-table tr td img.community-people-table-profile-pic {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.community-people-table tr td img.community-people-table-trash {
    cursor: pointer;
}
.community .noData {
    position: relative;
    font-size: 16px;
    color: #424a5e;
    padding: 20px;
    padding-top: 100px;
    width: 504px;
    height: 791px;
    background: url("../images/community/empty/empty_community_background.png") no-repeat;
}
.community .noData .noDataInformation {
    width: 200px;
    margin: 0 auto;
}
.community .noData .noDataInformation img {
    position: relative;
    left: -80px;
    top: 25px;
}
.community .noData .noDataInformation h1 {
    color: #424a5e;
    font-size: 22px;
    line-height: 25px;
    margin: 10px auto;
    font-weight: normal;
}
.community .noData .noDataInformation hr {
    margin: 4px;
}
.community .searchContainer {
    position: relative;
    width: 100%;
    height: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #F8F9FD;
}
.community .searchContainer .searchInput {
    position: relative;
    float: left;
    width: 300px;
    height: 25px;
    padding: 5px 10px;
    border: 1px solid #3cafe4;
    border-radius: 10px 0 0 10px;
    background-color: #ffffff;
}
.community .searchContainer .searchBtn {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    padding: 5px 10px;
    border: 1px solid #3cafe4;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    background: #3cafe4 url("../images/community/icon_search.png") no-repeat center center;
}
    
    
    
    
    
    
    
    
    
    
.community-status-line {
    background: url('./../images/community/shadows.png') no-repeat;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 109px;
    width: 1000px;
    padding: 24px;
    line-height: 30px;
}
.community-status-line-counter {
    font-size: 24px;
    color: #343d4f;
    font-family: Arial, serif;
}
.community-status-line-action {
    font-size: 18px;
    color: #3cafe4;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
.community-status-line-action a {
    text-decoration: underline;
}
.community-status-line-action a.button {
    text-decoration: none;
    padding: 4px 30px;
    margin: 5px;
}
.sponsorsTab {
    padding-top: 30px;
}
.sponsorsTab .sponsorsAdmin {
    
}
.main .servicePlanMsg {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #E1F1FA;
    border: 1px solid #3cafe4;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}
.main .servicePlanMsg > p {
    position: relative;
    float: left;
    color: #424a5e;
    font-size: 12px;
    padding-left: 50px;
    background: url("../images/sponsors/icon_package.png") no-repeat left center;
}
.main .servicePlanMsg > a {
    position: relative;
    float: right;
}
.sponsorsTab .sponsorsAdmin .segmentedControl {
    position: relative;
    width: 630px;
    margin-top: 50px;
}
.sponsorsTab .sponsorsAdmin .sponsorsEditButton {
    padding-top: 50px;
    background: url("../images/sponsors/icon_sponsors.png") no-repeat 10px 4px;
}
.sponsorsTab .sponsorsAdmin .exhibitorsEditButton {
    padding-top: 50px;
    background: url("../images/sponsors/icon_exhibitors.png") no-repeat 6px 7px;
}
.sponsorsTab .sponsorsAdmin .splashEditButton {
    padding-top: 50px;
    background: url("../images/sponsors/icon_splash.png") no-repeat top center;
}
.partnersEdit {
    position: relative;
    
}
.partnersEdit .editSponsorsBtns {
    position: relative;
    width: 630px;
    overflow: hidden;
    margin: 20px 0;
}
.partnersEdit .editSponsorsBtns > a {
    position: relative;
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.partnersEdit .editSponsorsBtns > .importExportPartners {
    clear: both;
    text-align: center;
    width: 160px;
    margin-right: 0;
    margin-left: 0;
    float: right;
    margin-top: 3px;
}
.partnersEdit .editSponsorsBtns > p .sponsorsLeftCount {
    color: #3cafe4;
    font-size: 30px;
    font-weight: bold;
}
.partnersEdit .editSponsorsBtns > p .smallerCount {
    color: #424a5e;
    font-size: 20px;
    font-weight: bold;
}
.partnersEdit .editSponsorsBtns > p {
    position: relative;
    top: 3px;
    float: left;
    color: #424a5e;
    font-size: 14px;
}
.partnersEdit .servicePlanMsg {
    width: 610px;
}
.partnersEdit .sponsorsList {
    position: relative;
    left: -20px;
    right: 0;
    overflow-y: hidden;
    text-align: left;
}
.partnersEdit .sponsorsList > div, .partnersEdit .sponsorsList .inDragPlaceHolder, .partnersEdit .addNewSponsorBigBtn {
    position: relative;
    width: 610px;
    height: 100px;
    margin-top: 15px;
    padding: 10px;
    cursor: pointer;
}
.partnersEdit .sponsorsList > div {
    left: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 5px 1px #eeeeee;
}
.partnersEdit .sponsorsList > div:hover {
    border: 1px solid #3cafe4;
}
.partnersEdit .sponsorsList > div.error, .partnersEdit .sponsorsList > div.error.selected {
    border-color: #ee0000;
}
.partnersEdit .sponsorsList > div:hover .onHover {
    display: block;
}
.partnersEdit .sponsorsList > div.dragged .onHover {
    display: none;
}
.partnersEdit .sponsorsList > div.selected {
    box-shadow: none;
    border: 1px solid #3cafe4;
    border-radius: 4px;
}
.partnersEdit .sponsorsList > div.selected:before, .partnersEdit .sponsorsList > div.error.selected:before {
    display: block;
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
    border: 6px solid #3cafe4;
    border-radius: 10px;
    z-index: -2;
}
.partnersEdit .sponsorsList > div.error.selected:before {
    border: 6px solid #ee0000;
    z-index: -1;
}
.partnersEdit .sponsorsList > div:active {
    cursor: move;
    box-shadow: 3px 3px 6px 3px #dddddd;
    
    
    
    
    
    
    
    
    
    
}
.partnersEdit .sponsorsList .inDragPlaceHolder {
    background-color: transparent;
    border: 2px solid #d1d1d1;
    box-shadow: none;
}
.partnersEdit .sponsorsList > div > * {
    position: relative;
    float: left;
}
.partnersEdit .sponsorsList > div .logoSection {
    position: relative;
    width: 160px;
    height: 100%;
}
.partnersEdit .sponsorsList > div .logoSection img {
    position: absolute;
    max-width: 160px;
    max-height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.partnersEdit .sponsorsList > div .detailsSection {
    position: relative;
    width: 280px;
    height: 100%;
    padding-top: 15px;
    padding-left: 10px;
}
.partnersEdit .sponsorsList > div .detailsSection .sponsorName {
    color: #3cafe4;
    font-size: 14px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.partnersEdit .sponsorsList > div .detailsSection .sponsorDescription {
    color: #424a5e;
    font-size: 12px;
    margin: 2px 0;
    max-height: 36px;
    line-height: 1;
    overflow: hidden;
}
.partnersEdit .sponsorsList > div .detailsSection .sponsorBooth {
    color: #999999;
    font-size: 12px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.partnersEdit .sponsorsList > div .detailsSection .sponsorTier {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 12px;
    color: #424a5e;
    padding: 1px 10px;
}
.partnersEdit .sponsorsList > div .analyticsSection {
    position: relative;
    width: 80px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.partnersEdit .sponsorsList > div .analyticsSection .count {
    position: relative;
    top: 40px;
    color: #3cafe4;
    font-size: 30px;
    font-weight: bold;
}
.partnersEdit .sponsorsList > div .analyticsSection .analyticsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #999999;
    font-size: 10px;
}
.partnersEdit .partnerListNotes {
    width: 610px;
    margin-bottom: 40px;
    font-size: 12px;
}
.partnersEdit .addNewSponsorBigBtn {
    background-color: #3cafe4;
    text-align: center;
    cursor: pointer;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}
.partnersEdit .addNewSponsorBigBtn:hover {
    background-color: #00C7FF;
}
.partnersEdit .addNewSponsorBigBtn > p {
    display: inline-block;
    position: relative;
    line-height: 63px;
    background: url("../images/sponsors/icon_addNewSponsor.png") no-repeat left center;
    padding-left: 77px;
    padding-top: 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}
.partnersEdit .sponsorsList > div .onHover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0.8;
}
.partnersEdit .sponsorsList > div .onHover > div {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
}
.partnersEdit .sponsorsList > div .onHover > div > p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #3cafe4;
    font-size: 18px;
    font-weight: bold;
}
.partnersEdit .sponsorsList > div .onHover > .reorder {
    left: 130px;
    background: url("../images/sponsors/icon_drag.png") no-repeat 50px 20px;
}
.partnersEdit .sponsorsList > div .onHover > .click {
    left: 300px;
    background: url("../images/sponsors/icon_edit.png") no-repeat 73px 3px;
}
.details .editSponsorDetails .rightPanelFormWidth {
    width: 100%;
}
aside.details .details-content > article.editSponsorDetails {
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.details .editSponsorDetails .standardForm .sameLine > label {
    margin-right: 40px;
    width: 170px;
}
.details .editSponsorDetails .standardForm select {
    width: 230px;
}
.details .editSponsorDetails .standardForm label, .standardForm .labelDiv {
    padding-bottom: 6px;
    padding-top: 6px;
}
.details .editSponsorDetails .standardForm label.rightFloat {
    float: right;
    margin-right: -29px;
}
.details .editSponsorDetails .standardForm label {
    padding-right: 30px;
}
.details .editSponsorDetails .standardForm label.doubleSize {
    width: 410px;
}
.details .editSponsorDetails .standardForm h2 {
    color: #424a5e;
    font-size: 20px;
    font-weight: normal;
}
.details .editSponsorDetails > hr {
    position: relative;
    top: 20px;
}
.details .editSponsorDetails .alwaysBottom > hr {
    position: relative;
    top: -17px;
}
.details .editSponsorDetails .deleteLabel {
    top: -5px;
}
.details .editTiersDetails .rightPanelFormWidth {
    width: 470px;
}
aside.details .details-content > article.editTiersDetails {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 20px 60px 20px;
}
.details .editTiersDetails > h1 {
    position: absolute;
    top: -48px;
    left: 35px;
    font-size: 23px;
    font-weight: normal;
    color: #3cafe4;
}
.details .editTiersDetails > p {
    color: #424a5e;
}
.details .editTiersDetails .tierList {
    padding-bottom: 30px;
}
.details .editTiersDetails .tierList > div {
    position: relative;
    padding: 15px;
    margin: 20px 0;
}
.details .editTiersDetails .tierList > div .tierNumber {
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 20px;
    color: #d7d7d7
}
.details .editTiersDetails .tierList > div label {
    position: absolute;
    top: 0;
    left: 50px;
    width: 235px;
}
.details .editTiersDetails .tierList > div .simplecolorpicker {
    position: absolute;
    top: 25px;
    left: 288px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #aaaaaa;
    height: 27px;
    width: 30px;
}
.details .editTiersDetails .tierList > div .simplecolorpicker.picker {
    min-width: 160px;
}
.details .editTiersDetails .standardForm.tierList > div input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.details .editTiersDetails .tierList > div .colorBox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #929292;
}
.sponsorsTab .splashEdit {
    position: relative;
    width: 800px;
}
.sponsorsTab .splashEdit .servicePlanMsg {
    margin-bottom: 20px;
}
.sponsorsTab .splashEdit .content {
    position: relative;
    width: 100%;
}
.sponsorsTab .splashEdit .texts {
    position: relative;
    width: 450px;
    margin-top: 20px;
}
.sponsorsTab .splashEdit .texts .title {
    font-size: 16px;
    color: #424a5e;
}
.sponsorsTab .splashEdit .texts .text {
    font-size: 12px;
    color: #424a5e;
}
.sponsorsTab .demos {
    position: absolute;
    top: 0;
    right: -55px;
    width: 337px;
    height: 348px;
    background: url("../images/sponsors/device.png") no-repeat center center;
    border: none;
}
.sponsorsTab .demos > div {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
}
.sponsorsTab .demos .img1Container {
    top: 66px;
    left: 30px;
    width: 131px;
    height: 222px;
}
.sponsorsTab .demos .img1Container > img {
    max-width: 131px;
    max-height: 222px;
}
.sponsorsTab .demos .img2Container {
    position: absolute;
    top: 71px;
    left: 176px;
    width: 119px;
    height: 169px;
}
.sponsorsTab .demos .img2Container > img {
    max-width: 119px;
    max-height: 169px;
}
.sponsorsTab .demos > div > img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sponsorsTab .uploadFile {
    position: relative;
    margin-top: 20px;
    left: -6px;
}
.sponsorsTab .uploadFile small {
    position: absolute;
    left: 560px;
    top: 250px;
    width: 260px;
    text-align: center;
}
.servicePlanTab .sponsorsMarketing {
    position: relative;
    top: -100px;
    left: -18px;
    width: 103%;
    height: 474px;
    margin-bottom: 100px;
    text-align: center;
    background: url("../images/servicePlan/bgLogo.png") top center;
}
.servicePlanTab .sponsorsMarketing:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: -15px 5px 10px 5px #cccccc inset;
    
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
    
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
    
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
    
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0.1)), color-stop(1, #FFFFFF));
    
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
    
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #FFFFFFFF, endColorstr = #00FFFFFFFF);
}
.servicePlanTab .sponsorsMarketing .contentContainer {
    position: relative;
    top: 178px;
    text-align: left;
    margin: auto;
    width: 990px;
}
.servicePlanTab .sponsorsMarketing .textContainer {
    display: inline-block;
    position: relative;
    top: 24px;
    left: 50px;
}
.servicePlanTab .sponsorsMarketing .textContainer h1 {
    position: relative;
    font-size: 32px;
    color: #3cafe4;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.servicePlanTab .sponsorsMarketing .textContainer h2 {
    position: relative;
    font-size: 22px;
    color: #3cafe4;
    text-transform: uppercase;
    font-weight: normal;
}
.servicePlanTab .sponsorsMarketing .textContainer > ul {
    position: relative;
    left: -7px;
}
.servicePlanTab .sponsorsMarketing .textContainer > ul > li {
    font-size: 14px;
    color: #424a5e;
    list-style-image: url("../images/servicePlan/arrow.png");
    line-height: 1.5;
}
.servicePlanTab .sponsorsMarketing .textContainer > a {
    position: relative;
    left: -5px;
}
.servicePlanTab .sponsorsMarketing .imgContainer {
    position: absolute;
    top: -60px;
    left: 500px;
    width: 500px;
    height: 519px;
    background: url("../images/servicePlan/devices.png") no-repeat left center;
}
.servicePlanTab .sponsorsMarketing .imgContainer > img {
    position: absolute;
    top: 92px;
    right: 81px;
}
.web-attendee-preview {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
}
.web-attendee-preview-cover-photo-wrapper {
    width: 217px;
    height: 65px;
    overflow: hidden;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: absolute;
    top: 29px;
    left: 128px;
}
.web-attendee-preview-cover-photo-wrapper.is-preview {
    background-image: url("../images/editEvent/imagePattern.png");
    background-size: auto;
    background-repeat: repeat;
}
.web-attendee-preview-logo-wrapper {
    position: absolute;
    background-color: #ffffff;
    width: 86px;
    max-width: 86px;
    height: 63px;
    top: 30px;
    left: 40px;
}
.web-attendee-preview-logo-wrapper > img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
}
.web-attendee-preview-name {
    position: absolute;
    font-size: 6px;
    width: 160px;
    color: #343d4f;
    overflow: hidden;
    top: 0;
    background: rgba(256, 256, 256, 0.9);
    height: 12px;
    padding-left: 2px;
    margin: 0;
}
.event-card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    border: solid #b4b4b4 1px;
    background-color: #ffffff;
    margin-bottom: 25px;
    text-align: left;
}
.event-card-cover-photo-wrapper {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.event-card-cover-photo-wrapper.is-preview {
    background-image: url("../images/editEvent/imagePattern.png");
    background-size: auto;
    background-repeat: repeat;
    border-bottom: solid #b4b4b4 1px;
}
.event-card-cover-photo {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-card-details {
    position: relative;
    margin-top: -15px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: lighter;
}
.event-card-logo-wrapper {
    position: relative;
    background-color: #ffffff;
    border: solid 1px #b4b4b4;
    width: 84px;
    max-width: 84px;
    height: 48px;
}
.event-card-logo-wrapper > img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 74px;
    max-height: 42px;
}
.event-card-label {
    position: absolute;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    right:0;
    color: #a0a0a0;
    font-size: 11px;
}
.event-card-date {
    top: 16px;
    left: 92px;
}
.event-card-location {
    top: 32px;
    left: 92px;
}
.event-card-name {
    max-height: 37px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #424a5e;
    overflow: hidden;
}
.event-card-shadow:before{display:block;}
.event-card-shadow:before, .event-card-shadow:after{position:absolute;content:"";height:7px;width:50%;top:-21px;max-width:300px;background:rgba(0, 0, 0, 0.5);box-shadow:0 15px 8px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 15px 8px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0 15px 8px rgba(0, 0, 0, 0.5);z-index:-1;}
.event-card-shadow:before{left:8px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg);}
.event-card-shadow:after{right:8px;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg);}
.event-card-shadow {position: absolute;height: 20px;bottom: -20px;left: 0;right: 0;overflow: hidden;opacity:0.8;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-ms-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
#avpw_holder.avpw_is_fullscreen #avpw_controls,
#avpw_holder.avpw_is_fullscreen #avpw_control_cancel_pane {
    position: fixed;
}
#avpw_holder.avpw_is_fullscreen #avpw_aviary_beensaved {
    display: none;
}
.upload-zone {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #b4b4b4;
    width: 240px;
    max-width: 240px;
    height: 120px;
    background-image: url("../images/editEvent/imagePattern.png");
}
.upload-zone > p {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #cccccc;
    height: 22px;    
    font-size: 22px;
    font-weight: lighter;
}
.upload-zone-edit {
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;    
}
.upload-zone-upload {
    overflow: hidden;
    position: relative;
}
.upload-zone-file-upload-view {
    position: absolute;
}
.upload-zone-info {
    position: absolute;
    top: 5px;
    right: 5px;
    border: solid 1px #3cafe4;
    color: #3cafe4;
    background-color: #ffffff;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    font-weight: lighter;
    font-size: 11px;    
}
.upload-zone-error {
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding:3px 8px;
    color:#ffffff;
    text-align:center;
    background-color:#000000;
    border-radius:4px;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;    
}.upload-zone.show-error .upload-zone-error {
    opacity: 0.8;
}
.upload-zone-loading {
    opacity: 0;
    position: absolute;
    margin: auto;
    bottom: 5px;
    right: 0;
    left: 0;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}
.upload-zone.started .upload-zone-loading {
    opacity: 1;
}
.upload-zone-image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 95%;
    max-width: 95%;
}
.upload-zone:hover {
    background-color: #3cafe4;    
}
.upload-zone:hover > p {
    color: #ffffff;
}
.upload-zone.has-upload {
    background-image: none;
}.upload-zone.has-upload:hover {
    background-color: #ffffff;
}.upload-zone.has-upload > p {
    display: none;
}.upload-zone.has-upload:hover > .upload-zone-edit {
    opacity: 1;
}
.upload-zone.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}.upload-zone.disabled:hover {
    background-color: #ffffff;
}.upload-zone.disabled:hover > p {
    color: #cccccc;
}
.topEntitiesTabbedView {
    overflow: hidden;
}
.topEntitiesTabbedView > ul {
    float: left;
    width: 180px;
    list-style: none;
    padding: 0;
    margin:0;
    font-size: 16px;
}
.topEntitiesTabbedView > ul > li {
    background-repeat: no-repeat;
    background-position: left center;
    background-image:  url("../images/dashboard/tabbed/icon_tabbed_sprite.png");
    height: 28px; 
    padding: 10px 0 10px 45px;
}
.topEntitiesTabbedView > ul > li.person {
    background-position: 0 -78px;
}.topEntitiesTabbedView > ul > li.person.selected {
    background-position: 0 0;
}
.topEntitiesTabbedView > ul > li.speaker {
    background-position: 0 -546px;
}.topEntitiesTabbedView > ul > li.speaker.selected {
    background-position: 0 -468px;
}
.topEntitiesTabbedView > ul > li.session {
    background-position: 0 -390px;
}.topEntitiesTabbedView > ul > li.session.selected {
    background-position: 0 -312px;
}
.topEntitiesTabbedView > ul > li.sponsor {
    background-position: 0 -702px;
}.topEntitiesTabbedView > ul > li.sponsor.selected {
    background-position: 0 -624px;
}
.topEntitiesTabbedView > ul > li.exhibitor {
    background-position: 0 -234px;
}.topEntitiesTabbedView > ul > li.exhibitor.selected {
    background-position: 0 -156px
}
.topEntitiesTabbedView > ul > li > a {
    color: #bdbfc7;
}.topEntitiesTabbedView > ul > li.selected > a {
    color: #3cafe4;
}
.topEntitiesTabbedView > div {
    float: left;
    width: 650px;
    min-height: 370px;
}
.topEntitiesTabbedView-table-wrapper {
    max-height: 390px;
    overflow: auto;
}
.topEntitiesTabbedView-table {
    width: 100%;
    text-align: left;
}
.topEntitiesTabbedView-table > thead {
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
}
.topEntitiesTabbedView-table th {
    height: 35px;
}
.topEntitiesTabbedView-table > tbody tr {
    height: 65px;
    border-bottom: 1px solid #dddddd;
}
.topEntitiesTabbedView-table-title {
    font-size: 16px;
    font-weight: bold;
    color: #717587;
}
.topEntitiesTabbedView-table-secondary-title {
    font-size: 11px;
    font-weight: normal;
    color: #343d4f;
    text-align: center;
}
.topEntitiesTabbedView-position {
    font-size: 42px;
    font-weight: lighter;
    color: #c5c7cf;
    width: 60px;
}
.topEntitiesTabbedView-person > p {
    margin: 0;
    color: #343d4f;
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.topEntitiesTabbedView-person > p.fullName {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.topEntitiesTabbedView-person > p.headline {
    font-size: 12px;
    line-height: 15px;
}
.topEntitiesTabbedView-person > p.country {
    font-size: 10px;
    line-height: 13px;
    color: #717587;
}
.topEntitiesTabbedView-person > img {
    width: 45px;
    height: 45px;
    float: left;
    padding: 2px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-right: 15px;
}
.topEntitiesTabbedView-numbers {
    font-size: 22px;
    font-weight: bold;
    color: #343d4f;
    text-align: center;
}
.topEntitiesTabbedView-session > p,
.topEntitiesTabbedView-partner > p {
    margin: 0;
    color: #343d4f;
    font-size: 13px;
    font-weight: bold;
    max-height: 35px;
    width: 230px;
    overflow: hidden;
}
.topEntitiesTabbedView-partner .image-wrapper {
    position: relative;
    float: left;
    width: 85px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 15px;
}
.topEntitiesTabbedView-partner .image-wrapper > img {
    max-width: 85px;
    max-height: 45px;
}
.topEntitiesTabbedView .no-results {
    font-size: 16px;
    padding-top: 20px;
}
.uniqueName input[name='unique-name'] {
    width: 621px;
    margin-left: 170px;
}
@media (max-width: 1366px) {
    .uniqueName input[name='unique-name'] {
        width: 381px;
    }
}
.web-address {
    position: absolute;
    width: 185px;
    height: 39px;
    background-color: #efefef;
    border-radius: 14px;
    top: 25px;
    text-align: center;
    line-height: 34px;
}
.web-address-text {
    font-size: 16px;
    color: #999999;
    vertical-align: middle;
}
.push-message-box-title{
    height: 55px;
    width: 100%;
    background: url("../images/community/title.png") no-repeat center bottom;
    margin-bottom: 5px;
}
.push-message-box-tab {
    display: inline-block;
    width: 33%;
    background-color: #ffffff;
    height: 50px;
    border-bottom: 2px solid #3cafe4;
    cursor: pointer;
    line-height: 53px;
    white-space: nowrap;
    text-align: center;
}
.push-message-box-tab.two-tabs {
    width: 50%;
}
.push-message-box-tab.selected {
    background-color: #3cafe4;
    color: #ffffff;
}
.push-message-box-tab.selected.mobile {
    background: #3CAFE4 url("../images/community/mobile_icon_white.png") no-repeat 6% 50%;
}
.push-message-box-tab.selected.web {
    background: #3CAFE4 url("../images/community/web_icon_white.png") no-repeat 4% 50%;
}
.push-message-box-tab.selected.mail {
     background: #3CAFE4 url("../images/community/email_icon_white.png") no-repeat 4% 50%;
}
.push-message-box-tab.mobile {
    text-align: left;
    text-indent: 45px;
    background: #ffffff url("../images/community/mobile_icon_grey.png") no-repeat 6% 50%;
}
.push-message-box-tab.web {
    text-align: left;
    text-indent: 45px;
    background: #ffffff url("../images/community/web_icon_grey.png") no-repeat 4% 50%;
}
.push-message-box-tab.mail {
    text-align: left;
    text-indent: 45px;
    background: #ffffff url("../images/community/email_icon_grey.png") no-repeat 4% 50%;
}
.push-messages-image {
    width: 100%;
    height: 600px;
    text-align: center;
    margin-top: 15px;
}
.agendaPreviewViewContainer {
    width: 280px;
    opacity: 0;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
}
.details-normal .agendaPreviewViewContainer {
    opacity: 1;
}
.push-messages-image.intro,
.push-messages-image.bulk-upload {
    margin-top: 30px;
}
.push-messages-image.intro > h3,
.push-messages-image.intro > p {
    text-align: left
}
.bulk-upload-export {
    margin-top: 25px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 15px 0;
    font-size: 15px;
    white-space: nowrap;
}
.bulk-upload-info {
    font-size: 16px;
    margin-bottom: 15px;
}
.main .information.standardForm label .privateRadio, .main .information.standardForm div .privateRadio {
    overflow: visible;
}
.main .information.standardForm label.passCode {
    width: 68%;
    margin-left: 246px;
}
@media (max-width: 1366px) {
    .main .information.standardForm label.passCode {
        width: 280px;
    }
}
.privateEvent-wrapper {
    position: absolute;
    left: 0;
    bottom: 4px;
}
.privateEvent-wrapper > p {
    margin-bottom: 7px;
}
.main .information h2.generalInfoHeader {
    margin-top:0;
}
.indoor-map-container {
    position: relative;
    margin-top: 10px;
}
.indoor-map-container > p {
    position: absolute;
    left: 260px;
    bottom:0;
    width: 133px;
}
.fixed-width {
    width : 790px;
}
.tutorial-popup-container {
    position: fixed;
    width: 900px;
    height: 562px;
    border: 1px solid #cfcfcf;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #efefef;
    z-index: 6;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.tutorial-popup-tab {
    height: 100%;
    width: 60px;
    border-left: 1px solid #b1b3c0;
    float: right;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.tutorial-popup-tab-open {
    width: 716px;
}
.tutorial-popup-tab-header {
    width: 60px;
    height: 100%;
    background-color: #d7d7d7;
    font-family: "Georgia",Arial, serif;
    font-style: italic;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color:#b9bcc4;
    float: left;
    cursor: pointer;
}
.tutorial-popup-tab-content{
    position: relative;
    font-family: "Georgia",Arial, serif;
    font-style: italic;
    display: inline-block;
    width: 91%;
    height: 100%;
    padding-top: 9px;
}
.tutorial-popup-blue-title {
    color: #ffffff;
    font-size: 20px;
    background-color: #4dafe9;
    display: inline;
    font-weight: 100;
    padding-left: 16px;
    line-height: 29px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.tutorial-popup-strong {
    padding-left: 16px;
    padding-right: 16px;
}
.tutorial-popup-big-number {
    position: absolute;
    font-size: 105px;
    color: #b8bbc2;
    top: 92px;
    left: 153px;
}
.tutorial-popup-big-slash{
    position: absolute;
    font-size: 64px;
    color: #b8bbc2;
    top: 93px;
    left: 202px;
}
.tutorial-popup-text{
    position: absolute;
    font-size: 20px;
    color: #343d4f;
    top: 120px;
    left: 224px;
}
.tutorial-popup-image {
    position: absolute;
    top: 183px;
    left: 10px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
.tutorial-popup-image-two {
    top: 148px;
    left: 61px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
.tutorial-popup-image-open {
    left: 1000px;
}
.tutorial-popup-big-number-two {
    left: 30px;
    top: 25px;
}
.tutorial-popup-big-slash-two {
    top: 26px;
    left: 91px;
}
.tutorial-popup-text-two {
    position: absolute;
    font-size: 18px;
    color: #343d4f;
    top: 55px;
    left: 103px;
    width: 550px;
}
.tutorial-popup-image-four {
    top:120px
}
.tutorial-popup-next-button {
    float: right;
    width: 90px;
    height: 36px;
    background-color: #4dafe9;
    border: 1px solid #cccccc;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    margin-right: 14px;
    margin-top: 14px;
    border-radius: 3px;
    cursor: pointer;
}
.tutorial-popup-skip-button {
    float: left;
    width: 90px;
    height: 22px;
    background-color: #b1b5c1;
    border: 1px solid #cccccc;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin-left: 14px;
    margin-top: 28px;
    cursor: pointer;
    border-radius: 3px;
}
.tutorial-popup-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 63px;
    background-color: #ffffff;
    border-top: 1px solid #c5c8d0;
}
.tutorial-popup-wrapper {
    width: 100%;
    height: 498px;
}
.tutorial-popup-button-hover:hover {
    opacity: 0.7;
}
.tutorial-popup-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tutorial-popup-opacity {
    opacity: 1;
}
.autocomplete-list-item {
    position: relative;
    height : 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.autocomplete-list-item:hover {
     background-color: #aee0f6;
 }
.autocomplete-img {
    height: 40px;
    width: 40px;
    margin-top: 4px;
    display: inline-block;
    border: 1px solid #e6e7eb;
}
.autocomplete-text-overides {
    background: transparent !important;
    border-radius:0 !important;
    border: none !important;
}
.autocomplete-text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #a2a2a5;
    position: absolute;
    left: 58px;
    top: 7px;
    width: 70%;
    margin: 0 !important;
    display: inline-block !important;
    font-weight: bold !important;
}
.edit-speaker-side {
    width: 342px;
    height: 100%;
    float: left;
}
.edit-speaker-side-right {
    float: left;
    width: 260px;
    padding-left: 5px;
}
.edit-speaker-wrapper {
    width: 675px;;
}
.speaker-labelText {
    width: 90px;
    display: inline-block;
    text-align: right;
}
p.speaker-pictureText {
    float: left;
    margin-top: 5px;
}
.speaker-countryText {
    float: left;
    margin-top: 8px;
    margin-right: 3px;
    padding-right: 3px;
}
.edit-speaker-upload small {
    display: none;
}
.edit-speaker-upload-button {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 17px;
    border-radius: 3px;
    color: #3cafe4;
    background-color: #ffffff;
    border: none;
    text-shadow: none;
    border-radius:0;
    -webkit-box-shadow:0 1px 9px rgba(50, 50, 50, 0.52);
    -moz-box-shadow:   0 1px 9px rgba(50, 50, 50, 0.52);
    box-shadow:        0 1px 9px rgba(50, 50, 50, 0.52);
}
.edit-speaker-upload .customUploadButton:hover a.button  {
    opacity: 0.7;
    background-color: #ffffff;
}
.edit-speaker-upload {
    position: absolute;
    top: -11px;
    left: -13px;
}
.edit-speaker-side-right .editPhoto {
    z-index: 1;
}
.edit-speaker-website-text {
    display: block;
}
label.edit-speaker-website-label {
    margin-top: 43px;
}
.edit-speaker-fields-wrapper {
    overflow: hidden;
}
.bio-holder {
    padding-left: 68px;
}
.bottom-holder .large {
    display: inline-block;
    width: 481px;
}
.social-holder {
    padding-left: 46px;
}
.linkedin-holder input[type="text"].small {
    width: 477px;
}
.speaker-search {
    width: 100%;
}
.speaker-search-line {
    text-align: center;
    display: block;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}
label.speaker-search-input {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 432px;
    height: 45px;
}
.speaker-search-input input {
    width: 85%;
    height: 34px;
    padding-left: 30px;
}
.bizzabo-header {
    background-color: #2bb0e9;
    height: 20px;
    color: #ffffff;
    border-top-left-radius: 6px;
    text-align: center;
}
.linkedin-header {
    background-color: #00679d;
    height: 20px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.speaker-title {
    display: block;
    position: absolute;
    width:300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 62px;
    top: 28px;
}
.autocomplete-text:hover {
    background: #ffffff;
    font-weight: bold !important;
}
.ui-state-focus {
    background-color: #aee0f6 !important;
}
@-webkit-keyframes rollIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-180deg); }
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
    0% { -moz-transform: translateX(-100%) translateY(30px) rotate(-180deg); }
    100% {-moz-transform: translateX(0px) rotate(0deg); }
}
@-ms-keyframes rollIn {
    0% {  -ms-transform: translateX(-100%) translateY(30px) rotate(-180deg); }
    100% { -ms-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
    0% { -o-transform: translateX(-100%) translateY(30px) rotate(-180deg); }
    100% { -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
    0% { transform: translateX(-100%) translateY(30px) rotate(-180deg); }
    100% { transform: translateX(0px) rotate(0deg); }
}
.speaker-spinner {
    opacity: 0;
    background: url("../images/spiral-loader.gif") no-repeat 50% 50%;
    position: absolute;
    right: 7px;
    top: 17px;
    height: 20px;
    width: 20px;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    z-index: 2;
}
.rollIn {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    opacity: 1;
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -ms-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}
.autocomplete-list-item.empty {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.speaker-search-input input[name="speakersearch"] {
    height: 38px;
    padding-left: 44px;
    background: url(../images/agenda/magnify_icon.png) white no-repeat 2% 49%;
}
.editSpeaker span[class$="ErrorMsg"] {
    bottom: -5px;
    right: 22px;
}
.editSpeaker .counter {
    top: 11px;
    right: -2px;
}
.edit-speaker-website-label input[type="text"].medium{
    width: 228px;
}
.eventLogoBox .info-tooltip {
    position: absolute;
    top: 0;
    right: -26px;
}
.speaker-search-line .info-tooltip {
    margin-left: 3px;
}
.autocomplete-anchor {
    padding:0 !important;
}
.editPhoto.sponsorsLogo {
    top: 35px;
}
.main .information input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}
.standardForm input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}
.editSessionDetails textarea[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}
#editAgenda .agenda-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    top: 0;
    opacity: 0.3;
    cursor: not-allowed;
}
.take-over-countdown {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 24px;
}
.popup-countdown {
    top: 10px;
}
.activeTab {
    position: absolute;
    height: 18px;
    width: 18px;
    right: 24px;
    top: 7px;
    border-radius: 20px;
    background-color: #8CAE20;;
    animation: pulse 4s infinite ease-in-out;
    -webkit-animation: pulse 4s infinite ease-in-out;
}
@keyframes pulse {
    0% { box-shadow: 0 0 14px rgba(255,255,255,0.2); transform: scale(1,1);}
    50% { box-shadow: 0 0 14px rgba(255,255,255,0.9); transform: scale(1.2,1.2)}
    100% { box-shadow: 0 0 14px rgba(255,255,255,0.2); transform: scale(1,1);}
}
@-webkit-keyframes pulse {
    0% { -webkit-box-shadow: 0 0 14px rgba(255,255,255,0.2); -webkit-transform: scale(1,1);}
    50% { -webkit-box-shadow: 0 0 14px rgba(255,255,255,0.9); -webkit-transform: scale(1.2, 1.2);}
    100% { -webkit-box-shadow: 0 0 14px rgba(255,255,255,0.2); -webkit-transform: scale(1,1);}
}
.pollsWrapper {
    width: 790px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.poll {
    position: relative;
    border: 1px solid #B3B6BF;
    margin: 10px 0;
    padding: 10px;
    padding-left: 15px;
    background: #ffffff;
}
.poll-questions {
    clear: both;
}
.pollsList {
    overflow: auto;
    clear: both;
    overflow-x: hidden;
}
.addPollButtonHolder {
    float: right;
    margin-bottom: 15px;
}
a.addPollButton {
    width: 122px;
    margin-right: 26px;
}
.pollsUpgradeLabel {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.main .poll.standardForm label {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
}
.main .poll.standardForm .pollQuestion label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 713px;
}
.main .poll input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    cursor: pointer;
}
.standardForm .poll-popup-fields-wrapper input[type="text"] {
    margin-left: 19px;
    width: 96%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.poll-left {
    float: left;
    margin-top: 8px;
}
.poll-right {
    position: relative;
    float: right;
    width: 28%;
    margin-top: 14px;
}
.poll-header {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    height: 28px;
    margin-top: 7px;
    vertical-align: middle;
}
.poll-header > a {
    color: #55617E;
    text-decoration: underline;
}
.poll-question-number {
    width: 20px;
    vertical-align: top;
    margin-top: 10px;
}
.pollQuestion {
    position: relative;
    padding-left: 14px;
}
.poll-field-wrapper {
    width: 100%;
}
.poll-settings-header {
    margin-left: 4px;
    margin-top: 4px;
    display: block;
    width: 100%;
}
a.addQuestionButton {
    clear: both;
    display: block;
    height: 33px;
    width: 194px;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 7px;
    margin-top: -2px;
    font-size: 14px;
    color: #343C4E;
    text-align: center;
    line-height: 33px;
    border: 1px solid #B3B6BF;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
a.addQuestionButton:hover {
    width: 200px;
    border-radius: 3px;
}
.poll-popup {
    width: 800px;
}
.poll-popup-fields-wrapper {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.standardForm .poll-popup-labelText {
    width: 300px;
    font-size: 18px;
}
.sessionsSelect {
    width: 672px;
    margin-left: 21px;
    border-radius: 10px;
}
.chosen-container.chosen-container-multi {
    margin-left: 19px;
    height: 40px;
}
.chosen-container.chosen-container-multi .chosen-choices {
    border-radius: 10px;
}
.standardForm .sameLine > label.pollTimePicker {
    margin-left: 43px;
    width: 258px;
    z-index: 0;
}
.standardForm .labelText.pollLableDate {
    position: absolute;
    font-size: 18px;
    top: 38px;
    left: 21px;
}
.standardForm .labelText.pollLableDateEnd {
    position: absolute;
    font-size: 18px;
    bottom: 33px;
    left: 21px;
}
.pollDatesWrapper {
    overflow: hidden;
    height:0;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.checkboxWrapper {
    height: 100px;
}
.standardForm .poll-checkbox {
    margin: 5px 0;
}
.standardForm select.poll-sponsor-select {
    width: 96%;
    height: 40px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.poll-sponsor-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #ffffff;
    height: 150px;
    position: relative;
}
.sponsorName {
    display: block;
    width: 100%;
    padding: 5px 0;
    height: 30px;
    border-bottom: 1px solid #B8BBC3;
    font-size: 16px;
}
.poll-sponsor-logo > .image-wrapper {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}
.eventLogoBox img.poll-sponsor-img {
    max-height: 70%;
    max-width: 90%;
}
.poll-button-wrapper {
    border-top: 1px dashed #B2B4C0;
    padding: 10px;
    text-align: center;
}
.poll-input-wrapper {
    margin-left: 25px;
}
.pollTimePicker {
    z-index: 1100;
}
.pollTimePicker .ui-timepicker-list {
    width: 245px;
}
.standardForm input.pollTimeField {
    background: url(../images/editEvent/time_blue.png) no-repeat 95% #ffffff;
}
a.poll-done-button {
    width: 300px;
    background-color: #46AEE9;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    font-size: 23px;
}
.poll-popup-bottom-text {
    display: block;
    margin: 7px;
    font-size: 14px;
}
a.button.success.pollStartButton {
    width: 122px;
    text-align: center;
    margin-top: 78px;
    margin-bottom: 15px;
}
.poll-setting-menu-button {
    position: absolute;
    height: 36px;
    width: 36px;
    background: url(../images/polls/settings_gray.png) no-repeat 50% 50%;
    border-left: 1px solid #929292;
    border-bottom: 1px solid #929292;
    border-radius: 5px;
    right: -2px;
    top: -1px;
    cursor: pointer;
}
.poll-setting-menu-button:hover {
    background: url(../images/polls/settings_blue.png) no-repeat 50% 50%;
}
.poll-setting-menu-button-clicked {
    background: url(../images/polls/settings_blue.png) no-repeat 50% 50%;
}
.poll-setting-dropdown {
    position: absolute;
    width: 130px;
    right:0;
    z-index: 1;
    background: #F8F9FD;
    border: 1px solid #929292;
    border-radius: 2px;
    top: 45px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}
.poll-setting-dropdown-visible {
    opacity: 1;
}
.poll-setting-dropdown div {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #333333;
    border-radius: 2px;
}
.poll-setting-dropdown div:hover {
    background: #3CAFE4;
    color: #ffffff;
}
.poll-setting-triangle {
    width:0;
    height:0;
    border-style: solid;
    border-width: 0 0 9px 10px;
    border-color: transparent transparent #F8F9FD transparent;
    position: absolute;
    right:0;
    top: -9px;
    z-index: 1;
}
.poll-setting-triangle-border {
    position: absolute;
    width:0;
    height:0;
    border-style: solid;
    border-width: 0 0 11px 12px;
    border-color: transparent transparent #929292 transparent;
    right: -1px;
    top: -11px;
}
a.button.success.pollStopButton {
    width: 122px;
    text-align: center;
    background: #55617F;
    border: solid #B2B6BF 1px;
    margin-top: 78px;
    margin-bottom: 15px;
}
.chosen-container-multi .chosen-choices .search-choice {
    height: 25px;
    line-height: 27px;
}
.poll-exports-img {
    margin-left: 5px;
    height: 16px;
}
.edit-question {
    padding-left: 22px;
    width: 388px;
}
.standardForm input[type="text"].edit-question-name {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    width: 95%;
}
.standardForm input[type="text"].edit-answer-name {
    width: 344px;
}
.edit-question-radio-wrapper {
    clear: both;
}
.standardForm label.questionTypeRadio {
    display: inline-block;
    width: inherit;
    margin-right: 60px;
}
.standardForm label.questionTypeRadio:nth-child(3) {
    margin:0;
}
.single-answer-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    width: 15px;
    margin-right: 3px;
}
.standardForm label.single-answer-label {
    display: inline-block;
    width: 93%;
}
a.addAnswerButton {
    float: right;
    margin-top: 6px;
    margin-right: 4px;
    display: block;
    height: 33px;
    width: 136px;
    font-size: 14px;
    color: #343C4E;
    text-align: center;
    line-height: 33px;
    border: 1px solid #B3B6BF;
    background-color: #ffffff;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
a.addAnswerButton:hover {
    width: 150px;
    border-radius: 3px;
}
.bottom-buttons-holder {
    clear: both;
}
a.button.saveQuestionButton {
    text-align: center;
    width: 78%;
}
.deleteQuestionButton {
    display: block;
    height: 25px;
    text-decoration: underline;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 18px;
    background: url("../images/polls/trash_icon_blue.png") no-repeat 0 0;
}
.standardForm label.sessionMultiSelectLabel {
    margin-bottom: 20px;
}
.show-results-text {
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
}
.standardForm label.questionTypeRadio.show-results {
    margin-right: 10px;
    margin-left: 5px;
}
.show-results-wrapper {
    padding-top: 15px;
}
.single-answer {
    position: relative;
    height: 58px;
    padding-left: 14px;
}
.single-answer-trash {
    position: absolute;
    right: -9px;
    top: 24%;
    cursor: pointer;
}
.poll-question-name {
    display: inline-block;
    width: 700px;
    background: #F8F9FD;
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
    font-size: 15px;
    border: 1px solid #B3B6BF;
    margin-bottom: 7px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.poll-question-name:hover {
    background-color: #efefef;
}
.poll-question-name-selected {
    border-color: #3cafe4;
}
.poll-name {
    display: inline-block;
    color: #343C4E;
    font-size: 25px;
    width: 500px;
    line-height: 30px;
}
.standardForm textarea[name="answer"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.poll-invalid {
    border-color: #e00;
}
.edit-question-scale-select {
    text-align: center;
    font-weight: bold;
}
.scaleSelect {
    display: inline-block;
    width: 50px;
}
.hide {
    display: none;
}
.standardForm .counter.answerCounter {
    top: 45px;
}
.answerSelected {
    border-color: #3cafe4;
}
li.search-field {
    height: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 100%;
}
.poll-intro {
    max-width: 912px;
    text-align: center;
}
.poll-intro > h2 {
    font-size: 30px;
    line-height: normal;
    color: #3CAFE4;
}
.poll-intro .getStartedButton {
    width: 370px;
    padding: 15px 35px;
    font-size: 26px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.poll-intro-box-wrapper {
    overflow: hidden;
}
.poll-intro-box {
    width: 260px;
    height: 180px;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 30px;
    float: left;
    font-weight: bold;
    cursor: pointer;
}
.poll-intro-box > img {
    width: 260px;
    height: 130px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.poll-intro-box:hover > img {
    opacity: 0.7;
}
.poll-button-plus {
    width: 33px;
    height: 100%;
    float: left;
    border-right: 1px solid #B3B6BF;
    background: url(../images/polls/plus_icon.png) no-repeat 50% 50% #EFEFEF;
}
.single-answer-drag {
    position: absolute;
    left: 2px;
    top: 17px;
    cursor: move;
}
.single-question-drag {
    position: absolute;
    left: 2px;
    top: 12px;
    cursor: move;
}
.single-poll-drag {
    left: 5px;
    top: 5px;
}
.poll-settings-schedule-header {
    font-size: 25px;
    color: #AEB1BE;
}
a.addQuestionButton.hide {
    display: none;
}
a.addAnswerButton.hide {
    display: none;
}
.poll-setting-button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.pollDatesWrapper-open {
    height: 137px;
}
.privateRadio.radioLabel {
    margin-bottom: 6px;
}
.privateEventSaveText {
    display: block;
}
.toggleBtbLabel {
    cursor: pointer;
}
.uploadGroupTemplate {
    margin-left: 23px;
    margin-bottom: 18px;
}
.underline {
    text-decoration: underline
}
.session-date-picker {
    z-index: 5;
}
.modal-header h3.session-modal-danger {
    color: #ef3624;
}
