﻿body {
    padding: 0;
    margin: 0;
    /*font-family:fonttt !important;*/
    background-image: url('/images/PS0132_KAL_Outsourcing Website Image_2000px(w) x 1055px(h)_ARTWORK.jpg') !important;
    /*background-size:cover !important;*/
    background-size: 100% 100% !important;
    background-attachment: fixed !important;
}

.loading {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.contentPlaceHolder .bold,
#jobDetails .bold {
    font-family: Arial;
    font-size: 12pt;
}

#jobDetails td {
    padding: 5px;
    min-width: 150px;
}


#form1 {
    margin-top: 150px !important;
}

.content {
    margin: 10px;
    background-color: #dddddd;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    font-family: Arial;
}

    .content h2 {
        color: #ffffff;
        background-color: #382a55;
        padding: 10px;
        font-family: Arial;
        font-size: 22pt;
        font-weight: normal;
    }

.content {
    padding: 19px;
}


.output {
    width: 400px;
}

.bold {
    font-weight: bold;
}

#tabs {
    font-weight: bold;
}

.tab {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    font-family: Arial;
    margin-right: 1px;
}

.section {
    display: none;
}

#form1 {
    margin: 0 auto;
    max-width: 1000px;
}

.field {
    padding: 10px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    clear: both;
    overflow: auto;
}

    .field .header {
        float: left;
        width: 200px;
        margin-right: 10px;
        font-family: Arial;
    }


    .field input:not([type=radio]):not([type=file]), textarea, select {
        width: calc(100% - 224px);
        padding: 5px;
        border-radius: 5px;
        outline: none;
        border: 1px solid #4d4d4d;
    }

select {
    border: 1px solid #4d4d4d;
    min-width: 300px
}

    select:focus {
        outline: none;
    }

.field textarea {
    height: 100px;
}

#saveForm {
    display: none;
}

#plholder {
    display: none;
    float: right;
}

input[type=button], input[type=reset], input[type=submit], button {
    font-family: Arial;
    min-width: 6em;
    padding: 7px 10px;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    margin-left: 10px;
    font-size: 11px;
}

.contentPlaceHolder {
    float: left;
    width: calc(50% - 4px);
}

[data-enabled=false] {
    color: grey;
}

[data-enabled=true] {
    background-color: #e72676;
    color: #fff;
}

[data-tabactive=true] {
    background-color: #382a55;
    color: #fff;
}

[data-active=true] {
    border: 1px solid #382a55;
}

#opButtons {
    float: right;
}

#sv {
}

[disabled] {
    background-color: #aaaaaa;
}

.sub-heading {
    background-color: #382a55;
    clear: both;
    padding: 10px;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
}

.docUpload {
    margin: 2px;
    display: block;
}


#divAttachmentsLst li{
    list-style-type:none;
}