﻿/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}
.black {
    color:#000000 !important ;
}
.uploader .filename {
    color: #000000 !important;
}
.link{
    color: #0B4FBC !important;
}
.panel-body div.bg-warning {
    background: #000;
    border-color: #000;
}
.btn-success {
    background-color: #2C632D !important;
    border-color: #2C632D;
    color: #ffffff !important;
}
.panel-title {
    color : #000000 !important;
}
.blue-btn {
    background-color: #0B4FBC !important;
    border-color: #0B4FBC;
    color: #ffffff !important;
}
.btn-info {
    color: #ffffff !important;
    background-color: #005F6B !important;
    border-color: #005F6B;
}
.btn-danger {
    background-color: #AE1409;
    border-color: #AE1409;
    color: #ffffff !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.content-divider > span{
    color:#000;
}
/*
** Jobseeker Application Stylesheet
*/
.jobapplication {
}

    .jobapplication .jobseekername {
        margin-top: 0px;
    }

    .jobapplication .jobseekeremail {
        margin-top: 0px;
        margin-bottom: 2px;
    }

    .jobapplication .jobseekerphone {
        margin-top: 0px;
        margin-bottom: 2px;
    }

    .jobapplication .jobseekeraddress {
        margin-top: 0px;
        margin-bottom: 2px;
    }

.editapplication {
    background-color: #f5f5f5;
}
    .editapplication .sectionheader {
        padding-bottom: 10px;
    }


.ajaxloader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -65px; /* half width of the spinner gif */
    margin-top: -65px; /* half height of the spinner gif */
    text-align: center;
    z-index: 99999;
    overflow: auto;
    width: 220px; /* width of the spinner gif */
    height: 220px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.overlay {
    position: fixed; /* Sit on top of the page content */ /* Hidden by default */
    width: auto; /* Full width (cover the whole page) */
    height: auto; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2); /* Black background with opacity */
    z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
}

.templatebgcolor {
    background-color: #6C7D91;
}
.footerlink {
    color: #DCECFA !important;
}
    .templatebgcolor .templateheader {
        padding-top: 20px;
        padding-left: 10px;
    }
