﻿.disabled { pointer-events: none; color: #777777 !important; }
.mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before { color: #FFF; font-size: 20px; vertical-align: middle; }
.login_input .mui-checkbox label, .login_input .mui-radio label { height: 20px; }
.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before { font-size: 20px !important; vertical-align: middle; color: #FFF !important; }
.floated img { height: 40px; width: auto; margin-right: 10px; }
.map-footer-info img { height: 40px; width: auto; }

@media (min-width: 900px) {
    .left10 { margin-left: 10vw; }
}

.audiozzz { animation: fczzz 7s infinite normal linear; }

@keyframes fczzz {
    from { transform: rotateZ(0deg); }
    to { transform: rotateZ(360deg); }
}
