﻿:root {
    --primary: #293490;
    --accent1: #e19229;
    --accent2: #f7f7f7;
    --accent3: #f89c31;
    --label: #495057;
    --dull-blue: #abb0db;
    --bs-btn-active-bg: var(--accent1);
    --header: rgba(36, 48, 38, 1);
    --paragraph: rgba(54, 63, 12, 0.60);
    --bg-field: #F7F7F8;
    --placeholder: #B8BFB7;
    --light: var(--placeholder);
    --bs-link-hover-color: #293490;
    --bg-color: #dee5eb;
    --bs-btn-disabled-bg: #293490;
    --bs-btn-disabled-border-color: #293490;
}

body, .body {
    background-color: var(--bg-color) !important;
}

.btn-info {
    background-color: var(--accent1);
    border-color: var(--accent1);
    color: #fff !important;
}

a {
    color: var(--primary) !important;
}

label {
    color: var(--label);
    font-weight: 600;
    margin-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.title {
    background-color: var(--primary) !important;
    text-shadow: none !important;
}

div.dropdown_arrow {
    background-color: transparent !important;
}

.dropdown_text,
.dropdown_arrow {
    color: var(--primary) !important;
}

.segment-wrapper .segmented {
    border-radius: 24px;
    display: inline-block;
    margin-right: 10px;
}

.button-active {
    background: var(--primary) !important;
}

header {
    background: var(--primary) !important;
}

.nav > .nav-item .content {
    text-shadow: none;
    color: #fff !important;
}

#log_out .content span {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 6px;
}

.nav > .nav-item {
    border-left: none;
}

.slide-option {
    color: var(--primary) !important;
    background: #fff;
}

.slide .footer div {
    text-shadow: none;
    background: #fff;
}

.toolbar {
    background-color: #fff;
    border-bottom: #f0f0f0;
}

.dark-gray {
    background: var(--primary) !important;
    color: #fff !important;
}

.button.skinny {
    height: 26px;
    line-height: 1px;
}

.mr-0 {
    margin-right: 0 !important;
}

.h-100 {
    height: 100%;
}

.toolbar input[type='checkbox'] {
    vertical-align: inherit;
    float: none;
}

.toolbar > .right-side > div {
    margin-right: 0;
}

.toolbar input[type='checkbox'] + .check-box-label {
    float: none;
}

.button[disabled="disabled"] .content,
.button-gray[disabled="disabled"] .content,
.button-active[disabled="disabled"] .content {
    color: #fff;
}

#categories .item > .item--child > .item:active,
#categories .item > .item--child > .item.active {
    color: #ffffff;
    background-color: var(--primary) !important;
}

.toolbar#editing-option {
    padding-top: 0px;
}

.toolbar > .left-side {
    padding: 0 0 0 20px;
}

.toolbar > .right-side {
    padding: 0 20px 0 0;
}

.toolbar > .left-side,
.toolbar > .right-side {
    display: flex;
    align-items: center;
}

.tab-button {
    border-radius: 0 !important;
    background-color: #fff !important;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid var(--primary);
}

    .tab-button.button-active .content {
        color: var(--primary);
    }

.button.pressed.left, .button-active.pressed.left, .button-gray.pressed.left,
.button.pressed.right, .button-active.pressed.right, .button-gray.pressed.right {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 4px;
}

.button.dark-gray .content, input[type="submit"].button.dark-gray {
    color: #fff;
}

.slide.selected .slide-option, .slide-option.active, .slide-option:active {
    color: #fff !important;
    background-color: var(--primary);
    text-shadow: none !important;
}

.slide .content {
    position: relative;
}

.slide-preview-icon {
    border-right: 1px solid #b7b2ad;
    background-color: #f4f3f1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.slides {
    background-color: #fff;
    border: 1px solid #666;
    padding: 10px;
    border-radius: 6px;
}

.slide {
    margin: 0 10px 10px 0;
}

.icon-border {
    border: 1px solid var(--primary);
    border-radius: 50%;
}

.slide-title .mail-icon {
    margin-right: 0;
    color: var(--dull-blue);

    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.mail-icon {
    padding-right: 5px;
}

.title.alt {
    color: #fff !important;
    text-shadow: none;
}

.btn-primary {
    background-color: var(--primary) !important;
}

.flat-title {
    text-align: left;
    padding: 16px;
    font-size: 15px;
    font-weight: bold;
    color: var(--primary);
}

.btn-round-skinny-border {
    border-radius: 24px;
}

.button.clear-color {
    background-color: transparent !important;
    color: var(--primary);
    font-weight: bold;
    border: 2px solid var(--primary);
    min-width: 110px;
}

.button:active, .button-active:active, .button-gray:active {
    background: var(--primary) !important;
    color: #fff !important;
}

#login-wrapper > panel .title {
    background-color: var(--accent2) !important;
}

[class*="button"] .content > i {
    color: #fff !important;
}

#categories .item > .item--child > .item:hover {
    color: var(--primary) !important;
}

    #categories .item > .item--child > .item:hover div > .additional_slides:before {
        background-image: url(/content/images/icons/additional_slides.png);
    }

#categories .item.active > div.dropdown_arrow > i {
    color: var(--primary) !important;
}

form .option-title {
    color: var(--primary) !important;
}

.popup-buttons > div.input-wrapper > input[type="submit"] {
    padding: var(--bs-btn-padding-x) var(--bs-btn-padding-y);
    border-radius: 6px;
    height: inherit;
}

div.input-wrapper > input[type="submit"] {
}

.no-background {
    background: none !important;
}

.bb-0 {
    border-bottom: none !important;
}

form .radio-wrapper input[type="radio"]:checked {
    background-color: var(--primary) !important;
}

.bg-color {
    background-color: var(--bg-color) !important;
}

.border-white {
    border: 1px solid #fff;
}

nav > ul > li:hover, nav > ul > li.active {
    background-color: var(--primary) !important;
}

nav > ul > li span:after {
    content: none;
    padding-left: 0;
}

nav > ul > li:hover span:after, nav > ul > li.active span:after {
    content: none;
}

.btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff !important;
}

.p-10 {
    padding: 10px;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.project-description {
    color: var(--primary);
}

.pr-10 {
    padding-right: 10px;
}

.alert-count {
    border-radius: 50%;
    background-color: #fff;
    width: 25px;
    height: 25px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

#latest_projects,
#alerts {
    padding-bottom: 0;
    background: none;
}

#alerts > .content {
    margin-bottom: 0;
}

#categories {
    padding-bottom: 0;
}

#categories .content:last-of-type {
    padding-top: 0;
}

.slide.linked .slide-title:after {
    color: var(--primary);
}

.slide.linked .fa-link {
    color: var(--accent3);
}

.slide.linked .icon-border {
    border-color: var(--accent3) !important;
}

.alert-item.open .alert-date {
    color: var(--primary);
}

.alert-item.open .alert-options .delete i {
    color: var(--primary);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.alert-options .delete i {
    font-size: 24px;
}

.slide.selected {
    border: 1px solid var(--primary);
    -webkit-box-shadow: 0px 0px 2px 0px var(--primary);
    -moz-box-shadow: 0px 0px 2px 0px var(--primary);
    box-shadow: 0px 0px 2px 0px var(--primary);
}

.dull-blue {
    color: var(--dull-blue);
}

.icon-border {
    display: inline-block !important;
    border-radius: 50%;
    border: 1px solid var(--primary);
    padding: 5px;
}

.icon-border.thick {
    border: 2px solid var(--primary);
}

.icon-border.dull-blue {
    border-color: var(--dull-blue) !important;
}

#login-button, #go-button {
    margin: 0 !important;
}

.slide .footer {
    background: #fff;
}