.site-mobile-menu{
	padding-top: 0px;
}
.site-section {
    padding: 3rem 0;
}
.ai-tabs{
	font-size: 18px;
    margin: 10px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 2.3em;
}
.ai-tabs-title{
	font-weight: bold;
    /* line-height: 1.3em; */
}
#ai-btn{
	font-size: 20px;
	padding: 10px 20px !important;
}
#ai-btn:focus{
	box-shadow: none !important;
}
.ai-max-col-120{
	max-width: 120px;
}
.la-power-off:before,
.la-play:before {
    font-size: 30px;
}
.ai-bg-grey{
	background: #f2f2f2;
}
.ai-bg-grey-light{
	background: #f9f9f9;
}
.ai-on-indicator,
.ai-on-indicator-still{
	color: #28A745
}
.ai-high-indicator-still{
	color: rgb(255,140,0);
}
.ai-on-indicator{
    animation:blinkingText 1s infinite;
}

.ai-off-indicator,
.ai-off-indicator-still{
	color: #ff0000
}

.background{
    background: #7bf3dbbc;
}
.background-light{
    background: #a1f8f4b6;
}
@keyframes blinkingText{
    0%{  color: rgba(40, 167, 69, 0.2); }
    20%{ color: rgba(40, 167, 69, 0.8); }
    50%{ color: rgba(40, 167, 69, 1); }
    80%{color: rgba(40, 167, 69, 0.8); }
    100%{color: rgba(40, 167, 69, 0.2); }
}
input[type=radio]{
	width: 20px;
    height: 20px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    margin: auto;
}
input[type='radio'] {
    -webkit-appearance:none;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    box-shadow:none;
}
input[type='radio']:hover {
    box-shadow:none;
}
input[type='radio']:before {
    content:'';
    display:block;
    width: 100%;
    height: 100%;
    margin: 0% auto;
    border-radius: 100%;
}
input[type='radio']:checked:before {
    background:green;
}
.ai-min-height-52{
	min-height: 52px;
	padding-top: 10px;
}
.align-items-center{
    padding-top: 5px;
    padding-bottom: 5px; 
}
.mobile-menu{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.ai-padding-0{
    padding: 0;
}
.ai-tabs{
    margin: 0;
    padding: 10px 15px;
    min-height: 64px;
}
.ai-sm-btn{
    padding: 10px 20px !important;
    background-color: #FF4500;
    color: #FFF;
    margin-left: 10px;
}
.ai-tabs-title{
    /* min-height: 75px; */
}
.ai-red{
    color: rgb(255,140,0);
    font-weight: bold;
}