.help-icon {
    font-size: 20px;
    top: 20px;
    color: #9bcb48;
}

.alertsForm .help-icon {
}

.help-icon-container {
    position: relative;
    top: 16px;
}

.md-switch-row > div {
    margin-left: 0;
    margin-right: 0;
}

.meter-list-entries th {
    font-weight: normal;
}

.profileView .nav-pills li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
    white-space: pre;
    text-align: right;
    float: right;
    min-width: 200px;
}

/* ADD MP */

.fluid-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fluid-buttons-container > div {
    margin: 11px 0;
}

.fluid-button {
    width: 170px;
    height: 70px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 10px;
}

.fluid-button:hover {
    opacity: 0.7;
}

.fluid-button > .img-container {
    width: 56px;
}

.fluid-button span {
    line-height: 70px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.modal-meters-body {
    padding: 40px;
}

.add-meter-form .vivacite-form-row {
    margin-left: -15px;
    margin-right: -15px;
}

.add-meter-form label span {
    font-size: 12px;
}

.add-mp-fluid-banner {
    height: 70px;
    padding: 15px 25px;
    margin-bottom: 15px;
    width: 100%;
}

.add-mp-fluid-banner > div:first-child {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.vivacite-modal-body button {
    margin-top: 15px;
}

#add-meter-remind-box {
    width: 27px;
    height: 11px;
    margin-bottom:11px;
    bottom:11px;
}
#add-meter-remind-box + label {
    font-size: 12px;
    width: 212px;
}

.profileView .shadow-box h1 {
    margin-top:20px;
}

#delete-account-button, #deletion-failed-button {
    background-color: #d62728;
    border: 4px solid #d62728;
    color: white;
}

#delete-account-button[disabled] {
    background-color: #aaa7a7;
    border: 4px solid #aaa7a7;
    color: black;
}

#delete-account-button:hover,#deletion-failed-button:hover {
    background-color: white;
    color: black;
}

md-tooltip.tt-occupy-start   {
    height: auto !important;
    white-space: pre-line !important;
    font-size: 16px !important;
}
