
.hometitle {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.titlerow1 {
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
}

.titlerow2 {
    line-height: 100%;
    padding-top: 4px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
}

.titlewidth {
    width: 100%;
}

.my-logo {
    padding-top: 5px;
    padding-right: 10px;
    width: 32px;
}

.statuscol {
    padding-top: 12px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.statuscloud {
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
}

.note {
    font-size: 12px;
    font-weight: bold;
}

.myinput {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 12px 4px;
    margin: 2px 0;
    box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*safari and chrome*/
    select {
        height: 30px;
        line-height: 30px;
        background: #f4f4f4;
    }
}

select::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding: 15px 0 !important;
    }
}

@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */
    select {
        height: 30px;
        line-height: 30px;
    }
}


.icon-home {
    font-size: 18px;
    width: 28px;    
    color: #222222; /* White text */
    text-align: left;
}

.loginbtn {
    padding-top:40px;
    text-align:center;
}


/* Style buttons */
.btn {
    background-color: darkgray; /* Blue background */
    border: 1px solid darkgray; /* Remove borders */
    color: #333333; /* White text */
    padding: 12px 56px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: darkgray;
}


.error::-webkit-input-placeholder {
    color: #cc0033;
}

.error {
    background-color: #fce4e4;
    border: 1px solid #cc0033;
    outline: none;
}

.descalarm {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

.localarm {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
}

.datealarm {
    color: #222222;
    font-size: 11px;
    font-weight: normal;
}

.dateack {
    color: #222222;
    font-size: 11px;
    font-weight: normal;
}

@keyframes blink {
    50% {
        background-color: #cccccc;
    }
}

.waitlist {
    background-color: #efefef;
    animation-name: blink;
    animation-duration: .5s;
    animation-timing-function: step-end;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}