body {
    font-family: arial, verdana, sans-serif;
    color: #333;
}

a {
    text-decoration: underline;
    color: #112f61;
}

a:hover {
    text-decoration: none;
}

em {
    color: #112f61;
    font-style: normal;
    font-weight: bolder;
}

.link__headline a {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0 0px 8px;
    font-weight: 700
}

.help__link {
    padding: 0px 0 0px 8px;
}

.help__link a {
    font-size: 13px;
    font-weight: 400;
}

.body__content {
    padding: 4px 0 4px 0px;
    text-align: left;
    width: 100%;
}

.header__container {
    text-align: left;
    margin: auto;
    max-width: 1280px;
    min-width: 770px;
    margin-bottom: 1rem;
}

.header__content {
    position: relative;
}

.header__logo {
    width: 285px;
    /* padding: 10px 0; */
    /* height: 39px */
}

.header__logo h1 {
    /* float: left; */
    margin: 0;
    padding: 5px 0 10px 15px;
}

.header__logo img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

/* Breadcrumb */
.breadcrumb__content {
    background: #fff url("../images/top-background.jpg") 100% 0 no-repeat;
}

.breadcrumb__content p {
    color: #fff;
    background: #193978;
    font-size: 11px;
    padding: 3px 0 0px 15px;
    line-height: 14px;
    clear: left;
    margin: 0;
}

.left__background {
    float: left;
    width: 24%;
    background: #193978 url("../images/left-background.jpg") 100% 0 no-repeat;
    height: 15px;
    overflow: hidden;
    margin-bottom: -2px;
}

.right__background {
    float: left;
    width: 75%;
    height: 15px;
}

.left__background-color {
    float: left;
    width: 73%;
    height: 9px;
    overflow: hidden;
    background: #193978;
}

.right__background-image {
    float: left;
    width: 26%;
    background: #fff url("../images/right-background-image.jpg") 0 0 no-repeat;
    height: 9px;
    overflow: hidden;
    margin-bottom: -1px;
}

.breadcrumb__container {
    background: url("../images/right-background.jpg") 0 0 repeat-x;
}

/* Navigation */
.main__wrapper {
    display: flex;
    min-width: 770px;
}

.navigation__sidebar {
    /* float: left; */
    width: 24%;
}

.navigation__sidebar-content {
    padding: 15px 15px 15px 0;
    font-size: 12px;
}

.navigation__sidebar-content ul {
    list-style: none;
    line-height: 110%;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
}

.navigation__sidebar-content ul li {
    border-top: 1px solid #fff;
    display: block;
    margin: 0;
    padding: 0;
}

.navigation__sidebar-content ul li a {
    color: #112f61;
    display: block;
    text-decoration: none;
    background: url("../images/navArrowBlue.jpg") 15px 6px no-repeat;
    padding: 3px 15px 3px 30px;
}

.navigation__sidebar-content .category_active a {
    background: url("../images/navArrowPurple.jpg") 15px 6px no-repeat;
}

.navigation__sidebar-content ul li a:hover {
    text-decoration: underline;
    background: url("../images/navArrowPurple.jpg") 15px 6px no-repeat;
    color: #620070;
}

.navigation__sidebar-sub {
    background-color: #eee;
    margin: 0 !important;
    margin-left: 15px !important;
    display: none;
}

.navigation__sidebar-sub li a {
    background: url("../images/arrowPurple.jpg") 15px 6px no-repeat !important
}

.navigation__sidebar-child {
    background-color: #EDF8FB;
    margin: 0 !important;
    display: none;
}

.navigation__sidebar-child li {
    padding-left: 16px !important
}

.navigation__sidebar-content .category_active .navigation__sidebar-sub,
.navigation__sidebar-content .navigation__sidebar-sub .category_active .navigation__sidebar-child {
    display: block;
}

/* Content */
.navigation__content {
    float: left;
    width: 75%;
}

.main__content-left {
    float: left;
    width: 66%;
    padding-top: 15px;
}

.main__content-left h2 {
    color: #112f61;
    padding: 0;
    font-size: 16px;
    padding: 4px;
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
}

.main__content-left p {
    margin: 8px;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
}

/* Login Page */
.forget__password {
    font-weight: normal;
    text-align: left;
    width: 40%;
    font-size: 13px;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
}

.login__container {
    background-color: #eee;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.login__container-header {
    background-color: #ddd;
    float: left;
    font-weight: bold;
    text-align: left;
    padding: 4px 0px 4px 0px;
    width: 100% ! important;
}

.login__container-header span {
    background-color: #ddd;
    float: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    padding: 0px 0px 0px 8px;
}

.w-35 {
    width: 35%
}

.login__container span {
    font-size: 13px;
    text-align: left;
}

.login__input {
    width: 100%;
    display: flex;
    align-items: start;
}

.login__input label {
    font-weight: normal;
    text-align: left;
    width: 40%;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
}

.login__input input {
    font-size: 13px;
    width: 35%;
    padding: 0;
    margin: 0;
    line-height: 13px;
}

.login__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10px;
}

.login__button button,
.login__button a {
    padding: 0;
    border: 0;
    background: #10254e url("../images/butBg.jpg") 0 0 repeat-x;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 3px 3px 2px 3px;
    text-decoration: none;
}

.login__container-body .option {
    font-size: 13px;
    display: flex;
    grid-gap: 5px;
    align-items: center;
}

/* See More */
.main__content-right {
    float: left;
    width: 33%;
    padding-top: 10px;
}

.extra__content {
    padding: 0 0 0 15px;
}

.extra__content-body {
    background: #edf8fc
}

.extra__content-header {
    background: #fff url("../images/fbTitleBg.jpg") 0 100% repeat-x;
    border-bottom: 1px solid #dfdfe0;
    padding: 0 4px 0 10px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #b1dff3;
}

.extra__content h2 {
    font-size: 12px;
    line-height: 110%;
    padding: 4px 20px 4px 0;
    margin: 0;
    font-weight: 700;
    color: #112f61;
    text-transform: uppercase;
    background: url("../images/icon_appForms.jpg") 100% 3px no-repeat
}

.extra__content ul {
    list-style: none;
    line-height: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}

.extra__content ul li {
    border-bottom: 1px solid #e1f2fa;
    padding: 4px 0 5px 10px;
}

.extra__content ul li a {
    background: url("../images/arrowBlue.jpg") 0 5px no-repeat;
    padding: 0 0 0 10px;
    color: #112f61;
    text-decoration: none;
    display: block;
    font-size: 13px;
    line-height: 13px;
}

.extra__content ul li a:hover {
    text-decoration: underline;
}

.main__content-link a {
    font-weight: 700;
    font-size: 13px
}

.main__content-admin a {
    font-size: 13px;
}

.main__content-admin ul {
    padding-left: 20px;
    margin-top: 12px;
    margin-bottom: 12px
}

.main__content-admin ul li {
    font-size: 13px;
    line-height: 20px
}

/* Worker Form */
.form__input {
    width: 100%;
    display: flex;
    align-items: start;
}

.form__select label {
    font-weight: normal;
    text-align: left;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
}

.form__select select {
    font-size: 13px;
    /* width: 20%; */
    padding: 0;
    margin: 0;
    line-height: 16px;
    padding: 1px;
    margin: 4px 0 4px 8px;
}

.login__input label {
    font-weight: normal;
    text-align: left;
    width: 40%;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
}

.login__input input, .login__input textarea {
    font-size: 13px;
    width: 35%;
    padding: 0;
    margin: 0;
    line-height: 13px;
}

.login__input textarea {
    width: 40%
}

/* Table */
.table {
    font-size: 13px;
}

.table th {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #EDF8FB;
    font-weight: 700;
}
