
.img-responsive{
    display: inline-block;
}
.login .content{
	background: rgba(100,100,100,0.6);
}
.page-content-wrapper .page-content{
	padding-top: 0px;
}
.page-header.navbar .page-logo .logo-default{
	margin-top: 10px;
}
hr{
	margin: 10px 0;
}
.breadcrumbs {
    margin-bottom: 0px;
    overflow: hidden;
}
.breadcrumbs h1 {
    margin: 0 20px 0 0;
    float: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a3239;
}
/*h1.title_page {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a3239;
}*/
h3.title_page{
	margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0;
    text-align: right;
    background: inherit;
}
.breadcrumbs .breadcrumb > li + li::before {
    top: 2px;
    color: #dfe4e6;
    font-size: 20px;
    content: "\2022";
    position: relative;
    padding: 0 8px 0 5px;
}
.image{
	float: left;
	min-height: 30px;
	margin-bottom: 20px;
	padding-right: 10px;
	text-align: center;
}
.image .item{
	display: block;
	margin: 5px auto;
	overflow: hidden;
	border: 1px solid #ddd;
	position: relative;
	height: 150px;
	width: 150px;
}
.image .buttons{
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
	text-align: center;
	vertical-align: middle;
	line-height: 150px;
} 
.image .item:hover .buttons{
	display: block;
}
.dn{
	display: none;
}
/*.custom-tab.nav-tabs > li {
    margin-right: 2px;
}*/
.custom-tab.nav-tabs{
	margin-bottom: 5px;
}
.custom-tab.nav-tabs > li.active {
    border-top: 3px solid #5C9ACF ;
    margin-top: 0;
    position: relative;
}
.custom-tab.nav-tabs > li > a{
	margin-right: 0px;
}
.stare .btn{padding-left: 30px; padding-right: 30px;}
.stare .activ.active{background-color: #32c5d2; color: #fff;}
.stare .inactiv.active {background-color: #e7505a; color: #fff;}

.page-bar .page-breadcrumb {
    display: inline-block;
    float: left;
    padding: 8px;
    margin: 0;
    list-style: none;
}

.page-bar {
    padding: 0;
    background-color: #f1f4f7!important;
    margin-bottom: 25px;
}
.login .content h3 {
    color: #85BC41;
}
.page-logo img {
    height: 60px;
    width: auto;
}
.dn{
    display: none;
}
.my-body{
    padding-top: 0px !important;
}