﻿:root {
    /*    --main-color: #001f3f; */
    --main-color: #004166;
    --secondary-color: #003f3f;
    --secondary-color-dark: #013333;
    --tertiary-color: #101E47;
    --tertiary-color-dark: #0b163f;
}

@font-face {
    font-family: "Cairo";
    src: url("../fonts/Cairo-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

.bg-main {
    background-color: var(--main-color);
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: azure !important;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.body-styled {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #005AA7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFDE4, #005AA7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFDE4, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  background-color: white;
}

.sidebar-item {
    font-family: "Cairo";
    color: azure;
}

.topbar {
    font-family: "Cairo";
    color: azure;
}

    .topbar > a {
        font-family: "Cairo";
        color: azure !important;
    }

.myButton {
    background-color: var(--secondary-color);
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: azure;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px;
    text-decoration: none;
    border-width: 0px;
}

    .myButton:hover {
        background-color: var(--secondary-color-dark);
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.myButton-secondary {
    background-color: var(--tertiary-color);
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: azure;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px;
    text-decoration: none;
    border-width: 0px;
}

    .myButton-secondary:hover {
        background-color: var(--tertiary-color-dark);
    }

    .myButton-secondary:active {
        position: relative;
        top: 1px;
    }

    .useractions-menu {
        color: azure;
    }

.useractions-menu ul li {
    padding-left: 10px;
}

    .useractions-menu ul li div {
        color: azure !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .useractions-menu ul li a {
        color: azure !important;
        font-size: 20px;
    }

        .useractions-menu ul li button {
            color: azure !important;
            font-size: 20px;
        }

    .events-header {
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px;
        padding: 10px;
        color: azure;
        font-family: Cairo;
    }

    .events-form {
        border: thin solid;
        border-color: lightgray;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 3vw;
    }

    .eventinfo {
        border: thin solid;
        border-color: lightgray;
        border-radius: 20px;
        margin: 10px;
        padding: 10px;
        background-color: azure;
    }

.eventinfo-img {
    margin: 10px;
}

    .eventinfo-img img {
        border-radius: 20px;
    }


    .eventinfo-empty {
        text-decoration: none !important;
    }

        .eventinfo-empty div {
            font-size: 3vw;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #74ad5a !important;
            display: flex;
        }

.eventinfo-empty i {
    position: relative;
}

.card-img-top {
    width: 100%;
    height: 50vw;
    max-height: 300px;
    object-fit: cover;
}

.text-cairo {
    font-family: Cairo;
}

.text-roboto {
    font-family: Roboto;
}

.text-azure{
    color: azure;
}

.link-azure {
    color: azure;
}

.link-azure:visited {
    color: inherit;
}

.accountinfo-header {
    margin-top: 50px;
    margin-bottom: 20px;
}

.verticalLine {
    border-left: thin solid lightgray;
}

.roletitle {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin: 10px;
}

.roletitle-yellow {
    /*    background: radial-gradient(circle, rgba(244,180,0,1) 0%, rgba(255,216,111,1) 95%);*/
    background-color: #E9C46A;
}

.roletitle-blue {
    /*background: radial-gradient(circle, rgba(107,167,255,1) 0%, rgba(153,194,255,1) 95%);*/
    background-color: #457b9d;
}

.roletitle-green {
    background: radial-gradient(circle, rgba(68,255,55,1) 0%, rgba(112,255,101,1) 95%);
}

.title-big {
    font-size: 60px;
}

.page-header {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px;
    color: azure;
    font-family: Cairo;
}

.page-form {
    border-color: var(--main-color);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 3vw;
    background-color: white;
    border: 1px solid var(--main-color);
}

.event-frontpage-img {
    width: 100%;
    height: 50vw;
    max-height: 80px;
    object-fit: cover;
}

.table-margin-top {
    margin-top: 30px;
}

.margin-spaced {
    margin-top: 10px;
    margin-bottom: 10px;
}

.language-menu {

}

    .language-menu > li {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .language-menu > li > img{
        margin-left: 10px;
        margin-right: 5px;
    }

.checkbox-big {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    margin: 10px;
}

.table-bordered td {
    border: none !important;
    border-top: solid 1px #ccc !important;
}

.table-bordered th {
    border: none !important;
}

.table {
    border: none;
    margin-top: 10px;
    background-color: white;
}

    .table thead {
        border: none;
    }

    .about-navitem {
        background-color: var(--main-color);
    }

.about-navlink {
    color: azure;
    border: thin solid var(--tertiary-color) !important;
    width: 100%;
}

    .about-navlink:hover {
        background-color: var(--tertiary-color) !important;
        color: azure !important;
    }

    .about-navlink.active {
        background-color: var(--tertiary-color) !important;
        color: azure !important;
    }

.bg-subheader {
    padding: 5px;
    padding-left: 20px;
    background: linear-gradient(135deg, var(--main-color), var(--main-color) 90%, rgba(0,0,0,0) 90%);
    color: azure;
}

.bg-subsection {
    padding: 5px;
    padding-left: 20px;
}

.about-form {
    padding-top: 3vw;
    border-color: var(--main-color);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: white;
}

.about-subsection {
    padding-left: 3vw;
    padding-right: 7vw;
    padding-top: 1vw;
}

.user-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid var(--main-color);
    border-radius: 0.25rem;
}

.color-linkedin{
    color: #0e76a8;
}

.color-github {
    color: #4078c0;
}

.btn-transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: azure;
}

.btn-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.ui-state-highlight {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    height: 60px;
}

.sortable {
    cursor: grab;
}

.questions-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-header {
    padding: 10px;
    color: azure;
    font-family: Cairo;
}

.box-form {
    border-color: var(--main-color);
    padding: 3vw;
    background-color: white;
    border: 1px solid var(--main-color);
}