.nav-fixed .topnav { z-index: 1039; } .fixed-top{ position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .topnav { padding-left: 0; /*height: 3.313rem;*/ height: 4rem; z-index: 1039; } .navbar .form-control, .topnav { font-size: 1rem; } .form-control { display: block; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .form-control-inline { display: inline-block; } .shadow { box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15)!important; } .bg-white { background-color: #fff!important; } .bg-gray { background-color: #eee!important; } .navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; /*background: #4b4c7b;*/ background: #610a86; } .navbar { position: relative; padding: .5rem; /*border-bottom: 1px solid #e6e6e6;*/ } .topnav .navbar-brand { width: 15rem; padding-left: 1rem; padding-right: 1rem; margin: 0; font-size: 1rem; font-weight: 700; } .btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.255rem .75rem; /*font-size: 1rem;*/ line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .btn { transition-duration: 0.4s; } .btn-default:hover { color: #fff; background-color: #545b62; border-color: #4e555b; } .btn-default { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn:not(:disabled):not(.disabled) { cursor: pointer; } .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } .btn-cancel { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-cancel:hover { color: #fff; background-color: #c82333; border-color: #bd2130; } .btn-blue { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-blue:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; } .btn-warn { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107; } .btn-warn:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-large { font-size: 110%; } .app { background-color: #f7f7f7; /*height: 100%;*/ overflow: hidden; margin: 0; padding: 0; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2); } .coln-left { flex: 30%; padding: 0; margin: 0; } .coln-middle { flex: 30%; } .coln-right { flex: 70%; } /* Clear floats after the columns */ .row { display: flex; } .full-height { height: 100vh; } .full-width { width: calc(100vw - 200px); height: calc(100vh - 64px); } .full-width-active { width: calc(100vw - 60px); } .container { width: 100%; } .users-header { height: 4rem; padding: 10px; background: #610a86; /*border-bottom: 1px solid #e6e6e6;*/ font-size: .95rem; font-weight: 500; } .users-header:after, .users-header:before { display: table; content: " "; } .users-header:after { clear: both; } .reply { height: 60px; width: 100%; background-color: #eae7e5; padding: 10px 5px 10px 5px !important; margin: 0 !important; z-index: 1000; } .reply textarea { width: 100%; resize: none; overflow: hidden; padding: 5px !important; outline: none; border: none; text-indent: 5px; box-shadow: none; height: 100%; font-size: 16px; } textarea.form-reply { height: 2.6em; margin-right: .5em; } .form-reply { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .select { display: block; width: 100%; padding: .275rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .select-inline { display: inline-block; width: inherit; } .message { width: auto !important; padding: 4px 10px 7px !important; border-radius: 10px 10px 10px 0; background: #daf1c6; font-size: 12px; box-shadow: 0 1px 1px rgba(43, 43, 43, 0.16); word-wrap: break-word; display: inline-block; margin: 1em 0 0; max-width: 80%; } .message-sender { float: right; background: #ececec; border-radius: 10px 10px 0 10px; margin-left: 20% !important; } .message-row:after, .message-row:before { display: table; content: " "; } .message-row:after { clear: both; } .message-content { margin: 0 !important; padding: 5px !important; word-wrap: break-word; font-weight: 400; font-size: 14px; padding-bottom: 0 !important; color: #202035; } .message-user { margin: 0; font-style: italic; text-shadow: none; } .video-container { /*height: 100%;*/ height: calc(100vh - 64px); position: relative; background: rgba(0, 0, 0, 0.61); /* Display only when showing video */ display: block; transition: all 1s ease-out; opacity: 1; } .no-video { display: none; transition: opacity 1s ease-out; opacity: 0; } .mobile-container { display: block !important; } .login-container { height: calc(100vh - 64px); position: relative; display: block; } .login-box { position: absolute; top: 90px; left: 25%; width: 21em; padding: 2em; } .login-box h2 { text-align: center; margin-bottom: 40px; } .label-fallback { opacity: 0.5; } .label { background-color: rgba(0, 0, 0, 0.6); left: 0; position: absolute; top: 0; width: auto; z-index: 1; text-align: center; height: 2em; margin: 10px 10px 10px 38%; padding: 0 20px; line-height: 30px; color: #d4d4d4; } .nav-link { padding: 0; color: #dbd9d9; min-width: 32px; display: block; text-align: center; margin: 0 10px; position: relative; line-height: 1.1; } .nav-link span { display: block; } .nav-link label { display: block; cursor: pointer; color: #fff; font-size: 55%; } .nav-link:hover { color: #c2a4e0; } .nav-link label:hover { color: #c2a4e0; } .nav-cancel, .muted, .nav-cancel label, .muted label { color: #d03e3e } .nav-cancel:hover, .muted:hover, .nav-cancel label:hover, .muted label:hover { color: #d03e3e } .nav-button { cursor: pointer; font-size: 25px; } .header-title { float: left; margin: 0; font-size: 1rem; font-weight: 700; color: #cecece; line-height: 2em; } #title { text-align: center; } h1 { white-space: nowrap; } #statdiv { white-space: nowrap; margin-bottom: 2pt; } #errspan { margin-left: 1em; } .connected { color: green; } .disconnected { color: red; font-weight: bold; } .userform { display: inline } .invisible { display: none; } .error { color: red; font-weight: bold; } .noerror { display: none; } .clear { clear: both; content: ""; } #optionsdiv { margin-bottom: 4px; } #presentbutton, #unpresentbutton { white-space: nowrap; margin-right: 0.4em; font-size: 1.1em; } #videoselect { text-align-last: center; margin-right: 0.4em; } #audioselect { text-align-last: center; } #mutebutton { margin-right: 0.4em; } #sharebutton, #unsharebutton { white-space: nowrap; } #unsharebutton { margin-right: 0.4em; } #sendselect { width: 8em; text-align-last: center; margin-right: 0.4em; } #requestselect { width: 8em; text-align-last: center; } #main { /*display: flex;*/ } #chatbox { height: 100%; } #chat { padding: 0 !important; margin: 0 !important; background-color: #f9f9f9; background-size: cover; overflow-y: scroll; border: none; border-right: 4px solid #e6e6e6; height: 100% !important; min-width: 300px; } #inputform { display: flex; } #box { /*height: 95%;*/ overflow: auto; height: calc(100% - 60px); padding: 10px; } #disconnectbutton, #connectbutton { margin-left: 80px; margin-top: 15px; } #input { width: 100%; border: none; resize: none; overflow-y: hidden; } #input:focus { outline: none; } #inputbutton { /*background-color: white; border: none; margin-right: 0.2em;*/ } #inputbutton:focus { outline: none; } #resizer { width: 8px; margin-left: -4px; z-index: 1000; } #resizer:hover { cursor: ew-resize; } #peers { padding: 10px; display: grid; grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(2, auto); grid-gap: 20px; position: absolute; top: 0; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 1000; background-size: cover; overflow: hidden; } .peer { margin-top: auto; position: relative; } .media { width: 100%; max-height: calc(100vh - 73px); } .media-failed { opacity: 0.7; } #inputform { width: 100%; } .sidenav { background-color: #4d076b; -webkit-box-shadow: 0 0 24px 0 rgba(71,77,86,.1), 0 1px 0 0 rgba(71,77,86,.08); box-shadow: 0 0 24px 0 rgba(71,77,86,.1), 0 1px 0 0 rgba(71,77,86,.08); display: block; position: fixed; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; width: 0px; z-index: 2999; top: 0; right: 0; height: 100vh; overflow-x: hidden; overflow-y: hidden; padding-top: 64px; } .sidenav a { padding: 10px; text-decoration: none; font-size: 30px; color: #dbd9d9; display: block; transition: 0.3s; } .sidenav a:hover { color: #c2a4e0; } .sidenav .closebtn { cursor: pointer; position: absolute; top: 0; right: 25px; margin-left: 50px; } .sidenav label{ display: block; margin-top: 15px; } .sidenav-header { border-bottom: 1px solid #e6e6e6; background: #eee; } .sidenav-content { padding: 20px; background: #fff; height: 100%; } .sidenav-content h2 { margin: 0; } .nav-menu { margin: 0; } .nav-menu li { float: left; max-height: 70px; list-style: none; } .show-video { position: absolute; display: none; right: 30px; bottom: 120px; color: white; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 150%; border-radius: 30px; background: #600aa0; -webkit-box-shadow: 4px 4px 7px 1px rgba(0,0,0,0.16); -moz-box-shadow: 4px 4px 7px 1px rgba(0,0,0,0.16); box-shadow: 4px 4px 7px 1px rgba(0,0,0,0.16); } .blink { -webkit-animation: blink 1.0s linear infinite; -moz-animation: blink 1.0s linear infinite; -ms-animation: blink 1.0s linear infinite; -o-animation: blink 1.0s linear infinite; animation: blink 1.0s linear infinite; } @keyframes blink { 0% { box-shadow: 0 0 15px #600aa0; } 50% { box-shadow: none; } 100% { box-shadow: 0 0 15px #600aa0; } } @-webkit-keyframes blink { 0% { box-shadow: 0 0 15px #600aa0; } 50% { box-shadow: 0 0 0; } 100% { box-shadow: 0 0 15px #600aa0; } } /* Dropdown Menu */ .dropbtn { cursor: pointer; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #fff; max-width: 300px; min-width: 200px; margin-top: 11px; overflow: auto; right: 7px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); z-index: 1; padding: 15px; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown a:hover {background-color: #ddd;} .show {display: block;} .dropdown-content label{ display: block; margin-top: 15px; } /* END Dropdown Menu */ /* Sidebar left */ .svg-inline--fa { display: inline-block; font-size: inherit; height: 1.2em; overflow: visible; vertical-align: -.125em; color: #dbd9d9; } .svg-inline--fa:hover { color: #c2a4e0; } #left-sidebar { min-width: 200px; max-width: 200px; transition: all 0.3s; background: #ffffff; border-right: 1px solid #dcdcdc; z-index: 1039; } #left-sidebar .sfu-header { display: inline-block; } header .colapse { float: left; text-align: center; cursor: pointer; padding-top: 5px; margin-right: 20px; } .sfu-header { font-size: 1.3rem; font-weight: 900; color: #dbd9d9; /*color: #416d8e;*/ } .header-sep { height: 20px; } /* Shrinking the sidebar from 200px to 60px and center aligining its content*/ #left-sidebar.active { min-width: 60px; max-width: 60px; text-align: center; } #left-sidebar .sidebar-header strong { display: none; } #left-sidebar.active .sidebar-header h3 { display: none; } #left-sidebar.active .sidebar-header strong { display: block; } #users { padding: 0; margin: 0; height: 100%; width: 100%; z-index: 1; position: relative; display: block; background-color: #fff; overflow-y: auto; border: 1px solid #f7f7f7; } #users > div { position: relative; padding: 10px !important; border-bottom: 1px solid #f0f0f0; height: 40px; line-height: 18px; margin: 0 !important; cursor: pointer; } #left-sidebar.active #users > div { padding: 10px 5px !important; } #users > div:hover { background-color: #f2f2f2; } #users > div::before { content: "\f111"; font: normal normal normal 14px/1 FontAwesome; color: #20b91e; margin-right: 5px; } /* END Sidebar Left */ @media screen and (max-height: 450px) { .sidenav-content {padding: 10px;} .sidenav a {font-size: 18px;} } /*@media only screen and (max-width: 768px) {*/ @media only screen and (max-device-width: 768px) { .nav-link { margin: 0; line-height: 1.5; } .nav-link label { display: none; } .nav-text { display: none; } .label { margin: 5px 5px 5px 30%; } .video-container { height: calc(100vh - 64px); position: fixed; top: 64px; right: 0; left: 0; margin-bottom: 60px; } .coln-left { flex: 100%; width: 100vw; } .coln-right { flex: none; } .full-width { width: 100vw; } #left-sidebar.active { min-width: 200px; max-width: 200px; } #left-sidebar { min-width: 60px; max-width: 60px; text-align: center; margin-left: -60px !important; } /* Reappearing the sidebar on toggle button click */ #left-sidebar { margin-left: 0; } #left-sidebar .sidebar-header strong { display: none; } #left-sidebar.active .sidebar-header h3 { display: none; } #left-sidebar.active .sidebar-header strong { display: block; } #peers { padding: 3px; } }