
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

:root {
    --themeColor1: #004eb6;   /* CDE blue 1 - rgba(0, 78, 182, 0.8) */ /* #004eb6 */
    --themeColor2: #0057CC;   /* CDE blue 2 - rgba(0, 87, 204, 0.8) */
    --themeColor3: #006dfe;   /* CDE blue 3 - rgba(0, 109,254, 0.8) */
    --themeBg:     #ffffff;   /* background color */
    --themeInput:  #eceff1;   /* content-wrapper color */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,upload-box-chat
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
/*
    font: inherit;
    font-family : "Open Sans Condensed";
    font-feature-settings : normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 12px;
    font-stretch :  100%;
    font-style :normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END OF RESET CSS */

html {
    font-family: 'Open Sans Condensed';
    overflow: hidden;
}

.cls-version {
    font-size:10px;
    color: white;
}

.cls-version-divfooter {
    position: fixed; 
    bottom: 0px; 
    left:2px;
    z-index: 10000;
}

.participant-frame {
    /*z-index:-1000;*/
    border-radius: 1px;
}

.logo {
    display:none;
}
.wrap {
    width:100%;
}
.backstretch {
    width: 100% !important;
}
a {
    color: #0EC3F7;
    text-decoration: none;
    cursor:pointer;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
} 

#page-idle, #page-alow {
    height: 100%;
}

.picture {
    height: 65%;
}

/* STATUS, USER-NAME, USER-TIME */
.status {
    display: none;
    text-align:center;
    padding-top: 10vh;
    /*padding-bottom: 1vh;*/
}
.call-stat {
    color: #A3B5DD;
    text-transform: uppercase;
}
.status2 {
    text-align:center;
    margin-top: 4vh;
}
.call-stat2 {
    color: #A3B5DD;
    text-transform: uppercase;
}
/* END */
/* PAGE CALL */
#page-call {
    background: -webkit-linear-gradient(150deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(150deg, var(--themeColor1), var(--themeColor1) 50% var(--themeColor1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(150deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(150deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1)); /* Standard syntax */
    z-index: -100;
}
.user-time {
    display: none;
    text-align:center;
    padding-top: 2px;
}
.user-name {
    display: none;
    text-align:center;
}
.call-time {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    padding: 2px;
    border-radius: 15px;
}
.call-name {
    color: #fff;
    padding-bottom: 0px;
    letter-spacing: 1px;
}
.network-quality {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.network-quality-participant {
    color: #fff;
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
}
/* END PAGE CALL */
/* WEB CALL */
.web-call {
    display: block;
    /*height: 20vh;*/
    padding-top: 5vh;
}
.web-call-title {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    /*height: 30%;*/
}
.web-call-supports {    
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin: auto;
    /*height: 50%;*/
    padding-top: 5vh;
    padding-bottom: 5vh;
    max-width: 400px;
}
.web-call-free {
    color: #FFFFFF;
    text-align: center;
    /*height: 20%;*/
    letter-spacing: 1px;
    font-weight: 600;
}
.web-call-supports-browsers {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}
.microphone {
    background: url("../img/microphone.png") no-repeat center;
    background-size: 22vh;
    height: 30vh;
    margin-top: 2vh;
}
/* END WEB CALL */

/* FOOTERS */
footer.idle-footer, footer.allow-footer, footer.failed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(155deg, var(--themeColor1), var(--themeColor1) 70%, var(--themeColor1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(155deg, var(--themeColor1), var(--themeColor1) 70%, var(--themeColor1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(155deg, var(--themeColor1), var(--themeColor1) 70%, var(--themeColor1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(155deg, var(--themeColor1), var(--themeColor1) 70%, var(--themeColor1)); /* Standard syntax */
    height: 15%;
}
footer.call-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background: -webkit-linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50% var(--themeColor1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1)); /* Standard syntax */
    height: 15%;
    min-height: 40px;
}
footer.call-footer.always-visible {
    background: -webkit-linear-gradient(145deg, rgba(0, 78, 182, 0.8), rgba(0, 87, 204, 0.8) 50%, rgba(0, 109, 254, 0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(145deg, rgba(0, 78, 182, 0.8), rgba(0, 87, 204, 0.8) 50%, rgba(0, 109, 254, 0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(145deg, rgba(0, 78, 182, 0.8), rgba(0, 87, 204, 0.8) 50%, rgba(0, 109, 254, 0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(145deg, rgba(0, 78, 182, 0.8), rgba(0, 87, 204, 0.8) 50%, rgba(0, 109, 254, 0.8)); /* Standard syntax */
}
/* END FOOTERS */
/* NOTIFICATIONS */
.custom-alert-danger {
    background-color: #e74c3c;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    min-height: 28px;
}
.custom-alert-success {
    color: #fff;
    background-color: #00c853;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3vh;
    padding: 1.5vh;
}
.custom-alert-success p {
    padding: 0;
}
/* END NOTIFICATIONS */
/* CALL BUTTONS */
.end-call {
    border-radius: 50%;
    background-color: #ff3d00;
    border: 2px solid #ff3d00;
}
.end-call span, .button-call span {
    display: inline-block;
}
.button-call {
    border-radius: 50%;
    background-color: #0965D5;
    border: 1px solid #2773d8;
}
.end-call:hover, .end-call:active {
    background-color:#e53700;
    cursor:pointer;
}
.button-call:hover, .button-call:active {
    background-color:#005dda;
    cursor:pointer;
}

.buttons {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.buttons a {
    display:inline-block; 
    color:#fff;
    margin-right: 15px;
}
.buttons a.disabled {
    cursor: not-allowed;
    opacity: .65;
}
/* END CALL BUTTONS */
/* BUBBLE height: 90px; */
.bubble {
    width: 160px;
    
    padding: 0px;
    position: relative;
    
    background: #283136;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 210px;
    left: calc(107% / 2);
    z-index: 1;
    
}

.bubble-content {
    position: relative;
    z-index: 2;
}



.bubble iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 15px 0;
    border-color: #283136 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 65px;
}
/* END BUBBLE */
/* VOICE CHAT */
#call-picture {
    height: 100%;
}
.holder-chat-over .contentcolumn {
    margin: auto;
    padding: 0px;
    height: 58px;
    width: 72%;
    max-width: 800px;
    padding-right: 0px;
}
#holder-chat-over2 .contentcolumn {
    margin: auto;
    padding: 0px;
    height: 58px;
    width: 72%;
    max-width: 800px;
    padding-right: 0px;
}
.holder-chat-over #text-chat-over-input {
    border-radius: 5px 0 0 5px;
    margin-top: 15px;
    width: 82%;
    font-size: 0.9em;
}
.holder-chat-over-video .module-chat-typing {
    display: none;
    position: absolute;
    bottom: 68px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    color: #f4f5f7;
}
.holder-chat-over .module-chat-typing {
    display: none;
    position: absolute;
    bottom: 68px;
    font-size: 0.8em;
    text-align: center;
    color: #5A5A5A;
    width: 72%;
    margin: auto;
    max-width: 800px;
}
/* Suggestions buttons */
.holder-chat-over-video .module-chat-suggestions {
    display: none;
    position: absolute;
    bottom: 68px;
    height: 30px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    color: #5A5A5A;
    white-space: nowrap;
    overflow: auto;
}
.holder-chat-over .module-chat-suggestions {
    display: none;
    position: absolute;
    bottom: 68px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    color: #5A5A5A;
}
.holder-chat-over {
    display: none;
    position: absolute;
    z-index: 1000;
    background: var(--themeBg);
    top: 20vh;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 15vh;
}
.holder-chat-over #text-chat-over-input {
    display: inline-block;
    float: left;
    border-radius: 5px 0 0 5px;
    box-shadow: none !important;
    color: #000;
    overflow: auto;
    word-wrap: break-word;
    display: block;
}
.holder-chat-over .night {
    background: #fff;
}
.holder-chat-over .contentwrapper {
    background-color: #eceff1;
}
.holder-chat-over .module-chat {
    width: 72%;
    margin: auto;
    
    max-width: 800px;
}
.holder-chat-over .module-chat li {
    display: inline-block;
    font-weight: bold;
    max-width: 80%;
    font-size: 0.75em;
    clear: both;
}
.holder-chat-over .module-chat li.other {
    float: left;
    margin-left: 10px;
}
.holder-chat-over .module-chat li.self {
    float: right;
    margin-right: 10px;
}
.holder-chat-over .module-chat li.system,  .holder-chat-over .module-chat li.contact-separator{
    width: 100%;
    max-width: 100%;
}
.holder-chat-over .module-chat li.contact-separator .line{
    width: 90%;
    margin: auto;
}
.holder-chat-over .module-chat li.contact-separator .line hr{
    border-top: 2px solid #eee;
    width: 40%;
    margin: 5px 0;
    display: inline-block;
}
.holder-chat-over .module-chat li.contact-separator .line .date{
    display: inline-block;
    color: #b0c0c6;
    width: 15%;
    font-size: 0.8em;
    text-align: center;
}
.holder-chat-over .avatar {
    float:left;
    margin-left: 10px;
}
.holder-chat-over .self .avatar {
    display: none;
}
.holder-chat-over .avatar img {
    height: 30px;
    width: 30px;
    border-radius: 50px;
}
.holder-chat-over .messages {
    display:inline-block;
}
.holder-chat-over .other .messages div {
    background-color: #f4f5f7;
    border-color: #f4f5f7;
    border-radius: 0px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 0;
    white-space: pre-wrap;
}
.holder-chat-over .system .messages div {
    border-radius: 0px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 0;
}
.holder-chat-over .self .messages div {
    background-color: var(--themeColor1);
    border-radius: 5px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 10px;
    white-space: pre-wrap;
}
.holder-chat-over .other .messages { 
    float: left;
    color: #000;
    width: calc(100% - 85px);
    margin-left: 10px;
    min-height: 30px;
}
.holder-chat-over .system .messages { 
    text-align: center;
    color: #b0c0c6;
    width: 100%;
    margin-top: 5px;
}
.holder-chat-over .self .messages {
    float: right;
    color: #fff;
	width: calc(100% - 45px);
    margin-left: 10px;
    min-height: 30px;
}
.msg-content { 
    position: relative;
} 
.holder-chat-over .self .msg-content:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-color: var(--themeColor1) transparent transparent var(--themeColor1);
    right: -5px;
    top: 0;
    width: 0;
    height: 0px;
}
.holder-chat-over .other .msg-content:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    /*border-color: #f4f5f7 #f4f5f7 transparent transparent;*/
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: -8px;
    top: 0;
    width: 0;
    height: 0px;
}
.holder-chat-over .input-group { 
    display: block; 
    background-color:#eceff1;
    height: 58px;
}
.holder-chat-over .self  time {
    /*SA.20150916: color: #eceff1;*/
    color: #b0c0c6;
    float: right;
}

/*#height-div{height: 10vh;}*/

.holder-chat-over .other  time {
    /*SA.20150916: color: #eceff1;*/
    color: #b0c0c6;
    float: left;
}
#holder-chat-over .input-group-btn { 
    float: left;
    margin-top: 15px;
}
#holder-chat-over2 .input-group-btn { 
    float: left;
    margin-top: 15px;
}

.input-group * {
    border-radius: 0;
    border: 0;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    border-radius: 0 5px 5px 0;
}

.holder-chat-over .contentcolumn-multiline {
    margin: auto;
    padding: 0px;
    height: 124px;
    width: 72%;
    padding-right: 0px;
}
/* END VOICE CHAT */
/* HOLDER CALL THUMBS */
#holder-call-thumbs {
    margin:auto;
    height: 100%;
}
#call-picture-secondary .avatar-wrapper {
    margin-left: auto;
    margin-right: auto;
    /*margin: 1vh;*/
}

.avatar-wrapper-bot {
    width: 75%;
    margin-left: 9%;
}

.avatar-image-holder {
    position: absolute;
    top: 19.1%;
    left: 19.1%;
    width: 61.8%;
    height: 61.8%;
    border-radius: 50%;
    border: solid 0px rgb(255, 255, 255);
    overflow: hidden;
}
.avatar-foreground {
    position: absolute;
}
.background-avatar {
    overflow: hidden;
}
/* END HOLDER CALL THUMBS */
/* AVATAR HOLDER SMALL */
#avatar-foreground-small {
    position: absolute;
}
#avatar-holder-small {
    text-align: center;
    display: none;
    height: 11vh;
    padding-top: 1vh;
}
/* END AVATAT HOLDER SMALL */
/* VIDEO CALL */
#call-picture-primary-content .call-status-participant-new2 {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(75%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    height: 45px;
    /*bottom: 0px;*/
    top: 0px;
    left: 0px;    
}
#call-picture-primary-content .call-status-participant-new2 .call-name-participant {
    color: #fff;
    float:left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
.call-name-participant .call-time {
    display:inline-block;
    text-align: center;
}
.call-status {
    color: #ECECEC;
    text-align: left;
}
.video-wrapper-primary-shadow {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(75%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
}
.video-wrapper-secondary {
    margin: auto !important;
}
#video_wrapper {
    position:relative;
    height:inherit;
    overflow: hidden;
}
.pagepart-participant {
    height:inherit;
}
#call-picture-primary {
    display: inline-block;
    overflow: hidden;
    width: 80%;
    margin: auto;
}
#call-picture-secondary {
    height:inherit;
    width: 100%;
}
#call-picture-secondary .pagepart-participant {
    margin: 1vh 10px 0px 10px;
    /*padding-top:20px;*/
    width: 24vh;
    height: 18vh;
}
#call-picture-secondary .call-status {
    display:none;
}
#call-picture-secondary .call-status-participant-new {
    pointer-events: none;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(75%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    /*top: 0px;*/
    bottom: 0px;
    left: 0px;
    z-index: 2147483647;
}

#call-picture-secondary-content {
    height:inherit;
    text-align:center;
}

#holder-call-thumbs-wrapper {
    text-align:center; /*SA.20150916*/
    background: -webkit-linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: -o-linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50% var(--themeColor1));
    background: -moz-linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: linear-gradient(145deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    height: 20%;
}

#holder-call-thumbs .call-status-participant-new .call-name-participant {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#call-picture-primary-content {
    position: relative;
    display: inline-block;
    height: inherit; /* BRA:20151012 */
}
#call-picture-primary-content video {
    height: inherit; /* BRA:20151012 */
}
.call-picture-video {
    background-color: #002f6d;
}
/* END VIDEO CALL */
/* CHAT CSS VIDEO */ 
.holder-chat-over-video {
    position: absolute;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    top: 20vh !important;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 15vh;
}
.holder-chat-over-video #text-chat-over-input { 
    display: inline-block;
    float: left;
    border-radius: 5px 0 0 5px;
    box-shadow: none !important;
    color: #000;
    overflow: auto;
    word-wrap: break-word;
    display: block;
    margin-top: 15px;
    width: 82%;
    font-size: 0.9em;
}
.holder-chat-over-video .night {
    background: #fff;
}
.holder-chat-over-video .contentwrapper {
    background-color: #eceff1;
}
.holder-chat-over-video .contentcolumn {
    margin:auto;
    margin: auto;
    padding: 0px;
    height: 58px;
    width: 72%;
    padding-right: 0px;
}
.holder-chat-over-video .module-chat li {
    display: inline-block;
    font-weight: bold;
    max-width: 80%;
    font-size: 0.75em;
    clear: both;
}
.holder-chat-over-video .module-chat li.system {
    width: 100%;
    max-width: initial;
}
.holder-chat-over-video .module-chat li.other {
    float: left;
    margin-left: 10px;
}
.holder-chat-over-video .module-chat li.self {
    float: right;
    margin-right: 10px;
}
.holder-chat-over-video .avatar {
    float:left;
    margin-left: 10px;
}
.holder-chat-over-video .self .avatar {
    display: none;
}
.holder-chat-over-video .avatar img {
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.holder-chat-over-video .module-chat {
    width: 72%;
    margin: auto;
    max-width: 800px;
    margin-top: 38px;
}
.holder-chat-over-video .messages {
    display:inline-block;
}
.holder-chat-over-video .other .messages div {
    background-color: #f4f5f7;
    border-radius: 0px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 0;
}
.holder-chat-over-video .self .messages div {
    background-color: var(--themeColor1);
    border-radius: 5px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 0;
}
.holder-chat-over-video .system .messages div {
    border-radius: 5px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 0;
}
.holder-chat-over .system .messages div {
   border-radius: 0px 5px 5px 5px;
    padding: 5px 20px 5px 20px;
    margin-right: 0;
}
.holder-chat-over-video .other .messages { 
    float: left;
    color: #000;
    width: calc(100% - 85px);
    margin-left: 10px;
    min-height: 30px;
}
.holder-chat-over-video .self .messages {
    float: right;
    color: #fff;
    width: calc(100% - 45px);
    margin-right: 10px;
    min-height: 30px;
}
.holder-chat-over-video .system .messages {
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 5px;
}
.msg-content { 
    position: relative;
} 
.holder-chat-over-video .self .msg-content:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-color: var(--themeColor1) transparent transparent var(--themeColor1);
    right: -5px;
    top: 0;
    width: 0;
    height: 0px;
}
.holder-chat-over-video .other .msg-content:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-color: #f4f5f7 #f4f5f7 transparent transparent;
    left: -8px;
    top: 0;
    width: 0;
    height: 0px;
}
.holder-chat-over-video .input-group { 
    display: block; 
    background-color:#eceff1;
    height: 58px;
}
.holder-chat-over-video .other time {
    color: #eceff1;
    float: left;
}
.holder-chat-over-video .self time {
    color: #eceff1;
    float: right;
}
/* END CHAT CSS VIDEO */
/* ALERTS AND NOTIFICATIONS */
.popup-over {
    background-color: #fff;
    color: #fff;
    display: none;
    position: fixed;
    z-index: 10000000000;
    top: 20px;
    left: 50%;
    padding: 10px;
    margin-left: -150px;
    width: 300px;
    min-height: 200px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
}
.notification-popup-image {
    display: none;
    float: left;
}
.notification-popup-right {
  float: left;
}
.notification-popup-title {
    color: var(--themeColor1);
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: 2px;
}
.notification-popup-content {
    text-align: center;
    color:#000;
}
.notification-popup-buttons  {
    display:none;
    text-align: center;
}
#notification-popup-button-OK,  #notification-popup-button-Yes, #notification-popup-button-Apply {
    border-color: var(--themeColor1);
    color: var(--themeColor1);
    width: 100px;
    margin-right: 10px;
}
#notification-popup-button-OK:hover,  #notification-popup-button-Yes:hover, #notification-popup-button-Apply:hover {
    background-color:var(--themeColor1);
    color:#fff;
}
#notification-popup-button-Cancel, #notification-popup-button-No, #notification-popup-button-Wait {
    border-color: #e74c3c;
    color: #e74c3c;
    width: 100px;
    margin-right: 10px;
}
#notification-popup-button-Cancel:hover, #notification-popup-button-No:hover, #notification-popup-button-Wait:hover {
    background-color: #e74c3c;
    color: #fff;
}
/* POPUP BOXES */
#ad-survey.popup-box-ad {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
}
#ad-survey-close-button {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    top: 0px;
    right: 0px;
}
#ad-survey-close-button span {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 2em;
}
#ad-survey-close-button span:hover {
    color: #fff;
}
#ad-survey-close-button:active {
    box-shadow:none;
}
#iframe-survey-wrapper {
    background-color: #fff;
    background: -webkit-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: -o-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50% var(--themeColor1));
    background: -moz-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    height: 100%;
    padding: 40px;
}
/* END POPUP BOXES*/
/* CONFERENCE VIDEO, CALL MIX */
.avatar-foreground-conference {
    position: absolute;
    pointer-events: none;
}
.background-avatar-conference {
    overflow: hidden;
}
/*.avatar-holder-conference {
    position: relative;
}*/
.call-name-participant-avatar {
    color: #fff;
    /*font-size: 2vh;*/
    margin-top: 1vh;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.float-left {
    float: left;
}
#call-picture-secondary .call-status-participant-new-conference {
    position: absolute;
    background: none !important;
}
#call-picture-secondary .call-status-participant-new-conference .call-name-participant {
    color: #fff;
}
.call-time-participant {
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    float: left;
    margin: 8px auto;
    width: 80px;
    padding: 3px;
    border-radius: 15px;
    font-size: 0.75em;
    margin-left: 20px;
}

.call-time-primary {
    position: relative;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    float: left;
    top: 10px;
    width: 80px;
    padding: 3px;
    border-radius: 15px;
    font-size: 0.75em;
    margin-left: 20px;
}

.call-name-participant-avatar-big {
    position: relative;
    color: #fff;
}

.avatar-foreground-conference-big {
    position: absolute;
}
.background-avatar-conference-big {
    overflow: hidden;
}
/* END CONFERENCE VIDEO, CALL MIX */
/* CHAT TOGGLE HOLDER */
/*SA.20150916-4:*/
.chat-over-input-toggle-holder {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 8px;
    top: 4px;
    left: 50%;
    margin-left: -24px;
}
/*SA.20150916-4:*/
.chat-over-input-toggle {
    background-color: #b0c0c6;
    border-radius:1px;
    width: 28px;
    height: 2px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 3px;
}
/* END CHAT TOGGLE HOLDER */





/* this */
.self .author-name {
    color: #b0c0c6;
    margin-right: 40px;
    margin-bottom: 2px;
    font-size: 0.8em;
    text-align: right;
    margin-top: 2px;
}
.other .author-name {
    /*SA.20150916: color: #eceff1;*/
    color: #b0c0c6;
    width: 50%;
    margin-left: 80px;
    margin-bottom: 2px;
    font-size: 0.8em;
    margin-top: 2px;
}
/*SA.20150916:*/
.holder-chat-over-video .author-name {
    color: #fff;
}
/*SA.20150916:*/
.top180 {
  top:180px;
}








/* MORE NAV */
.more-nav {
    position:relative;
    display:inline-block !important;
    z-index: 999999;
}

.more-nav-call {
    display: block;
    width: 160px;
    /* z-index: 999999;
         height: 90px; */
    border-radius: 5px;
   
}
    .more-nav-call li {
        text-align: center;
        padding-bottom: 2px;
    } 
.more-nav-call  a {
    font-size: 0.9em;
    font-weight: normal;
    padding: 8px 0px 8px 0;
    color: #C8C8C8;
    width: 100%;
    margin: 0;
}
.more-nav-call  a.disabled {
    color:#C8C8C8; 
    opacity:0.6;
}
.more-nav-call li a:hover {   
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
.more-nav-call li  a:hover.disabled {
    background:none;
    color:#C8C8C8; 
    opacity:0.6;
}
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}
/* MORE NAV END */

/* OLD STYLE RULES */
.navigation {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    z-index:1005;
}
.send-message {
    width:100%;
    display:none;
    margin:0 auto;
    margin-top:7px;
    padding:2px 0px;
    background:rgba(72,72,72,0.8);
}
.pagepart-participant.float   { 
    float: left;
}


#holder-chat-over.night  #text-chat-over-input {
 color: #000;
  
}
#holder-chat-over .rightcolumn {
  height: 50px;
}



/* THIS IS HERE TO STAY */
/*SA.20150916*/
.no-overflow {
    overflow:hidden;
}
/*SA.20150916-4*/
.height94 {
    height: 94px;
}
/*SA.20150916 added*/
.float-center   { 
    display:inline-block;
}
/* BLINKING */
.blinking i, i.blinking, .blinking { 
    -webkit-transition:opacity .90s ease-in-out;
    -moz-transition:opacity .90s ease-in-out;
    transition:opacity .90s ease-in-out;
}
.blinking.blink i, i.blinking.blink, .blinking.blink  {
    opacity:0.30;
}
.blinkingblue {
    color:#0999C2!important;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
/* END BLINKING */
/* BUTTONS POSITIONS */
.buttons-positions {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
/* END BUTTONS POSITIONS */
/* BUTTONS */
#call-buttons-idle {
    margin-top: 2vh;
}
.buttons-idle {
    display: inline-block;
    min-width: 80px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 1vh 5vh;
    border-radius: 2px;
}
.buttons-idle:hover {
    cursor:pointer;
    text-decoration:none;
    color: #2FC8F5;
    border-color: #2FC8F5;
}
.buttons-idle:active {
    color: rgba(47, 200, 245, 0.8);
    border-color: rgba(47, 200, 245, 0.8);
}
.button-start-call  {
    
}
/* END BUTTONS */
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
    display: block;
    z-index: 9999990;/*ten less than notification popup*/
}
/* END OVERLAY */

.link-w-image {
  max-width:80px;
  max-height:80px;
  border:solid #fff 1px;
}

/* IN CALL KEYBOARD */
#in-call-keypad-button-hide {
    float: left;
    background-color: rgba(0, 93, 218, 0.5);
    width: 40px;
    height: 56px;
    margin-top: 99px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
#in-call-keypad-button-hide:hover {
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    background-color: #005dda;
    color: rgba(255, 255, 255, 0.6);
}
#in-call-keypad-button-hide span {
    display: block;
    margin: 15px 0 0 10px;
    font-size: 1.5em;
}
#in-call-keypad-button-show {
    background-color: rgba(0, 93, 218, 0.5);
    width: 40px;
    height: 56px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: calc(15vh + 103px);
    z-index: 99999999;
}
#in-call-keypad-button-show:hover {
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 93, 218, 0.6);
    color: rgba(255, 255, 255, 0.6);
}
#in-call-keypad-button-show span {
    display: block;
    margin: 15px 0 0 10px;
    font-size: 1.5em;
}
#in-call-keypad {
    display: none;
    z-index: 100000000;
    position: absolute;
    width: 240px;
    height: 258px;
    right: 0;
    bottom: 15vh;
}
#in-call-keypad .row {
    margin-right: 0px;
    margin-left: 0px;
    width: 202px;
}
#in-call-keypad .row .col-xs-4 {
    -webkit-transition: background-color 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
    color: #fff;
    border-right: 1px solid rgba(6, 97, 197, 0.5);
    border-bottom: 1px solid rgba(6, 97, 197, 0.5);
    font-size: 150%;
    text-align: center;
    display: table;
    background: rgba(0, 109, 254, 0.8);
}
#in-call-keypad .row .col-xs-4 a {
    color: rgba(229, 240, 255, 0.7);
    /*padding: 10px 0px; */
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans', Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
}
#in-call-keypad .row .col-xs-4:hover {
    background: rgba(0, 104, 218, 0.5);
}
#in-call-keypad .in-call-keypad-input-wrapper {
    margin-top: 0px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 50px;
    text-align: center;
    border: 1px solid rgba(176, 192, 198, 0.8);
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    float: left;
}
#in-call-keypad-input {
    display: table-cell;
    color: rgb(176, 190, 197);
    background: transparent;
    border: #000;
    font-size: 150%;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    width: 75%;
    height: 30px;
    margin-top: 10px;
    outline: none;
}
#in-call-keypad .bottom-left {
    border-radius: 0 0 0 5px;
}
#in-call-keypad .bottom-right {
    border-radius: 0 0 5px 0;
}
#in-call-keypad .keypad-wrapper {
    width: 200px;
    float: left;
    overflow: hidden;
}
#in-call-keypad:hover .in-call-keypad-input-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
}
#in-call-keypad:hover .row .col-xs-4 {
    border-right: 1px solid rgba(6, 97, 197, 0.7);
    border-bottom: 1px solid rgba(6, 97, 197, 0.7);
    background: rgba(0, 109, 254, 0.95);
}
#in-call-keypad:hover .row .col-xs-4 a {
    color: rgba(229, 240, 255, 0.9);
}
#in-call-keypad:hover .row .col-xs-4:hover {
    background: rgba(0, 104, 218, 0.95);
}
#in-call-keypad:hover #in-call-keypad-button-hide {
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 93, 218, 0.6);
    color: rgba(255, 255, 255, 0.6);
}
/* END IN CALL KEYBOARD */
/* MICROPHONE */
.speech-to-text-button {
    background-color: #FFFFFF;
    height: 34px;
    width: 31px;
    color: rgb(176, 190, 197);
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;   
    padding-left: 5px;
}


.speech-to-text-button:hover {
    color: rgb(144, 164, 174);
    border-color: #ccc;
    background-color: #FFFFFF;
}

.btn:focus {    
    outline: none;
    text-decoration: none;
}
    /*
.speech-to-text-button:focus 
{
    outline: 0px !important;
    outline-offset: 0px !important;
}*/

.btn-pressed {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

/* SMILEYS */
.available-smileys-button {
    background-color: #FFFFFF;
    height: 34px;
    width: 31px;
    color: rgb(176, 190, 197);
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    border-left: 0;
    padding-left: 5px;
}
.available-smileys-button:hover {
    color: rgb(144, 164, 174);
    border-color: #ccc;
    background-color: #FFFFFF;
}

.speech-to-text-holder {
    width: 30px !important;
}

.smiley-button-holder {
    width: 30px !important;
}

/* pupup box smileys*/
.popup-box-smileys {
    display: none;
    position: absolute;
    /*bottom: calc(15vh + 100px);*/
    /*right: 100px;*/
    border: 1px solid rgb(218, 222, 224);
    color: black;
    z-index: 1000000;
    font-size: 22px;
    max-width: 250px;
    background: rgba(255,255,255,0.8);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 10px;
}
.popup-box-smileys:hover {
    background: rgba(255,255,255,0.95);
}
.popup-box-smileys span {
    margin: 4px 4px;
    cursor: pointer;
    display: inline-block;
    /*-webkit-transition: font-size 0.3s, margin 0.3s;
    -moz-transition: font-size 0.3s, margin 0.3s;
    -o-transition: font-size 0.3s, margin 0.3s;
    transition: font-size 0.3s, margin 0.3s;*/
}
.popup-box-smileys span:hover {
    font-size: 24px;
    margin: 2px 3px 2px 3px;
}
/* END SMILEYS */
#please-wait {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

/*=============================================*/
/*=================== AVATARS =================*/
/*=============================================*/
.avatar-image-holder img {
  width:100%;
  height:100%;
}

.avatar-holder-bot {
    float: left;
    /*margin-left: 26%;*/
}

.bot-avatar-text {    
    float: left;
    margin-top: 26px;
    /* width: 120px; */
    text-align: left;
    margin-left: 10px;
}

.avatar-holder {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  overflow:hidden;
  width:30vh;
  height:30vh;
  border-radius:50%;
  /*background-image:radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59px, rgba(36, 90, 180, 1) 61px, rgba(36, 90, 180, 1) 64px, rgba(40, 100, 207, 1) 66px, rgba(40, 100, 207, 1) 77px, rgba(54, 111, 210, 1) 79px, rgba(54, 111, 210, 1) 80px, rgba(35, 91, 202, 1) 82px, rgba(35, 91, 202, 1) 87px, rgba(37, 94, 205, 1) 89px, rgba(37, 94, 205, 1) 91px);*/
  background-image:radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(7, 69, 134, 0.3) 48%, rgba(7, 69, 134, 0.3) 49%, rgba(255, 255, 255, 0.15) 52%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0.25) 61%, rgba(255, 255, 255, 0.25) 62%, rgba(255, 255, 255, 0.05) 64%, rgba(255, 255, 255, 0.05) 65%, rgba(255, 255, 255, 0.08) 70%, rgba(255, 255, 255, 0.08) 75%)
}
.avatar-holder.medium {
  width: 10vh;
  height:10vh;
}
.avatar-holder.small {
  width:10vh;
  height:10vh;
}
.avatar-holder.secondary {
  width:90px;
  height:90px;
  background-image:radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39px, rgba(7, 69, 134, 0.3) 41px, rgba(7, 69, 134, 0.3) 45px);
}
.avatar-holder.ringing {
  width:114px;
  height:114px;
  background-image:radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42px, rgba(32, 51, 63, 1) 44px, rgba(32, 51, 63, 1) 49px, rgba(52, 63, 72, 1) 50px, rgba(52, 63, 72, 1) 51px, rgba(25, 37, 48, 1) 52px, rgba(25, 37, 48, 1) 55px, rgba(29, 40, 48, 1) 56px, rgba(29, 40, 48, 1) 57px);
}
.avatar-holder.secondary.ringing {
  width:98px!important;
  height:98px!important;
  background-image:radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 34px, rgba(32, 51, 63, 1) 36px, rgba(32, 51, 63, 1) 42px, rgba(52, 63, 72, 1) 43px, rgba(52, 63, 72, 1) 44px, rgba(25, 37, 48, 1) 45px, rgba(25, 37, 48, 1) 47px, rgba(29, 40, 48, 1) 48px, rgba(29, 40, 48, 1) 49px)!important;
}
.avatar-holder.ringing.secondary.selected {
  width:90px!important;
  height:90px!important;
  background-image:radial-gradient(circle, rgba(63, 201, 76, 1) 0%, rgba(63, 201, 76, 1) 34px, rgba(29, 58, 42, 1) 36px, rgba(29, 58, 42, 1) 43px, rgba(29, 66, 45, 1) 44px, rgba(29, 66, 45, 1) 45px)!important;
}
.avatar-image-holder {
  position:absolute;
  top:19.1%;
  left:19.1%;
  width:61.8%;
  height:61.8%;
  border-radius:50%;
  border:solid 0px rgb(255, 255, 255);
  overflow:hidden;
}
.avatar-holder.ringing .avatar-image-holder {
  top:14.9%!important;
  left:14.9%!important;
  width:70.2%!important;
  height:70.2%!important;
}
.avatar-holder.secondary .avatar-image-holder {
  top:10%!important;
  left:10%!important;
  width:80%!important;
  height:80%!important;
}
.avatar-holder.ringing.secondary .avatar-image-holder {
  top:16.35%!important;
  left:16.35%!important;
  width:65.3%!important;
  height:65.3%!important;
}
.avatar-holder.ringing.secondary.selected .avatar-image-holder {
  top:14.45%!important;
  left:14.45%!important;
  width:71.1%!important;
  height:71.1%!important;
}

/* MEdia SRC POPUP */
#media-src-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    /*background: -webkit-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: -o-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50% var(--themeColor1));
    background: -moz-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));*/
    height: 100%;
}

#media-src-popup.popup-box-ad {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 65%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
}

#media-src-popup-close-button {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    top: -40px;
    right: -40px;
}
#media-src-popup-close-button span {
    position: relative;
    color: #dcdcdc;
    font-size: 2em;
}
#media-src-popup-close-button span:hover {
    color: #c5c5c5;
}
#media-src-popup-close-button:active {
    box-shadow:none;
}


/* MEdia SRC POPUP */
#media-agemntcmd-src-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    /*background: -webkit-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: -o-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50% var(--themeColor1));
    background: -moz-linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));
    background: linear-gradient(140deg, var(--themeColor1), var(--themeColor1) 50%, var(--themeColor1));*/
    height: 100%;
}

#media-agemntcmd-src-popup.popup-box-ad {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 65%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
}

#media-agemntcmd-src-popup-close-button {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    top: -40px;
    right: -40px;
}

#media-agemntcmd-src-popup-close-button span {
    position: relative;
    color: #dcdcdc;
    font-size: 2em;
}

#media-agemntcmd-src-popup-close-button span:hover {
    color: #c5c5c5;
}

#media-agemntcmd-src-popup-close-button:active {
    box-shadow: none;
}


/* VIDEO POPUP */
#ad-popup #ad-popup-frame {
    position: absolute;
    width: 100%;
    height: 100%;
}
#ad-popup #ad-video-player {
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#ad-popup.popup-box-ad {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 65%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
}
#ad-popup-close-button {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    top: -40px;
    right: -40px;
}
#ad-popup-close-button span {
    position: relative;
    color: #dcdcdc;
    font-size: 2em;
}
#ad-popup-close-button span:hover {
    color: #c5c5c5;
}
#ad-popup-close-button:active {
    box-shadow:none;
}
/* END VIDEO POPUP */
/* RESPONSIVE BREAKPOINTS */
@media only screen and (max-height: 400px) {
    /* PAGE IDLE */
    .call-name-participant-avatar {
        font-size: 0.7em;
        margin-top: 0.5vh;
    }
    .web-call-title {
        font-size: 1.2em;
    }
    .web-call-supports {
        font-size: 0.7em;
    }
    .web-call-free {
        font-size: 0.8em;
    }
    .buttons-idle {
        font-size: 0.9em;
    }
    .custom-alert-danger {
        font-size: 0.8em;
    }
    /* END PAGE IDLE */
    /* BUTTONS IN CALL */
    .buttons {
        height: 35px;
    }
    .end-call span, .button-call span {
        font-size: 1.2em;
        padding-top: 6px;
    }
    .end-call {
        width: 35px;
        height: 35px;
    }
    .button-call {
        width: 35px;
        height: 35px;
    }
    /* END BUTTONS IN CALL */
    /* VIDEO */
    #holder-call-thumbs .call-status-participant-new .call-name-participant {
        margin: 5px 0px 0px 5px;
        font-size: 0.8em;
    }
    #call-picture-secondary .call-status-participant-new {
        /*height: 20px;*/
    }
    /* END VIDEO */
    /* IN CALL */
    .user-time {
        padding-top: 0vh;
    }
    .call-stat {
        font-size: 0.6em;
    }
    .call-name {
        /*padding-top: 3vh;
        font-size: 0.8em;*/
        padding-top: 0vh;
        padding-bottom: 0vh;
        font-size: 0.9em;
    }
    .call-time {
        /*margin: 10px auto;
        font-size: 0.8em;*/
        margin: 1vh auto;
        font-size: 0.5em;
    }
    /* END IN CALL */
    /* ALERTS AND NOTIFICATIONS */
    .notification-popup-title {
        font-size: 1em;
        padding-top: 10px;
    }
    .notification-popup-content {
        font-size: 0.8em;
        padding-top: 10px;
    }
    .notification-popup-buttons  {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    /* END ALERTS AND NOTIFICATIONS */
    .network-quality {
        font-size: 12px;
    }
}
@media only screen and (min-height: 400px) and (max-height: 768px) {
    /* PAGE IDLE */
    .call-name-participant-avatar {
        font-size: 0.9em;
    }
    .web-call-title {
        font-size: 2em;
    }
    .web-call-supports {
        font-size: 0.8em
    }
    .web-call-free {
        font-size: 0.8em;
    }
    .buttons-idle {
        font-size: 1em;
    }
    .custom-alert-danger {
        font-size: 1em;
    }
    /* END PAGE IDLE */
    /* BUTTONS IN CALL */
    .buttons {
        height: 45px;
    }
    .end-call span, .button-call span {
        font-size: 1.5em;
        padding-top: 10px;
    }
    .end-call {
        width: 45px;
        height: 45px;
    }
    .button-call {
        width: 45px;
        height: 45px;
    }
    /* END BUTTONS IN CALL */
    /* VIDEO */
    #holder-call-thumbs .call-status-participant-new .call-name-participant {
        margin: 10px 0px 0px 8px;
        font-size: 1em;
    }
    #call-picture-secondary .call-status-participant-new {
        height: 30px;
    }
    /* END VIDEO */
    /* IN CALL */
    .call-stat {
        font-size: 0.7em;
    }
    /*.call-name {
        padding-top: 8px;
        font-size: 0.9em;
    }*/
    .call-time {
        margin: 10px auto;
        font-size: 0.8em;
    }
    #avatar-holder-small {
        padding-top: 2vh;
    }
    /* END IN CALL */
    /* ALERTS AND NOTIFICATIONS */
    .notification-popup-title {
        font-size: 1.5em;
        padding-top: 15px;
    }
    .notification-popup-content {
        font-size: 0.9em;
        padding-top: 15px;
    }
    .notification-popup-buttons  {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    /* END ALERTS AND NOTIFICATIONS */
    .network-quality {
    }
}
@media only screen and (min-height: 400px) and (max-height: 550px) {
    .call-name {
        padding-top: 6px;
        ont-size: 1em;
    }
}
@media only screen and (min-height: 551px) and (max-height: 768px) {
    .call-name {
        padding-top: 12px;
        font-size: 1.2em;
    }
    .network-quality {
        padding-top: 2px;
    }
}
@media only screen and (min-height: 768px) {
    /* PAGE IDLE */
    .call-name-participant-avatar {
        font-size: 1em;
    }
    .web-call-title {
        font-size: 3em;
    }
    .web-call-supports {
        font-size: 1em;
    }
    .web-call-free {
        font-size: 0.8em;
    }
    .buttons-idle {
        font-size: 1em;
    }
    .custom-alert-danger {
        font-size: 1.5em;
    }
    /* END PAGE IDLE */
    /* BUTTONS IN CALL */
    .buttons {
        height: 60px;
    }
    .end-call span, .button-call span {
        font-size: 2em;
        padding-top: 12px;
    }
    .end-call {
        width: 60px;
        height: 60px;
    }
    .button-call {
        width: 60px;
        height: 60px;
    }
    /* END BUTTONS IN CALL */
    /* VIDEO */
    #holder-call-thumbs .call-status-participant-new .call-name-participant {
        margin: 10px 0px 0px 8px;
        font-size: 1em;
    }
    #call-picture-secondary .call-status-participant-new {
        height: 30px;
    }
    /* END VIDEO */
    /* IN CALL */
    .call-stat {
        font-size: 0.7em;
    }
    .call-name {
        padding-top: 5px;
        font-size: 1.5em;
    }
    .call-time {
        margin: 3px auto 3px auto;
        font-size: 0.8em;
    }
    /* END IN CALL */    
    /* ALERTS AND NOTIFICATIONS */
    .notification-popup-title {
        font-size: 2em;
        padding-top: 20px;
    }
    .notification-popup-content {
        font-size: 1em;
        padding-top: 20px;
    }
    .notification-popup-buttons  {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* END ALERTS AND NOTIFICATIONS */
    .network-quality {
    }
}
/* CLASSES FOR SMALL SCREENS */
.extend-chat-to-top {
    top: 0 !important;
}
.extend-chat-to-bottom {
    margin-bottom: 0 !important;
}
.extend-chat-width {
    width: 98% !important;
}
.keypad-button-small-screen {
    bottom: calc(0vh + 103px) !important;
}
.in-call-keypad-small-screen {
    bottom: 0vh !important;
}
#show-call-menu {
    display: none;
    width: 35px;
    height: 35px;
    border-radius: 0 30px 0 0;
    padding: 13px 6px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 99999999;
    background-color: rgba(176, 190, 197, 0.6);
}
#show-call-menu span {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}
#show-call-menu:hover {
    background-color: rgba(176, 190, 197, 1);
}
/* END CLASSES FOR SMALL SCREENS */
.disabled {
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}
.disabled2 {
    cursor: not-allowed !important;
    opacity: 0.65 !important;
    pointer-events: none;
}
.chat-menu-list {
    margin:5px 10px;
    display:inline-block;
    width:90%;
}
.chat-menu-button {
    border:1px solid #ccc;
    border-radius:5px;
    margin-top:10px;
    margin-bottom:10px;
    padding:4px;
}
.chat-menu-input-button {
    border-radius: 0px 4px 4px 0px;
    padding: 2px 12px 3px 12px;
    vertical-align: initial;
}
.chat-menu-input {
    border:1px solid #ccc;
    border-radius:5px 0 0 5px;
    margin-top:2px;
    margin-bottom:10px;
    padding:4px;
}
.chat-menu-input-text {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
/* Allow clicks only on final button group*/
.holder-chat-over .module-chat li .chat-menu-button,
.holder-chat-over .module-chat li .chat-menu-input,
.holder-chat-over .module-chat li .chat-menu-select,
.holder-chat-over .module-chat li .chat-menu-list{
    pointer-events: none; cursor: default;
}
.holder-chat-over .module-chat li.final-other .chat-menu-button,
.holder-chat-over .module-chat li.final-other .chat-menu-input,
.holder-chat-over .module-chat li.final-other .chat-menu-select,
.holder-chat-over .module-chat li.final-other .chat-menu-list{
    pointer-events: auto; cursor: auto;
}
.chat-menu-button-icon {
    height: 100px !important;
    width: 100px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 25% !important;
    background-color: #EEEEEE !important;
    background-size: 40px 40px !important;
    text-align: center !important;
    padding-top: 50px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000 !important;
}
.chat-menu-button-icon:hover {
    background-color: #D1D2D5 !important;
}
/* uploaded image title */
.uploaded-image-title {
    position: relative;
    /*top: 10px;*/
    right: -10px;
    float: right;
}
/* Upload file spinner */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    display: block;
    font-size: 4px;
    /* margin-bottom: 10px; */
    /* margin-top: -5px; */
    margin: -5px auto 10px auto;
    /* text-align: center; */
    /* position: relative; */
    /* left: 3.5em; */
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*Screen capture box*/
.screen-capture-box-document:before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 2px solid rgba(33, 178, 0, 1);
    border-top: 2px solid rgba(33, 178, 0, 1);
}
.screen-capture-box-document:after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-right: 2px solid rgba(33, 178, 0, 1);
    border-top: 2px solid rgba(33, 178, 0, 1);
}
.screen-capture-box-document span:first-child:before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px solid rgba(33, 178, 0, 1);
    border-left: 2px solid rgba(33, 178, 0, 1);
}
.screen-capture-box-document span:first-child:after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 2px solid rgba(33, 178, 0, 1);
    border-right: 2px solid rgba(33, 178, 0, 1);
}
.screen-capture-box-face:before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 2px solid rgba(246, 71, 71, 1);
    border-top: 2px solid rgba(246, 71, 71, 1);
}
.screen-capture-box-face:after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-right: 2px solid rgba(246, 71, 71, 1);
    border-top: 2px solid rgba(246, 71, 71, 1);
}
.screen-capture-box-face span:first-child:before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px solid rgba(246, 71, 71, 1);
    border-left: 2px solid rgba(246, 71, 71, 1);
}
.screen-capture-box-face span:first-child:after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 2px solid rgba(246, 71, 71, 1);
    border-right: 2px solid rgba(246, 71, 71, 1);
}
.cross-document{
    background: rgba(33, 178, 0, 1);
}
.cross-document:after{
    background: rgba(33, 178, 0, 1);
}
.text-under-cross-document{
    color: rgba(33, 178, 0, 1);
}
.screen-capture-box-face{
    border-color: rgba(246, 71, 71, 1);
}
.cross-face{
    background: rgba(246, 71, 71, 1);
}
.cross-face:after{
    background: rgba(246, 71, 71, 1);
}
.text-under-cross-face{
    color: rgba(246, 71, 71, 1);
}
.screen-capture-box {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50%;
    height: 50%;
    background-color: transparent;
    margin: auto;
}
.cross {
    height: 85px;
    position: relative;
    width: 2px;
    margin: auto;
}
.cross:after {
    content: "";
    height: 2px;
    left: -40px;
    position: absolute;
    top: 40px;
    width: 85px;
}
.cross-outer-wrapper{
   height: 100%; 
   width: 100%;
   display: table;   
}
.cross-inner-wrapper{
   height: 100%;
   vertical-align: middle;
   display: table-cell;
   text-align: center;
}
.text-under-cross{
    position: relative;
    top: 20px;
    font-weight: bold;
}

/* INLINE SURVEY CSS */
.inline-survey.item {
    padding: 5px 0 !important
}
.inline-survey .button{
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #8db917;
    padding: 10px 50px;
}

.inline-survey .checkbox{
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px;
    padding-top: 4px;
}


.inline-survey .checkbox:before{
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-left: -30px;
    margin-top: -4px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAUCAMAAAAnWuS3AAAAk1BMVEX///+nqayNuRewsrXQ0dP29vbBwsT+/v6Vvifi7cOOuhiOuhmSvCCSvCGSvSLh7cHj7saQuxyRux6TvSOUvSSVviaWviiXvyuXwCyawTCcwzafxDzP4p3U5abU5afZ6LHZ6LLd6rnk78jl78rn8M3o8c/o8dDp8dHq8tPq8tTq89Xt9Nnu9dvx9uHz+Of2+ev7/PVHD/+aAAAAmUlEQVR42pWTxxLCMAxE5bVTnA6ht9ASQuf/vw5zDHgcsQcf3uyMR7sSBUqKjqQKyAqV71FHnq/sUH4xQ6UdCvqR4MAr17mK1zznJkK05TirGFg+3c7X59kNgMXD/ft+mhPpITC/uycqMiT6kAGzW09K9RhIR0B46c2zCWFUHhnJn4w1LVgdtZNEM9s853/27oL8reNvMvs63jWwBrquEHXqAAAAAElFTkSuQmCC');
    background-position: -21px 0;
    cursor: pointer;
}

.inline-survey .checkbox:after{
    content: "";
    display: table;
    clear: both;
}

.inline-survey .checkbox.checked:before{
    background-position: 0 0;
}

.inline-survey .star {
    padding: 5px 0 !important;
}

.inline-survey .star a{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAABLklEQVR42q1U2xGCMBCkBEqwBEuwBEuwA+lAOjAdYAfYgXaQAMO3dCAd6C1uHESF45GZG0i42yx7jyBQrCzLjNhD7BgssfI83zrnKmvtCs+iKDazQYXdWSzieyx2mgVIdrU8Q7+HDH4/laXpMsPeM5/CMhSW97Is1+1zaApte4MRJE6J2IV2Y6Yf//Sjzo0P/FuxSUMCtyIBYOBNqxn82nEgIXgWoLWUzW6J8oPWguf879dysJ8JaIDzzgGBsZKJCU0R/CUbDuS26+ubTlOSsdCyN4Z1eBrRbbHGEa1otKCqJEMCDBFttlV/Naa3qWl/d7EF3Y/AC7snxVBpf+fAWan0ZDUcWMMR96Zb04O6AhS1ysGMGXDusgBzX3r0S3unFuclAqqhZLElK178kYMnQe2XwV3sdbYAAAAASUVORK5CYII=');
    display: inline-block;
    width: 21px;
    height: 20px;
    margin-right: 5px;
}

.inline-survey .star a.checked{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAA/ElEQVR42q2U0Q2CMBCGO4IjOIIjMAIjOIIjkLTER90ARmAD2EA3wFYTH/GdErwrkJgKLS1t8r+U69fr3fETsmK1T3qVgvWtYBcSYklBYwROgguiAFBW/EJB+SZg/z7vNaBS3yQ7b+hUS10dZye/LCEbyWkzB5Wc1ebDr/QAgRmoVIIDs6AlDfHlqAx5BDYfThCLWs5uCP0EhQp6H54fCgwc9fyprnjD1gz/Rg034EPlCc2Ns4sBbo2hiX3gIcgty/Roh7qXIF9jIK4dr23/euTTKDQet3rC7KGBqOlYMBhjXWeghZ7FONPVatdCgDqg/IDGplIhaPSNQp/RLyuJRQsMxYRhAAAAAElFTkSuQmCC');
}

.inline-survey .radios{
    padding: 0 !important;
}

.inline-survey .radios .radio{
    margin-bottom: 8px !important;
    padding: 5px 0 0 30px !important;
}

.inline-survey .radios .radio:before, .radios .radio:after{
    display: table;
    content: "";
}

.inline-survey .radios .radio:after{
    clear: both;
}

.inline-survey .radios .radio a{
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b5b6b9;
    border-radius: 50%;
    float: left;
    margin: -5px 0 0 -30px;
}

.inline-survey .radios .radio a.checked:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--themeColor1);
    border-radius: 50%;
    float: left;
    margin: 3px 0 0 3px;
}

.inline-survey .ui-slider{
    position: relative;
    height: 5px;
    background-color: #e7e7eb;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0px !important;
}

.inline-survey .ui-slider .ui-slider-range{
    top: -1px;
    position: absolute;
    background-color: var(--themeColor1);
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 5px;
    z-index: 5px;
    padding: 0px !important;
}

.inline-survey .ui-slider .ui-slider-handle{
    position: absolute;
    top: -9px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--themeColor1);
    outline: none;
    z-index: 10;
    transform: translateX(-10px);
}


.inline-survey .ui-slider .pips{
    position: absolute;
    z-index: 6;
    width: 100%;
    top: 15px;
    padding: 0px !important;
}

.inline-survey .ui-slider .pips .pip{
    box-sizing: border-box;
    width: 10%;
    float: left;
    height: 10px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid transparent;
    padding: 0;
    border-radius: unset;
}

.inline-survey .ui-slider .pips .pip:last-child{
    border-right: 1px solid #dfdfdf;
}

.inline-survey.header {
    /*color: #26007d;*/
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 5px;
}

.inline-survey .label {
    display: block;
    margin-bottom: 5px; 
}

.inline-survey-content {
    max-width: 360px;
    margin: 0 auto !important;
    display: block;
    text-align: left;
}

.inline-survey-content p {
    margin-bottom: 10px;
}

.inline-survey .button{
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
        font-weight: 700;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: var(--themeColor1);
    padding: 10px 50px;
}

@media screen and ( max-width: 480px) 
{
    /*content {
        max-width: inherit;
        padding-left: 15px;
        padding-right: 15px; 
    }

    header div{
        max-width: inherit;
        padding-left: 15px;
        padding-right: 15px; 
    }*/

    .inline-survey input.button{
        width: 100%;
    }
}

/*menu msg modal*/
#menu-msg-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15vh;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: unset;
    text-align: center;
    padding: 0;
}
#menu-msg-modal-content {
    width: 72%;
    margin: auto;
    max-width: 800px;
    padding: 10px 20px 10px 20px;
    height: 100%;
    text-align: left;
}
#menu-msg-modal-content span:first-of-type {
    text-align: center;
}
#menu-msg-modal-content span:nth-child(2) {
}



/*
div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width:100%;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}
    */


/*IE11 specific classes*/
.ie-holder-call-thumbs-wrapper {
    height: calc(100% - 25vh) !important;
}
.ie-holder-call-thumbs-wrapper-fixed {
 height: calc(100% - 150px) !important
}
.ie-holder-call-thumbs-wrapper-with-chat {
    height: 50% !important;
}
.ie-holder-chat-over-video {
    top: 50% !important;
}
.ie-video-pagepart-participant-correction {
    width: 20vh !important;
    height: 17vh !important;
    vertical-align: top;
}
.ie-video-pagepart-participant-selected-correction {
    width: 92vh !important;
    height: 71vh !important;
}
.ie-video-pagepart-participant-chat-correction {
    width: 16vh !important;
    height: 14vh !important;
    vertical-align: top;
}
.ie-video-pagepart-participant-chat-selected-correction {
    width: 52vh !important;
    height: 41vh !important;
}
.ie-video-pagepart-participant-chat-selected-correction .network-quality-participant {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 13px;
}