﻿.container[role=main] {
    padding-bottom: 2em;
}
body {
    height: 100%;
    margin: 0;
    background: #fff;
    font-family: canada-type-gibson, sans-serif;
}

.container {
    min-height:100%;
    /*padding-top:10em;*/
}
a:hover {
    color: #ed6f47;
}
.btn {
    border: 0;
}

.btn-primary {
    background-color: #870568;
    color: #ffffff;
}

.btn-primary:hover, .btn-secondary:hover {
    background-color: #ab0683;
    border: 0;
}

.fa-2x {
    font-size: 1.5em !important;
}

h1 {
    background-color: #0f05a0;
    padding: 10px 4px 3px 1px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    display: inline;
}

h2 {
    font-weight:700;
}
h3, h4, h5 {
    font-weight: 600;
}

.bg-secondary {
    background-color: #870568 !important;
}

ol.casting-overview {
    list-style: none;
    margin-bottom: 0;
    padding:0;
}
    ol.casting-overview li.overview-list {
        border-bottom: 1px dotted #999;
    }


.progress {
    height: 5px;
}

.progress-bar {
    transition-duration: 1s;
    width:0;
    background-color: #870568;
}   


.wilke-logo {
    width:75px;
    height:16px;
}

.bg-ultra {
    background-color: #00003c;
}
.text-ultra {
    color: #00cdbe;
}

.ultra-widget__link {
    display: block;
    background-color: black;
    padding: 40px;
    color: white;
    font-family: gibsonSemiBold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    margin: 10px;
}



ul.checkmark {
    padding-left: 1em;
    text-indent: 0.5em;
    list-style: none;
    list-style-position: outside;
}


    ul.checkmark li:before {
        content: '✔';
        margin-left: -1em;
        margin-right: 1em;
    }


.navbar-dark .navbar-nav .nav-link {
    color: #c3afd2;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: #c9b7d6;
}



/* Custom checkbox
-------------------------------------------------- */

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 30px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -25px;
    }

label.css-label {
    background-image: url(../images/css-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.cookienotification {
    color: #fff;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 5px 20px 5px;
    background-color: #2e363f;
    text-align: center;
    font-size: 12px;
}

.cookienotificationtext a {
    color: white;
    text-decoration: underline;
}

.cookienotificationbutton {
    margin: 0 10px;
    line-height: 20px;
    background: rgba(69,174,82,1);
    border: 0;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

    .cookienotificationbutton:hover {
        background: rgba(69,174,82,0.9);
    }

/*----------------------- Modals -----------------------*/

.modal-full {
    min-width: 20%;
    margin-left: 80px;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }


/*----------------------- Navbar -----------------------*/

.navbar-dark .navbar-nav .nav-link {
    color: #c3afd2;
}


/*----------------------- Back to top -----------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    background: #e9ebec;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: rgba(0,0,0,0.2);
    }

    #back-to-top.show {
        opacity: 1;
    }



/*----------------------- Forms -----------------------*/

label {
    font-weight: 600;
}

.input-validation-error {
    color: red;
}

.required {
    text-transform: uppercase;
    color: #e66446;
}

/*----------------------- Upload -----------------------*/

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3) !important;
    padding: 20px 20px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

    .footer .logo {
        width: 75px;
        height: 16px;
    }



/* Multi Form wizard
-------------------------------------------------- */


    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

.tab-container {
    overflow:hidden;
    position:relative;
}

/* Hide all steps by default: */
.tab {
    /*display: none;*/
    position: absolute;
    left:-1000px;
    opacity: 0;
    margin-bottom: 2em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tab-visible {
    position: relative;
    left:0;
    opacity:1;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 5px;
    width: 25px;
    margin: 0 2px;
    background-color: lightgrey;
    border: none;
    display: inline-block;
    opacity: 0.5;
}

.step-org {
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: lightgrey;
    border: none;
    border-radius: 50%;
    display: inline-block;
}

    /* Mark the active step: */
.step.active {
    background-color: #005f9b !important;
}

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #005f9b !important;
        opacity: 1;
    }



.btn-shadow {
    box-shadow: 6px 6px #c3afd2;
}
.btn {
    border-radius: 0px;
}
.btn-shadow:hover {
    box-shadow: 4px 4px #c3afd2;
    background-color: #ab0683;
    border: 0;
}

a {
    color: #0f05a0;
}

.btn-link {
    color: #0f05a0;
}