
html * {
    text-transform: none !important;
    letter-spacing: 0 !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color: #063c8d !important;
}

.font2 { font-family: 'Roboto Condensed', sans-serif !important; }

.black { color:#000;}
.organotiki-epitropi .card-body { padding: 1rem 1rem; }

.icon-list em {
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-size: 1rem;
}

.icon-list.bullet-soft-primary.bullet-bg em {
    background-color: #e2e2f3;
}

.icon-list.bullet-bg em:before {
    vertical-align: middle;
    display: table-cell;
}

.icon-list.bullet-bg em {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}
.icon-list.bullet-bg em {
    top: 0.25rem;
}

.brabeia img { margin-right:10px;}

table.programma td:first-child { background-color: #a7e3af; background-color:#7ac142; color:#343f52 ; width:11%; font-weight: 600; font-size: .8rem;}

.trophy-icon { font-size:80px; text-align:center;font-weight:normal;color:#7ac142}

.the_blue { color:#0c4da2}

table.programma strong, table.programma b { color:#0c4da2 }
.nav-tabs a { color:#0c4da2 !important}
.tab-content { padding-right:0px !important; padding-left:0px !important;}

.btn-circle-programma-number {
    color: #fff;
    background-color: #0c4da2;
    border-color: #0c4da2;
}
.xronodiagramma h4 { font-size:16px !important;}

.over-pos { position: relative; top: 10px; left: 25px; }

.validate-has-error { color:red; font-size:12px; }

/* COLORS */

.card.image-wrapper { background-image: linear-gradient(56deg,#338341 20%,#1b67d9 100%) !important; }
.bg-brabeia-primary { background-image: linear-gradient(56deg,#71bd7e 20%,#6699e5 100%) !important; }
.bg-light { background-color: #f5f5f5 !important; }

.text-white { color: #ffffff; }
.text-green-dark { color: #439151; }
.text-green-light { color: #7ac142; }
.text-blue-dark { color: #0e4dab; }
.text-grey { color: #888; }

.bg-white { background-color: #ffffff; }
.bg-green-dark { background-color: #439151; }
.bg-green-light { background-color: #7ac142; }
.bg-blue-dark { background-color: #0e4dab; }

.gradient-green { background-image: linear-gradient(120deg,#7ac142 10%,#338341 100%); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
	.dropdown-item:hover { color: #0e4dab !important; }
	
.hover-trans { transform: translateY(0); transition: all .2s ease-in-out; }
.hover-trans:hover { transform: translateY(-0.15rem); }

.page-404 h1 {
    font-size: 200px;
    line-height: 1.2;
}
.page-404 p {
    font-size: 14px;
    color: #343f52;
}

.page-404 a,  .page-404 p a { color: #063c8d !important; }

.mentores p.mb-2 { color: rgb(96, 105, 123)}