﻿body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.emelBackground {
    background-color: #004f6d;
}

.logo {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 8%;
    padding-bottom: 15px;
}

.container {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    max-width: 43%;
}

#recoverForm {
    opacity: 0;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.btn-recover {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.btn-submit:hover {
    background-color: rgb(88, 201, 231);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    height: auto;
    width: auto;
}

.btn-submit:active {
    background-color: rgb(88, 201, 231);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    height: auto;
    width: auto;
}

.btn-submit {
    background-color: rgb(88, 201, 231);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 10px;
}

#btn1:hover {
    background-color: rgb(88, 201, 231);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    height: auto;
    width: auto;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: initial !important;
    opacity: initial !important;
}

.title {
    font-size: 18px;
    color: #58c9e7;
}

.form-group label {
    font-size: 14px;
    color: #555555;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-control {
    font-weight: normal;
}

.tooltip-inner {
    background-color: #ffffff;
}

.tooltip {
    box-shadow: 0 0 5px indianred;
    color: #555;
    position: relative;
    padding: 0.25em;
    font-size: 0.75em;
    border: 1px solid indianred;
    background-color: white;
    float: right;
    margin-top: -87px;
    display: inline-block !important;
    top: 0px !important;
    left: 0px !important;
    visibility: hidden;
}

.tooltip.top-left .tooltip-arrow {
    left: 93% !important;
    border-top-color: indianred;
}

.tooltip.in {
    opacity: unset;
}

.help-block li {
    color: #a94442;
}

.noLink {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-weight: bold;
}

.modal-footer {
    border-top: none;
}

.modal-body p {
    font-size: 16px;
    font-weight: normal;
}

.modal-header h2 {
    font-size: 24px;
}

.modal .btn-primary {
    color: #004f6d;
    background-color: transparent;
    outline: none;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
    cursor: pointer;
    padding: 1em;
    min-width: 6em;
}

.modal .btn-primary:active {
    background-color: #EBEBEB;
    color: #004f6d;
    outline: none;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
    cursor: pointer;
    padding: 1em;
    min-width: 6em;
}

.modal .btn-primary:hover {
    background-color: #EBEBEB;
    color: #004f6d;
    outline: none;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
    cursor: pointer;
    padding: 1em;
    min-width: 6em;
}

.modal-header .close {
    margin-top: -50px;
    padding: 1em;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
