/* $Id$ */

html, body, input {
    overflow: hidden;
    color: #222;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",Roboto, Ubuntu;
    font-size: 14px;
}
a {
    color: #222;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}
b {
    font-weight: 600;
}
.svg-icon-holder{
    position: absolute;
    left: -1000em;
    top: -1000em;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset;
}
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset;
}
ul {
    padding: 0;
}
ul li {
     list-style-type: none;
 }
/*** Float classes ***/
.ui-left {
    float: left;
}
.ui-right {
    float: right;
}
/*** Used to clearfix the floats ***/

.ui-overflow:after {
    content: "";
    display: table;
    clear: both;
}

/*** Toast message styles ***/
.show_toast_mesg {
  text-align: center;
  position: absolute;
  width: auto;
  max-width: 60%;
  top: 0;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
}
.show_toast_content {
  background-color: #dcecf7;
  border-radius: 0 0 2px 2px;
  color: #0956a1;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  padding: 0 15px 0 45px;
}
.show_toast_content:before {
  content: " i ";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: #2c95f6;
  vertical-align: middle;
  color: #fff;
  border-radius: 0 0 0 2px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.show_toast_content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  border-bottom: 20px solid transparent;
  border-left: 5px solid #2c95f6;
}

/*** Background Image styles ***/
.show_wrapper {
    background: #f7f7f7;
    padding: 0px;
    margin: 0px;
}
.show_topbar {
    background: #fff;
    width: calc(100vw - 268px);
    height: 67px;
    border-bottom: 1px solid #ebedee;
    display: flex;
}
.show_topbar_left {
    background: url(images/show-topbar.png) no-repeat;
    width: 290px;
    height: 67px;
}
.show_topbar_center {
    background: url(images/show-insert.png) no-repeat;
    width: 322px;
    height: 67px;
    margin: 0 auto;
}
.show_topbar_right {
    background: url(images/show-topbar-right.png) no-repeat;
    width: 131px;
    height: 67px;
}
.show_bottombar {
    border-top: 1px solid #e8e8e8;
    background: url("images/show-bottombar.png") no-repeat 5px top, url("images/show-bottom-right.png") no-repeat right top,#fff;
    background-size: auto 28px;
    width: 100%;
    height: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
}
.show_main_container {
    width: 100%;
    height: 100%;
}
.show_editor_block {
    display: flex;
    width: 100%;
    height: calc(100vh - 68px - 30px);
}
.show_thumbnail {
    background: url("images/show-leftpanel.png") no-repeat;
    width: 170px;
    height: 100%;
}
.show_rightpanel {
    background: url("images/show-rightpanel.png") no-repeat left top;
    background-size: 268px auto;
    width: 268px;
    height: calc(100vh - 30px);
    position: fixed;
    right:0;
    top:0;
}
.show_rightpanel_bot {
    background: url("images/show-rightpanel-bot.png") no-repeat left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 268px;
    height: 48px;
}
.show_slide {
    height: 100%;
    width: calc(100vw - 170px - 268px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 4vw;
    box-sizing: border-box;
}
.show_slide_container {
    border: 1px solid #e0e0e0;
    background: #FFF;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.06);
    width: 100%;
    height: 100%;
}
.za-social-icon{
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50%;
    background-color: #f7f9f9;
    border: 1px solid #efefef;
}
.za-social-icon{
  background-image: url(images/signup-sprite.png);
  background-repeat: no-repeat;
  background-size: 91px 37px;
  background-position: 6px 1px;

}
.za-fb-icon{
    background-position: -25px 1px;
}
.za-in-icon{
    background-position: -55px 0;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .show_topbar_left {
        background: url(images/show-topbar-2x.png) no-repeat;
        background-size: auto 67px;
    }
    .show_topbar_center {
        background: url(images/show-insert-2x.png) no-repeat;
        background-size: auto 67px;
    }
    .show_topbar_right {
        background: url(images/show-topbar-right-2x.png) no-repeat;
        background-size: auto 67px;
    }
    .show_bottombar {
        background: url("images/show-bottombar-2x.png") no-repeat 5px top, url("images/show-bottom-right-2x.png") no-repeat right top,#fff;
        background-size: auto 28px;
    }
    .show_thumbnail {
        background: url("images/show-leftpanel-2x.png") no-repeat;
        background-size: 170px auto;
    }
    .show_rightpanel {
        background: url("images/show-rightpanel-2x.png") no-repeat left top;
        background-size: 268px auto;
    }
    .show_rightpanel_bot {
        background: url("images/show-rightpanel-bot-2x.png") no-repeat left bottom;
        background-size: auto 48px;
    }
}

.show_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
}
.show_overlay.show {
    opacity: 1;
}
.show_registerform {
    width: 910px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 20px 0 0 -50px;
    border-radius: 10px;
    transition: all 0.5s linear;
}
.show_registerform.show {
    top: 50%;
}
.show_signup_slideshow {
    width: 395px;
    height: 575px;
    padding: 60px 35px 0;
    box-sizing: border-box;
    background: url(images/signupbg.jpg) no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    position: relative;
}
.show-logo {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url(images/show-logo-light.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.signup-profile {
    height: 65px;
    width: 65px;
    background: url(images/signup-userimg.png) no-repeat;
    background-size: 100%;
    position: relative;
    left: -10px;
    background-position: 5px 0px;
}
.signup-profile-2 {
    background-position: 5px -68px;
}
.signup-profile-3 {
    background-position: 5px -136px;
}
.signup-profile-4 {
    background-position: 5px -204px;
}
.signup-profile-5 {
    background-position: 5px -272px;
}
.signup-profile-6 {
    background-position: 5px -340px;
}
.signup-profile-details {
    position: relative;
    left: -5px;
}
.signup-profile-details .signup-profile-name {
    font-weight: 600;
}
.signup-slideshow-wrapper {
    width: 325px;
    overflow: hidden;
}
.signup-slideshow {
    margin: 0;
    width: 2190px;
}
.signup-slideshow li {
    width: 325px;
    float: left;
    position: relative;
    padding: 0 10px 0 0;
    left: 0;
    transition: all 0.2s linear;
    box-sizing: border-box;
}
.signup-slideshow h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.signup-slideshow p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 8px 0;
    font-weight: 400;
}
.signup-profile-details p {
    font-size: 13px;
    margin-top: 6px;
}
.signup-slideshow li > h3, .signup-slideshow li > p {
    font-style: italic;
}
.signup-slideshow-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 10px 0;
}
.signup-slideshow-dots li {
    height: 6px;
    width: 6px;
    border: 1px solid #fff;
    border-radius: 50px;
    float: left;
    margin: 0 5px;
    background: #ffffff3d;
    transition: all 0.3s linear;
    cursor: pointer;
}
.signup-slideshow-dots li.zs-active {
    width: 15px;
    background: #fff;
}
.show_signup_designelement {
    position: relative;
    top: 17px;
    right: 35px;
    height: 226px;
    width: 395px;
    box-sizing: border-box;
    background: url(images/showsignupelement.png) no-repeat;
    background-size: 100% 100%;
}
.show_signup_form {
  box-sizing: border-box;
  height: 575px;
  width: 515px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show_registerform h1 {
	font-size: 20px;
    line-height: 1.3;
	text-align: left;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.show_registerform dl {
    margin: 0 0 6px 0;
    position: relative;
}
.show_registerform .za-captcha-container {
  margin-top: 15px;
}
.show_registerform .za-datastore-container {
  margin-bottom: 20px;
}
.show_registerform .za-tos-agree {
  margin-bottom: 20px;
}
.show_registerform .za-captcha-container .signup-label {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 8px;
}
.show_registerform dd {
    margin: 0;
    position: relative;
}
.show_registerform form {
  margin: 0;
  position: relative;
  width: 360px;
  max-height: 500px;
  overflow: auto;
  padding: 0 78px;
}
.show_registerform input[type="text"] {
    background: none;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px 5px 10px;
    height: 40px;
    color: #4F4F4F;
}
.show_registerform .field-error input[type="text"] {
  border: 1px solid #ed7d7b;
}
.show_registerform input[type="text"].change_bg {
    background: #f6f6f6;
}
.show_registerform .show_change_btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0;
  padding: 13px 6px;
  width: 96%;
  z-index: 10;
  background: transparent;
}
.show_registerform .show_change_btn span {
  border: 0;
  font-size: 11px;
  color: #28CAFF;
  cursor: pointer;
  background: transparent;
}
.show_registerform input[type="text"]:focus {
    border-color: #28CAFF;
}
.show_registerform ::-webkit-input-placeholder {
    color: #C1C1C1;
}
.show_registerform :-ms-input-placeholder {
    color: #C1C1C1;
}
.show_registerform ::placeholder {
    color: #C1C1C1;
}
.show_registerform .show_signup-container {
    text-align: right;
	position: relative;
    margin-bottom: 15px;
}
.show_signup-container::before, .show_country_wrapper::after, .zs-countrycode-wrapper::after {
  bottom: 4px;
	right: 3px;
	content: '';
	position: absolute;
	border-left: 3px solid rgba(0, 0, 0, 0);
	border-right: 3px solid rgba(0, 0, 0, 0);
	border-top: 3px solid #474747;
}
.show_signup-container::before {
  border-top-color: #fff;
  margin-top: 1px;
}
.show_signup-container.hide_arrow::after {
  display: none;
}
.show_country_wrapper {
  position: relative;
  margin-bottom: 15px;
}
.show_country_container select {
    border: 0;
    color: #222;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-top: 6px;
    opacity: 0;
}
.show_countryname_container {
  position: absolute;
  font-weight: 300;
  color: #222;
  right: 12px;
  bottom: -11px;
  font-size: 11px;
}
.show_registerform .za-newsletter-container {
  margin: 20px 0;
}
.show_registerform input[type="checkbox"] {
    display: none;
}
.show_registerform input[type="checkbox"] + span,
.show_registerform input[type="checkbox"] + div + span,
.za-datastore-container span {
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    display: inline-block;
    line-height: 1.7;
    font-size: 11px;
}
.za-datastore-container span {
    padding: 0;
}
.za-datastore-container span a {
  color: #68abee;
}
.show_registerform input[type="checkbox"] + span::before,
.show_registerform input[type="checkbox"] + div + span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}
.show_registerform input[type="checkbox"]:checked + span::after,
.show_registerform input[type="checkbox"]:checked + div + span::after {
    position: absolute;
    content: "";
    display: block;
    left: 4px;
    top: 8px;
    width: 7px;
    height: 3px;
    border-style: solid;
    border-color: #222;
    border-width: 0px 0 1px 1px;
    box-sizing: border-box;
    transform: rotate(-45deg) translate(1px, -1px);
}
.show_signup_button {
    background: #E84240;
    border: 1px solid #E84240;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    margin: 15px 0 15px;
    cursor: pointer;
    outline: none;
    font-weight: 300;
    padding: 8px 15px;
    width: 100%
}
.show_signup_button:disabled{
    cursor : default;
    opacity: 0.4;
}
.show_access_link {
    text-align: center;
    font-size: 14px;
}
.show_access_link a {
    color: #E25E49;
    font-weight: normal;
}
.za-flex-align{
  display: flex;
  justify-content: center;
  align-items: center;
}
.za-socialnetwork-align{
  margin-left: 10px;
}
.za-signin-wrapper{
  width: 100%;
  margin: 0 auto;
}
.za-show-signin-head dd {
    margin: 25px 0 25px;
    font-size: 11px;
    color: #777;
    text-align: center;
    font-weight: 300;
}
.za-show-signin-head dd::before{
    content: " ";
    border-bottom: 1px solid #cccccc;
    position: absolute;
    width: 100%;
    display: inline-block;
    top: 7px;
    z-index: 1;
    left: 0;
}
.za-show-signin-head dd span{
    background: white;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}
.za-disable-social-icon{
  opacity: 0.5;
  pointer-events: none;
}
.show_access_link dd{
    color: #666;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
}
.show_main_container .show_registerform form .field-msg {
  position: absolute;
  min-width: 345px;
  font-size: 10px;
  text-align: left;
  height: 13px;
}
.show_registerform .field-error {
	position: relative;
}
.show_country_container .field-msg {
  bottom: -18px;
}
.za-newsletter-container .field-msg {
  bottom: -12px;
}
.show_main_container .show_registerform .show_signup-container .field-msg {
  bottom: 64px;
  height: auto;
  top: inherit;
}
.show_registerform .field-msg:after {
  content: "";
  display: table;
  clear: both;
}
.show_registerform .za-tos-container .field-msg {
  bottom: -15px;
}
.show_registerform .show_signup_form .field-msg .error {
  color: #e84240;
  font-weight: 300;
  text-align: left;
  float: left;
}
.show_registerform form .field-msg:first-child {
  top: -20px;
  text-align: center;
  position: absolute;
  font-size: 14px;
}
.show_registerform .show_signup_form .field-msg .error a {
  text-decoration: underline;
}
.za-email-suggestion {
    color: #2196F3;
    font-size: 11px;
}
.show_resend_code p {
  font-size: 11px;
  color: #4c4c4c;
  margin: 15px 0;
  line-height: 18px;
}
.show_registerform .show_resend_code input[type="text"] {
  height: 35px;
}
.za-resendbtn .za-verification-mesg {
  width: 140px;
  text-decoration: underline;
  margin: 26px 0 15px;
  color: #616161;
  font-size: 11px;
  cursor: pointer;
}
.za-resendbtn .show_signup_button {
  width: 80px;
}

/*** Confirm popup styles ***/
.za-confirm {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 1001;
    display: none;
}
.za-confirm-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 40px 40px;
    border-radius: 5px;
    color: #222;
    font-size: 13px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.za-confirm-wrapper {
  position: relative;
}
.za-confirm-container .za-img-section {
    width: 280px;
}
.za-confirm-container .za-content-section {
    width: 320px;
    margin: 20px 0;
}
.za-img-section h1 {
  margin: 0;
  font-weight: 400;
}
.za-content-section h2 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 400;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.za-confirm-expire {
  font-style: italic;
}
.za-img-section .za-confirm-img {
  height: 195px;
  width: 345px;
  margin-top: 25px;
  background: url(images/confirmaccount.svg);
  background-repeat: no-repeat;
  position: relative;
}
.za-confirm-cornerimg {
  position: absolute;
  left: 2px;
  top: 1px;
  height: 210px;
  width: 365px;
  z-index: -1;
  background: url(images/confirmmail-cornorimg.svg);
  background-repeat: no-repeat;
}
.za-confirm-bottomimg {
  position: absolute;
  right: -19px;
  bottom: 1px;
  height: 74px;
  width: 130px;
  z-index: -1;
  background: url(images/confirmmail-bottomimg.svg);
  background-repeat: no-repeat;
}
.za-confirm-userwrapper {
  background: #ffff;
  box-shadow: 0 3px 5px 4px #f5f5f5;
  padding: 12px 14px;
  position: absolute;
  left: 80px;
  top: 10px;
  border: 1px solid #ededed;
  border-radius: 3px;
  box-sizing: border-box;
}
.za-confirm-userprofile {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  margin-right: 10px;
  background: url(images/confirm-user.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.za-confirm-userwrapper h3, .za-confirm-userwrapper p {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.za-confirm-container .za-confirm-userwrapper h3 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.za-confirm-container .za-confirm-userwrapper p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.za-confirm-mailicon {
  height: 19px;
  width: 19px;
  margin-right: 10px;
  background: url(images/confirm-mail-icon.svg);
  background-repeat: no-repeat;
  margin: 13px 8px 0 0;
}
.zs-confirm-phoneicon {
  background: url(images/confirm-mobile.svg);
}
.za-confirm-container .za-mobilecontent-sec {
  margin-top: 50px;
}
.signupbtn {
    background-color: #da4644;
    border: 1px solid #da4644;
    font-size: 12px;
    padding: 9px 30px;
    margin-top: 20px;
    color: #fff;
    border-radius: 1px;
    cursor: pointer;
}
.za-confirm-container li {
	margin-bottom: 12px;
	list-style-type: disc;
    color: #555;
}
.za-confirm-container p {
    margin: 10px 0 5px;
    font-size: 14px;
    line-height: 1.5;
}
.ui-show-loader {
    background: none;
    position: absolute;
    z-index: 9;
    left: 10%;
    top: 47%;
    margin: 0 0 0 -7px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 3px solid #f5f5f5;
    border-top-color: #f3533f;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: none;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*** FAILED ATTEMPT DIALOG STYLE ***/
.za-failed-dialog {
  width: 540px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -50px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
.za-failedattempt-img {
  width: 160px;
  height: 165px;
  background: url(images/signin-failed-attempt.svg) no-repeat;
  box-sizing: border-box;
  margin-top: 10px;
  border-right: 1px solid #f5f5f5;
}
.za-failedattempt-content {
  width: 340px;
  padding: 25px 0 25px 40px;
  box-sizing: border-box;
}
.za-failedattempt-content h2 {
  font-weight: 400;
  font-size: 20px;
}
.za-failedattempt-content p {
  line-height: 18px;
  color: #777777;
}
.zs-countrycode-wrapper {
  position: absolute;
  padding: 2px 18px 2px 10px;
  border-right: 1px solid #f4f4f4;
  margin: 9px 0;
  width: 25px;
}
.show_country_container .za-country-code {
  margin: 0;
  padding: 0 10px 0 0;
  text-align-last: left;
  opacity: 0;
  width: 40px;
}
.zs-countrycode-wrapper::after {
  border-top: 4px solid #cbcbcb;
  bottom: 6px;
  right: 5px;
}
.zs-countrycode-wrapper {
  display: none;
}
.show_registerform dd.show-mobilecode .zs-countrycode-wrapper {
  display: block;
}
.show_registerform dd.show-mobilecode input[type="text"] {
  padding: 7px 10px 5px 60px;
}
.zs-countrycode-value {
  position: absolute;
  top: 4px;
}
.zs-countrycode-value div {
  font-size: 12px;
  color: #434343;
}
