.dataTable th, .dataTable-server th {
    font-size: 22px;
    font-weight: bold;
}

label.control-label {
    font-size: 16px;
}

.datatable td, .datatable-server td {
    font-size: 18px;
    font-weight: bold;
}

.btn-lg {
    width: 100px;
    font-size: 20px;
}

input, select, label, .select2, option {
    font-size: 18px !important;
}

textarea.form-control {
    font-size: 20px;
}

body.navbar-bottom {
    background-color: #243646;
}

button[type="submit"] {
    font-size: 18px !important;
    background-color: #000000a3;
}

button[type="back"] {
    font-size: 18px !important;
}

.float-right {
    float: right;
}

.save-note {
    float: right;
    text-align: center;
    direction: ltr;
    color: red;
    margin-right: 300px;
}

.save-note h1 {
    margin-left: 100px;
    float: right;
}

.dropdown-content-heading {
    padding: 0px;
    border: 1px dotted;
}

.dropdown-content-heading:hover {
    background-color: #0a68b4;
}

.dropdown-content-heading a {
    padding: 10px;
    display: block;
    font-size: 18px;
}

.dropdown-content-heading a:hover {
    color: #FFFFFF;
}

.navbar-nav li {
    font-size: 22px;
    font-weight: normal;
}

.dropdown-menu.dropdown-content {
    width: max-content;
}

.login-form {
    background-color: white;
}

.alert {
    font-size: 20px;
}