.currencyicon{
	position: relative;
}

.hide{
	display: none;
}

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 10;
}
.loader-wheel {
	width: 70px;
	height: 70px;
	margin-top: -40px;
	margin-left: -40px;

	position: absolute;
	top: 50%;
	left: 50%;

	border-width: 10px;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
}
.ln2 .loader-wheel {
	border-style: double;
	border-color: rgba(0, 98, 255, 0.51) transparent;
	font-size: 4px;
	padding: 8px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

.modalClose{
	margin-top: -24px!important;
}

.dLabel{
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	width: 15%;
	background-color: #777;
	top: -9px;
	position: relative;
	left: -13px;
}

.navbar {
	min-height: 30px;
	margin-bottom: 10px;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.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: 3px;
}

@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}

@media (min-width: 2000px) {
	.container {
		width: 1970px;
	}
}

@media (min-width: 2500px) {
	.container {
		width: 2470px;
	}
}

@media (min-width: 3000px) {
	.container {
		width: 2970px;
	}
}

@media (min-width: 3500px) {
	.container {
		width: 3470px;
	}
}
@media (min-width: 4000px) {
	.container {
		width: 3970px;
	}
}

.navbar-nav>li.logout>a {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.navbar-nav>li.logout>a:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.nav-tabs {
	border-bottom: 2px solid #777;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 1px solid #777;
}

#btnShowHide{
	/*float: right;*/
	position: relative;
	right: -15px;
	bottom: 2px;
	text-align: right;
	color: #888;
	height: 10px;
}
#btnShowHide i{
	cursor: pointer;
}

.nav-tabs.centered > li, .nav-pills.centered > li {
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
	text-align:center;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
	padding-right: 10px;
	padding-left: 10px;
}

.disabledTab {
	cursor: not-allowed;
}

li.disabledTab > a[data-toggle="tab"] {
	pointer-events: none;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

li.disabledTab > a:hover {
	text-decoration: none;
	background-color: transparent;
}

#availableGrid{
	padding: 3px;
}

#availableGrid td{
	text-align: center;
}
#availableGrid td:first-child{
	text-align: right;
}

#availableGrid th{
	text-align: center;
}

.btnCurrency{
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}

.btnCurrency:hover{
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.modal-header{
	cursor: move;
}

.table>thead>tr>th{
	vertical-align: top;
}
.ui-jqgrid .ui-jqgrid-htable th div {
	height:auto!important;
	overflow:hidden!important;
	padding-right:4px;
	padding-top:2px;
	position:relative!important;
	vertical-align:text-top;
	white-space:normal !important;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
	margin-top: 0px;
	padding-left: 3px;
}

.departmentTr{
	background-color: #d9edf7!important;
}
.seniorTr{
	background-color: #dff0d8!important;
}
.table>tbody>tr.cashboxTr>td{
	background-color: #fcf8e3!important;
}