#uploadButtonGhostContainer {
  width: 247px;
  height: 39px;
  top: -100px;
  left: 0;
  position: absolute;
  z-index: -1;
  cursor: pointer; }

#uploadSlidesButtonGhost,
#uploadPictureButtonGhost {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

.global-zeroclipboard-container {
  position: fixed !important;
  z-index: 9999 !important; }

.popupContainer, .popupContainer input {
  font-family: "PT Sans", sans-serif !important; }

.popupContainer {
  margin: 0 auto;
  /*min-height: 64px;*/
  display: none;
  z-index: 10;
  color: #878787;
  border: 1px #c0c3c2 solid;
  padding: 25px 30px;
  position: relative;
  /*height: 100%;*/ }

/*body[data-page-type="landing"] .popupContainer,
body[data-page-type="featured"] .popupContainer{
	box-shadow: 0 1px 10px 0 #ccc!important;
	-moz-box-shadow:	0 1px 10px 0 #ccc!important;
	-webkit-box-shadow: 0 1px 10px 0 #ccc!important;
}*/
.popupScrollableText {
  text-align: left;
  height: 500px;
  overflow: auto;
  border-top: 1px lightgray solid;
  border-bottom: 1px lightgray solid;
  -webkit-overflow-scrolling: touch; }

.popupContainer input,
.popupContainer textarea {
  font-size: inherit;
  border: 0;
  outline: none;
  color: #878787;
  resize: none;
  font-family: inherit !important; }

.popupContainer input {
  /*line-height: 39px;*/
  padding-top: 1px; }

.popupContainer textarea {
  padding: 13px 15px; }

.blueButton, .greenButton, .redButton, .orangeButton, .grayButton {
  display: inline-block;
  height: 39px;
  color: #fff;
  cursor: pointer;
  line-height: 41px;
  text-align: center;
  position: relative;
  padding: 0 25px;
  margin: 0 10px;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s; }

.blueButton[disabled],
.greenButton[disabled],
.redButton[disabled],
.orangeButton[disabled],
.grayButton[disabled] {
  background: #ccc !important;
  color: #fff !important;
  cursor: default !important; }

/*BLUE*/
.blueButton {
  background: #0179d6; }

.blueButton:hover,
.blueButton.hover {
  background: #0083e9; }

.blueButton:active,
.blueButton.active {
  background: #006cbf; }

/*RED*/
.redButton {
  background: #d60008; }

.redButton:hover,
.redButton.hover {
  background: #e80008; }

.redButton:active,
.redButton.active {
  background: #c00008; }

/*ORANGE*/
.orangeButton {
  background: #E86700; }

.orangeButton:hover,
.orangeButton.hover {
  background: #FA7800; }

.orangeButton:active,
.orangeButton.active {
  background: #D34E00; }

/*GREEN*/
.greenButton {
  background: #4faa00; }

.greenButton:hover,
.greenButton.hover {
  background: #54b500; }

.greenButton:active,
.greenButton.active {
  background: #418c00; }

/*GRAY*/
/*GREEN*/
.grayButton {
  background: #ccc; }

.grayButton:hover,
.grayButton.hover {
  background: #ddd; }

.grayButton:active,
.grayButton.active {
  background: #eee; }

.popup .inputGroup {
  border: 1px #ccc solid; }

.buttonFixSize {
  width: 100px !important;
  padding: 0 10px !important; }

.buttonLowPadding {
  padding: 0 10px !important; }

.noMargin {
  margin: 0 !important; }

.labelLeftArrow {
  height: 39px;
  width: 8px;
  background: url("../images/design/v2/upload_projector_button_icons.png") -90px -81px no-repeat; }

.labelRightArrow {
  height: 39px;
  width: 8px;
  background: url("../images/design/v2/upload_projector_button_icons.png") -110px -81px no-repeat; }

#signTogglerLabel,
#watchOtherQuestions,
#askQuestionLabel {
  margin: 14px 0 0 5px;
  cursor: pointer;
  font-size: 14px; }

#askQuestionBtn {
  margin-top: -12px; }

body[data-event-type="record"] #askQuestionBtn {
  display: none; }

#signOutBtn {
  margin: 13px 0 0 0; }

.buttonWithIco {
  padding: 0 45px 0 55px !important; }

.buttonWithIcoShort {
  padding: 0 25px 0 50px !important; }

.buttonIco {
  width: 40px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0; }

.buttonBody {
  float: left;
  height: 39px;
  padding: 0 30px; }

.popup .header {
  font-size: 30px;
  color: #ccc;
  height: 30px;
  line-height: 30px;
  margin-left: -2px; }

.popupBg {
  background: #f0f4f3; }

#fbSignIn {
  background: url("../images/design/v2/upload_projector_button_icons.png") -82px -41px no-repeat; }

#userUpload {
  background: url("../images/design/v2/upload_projector_button_icons.png") -1px -1px no-repeat; }

.blueButton:hover #userUpload {
  background: url("../images/design/v2/upload_projector_button_icons.png") -1px -41px no-repeat; }

.blueButton:active #userUpload {
  background: url("../images/design/v2/upload_projector_button_icons.png") -1px -81px no-repeat !important; }

.popupInputContainer,
.popupTextareaContainer {
  position: relative;
  border-bottom: 1px #ccc solid;
  background: #fff; }

.popupInputContainer:last-child,
.popupTextareaContainer:last-child {
  border-bottom: 0; }

.popupInputContainer {
  height: 39px; }

.popupInputContainer > .inputError,
.popupTextareaContainer > .inputError {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-left: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FF8500;
  display: none; }

.popupInputContainer > .inputError {
  line-height: 39px; }

.popupTextareaContainer {
  height: 120px; }

.popupTextareaContainer > .inputError {
  padding-top: 16px; }

.popupStroke {
  min-height: 39px; }

.popupInput {
  height: 100%;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  background: transparent; }

.popupInput.smartPadding {
  padding: 0 5px; }

.popupInput.smartPadding:first-child {
  padding: 0 5px 0 15px; }

.popupTextarea {
  height: 100%;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px; }

.inputWithIco {
  padding-right: 50px; }

.inputWithButton {
  padding: 0 95px 0 15px !important; }

.bottomShadow {
  border-bottom: 1px #dadada solid;
  -moz-box-shadow: 0px 1px 0px 0px #ccc;
  -webkit-box-shadow: 0px 1px 0px 0px #ccc;
  box-shadow: 0px 1px 0px 0px #ccc; }

/*body[data-page-type="widget"] .bottomShadow{
	-moz-box-shadow:	0px 1px 0px 0px #161616;
	-webkit-box-shadow: 0px 1px 0px 0px #161616;
	box-shadow:		 0px 1px 0px 0px #161616;
}*/
.popupInputIco {
  width: 39px;
  height: 39px;
  float: left;
  margin-left: -45px;
  position: relative;
  z-index: 2; }

.buttonInInput {
  right: -1px;
  top: -1px;
  height: 41px;
  position: absolute;
  z-index: 2;
  margin-right: 0 !important; }

.inputLabel {
  height: 39px;
  line-height: 41px;
  float: left;
  z-index: 2;
  margin-left: -162px;
  width: 150px;
  text-align: right; }

.popupLabel {
  color: #878787;
  cursor: default;
  word-wrap: break-word;
  overflow: auto;
  max-height: 200px; }

.popupLabel > .row {
  padding: 5px 0; }

.marginBottom {
  margin-bottom: 5px; }

.marginTop {
  margin-top: 10px; }

.marginTop15 {
  margin-top: 15px; }

.marginTop20 {
  margin-top: 20px; }

.marginTop25 {
  margin-top: 25px; }

.marginLeft50 {
  margin-left: 50px; }

.popupSmallLabel {
  color: #878787;
  cursor: default;
  font-size: 14px;
  line-height: 18px; }

.popupLabel.blueLabel {
  color: #017bd9 !important; }

.popupLabel.greenLabel {
  color: #4faa00 !important; }

.rememberMeCheckBox {
  width: 17px;
  height: 17px;
  margin: 10px 8px 0 0;
  background-color: #ffffff;
  border: 1px solid #ccc; }

.rememberMeCheckBox.checked {
  background-image: url("../images/design/v2/upload_projector_button_icons.png");
  background-position: -220px -133px;
  background-repeat: no-repeat; }

.popupLink {
  text-decoration: underline;
  cursor: pointer; }

.pressReleaseBtn {
  cursor: pointer;
  position: relative; }

.pressReleaseBtn.active {
  cursor: default !important;
  color: #878787 !important; }

.bottomArrow {
  width: 11px;
  height: 22px;
  position: absolute;
  right: -15px;
  top: 6px;
  background: url("../images/design/v2/landing_gray_sprite.jpg") -557px 0 no-repeat;
  display: none; }

.pressReleaseBtn.active .bottomArrow {
  display: block; }

.popupContent {
  height: 100%; }

.inputIcoUser {
  background: url("../images/design/v2/upload_projector_button_icons.png") -206px -1px no-repeat; }

.inputIcoMail {
  background: url("../images/design/v2/upload_projector_button_icons.png") -329px -1px no-repeat; }

.inputIcoPass {
  background: url("../images/design/v2/upload_projector_button_icons.png") -247px -1px no-repeat; }

.inputIcoPassRepeat {
  background: url("../images/design/v2/upload_projector_button_icons.png") -288px -1px no-repeat; }

.popupInputContainer.error .inputIcoUser {
  background-position: -206px -81px; }

.popupInputContainer.error .inputIcoMail {
  background-position: -329px -81px; }

.popupInputContainer.error .inputIcoPass {
  background-position: -247px -81px; }

.popupInputContainer.error .inputIcoPassRepeat {
  background-position: -288px -81px; }

.popupInputContainer.success .inputIcoUser {
  background-position: -206px -41px; }

.popupInputContainer.success .inputIcoMail {
  background-position: -329px -41px; }

.popupInputContainer.success .inputIcoPass {
  background-position: -247px -41px; }

.popupInputContainer.success .inputIcoPassRepeat {
  background-position: -288px -41px; }

.inputIco {
  float: right;
  margin: 0 0 0 -100% !important; }

.popupInputContainer.success .inputIco {
  background: url("../images/design/v2/upload_projector_button_icons.png") -367px -1px rgba(255, 255, 255, 0.5); }

.popupInputContainer.error .inputIco {
  background: url("../images/design/v2/upload_projector_button_icons.png") -800px -85px rgba(255, 255, 255, 0.5); }

.popupInputContainer.error {
  outline: 1px solid red;
}

.closePopupBtn {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../images/design/v2/upload_projector_button_icons.png") -384px -54px no-repeat;
  position: absolute;
  top: -23px;
  right: -23px; }

body[data-page-type="widget"] .closePopupBtn {
  background-position: -302px -55px;
  top: 23px;
  right: 23px; }

#signActionBtn .buttonBody {
  width: 60px; }

/*#fbShareBtn{
	width: 40px;
	height: 39px;
	margin-left: 5px!important;
	display: inline-block;
	background: url('../images/design/v2/upload_projector_button_icons.png') -124px -1px no-repeat;
	cursor: pointer;
}

#fbShareBtn:hover{
	background: url('../images/design/v2/upload_projector_button_icons.png') -124px -41px no-repeat;
}

#fbShareBtn:active{
	background: url('../images/design/v2/upload_projector_button_icons.png') -124px -81px no-repeat;
}*/
#fbShareBtn {
  width: 40px;
  height: 40px;
  margin-left: 12px !important;
  background: url("../images/design/v2/upload_projector_button_icons.png") -83px -40px no-repeat #0179d6;
  cursor: pointer;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s; }

#fbShareBtn:hover {
  background-color: #0083e9; }

#fbShareBtn:active {
  background-color: #006cbf; }

#twShareBtn {
  width: 40px;
  height: 40px;
  background: url("../images/design/v2/upload_projector_button_icons.png") -83px -2px no-repeat #00acee;
  cursor: pointer;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s; }

#twShareBtn:hover {
  background-color: #00b2f4; }

#twShareBtn:active {
  background-color: #00a1e3; }

.marginTopBig {
  margin-top: 30px; }

.marginTop40 {
  margin-top: 40px; }

.marginBottom20 {
  margin-bottom: 20px; }

.marginBottom10 {
  margin-bottom: 10px; }

.marginBottom15 {
  margin-bottom: 15px; }

.marginBottomBig {
  margin-bottom: 35px; }

.smallInput {
  width: 50px;
  height: 20px;
  text-align: center;
  margin: 9.5px 0; }

#embedSizesTable {
  border: 0;
  margin: 0 6px; }

#embedSizesTable, #embedSizesTable tr, #embedSizesTable td {
  vertical-align: middle; }

.embedPreview div {
  background: #ccc;
  cursor: pointer;
  margin: 0 6px; }

.embedPreview.selected div,
.embedPreview:hover div {
  background: #4faa00 !important; }

.embedPreview.big, .embedPreview.big div {
  width: 52px;
  height: 40px; }

.embedPreview.middle, .embedPreview.middle div {
  width: 39px;
  height: 31px; }

.embedPreview.small, .embedPreview.small div {
  width: 29px;
  height: 23px; }

.embedPreview.micro, .embedPreview.micro div {
  width: 20px;
  height: 16px; }

/* ====== FORM PARAMETERS ====== */
#sharingForm {
  max-width: 400px;
  max-height: 234px;
  padding: 25px 28px; }

#pressKitForm {
  width: 670px; }

#signForm {
  max-height: 290px;
  max-width: 334px; }

#dialogForm {
  padding: 25px 45px;
  max-width: 310px;
  height: auto; }

#contactUsForm {
  max-width: 300px;
  max-height: 190px; }

#pinAuthForm {
  max-height: 135px;
  max-width: 350px; }

#resetPassword {
  width: 400px; }

#resetInputsContainer {
  padding: 20px 20px 0 20px; }

#resetPassword {
  max-width: 330px;
  max-height: 155px; }

#eventPassword {
  max-width: 400px;
  max-height: 150px; }

#eventPasswordContainer {
  padding: 0 20px; }

#eventQuestionsForm {
  max-width: 460px;
  max-height: 384px; }

#eventAskQuestionForm {
  max-width: 318px;
  max-height: 218px; }

/*#eventFacebookFeedForm{
	width: 470px;
	height: 350px;
}*/
#eventInfoForm {
  max-width: 330px;
  max-height: 250px;
  height: auto;
  padding: 25px 40px; }

#eventPollForm {
  max-width: 270px;
  max-height: 270px; }

#partnersForm {
  padding: 25px 40px;
  max-width: 748px;
  max-height: 580px;
  background: #ffffff;
  border-left: 1px #dadada solid;
  border-right: 1px #dadada solid; }

#termsOfServiceForm {
  width: 670px; }

#shareLinkInputContainer {
  width: 260px;
  height: 39px;
  position: relative; }

#slideUpload {
  width: 500px;
  height: 150px;
  display: table-cell;
  padding: 25px 30px; }

#profileFollowers {
  max-width: 420px;
  max-height: 560px;
  min-height: 75px;
  height: auto;
  padding-right: 25px; }

#editProfilePicture {
  max-width: 420px;
  height: 250px; }

#editProfile {
  max-width: 570px;
  height: 563px; }

#editProfile #avatarArea {
  margin-top: 0; }

#editProfile .loadingContainer .loading {
  display: none; }

#editProfile .loadingContainer.loadingProcessed .loading {
  display: block; }

#notificationsForm {
  width: 300px; }

#eventCreatingDialog {
  width: 300px; }

#editEventPrivacySettings {
  height: 300px;
  max-width: 420px; }

/* ======================== */
#userAreaName {
  max-width: 318px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#popupOverlay.overlay {
  z-index: 9999;
  max-height: 100%; }

#systemOverlay.overlay {
  z-index: 8999; }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

/*body[data-page-type="widget"] .overlay,
body[data-page-type="projectorMode"] .overlay{
	background: rgba(0, 0, 0, 0.46)!important;
}*/
#systemOverlay {
  background: rgba(0, 0, 0, 0.46);
  position: absolute; }

/*body[data-page-type="featured"] .overlay,
body[data-page-type="landing"] .overlay{
	background: rgba(255, 255, 255, 0.8);
}*/
.overlay,
.overlay > tbody > tr,
.overlay > tbody > tr > td {
  vertical-align: middle; }

#pinNumber {
  font-size: 100px;
  color: #0179d6;
  height: 100px;
  line-height: 100px; }

.buttonLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent; }

#uploadProgressContainer {
  height: 41px;
  background: #fff;
  border: 1px #ccc solid;
  width: 100%;
  position: relative; }

#uploadProgressContainer > .progress {
  width: 0;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  background: #4faa00;
  overflow: hidden;
  z-index: 10;
  transition: width .5s;
}

#uploadProgressContainer > .progress > .inner {
  width: 398px;
  height: 39px;
  position: relative; }

#uploadProgressContainer .percentage {
  color: #878787;
  height: 39px;
  width: 99px;
  text-align: right;
  line-height: 41px;
  position: absolute;
  right: 20px;
  top: 0; }

#uploadProgressContainer > .percentage {
  color: #878787;
  z-index: 5; }

#uploadProgressContainer > div > div > .percentage {
  color: #fff; }

.overlayEventsLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*padding-bottom: 100%;*/ }

#landingVideo {
  height: 450px;
  width: 800px;
  position: fixed;
  top: 50%;
  margin-top: -225px;
  left: 50%;
  margin-left: -400px;
  z-index: 50;
  /*-moz-box-shadow: 0px 0px 23px 1px black;
  -webkit-box-shadow: 0px 0px 23px 1px black;
  box-shadow: 0px 0px 23px 1px black;*/
  display: none;
  padding: 0; }

#blockingOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.systemMessage {
  color: white;
  text-align: center;
  padding: 50px 0;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -60px; }

.systemMessage-penxy {
  font-size: 62px;
  position: relative; }

.systemMessage-eventLink {
  position: relative;
  font-size: 110px;
  top: 12px; }

.systemMessage-text {
  font-size: 24px; }

.pressKitBtn {
  width: 91px;
  height: 100px;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer !important; }

.pressKitBtn:hover .pressKitBtn-label {
  border-color: #62abe4; }

.pressKitBtn-ico {
  width: 73px;
  height: 73px;
  background: url("../images/design/v2/landing_gray_sprite.jpg") no-repeat; }

.pressKitBtn-ico[data-content="icons"] {
  background-position: -484px -63px; }

.pressKitBtn-ico[data-content="logos"] {
  background-position: -484px -136px; }

.pressKitBtn-ico[data-content="screenshots"] {
  background-position: -484px -209px; }

.pressKitBtn-label {
  text-align: center;
  cursor: inherit;
  border-bottom: 1px solid transparent;
  display: inline-block;
  height: 15px; }

.contactUsBtn {
  cursor: pointer !important;
  height: 25px;
  width: 225px;
  line-height: 23px;
  margin: 0 auto 20px auto; }

.contactUsBtn:hover .contactUsBtn-label {
  border-color: #62abe4; }

.contactUsBtn:active .contactUsBtn-label {
  border-color: #8f8f8f;
  color: #8f8f8f; }

.contactUsBtn-ico {
  width: 22px;
  height: 22px;
  background: url("../images/design/v2/upload_projector_button_icons.png") no-repeat; }

.contactUsBtn-ico[data-link="email"] {
  background-position: -134px -10px; }

.contactUsBtn-ico[data-link="facebook"] {
  background-position: -134px -52px; }

.contactUsBtn-label {
  font-size: 24px;
  cursor: inherit;
  border-bottom: 1px solid transparent;
  color: #017bd9;
  margin-left: 20px; }

.partnersIcoContainer {
  position: relative;
  height: 265px; }

.archievemntsIcoContainer {
  position: relative;
  height: 188px; }

.partnerIco {
  position: absolute;
  background: url("../images/design/v2/partners_sprite.jpg") no-repeat;
  cursor: pointer; }

.partnerIco[data-partner="parisoma"] {
  background-position: 0 -80px;
  width: 251px;
  height: 80px;
  top: 16px;
  left: 0; }

.partnerIco[data-partner="parisoma"]:hover {
  background-position: 0 0; }

.partnerIco[data-partner="rasia"] {
  background-position: -251px -69px;
  width: 250px;
  height: 69px;
  top: 21px;
  left: 310px; }

.partnerIco[data-partner="rasia"]:hover {
  background-position: -251px 0; }

.partnerIco[data-partner="microsoft"] {
  background-position: 0 -220px;
  width: 251px;
  height: 59px;
  top: 123px;
  left: 0; }

.partnerIco[data-partner="microsoft"]:hover {
  background-position: 0 -161px; }

.partnerIco[data-partner="skolkovo"] {
  background-position: -120px -476px;
  width: 119px;
  height: 86px;
  top: 13px;
  left: 629px; }

.partnerIco[data-partner="skolkovo"]:hover {
  background-position: 0 -476px; }

.partnerIco[data-partner="ruk"] {
  background-position: -251px -206px;
  width: 157px;
  height: 68px;
  top: 132px;
  left: 301px; }

.partnerIco[data-partner="ruk"]:hover {
  background-position: -251px -138px; }

.partnerIco[data-partner="moscow"] {
  background-position: -336px -274px;
  width: 85px;
  height: 125px;
  top: 110px;
  left: 506px; }

.partnerIco[data-partner="moscow"]:hover {
  background-position: -251px -274px; }

.partnerIco[data-partner="greenfield"] {
  background-position: -241px -605px;
  width: 256px;
  height: 32px;
  top: 219px;
  left: 0; }

.partnerIco[data-partner="greenfield"]:hover {
  background-position: -241px -572px; }

.partnerIco[data-partner="webready"] {
  background-position: -370px -399px;
  width: 131px;
  height: 99px;
  top: 25px;
  left: 0; }

.partnerIco[data-partner="webready"]:hover {
  background-position: -240px -399px; }

.partnerIco[data-partner="techtour"] {
  background-position: -119px -279px;
  width: 119px;
  height: 115px;
  top: 11px;
  left: 188px; }

.partnerIco[data-partner="techtour"]:hover {
  background-position: 0 -279px; }

.partnerIco[data-partner="russianinnovationweek"] {
  background-position: -341px -498px;
  width: 102px;
  height: 70px;
  top: 37px;
  left: 370px; }

.partnerIco[data-partner="russianinnovationweek"]:hover {
  background-position: -239px -498px; }

.partnerIco[data-partner="gmiccv"] {
  background-position: 0 -435px;
  width: 226px;
  height: 41px;
  top: 170px;
  left: 285px; }

.partnerIco[data-partner="gmiccv"]:hover {
  background-position: 0 -394px; }

.partnerIco[data-partner="hse13k"] {
  background-position: 0 -641px;
  width: 241px;
  height: 65px;
  top: 162px;
  left: 4px; }

.partnerIco[data-partner="hse13k"]:hover {
  background-position: 0 -572px; }

/*
#debugPanel{
	color: white!important;
	font-size: 14px;
	font-weight: bold;
	background-color: black;
	border: 1px white solid;
	z-index: 10000;
	position: absolute;
	top: 30%;
	left: 30%;
	padding: 0 10px 10px 10px;
	display: none;
}

#debugPanel button{
	width:100%;
}

#console{
	width:400px;
	height: 200px;
	border: 1px white solid;
	font-weight: normal;
	font-size: 11px;
	overflow: auto;
}*/
/* ====== checkboxes ====== */
.checkBoxContainer {
  height: 20px;
  padding: 5px 0; }

/*.checkBoxContainer:first-child{
	padding-top: 10px;
}
.checkBoxContainer:last-child{
	padding-bottom: 10px;
}*/
.checkBoxContainer input[type="checkbox"] {
  display: none; }

.checkBox {
  width: 23px;
  height: 23px;
  margin: -3px -3px 0 0;
  float: left;
  cursor: pointer; }

.checkBox.checked {
  background: url("../images/design/v2/upload_projector_button_icons.png") -379px -91px; }

.checkBox > .inner {
  width: 18px;
  height: 18px;
  background-color: white;
  border: 1px #ccc solid;
  margin-top: 3px;
  position: relative;
  z-index: -1; }

.checkBoxLabel {
  cursor: pointer;
  float: left;
  height: 20px;
  line-height: 23px;
  margin-left: 10px; }

/* ======================== */
/* ====== loading ===== */
.loading {
  width: 40px;
  height: 29px;
  position: absolute;
  margin: -15px 0 0 -20px;
  left: 50%;
  top: 50%;
  background-image: url("../images/design/v2/loading_sprite.png");
  -webkit-animation: play 2.4s steps(60) infinite;
  -moz-animation: play 2.4s steps(60) infinite;
  -ms-animation: play 2.4s steps(60) infinite;
  -o-animation: play 2.4s steps(60) infinite;
  animation: play 2.4s steps(60) infinite;
  z-index: 1000; }

.loading.small {
  width: 20px;
  height: 15px;
  margin: -8px 0 0 -10px;
  background-image: url("../images/design/v2/loading_sprite_small.png");
  -webkit-animation: play2 2.4s steps(60) infinite;
  -moz-animation: play2 2.4s steps(60) infinite;
  -ms-animation: play2 2.4s steps(60) infinite;
  -o-animation: play2 2.4s steps(60) infinite;
  animation: play2 2.4s steps(60) infinite; }

div.loadingProcessed > .loading {
  display: block !important; }

@-webkit-keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -2400px; } }
@-moz-keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -2400px; } }
@-ms-keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -2400px; } }
@-o-keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -2400px; } }
@keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -2400px; } }
@-webkit-keyframes play2 {
  from {
    background-position: 0px; }
  to {
    background-position: -1200px; } }
@-moz-keyframes play2 {
  from {
    background-position: 0px; }
  to {
    background-position: -1200px; } }
@-ms-keyframes play2 {
  from {
    background-position: 0px; }
  to {
    background-position: -1200px; } }
@-o-keyframes play2 {
  from {
    background-position: 0px; }
  to {
    background-position: -1200px; } }
@keyframes play2 {
  from {
    background-position: 0px; }
  to {
    background-position: -1200px; } }
/* ==================== */
#followersList {
  overflow-y: hidden;
  max-height: 515px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }

#followersList .list > .item {
  height: 70px;
  margin: 10px 0;
  width: 403px; }

#followersList .list > .item > .avatar {
  width: 64px;
  height: 64px;
  background: url("../images/design/v2/upload_projector_button_icons.png") -142px -160px;
  float: left;
  border: 3px #cacaca solid; }

#followersList .list > .item > .avatar.hasPhoto {
  background: #000; }

#followersList .list > .item > .avatar > img {
  width: 100%;
  height: 100%; }

#followersList .list > .item > .avatar:not(.hasPhoto) > img {
  display: none; }

#followersList .list > .item > .name {
  float: left;
  color: #6f6f6f;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  margin-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px; }

#followersList .list > .item > div[data-role="followingUser"] {
  margin: 15px 0 !important; }

.wall {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  color: #616161;
  background: rgba(24, 24, 24, 0.33);
  position: relative; }

#pinAuthWall.wall {
  background: #181818; }

#pinAuthWall #pinCode,
#pinAuthWall .lbl {
  font-size: 30pt;
  line-height: 30pt;
  text-align: center; }

#pinAuthWall #qrCode {
  width: 300px;
  height: 300px;
  background: white;
  padding: 15px;
  margin: 40px auto; }

#pinAuthWall > .inner {
  width: 360px;
  height: 470px;
  position: absolute;
  top: 50%;
  margin-top: -235px;
  left: 50%;
  margin-left: -180px; }

#pinAuthWall .description {
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  top: 164px;
  right: -275px; }

#systemMessage {
  display: none; }

#systemMessage > .inner {
  color: white;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  display: table-cell;
  vertical-align: middle; }

#systemMessage .bigText {
  font-size: 48pt;
  line-height: 48pt; }

#systemMessage .smallText {
  font-size: 20pt;
  line-height: 20pt; }

#systemMessage .smallestText {
  font-size: 12pt;
  line-height: 20pt; }

a.link-ico {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin: 15px 11px 15px 40px;
  font-weight: bold;
  font-size: 17px; }

a.link-ico:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("../images/design/v2/upload_projector_button_icons.png");
  position: absolute;
  margin-left: -35px;
  margin-top: -2px; }

a.link-ico:hover {
  color: #90b6ff; }

a.link-ico[data-ico="chrome"]:before {
  background-position: -330px -210px; }

a.link-ico[data-ico="firefox"]:before {
  background-position: -360px -210px; }

a.link-ico[data-ico="opera"]:before {
  background-position: -390px -210px; }

/*# sourceMappingURL=blocks.dialogWindows.css.map */
