selena-border-bluehtml {
    height: 100%;
}
body {
    color: #23408e;
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    min-height: 100%;
}

h3,
.h3 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.3rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.form-control:focus,
.form-control:active {
    outline: none !important;
    box-shadow: none !important;
}

#app {
    min-height: 100vh;
    padding-bottom: 70px;
}

.navbar {
    padding: 1.5rem 1rem;
}

a.navbar-brand img {
    max-width: 200px;
}

#top-menu {
}

#top-menu .menu-row {
    display: flex;
    justify-content: space-between;
}
#top-menu a.menu {
    display: block;
    color: #23408e;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #fff;
}

#top-menu a.menu:hover {
    text-decoration: none;
    border-bottom: 2px solid #23408e;
}

#top-menu a.menu.active {
    color: #6ab94e;
    font-weight: 700;
    border-bottom: 2px solid #328e12;
}

a.menu[href=""],
a.menu[href="#"] {
    color: #bfbfbf !important;
    cursor: not-allowed;
}
a.menu[href=""]:hover,
a.menu[href="#"]:hover {
    border-bottom: 2px solid #fff !important;
}

@media only screen and (max-width: 577px) {
    #top-menu .menu-row {
        display: block;
    }
    #top-menu a.menu {
        width: calc(100% - 30px);
        margin: 15px 15px;
    }
}

#navbarDropdown {
    color: #6ab94e;
    padding: 0.8rem 0.8rem;
}

.dropdown-toggle::after {
    display: none;
}

.fs-1 {
    font-size: 1.3rem !important;
}

.fs-2 {
    font-size: 1.2rem !important;
}

.fs-3 {
    font-size: 1.1rem !important;
}

.fs-4 {
    font-size: 1rem !important;
}

.fs-5 {
    font-size: 0.9rem !important;
}

.fs-6 {
    font-size: 0.8rem !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.lang-selector {
    display: inline-block;
    float: right;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #23408e;
    border: 1px solid #23408e;
    color: #fff;
}

.user-avatar {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #fff;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.user-avatar-corner {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 15px, transparent 0) top left;
    background-repeat: no-repeat;
}

#breadcrumbs {
    width: 100%;
    margin: 25px 15px 15px 15px;
    padding: 20px 0px;
    border-top: 2px solid #23408e;
}
#breadcrumbs .breadcrumb {
    width: 100%;
    margin: 0px;
    padding: 0px 5px;
    background: #fff;
}

#breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Gotham Book";
}
#breadcrumbs .breadcrumb .breadcrumb-item.active {
    font-family: "Gotham";
    font-size: 20px;
    font-weight: 700;
    color: #6ab94e;
}
#breadcrumbs .breadcrumb .breadcrumb-item a {
    color: #23408e;
}

#breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "\2014";
    font-family: "Gotham Book";
    font-weight: 400;
}

.footer {
    width: 100% !important;
    border-top: 2px solid #6ab94e;
    padding: 20px;
    margin-top: -90px;
    min-height: 90px;
}

.footer .flex-fill {
    padding: 0px 5px;
}

@media only screen and (max-width: 991px) {
    .logo-pmc {
        width: 100px;
    }
    .foot-content {
        width: calc(100% - 100px);
    }
    .foot-space {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .logo-pmc {
        width: 100px;
        clear: both;
        height: auto;
        margin-bottom: 15px;
    }
    .foot-content {
        width: 100%;
        max-width: auto !important;
    }
    .foot-space {
        display: none;
    }

    .footer .flex-fill {
        flex: none !important;
        width: 100% !important;
        clear: both;
    }

    .footer .d-flex {
        display: block !important;
    }
}

.home-banner {
    display: block;
    width: 100%;
    height: 100% !important;
    text-align: center;
    margin-bottom: 45px;
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../../images/home-baner.jpg);*/
}
.home-banner-outer {
    overflow: hidden;
    border-bottom: 2px solid #fff;
}
#home-banner-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-image: url(../../images/home-baner.jpg); */
    display: inline-block;
    height: 0;
    padding-bottom: 40%;
    width: 100%;
    position: relative;
}
.home-baner-cut-corner {
    width: 100%;
    height: 456px;
    background: linear-gradient(135deg, #ffffff 10%, transparent 0) top left,
        linear-gradient(-45deg, #ffffff 10%, transparent 0) bottom right;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .home-baner-cut-corner {
        height: 384px;
    }
}
@media only screen and (max-width: 991px) {
    .home-baner-cut-corner {
        height: 288px;
    }
}
@media only screen and (max-width: 767px) {
    .home-baner-cut-corner {
        height: 216px;
    }
}
@media only screen and (max-width: 767px) {
    .home-baner-cut-corner {
        background: none;
        max-height: 216px;
    }
}

.home-banner span {
    display: block;
    float: right;
    width: 45%;
    margin-top: -162px;
    padding: 40px 40px;
    font-size: 32px;
    color: #fff;
    text-align: left;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    background: #23408e;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .home-banner span {
        margin-top: -116px;
        padding: 25px 25px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .home-banner span {
        font-size: 20px;
        margin-top: -102px;
    }
}

@media only screen and (max-width: 577px) {
    .home-banner span {
        display: none;
    }
}

.login-header {
    text-align: center;
    padding: 25px 25px 10px 25px;
}
.login-header h3 {
    text-align: left;
    margin: 25px 0px 0px 0px;
}

.login-form .btn-link {
    display: block;
    color: #6ab94e;
}

table.mbo-info {
    width: 100%;
}

table.mbo-info td {
    color: #23408e;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    font-weight: 300;
}
table.mbo-info td.bold {
    font-weight: 600;
}

.mbo-project-goals h2 {
    color: #23408e;
    font-size: 18px;
    text-align: left;
    line-height: 36px;
    margin: 55px 15px 15px 15px;
    font-weight: 700;
}

div.selena-blue {
    border: 1px solid #23408e;
    padding: 35px 0px 25px 0px;
}
div.selena-form-blue {
    padding: 35px 0px 25px 0px;
}

table.selena-blue {
    width: 100%;
    border-bottom: 3px solid #23408e;
}

table.selena-blue > thead th {
    border-bottom: 1px solid white;
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 22px;
    padding: 15px 10px;
}

table.selena-blue > thead th.last {
    background: #23408e; /* fallback */
    background: linear-gradient(225deg, transparent 15px, #23408e 0) top right;
    background-repeat: no-repeat;
}

table.selena-blue > thead th.white_th {
    background: #ffffff;
}

table.selena-blue td {
    color: #23408e;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding: 15px 10px;
    border-bottom: 1px solid #23408e;
    vertical-align: top;
    max-width: 20vw;
    overflow-wrap: break-word;
}
table.selena-blue td input.form-control {
    font-size: 13px !important;
    text-align: left;
    min-height: 63px;
}
table.selena-blue.small-padding td {
    padding: 5px 5px !important;
}
.form-control {
    color: #234090 !important;
}

table.selena-blue-light {
    width: 100%;
}

table.selena-blue-light th {
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    /*text-align: left;*/
    line-height: 22px;
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid #23408e;
    border-bottom: 1px solid #23408e;
}

table.selena-blue-light td {
    color: #23408e;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding: 15px 10px;
}
table.selena-blue-light td input.form-control {
    font-size: 13px !important;
    text-align: left;
}

div.selena-buttons {
    margin: 15px 0px;
    text-align: right;
}

.btn-selena-white {
    background: #ffffff;
    color: #23408e;
    border: #23408e solid 1px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 8px 10px;
    margin: 5px 0px;
    border-radius: 0px;
    font-weight: 400;
}
.btn-selena-blue,
.swal-button--confirm {
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 8px 10px;
    margin: 5px 0px;
    border-radius: 0px;
    font-weight: 400;
}

.btn-selena-blue:hover {
    color: #ffffff;
    background: #33509e;
}

.btn-selena-grey,
.swal-button--cancel {
    color: #ffffff;
    background: #aeaeae;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 8px 10px;
    margin: 5px 10px;
    border-radius: 0px;
    min-width: 75px;
}

.btn-selena-grey:hover,
.swal-button--cancel:hover,
.swal-button--cancel:focus,
.swal-button--cancel:active {
    color: #ffffff;
    background: #c5c5c5;
}

.btn-selena-big {
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 25px;
    /* padding: 1.3rem 2.8rem;
    margin: 1rem 2rem; */
    padding: 1.2rem 2.5rem;
    margin: 0.9rem 1.8rem;
    border-radius: 0px;
}

.btn-selena-big:hover {
    color: #ffffff;
    background: #33509e;
}

.btn-selena-big-icon {
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 25px;
    padding: 1.2rem 0.8rem;
    margin: 0rem 1.8rem 3.6rem 1.8rem;
    border-radius: 0px;
    text-align: center;
    width: 175px;
    text-transform: uppercase;
}

.btn-selena-big-icon:hover {
    color: #ffffff;
    background: #33509e;
}

.btn-selena-big-icon .btn-icon {
    display: block;
    clear: both;
    height: 75px;
    line-height: 75px;
    margin: 5px 5px 15px 5px;
    text-align: center;
}

.btn-selena-big-icon .btn-icon img {
    margin: 0px auto;
    vertical-align: middle;
}

.buttons-flex {
    display: flex;
    justify-content: space-between;
}

.btn-selena-flex {
    color: #ffffff;
    background: #23408e;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    padding: 0rem 0.5rem;
    height: 6rem;
    line-height: 5.5rem;
    margin: 0.9rem 0rem;
    border-radius: 0px;
    width: 30%;
    text-align: center;
    text-transform: uppercase;
}
.btn-selena-flex span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.btn-selena-flex:hover {
    color: #ffffff;
    background: #33509e;
}

.btn-selena-flex:disabled {
    cursor: not-allowed;
    background: #43506e;
}
a.btn-selena-flex[href=""],
a.btn-selena-flex[href="#"] {
    cursor: not-allowed;
    background: #858da0;
}

@media only screen and (max-width: 767px) {
    .buttons-flex {
        display: block;
    }
    .btn-selena-flex {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .btn-selena-flex {
        padding: 0rem 0.2rem;
    }
}

.btn-selena-green {
    color: #ffffff;
    background: #52ae32;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    padding: 8px 10px;
    margin: 5px 10px;
    border-radius: 0px;
    text-align: center;
    min-width: 75px;
}
.btn-selena-green:hover {
    color: #ffffff;
    background: #62be42;
}

.btn-selena-green-small {
    color: #ffffff;
    background: #52ae32;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    padding: 5px 10px;
    margin: 5px 0px;
    border-radius: 0px;
    text-align: center;
    min-width: 75px;
}
.btn-selena-green-small:hover {
    color: #ffffff;
    background: #62be42;
}

.btn-selena-blue-300 {
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 25px;
    padding: 10px 10px;
    margin: 5px 0px;
    border-radius: 0px;
    width: 300px;
    text-align: center;
}
.btn-selena-blue-300:hover {
    color: #ffffff;
    background: #33509e;
}

.btn-selena-green-300 {
    color: #ffffff;
    background: #52ae32;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 25px;
    padding: 10px 10px;
    margin: 5px 0px;
    border-radius: 0px;
    text-align: center;
    width: 300px;
    text-align: center;
}
.btn-selena-green-300:hover {
    color: #ffffff;
    background: #62be42;
}

.btn-icon-green {
    background: transparent;
    color: #52ae32;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 22px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 0px;
    text-align: center;
    display: inline;
}
.btn-icon-green:hover {
    color: #328e12;
}

.btn-icon-red {
    background: transparent;
    color: #d32535;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 0px;
    text-align: center;
    display: inline;
}

.btn-icon {
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 0px;
    text-align: center;
    display: inline;
}

.btn-icon-black {
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 0px;
    text-align: center;
    display: inline;
}

.btn-icon-red:hover {
    color: #333333;
}

.btn-icon:hover {
    color: #333333;
}

.btn-icon-grey {
    background: transparent;
    color: #212529;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 0px;
    text-align: center;
    display: inline;
}
.btn-icon-grey:hover {
    color: #111519;
}

.btnShow,
.btnHide {
    cursor: pointer;
}

.form-control.datetime {
    width: calc(100% - 24px);
    float: right;
}

table.selena-blue label i.far {
    position: relative;
    margin-top: 8px;
    font-size: 20px;
}

.selena-form-blue .form-control,
.selena-form-blue .chosen-choices,
.selena-form-blue .chosen-single,
.filter .chosen-choices,
.filter .chosen-single {
    background-color: #ffffff !important;
    border: 2px solid #23408e !important;
    color: black !important;
    border-radius: 0px !important;
    outline: none;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    border: 2px solid #23408e !important;
    padding: 0 5px;
}
.ms-options-wrap > button::after {
    border-top-color: #23408e !important;
}

div.selena-blue input.form-control,
table.selena-blue input.form-control,
table.selena-blue textarea.form-control,
table.selena-blue .chosen-choices,
table.selena-blue .chosen-single {
    background-color: #ffffff;
    border: 1px solid #aad799;
    border-radius: 0px;
    color: #234090;
    outline: none;
}
table.selena-blue .chosen-choices {
    position: relative;
    top: -2px;
    height: 26px;
}
table.selena-blue .chosen-single {
    position: relative;
    top: -1px;
}

.selena-form-blue .chosen-choices,
.selena-form-blue .chosen-container-multi .chosen-choices {
    font-family: "Gotham";
    border: 2px solid #23408e !important;
    color: #6ab94e !important;
    border-radius: 0px;
    position: relative;
    top: -2px;
}
.selena-form-blue .chosen-choices li {
    line-height: 22px !important;
}
.selena-form-blue .chosen-choices li input {
    line-height: 38px !important;
}
.selena-form-blue
    .chosen-container-multi
    .chosen-choices
    li.search-field
    input[type="text"] {
    font-family: "Gotham";
    color: #6ab94e !important;
    font-size: 16px;
    margin: 1px 0;
    padding: 0;
    height: 34px;
}
.selena-form-blue .chosen-single {
    position: relative;
    top: -1px;
}

.filter .chosen-single {
    font-family: "Gotham";
    border: 2px solid #23408e !important;
    color: black !important;
    border-radius: 0px;
    position: relative;
    top: -2px;
    background: #ffffff;
    background-image: none !important;
    height: 38px !important;
    line-height: 32px !important;
}
.filter .chosen-single a {
    line-height: 32px !important;
}
.filter .chosen-single {
    position: relative;
    top: 0px;
    line-height: 32px;
}
.filter .chosen-single span {
    font-size: 16px !important;
}

.filter .chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
    color: #23408e;
}

.filter .chosen-drop .chosen-results li.highlighted,
.filter .chosen-container .chosen-results li.highlighted {
    cursor: pointer;
    display: list-item;
    background-color: #23408e;
    background-image: none;
    color: #fff !important;
}

tr.goal_row .chosen-single {
    background: #fff;
}

.filter .chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
    color: #23408e;
}

.chosen-container .chosen-results li.active-result.option-non-visible {
    color: #a7a7a7 !important;
}

tr.goal_row .chosen-drop .chosen-results li.highlighted,
tr.goal_row .chosen-container .chosen-results li.highlighted {
    cursor: pointer;
    display: list-item;
    background-color: #23408e;
    background-image: none;
    color: #fff;
}

div.selena-form-blue .form-control.is-invalid,
table.selena-blue input.form-control.is-invalid,
table.selena-blue textarea.form-control.is-invalid,
table.selena-blue input.was-validated .form-control:invalid,
table.selena-blue td.is-invalid .chosen-choices,
table.selena-blue td.is-invalid .chosen-single {
    border-color: #dc3545 !important;
}
table.selena-blue .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 3px;
    white-space: nowrap;
}

.chosen-disabled {
    opacity: 1 !important;
}
.chosen-disabled .chosen-choices,
.chosen-disabled .chosen-single {
    background-color: rgb(233, 236, 239) !important;
}

.mbo-form select,
.mbo-form input {
    background-color: #ffffff;
    border: 1px solid #aad799;
    border-radius: 0px;
}

.select-year {
    float: right;
    display: block;
    text-align: right;
    width: 200px;
    margin-bottom: 25px;
}
.filter input.form-control,
.filter select.form-control,
.select-year select.form-control {
    border: 2px solid #23408e;
    color: #6ab94e !important;
    border-radius: 0px;
    outline: none;
}
.filter input.form-control::placeholder {
    color: #6ab94e !important;
}

p.icon-search {
    margin: 0px !important;
}

p.icon-search:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    color: #6ab94e;
    position: relative;
    right: 10px;
    top: -26px;
    float: right;
    margin-bottom: -16px;
}

.file-upload input[type="file"] {
    display: none;
}
.file-upload {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background: #23408e;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    padding: 8px 10px;
    margin: 7px 0px 5px 0px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #23408e;
    position: relative;
    top: 2px;
}

.border-tb {
    border-top: 2px solid #23408e;
    border-bottom: 2px solid #23408e;
}

.bold_blue {
    font-weight: 600;
    color: #23408e;
}
.goal-comment {
    padding: 10px 15px;
    margin: 10px 0px;
    background-color: #f8f8f8;
}
.goal-comment h5 {
    font-size: 1rem;
    font-weight: 500;
}
.goal-comment p {
    padding: 5px 5px 5px 35px;
    margin-bottom: 0px;
    color: #000;
}
.goal-comment-border {
    padding: 10px 15px;
    margin: 10px 0px;
    background-color: #fff;
    border: 2px solid #aad799;
}
.goal-comment-border h5 {
    font-size: 1rem;
    font-weight: 500;
}
.goal-comment-border p {
    padding: 5px 5px 5px 35px;
    color: #000;
}

#area_departments input.form-control {
    border: 2px solid #52ae32;
    border-radius: 0px;
    outline: none;
}
#area_departments input.form-control.search {
    outline: none;
}

#area_departments select.form-control {
    border: 2px solid #23408e;
    border-radius: 0px;
    height: 280px;
    outline: none;
}

#area_departments td {
    font-weight: bold;
}

#area_departments .multiselect-arrows {
    padding-top: 150px;
    text-align: center;
}
#area_departments .multiselect-arrows button {
    width: calc(100% - 20px);
}

.datetime {
    width: calc(100% - 25px);
    float: right;
}

.container-fluid {
    width: 90%;
}

.text_right {
    text-align: right !important;
}
.no-bottom-border td {
    border-bottom: none !important;
}
.comments_caret {
    cursor: pointer;
}
.border-top td {
    border-top: 1px solid #23408e;
}
.border-top-dot td {
    border-top: 1px dotted #23408e;
}
tr.tr-merge td {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    vertical-align: top;
}

.form-merge {
    margin-bottom: 8px;
}

input.radio-big {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
}

div.comments_header {
    border-top: 1px solid #23408e;
    padding-top: 10px;
}

.hide {
    display: none;
}

.show-changes .hide {
    display: block;
    float: right;
    margin-left: 5px;
}

#edit_goals td {
    padding: 10px 5px;
}
#edit_goals td p {
    padding: 5px 5px;
}

.selena-blue td.center,
.selena-blue td.center p,
#table-goals td.center,
#table-goals td.center p {
    text-align: center !important;
}

.show-changes tr td.changed,
.show-changes tr.new-goal td,
.show-changes tr.goal_row_deleted td {
    padding: 10px 5px;
}
.show-changes tr td.changed p,
.show-changes tr.new-goal td p {
    background-color: #ddefd7;
    padding: 5px 5px;
}
.show-changes tr td.changed p:after {
    content: "\f06e";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
}
.show-changes tr.goal_row_deleted td p {
    padding: 5px 5px;
}

table tr td.goal_row p taable tr.goal_row_deleted td p {
    margin: 5px;
}
table tr td.changed p,
table tr.new-goal td p {
    //margin: 0px;
}

.show-changes .new-goal td:first-child:before {
    position: absolute;
    content: "new";
    padding-top: 3px;
    left: -25px;
    color: #52ae32;
    font-size: 18px;
    font-weight: 700;
}

table tr.goal_row_deleted {
    display: none;
}
table tr.goal_row_deleted td {
    color: #999999;
}
.show-changes tr.goal_row_deleted {
    display: table-row;
}

.show-changes tr.border-top.goal_row_deleted td:first-child:before {
    position: absolute;
    content: "del";
    padding-top: 4px;
    left: -25px;
    color: red;
    font-size: 18px;
    font-weight: 700;
}

.datetime_input {
    min-width: 135px;
}

.red_blink {
    color: #d32535;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.65rem 0.95rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #23408e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #23408e;
    border-color: #23408e;
}

div.selena-border-blue {
    border: 1px solid #23408e;
}

.tr_obj td p {
    margin-bottom: 0px;
}

.chosen-container.is-valid,
.chosen-single.is-valid {
    border-color: #28a745 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 8… 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z"/%3e%3c/svg%3e
    ) !important;
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.filter input[type="checkbox"].form-control {
    width: 24px;
    height: 24px;
    float: left;
    clear: both;
}

.form-control-label.is-invalid,
.rating.is-invalid ~ label {
    color: #dc3545 !important;
}
#evaluation .rating.is-invalid {
    border-color: #dc3545 !important;
    background-color: #dc3545 !important;
}

.filter input.form-control.is-invalid,
.filter .chosen-single .is-invalid,
.filter .chosen-choices .is-invalid {
    border: 2px solid #dc3545 !important;
}

.user-view p.form-control {
    border: 2px solid #23408e;
    color: #23408e !important;
    border-radius: 0px;
    outline: none;
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
    line-height: 1.4;
    background-color: #e9ecef;
}

.text-selena,
.filter input.form-control.text-selena,
.filter select.form-control.text-selena {
    color: #23408e !important;
}

.text-selena-green {
    color: #52ae32 !important;
}

.text-gray {
    color: #909fc6;
}

.modal-selena {
}

.modal-selena .modal-content {
    border-radius: 0;
}

.modal-selena .modal-footer {
    border: none;
    border-radius: 0;
    justify-content: flex-start;
    padding-bottom: 1.5rem;
}

.modal-selena .modal-dialog {
    vertical-align: middle;
}

.modal-selena .modal-header {
    color: #52ae32;
    border: none;
    border-radius: 0;
}

.modal-selena .modal-header .modal-title {
    font-size: 1.1rem;
    font-weight: 600;
}

@keyframes glowing-selena {
    0% {
        background-color: #23408e;
        box-shadow: 0 0 3px #23408e;
    }
    15% {
        background-color: #23408e;
        box-shadow: 0 0 7px #23408e;
    }
    25% {
        background-color: #395399;
        box-shadow: 0 0 10px #395399;
    }
    50% {
        background-color: #395399;
        box-shadow: 0 0 20px #395399;
    }
    75% {
        background-color: #395399;
        box-shadow: 0 0 10px #395399;
    }
    90% {
        background-color: #23408e;
        box-shadow: 0 0 7px #23408e;
    }
    100% {
        background-color: #23408e;
        box-shadow: 0 0 3px #23408e;
    }
}

.btn-selena-glowing {
    animation: glowing-selena 1000ms infinite;
}

.selena-profile {
    font-size: 0.95rem;
}

.font-xxl {
    font-size: 1.2rem !important;
}

.font-xl {
    font-size: 1rem !important;
}

.font-l {
    font-size: 0.9rem !important;
}

.font-m {
    font-size: 0.8rem !important;
}

.font-s {
    font-size: 0.75rem !important;
}

.font-xs {
    font-size: 0.7rem !important;
}

.fw-bold {
    font-weight: 600 !important;
}

table.view-list {
    caption-side: bottom;
    border-collapse: collapse;
}

table.view-list td {
    padding-bottom: 0.5rem;
    min-width: 170px;
    word-wrap: break-word;
}

table.view-list td.title {
    min-width: 190px;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.chosen-container-multi .chosen-choices {
    padding: 0px 3px !important;
}

p.form-control.disabled {
    color: #6c757d !important;
}
