﻿body {
    font-family: Arial;
}
/*
TEXTAREA, input[text]
{
	font-size: smaller;
	padding-left: 3px;
	padding-right: 3px;
}
*/
TEXTAREA, INPUT[type="text"], label, body {
    font: 13px "Arial", Arial, Verdana, sans-serif;
}

input[type=button] {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    font-size: small;
    background-color: #e8e8f1;
    color: black;
    border: 1px solid #696972;
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    padding-bottom: .25em;
}

    input[type=button]:hover {
        /*color: #ffffff;*/
        background-color: #d2d2e4;
    }
    input[type=button]:disabled {
        /*color: #ffffff;*/
        background-color: #E8E8E8;
        border: #E8E8E8;
        color: #747474;
    }





input[type=submit] {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    font-size: small;
    background-color: #e8ecf5;
    color: black;
    border: 1px solid #1A419E;
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .33em;
    padding-bottom: .33em;
}

    input[type=submit]:hover {
        color: #ffffff;
        background-color: #1A419E;
    }

.submitStyle {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    font-size: small;
    background-color: #e8ecf5 !important;
    color: black !important;
    border: 1px solid #1A419E !important;
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .33em;
    padding-bottom: .33em;
}

    .submitStyle:hover {
        color: #ffffff !important;
        background-color: #1A419E !important;
    }




.status {
    text-align: right;
    color: Gray;
}

.ui-button {
    font-size: 12px;
}

select {
    font-size: small;
}

label {
    /*text-transform: capitalize;*/
}

td {
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: bottom;
}

th {
    font-size: 8pt;
    text-align: left;
}

a {
    font-size: small;
}

.RadioQuestion {
    font-size: small;
}

.RequiredAlert {
    color: Red;
    font-weight: bold;
}

.BorderBottom {
    border-bottom: solid thin black;
    border-top: none;
    border-left: none;
    border-right: none;
}

.MainBody {
    margin: 0px;
    background-color: white;
    text-align: center;
}

.MainDocumentDiv {
    display: block;
    width: 27.2cm;
    text-align: left;
    /*
        position: absolute;
        top: 107px;

    */
    margin: 0 auto;
    background-color: White;
    border: solid 1px #b7b7b7;
}

.DocumentBody {
    width: 20.5cm;
    text-align: center;
}

.DocumentDiv {
    width: 19.5cm;
    display: block;
    text-align: left;
    margin: 0 auto;
}

.NoBorder {
    border: none;
}

.RequiredText {
    font-size: small;
    background-color: #FFFF99;
    text-transform: capitalize;
}

.RequiredLabel {
    background-color: #FFFF99;
    /*text-transform: capitalize;*/
}

.Formatted {
    behavior: url(../../BehaiviorFiles/inputFormat.htc);
}

.FormattedRequiredField {
    background-color: #FFFF99;
    behavior: url(../../BehaiviorFiles/inputFormat.htc);
}

.RequiredField {
    background-color: #FFFF99;
}

.HeadingText {
    font-size: medium;
}

.Hide {
    display: none;
}

.RequiredFieldBlink {
    color: Red;
}

.ButtonActive {
    background-image: url(../../Image/ba.jpg);
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    border-left-color: White;
    border-right-color: White;
    background-repeat: no-repeat;
}

.ButtonComplete {
    background-image: url(../../Image/bc.jpg);
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    border-left-color: White;
    border-right-color: White;
    background-repeat: no-repeat;
}

.ButtonPending {
    background-image: url(../../Image/bp.jpg);
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    border-left-color: White;
    border-right-color: White;
    background-repeat: no-repeat;
}

.ButtonSigned {
    background-image: url(../../Image/bs.jpg);
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    border-left-color: White;
    border-right-color: White;
    background-repeat: no-repeat;
}

.SaveButton {
    margin-left: .75cm;
}

.NextButton {
    width: 2.5cm;
}

.PreviousButton {
    width: 2.5cm;
}

input[disabled=disabled] {
    background: #e8e8e8;
}

select[disabled=disabled] {
    background: #e8e8e8;
}

.textbox[disabled=disabled] {
    background: #e8e8e8;
}

.disabled {
    background: #e8e8e8;
}

.Other {
    display: none;
}

.OtherSelected {
    display: block;
}

.ui-button {
    font-size: 12px;
}

.ui-dialog-titlebar {
    background-color: #95A2CD;
}
