﻿.boxContainer {
    background-color: #7D1935;
}

.container:first-child .row:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}
    .container:first-child .row:first-child .logo {
        width: 33%;
    }

    label .required:after {
    color: red;
    content: " *";
}

option:disabled {
    color: #999999
}

.header h1 {
    color: white;
}

.mainForm {
    background-color: white;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

audio:focus {
    outline: none;
}

.tcwrapper {
    display: block;
    border: 1px solid #00629B;
    padding: 5px;
    margin: 1rem 0;    
    width: auto;
    height: 30rem;
    overflow: auto;
}

    .tcwrapper h2 {
        font-size: 1.5em;
        font-weight: 500;
        color: #000000;
        line-height: 1.6em;
    }

    .tcwrapper p {
        font-size: 15px;
    }

    .tcwrapper::-webkit-scrollbar {
        width: 18px;
        /*margin-right: 32px;*/
        /*border-radius: 9px;*/
        border: 1px solid gray;
    }

    .tcwrapper::-webkit-scrollbar-thumb {
        background-color: #f4f4f4;
        /*width: 18px;
        height: 18px;*/
        /*border-radius: 9px;*/
        box-shadow: inset 0 0 5px 0 lightgray;
        border: 1px solid gray;
    }

    /*.tcwrapper::-webkit-scrollbar-track {        
        border-radius: 9px;
    }*/

    /*Firefox support*/
    .tcwrapper scrollbar-width: thin;
    .tcwrapper scrollbar-color: #fff gray;

    .rsbtn_exp {
        min-width: 300px;
    }

#rsbtn_scrollcontrols {
    display: none !important;
}

@media all and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .rs-player-loadindicator {
        display: none !important;
    }
}

@media all and (min-device-width : 320px) and (orientation : portrait) {
    .rs-player-loadindicator {
        display: none !important;
    }
}

@media all and (max-device-width : 1023px) {
    .container:first-child .row:first-child .logo {
        width: 40%;
    }
}

/*@media all and (max-device-width : 768px) {
    .container:first-child .row:first-child .logo {
        width: 40%;
    }
}*/

@media all and (max-device-width : 767px) {
        /*.container:first-child .row:first-child {
        padding: 20px 0;
    }*/

        .container:first-child .row:first-child {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            padding: 1rem;
        }

            .container:first-child .row:first-child .logo {
                width: 50%;
                padding: 8px 12px;
            }

        .header h1 {
            font-size: 1.5rem;
        }

        .tcwrapper {
            height: 20rem;
        }
    }

@media all and (max-device-width : 600px) {
    .container:first-child .row:first-child .logo {
        width: 66%;
    }
}

@media all and (max-device-width : 500px) {
    .container:first-child .row:first-child .logo {
        width: 80%;
    }
}

    #homeBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #e5e5e5;
        color: #313131;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #homeBtn:hover {
            background-color: #e5e5e5;
        }

    .grecaptcha-badge {
        display: none;
    }
input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
}
.checkboxtext {
      display: inline;
      padding-left:7px;
}