* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

body {
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
    margin: 0 auto;
    max-width: 1440px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4,
h5 {
    font-size: medium;
    font-weight: bold;
}

.error {
    color: red;
    list-style: disc;
}

.success {
    color: green;
    list-style: disc;
}

.greenFont {
    color: green;
}

.rowList {
    border-left: 5px green solid;
    border-top: 1px green solid;
    border-right: 1px green solid;
    border-bottom: 1px green solid;
    padding-left: 2px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.row {
    padding-bottom: 10px;
}

.noPadding {
    padding-bottom: 0px;
}

.paddingText {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row .btn {
    margin-right: 5px;
    min-width: 80px;
}

img {
    cursor: pointer;
}

img.displayedCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    cursor: pointer;
}

a:not([href]):not([tabindex]):not(.btn) {
    color: #0275d8;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-15 {
    padding-left: 15px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.vAlignTop {
    vertical-align: top;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.textNoWrap {
    white-space: nowrap;
}

.textAlignCenter {
    text-align: center;
}

.alignCenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.span10 {
    width: 10px;
    float: left;
}

.span20 {
    width: 20px;
    float: left;
}

.span50 {
    width: 50px;
    float: left;
}

.span60 {
    width: 60px;
    float: left;
}

.span70 {
    width: 70px;
    float: left;
}

.span80 {
    width: 80px;
    float: left;
}

.span100 {
    width: 100px;
    float: left;
}

.span120 {
    width: 120px;
    float: left;
}

.span150 {
    width: 150px;
    float: left;
}

.span160 {
    width: 160px;
    float: left;
}

.span180 {
    width: 180px;
    float: left;
}

.span200 {
    width: 200px;
    float: left;
}

.span210 {
    width: 210px;
    float: left;
}

.span250 {
    width: 250px;
    float: left;
}

.span300 {
    width: 300px;
    float: left;
}

.span330 {
    width: 330px;
    float: left;
}

.span500 {
    width: 500px;
    float: left;
}

.span600 {
    width: 600px;
    float: left;
}

.span800 {
    width: 800px;
    float: left;
}

.span900 {
    width: 900px;
    float: left;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    content: "";
    height: 20px;
    margin-top: 5px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 42px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 23px;
    width: 23px;
    left: -4px;
    margin-top: 4px;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: green;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: green;
    left: 20px;
}

.deleted {
    text-decoration: line-through;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

tfoot tr td {
    border-style: none;
}

.backgroundGrey {
    background-color: rgba(0, 0, 0, 0.05);
}

.boldFont {
    font-weight: bold;
}

hr.solid {
    border-top: 3px solid black;
}

.fullBorder {
    border: 1px solid black;
}

.leftRightBorder {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.leftBorder {
    border-left: 1px solid black;
}

.rightBorder {
    border-right: 1px solid black;
}

.bottomBorder {
    border-bottom: 1px solid black;
}

select {
    border-color: silver;
    border-radius: 0.25rem;
    width: 100%;
    height: 32px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

.divRow {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.inputLabel {
    height: 32px;
    margin-left: 0.75rem;
    font-size: 1rem;
}

.modal-lg {
    max-width: 1200px;
}

.modal-img {
    max-width: 1100px;
}

.modal-pdf {
    width: 1100px;
    height: 800px;
}

.modal-word {
    width: 20px;
    height: 20px;
}

.modal-text {
    width: 100%;
    height: 800px;
}

.required {
    font-weight: bold;
}

.twoColumnModal {
    width: 1200px;
    max-width: 1200px;
}

.tabRow {
    padding-left: 10px;
}

.internalRowList {
    border: 1px rgb(109, 128, 0) solid;
    margin: 5px;
    display: inline-table;
}

.redFont {
    color: red;
}

.redBorder {
    border-color: red;
}

.greenBorder {
    border-color: rgb(109, 128, 0);
}

.unscheduledRowList {
    border-color: rgb(128, 0, 124);
    border-style: solid;
    border-width: 1px;
    border-left-width: 5px;
    padding-left: 2px;
    margin-bottom: 10px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop15 {
    margin-top: 15px;
}

.title {
    font-size: 18px;
    font-weight: bold;
    color: rgb(83, 101, 237);
}
