﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:    JSP-Build
Version:    1.1
Last change:    05/02/08 
Assigned to:    Sutty
Primary use:    @client name@ JSP Styles 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[conflict with our CSS and theirs]
/*------------------------------------------------------------------*/
.application-form {
    padding: .75rem 1rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left:0px !important;
}
#application-rendered-form .panel, #sidebar {
    margin: 1.2em 0 !important;
}
#application-rendered-form .col-lg-12 {
    margin-bottom: 0px !important;
}
#application-rendered-form select.form-control:not([size]):not([multiple]) {
    height: 39px !important;
}
.privacy-link {
    color: #e88724;
}
.form-answer div div, .form-answer div ul li, .radio-question label {
    font-family: 'Lato', sans-serif;
    font-size: 15.2px;
    line-height: 1.697;
    font-weight: 300;
    color: #666;
}
    .form-answer div ul li {
        list-style-type: disc !important;
    }
    /*------------------------------------------------------------------
[Panel-Body]
/*------------------------------------------------------------------*/
    .panel {
        padding: 25px !important;
        box-shadow: 3px 8px 8px 3px rgba(84,76,76,.2);
        margin-bottom: 15px !important;
    }

    .intro h1, .panel h1 {
        font-family: 'Lato', sans-serif;
        font-size: 27.3px !important;
        line-height: 1.1 !important;
        font-weight: 300;
        color: #115097;
        background-color: rgb(255, 255, 255);
        padding-left: 0px !important;
    }
/*------------------------------------------------------------------
[Search Widget]
/*------------------------------------------------------------------*/
/*form control*/
.form-control {
    font-family: 'Lato', sans-serif !important;
    font-size: 15.2px !important;
    line-height: 1.697 !important;
    font-weight: 300;
    color: #666 !important;
}
/*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*/
.pagination {
    margin-bottom: 0px !important;
    text-align: center;
}

.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: 18%;
    }
}

/*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]
/*------------------------------------------------------------------*/
.btn-widget {
}

    .btn-widget:active, .btn-widget:focus, .btn-widget:hover, .btn-widget:visited {
    }

.btn-primary, .btn-sidebar {
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:visited, .btn-sidebar:active, .btn-sidebar:focus, .btn-sidebar:hover, .btn-sidebar:visited {
    }

.btn-sidebar {
    width: 100%;
}

.btn-secondary {
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:visited {
    }


/*------------------------------------------------------------------
[Self Build Application Form]
/*------------------------------------------------------------------*/
#application-rendered-form .panel-heading {
    font-family: 'Lato', sans-serif !important;
    font-size: 27.3px !important;
    line-height: 1.1 !important;
    font-weight: 300 !important;
    color: #115097 !important;
    padding-bottom: 0px !important;
}
/*Application Form*/
/*Counter*/
body {
    counter-reset: section;
    overflow: initial !important;
}

label {
    padding:0px !important;
}

textarea {
    min-height: 100px !important;
}

#application-rendered-form .dz-message {
    padding: 25px;
}

.required-flag {
    color: red;
}

.panel-heading {
    padding-left: 35px;
    position: relative;
}

    .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: 35%;
        transform: translateY(-50%);
        text-align: center;
        width: 25px;
        background: #28a745;
        border-radius: 50%;
        left: 0%;
    }

#application-rendered-form .panel {
    border: none !important;
}

.radio-question label {
    margin-right: 0px !important;
    background-color: transparent !important;
    padding: 5px !important;
    margin: 0px !important;
}

#continuation-link {
    border-left: 1px #cccccc solid !important;
}

/*buttons*/
#application-rendered-form #btnCreateApplication, #application-rendered-form .complete-application-form, #application-rendered-form .btn-success, #application-rendered-form .btn-info {
    width: 100% !important;
    margin-top: 0px !important;
}

#application-rendered-form .fa{
    font-size: 18px !important;
}
.back-button {
    margin-bottom: 15px;
}
/*------------------------------------------------------------------
[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;
    font-family: 'Lato', sans-serif !important;
    font-size: 15.2px !important;
    line-height: 1.697 !important;
    font-weight: 300;
    color: #666;
    position: relative;
    padding-left: 30px;
    display: block;
    margin: 0 0 10px 0;
    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: 35px;
}

    .job-detail ul li {
        margin: 0 0 10px 0;
        font-family: 'Lato', sans-serif !important;
        font-size: 15.2px !important;
        line-height: 1.697 !important;
        font-weight: 300;
        color: #666;
        list-style-type: disc;
    }

/*Accordian*/
.accordion-Description {
    font-family: 'Lato', sans-serif;
    font-size: 27.3px !important;
    line-height: 1.1 !important;
    font-weight: 300;
    color: #115097;
    background-color: rgb(255, 255, 255);
    padding-left: 0px !important;
    border-bottom: 1px solid #ddd;
    text-align: left;
    width: 100%;
    border: none;
    transition: 0.4s;
    background-color: transparent;
}

    .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;
}
