@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import "navmenu.css";
a{
    text-decoration:none;
}
.badge.bg-light{color:#3f3f3f;border:1px solid #e6e6e6;}
body{
    font-size:1.1em;
}
.bulletlist{
    list-style:none;
    margin:0;
    padding:0;
}
.bulletlist li {
    list-style: none;
    transition: all 0.3s ease 0s;
    position:relative;
    line-height:30px;
    margin-bottom:10px;
    padding-left:30px;
}
.bulletlist li:hover{
    padding-left:35px;
}
    .bulletlist li:after {
        content: '\e0c7';
        font-family: Icons;
        position: absolute;
        left: 0px;
        top: 1px;
        z-index: 1;
        color: #fab702;
    }

    .featuresection {
        z-index: 0;
        position: relative !important;
        padding: 50px 0 !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .featuresection:after {
        content: " ";
        z-index: 1;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.8);
    }
.featurecontent{
    position:relative;
    z-index:2;
}
/** Validation **/
.validation-errors {
    margin-top: 20px;
    border-radius: 5px;
    background-color: red;
    padding: 10px;
    color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.validation-message{
    color:red;font-style:italic;
}
li.validation-message {
    color: white;list-style:none;
}

a {
    color: inherit;
}
a:hover{text-decoration:none;}
footer a:hover{color:white;}
.badge{
    font-weight:400;
}
.b-orange {
    background-color: #fab702;
}
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #4E4B4C;
}
.maincontent
{
    padding-bottom:50px;
}
section {
}
footer {
    
    padding: 30px 0 0px;
    background: #1f1f1f;
    color: #939393;
}
.footer-bar {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 50px;
    text-align: center;
    background: #191919;
    color: #939393;
}
.container h2:first-of-type, .container h2.centerheader{
    text-align:center;
    margin-top:50px;
    position:relative;
    margin-bottom:30px;
    font-weight:600;
}
    .container h2:first-of-type:after, .container h2.centerheader:after {
        content: '';
        display: block;
        width: 150px;
        height: 2px;
        background: #fab702;
        margin: 0 auto;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
    }

.container h4:first-of-type {
    text-align: center;
    
    position: relative;
    margin-bottom: 50px;
}
.side-box h5:after, h5.underline:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #fab702;
    margin: 0;
    position: relative;
    bottom: -2px;
    left: 0px;

}
.f-orange {
    color: #fab702;
}
.wi-20{width:20px;}
.wi-200{width:200px;}
.wi-100{width:100px;}
.wi-300{width:300px;}
img {
    max-width: 100%;
}
.banner {
    position:relative;
    z-index:1;
}
.banner img{
    position:relative;
    
}
.banner-img{
    width:100%;
}
.bannercontainer {
    width: 100%;
    padding: 20px;
    top: 0px;
    position: absolute;
    margin: auto;
}

.bannercontentbox {
    z-index:1001;
    margin: 10% auto;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.75);
}
    .bannercontentbox img {
        max-width: 300px;
        max-height:100px;
    }
.bannercontentbox.center {
    width:50%;
}
    .bannercontentbox.left {
        /*border-left: 8px solid #fab702;*/
    }

    .bannercontentbox h1{
        font-size:2.8em;
        color:#fab702;
        text-shadow:1px 1px #4c4b4b;
    }
    .bannercontentbox h5 {
        font-size: 1.6em;
        font-weight:600;
        color:#3f3f3f;
    }
    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.info-box
{
    padding:10px;
    text-align:center;
}
.info-bar {
    padding: 15px;
    margin-bottom:40px;
}
.info-bar-block{
    
}
.info-bar-text{
    display:block;
}
.info-bar .info-bar-block .icon-left {
    float: left;
    padding: 0 15px;
}
.info-bar .info-bar-block .icon-left .oi{
    font-size:1.8em;
}
.info-bar-text h3 small
{
    color:#444444;
    font-weight:500;
}
.card-img-top img {
    max-width: 60%;
    margin: 20px;
}
.separator-line-horrizontal {
    background-color: #86bc42;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 18%;
    height: 1px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* forms*/
.form-group label {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: .2rem;
    font-weight: 600;
}
.btn {
    background: #232323;
    color: #fff;
    text-align: center;
 
    cursor: pointer;
}
.btn.theme {
    background: #fab702;
    color: #fff;
    border:none;
    outline:none;
}
.btn.theme.black
{
    background:#000;color:white;
}
.btn.theme span.oi{
    font-size:0.8em;
    margin-left:20px;
}
#CookieBar{
    
    position:sticky;    
    bottom:0;
    width:100%;
    padding:30px;
    text-align:center;
    background-color:rgba(10,10,10,0.85);
    color:white;
}

.filterblock {
    padding: 10px;
    background-color: white;
    margin: 25px 0;
    display: none
}
.filterblock.open {
    display:block;
}


@media (max-width: 991.98px) {
    .bannercontentbox {
        padding: 10px 20px;
    }
        .bannercontentbox.left {
            margin: 5% 0;
        }
        .bannercontentbox h1 {
            font-size: 2.5em;
            
        }

        .bannercontentbox h5 {
            font-size: 1.4em;
           
        }
}
    @media (max-width: 767.98px) {
        .bannercontainer{

            position:relative;
        }
        .bannercontentbox, .bannercontentbox.center, .bannercontentbox.left, .bannercontentbox.right {
            margin: -30px 0 0px;
            width: 100%;
            background-color:white;
        }
            .bannercontentbox img{
                max-width:200px;
            }

            .bannercontentbox h1 {
                font-size: 1.8em;
                color: #fab702;
            }

        .container h2:first-of-type {
            font-size: 24px;
            margin-bottom: 45px;
        }

        .container h4:first-of-type {
            font-size: 20px;
        }
    }

    @media (min-width: 768px) {
    }


/** Simple drag and drop with Blazor CSS **/

.jobs-container {
    display: flex;
    justify-content: space-around;
}

.job-status {
    display: flex;
    flex-direction: column;
    width: 312px;
}

    .job-status ul {
        flex: 1;
    }

.dropzone {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }
