/**
 * Bounce animation
 */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }
    60% {
        -moz-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    60% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}



/**
 * All styles
 */
a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

html, body {
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url('/img/debut_dark.png');
    overflow-y: hidden;
}

body {
    margin: 0;
    padding: 0;
}

#container {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0px auto;
}
#container.inactive {
    z-index: 1045;
}

#card {
}

#local {
    position: absolute;
    width: 100%;
    text-align: center;
}

#remote {
    position: absolute;
    width: 100%;
    /*-webkit-transform: rotateY(180deg);*/
    /*-webkit-backface-visibility: hidden;*/
}

#mini {
    position: absolute;
    height: 100px;
    width: 30%;
    bottom: 37px;
    right: 4px;
    opacity: 1.0;
}

#mini video {
    max-height: 100px;
}

#dashboard-page #mini {
    bottom: 88px;
}

#localVideo {
    opacity: 0;
    /*-webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;*/
}

#remoteVideo {
    opacity: 0;
    /* -webkit-transition-property: opacity;
     -webkit-transition-duration: 2s;*/
}

#miniVideo {
    opacity: 0;
    /*-webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;*/
}

#footer {
    spacing: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 33px;*/
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    /*line-height: 28px;*/
    text-align: center;

}

#footer .panel {
    height: 33px;
    background-color: #3F3F3F;
}

#dashboard-page #footer {
    bottom: 56px;
}

#hangup {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    width: 128px;
    height: 24px;
    background-color: #808080;
    border-style: solid;
    border-color: #FFFFFF;
    margin: 2px;
}

#logo {
    display: block;
    top: 4;
    right: 4;
    position: absolute;
    float: right;
    opacity: 0.5;
}

#feedback {
    height: 104px;
    width: 300px;
    position: fixed;
    top: 36%;
    z-index: 1047;
    right: -176px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a, #feedback button {
    display: inline-block;
    position: relative;
    top: -5px;
    font-weight: bold;
    padding: 8px 16px;
    color: #fff;
}

#remote_container {
    height: 100%;
    padding-bottom: 38px;
}

#remote_container video {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

#chat_is_open, #conference_created {
    position: absolute;
    z-index: 1;
    display: none;
    margin: 10px;
}
.onetime-room #alerts {
    display: none !important;
}

#conference_created {
    top: 5px;
}

#allow_media {
    position: absolute;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    display:none;
    z-index:1048;
    top: 50px;
}

#allow_media td {
    padding-left: 20px;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 42px;
}

#allow_media td.arrow-container {
    text-align: right;
}

@-moz-document url-prefix() {
    #allow_media td.arrow-container {
        text-align: left !important;
    }
    #allow_media {
        top: 200px !important;
    }
}

#allow_media .arrows {
    font-size: 150px;
    line-height: 109px;
    padding-right: 124px;
    padding-bottom: 45px;
    text-align: left;
    padding-left: 70px;
    padding-top: 70px;
}

#loading_video, #app_loading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: 200;
    top: 150px;
}

.invalidField {
    border: 1px solid red;
}

.inviteWrapper {
    background-color: #EEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
}

.inviteWrapper h4 {
    margin: 0;
    font-size: 16px;
}

.inviteWrapper form {
    margin-top: 8px;
    margin-bottom: 0;
}

span.helpstep {
    left: -15px;
    top: -18px;
    position: relative;
    font-size: 18px;
    padding: 7px;
}

#help_steps_container {
    margin-top: 20px;
    margin-left: 0;
}

#help_steps_container .jumbotron {
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    min-height: 190px;
    margin-bottom: 30px;
    font-weight: 200;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
}

#help_steps_container .jumbotron p {
    font-size: 1.2em;
}

#help_steps_container .step-wrapper {
    position: absolute;
}

#help_steps_container p {
    text-indent: 15px;
}

#help_steps_container img {
    display: block;
    margin: auto;
    max-width: 100%;
}

#help_steps_container .badge {
    background-color: #468847;
}

#help_block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#help_block button.btn-info {
    background-color: #3c3c3c;
    background-image: -webkit-linear-gradient(top, #9e9e9e, #4c4c4c)
}

#help_bottom_block {
    position: absolute;
    bottom: -200px;
    right: 0;
    background-color: white;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
}

#help_bottom_block button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#help_bottom_block h5 {
    margin-bottom: 20px;
}

/**
 * Footer styles
 */
.footer_ad {
    position: absolute;
    bottom: -120px;
    width: 100%;
    z-index: 999;
    display: none;
}

.footer_ad a {
    color: green;
    font-weight: bold;
    text-decoration: underline;
}

/**
 * Conference controls
 */
.conference_controls {
    height: 38px;
}

.conference_controls a {
    display: inline-block;
    padding: 4px 10px;
    cursor: pointer;
}

.conference_controls a:hover {
    text-decoration: none;
    background-color: #272727;
}

.conference_controls .hangup {
    margin-left: 25px;
    color: red;
}

.conference_controls a.active {
    background-color: #272727;
}

.waiting_connection {
    line-height: 38px;
    padding-top: 3px;
    padding-bottom: 4px;
}

.waiting_connection p {
    margin: 0;
}

.waiting_connection button {
    position: relative;
    margin-left: 50px;
}

#addUserControl {
    background-image: url('/img/controls/user_add.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 13px 11px;
}

#enableChatButton {
    background-image: url('/img/controls/chat_icon2.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 10px 11px;
}

#muteCameraControl, #muteControl, #changeQuality, .conference_controls .hangup {
    width: 50px;
    height: 50px;
    position: relative;
    top: -17px;
}
#muteCameraControl.active, #muteControl.active {
    background-color: #ff1b19;
}
#muteCameraControl i, #muteControl i, #changeQuality i, .conference_controls .hangup i {
    color: white;
    font-size: 33px;
    position: relative;
    top: -2px;
}
#changeQuality span, .conference_controls .hangup span {
    transform: rotate(-45deg);
    top: -24px;
    left: 7px;
    display: inline-block;
    margin-left: 11px;
}
#changeQuality i {
    top: -9px;
}
#shareControl {
    background-image: url('/img/controls/share_screen.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 11px 11px;
}

#shareFile {
    background-image: url('/img/controls/share_file.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 12px 12px;
}

#fullscreenMode {
    background-image: url('/img/controls/fullscreen.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 11px 3px;
    background-size: 27px;
}

.endcall {
    background-image: url('/img/controls/phone.png');
    background-repeat: no-repeat;
    background-position: 9px 4px;
    width: 50px;
    height: 50px;
}
.conference_controls .hangup {
    background:none;
    margin-left: 10px;
}
.conference_controls .hangup span {
    transform: rotate(135deg);
    margin-left:0
}
.conference_controls .hangup span i {
    color: #ff1b19;
    font-size: 38px;
    position: relative;
    top: -3px;
}
.endcall {
    width: auto;
    padding-left: 33px;
    background-position-x: -1px;
    background-position-y: -5px;
    color: white;
    font-weight: normal;
    margin-left: 65px;
    cursor: pointer;
}

.endcall:hover {
    text-decoration: none;
    color: white;
}

#sharebox {
    display: none;
    position: absolute;
    top: 223px;
    width: 100%;
    text-align: center;
}

.room-toolbar #sharebox {
    margin-right: 15px;
    text-align: right;
    display: block;
    top: 5px;
    right: 0;
    width: 260px;
}

#dashboard-page #sharebox {
    position: relative;
    display: block;
    top: 12px;
    right: 5px;
}

#ratebox, #shareboxIntro {
    color: white;
    text-align: center;
    margin-top: 75px;
    position: relative;
    z-index: 1051;
    font-size: 16px;
    width: 100%;
    text-align: center;
    top: 0;
    position: absolute;
}

#ratebox .clickable {
    cursor: pointer;
}

#shareboxIntro {
    margin-top: 160px;
}

#ratebox, #shareboxIntro {
    display: none;;
}

#footer .panel {
    background-color: #3F3F3F;
    border: 0;
    margin-bottom: 0;
    padding: 0 !important;
}

#remote {
    height: 100%;
}

#remote_container.minimized {
    position: absolute;
    height: 100px;
    bottom: 37px;
    margin-right: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 50px;
    text-align: center;
    padding-bottom: 0;
}

#remote_container.minimized video {
    width: auto !important;
    margin: 0 10px;
    float: none;
}

#screen_sharing {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 196px;
    text-align:center;
    bottom: 144px;
}

#screen_sharing iframe, #my_shared_screen iframe {
    background-color: transparent;
    width: 100%;
    height: 500px;
    border: 0;
    overflow-y: hidden;
}

#screen_sharing video {
    height: 100%;
    max-width:100%;
}

#screen_sharing.on {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#my_shared_screen {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    display: none;
}

#my_shared_screen.on {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#my_shared_screen.on iframe {
    height: 100px;
}

.bottom-links {
    position: absolute;
    bottom: 8px;
    right: 12px;
    color: white;
    z-index: 1046;
}

.tooltip-inner {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.roompass.error {
    border: 1px solid red;
}

.terms-of-service p {
    margin: 10px;
}

.appointment-settings {
    display: none;
}

.appointment-settings input {
    height: 30px;
}

.appointment-summary {
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}

#scheduleAppointment, #cleanAppointment {
    cursor: pointer;
}

.appointment-settings .saving {
    display: none;
}

.appointment-summary .datetime {
    text-decoration: underline;
}

#schedule-appointment {
    position: relative;
    top: 4px;
    left: -2px;
    margin-right: 5px;
}

#welcome_help {
    display: none;
}

/* RTMP connection classes */
#selfvideo {
    width: 640px;
    height: 480px;
    margin: auto;
    position: fixed;
    left: 0;
}

#selfvideo.minimized {
    bottom: 38px;
    left: auto;
    right: 0px;
    width: 160px !important;
    height: 120px !important;
    text-align: right;
}

#selfvideo.minimized #localVideoStream {
    width: 160px;
    height: 120px;
}

#_conte_container .video_container {
    display: inline-block;
    width: 100%;
}

#remote_container {
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.conference_controls a.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#welcome_help.modal {
    z-index: 1046;
}

/* Language popup */
#languageSelector {
    color: white;
}

.language-menu {
    position: absolute;
    bottom: 33px;
    background-color: #3F3F3F;
    display: none;
    z-index: 10101;
}

.language-menu a {
    display: block;
    margin: 15px;
    clear: both;
    float: none;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 2px;
}

#languageSelector {
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 2px;
    cursor: pointer;
}

.language-menu a.english, #languageSelector.english {
    background-image: url('/img/flags/en.png');
}

.language-menu a.italian, #languageSelector.italian {
    background-image: url('/img/flags/it.png');
}

.language-menu a.spanish, #languageSelector.spanish {
    background-image: url('/img/flags/es.png');
}

.language-menu a.russian, #languageSelector.russian {
    background-image: url('/img/flags/ru.png');
}

.language-menu a.french, #languageSelector.french {
    background-image: url('/img/flags/fr.png');
}

.language-menu a.deutsch, #languageSelector.deutsch {
    background-image: url('/img/flags/de.png');
}

.language-menu a.dutch, #languageSelector.dutch {
    background-image: url('/img/flags/nl.png');
}

.language-menu a.chinese, #languageSelector.chinese {
    background-image: url('/img/flags/cn.png');
}

.language-menu a.portuguese, #languageSelector.portuguese {
    background-image: url('/img/flags/pt.png');
}

/*
 * Page styles
 */
.style-valentine {
    background-image: url('/img/backgrounds/valentine.png');
    background-repeat: repeat;
}

.style-easter {
    background-image: url('/img/styles/easter/background2.jpg');
    background-repeat: repeat;
}

.surprise-style, .surprise-style-off {
    z-index: 999;
    position: fixed;
    top: 65px;
    right: 10;
    cursor: pointer;
}

.surprise-style-off, .style-valentine .surprise-style, .style-easter .surprise-style {
    display: none;
}

.style-valentine .surprise-style-off, .style-easter .surprise-style-off {
    display: block;
}

#chat_box .messenger {
    bottom: 38px;
}

#appointment-start-time {
    width: 100px;
}

.bootstrap-timepicker span.form-control-feedback {
    top: -2px !important;
}

#alerts {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 120px;
}

#alerts .alert {
    padding: 10px 15px;
}

#alerts #chat_is_open a.btn, #alerts #chat_is_open button, #conference_created button {
    position: relative;
    top: -1px;
}

#alerts #chat_is_open a.btn {
    margin-right: 10px;
    margin-left: 5px;
}

.onetime-room .waiting_connection {
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 1px;
}

.onetime-room body {
    padding-top: 51px;
}

.onetime-room #alerts {
    top: 51px;
}

.onetime-room #sharebar {
    position: relative;
    top: 9px;
    right: 9px;
}

div.terms-of-service {
    max-height: 70%;
    overflow-y: scroll;
    font-size: 11px;
}

.modal-header {
    padding-top: 0;
}

.modal-header .close {
    margin-top: 0;
}

#selfie_loader {
    text-align: center;
}

#selfie_loader span {
    padding-left: 15px;
    position: relative;
    top: 1px;
}

#selfie_share .share-buttons {
    text-align: center;
    position: relative;
    top: -10px;
}

#make-selfie {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 25px;
    top: 60px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

#make-selfie img {
    width: 64px;
    height: 64px;
}

#make-selfie.selfie-contest {
    width: auto;
    right: -12px;
}

#make-selfie-control {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -122px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    text-align: center;
    padding: 20px 30px 0px;
    border-radius: 5px;
    color: white;
    cursor: pointer;//cursor:hand;
    font-size: 100%;
    z-index: 2;
}
#make-selfie-control img {
    width: 64px;
    height: 64px;
}
#make-selfie-control p {
    margin-top: 10px;
}

.adapter-popup .modal-header {
    border-bottom: 0;
}

.adapter-popup .modal-header button {
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.remove-contact {
    position: relative;
    top: 4px;
    display: none;
    color: #ccc;
    z-index: 10;
}

li.contact-item:hover .remove-contact {
    display: block;
}

#favoriteContacts li.contact-item:hover .remove-contact {
    display: none;
}

#current-user-profile {
    cursor: pointer;
}

#request_connection_type .modal-body div.row .option {
    text-align: center;
    padding:0
}

#request_connection_type .modal-body div.row .option i {
    font-size: 75px;
    display: block;
    background-color: #eaeaea;
    width: 100%;
    border-radius: 50%;
    padding: 15%;
    margin: auto;
    margin-bottom: 8px;
    color: gray;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
}

#request_connection_type .modal-body div.row .option i.fi-video {
    /*padding: 23px 15px 17px 22px;*/
}
#request_connection_type .modal-body div.row .option div {
    width:115px;
    margin:auto;
}

#request_connection_type .media-check-title {
    top: 33px;
    color: gray;
    font-size: 150%;
    left: 100px;
}
#request_connection_type .media-check {
    display: none;
    position: absolute;
}
#request_connection_type .media-check-elements {
    top: 90px;
    left: 100px;
}
#request_connection_type .media-check-elements div.active {
    font-weight: bold;
}
#request_connection_type .media-check-elements div.completed {
    color: green;
}

#request_connection_type .media-check-elements .workspace {
    left: 260px;
    width: 220px;
    height: 200px;
    position: absolute;
    top: -80px;
}
#request_connection_type .media-check-elements .workspace video {
    max-width: 200px;
    max-height: 200px;
}

#request_connection_type .option, #request_connection_type .option i, #request_connection_type .option div {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    top: 0;
    left: 0;
}

#request_connection_type .option.start-with-video.selected {
    left: -50%;
}

#request_connection_type .option.selected {
    width: 100px;
}
#request_connection_type .option.selected div {
    width: 58px !important;
}
#request_connection_type .option.selected i {
    border-radius: 27px !important;
    font-size: 40px !important;
}

#request_connection_type .modal-body div.row button {
    min-width: 135px;
    top: 0;
}

#request_connection_type .container-fluid {
    overflow: hidden;
}

#request_connection_type .modal-footer {
    text-align: left;
    padding: 10px 20px 8px !important;
}
#request_connection_type .modal-footer label {
    font-weight: normal;
}
#request_connection_type .media-loading {
    text-align: center;
    font-size: 130%;
    padding-top: 50px;
    padding-bottom: 78px;
    display: none;
}

#request_connection_type .media-loading img {
    margin-right: 5px;
    width: 32px;
}

#sound-result h3 {
    font-size: 16px;
}
#sound-result h4 {
    font-size: 100%;
    line-height: 140%;
}
#sound-result {
    padding-top:12px;
}
#top-nav .setup-room-password {
    padding-right: 10px;
    position: relative;
    display: none;
}

.setup-room-password a {
    cursor: pointer;
}

.setup-room-password a i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

#sharebutton-small-onetime {
    display: none;
}

#allow_media .mobile {
    display: none;
}

.waiting_connection .pan {
    padding-left: 15px;
    margin-right: 230px
}

.waiting_connection .label-short {
    display: none;
}

.waiting_connection .label {
    float: left;
    position: relative;
    font-size: 15px
}

.waiting_connection .buttons {
    text-align: center;
}

.invite-buttons {
    margin-top: 20px;
    text-align: center;
}
.invite-buttons.ontop {
    margin-top: 0;
}
#invite .introtext, #startit .introtext {
    display: block;
    -webkit-transition: all .5s ease-in-out;
}
#startit {
    bottom: 140px;
}
.btn.activated {
    background-color: #428bca;
    border-color: #357ebd;
}
.appointment-control {
    padding-left: 5px;
}

#cancelEmailSending {
    display: none;
}

#recipientMail {
    width: 353px
}

.setup-room-password.shownow {
    display: list-item;
}

@media all and (max-width: 640px) {
    #sharebutton-small-onetime {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        padding-right: 10px;
        top: 5px;
    }

    body.onetime-room #sharebar {
        position: fixed;
        display: none;
        top: 60px;
        right: 0;
        z-index: 1;
        text-align: right;
    }

    body.in-fullscreen-mode #remote_container {
        padding-left: 0 !important;
    }

    #help_bottom_block, #allow_media .desktop {
        display: none;
    }

    #welcome_help {
        right: 30px;
    }

    #allow_media .mobile {
        display: block;
        margin-top: 50px;
        margin-right: 30px;
    }

    #allow_media .mobile td {
        font-size: 150%;
        text-align: left;
        line-height: 150%;
    }

    #allow_media .mobile td .arrows {
        font-size: 300%;
    }

    .navbar {
        min-height: 30px;
    }

    .navbar a.navbar-brand {
        padding: 5px 5px 5px 20px;
        position: relative;
        top: 7px;
    }

    .navbar .navbar-header {
        float: left;
    }

    #top-nav {
        float: right;
    }

    .topbar-status {
        width: 95% !important;
    }

    .topbar-status-container {
        top: 70px !important;
    }

    .setup-room-password.shownow {
        display: inline-block;
        position: relative;
        top: 5px;
        left: 10px;
    }

    #top-nav li {
        display: inline-block
    }

    .navbar li.setup-room-password a {
        padding: 0;
    }

    .navbar li.setup-room-password a i {
        top: 0;
    }

    .preconference-popup {
        right: 30px !important;
        top: 65px;
        font-size: 85%;
    }

    .preconference-popup .link-to-the-room {
        font-size: 85%;
    }

    .preconference-popup .modal-header {
        font-size: 12px;
    }

    .bottom-links {
        bottom: 40px;
        display: none;
    }

    .waiting_connection div.pan {
        margin-right: 0;
        padding-left: 5px;
    }

    .waiting_connection .buttons .btn-info {
        display: none;
    }

    .waiting_connection .buttons .btn-success {
        margin-left: 0;
    }

    .waiting_connection .label-short, .waiting_connection .buttons {
        display: inline-block;
    }

    .waiting_connection .label-short {
        float: left;
        position: relative;
        top: 2px;
        padding-left: 5px;
    }

    .waiting_connection .label {
        display: none;
    }

    .invite-buttons a.btn {
        display: block;
        width: 80%;
        margin: auto;
    }

    .invite-buttons a.btn.tr {
        margin-top: 10px;
    }

    #invite .introtext, #startit .introtext {
        line-height: 150%;
    }

    #invite.expanded .introtext, #startit.expanded .introtext {
        display: none;
    }

    #invite.expanded .link-to-the-room, #startit.expanded .link-to-the-room {
        margin-top: 0 !important;
    }

    div.modal.expanded .appointment-settings .form-group.bootstrap-timepicker {
        width: auto;
        margin: 0 5px;
    }

    div.modal.expanded .appointment-settings .form-group.schedule-save {

    }

    div.modal.expanded .appointment-settings .form-group {
        display: inline-block;
    }

    div.modal.expanded .appointment-settings {
        text-align: center;
    }

    div.modal.expanded.tiny .appointment-control, div.modal.expanded.tiny .invite-buttons {
        display: none;
    }

    div.modal.expanded.tiny #cancelEmailSending {
        display: block;
        float: left;
    }

    div.modal.expanded.tiny #recipientMail {
        width: 100%;
        margin-bottom: 10px;
    }

    div.modal.expanded.tiny #invite_submit {
        float: right;
    }

    div.modal.expanded.tiny .inviteWrapper {
        padding-bottom: 30px;
    }

    #invite .modal-header, #startit .modal-header, #share_selfie .modal-header, #send_feedback .modal-header {
        padding-bottom: 5px;
    }

    #chat_box {
        z-index: 14;
        bottom: 0;
    }

    #chat_box div.messenger {
        top: 49px;
        left: 0;
        right: 0;
        width: 100%;
        bottom:0
    }

    #chat_box div.messenger-body {
        height: 100%;
        padding-bottom: 100px;
    }

    #chat_box div.messenger .chat_log {
        height: 100%;
    }

    #chat_box div.messenger .chat-footer {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    #shareControl {
        display: none;
    }

    #make-selfie {
        display: none !important;
    }

    #send_feedback .modal-header h3 {
        font-size: 130%;
    }
    #send_feedback .modal-dialog, #welcome_help .modal-dialog {
        width: 96% !important;
    }

    #help_steps_container .jumbotron {
        font-size: 12px;
        margin-right: 10px;
        width: 100% !important;
    }

    #welcome_help .modal-footer {
        display: none;
    }

    .one-time-login {
        margin-top: 0 !important;
    }

    #send_feedback {
        margin-bottom: 175px;
    }

    #startit {
        top: 65px;
        bottom: 175px;
        overflow: scroll;
    }

    a#invite-by-sms {
        margin-top: 10px;
    }

    #sendInvite {
        overflow: visible;
    }

    #startit #invite_submit, #startit #invite_sms_submit {
        float: inherit;
    }

    form#invite_form, form#sms_invite_form, #sendInvite form, #file-sharing-container, #photo-sharing-container {
        width: 100% !important;
    }
    #smsInviteForm {
        overflow: scroll !important;
    }
    #smsInviteForm div.email-submit {
        clear:both;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .surprise-style {
        display: none;
    }
}

#stwrapper {
    display: none;
}


.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
    font-size: 14px;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-multiemail {
    width: 100%;
    cursor: text;
    margin-bottom: 0px;
    width: 353px;
    display: inline-block;
}

.bootstrap-multiemail .tag {
    background-color: #e1e1e1;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    color: #363636;
    padding: 1px 5px;
    line-height: 27px;
}

.bootstrap-multiemail .tag.invalid {
    background-color: #eb1616;
    color: white;
}

#sendInvite .helptext {
    margin: 3px;
    font-size: 90%;
    font-style: italic;
}

/** File sharing **/
#file-sharing-container {
    z-index: 1;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    bottom: -100px;
    width: 525px;
}
#file-sharing-container div {
    background-color: #373a42;
    padding: 10px;
    margin: auto;
    display: inline-block;
    color: white;
    width: 100%;
}
#file-sharing-container div.close {
    cursor: pointer;
    padding-top: 0;
    width: auto;
}
#file-sharing-container input[type="file"] {
    position: fixed;
    top: -1000px;
}
#file-sharing-container p {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.ad_block {
    position:fixed;
    z-index:1055;
    bottom: 35px;
    width: 100%;
    text-align:center;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 1px;
}

/** Photo sharing **/
#sharePhoto {
    background-image: url('/img/controls/share_photo.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 11px 13px;
    background-size: 29px 23px;
}

#photo-sharing-container {
    z-index: 1;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    bottom: -100px;
    width: 585px;
}
#photo-sharing-container div {
    background-color: #373a42;
    padding: 10px;
    margin: auto;
    display: inline-block;
    color: white;
    width: 585px;
}
#photo-sharing-container div.close {
    cursor: pointer;
    padding-top: 0;
    width: auto;
}
#photo-sharing-container #photo-input-container {
    width: 100%;
}
#photo-sharing-container input[type="file"] {
    position: fixed;
    top: -1000px;
}
#photo-sharing-container p {
    font-size: 14px;
}

#photos-list {
    margin-top: 10px;
}

#show_photo_popup .close {
    margin-top: -15px;
    margin-right: -15px;
    position: relative;
}

.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

#photo-scene .photo_on_demonstration {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.carousel-control.left, .carousel-control.right {
    width: 20px;
    height: 165px;
    opacity: 0.8;
}
.carousel-control.left {
    margin-left: -45px;
}
.carousel-control.right {
    margin-right: -45px;
}

#show_photo_popup .col-md-12 {
    margin-bottom: 20px;
}
#photo-scene {
    text-align: center;
    padding-top: 20px;
    display: table-row;
}
#photos-list .img-responsive {
    cursor: pointer;
    max-height: 100px;
}
#photos-list {
    height: 130px;
    overflow: auto;
    white-space: nowrap;
}
#photos-list .item {
    margin: 0 20px;
    display: inline-block;

    padding: 5px; border: solid 1px #EFEFEF;
}
#photos-list .item.active {
    border: solid 1px #CCC; -moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999;
}

#show_photo_popup {
    padding-bottom: 180px;
    padding-top: 30px;
}

.list-wrapper {
    height: 130px;
    display: table-row;
}
#show_photo_popup .modal-body {
    height: 100%;
}
#show_photo_popup .photo-selector {
    height: 100%;
    width: 100%;
    display: table
}
.photos-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.photos-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#testMicCanvas {
    background-color: black;
    width:200px;
    height:20px;
    margin-top:30px;
    margin-bottom:15px;
}

.test-sound-button-yes {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor:pointer;
    margin-right: 5px;
}
.test-sound-button-no {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor:pointer;
}

.in-call .whitelabel-link span {
    display: none;
}

#quality_modes_list {
    display: none;
    position: absolute;
    bottom: 23px;
    padding: 0;
    background-color: #3F3F3F;
    color: white;
    list-style-type: none;
    font-weight: normal;
    text-align: left;
}

#quality_modes_list a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 10px;
    display: block;
}

#quality_modes_list a:hover, #quality_modes_list a.active {
    background-color: #272727;
}

#mini #canvasLoader {
    width: 40px;
    margin: auto;
    margin-top: 35px;
}
.noflashinstalled {
    margin-top: 150px;
    color:white;
}
.noflashinstalled a {
    text-decoration: underline;
}

.alert-error {
    background-color: #fcf8e3;
    color: #000;
}

/**
 * Controls sidebar
 */
.conference_controls.sidebar {
    height: auto;
    width: 40px;
    position: fixed;
    top: 90px;
    display: block;
    transition: left 0.3s ease;
}
#dashboard-page .conference_controls.sidebar {
    top: 115px;
}
.conference_controls.sidebar a {
    background-color: #2cc0d5;
    margin-bottom: 10px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-left: -95px;
    display: block;
    transition: margin-left 0.5s ease;
}
.conference_controls.sidebar.shown a {
    margin-left: 20px;
}
.conference_controls.sidebar.shown a#addUserControl {
    transition: margin-left 0.15s ease;
}
.conference_controls.sidebar.shown a#enableChatButton {
    transition: margin-left 0.15s ease 0.1s;
}
.conference_controls.sidebar.shown a#shareControl {
    transition: margin-left 0.15s ease 0.2s;
}
.conference_controls.sidebar.shown a#shareFile {
    transition: margin-left 0.15s ease 0.3s;
}
.conference_controls.sidebar.shown a#sharePhoto {
    transition: margin-left 0.15s ease 0.4s;
}
.conference_controls.sidebar.shown a#make-selfie {
    transition: margin-left 0.15s ease 0.5s;
}
.conference_controls.sidebar #make-selfie {
    position: static;
    display: block;
    width: 50px;
    height: 50px;
}
.conference_controls.sidebar #make-selfie i {
    position: relative;
    margin: 0;
    font-size: 33px;
    color: white;
    top: 4px;
    left: 1px;
}

/**
 * Premium popup
 */
#premium_features {
    display: none;
    opacity: 0.6;
    z-index:1055;
}
#premium-bubbles {
    display: none;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.premium-mode #premium_features, body.premium-mode #premium-bubbles {
    display: block;
}
body.premium-mode #container {
    z-index:1050;
}
body.premium-mode #addUserControl, body.premium-mode #enableChatButton, body.premium-mode #shareControl,
    body.premium-mode #make-selfie, body.premium-mode #muteControl, body.premium-mode #muteCameraControl, body.premium-mode .hangup,
    body.premium-mode #fullscreenMode {
    visibility: hidden;
}
body.premium-mode #changeQuality {
    display: inline-block !important;
}
body.premium-mode #footer .panel {
    background-color: transparent;
}
#premium-bubbles.shown div.hd {
    bottom: 10px;
}
#premium-bubbles .triangle-border {
    border:2px solid #ed7b3d;
}
.triangle-border.hd:before, .triangle-border.c2c:before, h2 .triangle-border:before {
    border-width: 16px 16px 0;
    bottom: -17px;
    left: 127px;
}
.triangle-border.hd:after, .triangle-border.c2c:after {
    left: 130px;
}
#premium-bubbles .triangle-border.left:before {
    top: 14px;
    bottom: auto;
    left: -26px;
    border-width: 11px 26px 11px 0;
}
.triangle-border.file, .triangle-border.photo {
    position: absolute;
    left: -300px
}
.triangle-border.file {
    top: 253px;
}
.triangle-border.photo {
    top: 315px;
}
#premium-bubbles.shown .photo, #premium-bubbles.shown .file {
    left: 77px;
}

#premium-bubbles .domain {
    text-align: center;
    margin-top: -100px;
}
#premium-bubbles .domain img {
    width: 345px;
    border-radius: 3px;
}
#premium-bubbles .triangle-border.url {
    width: 300px;
    margin: auto;
    margin-top: -150px;
}
#premium-bubbles .triangle-border.top:before {
    top: -16px;
    left: auto;
    right: 127px;
    border-width: 0 16px 15px;
}
#premium-bubbles .triangle-border.top:after {
    right: 130px;
}
#premium-bubbles .click2call {
    position: absolute;
    right: -150px;
    top: 235px;
}
#premium-bubbles .triangle-border.right.c2c {
    position: absolute;
    right: -300px;
    top: 211px;
}
#premium-bubbles .triangle-border.right:before {
    top: 14px;
    left: auto;
    right: -26px;
    border-width: 11px 0 11px 25px;
}
#premium-bubbles .triangle-border.right.noads {
    top: 350px;
    position: absolute;
    right: -200px;
}
#premium-bubbles h2 {
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    line-height: 150%;
}
#premium-bubbles h2 div {
    width: 440px;
    margin: auto;
}
#premium-bubbles .hd-container {
    width:300px;
    margin:auto;
}
#premium-bubbles .hd {
    position: absolute;
    bottom: -300px;
    width:300px;
}
#premium-bubbles .triangle-border.bottom.c2c {
    position: absolute;
    width: 250px;
    right:-200px;
    top: 144px;
}
#premium-bubbles .triangle-border.bottom.c2c:before {
    left: 98px;
}
#premium-bubbles .triangle-border.bottom.c2c:after {
    left: 100px;
}
#premium-bubbles .close, #show_photo_popup .close {
    position: absolute;
    right: 15px;
    top: 4px;
    color: white;
    opacity: 1;
    font-weight: 100;
    font-size: 40px;
}

#dashboard-page.premium-mode .sidebar.pushy, #dashboard-page.premium-mode .banner-container, #dashboard-page.premium-mode #calls_history {
    display: none;
}
body#dashboard-page.premium-mode #premium_features {
    opacity: 0.8;
}
body#dashboard-page.premium-mode .conference_controls.sidebar {
    top: 34px;
    left: 0;
}
body#dashboard-page .conference_controls.sidebar {
    left: 240px;
    transition: left 1s;
}
body#dashboard-page.compact .conference_controls.sidebar {
    left: 0;
    transition: left 0.5s;
}
/**
 * Premium animation
 */
/* Prepare UI */
body.premium-mode #shareFile, body.premium-mode #sharePhoto {
    margin-left: -100px;
    transition: none;
}
/* Main animation */
#premium-bubbles.shown h2 {
    transition: top 0.5s ease;
    top: 25%;
}
#premium-bubbles.shown .hd {
    bottom: 0px;
    transition: bottom 0.5s ease 0.5s;
}
body.premium-mode.shown #sharePhoto {
    margin-left: 20px;
    transition: margin-left 0.5s ease 0.5s !important;
}
#premium-bubbles.shown .photo {
    transition: left 0.5s ease 0.8s;
}
body.premium-mode.shown #shareFile {
    margin-left: 20px;
    transition: margin-left 0.5s ease 0.6s !important;
}
#premium-bubbles.shown .file {
    transition: left 0.5s ease 0.9s;
}
#premium-bubbles.shown .domain {
    margin-top: 10px;
    transition: margin-top 0.5s ease 0.9s;
}
#premium-bubbles.shown .url {
    margin-top: 25px !important;
    transition: margin-top 0.5s ease 1.2s;
}
#premium-bubbles.shown .click2call {
    right: 100px;
    transition: right 0.5s ease 1.2s;
}
#premium-bubbles.shown .triangle-border.bottom.c2c {
    right: 40px;
    transition: right 0.5s ease 1.5s;
}
#premium-bubbles.shown .triangle-border.right.noads {
    right: 70px;
    transition: right 0.5s ease 1.5s;
}
#limit_reached_popup .modal-header {
    border-bottom: 0;
}
h2 .triangle-border:before {
    left: 47px;
}
h2 .triangle-border:after {
    left: 49px;
}

.whitelabel-link .tooltip {
    display: none;
    width: 122px;
    right: -4px;
    bottom: 30px;
    position: absolute;
}
.in-call .whitelabel-link:hover .tooltip {
    display:block;
}
.whitelabel-link .tooltip-arrow {
    left: 90% !important;
}
.noclosenotify .ui-pnotify-closer {
    display: none;
}
#limit_reached_popup .close {
    margin-top: 9px;
}
#limit_reached_popup a {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed;
    text-decoration: none;
    cursor: pointer;
}
#limit_reached_popup a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}
#limit_reached_popup a, #limit_reached_popup button.btn-success {
    margin-right: 20px;
}
#limit_reached_popup button.btn-success {
    width: 200px;
}
#limit_reached_popup .buts {
    padding-top: 10px;
    text-align: center;
}
#limit_reached_popup .modal-header {
    height: 30px;
}
#limit_reached_popup .modal-body {
    padding-top: 0;
}

/* Invite email */
div.email-element {
    width: 100%;
    display: block;
    margin-top: 15px;
}
#sms_invite_form div.email-element span {
    float:left;
}
#sms_invite_form div.email-element .delete-phone {
    cursor: pointer;
    margin-top: 8px;
    margin-left: 5px;
    color: gray;
}
#sms_invite_form div.email-element .delete-phone:hover {
    color: #333;
}
div.email-element.first {
    margin-top: 0px;
    width: 100%;
}
div.email-element input.form-control {
    width: 100%;
    display: block;
}
div.email-element label {
    font-weight: normal;
    margin: 4px 10px;
    width: 100%;
    display: block;
}
div.email-element .added-recipient {
    max-width: 395px;
}
div.email-element .delete-email {
    float: right;
    margin-top: 9px;
    margin-right: 4px;
    color: gray;
    cursor: pointer;
}
div.email-element .delete-email:hover {
    color: #333;
}
#sms_invite_form h4, #invite_form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
div.email-submit {
    text-align: center;
    display: block;
    margin-top: 20px;
    width: 389px;
    padding: 0 !important;
}
div.email-submit a {
    float:left;
    display: inline-block;
}
div.email-submit input {
    float:right;
}
div.email-submit {
    padding: 6px 20px;
}
form#invite_form, form#sms_invite_form {
    width: 420px;
    margin: auto;
}
div.email-element span.phoneContainer {
    display: none;
}
#invite_form span.phoneContainer .intl-tel-input {
    margin-left: 9px;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.jumbotron h1.room-not-found {
    font-size:42px;
    font-weight:normal;
    text-align: center
}
.jumbotron h1.room-not-found big {
    font-weight: bold;
}
.one-time-login {
    margin-right: 20px;
    margin-top: 7px;
    background-color: transparent;
    border: 1px solid #99a1a6;
    color: #99a1a6;
    margin-left: 5px;
}
.one-time-login:hover, .one-time-login:active {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
#onetimelogin .second-block {
    padding-right: 25px;
}
#onetimelogin p {
    font-size: 1em;
}
#onetimeLogout {
    cursor: pointer;
}
.login-dropdown {
    margin-right: 19px;
    background-color: #383c45;
    border-color: #383c45;
    color: white;
}
.login-dropdown a:hover {
    text-decoration: underline !important;
    background:none !important;
}
.login-dropdown a {
    color: #adadad !important;
}
#sidebanner {
    position: absolute;
    left: -200px;
    top: 10px;
    width: 160px;
    height: 600px;
    transition: left 0.5s ease;
}
#sidebanner .hidecontainer {
    text-align: center;
}
#sidebanner iframe {
    width:160px;
    height:600px;
    border:0;
}
#sidebanner.bottombar {
    height: 90px;
    bottom: -200px;
    top: inherit;
    left:0;
    right: 0;
    text-align: center;
    width: auto;
}
#sidebanner.bottombar .sidebanner-adwrapper {
    width:728px;
    margin:auto;
}

#sidebanner.bottombar iframe {
    width:728px;
    height:90px;
}
#sidebanner.bottombar .hidecontainer {
    text-align: right;
}
.removeSideBanner {
    color:#99a1a6;
    text-decoration: underline;
    cursor: pointer;
}
body.sidebarbanner-visible #sidebanner {
    left: 0;
    z-index: 1;
}
body.sidebarbanner-visible #sidebanner.bottombar {
    bottom: 55px;
}
body.sidebarbanner-visible .conference_controls.sidebar.shown {
    left: 160px;
}
body.sidebarbanner-bottom #remote_container {
    padding-bottom: 138px;
    padding-top: 50px;
}
body.onetime-room #remote_container {
    padding-left: 80px;
}
#remove_ads_popup {
    z-index: 1051;
}
#remove_ads_popup p {
    font-size: 14px;
}
#remove_ads_popup .social-login a {
    cursor: pointer;
}
#remove_ads_popup a.perks {
    border-bottom: 1px dashed;
    cursor: pointer;
}
#remove_ads_popup a.perks:hover {
    text-decoration: none;
}
.bottomBannerLink {
    width: 970px;
    margin: auto;
    text-align: right;
}

.state-select-connection-type #remote {
    -webkit-filter: blur(10px);
}
body#dashboard-page.state-select-connection-type #remote, body#personal_room_visitor_view.state-select-connection-type #remote {
    -webkit-filter: none;
}

.preconference-popup {
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
    z-index:1;
}

.topbar-status img {
    margin-top: -4px;
    margin-right: 3px;
    width: 31px;
}
.topbar-status {
    width: 430px;
    text-align: center;
    margin: auto;
    color:white;
    font-size:100%;

    background-color: #3f3f3f;
    opacity: 0.9;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border-radius: 6px;
}
.topbar-status-container {
    display:none;
    position: absolute;
    top:100px;
    z-index: 1;
    left: 0;
    right: 0;
}
#close_invite {
    display: none;
}
.in-call #close_invite {
    display: block;
}
.in-call .conference_room_hass_been_created_full {
    display:none !important;
}
.in-call .conference_room_hass_been_created_short {
    display:block !important;
}
.in-call #cookie_alert {
    display: none !important;
}
#cookie_alert {
    padding-left: 15px;
    float: left;
    padding-top: 7px;
    font-weight: normal;
    display: none;
}
#cookie_alert .close_block {
    margin: 0 10px 0 5px;
}
#cookie_alert a {
    text-decoration: underline;
    cursor:pointer;
    color: white;
}
#allow_media_backdrop {
    display: none;
    z-index: 1047;
}
.navbar-fixed-top {
    z-index: 1046;
}


#vote_popup{
	display: none;
    width: 100%;
    position: absolute;
    top: 150px;
    text-align: center;
}

#vote_dialog{
    position: relative;
    width: 600px;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 6px;
}

#vote_header{
    width: 100%;
    line-height: 90px;
    text-align: center;
    font-size: 150%;
    font-weight: 500;
}

.answer{
    width: 80px;
    height: 80px;
    background-size: 100%;
    cursor: pointer;
    border-radius: 100px;
}

#no{
    margin-left: 190px;
    float: left;
    background-image: url('/img/no.png');
}

#yes{
    background-image: url('/img/yes.png');
    margin-left: 330px;
}

#vote_footer{
    width: 100%;
    height: 50px;
}

.btn.btn-info.btn-empty {
    display: block;
    background-color: transparent;
    margin: auto;
}
.btn.btn-info.btn-empty:focus {outline:0;}

.setup-room-password a {
    color: white;
}
.setup-room-password a:hover {
    background-color: transparent;
}
.setup-room-password a:focus {
    outline: 0;
}
nav.navbar button:focus {
    background-color: transparent;
    color: white;
}
nav.navbar a.navbar-brand, nav.navbar a.navbar-brand:focus, nav.navbar a.navbar-brand:hover {
    color: white;
}

/**
 * Moving banner to the top
 */
.banner-at-top .navbar a.navbar-brand {
    color: white;
}
.banner-at-top #app_loading {
    position: inherit;
    margin-top: 20px;
}
.banner-at-top #request_connection_type {
    top: 0;
}
.banner-at-top .topbar-status-container {
    top: 160px;
}
.banner-at-top .preconference-popup {
    top: 40px;
}

body.onetime-room {
    padding-bottom: 58px;
}
body.onetime-room.banner-at-top {
    padding-bottom: 152px;
}
body.onetime-room .navbar {
    margin-bottom: 5px;
}
/**
 * / Moving banner to the top
 */