/* here you can put your own css to customize and override the theme */

#SpecialReminder {
	text-align: center;
	margin: 3px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.icon-blank {
	width: 1em;
	content: ' ';
}

.fixSides {
	padding: 0px;
}

.titleCase {
	text-transform: capitalize;
}

.form-group-sm {
	clear: both;
}

.form-group-sm .form-control {
  height: 28px;
  padding: 5px;
  font-size: 12px;
  line-height: 28px;
}

.portlet {
	margin-bottom: 15px;
	font-size: 16px;
	padding: 5px;
	margin: 10px 10px;
}

legend {
	font-size: 16px;
}

.form-control:focus {
	background: #FFFFCF;
	border: solid 1px #8860FB;
}

#divAuthStatus {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin: 5px 0px;
}
#divExtraLabel {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 7px 0px;
}

.formatCurrency, .formatSCurrency, .formatExchangeRate, .number {
	text-align: right;
}

.form-actions {
	text-align: center;
	padding: 0px;
	background: #EEE;
}

.table > thead > tr > th > a {
	color: #8e5fa2;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.dtSearchInput {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px 5px;
}

.headerRed {
	color: #FFF;
	background: #800000;
}

.header1 {
	color: #FFF;
	background: #5B9BD5;
}

.header1 a {
	color: #FFF;
	background: #5B9BD5;
}

td.altRow {
	color: #000;
	background: #DEEAF6;
}
td.altRow:hover {
	background: #CBDBEB;
}
#modalDialog {
	width: 1170px;
	margin-left: -585px;
	width: 100%;
	margin: 0 !important;
	height: 100%;
	position: unset;
}

#modalDialog iframe{
	height:90vh!important;
}

/*Server-side DataTable Css*/
.cst-tbl {
    margin: 10px 0 50px 0;
}
.cst-tbl table tr th {
    background: transparent;
    color: #000;
    font-weight: 400;
    text-align: center !important;
    padding: 3px 15px;
}

.cst-tbl table tr th center {
    text-align: left;
}

.cst-tbl a.paginate_button {
    margin: 5px;
}
.cst-tbl .paginate_button.current {
    color: #fff;
    background: #bbb;
    padding: 2px 5px;
}

.cst-tbl .paginate_button.previous {
    background: #444;
    color: #fff;
    padding: 5px 10px;
}


.cst-tbl .paginate_button.next {
    background: #444;
    color: #fff;
    padding: 5px 10px;
}

.cst-tbl .dataTables_info {
    float: left;
}

.cst-tbl .dataTables_paginate {
    float: right;
}
.cst-tbl input[type="search"] {
    height: 30px;
    border: 1px solid #bbb;
    margin-left: 10px;
    border-radius: 3px;
}
/*amount child target
.cst-tbl table tr td:nth-child(6) {
    text-align: right;
}
*/

#dataTableAccount tbody td:nth-child(3) {
	text-align: right;
}
#dataTableAccount tbody td:nth-child(4), #dataTableAccount tbody td:nth-child(5),#dataTableAccount tbody td:nth-child(7),#dataTableAccount tbody td:nth-child(1),#dataTableAccount tbody td:nth-child(6) {
	text-align: center;
}

#dataTableGL tbody td:nth-child(1), #dataTableGL tbody td:nth-child(2),#dataTableGL tbody td:nth-child(5), #dataTableGL tbody td:nth-child(4){
	text-align: center;
}

.cst-tbl .dataTables_paginate span {
    display: none;
}
/* #dataTableGL tbody td:nth-child(6), #dataTableGL tbody td:nth-child(7) {
	text-align: right;
} */
/* Server side data table ends */

.dropdown-menu.pull-left{
	z-index: 99999999;
}