* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Varela", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #f2f2f2;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: 400;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.clear-after::after {
    content: "";
    clear: both;
    display: block;
}

.width-25 {
    width: 22.75%;
    margin-right: 3%;
    float: left;
}
.width-25:last-child {
    margin-right: 0;
}

.width-33 {
    width: 31.333%;
    margin-right: 3%;
    float: left;
}
.width-33:last-child {
    margin-right: 0;
}

.width-50 {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}
.width-50:last-child {
    margin-right: 0;
}

.stretch {
    width: 100%;
}

hr {
    margin: 30px 0;
    height: 10px;
    background: #e8e8e8;
    border: 0;
}

.margin-vert-30 {
    margin: 30px 0;
}
.margin-bot-30 {
    margin-bottom: 30px;
}

a {
    color: #ce4b17;
}

/*Form Elements*/
.form-container {
}

.form-section-title {
    background: #0a2240;
    color: #fff;
    font-size: 24px;
    padding: 20px;
    margin-bottom: 0;
}
.form-section-content {
    border: 1px solid #0a2240;
    padding: 30px;
    margin-bottom: 30px;
}
.form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-item {
    margin-bottom: 20px;
}
.form-item label {
    margin-bottom: 8px;
    display: block;
}
.form-item label.cb {
    display: inline-block;
}
.form-item label.cb-fw {
    display: block;
    position: relative;
    padding-left: 24px;
}
.form-item label.cb-fw input {
    position: absolute;
    left: 0;
}
.form-item.required label::before {
    content: "*";
    display: inline-block;
    margin-right: 3px;
    color: red;
}
.form-item.required label.cb::before,
.form-item.required label.cb-fw::before {
    display: none;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="datetime-local"],
select {
    font-size: 1em;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #ccc;
}

textarea {
    font-size: 1em;
    padding: 10px;
    width: 100%;
    height: 125px;
    border: 1px solid #ccc;
}

.form-container input[type="text"],
.form-container input[type="number"],
.form-container input[type="email"],
.form-container input[type="password"],
.form-container input[type="datetime-local"],
.form-container select,
.form-container textarea {
    border: 1px solid #ccc;
    background: #f5f6f7;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
}
textarea {
    font-size: 1em;
    padding: 10px;
    width: 100%;
    height: 125px;
}

.btn {
    display: inline-block;
    background: #ce4b17;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 1em;
    border-radius: 5px;
}
.btn:hover {
    background: #90330e;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

header {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.header-col {
}

.header-col-1 {
    width: 150px;
    margin-right: 30px;
    padding: 30px;
    border-right: 1px solid #c4d2e9;
}
.header-col-1 img {
    display: block;
    width: 100%;
    height: auto;
}

.header-col-2 {
    width: 73%;
}
.header-col-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-col-2 ul li {
    float: left;
}
.header-col-2 ul li a {
    padding: 7px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #ce4b17;
    display: block;
}
.header-col-2 ul li:last-child {
    border-left: 1px solid #bababa;
    padding-left: 15px;
}
.header-col-2 ul li:last-child a {
    background: #ce4b17;
    color: #fff;
    border-radius: 5px;
}

.header-col-3 {
    width: 50%;
}
.header-col-3 input {
    padding: 20px;
    border: 1px solid #c4d2e9;
}

.header-col-4 {
    text-align: right;
    width: 500px;
    padding-right: 30px;
}

.page-title {
    background: #000;
    padding: 30px;
    color: #fff;
    font-size: 30px;
}

/*Login Styles*/

.login-container {
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.login-container header {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.login-container .header-col {
}

.login-container .header-col-1 {
    display: inline-block;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    border-right: 0 solid #c4d2e9;
    text-align: center;
}
.login-container .header-col-1 img {
    width: auto;
    height: 100%;
}

/*Big Number Styles */
.dash-item {
    background: #fff;
    font-size: 30px;
    border-right: 1px solid #c4d2e9;
    border-top: 1px solid #c4d2e9;
    border-bottom: 1px solid #c4d2e9;
}
.dash-item:last-child {
    border-right: 0;
}
.dash-item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.dash-item-25 {
    width: 25%;
    padding: 30px;
}
.dash-item-20 {
    width: 20%;
    padding: 30px;
}
.dash-item-33 {
    width: 33.333%;
    padding: 30px;
}

/*Filter Styles*/
.filter-container {
    background: #e5e5e5;
    padding: 5px;
}
.filter-container div,
.filter-container a {
    margin-right: 10px;
}
.filter-container div select {
    min-width: 200px;
}

/*Main Content Styles*/
.main-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background: #fff;
}

.main-item {
    padding: 30px;
    border-right: 1px solid #c4d2e9;
}

.main-item:last-child {
    border-right: 0;
}
.main-item-25 {
    width: 25%;
}
.main-item-75 {
    width: 75%;
}
.main-item-100 {
    width: 100%;
}

/*Breadcrumbs */
.breadcrumbs {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.breadcrumbs a {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #0e0d1b;
    text-decoration: none;
}

.profile-meta {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.profile-meta li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.profile-meta li:last-child {
    border-right: 0;
}

/*Sub Navigation*/
.side-title {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #c4d2e9;
}
.side-title span {
    display: inline-block;
    border-bottom: 3px solid #ce4b17;
    padding-bottom: 5px;
}

.sub-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-navigation li {
    border-bottom: 1px solid #e5e5e5;
}
.sub-navigation li a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    color: #ce4b17;
}
.sub-navigation li a:hover {
    background: #e5e5e5;
    padding: 15px;
}

/*Grid Styles */
.main-table {
    width: 100%;
    border-collapse: collapse;
}
.main-table th {
    text-align: left;
    font-size: 0.8em;
    padding: 10px;
    border-bottom: 3px solid #0e0d1b;
}
.main-table tbody tr:hover {
    background: #e5e5e5;
}

.main-table.small td {
    padding: 10px 5px;
}
.main-table td {
    padding: 20px 10px;
    border-bottom: 1px solid #c4d2e9;
}
.main-table a {
}

.main-table-right {
    text-align: right;
}

.main-table-action-bar {
    background: #eaf0fc;
    padding: 5px;
    margin: 15px 0;
}

.main-table-totals {
    background: #eaf0fc;
    padding: 5px;
    text-align: right;
}

.complete {
    color: rgb(33, 203, 33);
}
.incomplete {
    color: red;
}

.missing {
    background: #ce4b172a;
}
.missing td {
    border-bottom: 1px solid #fff;
}

/* Tabs */

.tabs {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.tabs li {
    display: inline-block;
}
.tabs li a {
    display: block;
    padding: 15px 0;
    margin-right: 15px;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 5px solid rgba(0, 102, 191, 0);
}
.tabs li a.active {
    border-bottom: 5px solid #ce4b17;
    color: #0e0d1b;
}

.tab-content {
    display: none;
}
.tab-content-1 {
    display: block;
}

/*Parf Styles */
.parf-section {
    display: none;
}
.parf-section-001 {
    display: block;
}

/* Modal Styles */

.modal {
    background: #0e0d1ba7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.modal-content {
    background: #fff;
    width: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000px;
    padding: 30px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.onboarding-content {
    display: none;
}

/* Newly Added Styles */

.flex-bottom {
    display: flex;
    align-items: flex-end;
}

.add-padding-bottom {
    padding-bottom: 15px;
}

body .button {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0.8vw 1vw;
    border: 0;
    border-radius: 0.6rem;
    background: #ce4b17;
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

body .button.submit {
    width: 100%;
    justify-content: center;
}

body .button:hover {
    background: #90330e;
}

.form-wrapper {
    overflow: hidden;
}

span.separated {
    display: inline-block;
    padding: 0 10px;
}

body .button.subtle {
    margin: 0.8em 1em 0.8em 0;
    padding: 0.6em 0;
    border-bottom: 3px solid rgba(242, 146, 139, 0.5);
    border-radius: 0;
    background: none;
    color: #852e2b;
    font-size: 0.9em;
    cursor: pointer;
}
body .button.subtle:hover {
    border-bottom: 3px solid #f2928b;
    background: none;
}

body .button.subtle .k-icon {
    font-size: 1.2em;
    margin-left: 6px;
}

.main-item p {
    text-align: justify;
}

.flex-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.flex-row-justify {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.float-right {
    text-align: right;
    width: 100%;
    padding-right: 10px;
}

span.important-blue {
    color: #073243;
    font-weight: 600;
}

span.indicator {
    display: block;
    font-size: 2rem;
    font-weight: 500;
}

.k-window-titlebar {
    background-color: #0a2240;
    color: #fff;
}

.k-grid-header .k-link,
.k-grid-header .k-header {
    font-weight: 700 !important;
}

/* Select */
.select-container select {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.8rem;
    border: 1px solid #d7d7d7;
    border-radius: 0.3rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.4em;
    appearance: none;
    margin-top: 0;
}
.select-container select::placeholder {
    color: #000;
}
body .select-container {
    position: relative;
    margin-top: 0.6rem;
    border-radius: 0.3rem;
}

body .select-container label {
    margin-bottom: 3px;
    display: block;
}
body .input-container.medium .select-container {
    max-width: 400px;
}
body .input-container.small .select-container {
    max-width: 200px;
}
body .select-container > span.k-icon {
    position: absolute;
    top: 65%;
    right: 10px;
    transform: translateY(-50%);
    color: #1d3749;
    pointer-events: none;
}
body .grid-filters .select-container > span.k-icon {
    top: 50%;
}
body select {
    padding-right: 30px;
    cursor: pointer;
}

#clear-filters {
    margin-left: 2rem;
    display: inline-block;
    background-color: #ac3b37;
}

#clear-filters:hover {
    background-color: #852e2b;
}

.btn.push-right {
    margin-left: 10px;
}

.add-padding-bottom {
    margin-bottom: 20px !important;
}

.remove-padding-bottom {
    margin-bottom: 0 !important;
}

.uploaded-documents {
    margin: 10px 0 25px 0;
}

.document-div {
    margin: 1rem 0.4rem;
}

.document-div a {
    margin-left: 1rem;
}

.document-div a span.k-icon {
    margin-left: 0.6rem;
}
.no-padding {
    padding: 0 !important;
}
.form-actions {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

a {
    text-decoration: none !important;
}

a:not(.btn).active,
a:not(.btn):focus,
a:not(.btn):hover {
    color: #9b3811 !important;
    text-decoration: none !important;
}
.main-item-50 {
    width: 80%;
    padding-left: 20%;
}
/* .k-scheduler-content .k-event {
    height: auto !important;
    min-height: 50px !important;
    white-space: normal;
    cursor: pointer;
} */

#calendar {
    border-color: #ddd;
}

/* Toolbar */
#calendar .k-toolbar {
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    color: #000000;
    font-weight: 700;
}
#calendar .k-toolbar .k-button {
    border-color: #ddd;
    background: #ffffff;
}
#calendar .k-toolbar .k-button.k-state-selected {
    border-color: #ce4b17;
    background: #ce4b17;
    color: #ffffff;
}
.k-calendar .k-state-selected .k-link {
    border-color: #ce4b17;
    background-color: #ce4b17;
}
.k-calendar .k-calendar-header .k-today,
.k-calendar .k-footer .k-nav-today,
.k-calendar .k-content .k-today {
    color: #ce4b17;
}

/* Events */
.k-scheduler .k-event {
    padding: 0.3em 0.4em 0.2em;
    border: 0;
    border-radius: 4px;
    background: #ce4b17;
    border: 2px solid #ce4b17;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 0.85rem;
    line-height: 1.2em;
    cursor: pointer !important;
}

.k-scheduler .k-event.k-state-selected {
    border: 0;
}

.k-scheduler .scheduler-event {
    background: #000000;
}
.k-scheduler .scheduler-event:hover {
    background: #4f3623;
}

.k-scheduler-layout .k-scheduler-cell.k-state-selected,
.k-scheduler-layout td.k-state-selected {
    background: #f5f5f5;
}

.k-scheduler th {
    padding: 0.6rem;
    border-color: rgba(255, 255, 255, 0.2);
    background: #4f3623;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.k-scheduler td {
    border-color: #ddd;
}

.k-scheduler td .k-nav-day {
    font-weight: 600;
}
