body {
	font-size: 15px;
}

#wrapper {
	width: 100%;
}

#page-wrapper {
	padding: 15 15px;
	min-height: 568px;
	background-color: #fff;
}

@media ( min-width :768px) {
	#page-wrapper {
		position: inherit;
		margin: 0 0 0 180px;
		padding: 30 30px;
		border-left: 1px solid #e7e7e7;
	}
}

/* override panel radius */
.panel {
	border-radius: 2px;
}

.well {
	border-radius: 2px;
}

/*
.btn {  
  border-radius: 2px;
}
*/
.navbar-top-links {
	margin-right: 0;
}

.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	padding: 15px;
	min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

/* ================ Left Menu ================ */
.sidebar .nav li>a:hover {
	background-color: #FFFFEF;
}

.sidebar ul li a.active {
	background-color: #FFFFEF;
}

.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 10px;
}

.sidebar ul li {
	border-bottom: 1px solid #e7e7e7;
}

.sidebar .arrow {
	float: right;
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
	border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
	padding: 5px 8px;
	padding-left: 30px;
}

.sidebar .nav-third-level li a {
	padding: 5px 8px;
	padding-left: 52px;
}

.sidebar li a {
	color: #000000;
}

@media ( min-width :768px) {
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 180px;
		margin-top: 51px;
	}
	.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
		.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover,
	.btn-info.btn-outline:hover, .btn-warning.btn-outline:hover,
	.btn-danger.btn-outline:hover {
	color: #fff;
}

.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.chat li .chat-body p {
	margin: 0;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}

.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}

.login-panel {
	margin-top: 25%;
}

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5);
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}

.show-grid {
	margin: 15px 0;
}

.huge {
	font-size: 40px;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}

/* ==================================== TechmaxApp My Custom CSS ======================= */
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
	background-color: #202C2D;
}

.logo_table {
	margin-top: 5px;
	margin-left: 5px;
}

/* Top Nav Button Color */
.navbar-top-links li a {
	padding: 15px;
	min-height: 50px;
	color: #367A96;
}

table {
	font-size: 10pt;
}

/* No Wrap Table Header */
.table>thead>tr>th {
	white-space: nowrap;
}

/* ==================================== Map CSS ======================= */
#gmapdiv {
	width: 100%;
	background-color: #000000;
	overflow: hidden;
	min-width: 200px;
	min-height: 300px;
	height: 300px;
}

#gmapdiv.fullscreen {
	z-index: 9997;
	/*width: 100%;*/
	height: 100%;
	/*position: fixed;*/
	top: 0;
	left: 0;
}

#map_containerdiv {
	min-width: 200px;
	min-height: 300px;
	height: 300px;
}

#map_containerdiv.fullscreen {
	z-index: 9996;
	/*width: 100%;*/
	height: 50%;
	/*position: fixed;*/
	top: 0;
	left: 0;
}

.maxmapbtn {
	z-index: 9999;
	position: relative;
	top: 0;
	left: 0;
}

/* ==================================== Map CSS ======================= */
.page-header {
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-size: 20pt;
}

.hltxt {
	color: #666666;
	/*
	font-weight: bold;
	*/
	font-size: 12pt;
	text-align: center;
}

/* POST heading */
.panel-default>.panel-heading-hd {
	color: #333;
	background-color: #FFFFFF;
	border-color: #ddd;
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height: 30pt;
}

.panel-default>.panel-heading-hd+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-heading-hd .badge {
	color: #f5f5f5;
	background-color: #FFFFFF;
}

.panel-default>.panel-heading-hd .a {
	color: #000000;
}

@media ( min-width : 768px) {
	#left {
		overflow-y: scroll;
	}
	#right {
		overflow-y: hidden;
	}
}

#left {
	/*background-color: #FC6E51;*/
	/*height:100%;*/
	
}

#right {
	/*
  background-color: #4FC1E9;  
  */
	display: none;	
}

@media ( min-width :768px) {
	#right {
		display: block;
	}
}

#filter_panel {
	margin-bottom: 10px;
}

#filter_btns_panel {
	margin-bottom: 2px;
}

#filter_btns_panel .btn {
	/*margin-top: 5px;*/
	
}

.filterbtn {
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
}

#filter_btns_panel_area {
	margin-bottom: 10px;
}

.filterbtn_area {
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
}

.activefilter {
	
}

.mhr {
	margin-top: 5px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #eee;
}

.gmap-search-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 170px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#gmap-search-input:focus {
	border-color: #4d90fe;
}

.itemdiv {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media ( min-width :450px) {
	.itemdiv {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
}

@media ( min-width :550px) {
	.itemdiv {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
}

@media ( min-width :768px) {
	.itemdiv {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
}

@media ( min-width :890px) {
	.itemdiv {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
}

@media ( min-width :1150px) {
	.itemdiv {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
}

@media ( min-width :1650px) {
	.itemdiv {
		width: 32.5%;
		display: inline-block;
		vertical-align: top;
	}
}

/* photo force to squre */
.panel-thumbnail {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	background: #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.panel-thumbnail a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.posthead {
	font-size: 18pt;
	/*font-weight: bold;*/
	 color:#2D6780; 
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	color: #BB382C; 
	/*color: #000000;*/
}

.panel-head {
	padding: 10px;
}

.panel-body {
	padding: 10px;
}

.postthumnail {
	background-color: #eeeeee;
	min-height: 10px;
}

/* body height */
.pbodydesc {
	/* min-height: 50px; */
	/*overflow:scroll;*/
	line-height: ;
}

.pbodydesc p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #333333;
	font-weight: normal;
	font-size:12.5pt;
}

.pbodyhtag {
	margin-bottom: 5px;
}

.pbodyhtag p {
	font-size: 8pt;
	font-family: verdana;
	color: #999999;
}

.fbpanel {
	background: #3B5998;
	padding: 10px;	
	text-align: center;
	border-radius: 2px;
	margin-bottom: 5px;
}

.pbody-hd{
	padding-bottom:5px;
}

.panel-default{
	border:0px;	
}

#footer{
	padding:10px;
	padding-top:15px;
	/* background-color: #cccccc; */		
	border-top:1px solid #cccccc;	
	text-align: center;
}

/* google search */
.gsc-control-cse .gsc-table-result {
	font-family : inherit;			
}						
.gsc-control-cse .gsc-input-box {
	height : inherit;
	color:black;			
}						
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
	margin-left  : 0px;	
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0em;
    width: auto;
}

.google-search{
	display: none;
}

@media ( min-width :768px) {
	.google-search{
		display: inline;
	}
}

.itemsub-panel{
	min-height: 110px;
	/*background-color: #eeeeee;*/
	margin-top: 5px;	
}
.itemsub-img{
	float: left;
    max-width: 45%;
    margin: 0 10px 0 0;
}

.itemsub-desc{
	display: inline-block;
	background-color: #eeeeee;	
}
