.selectedBullet {
    background-image: url("bullet_selected.png") !important;
}

.bullet {
    width: 6px;
    height: 5px;
    background: url("bullet.png");
    float: left;
}

.bulletOverlay {
    background-color: rgba(0,0,0,0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 20px;
    height: 5px;
    padding: 5px;
    position: absolute;
}

.overlayLeft {
    position: absolute;
    width: 30px;
    left: 20px;
    height: 30px;
    background: url("arrowleft.png");
    display: none;
}

.overlayRight {
    position: absolute;
    width: 30px;
    right: 20px;
    height: 30px;
    background: url("arrowright.png");
    display: none;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather/Merriweather-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lobster Two';
    src: url('Lobster_Two/LobsterTwo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* roboto */
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto/roboto-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto/roboto-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto/roboto-cyrillic-ext.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto/roboto-cyrillic.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* this class will be injected at runtime with correct animation time */
/*
.fadeOut {
    -webkit-animation: fadein 1s;
    animation: fadeout 1s;
    opacity: 0;
}*/

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.layer-panel-content > * {
    position: absolute;
    padding: inherit; /* since absolute position will not respect parent padding, we want to copy it */
    box-sizing: border-box;
    left: 0;
    top: 0;
    z-index: 10;
}

.layer-style-title .layer-panel-title {
    z-index: 10;
}

.layer-style-padding .layer-panel-content {
    z-index: 5;
}

/* inactivity, and welcome popup css */

.inactivity-popup, .share-start-popup, .share-standby-popup {
    position: absolute;
    z-index: 999999999;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    line-height: 1.4;
    top: 0;
    right: 0;
}

.share-start-popup {
    background-color: rgba(255,255,255, 1);
}

.share-standby-popup {
    background-color: #20202F;
    color: #fff;
    z-index: 99999999;
}

.inactive-image, .share-startup-image, .notfound-image, .share-standby-image {
    background: url(/server/sharedScreen/ill-refresh.svg);
    box-shadow: 0 0 black;
    width: 400px;
    height: 400px;
    max-height: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.share-startup-image {
    background-image: url(/server/sharedScreen/ill-welcome.svg);
}

.notfound-image {
    background-image: url(/server/sharedScreen/ill-404.svg);
}

.renew-image {
    background-image: url(/server/sharedScreen/renewlicense.svg);
}

.share-standby-image {
    background-image: url(/server/sharedScreen/ill-empty.svg);
    height: 200px;
}

.welcome-message {
    max-width: 700px;
    padding: 0 20px;
}

    .welcome-message span {
        font-weight: bold;
    }

.do-not-share {
    text-align: center;
    color: #7971FE;
    font-size: 10px;
    font-family: Arial;
}

.come-back-later {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
}

.keep-playing-button, .start-playing-button {
    background: #000000;
    border-radius: 4px;
    display: inline-block;
    /* width: 200px; */
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

    .keep-playing-button:hover {
        background: rgb(128, 128, 128);
    }


.smartsign-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    z-index: 9999999999;
}

.smartsign-logo-footer {
    position: absolute;
    left: 10px;
}

    .smartsign-logo-footer img {
        max-width: 130px;
        width: auto;
    }

.smartsign-links-footer {
    float: right;
    padding-right: 10px;
}

    .smartsign-links-footer a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        text-decoration-line: underline;
        color: #000000;
        font-family: Arial;
    }

html.share-body-screen {
    height: 100%;
}

.share-body-screen body {
    background: #E5E5E5;
    background-image: url('/server/sharedscreen/assets/images/share_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    position: relative;
    /* justify-content: space-between; */
}

.share-body-screen #screen {
    overflow: hidden;
    background-color: #000;
    box-shadow: 4px 4px 30px rgba(1, 1, 1, 0.5);
}

@media only screen and (max-height: 768px) {

    .inactive-image, .share-startup-image {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-height: 768px) {

    .inactive-image {
        width: 120px;
        height: 120px;
    }
}

.view-screen-button {
    background: #000000;
    border-radius: 4px;
    display: inline-block;
    width: 242px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

    .view-screen-button[disabled] {
        opacity: 0.2;
        pointer-events: none;
    }

.pwd-input {
    position: relative;
    margin-top: 20px;
}

    .pwd-input label {
        position: absolute;
        left: 10px;
        top: -10px;
        z-index: 1;
        padding: 2px;
        font-style: normal;
        font-size: 12px;
        letter-spacing: 0.4px;
    }

        .pwd-input label:after {
            content: " ";
            background-color: #fff;
            width: 100%;
            height: 13px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
        }

.password-input {
    border-color: #000000;
    width: 320px;
    height: 49px;
    border-radius: 5px;
    padding-left: 10px;
}

.text-assistive {
    font-size: 12px;
    line-height: 16px;
    /* or 133% */
    letter-spacing: 0.4px;
    color: #000000;
    padding-top: 5px;
}

.text-assistive-error {
    font-size: 12px;
    line-height: 16px;
    /* or 133% */
    letter-spacing: 0.4px;
    color: #B00020;
    padding-top: 5px;
}

/* share navigation */
.share-navigation .nav-dot {
    background-image: url('/server/sharedScreen/nav-circle.svg');
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    /* cursor: pointer; */
}

    .share-navigation .nav-dot.active {
        background-image: url('/server/sharedScreen/nav-circle-current.svg');
    }

.share-navigation .nav-left, .share-navigation .nav-right {
    background-image: url('/server/sharedScreen/nav-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
}

.share-navigation .nav-left {
    transform: scaleX(-1);
    margin-right: 10px;
}

    .share-navigation .nav-left:hover, .share-navigation .nav-right:hover {
        opacity: 0.75;
    }

.share-navigation {
    display: inline-flex;
    margin-top: 9px;
}

    .share-navigation .nav-number {
        font-family: 'Roboto', Arial;
        font-weight: 400;
        font-size: 18px;
        vertical-align: middle;
        line-height: 32px;
    }


.share-top-bar {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
}

    .share-top-bar .screen-name {
        position: absolute;
        padding: 15px;
        right: 0px;
        font-family: 'Roboto', Arial;
        font-weight: 400;
        font-size: 18px;
    }

    .share-top-bar .back-bottom {
        position: absolute;
        margin: 16px;
        font-family: 'Roboto', Arial;
        font-weight: 400;
        font-size: 16px;
        border: 1px solid #4c4b4b;
        padding: 6px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    .share-top-bar .share-back-icon {
        background-image: url('/server/sharedScreen/all-screens.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 25px;
        width: 25px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@media only screen and (max-width: 500px) {
    .smartsign-links-footer, .smartsign-logo-footer {
        display: none;
    }
}

@media only screen and (max-height: 430px) {
    .inactive-image, .share-startup-image {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-height: 380px) {
    .inactive-image, .share-startup-image {
        display: none;
    }
}


@media only screen and (max-width: 1024px) {
    .screen-name {
        display: none;
    }
}


#room-reg-screen.registration-screen {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #47A23F;
}

.room-regscreen-middle-box {
    display: table-cell;
    vertical-align: middle;
}

.room-regscreen-center-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.room-regscreen-code {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 132px;
    line-height: 132px;
    color: #FFFFFF;
    letter-spacing: 20px;
    padding: 96px 0px;
}

.room-regscreen-message {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.room-regscreen-link {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.18px;
    color: #FFFFFF;
    margin: 16px 0px;
}

.room-regscreen-img {
    background-image: url('/server/smil/smartsign-room-logo.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 56px;
    width: 177px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 500px) {
    div.room-regscreen-code {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: 4px;
    }

    p.room-regscreen-message {
        font-size: 12px;
        line-height: 20px;
    }

    p.room-regscreen-link {
        font-size: 16px;
        line-height: 20px;
    }
}

.registration-screen {
    animation: animationFrames linear 100s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 100s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: translate(0px,0px);    
    }

    40% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(30px,30px);
    }

    60% {
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@-webkit-keyframes animationFrames {
    0%{
        -webkit-transform: translate(0px,0px);
    }

    40% {
        -webkit-transform: translate(0px,0px);
    }

    50% {
        -webkit-transform: translate(30px,30px);
    }

    60% {
        -webkit-transform: translate(0px,0px);
    }

    100% {
        -webkit-transform: translate(0px,0px);
    }
}

.loading-screen {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}

.loading-message {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: 'Roboto', Arial;
}

.top {
    display: table-row;
    height: 100%;
}

.middle-table {
    display: table-cell;
    vertical-align: middle;
    /*border:#47A23F 10px solid;*/
    width: 100%;
    height: 100%;
}

.bottom-table {
    height: 30px;
    background-image: url('logo_waiting_screen.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.center-column {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lds-grid {
    display: block;
    width: 72px;
    height: 48px;
    margin: 10px auto;
    background-color: rgba(0,0,0,0.05);
}

    .lds-grid div {
        float: left;
        width: 24px;
        height: 24px;
        background: #9FD4A2;
        -webkit-animation: lds-grid 2.2s linear infinite;
        animation: lds-grid 2.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 0px;
            left: 0px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 0px;
            left: 24px;
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 0ox;
            left: 48px;
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 24px;
            left: 0px;
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 24px;
            left: 24px;
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 24px;
            left: 48px;
            -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
        }

@-webkit-keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


