﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}
.pg-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.system-message {
    background-color: yellow;
    border: 2px solid red;
    color: Red;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.header {
    padding: 10px 0;
}
.header-logo {
    float: left;
    padding: 0 20px 0 10px;
}
.header-text {
    text-align: left;
    vertical-align: top;
} 
.filter {
    background: #fff;
    border: 1px solid #bbb;    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    padding: 20px;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}
.left {
    text-align: left !important;
}
.block {
    display: block !important;
}
.inline {
    display: inline !important;
}
.no-display {
    display: none !important;
}
.font-normal {
    font-weight: normal;
}
.uppercase {
    text-transform: uppercase !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.height-1 {
    height: 1px !important;
}
.width-100-percent {
    width: 100% !important;
}
.width-150 {
    width: 150px !important;
}
.width-450 {
    width: 450px !important;
}
.column {
    width: 50%;
    float: left;
}
.columnNarrow {
	width: 60%;
	float: left;
	padding-bottom: 100px;
	height: 35px;
}
.portlet {
    margin: 0 0 1em 0;
    padding: 0.3em;            
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    color: #222222;
}
.portlet-header {
    padding: 0.5em 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
.portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}
.portlet-content {
    padding: 0.4em;
}
.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}
.overdue {
    color: #FF0000;
}
.completed {
    color: #00CC33;
}
.regular {
	color: #000000;
}
.round-corner {
    padding: 10px;
}
table.table-data {            
    text-align: left;
}
table.table-data thead tr th {
    background-color: #E8E8E8;
    text-align:left;
    font-size: 0.8em;
}
.search-result table.table-data thead tr th, .search-result table.table-data tbody tr td {
    padding: 5px;
}
.search-result table.table-data tr:nth-child(2n+1) {
    background-color: #F5F5F6;
}
.search-result table.table-data tr td hr {
    margin: 10px 0;
    border-color: #aaa;
}
#tblTransactions tbody tr:nth-child(even) td {
    background-color: #f3f3f3 !important;
}
.Data {                    
    font-weight:bold;
    font-size:small;
}
.DataSub {                    
    font-weight:normal;
    font-size:x-small;
}
.LabelSearch {
	vertical-align: top;
	text-align:left;
}
.user-table-data-wrapper {
    left: 20px;
    position: absolute;
}
.user-table-data {
    border: 1px solid #aaa;
    margin-bottom: 50px !important;
}
.user-table-data th, .user-table-data td {
    border: 1px solid #aaa !important;
    padding: 4px;
}
.user-table-data tr td:first-child a, .user-table-data th a {
    text-decoration: underline;
}
.required {
    color: Red;
}
.required:after {
    content: "*";
}
.welcome-title {
    font-size: 18px;
}
.ip-label 
{
    color: #ccc;
    font-size: 7pt;
    float: right;
}
.dashboard a.TransXDetails, .report a.TransXDetails  {
    text-decoration: underline;
}
.transaction-details-wrapper {
    font-family: 
    Verdana,Arial,sans-serif; 
    font-size:12px;
}
.transaction-details-wrapper hr {
    margin-top: 0;
    margin-bottom: 10px;
}
.label-title {
    font-size:18px; 
    font-weight:bold; 
    margin:20px auto 10px auto; 
}
.tranx-detail {
    padding:0 30px; 
}
.tranx-form-label{
    width:140px; 
    vertical-align:top; 
    display:inline-block; 
}
.tranx-form-label-sm {
    width:110px; 
    vertical-align:top;
    display:inline-block; 
}
.tranx-form-data {
    font-weight:bold; 
}
.gridview {
    /*font-size: 0.8em;*/
}
.gridview a:link {
    text-decoration: underline;
}
.gridview tr:nth-child(2n+1) {
    background-color: #f9f9f9;
    cursor: auto;
}
.gridview th, .gridview td {
    border: 1px solid #ddd;
}
.search-result-label {
    display: block;
    margin-bottom: 5px;
    min-height: 20px;
}
.print {
    cursor: pointer;
    padding: 0 10px;
}
.print:hover {
    background-color: #f3f3f3;
}


/*BEGIN LOGIN PAGE STYLE************************************************/
.login-body {
    background-color: #428bca;
}
.login-body .header {
    background-color: #fff;
}
.login-body .welcome-title {
    color: #fff;/**/
}
.form-offline {    
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.004) inset, 0 0 20px rgba(0, 0, 0, 0.4);
    margin: 20px auto auto auto;
    outline: 0 none;
    padding: 20px;
    width: 500px;
}
.form-offline table {
    margin: auto;
}
.form-offline table tr td:first-child {
    vertical-align: top;
    white-space: nowrap;
}
.form-login {    
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.004) inset, 0 0 20px rgba(0, 0, 0, 0.4);
    margin: 20px auto auto auto;
    outline: 0 none;
    padding: 20px;
    width: 300px;
}
.form-login .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-login .btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}
.form-login .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*END LOGIN PAGE STYLE**************************************************/


/*BEGIN OVERRIDE COLORBOX PLUGIN STYLE**********************************/
#cboxTitle {
    background-color: green;
    display: none !important;
}
#cboxLoadedContent {
    border: 1px solid #cccccc;
    border-radius: 6px;    
}
#cboxClose {
    right: 10px;
    height: 20px;
    width: 24px;
}
/*END OVERRIDE COLORBOX PLUGIN STYLE************************************/


/*BEGIN OVERRIDE BOOTSTRAP STYLE****************************************/
.navbar-inverse {
    background-color: #428bca;
    border-color: #357ebd;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active>a:focus {
    color: #fff;
    background-color: #428bca;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #666;
    border-bottom-color: #666;
}
/*END OVERRIDE BOOTSTRAP STYLE******************************************/