.page-container {
    height: 100%;
    width: 100%;
    position: absolute;
    /* overflow-x: hidden;
    overflow-y: hidden; */
}

.controlarea {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.widget-ui {
    position: absolute;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
}

.speakers {

    z-index: 1;
    width: 250px;
    top: 100px;
    right: 5px;
}

.header {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
    height: 40px;
}
.header .title{
    float: left; 
}
.header .tools{
    float: right;
}
.header .tools div{
    padding: 2px;
    cursor: pointer;
}
.video {
    width: 133px;
    height: 100px;
    float: left;
    margin-right: 20px;
}


.vbutton {
    width: 30px;
    height: 30px;
    margin-top: 70px;
    padding: 6px 12px;
    text-align: center;
    float: left;
}

.vrows {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.usermedia {
    z-index: 2;
    width: 550px;
    top: 100px;
    left: 50px;
    min-height: 252px;
}

.presentation {
    z-index: 3;

    width: 600px;
    /* height: 600px; */
    border-color: #2196F3;
    /* width: -webkit-calc(100% - 900px);
    width: -moz-calc(100% - 090px);
    width: calc(100% - 900px); */
    top: 100px;
    left: 800px;
    min-height: 400px;
}
.presentation .btn-presentation-left{
    bottom: 0;
    left: 0;
    z-index: 999;
    position: absolute !important;
}
.presentation .btn-presentation-right{
    bottom: 0;
    right: 0;
    z-index: 999;
    position: absolute !important;
}
.presentation .btn-presentation-close{
    top: 40;
    right: 0;
    z-index: 999;
    position: absolute !important;
    cursor: pointer;
}
#presentationdiv {
    width: 100%;
    /* height: 100%; */
    ;
}
#moviediv {
    width: 100%;
}

#presentation_video{
    width: 100%;
}

#mousepointer {
    display: block;
    width: 1px;
    height: 1px;
    position: relative;
    z-index: 99;
    font-size: bold;
    color: red;
    top: 0px;
    left: 0px;
}

.singleusercam {
    float: left;
    width: 250px;
    height: 210px;
    margin-left: 150px;
}

.multiusercam {
    float: left;
    width: 250px;
    height: 210px;
    margin-left: 20px;
}

.mvideo {
    width: 250px;
    height: 187px;
    float: left;
    margin-right: 25px;
}
.chatearea{
    z-index: 4;
    top: 300px;
    left: 200px;
    min-height: 200px;
    max-height: 500px;
    overflow-y: none;
    width: 400px;
}
.main-sohbet {
    background-color: #fff;
    border-radius: 0 0px 15px 15px;
    margin: 0px auto 0;
    text-align: left;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    /*max-height:calc(100vh - 460px);*/
}

.sohbet {
    min-height: 50px;
    max-height: 250px;
    overflow-x: hidden;
    padding: 0 10px 10px 10px;
    width: 100%;
    overflow-y: auto;
    /*max-height:calc(100vh - 504px);*/
}

.panel-footer {
    padding: 0 15px;
}

.chat {
    list-style: none;
    margin: 10px;
    padding: 0;
    width: 98%;
}

    .chat li {
        padding: 3px 0 8px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

            .chat li.right .chat-body p {
                color: #c32222
            }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
            padding: 0;
        }

    .chat .chat-img img {
        width: 30px;
        height: 30px;
    }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.img-circle {
    border-radius: 50%;
    vertical-align: middle;
    text-align:center;
    border: 0;
}
.text-delete {
    color: #ff0000;
    font-size: 10px;
    cursor: pointer;
}
.footererea{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}

.footermenu{
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    text-align: center;
    background: transparent;
    vertical-align: baseline;
    margin-left: -165px;
}
.footermenu ul{
    background-image: none;
    background-color: rgba(51,51,51,0.8);
    height: 100%;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    background-size: auto 35px;
    white-space: nowrap;
    margin: 0;
    list-style: none;
}
.footermenu ul li{
    display: inline-block;
    position: relative;
    margin: 12px 10px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size:24px;
    background: transparent;
}
.footermenu .btn{
    font-size: 36px !important;
    position: initial  !important;
    
}
.footermenu .btn>.badge {
    position: absolute;
    font-size: 11px;
    font-weight: 300;
    top: -5px;
    padding: 3px 6px;
    color: #fff !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    right: -5px;
    background-color: #ed6b75 !important;
}
.footermenu [class*=" fa-"]{
    line-height: 36px !important;
}
.fp-icon .fp-twitter {
    display: none !important;
}

.fp-icon .fp-embed {
    display: none !important;
}

.flowplayer .fp-menu a {
    display: none !important;
}

@media (max-width:1030px) {
    .widget-ui {
        width: 100%;
        float: left;
        left: 0px;
        top: 0px;
        position: relative;
    }
    .page-container {
        position: relative;
    }
    .controlarea {
        position: relative;
    }
    .singleusercam {
        width: 50%;
        margin-left: 0px;
        padding: 5px;

    }
    .multiusercam {
        width: 50%;
        margin-left: 0px;
        padding: 5px;
    }
    .mvideo {
        margin-right: 0px;
        width: 100%;
    }
    #presentationdiv {
        width: 600px;
        margin: auto;
    }

    .footererea{
        display: none;
    }
}

@media (max-width:600px) {
    #presentationdiv {
        width: 100%;

    }
    .presentation {
        min-height: initial;
    }
}

.icon-spin {
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    text-decoration: none;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.43;
    color: #333;
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 15.4px;
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: sans-serif;
    text-size-adjust :100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.loading-screen {
    background-color: #19191a;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    /* transition: all 0.8s ease 0s; */
    width: 100%;
    z-index: 1011;
}

.preloader--center.preloader--lg {
    margin-left: -30px;
    margin-top: -30px;
}

.preloader--lg {
    font-size: 60px;
    /* height: 60px; */
}

.preloader--center {
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 50%;
}
/* .fa {
    display: inline-block;
    font: normal normal normal 14px/1 ;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.text-white {
    color: #fff;
}