
:root {
    --primary-color: #EA5B0C;
    --secondary-color: #767676;
    --primary-color-light: #FF835D;
    --primary-color-x-light: #FBC5A3;
    --blue-color: rgb(0, 122, 194);
    --violet-color: rgb(155, 89, 182);
    --red-color: rgb(220, 27, 18);
    --green-color: rgb(44, 149, 87);
}

.primary-light {
    background-color: var(--primary-color-light);
}

.primary-x-light {
    background-color: var(--primary-color-x-light);
}

.k-green {
    color: rgb(44, 149, 87);
}

.k-orange {
    color: orange;
}

.k-red {
    color: rgb(220, 27, 18);
}

.k-blue {
    color:var(--blue-color); 
}

.k-gray {
    color: gray;
}

.k-violet {
    color: var(--violet-color);
}

p:has(> br) {
    line-height: 1rem;
}

a.secondary-link {
  color: var(--secondary-color);
}

a.secondary-link:hover,
a.secondary-link:focus
 {
  color: #5a5a5a;
}

a.blue-link {
  color: rgba(23,121,186,0.8);;
}

a.blue-link:hover,
a.blue-link:focus
 {
  color: rgba(23,121,186,1);;
}

input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--primary-color);
}

.callout {
    border-radius: 5px;
}

#offCanvasLeft {
    background-color: #FFFFFF;
}

.k-icon-title {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    margin-left: 5px;
    font-size: larger;
}

.k-icon-title .fal {
   font-size: 160%;
}

.k-home-panel {
    margin-top: -0.5rem;
    height: 800px;
    background-image: url('/core/images/photos/EC.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
}

.k-home-panel-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: 175px;
}

.k-home-panel-welcome {
    background-color: rgba(234, 91, 12, 0.9);
    padding: 20px;
    color: white;
    font-size: larger;
    position: absolute;
    border-radius: 0 0 5px 5px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.ql-editor {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.ql-editor p {
    line-height: 1.6;
    margin-bottom: 0rem;
}

.ql-editor p:has(> br) {
    line-height: 1;
}

.ql-editor ul, .ql-editor ol {
    margin-bottom: 1rem;
    margin-left: 1.25rem ! important;
    padding-left: 0px ! important;
}

.ql-editor ul li, .ql-editor ol li {
    margin-left: 0px ! important;
    padding-left: 0px ! important;
}

.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.ql-editor h1 {
    font-size: 48px ! important;
}
.ql-editor h2 {
    font-size: 40px ! important;
}
.ql-editor h3 {
    font-size: 31px ! important;
}
.ql-editor h4 {
    font-size: 25px ! important;
}
.ql-editor h5 {
    font-size: 20px ! important;
}
.ql-editor h6 {
    font-size: 16px ! important;
}

.fa-disabled {
    opacity: 0.5;
}

.k-link-disabled {
    cursor: not-allowed;
}

.k-link-disabled .fa {
   opacity: 0.5;
}

ul.k-menu-languages {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.k-menu-languages li {
    display: inline-block;
    padding-left: 0.5em;
}

tr {
    text-align: left;
}

td.k-align-top {
    vertical-align: top;
}

.k-separator
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.k-label {
  font-weight: bold;
}

.k-value {
  color: #666;
}

.k-header-container {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 8px;
}

.k-header-container h4 {
    margin: 0;
}

.k-header-container h3 {
    margin: 0;
}

.k-project-launcher:hover {
    background-color: var(--primary-color-x-light);
    cursor: pointer;
}

.k-flag-icon {
    width: 1.5em;
    vertical-align: middle;
}

.k-light {
    color: #aaa;
}

.k-x-light {
    color: #ddd;
}

.k-message-key {
    cursor: pointer;
}

table.k-list-hoverable tr:hover {
    background-color: #ddd;
}

.k-message-key:hover {
    background-color: var(--secondary-color) !important;
    color: white;
}

.k-bg-darkgray {
    background-color: #555555 !important;
    color: white;
}
.k-bg-mediumgray {
    background-color: #666666 !important;
    color: white;
}

.k-bg-light {
    background-color: #cccccc !important;
    color: white;
}

.k-bg-primary {
    background-color: var(--primary-color) !important;
    color: white;
}

.k-bg-primary-light {
    background-color: var(--primary-color-light) !important;
    color: white;
}

.k-bg-primary-x-light {
    background-color: var(--primary-color-x-light) !important;
    color: #333;
}


.k-primary {
    color: var(--primary-color);
}

.ui-progressbar .ui-progressbar-value {
    background-color: rgba(23,121,186);
    border-bottom: none;
}


.k-blocked {
    background-color: rgb(217, 217, 217);
    color: #FFFFFF;
}

.k-pending {
    background-color: rgb(255, 222, 89);
    color: #FFFFFF;
}

.k-in-progress {
    background-color: rgb(255, 162, 0);
    color: #FFFFFF;
}

.k-done {
    background-color: rgb(155, 89, 182);
    color: #FFFFFF;   
}

.k-submitted {
    background-color: var(--blue-color);
    color: #FFFFFF;   
}

.k-to-be-completed {
    background-color: var(--red-color);
    color: #FFFFFF;   
}

.k-confirmed {
    background-color: rgb(1, 128, 0);
    color: #FFFFFF;   
}

.k-status-icon.k-active {
    color: var(--primary-color);
}

.k-larger-text {
    font-size: larger;
}

.k-smaller-text {
    font-size: smaller;
}

.k-vertical-margin-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.k-half-width {
    width: 50%;
}

.k-expand {
    width: 100%;
}

.k-modal-header {
    margin-left: 10px;
}

.k-compact-textarea {
    height: 100px;
}

.k-narrow-textfield {
    max-width: 100px;
}

.k-narrow-form-container {
    max-width: 350px; 
    margin-left:auto; 
    margin-right: auto;
}

.k-narrow-form-container button {
    width: 100%;
}

.k-multiupload-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.k-multiupload-square {
  width: 120px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  position: relative;
}

.k-multiupload-content {
    flex: 1;
    display: flex;
    gap: 10px;
}

ul.k-language-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.k-language-tabs li {
    display: inline-block;
    margin-right: 1em;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 3px solid transparent;
    margin-bottom: 5px;
    cursor: pointer;
}

ul.k-language-tabs li:hover {    
    border-bottom: 3px solid var(--primary-color);
}

ul.k-language-tabs li span {
   color: #ccc;
}

ul.k-language-tabs li span img {
   opacity: 0.2;
}

ul.k-language-tabs li.k-active {
    border-bottom: 3px solid var(--primary-color);
    cursor: default;
}

ul.k-language-tabs li.k-active span {
   color: #000000;
}

ul.k-language-tabs li.k-active span img {
   opacity: 1;
}



ul#k-steps-tabs {
    font-size: 130%;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#k-steps-tabs li {
    display: inline-block;
    margin-right: 1em;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 3px solid transparent;
    margin-bottom: 5px;
    cursor: pointer;
}

ul#k-steps-tabs li:hover {    
    border-bottom: 3px solid var(--primary-color);
}

ul#k-steps-tabs li {
   color: #ccc;
}


ul#k-steps-tabs li.k-active {
    border-bottom: 3px solid var(--primary-color);
    cursor: default;
}

ul#k-steps-tabs li.k-active {
   color: #000000;
}

.k-switch-mode a {
    color: #ccc;
}

.k-switch-mode a:hover {
    border-bottom: 3px solid var(--primary-color);
}

.k-switch-mode a.k-active {
    border-bottom: 3px solid var(--primary-color);
    cursor: default;
    color: #000000;
}

.k-step {
    border-bottom: 1px solid #ccc;
    padding-left: 0.5em;
    padding-right: 0.5em;
    cursor: pointer;
}

.k-step .label {
    cursor: pointer;
}

.k-step:hover {
    background-color: #cccccc;
}

.k-step.k-active {
    background-color: #dddddd;
}

.k-step-inside {
    padding: 8px 2px 8px 2px;
}

.k-useful-resources {
    padding: 10px;
    background-color: var(--primary-color-x-light);
    color: rgb(102, 102, 102);
    color: black;
    position: sticky;
    top: 20px;
}

.k-timeline-container {
    position: relative;
}

.k-timeline-wrapper {
   overflow-x: auto;
   /*width: 100%;*/
   scroll-behavior: smooth;
}

.k-timeline {
    /* width: 2400px; */
    margin-bottom: 20px;
}

.k-timeline-years {
    display: grid;
    margin-bottom: 5px;
}

.k-timeline-year {
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.k-timeline-months {
    display: grid;
    margin-bottom: 5px;
}

.k-timeline-month {
    text-align: center;
    font-weight: bold;
}

.k-timeline-track {
    position: relative;
    display: grid;
    height: 40px;
}

.k-timeline-cell {
    border: 1px solid #eee;
    background: white;
}

.k-timeline-bar {
    position: absolute;
    top: 14px;
    height: 12px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.k-timeline-label {
    position: absolute;
    top: 8px;
    background: rgb(255,255,255, 0.8);
    text-wrap-mode: nowrap;
    cursor: default;
}

.k-timeline-scroll {
    position: absolute;
    top: -10px;
    transform: translateY(-50%);
    z-index: 100;
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 24px;
    transition: .2s;
}

.k-timeline-scroll:hover {
    color: rgba(0, 0, 0, .4);
}

.k-timeline-scroll.k-left {
    right: 40px;
}

.k-timeline-scroll.k-right {
    right: 10px;
}