/*--------------------------------------------------------------
# broadcaster
--------------------------------------------------------------*/

ul {
    list-style-type: none;
}

svg{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position:absolute;
    z-index: -1;
}

path{
    stroke-linecap: square;
    stroke: white;
    stroke-width: 0.5px;
}

/* ------------------- ids ----------------- */

#app_help {
    background: #fff;
    padding: 60px;
    height: calc(100vh - 80px);
}


#intro .intro-text-vm {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#header #logo-bc {
    float: left;
}

#header #logo-bc div {
    color: #fff;
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

#header #logo-bc a {
    font-size: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo-bc a, #header #logo-bc a:hover {
    color: #fff;
}

#header #logo-bc span {
    margin: -4px 0 0 0;
    padding: 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

@media (max-width: 768px) {
    #header #logo-bc h1 {
        font-size: 24px;
        margin-top: 0;
    }
    #header #logo img {
        max-height: 40px;
    }
}

#logo-bc img {
    position: relative;
    top: -12px;
}

#main-broadcaster {
    min-height: calc(100vh - 50px);
    padding-top: 120px;
}

#intro-broadcaster {
    width: 100%;
    height:100%;
    background-size: cover;
    position: relative;
}

#intro-user {
    width: 100%;
    height:100%;
    background-size: cover;
    position: relative;
}

#main-user {
    min-height: calc(100vh - 50px);
    padding-top: 120px;
}

#btToggleRecord, #btCheck, #btArchive,
#btSaveVocal, #btUpdateVocal, #btRemoveVocal, #btVocalCheck,
#btSaveMessage, #btSaveEvent, #btEventCreate, #btMessageCreate {
    background: linear-gradient(45deg, #03256C, #1768AC);
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    outline: 0 none;
}

#btLogin, #btSignin, #btRestorePassword, #btChangePasswordSubmit, #btTokenResend {
    background: linear-gradient(45deg, #03256C, #06BEE1) !important;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff !important;
    outline: 0 none;
}

#btVocalCreate, #btVocalReview, #btHomeSignin, #btHomeFromTokenConfirm, #btSigninContactFormSubmit, #btSigninBrandCodeSubmit, #btSubmitSigninForm, #btBrandCodeSubmit {
    float: right;
    background: #fff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #03256C;
    outline: 0 none;
}

#btHomeSigninCenter {
    background: #fff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #03256C;
    outline: 0 none;
}

#btFullnameSubmit {
    background: #fff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #03256C;
    outline: 0 none;
}

#intro-broadcaster text-center {
    align-items: center;
    justify-content: center;
    text-align: center !important;
}

#form_vocal {
    display: none;
}

#saveeventfinished {
    display: none;
}

#savemessagefinished {
    display: none;
}

#tbl_messages, #tbl_events, #tbl_vocals th {
    text-align: center;
}

#tbl_messages, #tbl_events, #tbl_vocals td {
    text-align: left;
}

#survey-title {
    margin-bottom: 20px;
}

#q2 {
    display: none;
    color: #fff;
}

#signin-direct-contact {
    color: #03256C;
    margin-top:20px;
}

#signin-userinfo-request {
    display: none;
    /* margin-bottom: 20px; */
}


#signin-direct-contact ul {
    padding: 0px;
}

#signin-userinfo-request h4 {
    text-align: left;
}

#signin-contactform-container, #signin-direct-contact a {
    color: #fff;
}

#help-content img {
    padding: 4px;
    border: 4px solid rgba(6, 190, 225, 0.7);
}

/* --------------------- klazz --------------- */

.signin-content {
    padding-top: 10px;
    padding-bottom:  10px;
    background-color: rgba(6, 190, 225, 0.7);
}

.roundedbox-message {
    border-radius: 14px;
    background-color: #03256C;
    color: #fff;
    padding: 10px;
    font-size: 125%;
    text-align: left;
    display: block;
}

.signin-question {
    text-align: left;
    color: #fff;
}

.signin-question li {
    font-size: 125%;
    line-height: 200%;
}

.signin-question button[type="button"] {
    background: linear-gradient(45deg, #03256C, #1768AC);
    border: 0;
    border-radius: 14px !important;
    width: 28px;
    height: 28px; 
    padding: 0px 3px 4px 2px !important;
    outline: 0 none;
}

.questionnaire-check span {
    display: none;
}

.questionnaire-check:hover span {
    display: block;
}

.broadcaster-content {
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.user-content {
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.row-left {
    text-align: left;
}

.calendar-container {
    height: 100%;
    min-height: 340px;
}

.white-heading {
    color: #fff;
}

.blue-heading {
    color: #03256C;
}

.red-heading{
    color: #880000;
}

.broadcaster-header {
    background-color: #03256C;
    /* padding: 20px 0; */
    /* height: 72px; */
}

.broadcaster-badge {
    padding: 1vh;
}

.broadcaster-badge-content {
    background: linear-gradient(45deg, #03256C, #1768AC);
    border-radius: 2vh;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 130%;
}

.badge-brandcode-form {
    background: linear-gradient(45deg, #03256C, #1768AC);
    border-radius: 2vh;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 130%;
}

.broadcaster-badge button[type="button"] {
    margin-top: 10px;
    background: #fff;
    width: 90%;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #03256C;
    outline: 0 none;    
}

.spectrum {
    background: linear-gradient(0deg, rgba(6, 190, 225, 0.2), #1768AC);
    /* background-color: #bcf4f5; */
    height: 200px;
}

.toggleRecord {
    margin-top: 60px;
}

.recordinglist {
    margin-top: 120px;
}

.recordinglist li {
    height: 60px;
}

.recordlist-item {
    display: flex;
    align-items: center;
    justify-content: center;
}


.mpp-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.vocal-check-bagde{
    width:75%;
    min-height: 180px;
    margin: 10px;
    background: linear-gradient(45deg, #03256C, #1768AC);
    border-radius: 2vh;
    display: flex;
    color: #fff;
    font-size: 130%;
    display: table;
}

.vcb-title {
    width: 100%;
    min-height: 40px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.vcb-content {
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.vcb-resume-notification-label {
    position: relative;
    top: -10px;
    font-size: 75%;
}

.priority-level-1 {
    background-color: #FA2601;
}

.priority-level-2 {
    background-color: #FA8A00;
}

.priority-level-3 {
    background-color: #FFEB00;
}

.priority-level-4 {
    background-color: #27AB00;
}

.fullname-form-hidden {
    display: none;
}

.fullname-form {
    /* nop */
}

.is-invalid{
    border-color: #dc3545;
}

/*------------------------------------------------------------*/

@media (max-width: 768px) {
    .vocal-check-bagde {
        width: 90%;
    }
}
