.dashbord-tiles {
	
}

.dashbord-tiles .info-tile {
	border: 1px solid #d6d6d6;
	text-align: center;
	border-top: 2px solid #716c6c;
	border-radius: 7px;
	transition: all 300ms ease-in-out;
}

.dashbord-tiles .info-tile:hover {
	transform: translateY(-2px) scale(1.01) !important;
	box-shadow: 0px 12px 21px -13px #040404a8;
}

.dashbord-tiles .info-tile.green {
	border-top-color: #16a085;
}

.dashbord-tiles .info-tile.blue {
	border-top-color: #297fb9;
}

.dashbord-tiles .info-tile.orange {
	border-top-color: #e67e22;
}

.dashbord-tiles .info-tile.purple {
	border-top-color: #9b59b6;
}

.dashbord-tiles .info-tile.red {
	border-top-color: #e74c3c;
}

.dashbord-tiles .info-tile.green .tile-heading span {
	color: #17a084;
}

.dashbord-tiles .info-tile.blue .tile-heading span {
	color: #2a7eb9;
}

.dashbord-tiles .info-tile.orange .tile-heading span {
	color: #e77e23;
}

.dashbord-tiles .info-tile.purple .tile-heading span {
	color: #9b58b6;
}

.dashbord-tiles .info-tile.red .tile-heading span {
	color: #e74c3c;
}

.dashbord-tiles .info-tile .tile-icon {
	height: auto;
	width: auto;
	position: static;
}

.dashbord-tiles .info-tile .tile-icon i {
	position: static;
	font-size: 69px;
	margin-bottom: 19px;
	line-height: 50px;
}

.dashbord-tiles .info-tile .tile-icon img {
	height: 43px;
	margin-bottom: 20px;
}

.dashbord-tiles .info-tile .tile-heading {
	text-align: center;
}

.dashbord-tiles .info-tile .tile-heading span {
	font-size: 14px;
	font-weight: 800;
}

.panel-ctrls .btn {
	line-height: 16px;
	margin: 10px 0px;
}

.inline-switch {
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
}

body.login-bg {
	background-image: url(./../img/bg-header.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.login-bg .panel.panel-default {
	border-color: #fcfcfc;
	border: 1px solid #cacaca;
	box-shadow: 0px 0px 11px #3e3e3e66;
}

.login-logo img {
	min-width: 181px;
}
/*###############################################################*/
.onoffswitch {
	position: relative;
	width: 99px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #d8d8d8;
	border-radius: 25px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 13px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "Active";
	padding-left: 12px;
	background-color: #149275;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "Inactive";
	padding-right: 12px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 20px;
	height: 20px;
	margin: 6.5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 65px;
	border: 2px solid #d9dde0;
	border-radius: 47px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/*##########################################################################*/
.action_required {
	background: #ff0000bf !important;
	color: #fff;
}

.is_final {
	background: #adf6754d !important;
}

thead {
	background-color: #3f667d;
	color: #f9f9f9;
}

thead th {
	border: 1px solid #557a92 !important;
}

.action-btn .btn {
	width: 100%;
	margin-bottom: 5px;
	padding: 4px 6px;
	font-weight: 400;
	display: block;
}

#judgement>div {
	font-size: 16px;
}

th.vertical {
	padding: 7px 0px !important;
	vertical-align: middle !important;
	line-height: inherit !important;
	height: 86px !important;
	position: relative;
	font-weight: 400;
	font-size: 11px;
	background-color: white;
	color: #3f657d;
	border: 1px solid #dedede !important;
	word-break: keep-all;
}

th.vertical div {
	position: relative;
}

th.vertical span {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	position: absolute;
	left: -50px;
	width: 130px;
	bottom: 22px;
	text-align: left;
}

th.vertical span.red {
	color: red
}

.action-btn .btn-default {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#ededed', GradientType=0);
}

.action-btn .btn-primary {
	background: #41648e;
	background: -moz-linear-gradient(top, #535f7d 0%, #293145 100%);
	background: -webkit-linear-gradient(top, #535f7d 0%, #293145 100%);
	background: linear-gradient(to bottom, #535f7d 0%, #293145 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535f7d',
		endColorstr='#293145', GradientType=0);
	border: 1px solid #46516d;
}

.action-btn .btn-danger {
	background: #ff3019;
	background: -moz-linear-gradient(top, #f3813d 0%, #dc6016 100%);
	background: -webkit-linear-gradient(top, #f3813d 0%, #dc6016 100%);
	background: linear-gradient(to bottom, #f3813d 0%, #dc6016 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019',
		endColorstr='#cf0404', GradientType=0);
	border: 1px solid #de703b;
}

.action-btn .btn-lightblue {
	background: #deefff;
	background: -moz-linear-gradient(top, #dfedfb 0%, #c6d8e6 100%);
	background: -webkit-linear-gradient(top, #dfedfb 0%, #c6d8e6 100%);
	background: linear-gradient(to bottom, #dfedfb 0%, #c6d8e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff',
		endColorstr='#98bede', GradientType=0);
	color: #203948;
	border: 1px solid #b5c1ce;
}

.login-box {
	max-width: 500px;
	margin: 0 auto;
}

.login-box .panel-heading h2 {
	font-size: 23px;
	font-weight: 500;
	text-transform: inherit;
}

.login-box .panel-heading h2 small {
	font-size: 16px;
	color: #015aaa;
	margin-left: 3px;
}

.login-box .panel.panel-default .panel-heading {
	padding: 12px 25px;
	border-bottom: 1px solid #e8e5e5;
}

.login-box .panel .panel-body {
	background-color: #fff;
	font-size: 13px;
	padding: 34px 25px;
}

.login-box .panel {
	border-radius: 6px;
}

.controls-above-table {
	padding: 10px 4px;
}

.input-group-btn .btn {
	padding: 10px 20px;
}

.compact-table .tab-label {
	margin-bottom: 7px;
	color: #6f6f6f;
	font-size: 13px;
}

.compact-table strong {
	font-size: 15px;
}

.table-heading {
	padding-left: 10px;
	background-color: #eceff1;
	padding: 9px 13px;
	border-radius: 4px;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.table-heading h4 {
	margin: 0px;
	font-weight: 600;
	color: #293145;
}

select.input-sm {
	height: 31px;
	line-height: 22px;
	font-size: 12px;
}

.modal-header {
	padding: 14px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 15.45px;
	background-color: #293145;
	padding: 14px 20px;
}

.modal-title {
	font-size: 19px;
	font-weight: 400;
	color: white;
}

.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
	opacity: .8;
	filter: alpha(opacity = 20);
}

.close:hover, .close:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity = 50);
}

.filter-btn a {
	margin-top: 25px;
	padding: 9px 21px;
	font-size: 14px;
}

.alternate-citation .panel {
	margin-bottom: 0px
}

.datepicker.dropdown-menu {
	right: auto;
}

/* custom css*/
#ajaxStatusDiv {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	height: 200%;
	text-align: center;
	padding-top: 150px;
	position: absolute;
	font-size: 14px;
	z-index: 9999;
	opacity: .50;
	filter: alpha(opacity = 50);
	display: none;
}

div.suggesstionbox ul {
	list-style: none;
	text-align: left;
	height: 171px;
	overflow-y: scroll;
	background: #fff;
	padding-left: 10px;
	box-shadow: 0px 2px 9px rgba(117, 117, 117, 0.5);
}

div.suggesstionbox ul li {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	text-shadow: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	padding: 4px 2px;
}

div.suggesstionbox {
	position: absolute;
	width: 100%;
	margin-top: 1px;
	z-index: 1;
	top: 37px;
}

div.suggesstionbox ul li:hover {
	color: #0192c9;
	background: #f3f3f3;
}

.suggesstionbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.suggesstionbox::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.suggesstionbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}