
.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* _resouce_card.html */

.resource-card {
    position: relative;
    /* background-color: #1d1e26; */
    /* width: 50%; */
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: darkgrey;
    /* background-color: #17171e; */
    overflow: hidden;
    width: 100%;
    height: 20%;
    transition: .5s ease;
}

.resource-card:hover .overlay {
    height: 80%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.resource-card {
    box-shadow: .5px .5px .5px .5px black;
    border: solid 1px;
    border-radius: 2px;
}

.ck-body-wrapper .ck.ck-balloon-panel {
    z-index: 1051;
}
.ck-body-wrapper .ck.ck-reset,
.ck-body-wrapper .ck.ck-reset_all {
    position: initial;
}

/* animations */

body, html {
    margin: 0;
    overflow-x: hidden;
    background-color: rgba(247, 248, 249, 1.0);
    font-size: 14px;
    font-family: ProximaNova-Regular!important;
    /* font-family: 'Oswald', sans-serif!important; */
    /* color: #b6bdcc; */
}

.dropdown-item:hover {
    color: white!important;
}

/* Position submenu to the right */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}


.registration-button .dropdown-item:hover {
    color: white!important;
}

.nav-link {
    font-size: 1rem;
    font-family: ProximaNova-Semibold!important;
    color: grey;
    letter-spacing: 2px;
}

.card-link {
    font-size: 1.1rem;
    font-family: ProximaNova-Semibold!important;
    color: grey;
    letter-spacing: 2px;
}

header .nav-link {
    margin-left: 18px;  
    color: rgba(217, 217, 221, 1.0)!important;
}


.nav-link:hover {
    /*color: rgba(255, 128, 36, 1.0)!important;*/
    font-weight: bold!important;
    color: rgba(239, 110, 38, 1.0)!important;
}

.footer-nav {
    font-size: 1rem!important;
    color: white;
    font-family: ProximaNova-Semibold!important;
    line-height: 1!important;
}

.active-nav {
    /* color: rgba(0, 169, 218, 1.0)!important; */
    font-weight: bold;
    /* text-decoration: underline; */
}

.text-orange {
    color: rgba(239, 110, 38, 1.0)!important;
}

.text-small {
    font-size: .8rem;
}

.text-semi-bold {
    font-family: ProximaNova-Semibold!important;
}

.notification_message {
    max-width: 600px;
    min-width: 400px;
    padding: 10px;
    color: #b6bdcc;
}

.notification_message a {
    color: rgba(0, 169, 218, 1.0)!important;
}

h1, h2, h4 {
    font-family: ProximaNova-Semibold!important;
}

h3 {
    letter-spacing: 2px;
}

h3, h5, h6 {
    font-family: ProximaNova-Light!important;
}

a {
    /* color: rgba(0, 169, 218, 1.0)!important; */
    color: rgba(0, 169, 218, 1.0);
}

a:hover {
    /* color: rgba(0, 169, 218, 1.0)!important; */
    color: rgba(239, 110, 38, 1.0)!important;
}

.orange-link {
    color: rgba(224, 124, 66, 1.0)!important;
}

.orange-link:hover {
    color: rgba(0, 169, 218, 1.0)!important;
}

.sub-link-orange {
    color: rgba(224, 124, 66, 1.0)!important;
    font-family: ProximaNova-Semibold!important;
}

.sub-link-orange:hover {
    color: cornflowerblue!important;
    font-family: ProximaNova-Semibold!important;
}

.light-link {
    color: white!important;
}

.light-link:hover {
    color: orange!important;
}

/* a:hover {
    color: rgba(0, 169, 218, 1.0)!important;
} */

.dropdown-menu {
    /* background-color: rgba(44, 49, 60, 1.0); */
}

.thicker-dropdown-divider {
    border-top: 3px solid #e9ecef!important;
}

.dropdown-item:hover {
    background-color: rgba(0, 169, 218, 1.0)!important;
    color: whitesmoke;
}

.avatar-ribbon {
    width: 28px;
    height: 28px;
    border: 1px solid white;
    border-radius: 75px;
}

.avatar-task {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 75px;
}

.parallax {
    /* The image used */
    background-image: url('/static/images/background_image2022_dark.jpg');

    /* Full height */
    height: 40%;
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.user-ribbon {
    /* background-size: contain; */
}

.user-ribbon-filter {
    background-color: rgba(35, 36, 45, 0.7);
}

.ribbon-indicators {
    position: absolute!important;
    justify-content: left!important;
    top: 26px!important;
    margin-left: 0!important;
}

.ribbon-indicators li {
    width: 6px!important;
    height: 6px!important;
    border-radius: 6px;
}

#user-ribbon-dropdown .dropdown-item:hover {
    color: white!important;
}

.dashboard-bookmarks {

}

#search-input {
    position: relative;
    max-width: 200px;
    background-color: rgba(0, 0, 0, 0.0);
    border-color: rgba(100, 100, 100, 0.3);
    color: rgba(0, 169, 218, 1.0)!important;
}

#search-input::placeholder {
    color: grey;
  }            

#search-input:hover {
    /* border-color: rgba(0, 169, 218, 1.0); */
    border-color: rgba(100, 100, 100, 0.7);
}

#search-submit {
    background-color: rgba(0, 0, 0, 0.0);
    border-color: rgba(0, 0, 0, 0.0);
    color: rgba(100, 100, 100, 0.3);
    position: relative;
    top: 2px;
    left: -40px;
}

#search-submit:hover {
    color: rgba(100, 100, 100, 0.7);
}

.search-results {
    position: absolute;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eaeaef;
    min-width: 20rem;
    left: 60%;
    top: 100%;
    z-index: 1000;
    /* background-color: #23242D; */
    background-color: rgba(240, 240, 240, 1.0);
}

.badge-info {
    background-color: rgba(0, 169, 218, 1.0)!important;
}

/* messages/alerts */
.alert {
    border: 2px solid transparent!important;
    padding: 0px;
}

.alert-success {
    color: darkgrey!important;
    background-color: transparent!important;
    /* border-color: rgba(0, 169, 218, 1.0)!important; */
}

.alert-info {
    color: darkgrey!important;
    background-color: transparent!important;
    /* border-color: rgba(0, 169, 218, 1.0)!important; */
}

.alert-error {
    color: rgba(255, 115, 119, 1.0)!important;
    background-color: transparent!important;
    /* border-color: rgba(0, 169, 218, 1.0)!important; */
}

/* widgets */

.django-ckeditor-widget {
    width: 100%;
}

/* forms */

.multiField a[href*="media/documents"] {
    color: rgba(0, 169, 218, 1.0)!important;
}

a[href*="media/logos"] {
    color: rgba(0, 169, 218, 1.0)!important;
}

.alert-warning {
    color: white!important;
    background-color: transparent!important;
    border-color: #ffeeba!important;
}

.filter_twenty_percent {
    background-color: rgba(35, 36, 45, 0.2);
}

.filter_fifty_percent {
    background-color: rgba(35, 36, 45, 0.5);
}

/* .modal-header, .modal-footer { */

.modal {
    opacity: 90%;
}

.modal-content {
    background-color: grey;
}

.modal-body {
    background-color: whitesmoke;
    color: grey;
}

.bg-dark {
    background-color: rgba(38, 38, 38, 1.0)!important;
}

.page-heading {
    /* background-color: #1d1e26; */
    background-color: rgba(40, 44, 52, 1.0);
}

/* .btn {
    border-radius: 1.25rem;
}*/

.btn-as-link {
    background: none;
    border: none;
    color: black; /* You can set this to any color you prefer */
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.btn-as-link:hover,
.btn-as-link:focus {
    text-decoration: underline; /* Optional: remove underline on hover or focus */
}

.btn-orange {
    color: rgba(239, 110, 38, 1.0)!important;
}

.object-editor-button {
    color: rgba(0, 169, 218, 1.0)!important;
}

.object-editor-button:hover {
    color: orange!important;
}

.page-content {
    min-height: 60%;
    /* background-color: #23242d; */
    background-color: lightgrey;
}

/*  This is the start of affecting the white background color for form fields */
/* .form-control {
    background-color: rgba(44, 49, 60, 1.0)!important;
    color: rgba(0, 169, 218, 1.0)!important;
} */

#footer_thumbnail {
    border-radius: 4px;
}

/* media players */
.embed-container {
    position: relative;
    padding-top: 50%;
    display: block;
    /* height: 0; */
    /* overflow: hidden; */
    width: 100%;
    /* height: auto; */
    /* min-height: 70%; */
}

/* .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
} */

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

/* forms */

/* overwrites static/jquery-autosuggest height for input fields */
/* ul.as-selections li.as-original input {
    height: 36px !important;
} */
#id_tags__tagautosuggest {
    height: 34px !important;
}

/* General */

.admin-blue {
    color: rgba(0, 169, 218, 1.0)!important;
}

.bg-admin {
    background: rgba(0, 169, 218, 1.0)!important;
}

.spotlight-img {
    border-radius: 3px;
}

.hr-muted {
    border-top: 1px solid rgba(250, 250, 250, 0.2)!important;
}

/* ListView filters */

.filter-title {
    padding-bottom: 10px;
}

.filter-form input[type="checkbox"] {
    -webkit-appearance: initial;
    appearance: initial;
    margin-right: 5px;
    /* background: #23242d; */
    width: 16px;
    height: 16px;
    border: 1px solid grey;
    border-radius: 1px;
    position: relative;
    top: 3px;
}

.filter-form input[type="checkbox"]:checked {
    /* background: rgba(0, 169, 218, 1.0); */
}

.filter-form input[type="checkbox"]:checked:after {
    /* content: "✓"; */
    content: "✔";
    /* color: #fff; */
    color: orange;
    position: absolute;
    left: 60%;
    top: 55%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.filter-form label {
    margin-bottom: 0px!important;
    margin-right: 10px;
}

.filter-form ul {
    padding: 0;
    list-style-type: none;
}

.filter-form .form-control {
    /* background-color: #23242d; */
    /* color: rgba(0, 169, 218, 1.0)!important; */
}

#div_id_created label {
    width: 62px!important;
}

/* event cards */

.list-group-item {
    background-color: rgba(0, 0, 0, 0);
    border-color: #848b96;
}

.list-group-item:hover {
    /* background-color: #17171E; */
    /* background-color: #23242d; */
}

/* project submissions */

.project-editor-button {
    background: none;
    color: darkgrey!important;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.project-editor-button:hover {
    color: whitesmoke!important;
    /* color: rgba(0, 169, 218, 1.0)!important; */
}

/* MODAL FORMS */

/* .modal-content form {

}

.modal-content {
    background-color: rgba(33, 37, 43, 1.0)!important;
}

#form_modal_content {
    background-color: rgba(44, 49, 60, 1.0)!important;
    color: whitesmoke;
}

#form_modal_content div input {
    background-color: darkgrey!important;
}

#form_modal_content div select {
    background-color: darkgrey!important;
} */

/* TASKS */

.mark {
    /* background-color: rgba(0, 169, 218, 0.9)!important */
    background-color: rgba(155, 155, 155, 0.9)!important;
}

.task-handle {
    position: relative;
    top: 8px;
    /* left: -24px; */
    opacity: 0.7;
}

.task-handle:hover {
    opacity: 0.95;
}

.task-card-container {
    /* position: inherit; */
    /* left: -22px; */
}

.task-card {
    left: 10px;
}

.task-input-form {
    display: none;
    position: absolute;
    top: 5px;
    left: 9px;
}

.task-input {
    /* background: none; */
    border: none;
    outline: none;
    color: white;
    font-style: italic;
    /* display: none; */
}

/* TASK LISTS */

.task-list-item {
    opacity: 90%;
}

.task-list-item:hover {
    opacity: 100%;
}

.input-group-text input[type="checkbox"] {
    -webkit-appearance: initial;
    appearance: initial;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    position: relative;
}

.input-group-text input[type="checkbox"]:checked {
    /* background: rgba(0, 169, 218, 1.0); */
}

.input-group-text input[type="checkbox"]:checked:after {
    /* content: "✓"; */
    font-size: 1.5rem;
    content: "✔";
    color: rgba(0, 169, 218, 1.0)!important;
    position: absolute;
    left: 60%;
    top: 55%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.card-list {
    min-width: 20rem;
    max-width: 20rem;
    max-height: 24rem;
    min-height: 24rem;
    opacity: 90%;
}

.opacity-50 {
    opacity: 50%;
}

.card-list:hover {
    opacity: 100%;
}

/* COMMENTS */

.comment-breadcrumb a {
    text-decoration: none;
    opacity: .5;
    font-size: 0.8rem;
}

.comment-breadcrumb a:hover {
    opacity: 1;
}

.comment-period-row {
    font-family: ProximaNova-Semibold!important;
    color: grey!important;
}

.comment-period-row a {
    color: grey!important;
}

.comment-period-row a:hover {
    color: rgba(239, 110, 38, 1.0)!important;
}

/* PROGRAMS */

.program-logo {
    max-height: 120px;
    height: auto;
    max-width: 340px;
    width:auto;
}

