/* custom-styles */
.form-label, .form-input { font-size: 0.9em }
.form-input.error, .custom-select.error {
    border: 1px solid red;
}

textarea.form-input {font-family: Courier; font-size: 12px; line-height: 1.4em;}

body {
    /*background-image: linear-gradient(-90deg,#eeeeee 0,#ffffff 50%,#eeeeee 100%);*/
}

teaxtarea:focus, textarea:focus-visible {
    outline: none;
}

teaxtarea:focus, textarea:focus-visible {
    border-color: #222;
}

.menu-dropdown-content {
  padding: 0px 0px !important;
}

.card.meetzi-equipment-card {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
    background-color: white !important;
    background: white;
}

.privacywarning {
    position: absolute;
    width: 300px;
    z-index: 999;
    margin-left: -100px;
}

.ellipsize-left {
    /* Standard CSS ellipsis */
    white-space: nowrap;                   
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 200px;
    
    /* Beginning of string */
    direction: rtl;
    text-align: left;
}

:focus {
    outline-width: 0px;
}

pre {
    font-family: unset;
}

input.btn {
    /*height: 2.5em;
    padding-top: 2px;*/
    font-size: 14px;
}

.btn-group .btn.active, .btn-group .btn:active, .btn-group .btn:focus, .btn-group .btn:hover {
    z-index: unset;
}

.btn:focus {
    box-shadow: none;
}

.btn.active, .btn:active{
    background: none;
}

.btn.disabled, .btn:disabled, .btn[disabled] {
    cursor: not-allowed;
}

.btn.float-right {
    margin-left: 2px;
}

.btn.float-left {
    margin-right: 2px;
}

 /* Colors and Fonts */
.btn.btn-primary {
    background: #506492;
    border-color: #2B4066;
    /*font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background: #2B4066;
    border-color: #2B4066;
}

.btn.btn-secondary {
    background: #EEE;
    border-color: #CCC;
    color: #888;
    /*font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}
.btn.btn-secondary:hover {
    background: #CCC;
    border-color: #CCC;
    color: #666;
}

.form-switch .form-icon {
    background: #bcc3ce;
    border-color: #bcc3ce !important;
}

.form-switch input:checked + .form-icon {
    background: #506492;
    border-color: #506492 !important;
}

.menu .menu-item {
    font-size: 14px;
}

.menu .menu-item:hover {
    color: #506492;
    background: #eee;
}

.navbar {
    font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #506492;
    background-image: linear-gradient(-90deg,#506492 0,#798ebe 50%,#506492 100%);
    box-shadow: 0 0.1px 3px black;
    flex-wrap: nowrap;
    min-height: 56px;
    padding: 0.5rem;
    height: 3.5rem;
    
    position: relative;
    z-index: 410;
    -webkit-user-select: none;
    -webkit-app-region: drag;
}

.navbar > section {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
}

.navbar a.nav-link {
    color: white !important;
    margin-right: 20px;
}
.navbar a.nav-link .nav-link-icon {
    margin-right: 5px;
}

.navbar .logo {
    max-height: 50px;
}

.navbar-debug {
    color: white;
}

.navbar .btn, .navbar a {
    -webkit-app-region: no-drag;
}

.avatar {
    border-radius: 50%;
    background-blend-mode: multiply;
    background-color: #bbb;
}

.avatar.avatar-xl {
    height: 5rem;
    width: 5rem;
}

.btn.btn-link {
    font-size: 16px;
}



.bg-dark .module-toolbar .btn .btn-title {
    font-size: 14px;
}



.btn.btn-link, .bg-dark .module-toolbar .btn:not(:hover).active .btn-title {
    /* color: #222; //breaks color in room mobile */
}

.bg-dark .module-header, .bg-dark .module-footer {

}

.bg-dark .module-toolbar .btn-group .btn {
    color: #ddd;
}

.bg-dark .module-toolbar .btn-group .btn:hover {
    color: #fff;
    filter: brightness(1.1);
}

.bg-dark .module-toolbar .btn-group .btn:not(:hover).active {
    /*color: #222;*/
    background-color: #0002;
}

.bg-dark .module-body {
    background-color: #2B4066;
}

.bg-bright .btn .btn-title {
    color: #333;
    font-size: 14px;
}

.btn.btn-link.active, .btn.btn-link:active,
.btn.btn-link.active:focus, .btn.btn-link:active:focus {
    background-color: #333;
    color: white;
}

.options-header {
    border-bottom: 1px solid #EEE;
    padding-top: 15px;
    padding-left: 10px;
    font-weight: bold;
    height: 30px;
    color: #506492;
}

.options-header:first-child {
    padding-top: 0px;
}

.card {
    box-shadow: 0 0.25rem 1rem rgba(48,55,66,.15); max-width: 1120px;
}

.h1, h1 {
    color: #506492;
    font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.h2, h2 {
    color: #2B4066;
    font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.h3, h3 {
    font-size: 1.5em;
    color: #506492;
    font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a, a:visited {
    color: #506492;
}

a.active, a:active, a:focus, a:hover {
    color: #2B4066;
}

.form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon {
    background: #506492;
    border-color: #506492;
}

.form-label {
    font-size: 1.0em !important;
    font-weight: bold;
    color: #666;
}

.form-input:focus {
    border-color: #506492;
}

.modal-container p {
    font-size: 0.9em;
}

ol li, ul li {
    margin-top: 0px;
}

.form-checkbox, .form-radio, .form-switch {
    font-size: 0.9em;
    cursor: pointer;
    padding-left: 45px;
}

.form-checkbox .form-icon, .form-radio .form-icon {
    height: 1rem;
    width: 1rem;
}

.form-radio input:checked + .form-icon::before {
    height: 12px;
    width: 12px;
}

.form-radio:hover input + .form-icon {
    background: #506492;
}

.mt-3 {
    margin-top: 16px;
}

.mb-3 {
    margin-bottom: 16px;
}

/*.modal-md .modal-container {
    margin-top: -25vh;
}*/

.form-input[readonly]::placeholder {
    color: #000;
}

.toast.toast-warning {
    /*background: #f99500;
    border: 1px solid orange;*/
    background: #444;
    border: 1px solid #666;
}

.startupwarning {
    clear: both;
    padding: 10px;
    margin: 20px;
    margin-bottom: 20px;
    border: 1px solid orange;
    color: black;
    background: #ffca6a;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0.25rem 1rem rgba(48,55,66,.15);
    /*max-width: 1120px;*/
    max-width: 800px;
    display: none;
}

.startuperror {
    clear: both;
    padding: 10px;
    margin: 20px;
    margin-bottom: 20px;
    border: 1px solid red;
    color: black;
    background: #ffa9a0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0.25rem 1rem rgba(48,55,66,.15);
    max-width: 1120px;
    display: none;
}

#chooseaction {
    margin-bottom: 20px;
}

.modal.active .modal-overlay, .modal:target .modal-overlay {
    background: rgba(247,248,249,.85);
}

#meetzi .card {
    background: #f9f9f9;
}
.meetzitabs .btn.btn-secondary {
    background: #CCC;
    opacity: 0.7;
}

.volumen-wrapper-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.volumen-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.led {
  width: 40px;
  height: 12px;
  background-color: #292a38;

  box-shadow: -2px -2px 4px 0px #a7a7a73d inset, 2px 2px 4px 0px #0a0a0e5e inset;
  margin: 0 5px;
}

.meetzi-equipment-card > .card-header {
    padding-top: 0.5rem;
}

.meetzi-equipment-card > .card-body {
    padding-bottom: 0.5rem;
}


.meetzi-equipment-modalbody {
    padding-top: 0px;
}

.meetzi-equipment-modalfooter {
    padding-top: 0px;
}

.meetzi-equipment-audio {
    width: 100%;
    height: 30px;
}

.meetzi-equipment-video {
    max-height: 20vh;
}

.button-check-setup {
    display: none;
}

@media screen and (min-width: 1153px) {
    .btn.btn-link, .btn.btn-link:focus {
        background-color: #2B4066;
        color: white;
        margin-right: 3px;
        margin-left: 3px;
        border-radius: 4px;
    }
    
    .btn.btn-link:hover, .btn.btn-link:focus:hover {
        background-color: white;
        color: #2B4066;
    }
    
    .modal-md .modal-container {
        min-width: 720px;
    }
    
    .button-check-setup {
        display: initial;
    }
}

@media screen and (max-width: 1024px) {
    .h1, h1 {
        font-size: 2em;
    }

    .h2, h2 {
        font-size: 1.75em;
    }

    .h3, h3 {
        font-size: 1.5em;
    }
}


.app .navbar, #app .navbar {
    height: 40px;
    min-height: 40px;
}

.app .navbar .btn.btn-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
    height: 30px;
}

.app .navbar .avatar.avatar-lg {
    height: 1.9rem;
    width: 1.9rem;
}

.app .navbar .navbar-data table tr:nth-child(2) {
    display: none;
}

.app .navbar .navbar-data table tr:last-child {
    display: none;
}

.app .navbar .navbar-data table tr td:first-child {
    display: none;
}

.modal-content .share-modal .share-greeting {
    width: 180px;
}

.modules {
    height: calc(100% - 40px) !important;
}