/*--------------------------------------------------------------
Resets default browser CSS.
-------------------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* float:none prevents the span-x classes from breaking table-cell display */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table,
th,
td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
  border: none;
}

/* Remember to define your own focus styles! - need to develop more custom treatment of tab focus states in next release
:focus { outline: 0; } */
/* --------------------------------------------------------------
End of Resets default browser CSS.
-------------------------------------------------------------- */
/*--------------------------------------------------------------------
  base rules
--------------------------------------------------------------------*/
html {
  font-size: 100.01%;
}

/* fixes ie inheritence bug */
body {
  font-size: 62.5%;
  font-family: 'rubik', Arial, Helvetica, sans-serif;
}

/*label { display: block; float: left; font-weight: bold; word-wrap: break-word; }*/
input {
  font-family: inherit;
  font-size: 1em;
}

select {
  font-family: inherit;
  font-size: 1em;
}

textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.75;
  resize: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/*--------------------------------------------------------------------
  Fonts
--------------------------------------------------------------------*/
@font-face {
  font-family: 'rubik';
  src:
    url('/a/planner-side/font/rubik/Rubik-Light.woff2') format('woff2'),
    url('/a/planner-side/font/rubik/Rubik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src:
    url('/a/planner-side/font/rubik/Rubik-Regular.woff2') format('woff2'),
    url('/a/planner-side/font/rubik/Rubik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src:
    url('/a/planner-side/font/rubik/Rubik-Bold.woff2') format('woff2'),
    url('/a/planner-side/font/rubik/Rubik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------------------------------------
  End of Fonts
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
  typography
--------------------------------------------------------------------*/
/* text elements */

.cv-heading-1 {
  font-size: 2.2em;
  float: left;
  color: #fff;
}

.cv-page-sub-title {
  color: #fff;
  font-size: 1.4em;
  clear: both;
}

.cv-heading-2 {
  font-size: 1.4em;
  color: #2d5681;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.cv-heading-2 > a {
  color: #2D5681;
  text-decoration: none;
}

.cv-heading-2:hover > a {
  text-decoration: underline;
}

.cv-heading-2 > a > .cv-icon-double-arrows-e {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.cv-heading-2:hover > a > .cv-icon-double-arrows-e {
  background-position: -440px -80px;
}

/*.cv-heading-2-secondary - reserved class for heading after pipe line */
.cv-heading-3 {
  font-size: 1.2em;
  color: #4C7094;
  font-weight: 700;
  margin-bottom: .5em;
  text-shadow: 0 1px 0 #fff;
}

.cv-weighted {
  font-weight: 700;
}

.cv-unweighted {
  font-weight: 400;
}

.cv-emphasis {
  font-style: italic;
}

.cv-highlight {
  font-weight: 700;
  color: #128dd6;
}

.cv-required-accent {
  color: #f00;
}

/* applies to required form fields */
.cv-muted {
  color: #666;
  font-weight: 400;
}

/*--------------------------------------------------------------------
  layout rules
--------------------------------------------------------------------*/
/* 980px grid system */
.cv-grid {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.cv-span-1,
.cv-span-2,
.cv-span-3,
.cv-span-4,
.cv-span-5,
.cv-span-6,
.cv-span-7,
.cv-span-8,
.cv-span-9,
.cv-span-10,
.cv-span-11,
.cv-span-12 {
  margin-right: 20px;
  float: left;
  display: block;
}

.cv-span-1 {
  width: 60px;
}

.cv-span-2 {
  width: 140px;
}

.cv-span-3 {
  width: 220px;
}

.cv-span-4 {
  width: 300px;
}

.cv-span-5 {
  width: 380px;
}

.cv-span-6 {
  width: 460px;
}

.cv-span-7 {
  width: 540px;
}

.cv-span-8 {
  width: 620px;
}

.cv-span-9 {
  width: 700px;
}

.cv-span-10 {
  width: 780px;
}

.cv-span-11 {
  width: 860px;
}

.cv-span-12 {
  width: 940px;
}

.cv-last-span {
  margin-right: 0;
}

.cv-prepend-top {
  margin-top: 15px;
}

.cv-append-bottom {
  margin-bottom: 15px;
}

/*--- end of 980px grid system ---*/
.cv-grid.cv-page-header {
  width: 940px;
}

.cv-grid.cv-content-surround {
  width: 940px;
}

.cv-container {
  width: 100%;
}

.cv-content-surround {
  padding: 15px;
  background: #fff;
  border-color: #264c69;
  border-style: solid;
  border-width: 0 5px 5px;
  border-radius: 0 0 3px 3px;
  position: relative;
}

.cv-content {
  position: relative;
}

.cv-header {
  width: 100%;
  padding: 1em 0;
  background: #fff;
  z-index: 3;
  position: relative;
  min-width: 980px;
}

/* set z-index value to make sure its decendent elements display on top of the page headrer */
.cv-main-body {
  padding: 2em 0 5em;
  outline: 0;
  background: #f9f9f9;
}

/* outline: 0; to remove outline when coming from skip nav link */
.cv-l-left {
  float: left !important;
}

.cv-l-right {
  float: right !important;
}

.cv-l-no-float {
  float: none;
}

.cv-l-one-third {
  width: 33%;
  float: left;
}

/* one-third of its parent width */
/*------------------------------------------------------------------
  controls
--------------------------------------------------------------------*/
.cv-wrapper {
  margin-bottom: 1px;
  font-size: 1.2em;
  overflow: hidden;
  background: url(/a/images/login/tile-label-background.png) 0 0 repeat-y #fafafa;
}

.cv-subsection-container .cv-wrapper,
.cv-sub-question-container .cv-wrapper,
.cv-dialog .cv-wrapper,
.cv-scheduler-content .cv-wrapper {
  background: url(/a/images/login/tile-label-background.png) -30px 0 repeat-y #fafafa;
}

.cv-control-two-column .cv-wrapper {
  float: left;
  width: 50%;
}

.cv-subsection-container .cv-sub-question-container .cv-wrapper,
.cv-dialog .cv-sub-question-container .cv-wrapper {
  background: url(/a/images/login/tile-label-background.png) -60px 0 repeat-y #fafafa;
}

.cv-wrapper.cv-no-gradient {
  background: #f8f8f8;
}

.cv-wrapper .cv-button {
  font-size: 1em;
  margin: 0 10px 10px;
}

.cv-wrapper .cv-action-container {
  margin: 0 10px 10px;
}

.cv-wrapper .cv-action-container .cv-button {
  margin: 0;
}

.cv-control-label {
  float: left;
  text-align: right;
  width: 338px;
}

.cv-subsection-container .cv-control-label {
  width: 308px;
}

.cv-sub-question-container .cv-control-label {
  width: 308px;
}

.cv-subsection-container .cv-sub-question-container .cv-control-label {
  width: 278px;
}

.cv-control-two-column .cv-control-label {
  width: 198px;
}

.cv-dialog .cv-control-label {
  width: 308px;
}

.cv-dialog .cv-sub-question-container .cv-control-label {
  width: 278px;
}

.cv-dialog .cv-control-two-column .cv-control-label {
  width: 148px;
}

.cv-scheduler-content .cv-control-label {
  width: 308px;
}

.cv-control-label label {
  font-weight: 700;
  word-wrap: break-word;
  color: #2d5681;
  margin: 10px;
  display: block;
}

.cv-control-label h6 {
  font-weight: 700;
  word-wrap: break-word;
  color: #2d5681;
  margin: 10px;
}

.cv-control-body {
  float: left;
  position: relative;
  max-width: 560px;
}

.cv-dialog .cv-control-body {
  max-width: 355px;
}

/* inside modals */
.cv-control-body > .cv-button {
  margin: 6px 10px;
}

.cv-control-body-row {
  clear: both;
}

.cv-control-two-column {
  overflow: hidden;
  margin-bottom: 1px;
  background: url(/a/images/login/tile-label-background-two-column.png) top left repeat-y #ffffff;
}

.cv-dialog .cv-control-two-column {
  background: url(/a/images/login/tile-label-background-two-column-dialog.png) top left repeat-y #ffffff;
}

.cv-subsection-container .cv-control-two-column {
  background: url(/a/images/login/tile-label-background-two-column-sub-section.png) top left repeat-y #ffffff;
}

.cv-sub-question-container .cv-control-two-column {
  background: url(/a/images/login/tile-label-background-two-column-sub-question.png) top left repeat-y #ffffff;
}

.cv-control-two-column:last-child {
  margin-bottom: 0;
}

.cv-control-two-column .cv-wrapper {
  margin-bottom: 0;
  background: none;
}

.cv-subsection-container {
  margin-bottom: 1px;
}

.cv-subsection-container:last-child {
  margin-bottom: 0;
}

.cv-sub-question-container {
  margin-bottom: 1px;
}

.cv-sub-question-container:last-child {
  margin-bottom: 0;
}

/* textboxes */
.cv-textbox {
  position: relative;
  overflow: hidden;
}

.cv-textbox input {
  float: left;
  border-radius: 3px;
  padding: 3px;
  margin: 8px 10px;
  width: 400px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #eee #eee #ccc;
}

.cv-control-two-column .cv-textbox input {
  width: 200px;
}

.cv-textbox-medium input {
  width: 200px;
}

/* modifier class */
.cv-textbox-small input {
  width: 100px;
}

/* modifier class */
.cv-textbox input.cv-input-focused {
  background: #fffde5;
  border-color: #86c3e8;
  box-shadow: 0 0 2px #86c3e8;
}

.cv-textbox input.cv-input-validation-error {
  border-color: #f00;
}

.cv-textbox input.input-validation-error {
  border-color: #f00;
}

/* .input-validation-error is from jQuery Unobtrusive Validation script */
.cv-textbox .cv-icon-clear {
  right: 5px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

/** textboxes with ellipsis button **/
.cv-textbox-ellipsis input {
  width: 365px;
  margin-right: -1px;
  border-radius: 3px 0 0 3px;
}

.cv-textbox-ellipsis .cv-button {
  margin: 8px 10px 0 0;
  border-radius: 0 3px 3px 0;
  padding: 1px 10px 2px;
  float: left;
  min-width: 0;
}

/* buttons */
.cv-button {
  padding: 4px 8px;
  display: block;
  min-width: 55px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 3px;
  border: solid 1px #16456b;
  margin: 0;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  background: #518bb8 url(/a/images/login/tile-button.png) 0 0 repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #518bb8), color-stop(100%, #3a6a91));
  background: -webkit-linear-gradient(top, #518bb8 0%, #3a6a91 100%);
  background: linear-gradient(to bottom, #518bb8 0%, #3a6a91 100%);
  outline: 0;
}

.cv-button.is-hidden {
  display: none;
}

.cv-button:hover,
.cv-button.is-hover,
.cv-button.is-active {
  background: #3a6a91;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6a91), color-stop(100%, #518bb8));
  background: -webkit-linear-gradient(top, #3a6a91 0%, #518bb8 100%);
  background: linear-gradient(to bottom, #3a6a91 0%, #518bb8 100%);
}

.cv-button-primary {
  background: #19a53d;
  border-color: #19a53d;
}

.cv-button-primary:hover {
  background: #1f8c43;
  border-color: #1f8c43;
}

.cv-button-secondary {
  border: solid 1px #ccc;
  color: #333;
  text-shadow: 0 1px 1px #fff;
  /* modifier class */
  background: #e6e6e6 url(/a/images/login/tile-button-secondary.png) 0 0 repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

.cv-button-secondary:hover,
.cv-button-secondary.is-hover {
  background: #e6e6e6;
}

.cv-button-secondary.is-active {
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #cfcfcf 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #cfcfcf 0%, #dfdfdf 100%);
}

.cv-button.is-disabled {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #9c9c9c;
  cursor: default;
  text-shadow: 0 1px 1px #fff;
}

.cv-button-secondary.is-disabled {
  color: #ccc;
  border-color: #ddd;
  box-shadow: none;
  cursor: default;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
}

.cv-button-icon-only {
  padding-left: 3px;
  padding-right: 3px;
  min-width: 0;
}

/* modifier class */
.cv-button-icon-left {
  padding-left: 2.2em;
  min-width: 0;
}

/* modifier class */
.cv-button-icon-left .cv-icon {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -9px;
}

.cv-button-icon-right {
  padding-right: 2.2em;
  min-width: 0;
}

/* modifier class */
.cv-button-icon-right .cv-icon {
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -9px;
  left: auto;
}

.cv-button-icon-left.cv-button-icon-right .cv-icon:first-child {
  left: .5em;
}

/* helpers - include ui-prefixed counterparts to style jqueryui and jqueryui-based plugins. EXCEPTION: .ui-helper-invisible */
.cv-corner-all,
.cv-corner-bottom,
.cv-corner-right,
.cv-corner-br {
  border-bottom-right-radius: 3px;
}

.cv-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(0 0 0 0);
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(0 0 0 0);
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.cv-helper-inline-reset {
  padding: 0;
  margin: 0;
}

/** Login Validation alert **/
.cv-alerts {
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5px;
  line-height: 20px;
}

.cv-msg02 {
  border: solid 2px #c84928;
  background: #e75430;
}

.cv-append-tb01 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* messages */
.cv-alert {
  margin-bottom: 15px;
  padding: 9px 10px;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
}

.cv-alert a {
  text-decoration: none;
  color: #128dd6;
}

.cv-alert a:hover {
  text-decoration: underline;
}

.cv-alert-error {
  background: #fef1ec;
  color: #cd0a0a;
  font-weight: 400;
}

.cvui-Login-form .cvui-Textbox .cv-input-error,
.cv-input-error {
  border: 1px solid #ed6262;
}

/*------------------------------------------------------------------
  states
--------------------------------------------------------------------*/
.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

.ui-state-highlight {
  background: #fcf5ce;
}

/* .ui-state-highlight from jQuery UI */
.cv-weighted > td {
  font-weight: 700;
}

/*Davey added this so Li can move it to the right place. It is awesome.*/
/*Login Body Styles*/
body.cv-login-page {
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* Login Container */
.cv-login-container {
  width: 340px;
  margin: 80px auto 0;
  /* box-shadow: 1px 1px 20px #0e1529; */ /* Commented out for Prod-16371 */
  border-radius: 10px;
}

.cvui-Login-wrapper {
  background: #f4f8f9;
}

/* Login Body Header Section */
.cvui-Login-header {
  background: #0099e0 url('/a/planner-side/images/login/cvent_logo_white.svg') no-repeat center 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  background-size: 137px 27px;
}

.cvui-Login-header .cv-heading-1 {
  float: none;
  text-align: center;
  font-size: 2em;
  margin-top: 63px;
  margin-bottom: 12px;
  font-weight: 300;
}

/* Alerts Validation styles */

.cvui-Login-header + div {
  border-left: 1px solid #cad0d3;
  border-right: 1px solid #cad0d3;
  padding: 20px 20px 0 20px;
}

.cv-login-password-reset-form {
  font-family: 'rubik', Arial, Helvetica, sans-serif;
}

.cv-login-password-reset-form .cv-login-password-reset {
  padding: 20px 18px 0;
  margin: 0;
}

.cv-login-password-reset-form .cv-expired-link-text {
  margin: 0;
  color: #ed6262;
}

.cv-login-password-reset h4 {
  color: #0099e0;
}

.cvui-Login-alert {
  margin: 0;
  font-size: 1.4em;
  border-radius: 3px;
  background: #ed6262;
  color: #fff;
}

.cvui-Login-alert .cvui-u-icon {
  display: none;
}

/* Login Form Section Overrides from site.css */
.cvui-Login-form {
  padding: 20px 18px;
  border-left: 1px solid #cad0d3;
  border-right: 1px solid #cad0d3;
  box-sizing: border-box;
}

.cvui-Login-form .cv-wrapper {
  background: none;
}

.cvui-Login-form .cvui-Textbox .cv-control-label {
  position: absolute;
  z-index: 1;
  border-right: 1px solid #cad0d3;
  background-repeat: no-repeat;
  position: absolute;
  height: 27px;
  width: 28px;
  top: 6px;
  left: 6px;
}

.cvui-Login-form .cv-control-body {
  float: none;
  max-width: 100%;
}

.cvui-Login-form .cvui-Textbox input {
  width: 302px;
  margin: 0 0 15px 0;
  padding: 8px 0 8px 46px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #cad0d3;
  font-size: 1.4em;
  color: #5d7b8a;
  outline: 0;
  box-sizing: border-box;
}

.cvui-Textbox.cvui-Login-invalid-input input {
  border: solid 1px #c84928;
}

.cvui-Login-form .cvui-Textbox .cv-control-label:before {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
}

.cvui-Login-account .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/venue.svg);
}

.cvui-Login-username .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/invitee.svg);
}

.cvui-Login-password .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/lock.svg);
}

.cvui-Login-form .cvui-Textbox input::-ms-clear {
  display: none;
}

.cvui-Login-checkbox {
  margin: 0 0 10px 0;
}

/* Login Button Section */
.cvui-Login-wrapper .cv-button-primary {
  width: 200px;
  font-size: 2em;
  font-weight: 700;
  padding: 8px 0;
  margin: 10px auto 0;
}

.cvui-Login-wrapper .cv-checkbox ul {
  margin: 0;
}

.cvui-Login-wrapper .cv-checkbox label {
  color: #7E828B;
  font-size: 1.2em;
}

.cv-login-password-reset-form > .cvui-Login-form {
  border-bottom: 1px solid #cad0d3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cv-login-password-reset-form > .cv-expired-link-text > .cvui-Login-form {
  border: 0;
}

.cv-login-password-reset-form > .cv-expired-link-text > .cvui-Login-form .cv-button-primary {
  margin-bottom: 0;
}

.cv-login-password-reset-form .cv-login-footer {
  padding-top: 20px;
}

.cv-login-password-reset-form > .cv-expired-link-text {
  border-bottom: 1px solid #cad0d3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#divLoginWrapper .cv-expired-link-text {
  border-bottom: 0;
  border-radius:0;
}

.cv-login-password-reset-form > .cv-expired-link-text #lblActivationFailureText p{
  color: #000;
  margin: 0;
  padding-bottom: 20px;
}

.cv-login-password-reset-form > .cv-expired-link-text #lblActivationFailureText a {
  color: #0099e0;
  text-decoration: none;
}

.cv-login-password-reset-form > .cv-expired-link-text #lblActivationFailureText a:hover {
  color: #006d96;
}

  /* CSS used here for password reset page and overwriting some padding and width as it has some diffrent markup from main login, we will require to change markup of ChangePasswordByEmailLink.aspx page  to match it to login screen */
.cv-login-password-reset-form .cv-expired-link-text .cvui-Login-form {
  padding: 20px 0 0;
}

.cv-login-password-reset-form .cv-button-primary {
  min-width: 200px;
  max-width: 100%;
  width: auto;
  padding: 10px 8px;
}

/* Login Footer Section */
.cv-login-footer {
  background: #f4f8f9;
  padding: 0 20px 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #cad0d3;
  border-top: 0;
}

.cv-login-footer a {
  color: #0099e0;
  text-decoration: none;
  font-size: 1.2em;
}

.cv-login-footer a:hover {
  color: #006d96;
}

/* Login Addtional Bottom Links Section */
.cv-login-additional-links-wrapper {
  width: 340px;
  margin: 0 auto;
  position: relative;
}

.cv-login-additional-links:after {
  content: "";
  display: table;
  clear: both;
}

.cv-login-additional-links-wrapper > ul:last-child {
  margin-top: 15px;
}

.cv-login-additional-links {
  list-style: none;
  margin: 20px 0 0 0;
}

.cv-login-additional-links > li {
  float: left;
}

.cv-login-additional-links a {
  color: #0099e0;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400;
}

.cv-login-additional-links a:hover {
  color: #006d96;
}

/* Login Reset Password Modal */
.cv-pw-retrieval-form {
  margin: 20px 0;
}

.cv-pw-retrieval-form .cv-wrapper {
  background: none;
}

.cv-pw-retrieval-form .cv-control-label {
  width: 200px;
}

.cv-pw-retrieval-form input {
  border-radius: 5px;
  border: 1px solid #ACAEB3;
  color: #B6B8BD;
}

.cv-modal-buttons {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.cv-modal-buttons .cv-button {
  float: left;
  margin: 0 10px 0 0;
  left: 40%;
}

.cv-captcha-verifcation {
  text-align: right;
  /*Placeholder for Captcha Image*/
}

/* Additional Platform Flyout */
.cv-platform-options {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: absolute;
  display: none;
  box-shadow: 0px 4px 4px 0px #cad0d3;
  background: #f4f8f9;
  margin-top: 5px;
}

.cv-platform-arrow {
  background-image: url('/a/images/login/login-platform-arrow.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: -13px;
  display: block;
  width: 28px;
  height: 13px;
}

.cv-platform-options .cv-heading-2 {
  font-size: 1.8em;
  text-shadow: none;
  color: #666666;
  margin: 0 0 20px 0;
}

.cv-platform-list {
  list-style: none;
  overflow: hidden;
}

.cv-platform-list li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 1.2em;
}

.cv-platform-list li:last-child {
    margin-right: 0;
}

.cv-platform-action {
  display: block;
  padding: 10px;
  min-height: 185px;
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  width: 138px;
  text-decoration: none;
  color: #444751;
}

.cv-platform-action:hover {
  background: #f6f6f6;
}

.cv-platform-action .cv-heading-3 {
  font-size: 1.1em;
  text-shadow: none;
  color: #444751;
  margin: 0;
}

.cv-platform-action p {
  margin: 0 0 20px 0;
}

.cv-platform-action-text {
  position: relative;
  padding: 0 15px;
  color: #0C96D4;
}

.cv-platform-icon {
  background-image: url('/a/images/login/login-platform-sprite.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 45px;
  display: block;
  margin: 10px auto 20px;
}

.cv-platform-icon-event-management {
  background-position: 0 0;
}

.cv-platform-icon-supplier-network-event {
  background-position: 0 -55px;
}

.cv-platform-icon-supplier-network-venue {
  background-position: 0 -110px;
}

.cv-platform-icon-web-surveys {
  background-position: 0 -165px;
}

.cv-platform-icon-caret {
  background-position: -16px -220px;
  width: 10px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
}

/*---------------------------------------------------------------------------------------------
Example of Marketing CSS
---------------------------------------------------------------------------------------------*/
#divLoginWrapper {
  text-align: center; /* Changes due to centre align to login and ads section, PROD-18680 */
}

.cv-login-page-marketing .cv-login-wrapper {
  display: inline-block; /* Changes due to centre align to login and ads section, PROD-18680 */
  margin: 0 auto;
}

.cv-login-page-marketing .cv-login-additional-links-wrapper {
  float: left;
  clear: both;
}

.cv-login-page-marketing .cv-login-container {
  float: left;
  /* box-shadow: 1px 1px 20px #0e1529; */ /* Commented out for Prod-16371 */
}

.marketing-content-container {
  float: left;
  margin: 80px 0 0 35px;
}

.marketing-content-container h2 {
  font-size: 2em;
  color: #fff;
  text-shadow: none;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.marketing-content-container a {
  display: block;
}

.marketing-content-container a + a {
  margin-top: 8px;
}

.marketing-content-container a img {
  display: block;
}

/*---------------------------------------------------------------------------------------------
Custom Ads for ConferenceDirect
---------------------------------------------------------------------------------------------*/
.cv-custom-ads .cv-login-wrapper {
  width: 700px;
  margin: 0 auto;
}

.cv-custom-ads .cv-login-container {
  float: left;
  margin: 10px auto 20px;
}

.cv-custom-ads .cv-login-additional-links {
  clear: both;
}

.cv-custom-ads-container {
  text-align: center;
}

.cv-custom-ad {
  list-style: none;
  width: auto;
}

.cv-custom-ad > li {
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 100px;
}

.cv-custom-ad > li img {
  width: 100%;
  height: auto;
}

.cv-custom-ads-left-side {
  float: left;
  margin: 0 20px 0 0;
  width: 160px;
}

.cv-custom-ads-right-side {
  float: right;
  margin: 0 0 0 20px;
  width: 160px;
}

.cv-custom-ads-bottom-side {
  margin: 20px 0 0 0;
  clear: both;
}

.lbl-status {
  line-height: 0;
}

a.resetpass:link {
  color: Red !important;
}

a.resetpass:hover {
  color: Red !important;
}

a.resetpass:visited {
  color: Red !important;
}

/*IE6 phase-out notification css*/
.bsm-text-highlight {
  color: #E65332;
}

.bsm-font-bold {
  font-weight: bold;
}

.bsm-text-uppercase {
  text-transform: uppercase;
}

.bsm-content p {
  color: #fff;
}

.ie7-section {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

.ie8-section,
.ie910-section,
.old-ie-section {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
}

.lte7 .cv-login-wrapper {
  display: none;
}

.lte7 .ie7-section {
  display: block;
  margin: 40px auto;
  vertical-align: center;
  position: relative;
  width: 30%;
  padding: 4px;
}

.ie8-section.bsm-content,
.ie910-section.bsm-content,
.old-ie-section.bsm-content{
  background-color: #373C42;
  border-top: 2px solid #E65332;
  border-bottom: 2px solid #E65332;
}

.bsm-icon-warning {
  background: url('/a/images/login/cv-icn-browser-warning-large.png') center top no-repeat;
  height: 30px;
  padding-top: 60px;
  font-weight: bold;
  font-size: 14px;
}

.bsm-heading-no-text span {
  display: none;
}

.bsm-thank {
  padding: 10px 0px;
}

.bsm-icon-cvent {
  background: url('/a/images/login/cv-logo-white-smaller.png') left top no-repeat;
  height: 30px;
  padding-top: 30px !important;
  padding-left: 0px !important;
  font-weight: bold;
  font-size: 14px;
}

.bsm-icon-cvent span {
  color: #fff;
}

.bsm-heading-text span {
  color: #219DD3;
}

.bsm-warning-message {
  font-size: 14px;
  line-height: 22px;
}

.bsm-content-wrapper {
  padding: 25px 0;
  margin: 0 auto;
  width: 800px;
  background-color: #373C42;
  max-width: 100%;
}

.bsm-support-section {
  margin-top: 25px;
  color: #fff;
}

.bsm-support-section ul li {
  display: inline-block;
  list-style: none;
  padding-right: 10px;
  padding-left: 10px;
}

.bsm-support-section ul li + li {
  border-left: 2px solid #219DD3;
}

.ie7-section .bsm-support-section p ~ p {
  padding-top: 20px;
}

.ie7-section .bsm-support-section {
  font-size: 16px;
}

.bsm-support-section p.bsm-margin-top {
  padding-top: 15px;
}

.bsm-link-text {
  color: #219DD3;
  text-decoration: none;
}

.bsm-link-text:hover {
  text-decoration: underline;
}

.bsm-contact-bottom {
  font-size: 14px;
}

.bsm-contact-bottom a {
  text-decoration: none;
  color: #219DD3;
}

.bsm-contact-bottom a:hover {
  text-decoration: underline;
}

.bsm-container {
  margin: 50px auto 0;
  box-shadow: 1px 1px 20px #0e1529;
  border-radius: 10px;
}

.bsm-wrapper {
  background: #373C42;
}

.ie7-section .bsm-wrapper {
  background: #2A455A;
}

.ie7-section .bsm-content {
  padding: 20px;
  text-align: center;
}

.ie7-section .bsm-content ul li {
    border: none;
}

.bsm-header {
  background: url('/a/images/login/cv-logo-white.png') center 30px no-repeat;
  background-color: #00A1dd;
  overflow: hidden;
}

.bsm-header .bsm-header-logo {
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.bsm-header-logo span {
  text-indent: -9999px;
}

.bsm-dialogbox-body {
  text-align: left;
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}

.bsm-dialogbox-body .bsm-icon-warning {
  padding-top: 20px;
}

.bsm-dialogbox-body ul li {
  font-size: 14px;
  line-height: 30px;
  list-style: none;
}

.bsm-dialogbox-body p {
  margin: 10px 0px;
}

/* CSS for more details popup overlay */
.bsm-dialogbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1500;
  box-shadow: 5px 5px 5px rgba(93, 93, 93);
  display: none;
}

.bsm-dialogbox .bsm-cancel {
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 20px;
  right: 15px;
  background-image: url(/a/images/login/icon-dialog-close.png);
}

.bsm-dialogbox .bsm-dialogbox-content {
  padding: 40px 25px;
  background: #373c42;
  color: #fff;
}

.bsm-dialogbox-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: #373c42;
}

.bsm-dialogbox .bsm-modal-header {
  padding: 15px 0 20px 20px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background: #219DD3;
}

.bsm-display-none {
  display: none;
}

/* Display form labels in IE8 and IE9 */
.ie8 .cv-helper-hidden-accessible,
.ie9 .cv-helper-hidden-accessible {
  position: static !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}

.ie8 .cvui-Login-form .cvui-Textbox .cv-control-label,
.ie9 .cvui-Login-form .cvui-Textbox .cv-control-label {
  position: static;
  width: auto;
}

.ie8 .cvui-Login-form .cvui-Textbox .cv-control-label > label,
.ie9 .cvui-Login-form .cvui-Textbox .cv-control-label > label {
  padding: 5px 0 5px 25px !important;
  font-size: 14px;
  color: #555;
  font-weight: normal;
}

.ie8 .cvui-Login-form .cvui-Textbox .cv-control-label .cv-required-accent,
.ie9 .cvui-Login-form .cvui-Textbox .cv-control-label .cv-required-accent {
  display: none;
}

.ie8 .cvui-Login-account .cv-control-label,
.ie9 .cvui-Login-account .cv-control-label {
  background-position: 0 -132px;
}

.ie8 .cvui-Login-username .cv-control-label,
.ie9 .cvui-Login-username .cv-control-label {
  background-position: 0 -180px;
}

.ie8 .cvui-Login-password .cv-control-label,
.ie9 .cvui-Login-password .cv-control-label {
  background-position: 0 -228px;
}

.ie8 .cvui-Login-form .cvui-Textbox input,
.ie9 .cvui-Login-form .cvui-Textbox input {
  padding-left: 10px;
  width: 285px;
}

/* This below CSS would work just for German as of now. We might need to make some changes when we spread free trial programme for other languages.*/
a.free-trial {
display: block;
padding: 7px 5px;
text-align: center;
border-radius: 3px;
color: white;
font-weight: 700;
float: left;
margin-left:18px;
width:100px;
border: 1px solid #fff;
text-decoration: none;
}

a.free-trial:hover {
text-decoration: none;
}

#loginSSOForm .cvui-Login-password .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/group-icon.svg);
  width: 30px;
}
#loginSSOForm.cvui-Login-form .cvui-Textbox .cv-control-label {
  width: 34px;
}

#phoneNumberRegistrationForm .mfa-dropdown-country select {
  -webkit-appearance: none;
}

#phoneNumberRegistrationForm.cvui-Login-form .mfa-mobile-number.cvui-Textbox .cv-control-label:before {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 2px;
}

#phoneNumberRegistrationForm .mfa-mobile-number.cvui-Login-account .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/phone.svg);
}

#phoneNumberRegistrationForm {
  padding-bottom: 18px;
}

#mfaEmailRegistration.cvui-Login-form .mfa-email.cvui-Textbox .cv-control-label:before {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 2px;
}

#mfaEmailRegistration .mfa-email.cvui-Login-account .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/email.svg);
}

#phoneNumberRegistrationForm.cvui-Login-form .mfa-dropdown-country.cvui-Textbox .cv-control-label:before {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 2px;
}

#phoneNumberRegistrationForm .mfa-dropdown-country.cvui-Login-account .cv-control-label:before {
  background-image: url(/a/planner-side/images/login/locationMap.svg);
}

.cvui-Login-form #oneTimeLoginCodesText {
  text-align: left;
  color: #041532;
  font-size: 14px;
  line-height: 19px;
  margin: -2px 0 30px 0;
}

#chooseTwoFactorAuthTypeRadioButton label {
  font-size: 16px;	
  line-height: 19px;
  word-break: break-all;
  margin: 0 10px 0 0;
}

#chooseTwoFactorAuthTypeRadioButton td {
  width: 50%;
}

#dvEnterOtpMsg, #chooseTwoFactorAuthType {
  padding-bottom: 20px;
}

#mfaEmailMessage {
  text-align: center;
  padding-bottom: 18px;
  font-size: 14px;
}

#dvEnterEmailOtpMsg, #changeNumberHelptext, #dvEnterOtpMsg, #dvPhoneNumberMFAMessage {
  font-size: 14px;
  padding-bottom: 18px;
  text-align: left;
}

#btnNextTwoFactorType {
  margin: 20px 22px 30px 48px;
}

#btnSendOtpEmail {
  margin: 40px 0 40px 50px;
}

#resendCode, #changeEmail {
  font-size: 1.2em;
}

#dvEnterOtp {
  padding: 20px 20px 20px 20px;
}

@media (max-width: 767px) {
  .hidden-phone {
      display: none !important;
  }
}

.integration-alert-main-panel {
    margin-top: 80px;
}

.integration-alert-parent-div {
    position: relative !important;
    margin-top: 10px;
    margin-bottom: 20px;
    position: absolute;
    margin-top: -40px;
    background: #d3ebfc;
    color: #0f517d;
    font-weight: 500;
    border: 1px solid #6da1ca;
    border-radius: 3px !important;
    padding-left: 30px;
    padding-right: 35px;
    padding: 10px;
    position: absolute;
    top: 10px;
}

.integration-alert-inner-div {
    width: 100%;
    padding-top: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    padding-left: 18px;
    display: flex;
}

.integration-alert-span {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    left: 10px;
    top: 12px;
    background: url(/a/rfp/images/icon-info.png) no-repeat 0 0;
}

.integration-alert-text {
    float: left;
    position: relative;
}

.integration-alert-URL {
    float: right;
    padding-right: 18px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
    position: relative;
}
}

.cv-platform-link-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 374px;
    flex-direction: column;
    margin: 0 auto;
    gap: 10px;
}

.cv-platform-link-container-with-ad {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    flex-direction: row;
    margin: 0 auto;
    gap: 10px;
}

    .cv-platform-link-container-with-ad .platform-link-container {
        flex-direction: row;
    }

    .cv-platform-link-container-with-ad .privacy-policy-link-container {
        flex-direction: row;
        justify-content: flex-end;
    }

.platform-link-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #4291E9;
}

    .platform-link-container .link {
        color: #4291E9;
        text-decoration: none;
    }

.privacy-policy-link-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-decoration-color: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

    .privacy-policy-link-container .link {
        color: #69717A;
        text-decoration: none;
    }

.pipe-separation {
    color: #69717A;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

@media only screen and (min-width: 767px) {
    .cv-platform-link-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 500px;
        flex-direction: column;
        margin: 0 auto;
        gap: 10px;
    }

    .platform-link-container {
        justify-content: space-between;
    }

    .privacy-policy-link-container {
        justify-content: center;
    }
}

.cv-need-an-account {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #1A2026;
}
@media only screen and (max-width: 896px) {
    .cv-platform-link-container-with-ad {
        flex-direction: column;
        margin-top: 16px;
    }
    .cv-platform-link-container-with-ad .platform-link-container {
        flex-direction: row;
        justify-content: center;
    }
    .cv-platform-link-container-with-ad .privacy-policy-link-container {
        flex-direction: row;
        justify-content: center;
    }
    .marketing-content-container {
        margin: 16px auto 0px;
    }
    .cv-login-page-marketing .cv-login-container {
        float: none;
    }

}

@media only screen and (max-width: 768px) {

    .cv-platform-link-container {
        display: flex;
        flex-direction: column;
        max-width: 374px;
        justify-content: center;
        gap: 10px;
        margin: 0 auto;
    }

    .platform-link-container {
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }

    .privacy-policy-link-container {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .pipe-separation {
        display: none;
    }

    .cv-platform-link-container-with-ad {
        flex-direction: column;
        max-width: 500px;
        justify-content: center;
        gap: 10px;
        margin: 0 auto;
    }

        .cv-platform-link-container-with-ad .platform-link-container {
            flex-direction: column;
            gap: 10px;
        }

        .cv-platform-link-container-with-ad .privacy-policy-link-container {
            flex-direction: column;
            justify-content: center;
            gap: 10px;
        }
}