﻿body {
    background-color: black;
    padding-top: 0px;
    padding-bottom: 0px;
}

.fontBlack {
    color: black;
}

#divTab {
    clear: both;
}

    #divTab .divtab-aba {
    }

.fieldLeft {
    float: left;
    display: block;
    position: relative;
}

textarea {
    border: 1px solid rgb(187, 187, 187);
}

input[type="text"], select, textarea {
    background-color: #FFF;
    border-width: thin;
    border-radius: 6px 6px;
}

    input[readonly], select[readonly], textarea[readonly] {
        background-color: rgb(241, 241, 241);
        border-width: thin;
        border-radius: 6px 6px;
        border-color: rgb(187, 187, 187);
    }

.field-validation-error {
    color: red;
}

.ui-accordion-header {
    background-color: rgb(135, 135, 135);
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    padding-left: 10px;
    padding-top: 0px;
}

.ui-accordion-header-active {
    background-color: rgb(35, 35, 35);
}

.jtable-goto-page select, .jtable-page-size-change select {
    margin-top: 10px;
    width: 100px;
}

.jtable-page-info {
    margin-top: 15px;
    width: 220px;
}

.jtable-data-row, .jtable-no-data-row {
    color: black !important;
    font-weight: 400;
}

.div-header {
    clear: both;
    border-width: 1px;
    border-color: rgb(211, 211, 211);
    border-style: solid;
    margin-top: 10px;
}

    .div-header .divInner {
        clear: both;
        padding-top: 0px;
        padding-left: 20px;
    }

    .div-header h3 {
        font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 34px;
        color: rgb(255, 255, 255);
        padding-left: 10px;
    }

.default {
    background-color: rgb(35, 35, 35);
}

.defaultLight {
    background-color: rgb(69, 69, 69);
}

.skyCalm {
    background-color: #007ea8;
}

.jqte {
    width: 800px;
}

.wksTbl thead {
    /*background-color: #007ea8;*/
    background-color: rgb(69, 69, 69);
}

    .wksTbl thead th {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: rgb(255, 255, 255);
        font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    }

.wksTblRow_Even {
    background-color: white;
}

.wksTblRow_Odd {
    background-color: #f9f9f9;
}

.wksTbl tbody tr td {
    border: 1px solid #ddd;
    color: black;
}

.wksHeader {
    background-color: rgb(35, 35, 35);
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    display: inline-block;
    text-align: center;
}

.wksHeaderSkyCalm {
    background-color: #007ea8;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    display: inline-block;
    text-align: center;
}
