/* Theme specific style sheet */
hr {
	border-color: #F1EAE0;
	margin:0;
}
.nowrap {
	white-space: nowrap !important;
}
.close,
button.close {
	background-color: #333 !important;
    color: #fff !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 1 !important;
    border-radius: 20px !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 18px !important;
}
#mybarcode {
	height: 150px !important;
}
.export .dropdown-menu:before {
	right: 12px;
  }
.export .dropdown-menu:after {
	right: 12px;
  }
.fixed-table-toolbar .bs-bars {
	margin: 10px 0;
}
#reports .fixed-table-toolbar {
    padding: 5px 10px;
    height: 70px;
    background-color: #F4F4F4;
}
#toolbar #filterName {
	min-width: 50px;
	display: block;
	float: left;
	padding:0 10px;
}
#toolbar #filterName.withOpts {
	padding:10px 10px 0;
}
#toolbar #filterName.withOptss {
	padding:4px 10px 0;
}
#filterOptsGroup {
	height: 39px;
	float: right;
	margin: 0 10px;
}

#filterOptsGroup.slider {
	padding: 15px 12px;
	width: 230px;
}
#filterOptsGroup.switch {
	padding: 6px 0px;
	width: 65px;
}
#filterOptsGroup.picker {
	padding: 0px;
	width: 200px;
}
#filterOptsGroup.ministry,
#filterOptsGroup.location {
	padding: 4px;
	width: 170px;
}
#filterOptsGroup.type {
	padding: 4px;
	width: 200px;
}
#filterOptsGroup.ministry .select2-container,
#filterOptsGroup.location .select2-container,
#filterOptsGroup.type .select2-container {
    width: 100% !important;
}
#createrange {
	width: 185px;
}
:focus {
    outline: none !important;
}
.bootstrap-table .table.table-striped > tbody > tr > td[placeholder=Activity] {
	white-space: nowrap;
}
a.card .card-title {
	color: #000000 !important;
}
.card[data-background-color="disable"] {
	cursor: not-allowed;
	background: rgba(158, 158, 158, 0.1);
  }
  .card[data-background-color="disable"] .card-title {
	color: #AAA !important;
  }

  .daterangepicker.dropdown-menu:before {
	right: auto;
  }
  .daterangepicker.dropdown-menu:after {
	right: auto;
	}
	
	#bootstrap-table td ol {
		margin:0;
		padding:0;
	}
div.avatar {
	overflow: hidden;
	height: 62px;
	width: 62px;
	border-radius: 20px;
}
.hidden {
	display:none;
}

.summary-data.height-box {
	background: rgba(0, 0, 0, 0) url("../../../../../resources/assets/images/height.png") no-repeat scroll center center;
	min-height: 230px;
	position: relative;
	background-size: contain;
}
.summary-data b.wt {
	font-size: 34px;
	font-weight: normal;
	margin: -13px 0 0 51px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.summary-data div.item {
	float: left;
	font-family: "Roboto";
	font-size: 15px;
	text-align: center;
	width: 33.3333%;
}
.summary-data div.item.fullw {
	width: 100% !important;
}
.summary-data div.item.wtb {
	min-height: 70px;
}
.summary-data b {
	font-size: 34px;
	font-weight: normal;
	width: auto;
}
.summary-data div.item.wtb b {
	display: block;
	min-height: 45px;
}
.summary-data label {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.summary-data h4 {
	color: rgb(0, 129, 198);
	font-size: 19px;
}
.summary-data .font50 {
	font-size: 50px;
}
.summary-data div.item > span {
	display: inline-block;
	font-size: 16px;
	margin: auto 6px;
}
.slabel {
	color: #0e8ccd;
	font-size: 14px;
	margin: 1px 0 -4px;
	border-top: 1px solid #0e8ccd;
}
.summary-data div.item span > span.slabel {
	display: block;
}
.summary-data hr {
	border-top: 1px solid #eee;
	margin:20px 0;
}

/*yellow card additions */
.card[data-background-color="yellow"] h4.card-title {
	color: #574511;
}
.card[data-background-color="yellow"] .text-muted,
.card[data-background-color="yellow"] h4 {
  color: #b6a162;
}
.card[data-background-color="yellow"] .card-collapse .card-plain .card-header::after {
	background-color: #b6a162;
}
.card[data-background-color="yellow"] .summary-data hr {
	border-top: 1px solid #b6a162;
}
.card[data-background-color="yellow"] .slabel {
	color: #b6a162;
	border-top: 1px solid #b6a162;
}
.card[data-background-color="yellow"] .table thead tr > th,
.card[data-background-color="yellow"] .table thead tr > td {
	border-top: none;
}
.card[data-background-color="yellow"] .table tbody tr > th,
.card[data-background-color="yellow"] .table tbody tr > td,
.card[data-background-color="yellow"] .table tfoot tr > th,
.card[data-background-color="yellow"] .table tfoot tr > td {
  border-top: 1px solid #b6a162;
}
.navbar-header #userInfo {
	display: none !important
}
.navbar-header #userInfo p {
	font-size: 12px;
	display: inline-block !important;
	color: #FFF;
	vertical-align: text-top;
}
.navbar-header .dropdown {
	display: none;
}
.main-panel > .content {
	padding: 0 10px 0 10px;
}
.navbar-bottom {
	display: none;
	left: -999999px;
}

.navbar .nav a.hascontent i::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #f96868;
}
.fc-list-event {
	width: 100vw;
}
.fc-list-event td {
	white-space: nowrap !important;
}
.fc-list-event td.fc-list-event-time {
	padding: 8px 7px;
	white-space: normal !important;
	width: 120px !important;
}

@media screen and (max-width: 1200px) and (min-width: 850px) {
	a.card .card-title {
		height: 76px !important;
	}
	.fa-2x {
		font-size: 4em !important;
	}
	.col-md-5 {
		width: 28.666667%;
	}
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
	a.card .card-title {
		height: 76px !important;
	}
	.fa-2x {
		font-size: 3em !important;
	}
}
@media screen and (max-width: 850px) and (min-width: 700px) {
	a.card .card-title {
		height: 76px !important;
	}
	li.calendar {
		width: 24px;
	}
	.navbar-nav > li {
		float: left;
	}
	li.calendar img.w-150 {
		width: 24px !important;
		float: left;
	}
	.navbar .nav a.hascontent::before {
		left: 28px;
	}
	.navbar-nav li.dropdown {
		margin-left: 15px;
	}
	.card.card-blog {
		margin-top: 5px;
		width: 47%;
		float: left;
		margin-right: 7px;
		margin-left: 7px;
	}
	.fa-2x {
		font-size: 4em !important;
	}
}

@media screen and (max-width: 550px) {
	body {
		-webkit-user-select: none;
		-webkit-tap-highlight-color: transparent;
	 }
	.navbar-header {
    	padding:15px;
	}
	
	.navbar-header .navbar-toggle {
		display:none !important;
	}
	.navbar {
		height: 70px;
		position: relative;
		z-index: 1000;
	}
	.navbar-collapse {
			border-top: 0 solid transparent;
	}
	.navbar-header #userInfo {
			display: block !important
	}
	.navbar-header #userInfo .avatar2 {
			display: inline-block;
			vertical-align: top;
	}
	.navbar .navbar-brand {
		color: #0074b7 !important;
		float: none;
		font-weight: 600;
		margin: 15px 0px 0;
		padding: 0;
		font-size: 16px;
		height: auto;
	}
	.main-panel > .content {
			min-height: calc(100% - 135px);
			padding: 0;
			position: relative;
			z-index: 10;
			margin-top: 0px;
	}
	/**responsive table*/
	/* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { 
		border-bottom: 1px solid #b6a162;
	}
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none !important;
		position: relative;
		padding: 5px 11px 5px 30% !important;
		white-space: normal !important;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	.navbar-bottom {
    display: block;
    bottom:0;
    height:65px;
    background-color: #FFF;
		width: 100%;
		left:0;
		position: fixed; /* currently in development for MS Edge */
		position: -webkit-fixed;
		position: -moz-fixed;
		position: -o-fixed;
		z-index: 10000;
		-webkit-overflow-scrolling: touch;
    -webkit-transform: translatez(0);
    transform: translatez(0);
  }
  .navbar-bottom a {
    font-size:11px;
    display: inline-block;
    text-align: center;
    padding: 10px !important;
	}
	.navbar-bottom a:first-child {
		margin-left: 0px;
	}
  .navbar-bottom i {
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
	}
	.navbar-bottom a.navbar-toggle {
    margin: 0;
    border: 0;
	}
	.navbar-bottom a img {
		max-width: 25px;
    margin: 0 auto 5px;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }

	.row.justified {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	.row.justified .col {
		color: #000;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row.justified .col img {
		width: 25px;
		height: 25px;
	}
}

@media screen and (max-width: 400px) {
	.sidebar .nav-mobile-menu .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		display: block;
	}
	.sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):before, 
	.off-canvas-sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):before,
	.sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after, 
	.off-canvas-sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after {
		display: none;
	}
}