﻿body {
    background-color: #787878;
    color: black;
}

.footerNewInfo {
    color: white !important;
}

.contgray {
    background-color: #787878;
    color: white;
}

.standardMenuItems a {
    color: white !important;
}

.standardMenuItems td:hover {
    text-decoration: underline;
}

h1, h2 {
    color: white !important;
}

h1 {
    margin: 20px;
}

h2 {
    margin: 20px;
}

h3 {
    margin: 30px auto 15px;
}

a span {
    color: black;
    font-weight: 500;
}

a:hover span {
    color: white;
}

.lcMainTit {
    color: #2c4e43;
    font-size: 60px;
}


.langcompMenu, .langcompMenu table {
    width: 450px;
    max-width: 450px;
    margin: 0 auto 30px;
    border-spacing: 10px;
}

    .langcompMenu td {
        width: 50%;
        height: 190px;
        min-height: 190px;
    }

    .langcompMenu a, .langCompWrapper a {
        width: 200px;
        min-width: 200px;
        height: 60px;
        color: white !important;
        display: block;
        padding: 140px 5px 0;
        text-decoration: none;
        text-align: center;
        font-size: 19px;
        line-height: 24px;
        position: relative;
        vertical-align: bottom;
    }


.langCompWrapper a {
    display: inline-block;
}

.langCompContainer {
    text-align: center;
    padding-top: 30px !important;
}

.langCompWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
}

    .langCompWrapper div {
        display: block;
        width: 212px;
        height: 212px;
        position: relative;
        min-height: 212px;
        min-width: 212px;
    }


.whiteCont .contgray, .selectSceneSpeakerPart .contgray {
    color: #820000 !important;
    background-color: white;
}

@media screen and (max-width:800px) {
    .whiteCont {
        width: 90%;
        margin: 0 auto;
    }

        .whiteCont .contgray, .selectSceneSpeakerPart .contgray {
            color: white !important;
            background-color: #787878;
        }
}


.cleaner {
    clear: both;
}

.langcompMenu a:hover, .langCompWrapper a:hover {
    background-color: transparent;
}

.langcompMenu a span {
    font-size: 14px;
    display: inline-block;
    color: white;
    color: #93ced6 !important;
}

.specialButt, .partSizesButt, .speakerSceneLineButt, .charactersScenesButt, .cueballerButt {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #820000;
}

    .specialButt:hover, .partSizesButt:hover, .speakerSceneLineButt:hover, .charactersScenesButt:hover, .cueballerButt:hover {
        background-color: #720000;
    }


.specialButt {
    background-image: url(_images/langComp_SpecialFeaturesIco.png);
    background-position-y: 20px;
}

.partSizesButt {
    background-image: url(_images/PartsLengthsIco.png);
    background-position-y: 50px;
}


.speakerSceneLineButt {
    background-image: url(_images/CharacterLinesPerScenes_ICO.png);
    background-position-y: 45px;
}

.charactersScenesButt {
    background-image: url(_images/charScenesICO.png);
    background-position-y: 35px;
    max-height: 95px;
    height: 100%;
    width: auto;
}

.cueballerButt {
    background-image: url(_images/cueballer_ICO.svg);
    background-position-y: 40px;
    max-height: 95px;
    height: 100%;
    width: auto;
}


.languageCompanionButt a {
    color: white !important
}



.selectSceneSpeakerPart {
    font-size: .8em;
}

.selectSceneSpeakerTab span {
    color: #820000;
}

.selectSceneSpeakerPart .spkName {
    color: #820000;
}

.selectSceneSpeakerPart .speakerPart {
    margin-top: 20px;
}

.labelRow span {
    font-size: 1em;
}

.selectSceneSpeakerTab select {
    font-size: .9em;
}

.selectSceneSpeakerPart .playChecksRowMobile {
    position: relative;
    top: 0;
    left: 0;
}

.textSubMenuTableVis {
    background-color: white;
    color: black;
    position: relative;
    top: -2px;
}

    .textSubMenuTableVis span {
        background-color: white;
        color: black;
    }

@media screen and (max-width:800px) {
    .textSubMenuTableVis {
        top: -12px;
        border:none !important;
    }
}


.selectSceneSpeakerPart .playChecksRowMobile {
    background-color: transparent;
    visibility: hidden;
    height: 50px;
    min-height: 50px;
    overflow: visible;
    position: relative;
    z-index: 800;
}

    .selectSceneSpeakerPart .playChecksRowMobile span {
        display: none;
    }

    .selectSceneSpeakerPart .playChecksRowMobile select {
        display: inline-table;
        visibility: visible;
        font-size: .9em;
        position: relative;
        top: 0;
        left: 0;
        float: left;
    }

@media screen and (max-width: 800px) {
    .selectSceneSpeakerPart .playChecksRowMobile select {
        top:-3px;
    }
}

@media print and (min-width: 480px) {
    .playChecksRowMobile {
        display: none;
        visibility: hidden;
    }

    .mainTitleMb.contgray, .mainMenuContainer {
        display: none;
        visibility: hidden;
    }

    .mainContainer {
        padding: 5%;
    }
}

.introRow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    margin-bottom: 30px;
}

.irCol {
    width: 33%;
    flex-grow: 1;
    flex-shrink: 3;
    box-sizing: border-box;
    padding: 15px;
}

.charGrid {
    width: 100%;
    top: 100px;
    display: block;
    padding-top: 30px;
    overflow: visible;
}

#grid {
    height: calc(100vh - 160px) !important;
    max-height: calc(100vh - 160px) !important;
}

.k-link {
    line-height: 1.5em !important;
}

.mobTit {
    visibility: hidden;
    display: none;
}




@media screen and (max-width: 800px) {
    #grid {
        font-size: .8em !important;
        line-height: 1em !important;
    }

    .introRow {
        display: block;
        padding: 40px;
    }

    .irCol {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .mobTit {
        visibility: visible;
        display: block;
    }
    .redTit {
        color:#820000 !important;
    }
}

.selectSceneSpeakerPart {
    width: 96%;
    background-color: white;
    padding: 30px 2%;
    font-size: 1em;
}

.selectSceneSpeakerTab {
    width: 100%;
    min-width: 100%;
}

    .selectSceneSpeakerTab td:first-child, .selectSceneSpeakerTab td:last-child {
        width: 28%;
        padding-right: 2%;
    }

    .selectSceneSpeakerTab td:nth-child(2), .selectSceneSpeakerTab td:nth-child(3) {
        width: 18%;
        padding-right: 2%;
    }

    .selectSceneSpeakerTab select {
        width: 100%;
        height: 48px;
        font-size: 1.2em;
    }

    @media screen and (max-width:800px) {
        .selectSceneSpeakerTab select {
         font-size: .9em !important;
        }
    }


    .selectSceneSpeakerTab input[type=submit] {
        width: 100%;
        margin-top: 15px;
    }

        .selectSceneSpeakerTab input[type=submit].aspNetDisabled, input[type=submit].selectSceneSpeakerTab .aspNetDisabled:hover {
            background-color: gray;
            cursor: not-allowed;
        }
