﻿/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}
.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 12px;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.8em;
    margin-left:0px;
    margin-bottom:10px;
}

.validation-summary-errors ul li
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.2em;
}

.validation-summary-valid
{
    display: none;
}

.display-summary
{
    display: inline;
}

/* forms */
.calendar
{
    width: 90px;
}
.amount
{
    width: 90px;
}
.unit
{
    width: 90px;
}
.imgSelectBank
{
    background-image: url(images/Layout.UI/edit.jpg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    cursor: hand;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}
fieldset
{
    /*border: 1px;
    padding: 10px 0px 20px 50px;
    border-style: solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #EEDCDC;
    width: 600px;
    margin: 20px auto;
    comment by Pam 21 May 2013 */
}
fieldset.login
{
    width: 300px;
    border-style: none;
}
fieldset legend
{
    /*display: none;*/
}
fieldset ol
{
    padding: 0;
    list-style: none;
}
fieldset ol li
{
    padding-bottom: 5px;
    color: #3B0BFA;
    padding-top: 5px;
    font-family: Tahoma;
    font-size: 15px;
}
fieldset ol li label
{
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    font-family: Tahoma, Arial;
    line-height: 25px;
    color: #4D7094;
}
.label
{
    font-size: 0.8em;
    font-weight: 600;
    font-family: Tahoma, Arial;
    line-height: 25px;
    color: #4D7094;
}
label.checkbox
{
    display: inline;
}
input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}
input[type="text"], input[type="password"], input[type="email"]
{
    /*background-image: url(images/Layout.UI/text_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    height: 13px;
    color: #333333;
    padding: 5px;
    margin-right: 4px;
    font-family: tahoma, arial, sans-serif;
    comment by Pam 21 May 2013 */
    border: 1px solid #A7A9AC;
    color: #58595B;
    height: 23px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1px;
    font-size: 12px;
    width: 150px;
}

input[type="button"], input[type="submit"]
{
   /*background: #25A6E1;
    color: #fff;
    font-family: 'Helvetica Neue' ,sans-serif;
    font-size: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9;
    height: 35px;
   comment by Pam 21 May 2013 */
    background: none repeat scroll 0 0 #0065A4;
    border: 1px solid #1A87B9;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    height: 25px;
    margin-top: 10px;
    width: 60px;
    padding: 0;
}

input[type="button"][disabled], input[type="button"][disabled]:hover, input[type="submit"][disabled], input[type="submit"][disabled]:hover
{
    color: GrayText;
    text-decoration: none;
    background-color: #ddd;
    border: 1px solid #999;
    opacity: 0.5;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    /*
    color: yellow;
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
    comment by Pam 22 May 2013 */
    cursor: pointer;
    text-decoration: none;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="radio"]
{
    background: transparent;
    border: 0px none;
    width: auto;
    /* add new by Pam 22 May 2013*/
    position: relative;
    top: 1px;
    vertical-align: middle;
}

/*
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-family: Tahoma, Arial; 
    padding: 5px;
    width: 200px;
}
    
     

textarea {
    font-family: inherit;
    width: 500px;
}

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }
    
     input[type="radio"] {
        background: transparent;
        border:0px none ;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 0.8em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

*/

/* jquery ui dialog */
.ui-dialog-titlebar-close
{
    display: none;
}

/* jquery ui calendar*/
.ui-datepicker
{
    font-size: 12px !important;
}

.ui-datepicker-trigger
{
    background-image: url(../images/calendar_icon.gif);
    background-repeat: no-repeat;
    /*padding-left: 3px;*/
    position: relative;
    height: 17px;
    width: 17px;
    cursor: hand;
    cursor: pointer;
}


/*jqgrid*/

/* warp header text*/
th.ui-th-column div
{
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

/* warp column text*/
.ui-jqgrid tr.jqgrow td
{
    white-space: normal !important;
    height: auto; /*vertical-align:text-top;*/
    vertical-align: middle;
    padding-top: 2px;
    font-size: 1.1em;
}

.icon-pdf {
	border: 1px solid #999999;
	background: #dadada url(images/icon-pdf.png);
	font-weight: normal;
	color: #212121;
	background-position: 16px 16px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
}

