/* primary accent color : #0081CA */
/* secondary accent color: #0081CA */

body {
    font-family: 'Open Sans', sans-serif;
}

.background {
    background-size: cover;
    background-position: center;
}

.panel {
    background-color: #FFF;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.popover {
    border-radius: 0;
    border: solid 2px #666;
    padding: 15px;
}

.attendee-popover .circle {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    width: 30px;
    min-width: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.attendee-popover .initials {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: 6px;
}

.attendee-popover .status {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-radius: 100px;
}

.attendee-popover .online-background {
    background-color: #22FF22;
}

.attendee-popover .offline-background {
    background-color: #ababab;
}

.attendee-popover .incall-background {
    background-color: #ff7023;
}

.attendee-image {
    width: 100%;
    height: 150px;
    background-color: #EEE;
    object-fit: contain;
}

.btn {
    border-radius: 0;
    border: none;
}

.btn:hover:enabled {
    background-color: #CCC !important;
}

.form-control {
    border-radius: 0;
}

.form-control:focus, .btn:focus {
    box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

h4 {
    font-size: 16px;
}

a {
    text-decoration: none;
}
a, a:hover, a:visited, a:hover {
    color: inherit;
}
a:hover {
    color: #666;
}

.tooltip-inner {
    border-radius: 0;
}

.flex-basis-0 {
    flex-basis: 0px;
}

.form-check-input {
    height: 20px;
    width: 20px;
}

.form-check-label {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #999;
}

.field-description {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #2d2d2d;
}

/* BOOTSTRAP ADDITIONAL CLASSES */

@media (min-width: 1200px) {
    .w-xl-100 {
        width:100% !important;
    }
    .h-xl-100 {
        height:100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .fixed-top-xl {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1030 !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .nowrap {
        flex-wrap: nowrap !important;
    }
}
