﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:    JSP-Build
Version:    1.1
Last change:    05/02/08 
Assigned to:    @Name of builder@
Updated by:     @Name of request@
Primary use:    @client name@ JSP Styles 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[conflict with our CSS and theirs]
/*------------------------------------------------------------------*/
html {
    scroll-behavior: smooth !important;
}

body {
    font-size: inherit !important;
}

.q_slider {
    display: none !important;
}

.content, .content .container {
    background-color: transparent !important;
}
/*------------------------------------------------------------------
[Panel-Body]
/*------------------------------------------------------------------*/
.panel {
    padding: 25px !important;
    box-shadow: 3px 8px 8px 3px rgba(84,76,76,.2);
    margin-bottom: 15px !important;
}

    .panel h1 {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
/*------------------------------------------------------------------
[Search Widget]
/*------------------------------------------------------------------*/

/*form control*/
.form-control {
}
/*Search Widget Addons*/
.input-group {
    margin-bottom: 5px;
}

.input-group-addon {
    background-color: #fff;
    border-right: 0px !important;
    border-radius: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-group .form-control {
    border-left: 0px !important;
}

.input-group-addon .fa {
    font-size: 20px;
}

.input-group-addon i {
    width: 13px;
}

/*------------------------------------------------------------------
[Job Display Home Layout]
/*------------------------------------------------------------------*/
/*Pagination - Basic */
/*Pagination*/
.previous-background, .next-background {
    display: none !important;
}

.pagination > li > a {
    background-color: transparent !important;
    border: none !important;
    color: #0a2036 !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: inherit;
    letter-spacing: inherit;
    padding: 0px !important;
    margin: 10px;
}

    .pagination > li > a:hover {
    }

.pagination > .active > a {
    border-bottom: 1px solid #0a2036 !important;
}
/*Pagination - Circle Buttons*/
/*.pagination {
    margin-bottom: 0px !important;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.pagination__prev, .pagination__next {
    width: 55px;
    height: 55px;
    text-decoration: none;
    opacity: 1;
    background-image: none;
    background-color: #337ab7;
    border-radius: 50%;
    border: none !important;
}

.button-content:before {
    content: "\f053";
    position: absolute;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
}

.button-content-next:before {
    content: "\f054";
    position: absolute;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
}

.pagination__count {
    font: 700 14px/22px Arial,"Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
    padding: 20px;
    top: 50%;
    left: 33%;
}


.pagination__prev {
    font-size: 20px;
    line-height: 22px;
    padding: 20px;
}

.pagination__next {
    font-size: 20px;
    line-height: 22px;
    padding: 20px;
}*/

.job-count {
}

.pagination > li > a {
}

    .pagination > li > a:hover {
    }

.pagination > .active > a {
}

.no-result {
    text-align: center;
}
/*------------------------------------------------------------------
[Individual Job Display]
/*------------------------------------------------------------------*/

/*layout*/
.panel-body-title {
}

/*Job view sidebar*/
@media only screen and (min-width: 800px) {
    .sticky {
        position: sticky;
        top: 1%;
    }
}

/*Document View*/
#document-outer {
    display: none;
}

/*Social Share*/
.social-ul {
    padding: 0px !important;
}

.social-list {
    list-style-type: none;
}

.share-links {
    color: #333333;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #333333;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 35px;
    margin-right: 5px;
    margin-top: 5px;
}

.fa-2x {
    font-size: 1em;
}
/*------------------------------------------------------------------
[Buttons]
/*------------------------------------------------------------------*/
.back-button {
    margin-bottom: 15px;
}



    .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
    .btn-sidebar:active, .btn-sidebar:focus, .btn-sidebar:hover,
    #btnCreateApplication:active, #btnCreateApplication:focus, #btnCreateApplication:hover,
    .complete-application-form:active, .complete-application-form:focus, .complete-application-form:hover,
    .btn-success:active, .btn-success:focus, .btn-success:hover, .save-application-form:hover {
        background-color: #000000 !important;
        border-color: #000000 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    .btn-primary, .btn-sidebar, #btnCreateApplication, .complete-application-form, .btn-success, .save-application-form, .btn-sidebar, #btnCreateApplication, .complete-application-form, .btn-success, .btn-info {
        width: 100%;
        line-height: 36px;
        margin: 0;
        padding: 0 23px !important;
        border: 2px solid #303030 !important;
        font-weight: 700;
        color: #303030;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        outline: 0;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        text-shadow: none;
        background-color: transparent;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
        text-align: center;
    }

.btn-secondary {
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:visited {
    }


/*------------------------------------------------------------------
[Self Build Application Form]
/*------------------------------------------------------------------*/
#sidebar .panel h1 {
    font-size: 24px;
    font-family: 'trebuchet ms', verdana, arial;
    margin: 0;
    line-height: 1.384615384615385em;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left !important;
    border-bottom: none !important;
}

    #sidebar .panel h1::after {
        content: '';
        border-bottom: 3px solid #000;
        width: 50px;
        display: block;
        margin: 10px 0px 20px;
    }

    /*Application Form*/
    /*Counter*/
    body {
        counter-reset: section;
        overflow: initial !important;
    }

label {
    text-align: left !important;
    display: block;
}

textarea {
    min-height: 100px !important;
}

#application-rendered-form .dz-message {
    padding: 25px;
}

.required-flag {
    color: red;
}

.panel-heading {
    padding-left: 35px;
    position: relative;
    font-size: 24px !important;
    font-family: 'trebuchet ms', verdana, arial;
    margin: 0;
    line-height: 1.384615384615385em;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-align: left !important;
    border-bottom: none !important;
}

    .panel-heading:before {
        color: rgb(255, 255, 255);
        content: counter(section);
        counter-increment: section 1;
        font-size: 18px;
        height: 25px;
        line-height: 25px;
        position: absolute;
        top: 22%;
        transform: translateY(-50%);
        text-align: center;
        width: 25px;
        background: #303030;
        border-radius: 50%;
        left: 0%;
    }

    .panel-heading::after {
        content: '';
        border-bottom: 3px solid #000;
        width: 50px;
        display: block;
        margin: 10px 0px 20px;
    }

#application-rendered-form .panel {
    margin: 0px !important;
    border: none !important;
}

.radio-question label {
    margin-right: 0px !important;
    background-color: transparent !important;
    padding: 5px !important;
}

#continuation-link {
    border-left: 1px #cccccc solid !important;
}

/*------------------------------------------------------------------
[Self Build Application Form sidebar]
/*------------------------------------------------------------------*/
/*About My Application*/
/*.about-app ul {
    list-style-type: none;
    padding-left: 0px;
}*/
.about-app ul {
    list-style-type: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.tickList {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    display: block;
    margin: 0 0 10px 0;
    color: #000;
    text-align: left;
}

    .tickList::before {
        content: "";
        height: 25px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 25px;
        background: url(../../../Content/skins/icon--tick-green.svg) 50% center / 60% no-repeat;
        /*background-color: #294270;*/
        border-radius: 50%;
    }

/*Job Details*/
.job-detail ul {
    padding-left: 5px;
    text-align: left !important;
    list-style-type: none !important;
}

    .job-detail ul li {
        margin: 0 0 10px 0;
    }

/*Accordian*/
.accordion-Description {
    font-size: 23px;
    font-family: 'trebuchet ms', verdana, arial;
    margin: 0;
    line-height: 1.384615384615385em;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left !important;
    border-bottom: 1px solid #ddd;
    width: 100%;
    border: none;
    transition: 0.4s;
    background-color: transparent;
    padding: 0px !important;
}


    .active, .accordion-Description:hover {
        background-color: transparent;
    }

    .accordion-Description:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.about-app .active:after {
    content: "\2212";
}

.description-Panel {
    padding: 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .description-Panel ul {
        padding-left: 25px !important;
    }

        .description-Panel ul li {
            list-style-type: disc !important;
        }

    .description-Panel ol li {
        list-style-type: decimal !important;
    }

.accordion-Description:focus {
    background-color: transparent !important;
    outline: none !important;
}

/*layout*/
.form-answer .text-center {
    text-align: left !important;
}
/*detailed capture forms*/
#data-capture-rendered-form h1 {
    display: none;
}

#continuation-link {
    border: 1px solid #b3afab !important;
}

.form-answer div p span {
    font-family: inherit !important;
    font-size: inherit !important;
}




