﻿#sc-confirm {
    display: inline;
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    transform: scale(0);
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    border-radius: 0px;
    background: #000;
    height: auto;
    width: 360px !important;
    box-shadow: white 0px 0px 1px 1px;
}

#wrapper {
    -webkit-perspective: 0px;
    -webkit-perspective-origin: 10% 400px;
    perspective: 5900px;
    perspective-origin: 50% 300px;
    margin: 0 auto;
}

.companyLogo img {
    width: 75% !important;
}

#cube {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 96vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1s ease;
    transform-style: preserve-3d;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.face {
    position: absolute;
    height: 550px;
    width: 360px;
    min-height: 550px;
    padding: 1px;
    background-color: black;
    border: solid 1px #ccc;
}

#cube .one {
    /* translateZ is de helft van de breedte van de cubus */
    -webkit-transform: rotateX(90deg) translateZ(200px);
    transform: rotateX(90deg) translateZ(200px);
}

#cube .two {
    -webkit-transform: translateZ(180px);
    transform: translateZ(180px);
}

#cube .three {
    -webkit-transform: rotateY(90deg) translateZ(180px);
    transform: rotateY(90deg) translateZ(180px);
}

#cube .four {
    -webkit-transform: rotateY(180deg) translateZ(180px);
    transform: rotateY(180deg) translateZ(180px);
}

#cube .five {
    -webkit-transform: rotateY(-90deg) translateZ(180px);
    transform: rotateY(-90deg) translateZ(180px);
}

#cube .six {
    -webkit-transform: rotateX(-90deg) translateZ(180px) rotate(180deg);
    transform: rotateX(-90deg) translateZ(180px) rotate(180deg);
}

#LoginClick:hover {
    color: white !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: white;
}

.chat {
    position: fixed;
    right: 20px;
    bottom: 30px;
    /*border-radius: 50%;*/
    color: #efefef;
    z-index: 2;
}
.highlight {
    right: 29%!important;
    top: 11%!important;
}

.chat i {
    background: #a71c18;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: 5s;
}

.chat-window {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 50px;
    width: 350px;
    height: 500px;
    z-index: 2;
    border-radius: 10px;
}

@media screen and (max-width: 599px) {
    .sidebar .nav p {
        font-size: 17px !important;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    #sc-confirm {
        width: 300px !important;
    }

    div#sc-confirm.show {
        width: calc(100vw - 25px) !important;
    }

    .chat-window {
        width: 285px;
        height: 445px;
        bottom: 120px;
    }

    .chat {
        right: 5px;
        bottom: 50px;
        /*border-radius: 50%;*/
    }
    .highlight {
        left: 15%!important;
        top: 24%!important;
    }
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .highlight {
        right: 47% !important;
        top: 47% !important;
    }
    /* your css rules for ipad portrait */
}
@media screen and (max-width: 320px) {
    #sc-confirm {
        width: 300px !important;
    }

    div#sc-confirm.show {
        width: calc(100vw - 25px) !important;
    }

    .companyLogo img {
        width: 75% !important;
    }

    .HomeLogin {
        padding-top: 25px !important;
    }

    #cube {
        margin-top: 9%;
    }
}

#sc-confirm-input1 {
    pointer-events: none !important;
}

.mainpsw {
    display: flex;
}

    .mainpsw i {
        content: attr(data-symbol);
        font-family: Material-Design-Iconic-Font,Helvetica, Arial, Verdana, Tahoma, sans-serif;
        color: #3c3e3f;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: calc(100% - 20px);
        bottom: 0;
        right: 30px;
        /* padding-left: 13px; */
        /* padding-top: 5px; */
        cursor: pointer;
        margin-bottom: 1.1em;
    }
