html {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;   
}

object {
outline:none;
}

br {
line-height:20px;
height:20px;
}

body {
margin-left: 20px;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 30px;
background-color: #ddd;
overflow-x: auto; 
}

body,td,th {
vertical-align: top;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
text-align:left;
color: #222222;
line-height: 20px;
word-spacing:1px;
}

h1 {
line-height: 1.2;
}
h2 {
line-height: 1.2;
}
h3 {
line-height: 1.2;
}
h4 {
line-height: 1.2;
}

.sidePlacement {
display: inline-block;
margin-top: 5px;
}

button {
font-size: 14px;
font-weight: bold;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
cursor: pointer;
}

input[type=submit] {
font-size: 14px;
font-weight: bold;
padding: 10px;
padding-left: 14px;
padding-right: 14px;
border-radius: 7px;
border: none;
cursor: pointer;
}

input[type=text] {
font-size: 14px;
border-radius: 7px;
border: 1px solid #aaa;
padding: 8px;
}

a:link {
text-decoration: none;
color: #333333;
border-color: #f3f3f3;
word-spacing:1px;
line-height: 20px;
outline:none;
}

a:visited {
text-decoration: none;
color: #333333;
border-color: #f3f3f3;
word-spacing:1px;
line-height: 20px;
outline:none;
}

a:hover {
text-decoration: none;
color: #481200;
border-color: #481200;
word-spacing:1px;
line-height: 20px;
outline:none;
}

a:active {
text-decoration: none;
color: #333333;
border-color: #f3f3f3;
word-spacing:1px;
line-height: 20px;
outline:none;
}

a:link img {
border-color: #f3f3f3;
outline:none;
}

a:visited img {
border-color: #f3f3f3;
outline:none;
}

a:hover img {
border-color: #f3f3f3;
outline:none;
}

a:active img {
border-color: #f3f3f3;
outline:none;
}

.bgColor444 {
background-color:#444444;
}

.adminBold {
font-weight:bold;
}

.adminTable {
width:100%;
}

.adminTable tr:nth-child(even) {
background-color: #ddd;
}

.adminTable tr:nth-child(odd) {
background-color: #fff;
}

.adminTable td {
font-size:14px;
vertical-align:middle;
}

.paddingBottom40 {
padding-bottom: 40px;
}

.paddingBottom10 {
padding-bottom: 10px;
}

.paddingBottom5 {
padding-bottom: 5px;
}

.height11 {
height: 11px;
display: block;
}

.height20 {
height: 20px;
display: block;
}

.paddingL10 {
padding-left:10px;
}

.paddingL15 {
padding-left:15px;
}

#map {
width: 100%;
height: 600px;
}

.address {
font-weight: normal;
}

.noButton {
background: none;
border: none;
padding: 0;
cursor: pointer;
font-weight: normal;
color: #222222;
text-align: left;
}

.noButtonW {
background: none;
border: none;
padding: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
text-align: left;
}

.noButtonB {
background: none;
border: none;
padding: 0;
cursor: pointer;
font-weight: bold;
color: #000000;
text-align: left;
}

.mGreen {
background: #0c4a20;
}

.mYellow {
background: #f6c12e;
}

.mRed {
background: #b51108;
}

.pendingColorR {
color: #b51108;
}

.pendingColor {
color: #222222;
}

.pendingColorG {
color: #0c4a20;
}

.mask {
  position: relative;
  z-index: 1;
}

.background {
background-image: url('../images/background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 16px;
padding: 10px;
}

.delete {
color: #ffffff !important;
font-size: 14px !important;
font-weight: bold !important;
background-color: #cb251c !important;
padding: 10px !important;
padding-left: 20px !important;
padding-right: 20px !important;
cursor: pointer !important;
}

.switch {
position: relative;
display: inline-block;
width: 60px;
height: 40px;
-webkit-tap-highlight-color: transparent;
}

.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #666;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 32px;
width: 32px;
left: 4px;
bottom: 4px;
background-image: url('../icons/apple.svg');
background-repeat:no-repeat;
background-position: center;
background-size: 60%;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #cb251c;
}

input:focus + .slider {
box-shadow: 0 0 1px #cb251c;
}

input:checked + .slider:before {
background-image: url('../icons/google.svg');
background-repeat:no-repeat;
background-position: center;
background-size: 60%;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}

.slider.round {
border-radius: 20px;
}

.slider.round:before {
border-radius: 16px;
}

.floatRight {
float: right;
}

.font20 {
font-size: clamp(1rem, 2.5vw, 1.25rem);
}

input[type="checkbox"] {
width: 25px;
height: 25px;
}

footer {
padding-top: 20px;
padding-bottom: 40px;
background-color: #ddd;
position: fixed;
color: #222;
font-weight: bold;
bottom: 0px;
width: 100%;
left: 0px;
height: 20px;
z-index: 1000;
min-width: 320px;
text-align: center;
}

.footerTxt {
font-size: 14px;
font-weight: bold;
color: #222;
}
