body, i {
    color: #81848D;
}

#app {
    min-height: 100vh;
    background-image: url(/img/bg.png);
    background-size: cover;
    background-position: bottom;
}

#content .title {
    font-size: 37px;
}
.black {
    color: #000000;
}

#content .title.login {
    font-weight: bold;
}

.pending-user {
    color: #FFA400;
    margin-right: 5px;
}

.active-user {
    color: #A8E121;
    margin-right: 5px;
}

.red {
    color: #2db0b6;
    font-weight: bold;
}

.required {
    color: #C9423E;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.form-group label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-group input,
.form-group select {
    font-size: 14px;
    padding: 12px 15px;
    height: auto;
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.btn-movemed {
    background-color: #2db0b6;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn-movemed-outline {
    border: 1px solid #2db0b6;
    font-weight: bold;
    font-size: 10px;
    color: #2db0b6;
    text-transform: uppercase;
    padding: 10px 25px;
}
.btn-movemed-outline:hover {
    color: #2db0b6;
}
.btn-movemed-sm {
    background-color: #2db0b6;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 25px;
}
.btn-movemed:hover,
.btn-movemed-sm:hover {
    color: #ffffff;
}
.underline {
    text-decoration: underline;
}
.navbar-brand img {
    height: 30px;
}
.btn-logout {
    border: 1px solid #C6C7D2;
}
.btn-logout img {
    height: 15px;
}

/* datatables */
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}
#patients-table_filter {
    float: left;
}
#patients-table_filter label {
    margin-bottom: 0;
}
#patients-table_wrapper .toolbar {
    margin-left: 25px;
}
#patients-table_wrapper .toolbar input {
    height: 20px;
    width: 20px;
    background: none;
    background-color: transparent;
}
#patients-table_wrapper .toolbar label {
    font-size: 16px;
    margin-left: 5px;
}
#patients-table_wrapper .top {
    display: flex;
    align-items: center;
    margin: 10px 0px 20px;
}
#patients-table_filter input {
    width: 30vw;
    background-color: #c6c7d226;
    padding: 10px 30px;
}
#patients-table_filter input:hover {
    outline: none;
}
table.dataTable thead th {
    border: none;
    padding-left: 10px;
    color: #9899A6;
    font-size: 12px;
    text-transform: uppercase;
}
table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable tbody tr {
    background-color: transparent;
}
.table td {
    border: none;
    padding: 0 !important;
}
.table td i {
    margin-right: 10px;
}
table.dataTable .left-cell,
table.dataTable .center-cell,
table.dataTable .right-cell {
    background-color: #fff;
    display: block;
    padding: 15px;
    border-top: 1px solid #C6C7D2;
    border-bottom: 1px solid #C6C7D2;
    margin: 7px 0;
}
table.dataTable .left-cell {
    border-left: 1px solid #C6C7D2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
table.dataTable .right-cell {
    border-right: 1px solid #C6C7D2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: transparent !important;
    background: none;
    color: #2db0b6 !important;
    border-color: #2db0b6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2db0b6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2db0b6;
    border-color: #2db0b6;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover i {
    color: #fff !important;
}

#deletePatientModal .modal-footer {
    justify-content: space-between;
}

.opacity-05 {
    opacity: 0.5;
}