﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body .ccc-landing__language{
    padding-top: 0;
}

body {
    padding-bottom:0;
}

.outcomeCard {
    opacity: 0;
    transition: all 500ms ease;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.postings .navbar-inverse .navbar-nav > li > a{
    font-size:12px;
}
.navbar {
    min-height: 60px;
}

.navbar-brand {
    height: 60px;
}

.navbar-inverse {
    background: #58606F;
    background-repeat: repeat-x;
    border-radius: 0px;
    border: none;
}

    .navbar-inverse .navbar-toggle {
        border-color: none;
        border: none;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #414753;
        }

.navbar-collapse {
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background: rgba(0, 0, 0, 0.2);
}

.navbar-nav > li > a {
    line-height: 30px;
}

select.form-control {
    position: relative;
}

    select.form-control::after {
        content: '';
        display: block;
        position: absolute;
        width: 44px;
        height: 44px;
        top: 0;
        right: 0;
        border: 2px solid red;
        background: black;
    }

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0px 16px;
    font-size: 14px;
    line-height: 44px;
    color: #58606F;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

body.is--landing {
    padding-top: 0;
}
body.is--landing .navbar-inverse {
    padding-top: 0;
    background: rgba(0,0,0,0.5);
}
    body.is--landing .ccc-hero {
        height: calc(100vh);
    }

.ccc-select-container {
    position: relative;
}

    .ccc-select-container::after {
        content: '\e5d7';
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        font-size: 18px;
        pointer-events: none;
    }

.ccc-hero {
    height: calc(100vh - 60px);
    width: 100%;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-522/philipp-berndt-173197-unsplash.jpg);
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-522/woodBG.jpg);
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-522/colourfulDoorsBG.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 8px solid #1863e8;
}

.ccc-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    padding: 0px 24px;
    text-align: center;
}

.ccc-hero__btn {
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background: #EB008B;
    background-image: linear-gradient(90deg, #1863E8 0%, #EB008B 100%);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 8px 24px;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: bold;
    background: #1863E8;
    color: white;
    transition: all 20ms ease-out;
}
    .ccc-hero__btn:hover {
        background: #EB008B;
        color:white;
        transition:all 150ms ease-out;
        text-decoration:none;
    }

    @media screen and (min-width: 768px) {
        .ccc-hero__btn {
        height: 80px;
        border-radius: 40px;
        padding: 0px 32px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1300px) {
    .ccc-hero__btn {
        margin-bottom: 48px;
    }
}

.ccc-hero__title {
    color: #58606F;
    font-size: 32px;
    margin: 0;
    margin-bottom: 24px;
    color: #fff;
    font-weight:600;
    text-shadow:4px 4px 8px rgba(0,0,0,0.66);
}

@media screen and (min-width: 768px) {
    .ccc-hero__title {
        font-size: 48px;
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1300px) {
    .ccc-hero__title {
        margin-bottom: 48px;
    }
}

.ccc-hero__subtitle {
    color: #58606F;
    font-size: 24px;
    margin: 0;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 600;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.66);
}

@media screen and (min-width: 768px) {
    .ccc-hero__subtitle {
        font-size: 32px;
    }
}

@media screen and (min-width: 1300px) {
    .ccc-hero__subtitle {
        font-size: 36px;
        margin-bottom: 48px;
    }
}

.ccc-hero__subtitle span {
    font-style: italic;
}

.ccc-landing__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .ccc-landing__content {
        flex-direction: row;
        height: calc(50vh - 25px);
    }
}

@media screen and (min-width: 768px) {
    .ccc-landing__content:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
}

.ccc-landing__content:nth-of-type(odd) .ccc-landing__content__icon {
    background: #8FBBE4;
}

    .ccc-landing__content:nth-of-type(odd) .ccc-landing__content__icon i {
        color: #58606F;
    }

        .ccc-landing__content:nth-of-type(odd) .ccc-landing__content__icon i.is--favorite {
            color: #ff52b8;
        }

.ccc-landing__content:nth-of-type(even) .ccc-landing__content__icon {
    background: #58606F;
}

    .ccc-landing__content:nth-of-type(even) .ccc-landing__content__icon i {
        color: #8FBBE4;
    }

.ccc-landing__content__text {
    flex-basis: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

@media screen and (min-width: 1300px) {
    .ccc-landing__content__text {
        padding: 48px;
    }
}

.ccc-landing__content__text p {
    font-size: 16px;
    line-height: 24px;
    color: #58606F;
}

@media screen and (min-width: 768px) {
    .ccc-landing__content__text p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (min-width: 1300px) {
    .ccc-landing__content__text p {
        font-size: 24px;
        line-height: 36px;
    }
}

.ccc-landing__content__icon {
    flex-basis: 100%;
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0px;
}

@media screen and (min-width: 768px) {
    .ccc-landing__content__icon {
        flex-basis: 50%;
        padding: 0px;
        min-width: auto;
    }
}

.ccc-landing__content__icon i {
    font-size: 96px;
}

.ccc-credentials {
    background: #1863E8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    height: 100%;
    min-height: calc(100vh - 60px);
    padding-bottom: 24px;
}

.ccc-credentials h1 {
    margin: 0;
    margin-bottom: 24px;
    color: #fff;
    align-self: flex-start;
    padding: 0 5%;
    width: 90%;
}

@media screen and (min-width: 700px) {
    .ccc-credentials h1 {
        width: 500px;
        padding: 0;
    }
}

.ccc-credentials__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing:border-box;
}

.ccc-credentials__box {
    width: 90%;
    background: #fff;
    border-top: 4px solid #8FBBE4;
    padding: 32px;
    box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.3);
    color: #58606F;
}

@media screen and (min-width: 700px) {
    .ccc-credentials__box {
        width: 500px;
    }
}

@media screen and (max-width: 699px) {
    .ccc-credentials__box {
        padding:24px 16px;
    }
}

.ccc-credentials__box p {
    margin-bottom: 24px;
}

.ccc-footer {
    background: #D8D8D8;
    font-size: 12px;
    color: #58606F;
}

    .ccc-footer p {
        margin: 0;
        text-align: center;
        padding: 8px 0px;
    }

.wave {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 700px;
    margin-top: -600px;
    margin-left: -400px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 40%;
    -webkit-animation: shift 20s infinite linear;
    animation: shift 20s infinite linear;
    z-index: 0;
}

@-webkit-keyframes shift {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes shift {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.password-strength-meter__bar {
    margin-top: 8px;
    margin-bottom: 4px;
    width: 100%;
    height: 8px;
    border-radius: 32px;
    overflow: hidden;
    background-color: #e4e4e4;
}

.password-strength-meter__bar__fill {
    height: 100%;
    transition: all 200ms ease-in-out;
    width:0%;
}

.password-strength-meter__result {
    text-align: right;
    height: 15px;
    transition: color 200ms ease-in-out;
    font-weight: bold;
}


.dashboard-header {
    min-height: 304px;
    height: 33vh;
    width: 100%;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover !important;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .dashboard-header {
        padding: 16px 8px !important;
        justify-content: space-around;
        padding-bottom: calc(60px - 8px) !important;
    }
}

@media screen and (min-width: 769px) {
    .dashboard-header {
        flex-direction: row;
    }
}

@media screen and (min-width: 769px) {
    .dashboard-header > div {
        transform: translatey(-30px);
    }
}

@media screen and (max-width: 768px) {
    .dashboard-header__title-container {
        align-self: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .dashboard-header__widget {
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .dashboard-header__widget-container {
        width: 100%;
    }
}

.dashboard-header__widget-single {
    min-width: 100px;
    flex-basis: 30%;
    background: rgba(51, 51, 51, 0.75);
    padding: 16px;
    border-radius: 4px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

    .dashboard-header__widget-single:nth-of-type(2) {
        margin: 0 16px;
    }

@media screen and (min-width: 769px) {
    .dashboard-header__widget-single {
        background: #333;
        padding-top: 48px;
        min-width: 224px;
        max-width: auto;
        border-radius: 2px;
    }
}

.dashboard-header__widget-single--mobile {
    padding: 16px 16px;
}

@media screen and (min-width: 769px) {
    .dashboard-header__widget-single--mobile {
        display: none;
    }
}

.dashboard-header__widget-single--mobile__body {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.dashboard-header__widget-single--mobile__footer {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #aaa;
}

.dashboard-header__widget-single__value {
    padding: 16px;
    padding-top: 0;
    font-size: 32px;
    color: #fff;
}

.dashboard-header__widget-single__label {
    background: rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    color: #fff;
}

.card--expand__btn--expand {
    color: rgba(0,0,0,0.5);
}

    .card--expand__btn--expand:hover {
        color: white;
    }

.accordion--plain .accordion__btn--plain {
    position: absolute;
    top: 8px;
    right: 0px;
}

.card--expand .accordion__content {
    display: none;
}

.card--expand.is--expanded .accordion__content {
    display: block;
}

.accordion--panel .accordion__btn--extra {
    background: none;
}

.card--expand .accordion__btn--extra {
    right: 48px;
}

.accordion--plain .accordion__btn--extra {
    right: 32px;
}

.accordion--plain .accordion__btn--plain.is--expanded {
    transform: scaleY(-1);
}

.accordion__title--plain {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px 8px 0px 4px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.accordion--plain.is--expanded {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.main {
    padding: 0px;
    margin:  0px;
}

.navigation--side__menu__subtitle {
    font-size: 16px;
    color: #ffffff;
}

a{
    cursor: pointer;
}

.ui--validation-message.field-validation-valid {
    display: none;
}

.prelaod {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

body.is--admin-crud main{
    padding: 0 48px;
}