.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;
}

.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;
}

/* calendar*/
.days{
	color: #797979;
	/*text-align: center;*/
}

.monthPre, .monthNext{
	background: #f9f9f9;
	color: #797979;
	/*text-align: center;*/
}
/*
.dayNow{
	background-color: #ffcfca!important;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
*/
tr.daysRow td.days:hover{
	background-color: #b4f9af;
}

tr.daysRow td:nth-child(6){
	background-color: #f8f8f8;
}
tr.daysRow td:nth-child(7){
	background-color: #f8f8f8;
}
.calendar td{
	/*width: 65px;*/
	height: 75px;
}
.monthNow th{
	background-color: #EEEEEE;
	color: #000000;
	text-align: center;
}
.dayNames{
	background: #EEEEEE;
	color: #000000;
	text-align: center;
}
.dayNames td{
	width: 65px;
	height: 25px;
}

.dayData{
	color: #3853b4;
	font-weight: bold;
}

.weekData{
	background: #EEEEEE;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.calendar td{
	padding: 0px!important;
}

#worktimeCalendar .dayItem{
	width: 100%;
	height: 100%;
	position: relative;
}

#worktimeCalendar .dayEdit{
	border-left: 1px solid #777777;
	/*border-radius: 5px;*/
	background-color: #efefef;
	color: #000000;
	height: 100%;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 3px;
	cursor: pointer;
}

#worktimeCalendar .dayNumberDiv{
	padding-left: 10px;
	font-weight: bold;
}
#worktimeCalendar .dayDataDiv{
	text-align: center;
}

#worktimeCalendar .dayData{
	color: #3853b4;
	font-weight: bold;
	font-size: 18px;
}

#worktimeCalendar .dayNumber{
	color: #565656;
	font-weight: bold;
	font-size: 16px;
}
#worktimeCalendar .monthYear{
	color: #848484;
	font-size: 12px;

}

#worktimeCalendar .dayDescription{
	text-align: center;
	padding-right:15px;
}