﻿.boxContainer {
    background-color: #7D1935;
}
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-top: 5px;
    width: auto;
    height: auto;
   }

.tcwrapper h2 {
    font-size: 1.5em;
    font-weight: 500;
    color: #000000;
    line-height: 1.6em;
}

.tcwrapper p{
    font-size:15px;
}
.rsbtn_exp {
    min-width: 300px;
}
#rsbtn_scrollcontrols {
    display: none !important;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .rs-player-loadindicator {
        display: none !important;
    }
}
@media only screen and (min-device-width : 320px) and (orientation : portrait) {
    .rs-player-loadindicator {
        display: none !important;
     }
}
#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;
   }