html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}

#canvasZone {
    width: 100%;
    height: 100%;
    touch-action: none;
}

/* The Modal (background)*/
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content*/
.modal-dialog {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    height: 60%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fade-in 0.5s;
    opacity: 0.9;
}

.gridList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 100%;
    height: 100%;
}

.gridList > .videoElem {
    border-radius: 5px;
    background-color: white;
    padding: 1em;
    cursor: pointer;
    height: 120px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gridList > .videoElem > img {
    width: 90px;
    height: 60px;
}

.gridList > .videoElem > p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: black;
}


.gridList > .songElem {
    border: 2px solid aqua;
    border-radius: 5px;
    background-color: white;
    padding: 1em;
    cursor: pointer;
    height: 90px;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gridList > .songElem > img {
    width: 40px;
    height: 40px;
}

.gridList > .songElem > p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: black;
}



.modal-dialog.did-fade-in {
    display: flex;
    animation: fade-out 0.5s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

@keyframes fade-out {
    from {
        opacity: 0.9;
    }
    to {
        opacity: 0;
    }
}

.btn-default {
    position: relative;
    top: 6px;
    margin-left: 10px;
}

.btn-default img {
    width: 24px;
}

.form-group {
    display:table;
    white-space:nowrap;
    width: 100%;
}

.form-control {
    margin:0px;
    min-width:160px;
    width:65%;
    padding: 7px;
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: 0px;
    display: flex;
    left: 50%;
}

#MyLoadingScreenContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: black;
	display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

#MyLoadingScreenVideo {
    height: 60%;
    margin-bottom: 15px;
}

.progressBarContainer {
    position: relative;
    /*top: 40%;
    left: 32%;
	top: 40%;
    left: 40%;
	*/
    height: 186px;
    width: 400px;
    background-color: #0b2e13;
    opacity: 90%;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.68);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.68);
}

#progressContainerTitle {
    position: relative;
    left: 0%;
    font-size: 20px;
    top: 3%;
    color: white;
    width: 100%;
    text-align: center;
    text-shadow: 4px 4px 4px black;
}

.progress {
    background-color: #c9c9c9;
    height: 15%;
    width: 80%;
    margin: 25px;
    position: relative;
    left: 3%;
    top: 3%;
}

.progress:before {
    content: attr(data-label);
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    left: 47%;
    top: 21%;
}


.progress .value {
    background-color: #7cc4ff;
    display: inline-block;
    height: 100%;
}

.progress-data-label span {
    text-align: center
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.idx_call_control_container {
    border-radius: 25px;
    height: 50%;
    width: 10%;
    position: absolute;
    top: 20%;
    right: 0%;
    background: black;
    opacity: 0.6;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*z-index: 100;*/
}

.idx_call_controll_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
    cursor: pointer;
}

.idx_call_controll_btn img {
    display: block;
    height: 35px;
    width: 35px;
}

#audioVolumeInput_img {
    height: 30px;
    width: 30px;
}

/* Tooltip text */
.idx_call_controll_btn span {
    color: white;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}


.slidecontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 15px;
}

#sliderValueSoundTextBox {
    background-color: transparent;
    color: white;
    padding: 0px;
    border: none;
    margin: 5px 0px 10px;
    font-size: 12px;
}

.slidecontainer input {
    width: 80px;
}

.idx_login_container {
    width: 410px;
    height: 410px;
    margin: -100px 0 0 -150px;
    background-color: white;
    opacity: 90%;
    z-index: 2;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.68);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.68);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30%;
    left: 45%;
}

.idx_login_container_header {
    display: flex;
    height: 50px;
    top: 0;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    background-color: black;
    color: white;
    align-items: center;
}

.idx_login_container_header span {
    margin-left: 5px;
}


.idx_login_container_content {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 25px;
}

.inputTextfield {
    min-width: 192px;
}

input[type=submit] {
    /*max-width: 60px;*/
}

#video {
    height: 100px;
    border: black solid 1px;
    margin: 0px 0px 15px 0px;
    align-self: center;
}

select {
    max-width: 200px;
    height: 21px;
    width: 200px;
}

input[type=checkbox] {
    height: 16px;
    width: 23px;
    position: relative;
    top: 3px;
}

div.select {
    display: inline-block;
    margin: 0 0 1em 0;
    width: 100%;
}

p.small {
    font-size: 0.7em;
}

label {
    display: inline-block;
    margin-left: 25px;
    width: 35%;
}

.buttonsDiv {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.buttonsDiv input {
    margin: 15px;
}

#errorMsg {
    color: red;
    visibility: hidden;
    display: flex;
    align-self: center;
    margin: 10px;
    text-align: center;
}
