.my_img img:hover{
	cursor: pointer;
}
.my_img img{
	width: 100%;
	cursor: pointer;
}
.editbut_wrap:hover {
	background: #f6f6f6;
}
.editbut_wrap {
	position:relative;
}
.editbut_wrap:hover > .editbut{
		opacity: 1;
}
.editbut {
	position:absolute;
	top: 1px;
	right: 1px;
	opacity: 0;
	font-size: 11px;
}


.card-img img{
	width: 95%;
}
.card-img {
	height: 250px;
	overflow: hidden;
	border: #ccc 1px dashed;
	padding: 5px;
}
.newshead {
color: #150606;
font-size: 18px;
background: #f8f8f8;
padding: 10px 15px;
margin: 0px;
}
.card-news {
	height: 100px;
	overflow: none;
	overflow-x: auto;
}
.subheader {
	color: #222529 !important;
	padding: 10px 20px !important;
	background-color: #EEF5F8 !important;
	margin: -6px 0px !important;
	text-align: center;
box-shadow: 0 3px 15px rgba(0,0,0,.15);	
}
.header {
	color: #fff !important;
	padding: 10px 20px !important;
	background-color: #2672F5 !important;
	margin: -6px 0px !important;
	text-transform: uppercase;
	text-align: center;
box-shadow: 0 3px 15px rgba(0,0,0,.15);	
}
.mynav {
background: #008FEA;
box-shadow: 0 3px 15px rgba(0,0,0,.15);
}
.myfooter a:hover{
	color: #f6440b!important;
	text-decoration: none;
}
.myfooter img{
	height: 50px;
}
.l4labs img{
	max-height: 50px;
}	
.l4labs a:hover{
	color: #f6440b!important;
	text-decoration: none;
}
.l4labs a{
	color: #222!important;
}
.l4labs {
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 40px;
	opacity: 0.8;
}
.hlogo {
	max-width: 200px;
	margin-bottom: 20px;
}
html, body {
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden;
	
}
body {
	padding-top: 56px;
	margin: 0
}

.pad5 {
	padding: 5px;
}
.hidden {
	display: none!important;
}

.foot-menu a{
	color: #fff!important;
}
.foot-menu {
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 5px 10px;
}
.stat-page img{
	width: 100%;
}

.card-body input{
	border: 1px solid #fff;
}
.miniph .card-body{
	padding: 5px;
}
.card-img {
	height: 150px;
	overflow: hidden;
}

.form-group {
	margin: 5px 10px;
}
.form-newg h4{
	background-color: rgba(34, 150, 43, 0.9);
	margin-bottom: 10px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	width: 100%;
}
.form-newg {
	margin: 10px 10px;
	padding: 20px 10px;
	border-top: #ccc 1px solid; 
	border-bottom: #ccc 1px solid; 
}
.phead {
	text-transform: uppercase;
	border-bottom: #ccc 2px solid;
}
.sub-nav {
	margin: 5px 2px;
}
.myfooter {
	margin: 20px 30px;
	padding: 20px 20px;
	border-top: #ccc 2px dashed;
}
.mycontent {
	min-height: 100vh;
}
.login-form h1{
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}
.login-form button{
	margin-top: 30px;
}

.login-form {
	padding: 20px 40px;
	padding-bottom: 40px;
	margin: auto auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
	background-color: rgba(255,255,255,0.7);
}
.login-page {
	margin-top: -56px;
	padding: 20px 40px;
	min-height: 100vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88bfe8+0,70b0e0+100;Blue+3D+%2317 */
background: #88bfe8; /* Old browsers */
background: -moz-linear-gradient(top, #88bfe8 0%, #70b0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #88bfe8 0%,#70b0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #88bfe8 0%,#70b0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
}



.b-toggle {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: opacity .2s, max-height .2s;
    -ms-transition: opacity .2s, max-height .2s;
    transition: opacity .2s, max-height .2s;
    _display: none;
	padding: 0px;
}
.expanded {
    max-height: 100%;
    opacity: 1;
    _display: block;
}
.hidden {
	display: none;
}




.bg-primary-light {
	background-color: #3a99ff;
}
.bg-danger-light {
	background-color: #FE4918;
}
.bg-success-light {
	background-color: #34bf54;
}