﻿.container[role=main] {
    padding-bottom:200px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

h1, h2  {
    font-weight:700;
}

.external-link {
    color: #6c757d !important;
}


video {
    width: 640px;
    height: 360px;
    background-color: #f1f3f5;
}

footer .logo {
    max-height: 20px;
    width: auto;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    background: #f5f5f5;
    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: #e9ebec;
    }

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


ol.casting-overview {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    ol.casting-overview li {
        /*border-bottom: 1px dotted #999;*/
    }


.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
}

.report-problem-link {
    color: rgba(220,53,69,1) !important;
}

.modal {
    overflow-y: auto;
}
ul.new-features li {
    margin-bottom:1em;
}


/* Preloader
-------------------------------------------------- */
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

    .preloader-wrapper .preloader {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
    }


/* Tables
-------------------------------------------------- */

.clickable-row, .clickable-row-checkbox {
    transition: all 0.1s;
}

    .clickable-row:hover, .clickable-row-checkbox:hover {
        cursor: pointer;
        background-color: rgba(0,123,255,.05) !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        /*border-left: 2px solid #007bff !important;*/
    }

    .clickable-row td:first-child, .clickable-row-checkbox td:first-child {
        border-left: 2px solid transparent !important;
    }
    .clickable-row:hover td:first-child, .clickable-row-checkbox:hover td:first-child {
        border-left: 2px solid #007bff !important;
    }


/* Speech bubble
-------------------------------------------------- */

.box {
    width: 50%;
    /*margin: 50px auto;*/
    margin: 1em 0;
    background: #00CDBE;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    position: relative;
}

.speech-bubble-question:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #00CDBE;
    border-top: 10px solid #00CDBE;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 6px;
}


.speech-bubble-answer:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #00CDBE;
    border-right: 10px solid transparent;
    border-top: 10px solid #00CDBE;
    border-bottom: 10px solid transparent;
    right: -19px;
    top: 6px;
}



/* Cards
-------------------------------------------------- */
.card {
    box-shadow: 0 4px 2px 0 hsla(0,0%,74%,.5); /*0 1px 3px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
    transition: box-shadow .25s;
}

    /*
    .card:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }
    */

.card-body {
    padding:1.25rem 1.25rem 0;
    /*min-height:200px;*/
}


.card-img-top {
    width: 100%;
    height: 200px;
    background-color: #f5f5f5;
    overflow: auto;
}

    .card-img-top img {
        max-height: 100%;
        max-width: 200px;
    }

.card-image-link span {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
}

 .card-read-more a {
        text-decoration: none !important;
        padding: 10px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #d4d4d4 !important;
    }



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

label  {
    font-weight:600;
}

#MultipleApplicants {
    border-left: 1px solid #e0e0e0;
    padding-left: 0.75em;
}



/* Comments
-------------------------------------------------- */


blockquote {
    font-style:italic;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    padding-right:4rem;
    border-left: 3px solid #ccc;
} 

.dr-comment {
    padding: 1em;
    background-color: rgba(255,255,255,1);
    margin-bottom: 1em;
}


/* 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 */
    background-color: #f5f5f5;
}

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


.dataTableHome-filter .active {
    font-weight:bold;
}
.dataTableOld-filter .active {
    font-weight: bold;
}


/* Switches
-------------------------------------------------- */
.switch {
    font-size: 1rem;
    position: relative;
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * .8) * 2);
            border-radius: calc(2.375rem * .8);
            height: calc(2.375rem * .8);
            line-height: calc(2.375rem * .8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
        }

            .switch input + label::before,
            .switch input + label::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * .8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * .8);
                transition: 0.2s all;
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * .8) - calc(2px * 2));
                height: calc(calc(2.375rem * .8) - calc(2px * 2));
                border-radius: 50%;
                background-color: white;
                transition: 0.2s all;
            }

        .switch input:checked + label::before {
            background-color: #08d;
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * .8);
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed;
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef;
            }

    .switch.switch-sm {
        font-size: 0.875rem;
    }
    .switch.switch-sm label {
        font-size: 1rem;
    }

        .switch.switch-sm input + label {
            min-width: calc(calc(1.9375rem * .8) * 2);
            height: calc(1.9375rem * .8);
            line-height: calc(1.9375rem * .8);
            text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * .8) * 2);
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * .8) - calc(2px * 2));
                height: calc(calc(1.9375rem * .8) - calc(2px * 2));
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * .8);
        }

    .switch.switch-lg {
        font-size: 1.25rem;
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * .8) * 2);
            height: calc(3rem * .8);
            line-height: calc(3rem * .8);
            text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * .8) * 2);
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * .8) - calc(2px * 2));
                height: calc(calc(3rem * .8) - calc(2px * 2));
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * .8);
        }

    .switch + .switch {
        margin-left: 1rem;
    }


.card-input-element {
    display: none;
}

.card-input {
    text-align: center;
    width: 180px;
    height: 100px;
    margin: 10px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    border-color: #e7f0fa;
}

.card-input-element + .card-input {
    box-shadow: 0 0 1px 1px #707070;
    background-color: #fff;
}


.card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px rgba(0,123,255,1);
    background-color: #E7F0FA;
}

